@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--primary-color:#3b82f6;--secondary-color:#10b981;--background-light:#f1f5f9;--background-dark:#1e293b;--text-light:#1e293b;--text-dark:#e2e8f0;--card-light:#fff;--card-dark:#334155;--border-light:#cbd5e1;--border-dark:#475569}[data-theme=dark]{--primary-color:#60a5fa;--secondary-color:#34d399}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background-light);color:var(--text-light);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s,color .3s}[data-theme=dark] body{background-color:var(--background-dark);color:var(--text-dark)}.container-fluid{flex-direction:column;width:100vw;height:100vh;display:flex}.main-content{place-content:center;width:100%;min-height:100%}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);z-index:30;background-color:#fffc;width:100vw;height:4rem;transition:background-color .3s,border-color .3s;position:sticky;top:0}[data-theme=dark] .header{border-bottom-color:var(--border-dark);background-color:#1e293bcc}.header-content{justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:.5rem 0;display:flex}.logo{color:var(--text-light);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:500;text-decoration:none;display:flex}[data-theme=dark] .logo{color:var(--text-dark)}.logo-icon{color:var(--primary-color)}.header-actions{align-items:center;gap:1rem;padding-right:1.2rem;display:flex}.theme-switcher{align-items:center;gap:.5rem;display:flex}.theme-switcher .icon{color:#94a3b8;transition:color .3s}.theme-switcher .icon.active{color:var(--primary-color)}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:var(--primary-color)}input:checked+.slider:before{transform:translate(20px)}.sidebar-toggle{cursor:pointer;color:var(--text-light);background:0 0;border:none}[data-theme=dark] .sidebar-toggle{color:var(--text-dark)}.hero-section{text-align:center;background:linear-gradient(180deg,var(--background-light)0%,#f1f5f900 100%);padding:6rem 1.5rem 0}[data-theme=dark] .hero-section{background:linear-gradient(180deg,var(--background-dark)0%,#1e293b00 100%)}.hero-content{max-width:768px;margin:0 auto}.hero-title{color:var(--text-light);font-size:2rem;font-weight:700;line-height:1.2}[data-theme=dark] .hero-title{color:var(--text-dark)}.hero-subtitle{color:#64748b;margin-top:1rem;font-size:1.125rem}[data-theme=dark] .hero-subtitle{color:#94a3b8}.input-area{margin-top:2.5rem;position:relative}.headline-textarea{border:1px solid var(--border-light);background-color:var(--card-light);width:100%;color:var(--text-light);resize:none;border-radius:1rem;padding:1rem 1rem 4rem;font-size:1rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}[data-theme=dark] .headline-textarea{background-color:var(--card-dark);border-color:var(--border-dark);color:var(--text-dark)}.headline-textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #3b82f680}textarea::placeholder{color:#364c80}[data-theme=dark] textarea::placeholder{color:#bdc9e6}.analyze-button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .3s,transform .2s;display:flex;position:absolute;bottom:1rem;right:1rem}.analyze-button:hover{background-color:#2563eb}.analyze-button:disabled{opacity:.7;cursor:not-allowed}.loading-container,.results-container{max-width:768px;margin:0 auto;padding:2rem 0}.spinner{border:4px solid #0000001a;border-left-color:var(--primary-color);border-radius:50%;width:36px;height:36px;margin:0 auto 1rem;animation:1s infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-container{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;border-left:5px solid #ef4444;border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;display:flex}[data-theme=dark] .error-container{color:#fecaca;background-color:#450a0a;border-color:#7f1d1d}.error-icon{color:#ef4444;font-size:1.5rem}.error-title{font-weight:600}.results-section{margin-top:1rem}.verdict{border-radius:.75rem;align-items:center;margin-bottom:1.5rem;padding:1.5rem;display:flex}.verdict-icon{margin-right:1.5rem;font-size:2.5rem}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.metric{background:var(--background-light);text-align:center;border:1px solid var(--border-light);border-radius:.75rem;padding:1rem}[data-theme=dark] .metric{background:var(--card-dark);border-color:var(--border-dark)}.metric-value{font-size:1.8rem;font-weight:700}.metric-label{color:#64748b;text-transform:capitalize;margin-bottom:5px;font-size:.9rem}[data-theme=dark] .metric-label{color:#94a3b8}.result-details{color:#64748b;margin-top:1.5rem;font-size:.875rem}[data-theme=dark] .result-details{color:#94a3b8}.metrics-explanation{background-color:var(--background-light);border:1px solid var(--border-light);border-radius:.75rem;margin-top:2rem;padding:1.5rem}[data-theme=dark] .metrics-explanation{background-color:var(--card-dark);border-color:var(--border-dark)}.metrics-explanation h3{margin-bottom:1rem;font-size:1.25rem}.metrics-explanation ul{gap:1rem;list-style:none;display:grid}.metrics-explanation li{align-items:center;gap:.75rem;display:flex}.metrics-explanation .fa-check-circle{color:#10b981}.metrics-explanation .fa-shield-alt{color:#3b82f6}.metrics-explanation .fa-mouse-pointer{color:#f59e0b}.metrics-explanation .fa-project-diagram{color:#8b5cf6}.footer{border-top:1px solid var(--border-light);justify-items:center;padding:1rem}[data-theme=dark] .footer{border-top-color:var(--border-dark)}.footer-content{color:#64748b;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}[data-theme=dark] .footer-content{color:#94a3b8}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#64748b;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary-color)}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;background-color:#00000080;position:fixed;inset:0}[data-theme=dark] .sidebar-backdrop{background-color:#0000000f}.sidebar{background-color:var(--card-light);color:#e2e8f0;z-index:50;flex-direction:column;width:280px;height:100dvh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}[data-theme=dark] .sidebar{background-color:#0f172a}.sidebar-header{justify-content:flex-end;margin-bottom:1rem;display:flex}.close-button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem;transition:background-color .3s,color .3s}.close-button:hover{color:#fff;background-color:#1e293b}.sidebar-profile{text-align:center;margin-bottom:2rem}.profile-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex}.profile-name{color:var(--text-light);font-size:1.125rem;font-weight:600}[data-theme=dark] .profile-name{color:var(--text-dark)}.profile-email{color:#585e68;word-break:break-all;font-size:.875rem}[data-theme=dark] .profile-email{color:#94a3b8}.sidebar-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.nav-item{color:#606a75;border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:background-color .3s,color .3s;display:flex}[data-theme=dark] .nav-item{color:#94a3b8}.nav-item:hover{color:#0051ff;background-color:#eef0f3}[data-theme=dark] .nav-item:hover{color:#fff;background-color:#1e293b}.sidebar-footer{margin-top:1rem}.sign-out-button{cursor:pointer;border:1px solid #3f3f46;border-radius:.5rem;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-weight:500;transition:background-color .3s,color .3s;display:flex}[data-theme=dark] .sign-out-button{color:#f87171;background-color:#1e293b}.sign-out-button:hover{color:#fff;background-color:#ef4444}.input-error-message{align-items:center;gap:8px;margin-bottom:4px;display:flex}.input-error-message:last-child{margin-bottom:0}.input-error-icon{color:#dc3545;flex-shrink:0}@media (max-width:768px){.hero-title{font-size:1.5rem}.footer-content{flex-direction:column;gap:1rem}textarea::placeholder{font-size:smaller}.hero-subtitle{font-size:.9rem}.loading-container,.results-container{padding:2rem 1.5rem}.metrics-explanation li{text-align:center;flex-direction:column;gap:.3rem;display:flex}.metrics-explanation h3{text-align:center}.metrics-explanation ul{gap:1.5rem}}
