:root{color-scheme:light;background-color:#f8fafc;color:#0f172a}*,*:before,*:after{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc}.wv-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;padding:10px 16px;font-weight:600;border:1px solid transparent;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease,box-shadow .12s ease}.wv-btn:disabled{opacity:.6;cursor:not-allowed}.wv-btn-ghost{background:#fff;border-color:#cbd5e1;color:#0f172a}.wv-btn-ghost:not(:disabled):hover{background:#f8fbff;border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e926}.wv-btn-primary{background:#2563eb;color:#fff;border-color:#1d4ed8}.wv-btn-primary:not(:disabled):hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 8px 16px #2563eb2e}.gate{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:24px 16px;animation:gateFadeIn .35s ease}.gate-icon{display:flex;justify-content:center}.icon-circle{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:999px;background:#f1f5f9;font-size:32px}.gate-title{font-size:22px;font-weight:800;color:#0f172a;line-height:1.25;margin:0}.gate-subtitle{font-size:14px;color:#64748b;line-height:1.5;margin:0;padding:0 8px}.gate-options{width:100%}.gate-actions{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:4px}.gate-btn{width:100%;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.gate-btn-primary{background:#2563eb;color:#fff;border:1px solid #1d4ed8}.gate-btn-primary:hover{background:#1d4ed8;box-shadow:0 2px 8px #2563eb33}.gate-btn-primary:active{background:#1e40af}.gate-btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.gate-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.gate-btn-secondary:active{background:#f1f5f9}.gate-link{background:none;border:none;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:4px 0}.gate-link:hover{color:#475569}@keyframes gateFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
