*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{background-color:#0a0a0f;color:#e8e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;line-height:1.5;min-height:100vh}
::selection{background-color:rgba(0,212,255,0.3);color:#e8e8f0}
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#0a0a0f}
::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.15);border-radius:4px}
::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.25)}
html{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,0.15) #0a0a0f}
h1,h2,h3,h4,h5,h6{color:#e8e8f0;font-weight:700;line-height:1.25}
h1{font-size:2.25rem}
h2{font-size:1.875rem}
h3{font-size:1.5rem}
h4{font-size:1.25rem}
h5{font-size:1.125rem}
h6{font-size:1rem}
p{margin-bottom:1rem;color:#8888a0}
a{color:#e8e8f0;text-decoration:none;transition:color 150ms ease}
a:hover{color:#00d4ff}
code,pre{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace}
code{background:#141425;padding:0.15em 0.4em;border-radius:4px;font-size:0.9em}
pre{background:#141425;padding:1rem;border-radius:8px;overflow-x:auto;border:1px solid rgba(255,255,255,0.06)}
pre code{background:none;padding:0;border-radius:0;font-size:inherit}
img{max-width:100%;height:auto;display:block}
:focus-visible{outline:2px solid #00d4ff;outline-offset:2px}
.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media (min-width:768px){.container{padding-left:2rem;padding-right:2rem}}
.section{padding-top:4rem;padding-bottom:4rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media (min-width:768px){.section{padding-top:6rem;padding-bottom:6rem;padding-left:2rem;padding-right:2rem}}
.header{position:sticky;top:0;z-index:100;background-color:rgba(10,10,15,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color 250ms ease,background-color 250ms ease}
.header--scrolled{border-bottom-color:rgba(255,255,255,0.06);background-color:rgba(10,10,15,0.95)}
.header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem;height:64px}
@media (min-width:768px){.header__inner{padding:1rem 2rem}}
.header__logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:#00d4ff;font-weight:700;font-size:1.125rem;flex-shrink:0}
.header__logo:hover{color:#00d4ff}
.header__logo img{width:32px;height:32px}
.nav{display:flex;align-items:center;gap:1.5rem}
.nav__links{display:none;list-style:none;gap:1.5rem}
@media (min-width:768px){.nav__links{display:flex}}
.nav__link{color:#8888a0;font-size:0.875rem;font-weight:500;transition:color 150ms ease}
.nav__link:hover{color:#00d4ff}
.nav__cta{display:none}
@media (min-width:768px){.nav__cta{display:inline-flex}}
.nav-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#e8e8f0;cursor:pointer;padding:0.25rem;width:40px;height:40px}
@media (min-width:768px){.nav-toggle{display:none}}
.nav-toggle .nav-toggle__close{display:none}
.nav-toggle.is-active .nav-toggle__open{display:none}
.nav-toggle.is-active .nav-toggle__close{display:block}
.nav-menu{display:none;position:absolute;top:64px;left:0;right:0;background-color:rgba(15,15,26,0.98);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06);padding:1rem}
.nav-menu--open{display:block}
@media (min-width:768px){.nav-menu{display:none !important}}
.nav-menu__list{list-style:none;display:flex;flex-direction:column;gap:0.5rem}
.nav-menu__link{display:block;padding:0.5rem 1rem;color:#8888a0;font-size:1rem;font-weight:500;border-radius:8px;transition:color 150ms ease,background-color 150ms ease}
.nav-menu__link:hover{color:#00d4ff;background-color:rgba(255,255,255,0.03)}
.nav-menu__cta{margin-top:0.5rem;padding:0.5rem 1rem}
.footer{background-color:#0f0f1a;border-top:1px solid rgba(255,255,255,0.06);padding:2rem 0}
.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}
@media (min-width:768px){.footer__inner{flex-direction:row;justify-content:space-between;text-align:left;padding:0 2rem}}
.footer__text{color:#8888a0;font-size:0.875rem;margin-bottom:0}
.footer__link{color:#8888a0;font-size:0.875rem;transition:color 150ms ease}
.footer__link:hover{color:#00d4ff}
.footer__heart{color:#00d4ff}
main{min-height:calc(100vh - 64px - 100px)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.625rem 1.25rem;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:0.875rem;font-weight:500;line-height:1;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all 150ms ease;text-decoration:none;white-space:nowrap}
.btn:focus-visible{outline:2px solid #00d4ff;outline-offset:2px}
.btn:disabled{opacity:0.5;cursor:not-allowed}
.btn-primary{background-color:#00d4ff;color:#0a0a0f;border-color:#00d4ff}
.btn-primary:hover{background-color:#5ce1ff;border-color:#5ce1ff;color:#0a0a0f;box-shadow:0 0 20px rgba(0,212,255,0.4)}
.btn-primary:active{background-color:#09c;border-color:#09c}
.btn-outline{background-color:transparent;color:#00d4ff;border-color:#00d4ff}
.btn-outline:hover{background-color:rgba(0,212,255,0.1);color:#5ce1ff;border-color:#5ce1ff;box-shadow:0 0 20px rgba(0,212,255,0.2)}
.btn-outline:active{background-color:rgba(0,212,255,0.15)}
.btn-ghost{background-color:transparent;color:#8888a0;border-color:transparent}
.btn-ghost:hover{color:#e8e8f0;background-color:rgba(255,255,255,0.05)}
.btn-full{width:100%}
.btn-lg{padding:0.875rem 1.75rem;font-size:1rem}
.btn-sm{padding:0.375rem 0.75rem;font-size:0.75rem}
.form-group{margin-bottom:1rem}
.form-label{display:block;color:#8888a0;font-size:0.875rem;font-weight:500;margin-bottom:0.25rem}
.form-control{display:block;width:100%;padding:0.625rem 1rem;background-color:#1a1a2e;color:#e8e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;line-height:1.5;border:1px solid rgba(255,255,255,0.06);border-radius:8px;transition:border-color 150ms ease,box-shadow 150ms ease;appearance:none}
.form-control::placeholder{color:#8888a0;opacity:0.6}
.form-control:focus{outline:none;border-color:#00d4ff;box-shadow:0 0 0 3px rgba(0,212,255,0.15)}
.form-control:disabled{opacity:0.5;cursor:not-allowed}
textarea.form-control{resize:vertical;min-height:100px}
.form-checkbox{display:flex;align-items:center;gap:0.5rem;cursor:pointer}
.form-checkbox input[type="checkbox"]{width:18px;height:18px;accent-color:#00d4ff;cursor:pointer}
.form-checkbox label,.form-checkbox span{color:#8888a0;font-size:0.875rem;cursor:pointer}
.form-flash{padding:0.5rem 1rem;border-radius:8px;font-size:0.875rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,0.06);background-color:rgba(255,255,255,0.03);color:#8888a0}
.form-flash-error{background-color:rgba(239,68,68,0.1);border-color:rgba(239,68,68,0.3);color:#ef4444}
.form-flash-success{background-color:rgba(34,197,94,0.1);border-color:rgba(34,197,94,0.3);color:#22c55e}
.card{background-color:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1.5rem;transition:border-color 250ms ease}
.card:hover{border-color:rgba(0,212,255,0.3)}
.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#8888a0;font-size:0.875rem}
.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background-color:rgba(255,255,255,0.06)}
.oauth-buttons{display:flex;flex-direction:column;gap:0.5rem}
.btn-oauth{display:flex;align-items:center;justify-content:center;gap:0.5rem;width:100%;padding:0.625rem 1rem;background-color:#1a1a2e;color:#e8e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:0.875rem;font-weight:500;border:1px solid rgba(255,255,255,0.06);border-radius:8px;cursor:pointer;transition:all 150ms ease;text-decoration:none}
.btn-oauth:hover{background-color:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.12);color:#e8e8f0}
.btn-oauth:focus-visible{outline:2px solid #00d4ff;outline-offset:2px}
.btn-oauth img,.btn-oauth svg{width:18px;height:18px}
.auth-container{width:100%;max-width:400px;margin:0 auto;padding:2rem 1rem}
@media (min-width:768px){.auth-container{padding:4rem 1rem}}
.auth-header{text-align:center;margin-bottom:2rem}
.auth-header h1{font-size:1.5rem;margin-bottom:0.5rem}
.auth-header p{color:#8888a0;font-size:0.875rem;margin-bottom:0}
.auth-footer{text-align:center;margin-top:1.5rem;color:#8888a0;font-size:0.875rem}
.auth-footer a{color:#00d4ff}
.auth-footer a:hover{color:#5ce1ff}
.badge{display:inline-flex;align-items:center;padding:0.25em 0.625em;font-size:0.75rem;font-weight:500;border-radius:9999px;background-color:rgba(0,212,255,0.1);color:#00d4ff;border:1px solid rgba(0,212,255,0.3)}
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-bottom:8vh;background-color:#0a0a0f;overflow:hidden}
.hero__inner{display:flex;flex-direction:column;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;padding:6rem 1rem 4rem}
@media (min-width:1024px){.hero__inner{flex-direction:row;align-items:center;justify-content:space-between;padding:0 2rem;gap:3rem}}
.hero__content{flex:1;text-align:center;max-width:600px}
@media (min-width:1024px){.hero__content{text-align:left}}
.hero__eyebrow{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.875rem;color:#00d4ff;margin-bottom:1.5rem;letter-spacing:0.05em}
.hero__headline{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#e8e8f0}
.hero__subtitle{font-size:1.125rem;color:#8888a0;line-height:1.75;margin-bottom:2rem;max-width:520px}
@media (min-width:1024px){.hero__subtitle{margin-left:0;margin-right:0}}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}
@media (min-width:1024px){.hero__actions{justify-content:flex-start}}
.hero__typing{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem;color:#8888a0;overflow:hidden;display:inline-block;max-width:100%}
@media (min-width:1024px){.hero__typing{display:block}}
.hero__typing-text{display:inline-block;overflow:hidden;white-space:nowrap;border-right:2px solid #00d4ff;animation:hero-typing 3.5s steps(42,end) forwards,blink 0.75s step-end infinite}
@keyframes hero-typing{from{width:0}to{width:42ch}}
.hero__visual{flex-shrink:0;display:flex;align-items:center;justify-content:center}
.hero__fade{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,transparent,#0f0f1a);pointer-events:none}
.radar{position:relative;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(0,212,255,0.03) 0%,transparent 70%);border:1px solid rgba(0,212,255,0.3)}
@media (min-width:768px){.radar{width:360px;height:360px}}
@media (min-width:1024px){.radar{width:420px;height:420px}}
.radar__sweep{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,transparent 330deg,rgba(0,212,255,0.15) 350deg,rgba(0,212,255,0.3) 360deg);animation:radar-sweep 4s linear infinite;will-change:transform}
.radar__ring{position:absolute;border-radius:50%;border:1px solid rgba(0,212,255,0.12);top:50%;left:50%;transform:translate(-50%,-50%)}
.radar__ring--outer{width:100%;height:100%}
.radar__ring--middle{width:66%;height:66%}
.radar__ring--inner{width:33%;height:33%}
.radar__crosshair{position:absolute;background-color:rgba(0,212,255,0.08)}
.radar__crosshair--h{top:50%;left:0;right:0;height:1px;transform:translateY(-0.5px)}
.radar__crosshair--v{left:50%;top:0;bottom:0;width:1px;transform:translateX(-0.5px)}
.radar__center{position:absolute;top:50%;left:50%;width:8px;height:8px;transform:translate(-50%,-50%);background-color:#00d4ff;border-radius:50%;box-shadow:0 0 12px rgba(0,212,255,0.4),0 0 24px rgba(0,212,255,0.2)}
.radar__blip{position:absolute;width:8px;height:8px;background-color:#00d4ff;border-radius:50%;box-shadow:0 0 8px rgba(0,212,255,0.4);animation:blip-pulse 2s ease-in-out infinite}
.radar__blip--1{animation-delay:0s}
.radar__blip--2{animation-delay:0.4s}
.radar__blip--3{animation-delay:0.8s}
.radar__blip--4{animation-delay:1.2s}
.radar__blip--5{animation-delay:1.6s}
.radar__blip-label{position:absolute;top:-20px;left:50%;transform:translateX(-50%);font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:9px;color:rgba(0,212,255,0.6);white-space:nowrap;pointer-events:none}
@media (min-width:768px){.radar__blip-label{font-size:10px}}
.problem-solution{background-color:#0f0f1a;padding:4rem 0}
@media (min-width:768px){.problem-solution{padding:6rem 0}}
.problem-solution__inner{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;gap:4rem}
@media (min-width:768px){.problem-solution__inner{padding:0 2rem}}
@media (min-width:1024px){.problem-solution__inner{flex-direction:row;gap:4rem}}
.problem-solution__side{flex:1}
.problem-solution__label{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:1rem}
.problem-solution__label--problem{color:#ef4444}
.problem-solution__label--solution{color:#22c55e}
.problem-solution__heading{font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:2rem;line-height:1.25}
.problem-solution__list{list-style:none;display:flex;flex-direction:column;gap:1rem}
.problem-solution__item{display:flex;align-items:flex-start;gap:1rem;color:#8888a0;font-size:1rem;line-height:1.5}
.problem-solution__item i{flex-shrink:0;width:20px;height:20px;margin-top:2px}
.problem-solution__item--problem i{color:#ef4444}
.problem-solution__item--solution i{color:#22c55e}
.features{background-color:#0a0a0f;padding:4rem 0}
@media (min-width:768px){.features{padding:6rem 0}}
.features__inner{max-width:1200px;margin:0 auto;padding:0 1rem}
@media (min-width:768px){.features__inner{padding:0 2rem}}
.features__header{text-align:center;margin-bottom:4rem}
.features__heading{font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:1rem}
.features__subheading{font-size:1.125rem;color:#8888a0;max-width:560px;margin:0 auto}
.features__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media (min-width:768px){.features__grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.features__grid{grid-template-columns:repeat(4,1fr)}}
.feature-card{background-color:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:2rem;transition:border-color 250ms ease,box-shadow 250ms ease}
.feature-card:hover{border-color:rgba(0,212,255,0.3);box-shadow:0 0 30px rgba(0,212,255,0.06)}
.feature-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#00d4ff;margin-bottom:1.5rem}
.feature-card__icon i{width:32px;height:32px}
.feature-card__name{font-size:1.125rem;font-weight:600;margin-bottom:0.5rem;color:#e8e8f0}
.feature-card__description{font-size:0.875rem;color:#8888a0;line-height:1.75;margin-bottom:0}
.cta{background:linear-gradient(135deg,#0f0f1a 0%,rgba(0,212,255,0.05) 50%,#0f0f1a 100%);padding:4rem 0;border-top:1px solid rgba(255,255,255,0.06)}
@media (min-width:768px){.cta{padding:6rem 0}}
.cta__inner{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}
@media (min-width:768px){.cta__inner{padding:0 2rem}}
.cta__heading{font-size:clamp(1.5rem,3vw,1.875rem);margin-bottom:1rem}
.cta__text{font-size:1.125rem;color:#8888a0;max-width:480px;margin:0 auto 2rem}
.cta__actions{display:flex;justify-content:center;gap:1rem}
@keyframes radar-sweep{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.animate-radar-sweep{animation:radar-sweep 4s linear infinite}
@keyframes blip-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}
.animate-blip-pulse{animation:blip-pulse 2s ease-in-out infinite}
@keyframes typing{from{width:0}to{width:100%}}
@keyframes blink{0%,100%{border-color:transparent}50%{border-color:#00d4ff}}
.animate-typing{overflow:hidden;white-space:nowrap;border-right:2px solid #00d4ff;animation:typing 3s steps(40,end),blink 0.75s step-end infinite}
@keyframes fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.animate-fade-in-up{animation:fade-in-up 0.6s ease-out forwards}
@keyframes glow-pulse{0%,100%{box-shadow:0 0 5px rgba(0,212,255,0.4)}50%{box-shadow:0 0 20px rgba(0,212,255,0.4),0 0 40px rgba(0,212,255,0.2)}}
.animate-glow-pulse{animation:glow-pulse 3s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.animate-float{animation:float 3s ease-in-out infinite}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}
.auth-container:has(.auth-page){max-width:none;padding:0}
.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background-color:#0a0a0f}
.auth-card{width:100%;max-width:420px;background-color:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:3rem 2rem;box-shadow:0 0 40px rgba(0,212,255,0.03),0 0 1px rgba(0,212,255,0.1)}
@media (min-width:768px){.auth-card{padding:3rem}}
.auth-logo{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-bottom:2rem}
.auth-logo img{width:48px;height:48px}
.auth-brand{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1.25rem;font-weight:700;color:#e8e8f0;letter-spacing:-0.01em}
.auth-title{text-align:center;font-size:1.5rem;font-weight:600;color:#e8e8f0;margin-bottom:2rem}
.auth-back{display:inline-flex;align-items:center;gap:0.25rem;margin-top:2rem;color:#8888a0;font-size:0.875rem;font-weight:500;transition:color 150ms ease}
.auth-back:hover{color:#00d4ff}
.auth-back svg{width:16px;height:16px}
.auth-card .btn-primary.btn-full{margin-top:1.5rem}
.auth-card .form-flash:empty{display:none}
.auth-card .form-checkbox{margin-top:-0.25rem}
.dashboard-layout{display:flex;min-height:calc(100vh - 56px)}
.dashboard-main{flex:1;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%}
.dashboard-sidebar{width:300px;flex-shrink:0;background:#0f0f1a;border-right:1px solid rgba(255,255,255,0.06);padding:1.5rem;overflow-y:auto}
.dash-header{position:sticky;top:0;z-index:100;height:56px;background:rgba(10,10,15,0.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06)}
.dash-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.dash-header__logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:#e8e8f0}
.dash-header__logo img{width:28px;height:28px}
.dash-header__brand{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-weight:600;font-size:0.875rem;color:#00d4ff;letter-spacing:0.05em}
.dash-nav{display:flex;align-items:center;gap:0.25rem}
.dash-nav__link{display:flex;align-items:center;gap:0.25rem;padding:0.5rem 1rem;border-radius:8px;text-decoration:none;color:#e8e8f0;opacity:0.5;font-size:0.875rem;transition:opacity 150ms ease,background 150ms ease}
.dash-nav__link:hover{opacity:0.8;background:rgba(255,255,255,0.04)}
.dash-nav__link.is-active{opacity:1;background:rgba(255,255,255,0.06)}
.dash-nav__link i,.dash-nav__link svg{width:16px;height:16px}
.dash-nav__text{font-weight:500}
.dash-header__actions{display:flex;align-items:center;gap:1rem}
.dash-header__user{font-size:0.875rem;color:#8888a0}
.dash-header__logout{display:flex;align-items:center;color:#8888a0;opacity:0.6;transition:opacity 150ms ease,color 150ms ease}
.dash-header__logout:hover{opacity:1;color:#ef4444}
.dash-header__logout i,.dash-header__logout svg{width:16px;height:16px}
.connection-status{position:relative}
.connection-status__btn{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0.25rem;border-radius:4px;transition:background 150ms ease}
.connection-status__btn:hover{background:rgba(255,255,255,0.06)}
.connection-status__icon{width:18px;height:18px}
.connection-status__icon.is-connected{color:#22c55e}
.connection-status__icon.is-connecting{color:#f59e0b}
.connection-status__icon.is-disconnected{color:#ef4444}
.connection-status__icon.is-disabled{color:#8888a0}
.connection-status__dropdown{position:absolute;top:100%;right:0;margin-top:0.5rem;min-width:220px;background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1rem;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.connection-status__row{display:flex;justify-content:space-between;align-items:center;padding:0.25rem 0;font-size:0.75rem}
.connection-status__row + .connection-status__row{border-top:1px solid rgba(255,255,255,0.06)}
.connection-status__label{color:#8888a0}
.connection-status__value{color:#e8e8f0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace}
.connection-status__value--error{color:#ef4444}
.spin{animation:spin 1s linear infinite}
@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.feed-item{padding:1rem;border-bottom:1px solid rgba(255,255,255,0.06);cursor:pointer;transition:background 150ms ease}
.feed-item:hover{background:rgba(255,255,255,0.02)}
.feed-item--conflict{border-left:3px solid #f59e0b}
.feed-item--timeout{border-left:3px solid #ef4444}
.feed-item--checkin{border-left:3px solid #22c55e}
.feed-item--checkout{border-left:3px solid #8888a0}
.feed-item--live{animation:flash 2s ease-in-out}
@keyframes flash{0%,100%{background:transparent}15%{background:rgba(0,212,255,0.08)}}
.feed-item__main{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}
.feed-item__time{font-size:0.75rem;color:#8888a0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;flex-shrink:0}
.feed-item__agent{font-size:0.875rem;color:#e8e8f0;font-weight:500}
.feed-item__project{font-size:0.75rem;color:#8888a0}
.feed-item__area{font-size:0.75rem;color:#8888a0;font-style:italic}
.feed-item__badge{display:inline-flex;align-items:center;padding:2px 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}
.feed-item__badge--checkin{background:rgba(34,197,94,0.15);color:#22c55e}
.feed-item__badge--checkout{background:rgba(136,136,160,0.15);color:#8888a0}
.feed-item__badge--conflict{background:rgba(245,158,11,0.15);color:#f59e0b}
.feed-item__badge--timeout{background:rgba(239,68,68,0.15);color:#ef4444}
.feed-item__badge--status_update{background:rgba(0,212,255,0.15);color:#00d4ff}
.feed-item__badge--scope_change{background:rgba(92,225,255,0.15);color:#5ce1ff}
.feed-item__detail{margin-top:0.5rem;padding:0.5rem 1rem;background:#0f0f1a;border-radius:4px;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem;color:#8888a0;white-space:pre-wrap;word-break:break-all;overflow:hidden}
.new-events-banner{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem 1rem;border:1px solid rgba(0,212,255,0.3);background:rgba(0,212,255,0.05);border-radius:8px;cursor:pointer;font-size:0.875rem;color:#00d4ff;transition:filter 150ms ease}
.new-events-banner:hover{filter:brightness(1.2)}
.feed-filters{display:flex;align-items:center;gap:0.5rem;margin-bottom:1rem;flex-wrap:wrap}
.feed-filters__select{appearance:none;background:#1a1a2e;border:1px solid rgba(255,255,255,0.06);border-radius:4px;padding:0.25rem 1.5rem 0.25rem 0.5rem;font-size:0.875rem;color:#e8e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238888a0' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color 150ms ease}
.feed-filters__select:focus{outline:none;border-color:#00d4ff}
.feed-filters__select:hover{border-color:rgba(255,255,255,0.12)}
.split-view{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media (max-width:1024px){.split-view{grid-template-columns:1fr}}
.agent-card{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;border-bottom:1px solid rgba(255,255,255,0.06);font-size:0.875rem}
.agent-card:last-child{border-bottom:none}
.agent-card__status{width:8px;height:8px;border-radius:9999px;flex-shrink:0}
.agent-card__status--active{background:#22c55e}
.agent-card__status--inactive{background:#8888a0}
.agent-card__status--expired{background:#ef4444}
.agent-card__name{font-weight:500;color:#e8e8f0}
.agent-card__area{color:#8888a0;font-size:0.75rem}
.agent-card__duration{margin-left:auto;font-size:0.75rem;color:#8888a0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace}
.session-summary{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1.5rem}
.session-summary__row{display:flex;justify-content:space-between;padding:0.25rem 0;font-size:0.875rem}
.session-summary__row + .session-summary__row{border-top:1px solid rgba(255,255,255,0.06)}
.session-summary__key{color:#8888a0}
.session-summary__value{color:#e8e8f0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace}
.project-card{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1.5rem;transition:border-color 150ms ease}
.project-card:hover{border-color:rgba(255,255,255,0.12)}
.project-card__name{font-size:1.125rem;font-weight:600;color:#e8e8f0;margin-bottom:0.25rem}
.project-card__description{font-size:0.875rem;color:#8888a0;margin-bottom:1rem;line-height:1.5}
.project-card__agents{display:inline-flex;align-items:center;gap:0.25rem;padding:2px 0.5rem;border-radius:9999px;font-size:0.75rem;background:rgba(34,197,94,0.15);color:#22c55e}
.settings-form{max-width:600px}
.settings-form__group{margin-bottom:1.5rem}
.settings-form__group label{display:block;font-size:0.875rem;font-weight:500;color:#8888a0;margin-bottom:0.25rem}
.settings-form__group input[type="text"],.settings-form__group input[type="email"],.settings-form__group input[type="password"],.settings-form__group input[type="number"],.settings-form__group textarea,.settings-form__group select{width:100%;padding:0.5rem 1rem;background:#1a1a2e;border:1px solid rgba(255,255,255,0.06);border-radius:4px;color:#e8e8f0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:0.875rem;transition:border-color 150ms ease}
.settings-form__group input[type="text"]:focus,.settings-form__group input[type="email"]:focus,.settings-form__group input[type="password"]:focus,.settings-form__group input[type="number"]:focus,.settings-form__group textarea:focus,.settings-form__group select:focus{outline:none;border-color:#00d4ff}
.settings-form__group textarea{resize:vertical;min-height:100px}
.settings-form__actions{display:flex;gap:0.5rem;margin-top:2rem}
.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;display:flex;flex-direction:column;gap:0.5rem}
.toast{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:0.5rem 1rem;font-size:0.875rem;color:#e8e8f0;box-shadow:0 8px 24px rgba(0,0,0,0.4);animation:toast-slide-in 300ms ease-out;max-width:360px}
.toast--success{border-left:3px solid #22c55e}
.toast--error{border-left:3px solid #ef4444}
.toast--warning{border-left:3px solid #f59e0b}
@keyframes toast-slide-in{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}
.skeleton{background:linear-gradient(90deg,#0f0f1a 25%,rgba(255,255,255,0.04) 50%,#0f0f1a 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:4px}
@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
@media (max-width:1024px){.dashboard-sidebar{display:none}}
@media (max-width:768px){.dash-nav__text{display:none}.dash-header__user{display:none}.dash-header__brand{display:none}}
.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:0.75rem;font-weight:500;text-transform:capitalize}
.status-badge--spawning{background:rgba(245,158,11,0.15);color:#f59e0b;animation:pulse-badge 2s ease-in-out infinite}
.status-badge--active{background:rgba(34,197,94,0.15);color:#22c55e;animation:pulse-badge 2s ease-in-out infinite}
.status-badge--completed{background:rgba(136,136,160,0.15);color:#8888a0}
.status-badge--error{background:rgba(239,68,68,0.15);color:#ef4444}
@keyframes pulse-badge{0%,100%{opacity:1}50%{opacity:0.6}}
.flash-message{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:0.75rem 1rem;font-size:0.875rem;color:#e8e8f0}
.flash-message.toast--success{border-left:3px solid #22c55e;color:#22c55e}
.flash-message.toast--error{border-left:3px solid #ef4444;color:#ef4444}
.flash-message.toast--warning{border-left:3px solid #f59e0b;color:#f59e0b}
.agent-session-topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;margin-bottom:1rem;flex-wrap:wrap;gap:0.5rem}
.agent-session-topbar__left{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap}
.agent-session-topbar__name{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-weight:600;font-size:1.125rem;color:#e8e8f0}
.agent-session-topbar__project{font-size:0.875rem;color:#8888a0}
.agent-session-topbar__model{display:inline-flex;align-items:center;padding:2px 0.5rem;border-radius:9999px;font-size:0.75rem;font-weight:500;background:rgba(0,212,255,0.1);color:#00d4ff}
.agent-session-topbar__right{display:flex;align-items:center;gap:0.5rem}
.agent-session-topbar__duration{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.875rem;color:#8888a0}
.agent-session-layout{display:grid;grid-template-columns:1fr 300px;gap:1rem;min-height:60vh}
@media (max-width:1024px){.agent-session-layout{grid-template-columns:1fr}}
.agent-session-layout__terminal{display:flex;flex-direction:column;min-height:0}
.agent-session-layout__sidebar{display:flex;flex-direction:column;gap:1rem}
.agent-terminal{background:#0d1117;border:1px solid rgba(255,255,255,0.08);border-radius:8px 8px 0 0;padding:1rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.875rem;line-height:1.5;color:#e8e8f0;min-height:60vh;max-height:75vh;overflow-y:auto;scroll-behavior:smooth;flex:1}
.agent-terminal::-webkit-scrollbar{width:6px}
.agent-terminal::-webkit-scrollbar-track{background:transparent}
.agent-terminal::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.15);border-radius:3px}
.agent-terminal::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,0.25)}
.agent-terminal__message{margin-bottom:0.5rem;padding:0.5rem;border-radius:4px}
.agent-terminal__message--assistant{color:#e6edf3}
.agent-terminal__message--tool{border-left:3px solid #00d4ff;background:rgba(0,212,255,0.04);padding:0}
.agent-terminal__message--user{background:rgba(59,130,246,0.08);border-left:3px solid #3b82f6}
.agent-terminal__message--system{color:#8888a0;font-style:italic;font-size:0.75rem}
.agent-terminal__message-prefix{font-weight:600;color:#3b82f6;margin-bottom:2px;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em}
.agent-terminal__message-content{white-space:pre-wrap;word-break:break-word}
.agent-terminal__message-content--mono{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.8125rem}
.agent-terminal__code-block{background:rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.08);border-radius:4px;padding:0.5rem 1rem;margin:0.5rem 0;overflow-x:auto;font-size:0.75rem}
.agent-terminal__code-block code{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;color:#e6edf3}
.agent-terminal__inline-code{background:rgba(255,255,255,0.08);border-radius:3px;padding:1px 4px;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.85em;color:#5ce1ff}
.agent-terminal__tool-header{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;cursor:pointer;transition:background 150ms ease;color:#00d4ff;font-size:0.75rem}
.agent-terminal__tool-header:hover{background:rgba(0,212,255,0.06)}
.agent-terminal__tool-name{font-weight:500;color:#5ce1ff}
.agent-terminal__tool-status{color:#8888a0;font-size:0.75rem}
.agent-terminal__tool-body{padding:0.5rem 1rem;border-top:1px solid rgba(255,255,255,0.04);background:rgba(0,0,0,0.2)}
.agent-terminal__tool-body pre{margin:0;white-space:pre-wrap;word-break:break-word;font-size:0.75rem;color:#8888a0;max-height:300px;overflow-y:auto}
.agent-terminal__cursor{display:inline-block;width:8px;height:16px;background:#00d4ff;animation:blink-cursor 1s step-end infinite;vertical-align:text-bottom;margin-left:2px}
@keyframes blink-cursor{0%,100%{opacity:1}50%{opacity:0}}
.agent-input-bar{background:#0d1117;border:1px solid rgba(255,255,255,0.08);border-top:none;border-radius:0 0 8px 8px;padding:0.5rem 1rem}
.agent-input-bar__inner{display:flex;align-items:center;gap:0.5rem}
.agent-input-bar__inner--disabled{justify-content:space-between}
.agent-input-bar__input{flex:1;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:4px;padding:0.5rem 1rem;color:#e8e8f0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.875rem;transition:border-color 150ms ease}
.agent-input-bar__input:focus{outline:none;border-color:#00d4ff}
.agent-input-bar__input:disabled{opacity:0.4;cursor:not-allowed}
.agent-input-bar__input::placeholder{color:#8888a0}
.agent-input-bar__send{padding:0.5rem 1rem;background:#00d4ff;color:#0a0a0f;border:none;border-radius:4px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:filter 150ms ease;white-space:nowrap}
.agent-input-bar__send:hover:not(:disabled){filter:brightness(1.15)}
.agent-input-bar__send:disabled{opacity:0.4;cursor:not-allowed}
.agent-input-bar__send--resume{background:rgba(0,212,255,0.15);color:#00d4ff;border:1px solid rgba(0,212,255,0.3)}
.agent-input-bar__stop{padding:0.5rem 1rem;background:rgba(239,68,68,0.08);color:#ef4444;border:1px solid rgba(239,68,68,0.2);border-radius:4px;font-size:0.875rem;font-weight:500;cursor:pointer;transition:background 150ms ease;white-space:nowrap}
.agent-input-bar__stop:hover{background:rgba(239,68,68,0.15)}
.agent-session-cost{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1rem;text-align:center}
.agent-session-cost__amount{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:1.5rem;font-weight:700;color:#e8e8f0;margin-bottom:0.25rem}
.agent-session-cost__tokens{display:flex;justify-content:center;gap:1rem;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem;color:#e8e8f0}
.agent-session-files{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1rem}
.agent-session-section-title{font-size:0.875rem;font-weight:600;color:#e8e8f0;margin:0 0 0.5rem 0}
.agent-session-files__item{display:flex;align-items:center;gap:0.25rem;padding:3px 0}
.agent-session-files__name{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem;color:#8888a0;word-break:break-all}
.agent-session-details{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1rem}
.agent-session-details__row{display:flex;justify-content:space-between;align-items:center;padding:0.25rem 0;font-size:0.75rem}
.agent-session-details__row + .agent-session-details__row{border-top:1px solid rgba(255,255,255,0.06)}
.agent-session-details__label{color:#8888a0}
.agent-session-details__value{color:#e8e8f0;font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;font-size:0.75rem}
.agent-session-tools{background:#141425;border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:1rem}
.agent-session-tools__item{display:flex;justify-content:space-between;align-items:center;padding:3px 0;font-size:0.75rem}
.agent-session-tools__name{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;color:#5ce1ff}
.agent-session-tools__count{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace;color:#8888a0;background:rgba(255,255,255,0.04);padding:1px 6px;border-radius:9999px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
@media (max-width:767px){.hide-mobile{display:none !important}}
.show-mobile{display:none !important}
@media (max-width:767px){.show-mobile{display:block !important}}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-primary{color:#e8e8f0}
.text-secondary{color:#8888a0}
.text-accent{color:#00d4ff}
.text-sm{font-size:0.875rem}
.text-base{font-size:1rem}
.text-lg{font-size:1.125rem}
.text-xl{font-size:1.25rem}
.text-2xl{font-size:1.5rem}
.font-normal{font-weight:400}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.font-bold{font-weight:700}
.font-sans{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}
.font-mono{font-family:"JetBrains Mono","Fira Code","Cascadia Code","Source Code Pro",Consolas,monospace}
.mt-0{margin-top:0}
.mt-xs{margin-top:0.25rem}
.mt-sm{margin-top:0.5rem}
.mt-md{margin-top:1rem}
.mt-lg{margin-top:1.5rem}
.mt-xl{margin-top:2rem}
.mt-2xl{margin-top:3rem}
.mb-0{margin-bottom:0}
.mb-xs{margin-bottom:0.25rem}
.mb-sm{margin-bottom:0.5rem}
.mb-md{margin-bottom:1rem}
.mb-lg{margin-bottom:1.5rem}
.mb-xl{margin-bottom:2rem}
.mb-2xl{margin-bottom:3rem}
.p-0{padding:0}
.p-sm{padding:0.5rem}
.p-md{padding:1rem}
.p-lg{padding:1.5rem}
.p-xl{padding:2rem}
.d-none{display:none}
.d-block{display:block}
.d-flex{display:flex}
.flex-center{display:flex;align-items:center;justify-content:center}
.w-full{width:100%}