html,body,#app{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#0a0e27;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#0a0e27;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}button{border:none;outline:none;cursor:pointer;font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent}.page{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.btn-primary{background:linear-gradient(135deg,#ff6b35,#ff4602);color:#fff;padding:14px 48px;border-radius:12px;font-size:18px;font-weight:600;letter-spacing:1px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #ff6b3566}.btn-primary:active{transform:scale(.95)}.btn-secondary{background:#ffffff14;color:#ccc;padding:12px 36px;border-radius:12px;font-size:16px;border:1px solid rgba(255,255,255,.15);transition:background .2s ease}.btn-secondary:active{background:#ffffff26}.card{background:#ffffff14;border-radius:12px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}@media(max-height:700px),(max-width:480px){.page{gap:12px!important;padding:12px 16px;justify-content:safe center}.btn-primary{padding:10px 32px;font-size:16px}.btn-secondary{padding:8px 24px;font-size:14px}.card{padding:12px}h1{font-size:24px!important}}
