@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--base-font-size:16px;--bg-dark:#070a13;--bg-card:#0d14268c;--bg-card-hover:#121c36bf;--border-glass:#ffffff0a;--border-active:#00e5ff40;--text-main:#f3f4f6;--text-muted:#94a3b8;--text-dark:#0f172a;--accent-cyan:#00e5ff;--accent-emerald:#10b981;--accent-blue:#2979ff;--accent-rose:#ef4444;--accent-amber:#f59e0b;--accent-purple:#8b5cf6;--bg-sidebar:#090d1af2;--bg-header:#0b112480;--bg-input:#ffffff05;--hover-bg:#ffffff08;--shadow-neon:0 4px 20px #00e5ff1a;--shadow-purple:0 4px 20px #8b5cf626;--bg-mobile-nav:#0a0f1ee6;--border-mobile-nav:#ffffff0f;--color-mobile-nav-active-bg:#00e5ff0f;--shadow-mobile-nav:0 10px 40px #0009;--transition-smooth:all .25s cubic-bezier(.4, 0, .2, 1);--font-title:"Outfit", sans-serif;--font-body:"Inter", sans-serif}html{font-size:var(--base-font-size)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#8b5cf60f 0,#0000 50%),radial-gradient(at 100% 100%,#00e5ff0d 0,#0000 50%);background-attachment:fixed;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent-cyan)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:-.01em;font-weight:600}.gradient-text{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:800}.gradient-text-emerald{background:linear-gradient(135deg, var(--accent-emerald) 0%, var(--accent-cyan) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:800}.app-layout{min-height:100vh;display:flex;position:relative}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);transition:var(--transition-smooth);border-radius:16px;padding:1.5rem}.glass-panel:hover{border-color:var(--border-active);background:var(--bg-card-hover)}.sidebar-nav{background:var(--bg-sidebar);border-right:1px solid var(--border-glass);z-index:100;width:280px;transition:var(--transition-smooth);flex-direction:column;gap:2rem;padding:2rem 1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{font-family:var(--font-title);align-items:center;gap:.8rem;font-size:1.4rem;font-weight:800;display:flex}.sidebar-logo svg{width:36px;height:36px}.menu-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.menu-item{color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1rem;font-size:.95rem;font-weight:500;display:flex}.menu-item:hover{background:var(--hover-bg);color:var(--text-main)}.menu-item.active{color:var(--accent-cyan);background:linear-gradient(135deg,#00e5ff14 0%,#8b5cf614 100%);border:1px solid #00e5ff26}.main-wrapper{min-width:0;transition:var(--transition-smooth);flex-direction:column;flex:1;gap:2rem;margin-left:280px;padding:2.5rem;display:flex}.dashboard-header{border-bottom:1px solid var(--border-glass);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.input-field{background:var(--bg-input);border:1px solid var(--border-glass);width:100%;color:var(--text-main);font-family:var(--font-body);transition:var(--transition-smooth);border-radius:10px;outline:none;padding:.75rem 1rem;font-size:.95rem}.input-field:focus{border-color:var(--accent-cyan);background:var(--bg-card-hover);box-shadow:0 0 10px #00e5ff26}.btn-core{font-family:var(--font-title);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-core-primary{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-blue) 100%);color:#070a13;box-shadow:0 4px 14px #00e5ff33}.btn-core-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00e5ff59}.btn-core-secondary{color:var(--text-main);background:#ffffff08;border:1px solid #ffffff0f}.btn-core-secondary:hover{background:#ffffff0f;border-color:#ffffff1f}.btn-core-purple{background:linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-blue) 100%);color:#fff;box-shadow:0 4px 14px #8b5cf640}.btn-core-purple:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666}.dash-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.dash-grid-2{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (width<=1200px){.dash-grid-2{grid-template-columns:1fr}}.stat-card{flex-direction:column;gap:.5rem;display:flex;position:relative;overflow:hidden}.stat-card-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.stat-card-value{font-size:2.2rem;font-weight:700;font-family:var(--font-title)}.circle-progress-wrapper{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.circle-progress-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute}.timeline-roadmap{flex-direction:column;gap:2rem;padding-left:2rem;display:flex;position:relative}.timeline-roadmap:before{content:"";background:#ffffff0f;width:2px;position:absolute;top:0;bottom:0;left:7px}.timeline-step{flex-direction:column;gap:.5rem;display:flex;position:relative}.timeline-dot{background:var(--bg-dark);z-index:2;width:16px;height:16px;transition:var(--transition-smooth);border:3px solid #ffffff26;border-radius:50%;position:absolute;top:6px;left:-2rem}.timeline-step.active .timeline-dot{border-color:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan);background:var(--accent-cyan)}.timeline-step.completed .timeline-dot{border-color:var(--accent-emerald);box-shadow:0 0 10px var(--accent-emerald);background:var(--accent-emerald)}.leak-row{border:1px solid var(--border-glass);transition:var(--transition-smooth);background:#ffffff04;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.leak-row:hover{background:#ff174405;border-color:#ff174433}.chat-container{border-radius:16px;flex-direction:column;height:500px;display:flex;overflow:hidden}.chat-messages{background:#080c1833;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-bubble{border-radius:16px;max-width:75%;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;animation:.3s slideUp;position:relative}.chat-bubble-coach{background:var(--bg-card);border:1px solid var(--border-glass);border-top-left-radius:4px;align-self:flex-start}.chat-bubble-user{background:linear-gradient(135deg, var(--accent-purple) 0%, var(--accent-blue) 100%);color:#fff;box-shadow:var(--shadow-purple);border-top-right-radius:4px;align-self:flex-end}.chat-input-area{border-top:1px solid var(--border-glass);background:#0b1124cc;gap:.8rem;padding:1rem;display:flex}.wizard-container{flex-direction:column;gap:2rem;width:100%;max-width:680px;margin:4rem auto;display:flex}.wizard-progress-bar{background:#ffffff0d;border-radius:3px;height:6px;overflow:hidden}.wizard-progress-fill{background:linear-gradient(135deg, var(--accent-cyan) 0%, var(--accent-purple) 100%);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.badges-container{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;display:grid}.badge-item{text-align:center;border:1px solid var(--border-glass);transition:var(--transition-smooth);background:#ffffff03;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 1rem;display:flex}.badge-item.locked{opacity:.35;filter:grayscale()}.badge-item:hover:not(.locked){border-color:var(--accent-cyan);box-shadow:var(--shadow-neon);background:#00e5ff04;transform:translateY(-4px)}.badge-icon{margin-bottom:.5rem;font-size:2.2rem}.chart-line{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s ease-in-out forwards drawLine}.chart-dot{opacity:0;animation:.5s 2.5s forwards fadeIn}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}.bottom-nav-mobile{background:var(--bg-mobile-nav);-webkit-backdrop-filter:blur(25px);border:1px solid var(--border-mobile-nav);z-index:1000;height:65px;box-shadow:var(--shadow-mobile-nav);border-radius:20px;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;display:none;position:fixed;bottom:.5rem;left:.5rem;right:.5rem;overflow-x:auto}.bottom-nav-mobile::-webkit-scrollbar{display:none}.bottom-nav-mobile-item{color:var(--text-muted);cursor:pointer;transition:var(--transition-smooth);border-radius:12px;flex:none;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:flex}.bottom-nav-mobile-item.active{color:var(--accent-cyan);background:#00e5ff14;border:1px solid #00e5ff26}@media (width<=1024px){.sidebar-nav{display:none!important}.main-wrapper{margin-bottom:85px;margin-left:0;padding:1.5rem}.bottom-nav-mobile{display:flex}}.auth-page-container{background:var(--bg-dark);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-panel{width:100%;max-width:440px}.crisis-mode-active{animation:3s ease-in-out infinite pulseCrisis;background:#ef444405!important;border-color:#ef444459!important}@keyframes pulseCrisis{0%{box-shadow:0 0 10px #ef44440d}50%{border-color:#ef444499;box-shadow:0 0 25px #ef444440}to{box-shadow:0 0 10px #ef44440d}}.crisis-text-glow{text-shadow:0 0 10px #ef444466;color:var(--accent-rose)!important}.budget-glow-warning{border-color:#f59e0b66!important;animation:2s ease-in-out infinite pulseWarning!important}@keyframes pulseWarning{0%{box-shadow:0 0 8px #f59e0b0d}50%{border-color:#f59e0b8c;box-shadow:0 0 20px #f59e0b40}to{box-shadow:0 0 8px #f59e0b0d}}
