:root{--background:#fff;--foreground:#1a1a1a;--orange:#ff8c42;--orange-dark:#e67a35;--text-gray:#666;--border:#0000001a;--card-bg:#f8f8f8;--card-hover:#f0f0f0;--input-bg:#fff;--input-border:#00000026;--shadow:#0000001a;--logo-inner:#fff}.dark{--background:#1a1a1a;--foreground:#fff;--orange:#ff8c42;--orange-dark:#e67a35;--text-gray:#b0b0b0;--border:#ffffff1a;--card-bg:#222;--card-hover:#2a2a2a;--input-bg:#2a2a2a;--input-border:#ffffff1a;--shadow:#00000080;--logo-inner:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1400px;margin:0 auto;padding:0 3rem}.promo-banner{color:#1a1a1a;background:linear-gradient(90deg,#ff8c42 0%,#ffb366 100%);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 3rem;font-size:.875rem;font-weight:600;display:flex;position:relative}.sparkle{font-size:1rem}.promo-text{font-weight:600}.promo-link{color:#1a1a1a;font-weight:700;text-decoration:underline;transition:opacity .2s}.promo-link:hover{opacity:.8}.banner-close{color:#1a1a1a;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:opacity .2s;position:absolute;right:1.5rem}.banner-close:hover{opacity:.7}.navbar{z-index:50;background-color:var(--background);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-section{color:var(--orange);align-items:center;gap:.75rem;text-decoration:none;display:flex}.logo-img{width:auto;height:44px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{color:var(--foreground);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--orange)}.theme-toggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.theme-toggle:hover{color:var(--orange)}.moon-icon,.sun-icon{width:20px;height:20px}.btn-signup{border:1.5px solid var(--orange);color:var(--orange);background:0 0;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.btn-signup:hover{background:var(--orange);color:var(--background)}.signup-icon{width:16px;height:16px}.mobile-menu-btn{border:1px solid var(--border);width:40px;height:40px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:none}.mobile-menu-btn svg{width:24px;height:24px}.hero{align-items:center;min-height:calc(100vh - 120px);padding:4rem 0;display:flex;position:relative;overflow:hidden}.hero-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;padding-top:2rem;display:grid}.gradient-orb{filter:blur(80px);opacity:.8;pointer-events:none;background:radial-gradient(circle,#ff8c4266 0%,#ff8c4240 20%,#ffb36626 35%,#465a501a 50%,#0000 70%);border-radius:50%;width:1200px;height:1200px;animation:20s ease-in-out infinite float;position:absolute;top:-15%;left:-10%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-30px)scale(1.05)}66%{transform:translate(-30px,50px)scale(.95)}}.hero-content{z-index:1;position:relative}.hero-title{letter-spacing:-.02em;color:var(--foreground);margin-bottom:1.5rem;font-size:4rem;font-weight:500;line-height:1.15}.italic-text{font-family:Playfair Display,serif;font-style:italic;font-weight:400}.hero-description{color:var(--text-gray);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-kpis{align-items:center;gap:3rem;display:flex}.kpi-item{align-items:center;gap:1rem;display:flex}.kpi-icon{background:#ff8c421a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.kpi-icon svg{width:28px;height:28px;color:var(--orange)}.kpi-text{flex-direction:column;gap:.25rem;display:flex}.kpi-value{color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1}.kpi-label{color:var(--text-gray);font-size:.9375rem;line-height:1}.detector-card{z-index:1;background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px var(--shadow);border-radius:1rem;padding:2rem;position:relative}.input-section{margin-bottom:2rem}.input-label{color:var(--foreground);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9375rem;font-weight:600;display:flex}.text-input-wrapper{border:1px solid var(--input-border);background:var(--input-bg);border-radius:.75rem;transition:all .3s;position:relative;overflow:hidden}.text-input-wrapper.dragging{border-color:var(--orange);background:#ff8c420d;border-style:dashed;border-width:2px}.text-input-wrapper.has-highlights{border-color:var(--orange)}.text-display-highlighted{width:100%;min-height:288px;color:var(--foreground);white-space:pre-wrap;word-wrap:break-word;z-index:1;max-height:400px;padding:1rem;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6;position:relative;overflow-y:auto}.highlight-bg{cursor:help;z-index:1;border-radius:.125rem;transition:all .2s;position:relative}.highlight-bg:hover{filter:brightness(1.1);z-index:1001}.probability-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;background:#000000f2;border-radius:.25rem;margin-bottom:.375rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;transition:opacity .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000004d}.highlight-bg:hover .probability-tooltip{opacity:1}.probability-tooltip:after{content:"";border:5px solid #0000;border-top-color:#000000f2;position:absolute;top:100%;left:50%;transform:translate(-50%)}.highlight-bg.tooltip-below .probability-tooltip{margin-top:.375rem;margin-bottom:0;top:100%;bottom:auto}.highlight-bg.tooltip-below .probability-tooltip:after{border-top-color:#0000;border-bottom-color:#000000f2;top:auto;bottom:100%}.highlight-bg.ai-high{background:#ef444440;border-bottom:2px solid #ef4444b3}.highlight-bg.ai-high:hover{background:#ef444459}.highlight-bg.ai-medium{background:#fbbf2440;border-bottom:2px solid #fbbf24b3}.highlight-bg.ai-medium:hover{background:#fbbf2459}.highlight-bg.ai-low{background:#22c55e40;border-bottom:2px solid #22c55eb3}.highlight-bg.ai-low:hover{background:#22c55e59}.highlight-bg.highlight-hidden{cursor:default;filter:none!important;background:0 0!important;border-bottom:none!important}.highlight-bg.highlight-hidden:hover{background:0 0!important;border-bottom:none!important}.textarea-upgrade-hint{color:#1a1a1a;z-index:3;background:#ff8c42f2;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 2px 8px #ff8c424d}.lock-icon-tiny{flex-shrink:0;width:14px;height:14px}.upload-hint{z-index:10;color:var(--text-gray);pointer-events:none;z-index:1;align-items:center;gap:.5rem;font-size:.8125rem;display:flex;position:absolute;bottom:1rem;left:1rem;right:1rem}.upload-hint>*{pointer-events:auto}.upload-link{color:var(--orange);cursor:pointer;align-items:center;gap:.375rem;font-weight:600;transition:opacity .2s;display:inline-flex}.upload-link:hover{opacity:.8}.upload-icon{width:16px;height:16px}.hint-separator{color:var(--text-gray)}.uploaded-file-badge{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);z-index:3;border-radius:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;position:absolute;top:1rem;right:1rem}.char-count{color:var(--text-gray);font-size:.875rem;font-weight:400}.char-count.limit-exceeded{color:#ef4444;font-weight:600}.text-input{width:100%;min-height:288px;max-height:400px;color:var(--foreground);resize:vertical;z-index:2;background:0 0;border:none;border-radius:.5rem;padding:1rem;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6;transition:border-color .2s;position:relative;overflow-y:auto}.text-input:disabled{color:var(--foreground);opacity:1;cursor:default}.text-input:focus{outline:none}.text-input-wrapper:focus-within{border-color:var(--orange)}.text-input::placeholder{color:var(--text-gray)}.button-group{gap:1rem;margin-top:1.5rem;display:flex}.btn-analyze{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.btn-analyze:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-analyze:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-icon{flex-shrink:0;width:20px;height:20px}.btn-clear{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s}.btn-clear:hover{background:#ffffff0d}.btn-upgrade{background:linear-gradient(135deg,var(--orange),#ff6b35);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.btn-upgrade:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff8c424d}.disclaimer-text{color:var(--text-secondary);margin-top:.75rem;font-size:.75rem;line-height:1.4}.results-section{border-top:1px solid var(--border);padding-top:2rem}.results-section.hidden,.loading-section.hidden,.error-section.hidden{display:none}.results-header-with-cta{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.results-title{color:var(--foreground);margin-bottom:0;font-size:1.25rem;font-weight:600}.scans-remaining{color:var(--orange);background:#ff8c421a;border:1px solid #ff8c424d;border-radius:9999px;align-items:center;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.result-card{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.result-header{align-items:center;gap:1rem;display:flex}.result-icon-wrapper{background:#22c55e1a;border-radius:.5rem;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.result-icon-wrapper.ai-detected{background:#ef44441a}.result-icon{color:#22c55e;width:28px;height:28px}.result-icon-wrapper.ai-detected .result-icon{color:#ef4444}.result-text-wrapper{flex:1}.result-layout{align-items:center;gap:2rem;display:flex}.result-info{flex-direction:column;flex:1;gap:.5rem;display:flex}.result-label{color:var(--text-gray);margin-bottom:.25rem;font-size:.875rem}.result-value{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.confidence-badge{text-transform:uppercase;border-radius:.25rem;align-items:center;width:fit-content;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.confidence-badge.high{color:#22c55e;background:#22c55e1a}.confidence-badge.medium{color:#fbbf24;background:#fbbf241a}.confidence-badge.low{color:#ef4444;background:#ef44441a}.detection-spectrum{flex-shrink:0}.tachometer{width:200px;position:relative}.tachometer-svg{filter:drop-shadow(0 2px 4px #0000001a);width:100%;height:auto;display:block}.tachometer-labels{justify-content:space-between;align-items:center;margin-top:.5rem;padding:0 1rem;display:flex}.tachometer-label{color:var(--foreground);text-align:center;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;display:flex}.label-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.label-dot-green{background:#22c55e;box-shadow:0 0 6px #22c55e66}.label-dot-yellow{background:#fbbf24;box-shadow:0 0 6px #fbbf2466}.label-dot-red{background:#ef4444;box-shadow:0 0 6px #ef444466}.metric-highlight{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.metric-highlight-label{color:var(--text-gray);margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.metric-highlight-bar-wrapper{align-items:center;gap:1rem;display:flex}.metric-highlight-bar{background:#ffffff1a;border-radius:9999px;flex:1;height:12px;overflow:hidden}.metric-highlight-bar-fill{background:linear-gradient(90deg,var(--orange)0%,var(--orange-dark)100%);border-radius:9999px;height:100%;transition:width .5s}.metric-highlight-value{color:var(--foreground);text-align:right;min-width:60px;font-size:1.5rem;font-weight:700}.upgrade-cta-card{background:linear-gradient(135deg,#ff8c4226 0%,#ffb3661a 100%);border:2px solid #ff8c424d;border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.upgrade-cta-content{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.upgrade-icon{flex-shrink:0;font-size:2rem}.upgrade-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.upgrade-description{color:var(--text-gray);font-size:.875rem;line-height:1.5}.upgrade-button{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:700;transition:all .2s}.upgrade-button:hover{background:var(--orange-dark);transform:translateY(-2px)}.highlighted-text-section{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-bottom:2rem;padding:1.5rem}.section-header-with-toggle{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-header-with-toggle .subsection-title{margin-bottom:0}.highlight-mode-toggle{background:var(--input-bg);border:1px solid var(--border);border-radius:.5rem;gap:.5rem;padding:.25rem;display:flex}.toggle-btn{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.toggle-btn:hover{background:var(--card-hover);color:var(--foreground)}.toggle-btn.active{background:var(--orange);color:#1a1a1a}.toggle-icon{flex-shrink:0;width:16px;height:16px}.highlighted-text-container{background:var(--input-bg);border:1px solid var(--border);border-radius:.5rem;min-height:150px;margin-bottom:1rem;padding:1.25rem;position:relative}.highlighted-text-container.preview-mode{padding-bottom:4rem}.highlight-preview-badge{color:var(--orange);background:#ff8c421a;border:1px solid #ff8c424d;border-radius:.375rem;margin-bottom:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.highlighted-text{color:var(--foreground);font-size:.9375rem;line-height:1.8}.highlighted-sentence{cursor:default;border-radius:.25rem;padding:.125rem .25rem;transition:all .2s}.highlighted-sentence.ai-high{background:#ef444433;border-bottom:2px solid #ef444499}.highlighted-sentence.ai-medium{background:#fbbf2433;border-bottom:2px solid #fbbf2499}.highlighted-sentence.ai-low{background:#22c55e33;border-bottom:2px solid #22c55e99}.highlighted-sentence.blurred-sentence{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.highlighted-paragraph{border-left:4px solid #0000;border-radius:.5rem;margin-bottom:.75rem;padding:.75rem;transition:all .2s;display:block}.highlighted-paragraph.ai-high{background:#ef44441a;border-left-color:#ef4444}.highlighted-paragraph.ai-medium{background:#fbbf241a;border-left-color:#fbbf24}.highlighted-paragraph.ai-low{background:#22c55e1a;border-left-color:#22c55e}.highlighted-paragraph.blurred-sentence{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.highlight-overlay{background:linear-gradient(to bottom,transparent 0%,var(--input-bg)40%);pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;bottom:0;left:0;right:0}.highlight-overlay-content{background:var(--card-bg);box-shadow:0 4px 12px var(--shadow);border:2px solid #ff8c424d;border-radius:.5rem;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.5rem;display:flex}.lock-icon-small{width:32px;height:32px;color:var(--orange)}.highlight-overlay-text{color:var(--orange);text-align:center;font-size:.875rem;font-weight:600}.color-legend-section{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-bottom:2rem;padding:1.25rem 1.5rem}.legend-title{color:var(--foreground);margin-bottom:.75rem;font-size:.875rem;font-weight:600}.color-legend{flex-wrap:wrap;gap:1.5rem;display:flex}.legend-item{align-items:center;gap:.5rem;display:flex}.legend-color{border-bottom:2px solid;border-radius:.25rem;width:24px;height:16px}.legend-color.ai-high-color{background:#ef444433;border-bottom-color:#ef444499}.legend-color.ai-medium-color{background:#fbbf2433;border-bottom-color:#fbbf2499}.legend-color.ai-low-color{background:#22c55e33;border-bottom-color:#22c55e99}.legend-label{color:var(--text-gray);font-size:.8125rem}.premium-section{margin-top:2rem;position:relative}.premium-section.blurred-section>:not(.premium-overlay){filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.premium-overlay{z-index:10;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.premium-overlay-content{background:var(--card-bg);border:2px solid var(--border);box-shadow:0 8px 16px var(--shadow);border-radius:.75rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;display:flex}.lock-icon{width:48px;height:48px;color:var(--orange)}.premium-overlay-text{color:var(--orange);text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:700}.subsection-title{color:var(--foreground);margin-bottom:1.25rem;font-size:1rem;font-weight:600}.subclass-card{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-top:1.5rem;padding:1.5rem}.subclass-title{color:var(--foreground);margin-bottom:.75rem;font-size:.9375rem;font-weight:600}.subclass-type{color:var(--text-gray);margin-bottom:.5rem;font-size:.875rem}.subclass-type strong{color:var(--foreground);font-weight:600}.subclass-message{color:var(--text-gray);font-size:.875rem;font-style:italic}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.metric-item{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem}.metric-label{color:var(--text-gray);margin-bottom:.75rem;font-size:.875rem;display:block}.metric-bar-wrapper{align-items:center;gap:1rem;display:flex}.metric-bar{background:#ffffff1a;border-radius:4px;flex:1;height:8px;overflow:hidden}.metric-bar-fill{background:linear-gradient(90deg,var(--orange)0%,var(--orange-dark)100%);border-radius:4px;height:100%;transition:width .5s}.metric-bar-fill.human{background:linear-gradient(90deg,#22c55e 0%,#16a34a 100%)}.metric-value{color:var(--foreground);text-align:right;min-width:50px;font-size:1rem;font-weight:600}.metric-value-large{color:var(--foreground);margin-top:.5rem;font-size:1.5rem;font-weight:700;display:block}.loading-section{text-align:center;padding:3rem 0}.spinner{border:4px solid #ffffff1a;border-top-color:var(--orange);border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--text-gray);font-size:1rem}.error-section{text-align:center;padding:3rem 0}.error-icon{color:#ef4444;width:48px;height:48px;margin:0 auto 1rem}.error-text{color:var(--text-gray);font-size:1rem}@media (max-width:1200px){.hero-layout{gap:3rem}.hero-title{font-size:3.5rem}.gradient-orb{width:1000px;height:1000px}}@media (max-width:968px){.container{padding:0 2rem}.nav-links{gap:1.5rem}.hero-layout{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:3rem}}@media (max-width:768px){.nav-links{display:none}.navbar{padding:.5rem 0}.mobile-menu-btn{display:flex}.hero{min-height:calc(100vh - 80px);padding:2rem 0}.hero-layout{padding-top:1rem}.hero-title{font-size:2.5rem}.hero-description{margin-bottom:2rem;font-size:1rem}.hero-kpis{justify-content:space-between;gap:1rem;width:100%}.kpi-item{text-align:center;flex-direction:column;flex:1;gap:.5rem}.kpi-icon{width:48px;height:48px;margin:0 auto}.kpi-icon svg{width:24px;height:24px}.kpi-value{font-size:1rem}.kpi-label{font-size:.75rem}.gradient-orb{width:800px;height:800px;top:-20%;left:-30%}.detector-card{padding:1.5rem}.metrics-grid{grid-template-columns:1fr}.input-label{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.container{padding:0 1.5rem}.promo-banner{padding:.75rem 1.5rem;font-size:.75rem}.nav-content{height:70px}.logo-text{font-size:1.125rem}.logo-icon{width:28px;height:28px}.hero-title{font-size:2rem}.hero-description{font-size:.9375rem}.gradient-orb{width:600px;height:600px}.detector-card{padding:1.25rem}.text-input{font-size:.875rem}.button-group{flex-direction:column;gap:.75rem}.btn-analyze,.btn-clear{width:100%;padding:.75rem 1.25rem;font-size:.875rem}.btn-icon{width:16px;height:16px}}.nav-links.mobile-open{background:var(--background);border-bottom:1px solid var(--border);box-shadow:0 4px 12px var(--shadow);z-index:50;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0}.nav-links.mobile-open .nav-link{border-radius:.5rem;padding:.75rem 1rem}.nav-links.mobile-open .nav-link:hover{background:var(--card-bg)}.nav-links.mobile-open .btn-signup{justify-content:center;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html{scroll-behavior:smooth}.dashboard{height:100vh;display:flex;overflow:hidden}.sidebar{background-color:hsl(var(--background));border-right:1px solid var(--border);flex-direction:column;width:256px;display:flex}.sidebar-header{border-bottom:1px solid var(--border);padding:1.5rem}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.nav-item{color:var(--text-gray);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background:var(--card-hover);color:var(--foreground)}.nav-item.active{color:var(--orange);background:#ff8c421a}.nav-icon{width:20px;height:20px}.sidebar-footer{border-top:1px solid var(--border);padding:1rem}.user-profile{background:var(--card-bg);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;display:flex}.user-info{flex:1}.user-name{color:var(--foreground);font-size:.875rem;font-weight:600}.user-plan{color:var(--text-gray);font-size:.75rem}.sidebar-upgrade-btn{background:var(--orange);color:#1a1a1a;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.75rem;padding:.6rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.sidebar-upgrade-btn:hover{background:var(--orange-dark)}.main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}.dashboard-title{margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.dashboard-subtitle{color:var(--text-gray);font-size:.9375rem}.btn-primary{background:var(--orange);color:#1a1a1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.dashboard-content{flex:1;padding:2rem 3rem;overflow-y:auto}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;display:flex}.stat-icon{border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon svg{color:#fff;width:24px;height:24px}.stat-icon.blue{background:#3b82f61a}.stat-icon.blue svg{color:#3b82f6}.stat-icon.red{background:#ef44441a}.stat-icon.red svg{color:#ef4444}.stat-icon.green{background:#22c55e1a}.stat-icon.green svg{color:#22c55e}.stat-icon.orange{background:#ff8c421a}.stat-icon.orange svg{color:var(--orange)}.stat-label{color:var(--text-gray);margin-bottom:.25rem;font-size:.875rem}.stat-value{color:var(--foreground);font-size:1.875rem;font-weight:700}.usage-card{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;margin-bottom:2rem;padding:2rem}.card-title{margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.usage-stats{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.usage-numbers{align-items:baseline;gap:.5rem;display:flex}.usage-current{color:var(--orange);font-size:2rem;font-weight:700}.usage-separator{color:var(--text-gray);font-size:1.5rem}.usage-limit{color:var(--text-gray);font-size:1.5rem;font-weight:600}.usage-label{color:var(--text-gray);font-size:.875rem}.usage-percentage{color:var(--foreground);font-size:1.5rem;font-weight:700}.usage-bar{background:var(--input-bg);border-radius:9999px;height:12px;margin-bottom:1rem;overflow:hidden}.usage-bar-fill{background:linear-gradient(90deg,var(--orange)0%,var(--orange-dark)100%);border-radius:9999px;height:100%;transition:width .5s}.usage-hint{color:var(--text-gray);font-size:.875rem}.usage-hint strong{color:var(--foreground);font-weight:600}.recent-analyses{background:var(--card-bg);border:1px solid var(--border);border-radius:.75rem;padding:2rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.view-all{color:var(--orange);font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.view-all:hover{color:var(--orange-dark)}.analyses-list{flex-direction:column;gap:1rem;display:flex}.analysis-item{background:var(--input-bg);border:1px solid var(--border);border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.analysis-item:hover{background:var(--card-hover);border-color:var(--input-border)}.analysis-content{flex:1;min-width:0}.analysis-text{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem;font-size:.9375rem;overflow:hidden}.analysis-meta{gap:1rem;display:flex}.analysis-date{color:var(--text-gray);font-size:.75rem}.analysis-result{flex-shrink:0;align-items:center;gap:1rem;display:flex}.result-badge{text-transform:uppercase;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.result-badge.ai{color:#ef4444;background:#ef44441a}.result-badge.human{color:#22c55e;background:#22c55e1a}.result-badge.mixed{color:#fbbf24;background:#fbbf241a}.result-probability{color:var(--foreground);text-align:right;min-width:50px;font-size:.875rem;font-weight:600}@media (max-width:768px){.dashboard{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto}.sidebar-nav{flex-direction:row;overflow-x:auto}.sidebar-footer{display:none}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.dashboard-content{padding:1.5rem}.stats-grid{grid-template-columns:1fr}.analysis-item{flex-direction:column;align-items:flex-start;gap:1rem}.analysis-result{justify-content:space-between;width:100%}}.auth-container{background:linear-gradient(135deg,var(--background)0%,var(--card-bg)100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:var(--background);border:1px solid var(--border);border-radius:1rem;width:100%;max-width:450px;padding:2.5rem;box-shadow:0 10px 40px #0000001a}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.auth-subtitle{color:var(--text-gray);font-size:.9375rem}.auth-error{color:#c33;background:#fee;border:1px solid #fcc;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.auth-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.auth-error p{margin:0;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--foreground);font-size:.875rem;font-weight:600}.form-input{width:100%;color:var(--foreground);background:var(--input-bg);border:1px solid var(--input-border);border-radius:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.form-input:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #ff8c421a}.form-input:disabled{opacity:.6;cursor:not-allowed}.form-hint{color:var(--text-gray);margin:0;font-size:.8125rem}.form-footer{justify-content:flex-end;margin-top:-.5rem;display:flex}.forgot-password-link{color:var(--orange);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password-link:hover{color:var(--orange-dark)}.auth-button{cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button-primary{background:var(--orange);color:#fff}.auth-button-primary:hover:not(:disabled){background:var(--orange-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff8c424d}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider:before{content:"";background:var(--border);width:100%;height:1px;position:absolute;top:50%;left:0}.auth-divider span{background:var(--background);color:var(--text-gray);padding:0 1rem;font-size:.875rem;display:inline-block;position:relative}.oauth-buttons{gap:1rem;display:flex}.oauth-button{color:var(--foreground);background:var(--input-bg);border:1px solid var(--input-border);cursor:pointer;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.oauth-button-single{width:100%}.oauth-button:hover:not(:disabled){background:var(--card-hover);border-color:var(--border);transform:translateY(-1px)}.oauth-button:disabled{opacity:.6;cursor:not-allowed}.oauth-icon{width:1.25rem;height:1.25rem}.auth-footer-text{text-align:center;color:var(--text-gray);margin-top:1.5rem;font-size:.875rem}.auth-link{color:var(--orange);font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:var(--orange-dark)}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-title{font-size:1.5rem}.oauth-buttons{flex-direction:column}}.file-upload-input{display:none}.cookie-banner{background:var(--background);border:1px solid var(--border);z-index:9999;width:calc(100% - 2rem);max-width:720px;box-shadow:0 8px 32px var(--shadow),0 0 0 1px var(--border);border-radius:16px;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;animation:.4s ease-out cookieSlideUp;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}@keyframes cookieSlideUp{0%{opacity:0;transform:translate(-50%)translateY(1rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cookie-banner-content{flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.cookie-banner-icon{color:var(--orange);flex-shrink:0;margin-top:1px}.cookie-banner-text p{color:var(--text-gray);margin:0;font-size:.875rem;line-height:1.5}.cookie-banner-link{color:var(--orange);font-weight:500;text-decoration:none}.cookie-banner-link:hover{text-decoration:underline}.cookie-banner-actions{flex-shrink:0;gap:.5rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.cookie-btn-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.cookie-btn-secondary:hover{background:var(--card-bg)}.cookie-btn-primary{background:var(--orange);color:#fff;border:none}.cookie-btn-primary:hover{background:var(--orange-dark)}@media (max-width:600px){.cookie-banner{flex-direction:column;padding:1rem;bottom:.75rem}.cookie-banner-actions{width:100%}.cookie-btn{text-align:center;flex:1}}
/*# sourceMappingURL=56894e4076082836.css.map*/