@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#f5c842;--gold-light:#fde68a;--gold-dim:rgba(245,200,66,.15);--bg:#080c18;--bg2:#0f1629;--bg3:#151e35;--bg4:#1a2540;--border:rgba(245,200,66,.2);--text:#f0f4ff;--text-muted:#89b;--nav-bg:rgba(8,12,24,.95);--input-bg:#151e35;--shadow:rgba(0,0,0,.6);--tag-bg:#151e35}[data-theme=light]{--gold:#b8860b;--gold-light:#d4a017;--gold-dim:rgba(184,134,11,.12);--bg:#f0f2f7;--bg2:#fff;--bg3:#e8ecf5;--bg4:#dde3f0;--border:rgba(0,0,0,.1);--text:#0f172a;--text-muted:#64748b;--nav-bg:rgba(240,242,247,.96);--input-bg:#e8ecf5;--shadow:rgba(0,0,0,.12);--tag-bg:#e8ecf5}[data-theme=dark]{--gold:#f5c842;--gold-light:#fde68a;--gold-dim:rgba(245,200,66,.15);--bg:#080c18;--bg2:#0f1629;--bg3:#151e35;--bg4:#1a2540;--border:rgba(245,200,66,.2);--text:#f0f4ff;--text-muted:#89b;--nav-bg:rgba(8,12,24,.95);--input-bg:#151e35;--shadow:rgba(0,0,0,.6);--tag-bg:#151e35}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;transition:background .2s,color .2s}input,select,textarea{color:var(--text)!important;background:var(--input-bg)!important}input::placeholder,textarea::placeholder{color:var(--text-muted)!important;opacity:1}.sf-theme-btn{background:var(--bg3);border:1px solid var(--border);color:var(--text);width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;flex-shrink:0;transition:background .2s}.sf-nav{padding:16px 40px}.sf-hero{padding:72px 40px 48px}.sf-summary{margin:0 40px 32px}.sf-section{padding:0 40px 48px}.sf-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:40px;padding:0 4px}.sf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.sf-modal-overlay{padding:20px;align-items:center;justify-content:center}.sf-modal-inner{max-width:640px;width:100%;max-height:90vh;overflow-y:auto}.sf-chat{position:fixed;bottom:24px;right:24px;z-index:400;width:360px;max-height:520px}.sf-hide-mobile{display:flex}@media (max-width:639px){.sf-nav{padding:12px 16px}.sf-hide-mobile{display:none!important}.sf-footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}.sf-hero{padding:36px 16px 28px}.sf-summary{margin:0 12px 20px}.sf-section{padding:0 12px 40px}.sf-chips{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:0 12px 8px;margin-top:24px;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px}.sf-chips::-webkit-scrollbar{display:none}.sf-chips button{flex-shrink:0}.sf-detail-grid{grid-template-columns:1fr 1fr}.sf-list-row{flex-wrap:wrap}.sf-list-row>div:first-child{display:none}.sf-grid{grid-template-columns:1fr;gap:14px}.sf-modal-overlay{padding:0;align-items:flex-end}.sf-modal-inner{max-width:100%;max-height:92vh}.sf-chat,.sf-modal-inner{border-radius:20px 20px 0 0!important}.sf-chat{bottom:0;right:0;left:0;width:100%;max-height:85vh}}