#onboarding-wall{display:flex;position:fixed;inset:0;z-index:10000;background:#060e1c;flex-direction:column;align-items:center;overflow-y:auto}.wall-inner{width:100%;max-width:720px;padding:32px 24px 64px;display:flex;flex-direction:column;gap:0}.wall-brand{display:flex;align-items:center;gap:14px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.07)}.wall-brand-name{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:800;color:#fff}.wall-brand-name span{color:#f59e0b}.wall-brand-sub{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#64748b;margin-top:2px}.wall-steps{display:flex;gap:8px;margin-bottom:20px}.wall-step{flex:1;padding:10px 14px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:#64748b}.wall-step.active{background:#f59e0b14;border-color:#f59e0b59;color:#f59e0b}.wall-step.done{background:#22c55e12;border-color:#22c55e4d;color:#22c55e;cursor:default}.wall-step-num{width:22px;height:22px;border-radius:50%;background:#ffffff12;font-size:.72rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wall-step.active .wall-step-num{background:#f59e0b;color:#0a1628}.wall-step.done .wall-step-num{background:#22c55e;color:#0a1628}.wall-panel{display:none;flex-direction:column;gap:16px}.wall-panel.active{display:flex}.wall-doc-header{display:flex;align-items:center;gap:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:16px 20px}.wall-doc-icon{font-size:1.6rem;flex-shrink:0}.wall-doc-tag{font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#64748b;margin-bottom:3px}.wall-doc-title{font-size:1rem;font-weight:800;color:#f1f5f9}.wall-scroll-hint{text-align:center;font-size:.74rem;color:#475569;padding:8px;display:flex;align-items:center;justify-content:center;gap:6px}.wall-doc-scroll{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:20px 24px;max-height:42vh;overflow-y:auto;font-size:.84rem;line-height:1.75;color:#94a3b8}.wall-doc-scroll::-webkit-scrollbar{width:4px}.wall-doc-scroll::-webkit-scrollbar-track{background:transparent}.wall-doc-scroll::-webkit-scrollbar-thumb{background:#f59e0b4d;border-radius:2px}.wall-doc-scroll h4{font-size:.82rem;font-weight:700;color:#fff;margin:16px 0 6px;padding-left:10px;border-left:3px solid #f59e0b}.wall-doc-scroll h4:first-child{margin-top:0}.wall-doc-scroll p{margin-bottom:8px}.wall-doc-scroll strong{color:#cbd5e1}.wall-accept-zone{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:14px}.wall-check-row{display:flex;align-items:flex-start;gap:10px;opacity:.4;transition:opacity .3s;cursor:default}.wall-check-row.enabled{opacity:1;cursor:auto}.wall-check-row input[type=checkbox]{width:16px;height:16px;accent-color:#f59e0b;flex-shrink:0;margin-top:2px;cursor:pointer}.wall-check-label{font-size:.83rem;color:#94a3b8;line-height:1.55}.wall-check-label strong{color:#fff}.wall-btn-sign{width:100%;padding:14px;background:linear-gradient(135deg,#f59e0b,#e08f00);color:#0a1628;font-weight:800;font-size:.92rem;border:none;border-radius:10px;cursor:pointer;transition:all .2s;font-family:Sora,sans-serif}.wall-btn-sign:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b59}.wall-btn-sign:disabled{opacity:.35;cursor:not-allowed;transform:none}.wall-legal-footer{margin-top:24px;text-align:center;font-size:.7rem;color:#334155;line-height:1.7}@media(max-width:600px){.wall-inner{padding:20px 14px 48px}.wall-doc-scroll{max-height:38vh;padding:16px}.wall-steps{flex-direction:column}}
