@import"https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #000000;--surface: rgba(255,255,255,.04);--surface2: rgba(255,255,255,.06);--border: rgba(255,255,255,.06);--accent: #dbaa67;--accent-hover: #e8bf85;--accent-glow: rgba(219,170,103,.06);--text: #f5f5f7;--text-secondary: rgba(245,245,247,.7);--muted: rgba(245,245,247,.5);--success: #30d158;--danger: #ff453a;--warn: #ff9f0a;--bottom-nav-h: 64px;--card-shadow: 0 2px 20px rgba(0,0,0,.4), 0 0 0 .5px rgba(255,255,255,.05);--card-radius: 20px;--btn-radius: 14px;--transition: .25s cubic-bezier(.25,.1,.25,1)}body{background:var(--bg);color:var(--text);font-family:SF Pro Display,-apple-system,Inter,Helvetica Neue,system-ui,sans-serif;min-height:100vh;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;line-height:1.5;font-weight:400;font-size:17px}@media(max-width:700px){body{font-size:17px;line-height:1.55}body :where(span,div,p,label,button){text-rendering:optimizeLegibility}}@media(max-width:400px){body{font-size:19px}[style*="font-size: 10px"],[style*="font-size: 11px"]{font-size:14px!important}[style*="font-size: 12px"]{font-size:15px!important}[style*="font-size: 13px"],[style*="font-size: 14px"]{font-size:16px!important}[style*="font-size: 15px"],[style*="font-size: 16px"]{font-size:17px!important}[style*="font-size: 17px"]{font-size:18px!important}}h1{font-weight:600;letter-spacing:-.04em;line-height:1.08;font-size:2.5rem}h2{font-weight:600;letter-spacing:-.035em;line-height:1.1;font-size:1.75rem}h3{font-weight:600;letter-spacing:-.025em;line-height:1.15;font-size:1.25rem}h4{font-weight:600;letter-spacing:-.02em;line-height:1.2}p{line-height:1.58}button{cursor:pointer;border:none;font-family:inherit;color:inherit;background:none;transition:opacity var(--transition),transform var(--transition)}button:active{transform:scale(.97)}input,select,textarea{font-family:inherit}input,select,textarea{font-size:16px}input:focus,select:focus,textarea:focus{border-color:#dbaa674d!important;outline:none;box-shadow:0 0 0 4px #dbaa6714}::selection{background:#dbaa6733;color:#f5f5f7}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.bottom-nav-spacer{height:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom))}
