@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap";*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{background:#0e1613;font-family:Inter,sans-serif}.biovibe-app{--bg:#0e1613;--bg-elevated:#131f1a;--surface:#17251f;--surface-hover:#1e3029;--border:#24352d;--brand:#2fbf8f;--vibe:#f5548c;--gold:#f4b740;--text:#eef3f0;--text-muted:#8fa39a;--text-faint:#5c6d66;background:var(--bg);height:100vh;color:var(--text);font-family:Inter,sans-serif;display:flex;overflow:hidden}.bv-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.bv-content{flex:1;padding:28px 32px;overflow:auto}.bv-loading-screen{color:#eef3f0;background:#0e1613;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.biovibe-app ::-webkit-scrollbar{width:8px;height:8px}.biovibe-app ::-webkit-scrollbar-thumb{background:#24352d;border-radius:8px}@keyframes bvFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bv-animate-in{animation:.25s ease-out bvFadeIn}.biovibe-app button{transition:opacity .15s,transform .1s}.biovibe-app button:hover{opacity:.85}.biovibe-app button:active{transform:scale(.98)}.biovibe-app input:focus,.biovibe-app select:focus{border-color:var(--brand)!important}.biovibe-app .bv-row:hover{background:var(--surface-hover)}.biovibe-app h1,.biovibe-app h2,.biovibe-app h3{color:var(--text)}
