@keyframes ds-halo-pulse{0%,to{transform:translateX(-50%) scale(.94)}50%{transform:translateX(-50%) scale(1.06)}}@keyframes ds-gauge-pop{0%{transform:scale(.97)}60%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes ds-rc-pop{0%{transform:scale(0) rotate(-25deg)}to{transform:scale(1) rotate(0)}}.detector-skip{position:fixed;top:10px;left:10px;z-index:200;padding:9px 14px;border-radius:8px;background:var(--panel-dark);color:#fff;transform:translateY(-150%)}.detector-skip:focus{transform:none}#detectorForm textarea{flex:1;width:100%;min-height:254px;resize:vertical;border:0;outline:0;padding:0;background:0 0;color:var(--ink);font:400 15.5px/1.7 var(--font-body)}#detectorForm textarea[style*=height]{flex:0 0 auto}#detectorForm textarea:not(:placeholder-shown){margin-bottom:10px}#detectorForm textarea::placeholder{color:var(--placeholder)}#detectorForm textarea:not(:placeholder-shown)~.editor-actions{display:none}.detector-error{margin:0 0 2px;padding:0;background:0 0;color:var(--warn);font-size:12.5px;line-height:1.35}#detectorForm textarea[hidden]~.editor-actions,.hl-toggle[hidden]{display:none}.detector-output{flex:1;min-height:120px;overflow:auto;padding:26px;margin:-26px}.detector-output.is-empty{display:grid;place-items:center;min-height:310px}.detector-empty{max-width:250px;text-align:center}.detector-empty>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border:1px dashed var(--green);border-radius:50%;color:var(--green);font:700 14px/1 var(--font-mono)}.detector-empty p{font-size:14px}.detector-output>.progress-wrap{min-height:270px}.score-head{display:flex;align-items:center;gap:26px;flex-wrap:wrap;padding-bottom:20px;border-bottom:1px solid var(--line)}:root{--needle-a:#3A423C;--needle-b:var(--panel-dark);--needle-c:#000;--gauge-hub:var(--panel-dark)}:root[data-theme=dark]{--needle-a:#C6CBBF;--needle-b:#E9EAE2;--needle-c:#9AA095;--gauge-hub:#E9EAE2}.gauge,.gauge svg{width:250px;max-width:100%}.gauge{display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.gauge svg{height:auto;overflow:visible}.g-halo{position:absolute;top:16px;left:50%;width:150px;height:110px;transform:translateX(-50%);border-radius:50%;filter:blur(28px);pointer-events:none;opacity:0;transition:opacity .8s ease .3s;animation:ds-halo-pulse 2.8s ease-in-out infinite}.gauge.done .g-halo{opacity:.3}.g-arc{fill:none;stroke-width:17;stroke-linecap:round;stroke-dasharray:290;stroke-dashoffset:290;transition:stroke-dashoffset .9s cubic-bezier(.3,.8,.3,1)}.g-needle{transition:transform 1.5s cubic-bezier(.34,1.56,.64,1) .55s}.g-center{display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1;margin-top:-6px}.g-num{font-family:var(--font-display);font-weight:var(--fw-display);font-size:52px;color:var(--ink);line-height:1;letter-spacing:-.01em}.g-num small{font-size:25px}.g-cap{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.gauge.done{animation:ds-gauge-pop .5s cubic-bezier(.3,1.4,.4,1)}@media (max-width:560px){.score-head{justify-content:center;text-align:center}}.score-head{container-type:inline-size;width:100%}.res-card{flex:1;min-width:0;width:100%;display:grid;grid-template-columns:auto minmax(max-content,1fr) auto auto;grid-template-areas:"ic main num gauge";align-items:center;column-gap:clamp(8px,3cqw,28px);padding:clamp(12px,3cqw,22px) clamp(12px,4cqw,28px);border:2px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:var(--shadow);opacity:0;transform:translateY(8px);transition:opacity .5s ease .25s,transform .5s ease .25s,box-shadow .5s ease .25s}.res-card.show{opacity:1;transform:none}.res-card.rc-human{border-color:var(--green)}.res-card.rc-human.show{box-shadow:0 6px 24px rgba(14,123,84,.22)}.res-card.rc-ai{border-color:var(--danger)}.res-card.rc-ai.show{box-shadow:0 6px 24px rgba(192,69,63,.22)}.res-card.rc-mixed{border-color:#d99a06}.res-card.rc-mixed.show{box-shadow:0 6px 24px rgba(217,154,6,.22)}.rc-ic,.rc-main{display:flex;justify-content:center}.rc-ic{grid-area:ic;width:clamp(34px,9cqw,58px);height:clamp(34px,9cqw,58px);border-radius:50%;flex-shrink:0;align-items:center;font-size:clamp(17px,4.5cqw,29px);background:var(--mark-bg);animation:ds-rc-pop .55s cubic-bezier(.34,1.56,.64,1) .35s backwards}.rc-ai .rc-ic{background:var(--danger-bg)}.rc-main{grid-area:main;flex-direction:column;gap:2px;min-width:0}.rc-word{font-family:var(--font-display);font-weight:var(--fw-display);font-size:clamp(32px,10cqw,66px);line-height:1;letter-spacing:-.01em;transform:translateY(.05em)}.rc-human .rc-word{color:var(--green-deep)}.rc-ai .rc-word{color:var(--danger)}.rc-mixed .rc-word{color:#b07c05}:root[data-theme=dark] .rc-mixed .rc-word{color:#e9c46a}.rc-num{grid-area:num;justify-self:end;font-family:var(--font-display);font-weight:var(--fw-display);font-size:clamp(32px,10cqw,66px);line-height:1;letter-spacing:-.01em;color:var(--ink);white-space:nowrap;transform:translateY(.05em)}.rc-num small{font-size:.5em}.human-note b,.rc-human .rc-num{color:var(--green-deep)}.detector-status-error strong,.rc-ai .rc-num{color:var(--danger)}.gauge--mini{grid-area:gauge;width:clamp(76px,18cqw,122px);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.gauge--mini svg{width:100%;height:auto;overflow:visible}.g-arc-m{fill:none;stroke-width:10;stroke-linecap:round;stroke-dasharray:151;stroke-dashoffset:151;transition:stroke-dashoffset .9s cubic-bezier(.3,.8,.3,1)}.gauge--mini .g-needle{transition:transform 1.5s cubic-bezier(.34,1.56,.64,1) .55s}.gauge--mini.done{animation:ds-gauge-pop .5s cubic-bezier(.3,1.4,.4,1)}@media (prefers-reduced-motion:reduce){.g-arc-m,.gauge--mini .g-needle{transition:none}.rc-ic,.res-card{animation:none;opacity:1;transform:none}}.ai-reasons{margin-top:14px}.detector-summary-copy{margin-bottom:10px;color:var(--muted);font-size:13.5px}.ai-reasons .chips,.why-pop .chips{display:flex;flex-wrap:wrap;gap:7px}.sig-chip{display:inline-block;border:1px solid;border-radius:999px;padding:3.5px 11px;font-size:12.5px;line-height:1.4}.sc-ai{border-color:rgba(198,67,47,.45);background:rgba(198,67,47,.06);color:#7e3a30}.sc-human{border-color:rgba(53,141,100,.5);background:rgba(53,141,100,.07);color:var(--green-deep)}.sc-mixed{border-color:rgba(182,145,32,.55);background:rgba(230,179,25,.08);color:#7a591f}:root[data-theme=dark] .sc-ai{border-color:rgba(226,108,90,.55);background:rgba(221,81,60,.14);color:#f7a497}:root[data-theme=dark] .sc-human{border-color:rgba(89,192,144,.55);background:rgba(63,166,118,.14);color:#94dbba}:root[data-theme=dark] .sc-mixed{border-color:rgba(221,180,60,.6);background:rgba(230,179,25,.14);color:#f4d67b}.human-note{margin-top:14px;font-size:15.5px}#detectorForm .input-render{position:relative;overflow:auto;padding:8px 10px 12px 8px;scrollbar-gutter:stable;flex:1;min-height:0;max-height:70vh}.detector-sentences{width:100%;color:var(--ink);font-size:15.5px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.detector-sentence{--sentence-accent:hsla(45, 62%, 45%, .58);--sentence-glow:hsla(45, 70%, 42%, .16);border-radius:5px;padding:2px 3px;cursor:text;box-decoration-break:clone;-webkit-box-decoration-break:clone;transition:filter .15s ease,box-shadow .18s ease}.detector-sentence.sentence-human{--sentence-accent:hsla(152, 52%, 38%, .62);--sentence-glow:hsla(152, 52%, 38%, .18)}.detector-sentence.sentence-ai{--sentence-accent:hsla(8, 62%, 48%, .62);--sentence-glow:hsla(8, 62%, 48%, .18)}.detector-sentence.has-details{cursor:pointer}.detector-sentence.has-details:hover{filter:brightness(.95) saturate(1.08)}.detector-sentence.has-details.active,.detector-sentence.has-details:focus-visible{outline:0;box-shadow:0 0 0 2px var(--sentence-accent),0 7px 18px var(--sentence-glow)}.input-render-foot .legend{margin-top:14px}#detectorForm textarea[hidden]{display:none!important}.why-pop{position:absolute;z-index:30;background:var(--surface);border:1.5px solid var(--line);border-radius:12px;box-shadow:0 12px 32px rgba(20,40,30,.16);padding:12px 34px 12px 12px;max-width:min(430px,96%);max-height:min(260px,calc(100% - 8px));overflow:auto}:root[data-theme=dark] .why-pop{box-shadow:0 12px 32px rgba(0,0,0,.5)}.why-pop .wp-x{position:absolute;top:5px;right:6px;border:0;background:0 0;cursor:pointer;font-size:17px;line-height:1;color:var(--muted);padding:4px}.why-pop .wp-x:hover{color:inherit}.why-pop.w-ai{border-color:rgba(198,67,47,.5)}.why-pop.w-human{border-color:rgba(53,141,100,.55)}.why-pop.w-mixed{border-color:rgba(182,145,32,.6)}.why-pop .wp-title{display:block;margin-bottom:2px;font-size:13.5px;color:var(--ink)}.why-pop .wp-score{display:block;margin-bottom:9px;font:600 11px/1.4 var(--font-mono);color:var(--muted)}.ai-detector-page .humanResult>.output-footer{flex:0 0 auto;flex-direction:row;flex-wrap:wrap;gap:12px;margin-top:12px;padding:12px 0 0;background:0 0;border:0;border-top:1px dashed var(--line);border-radius:0}.ai-detector-page .humanResult>.output-footer .counter{color:var(--muted);font:500 12.5px/1.4 var(--font-mono)}.detector-copy-report{padding:10px 22px;border:1.5px solid var(--line);border-radius:999px;background:0 0;color:var(--ink);font:700 13.5px/1 var(--font-body);transition:border-color .18s,background .18s,color .18s,transform .18s}.detector-copy-report:hover:not(:disabled){border-color:var(--ink);transform:translateY(-1px)}.detector-copy-report:focus-visible{outline:3px solid rgba(14,123,84,.4);outline-offset:2px}.detector-copy-report:disabled{cursor:default;opacity:.45}.detector-copy-report.copied{border-color:var(--green);background:var(--green-tint);color:var(--green-deep)}@media (max-width:480px){.ai-detector-page .humanResult>.output-footer{align-items:center}.detector-copy-report{flex:1;text-align:center}}.gd-table{border-collapse:collapse;min-width:640px;width:100%}.gd-table td,.gd-table th{padding:9px 8px;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.gd-table td:first-child,.gd-table th:first-child{padding-left:14px;text-align:left}.gd-table td:last-child,.gd-table th:last-child{padding-right:14px}.gd-table th{font-size:11px;letter-spacing:.02em;line-height:1.45;color:var(--muted)}.gd-table td{font-size:14px}.gd-hi{background:var(--green-tint)}.gd-mid{background:rgba(230,179,25,.1)}.gd-lo{background:rgba(198,67,47,.07)}.gd-best{font-weight:700;color:var(--green-deep)}tr.gd-leader td{font-weight:600}.gd-notes{margin-top:16px;font-size:13px;color:var(--muted);list-style:none;padding:0;display:grid;gap:6px}.gd-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;font-size:12.5px;color:var(--muted);align-items:center}.gd-sw{display:inline-block;width:14px;height:14px;border-radius:4px;margin-right:6px;vertical-align:-2px;border:1px solid var(--line)}.gd-sw--hi{background:var(--green-tint)}.gd-sw--mid{background:rgba(230,179,25,.1)}.gd-sw--lo{background:rgba(198,67,47,.07)}.gd-scope{margin-top:14px;font-size:12.5px;color:var(--muted);font-family:var(--font-mono)}@media (min-width:961px){.ai-detector-page .articleInner>.tool:not(.tool-auth){display:flex;flex-direction:column;max-height:max(450px,calc(100dvh - 500px));margin-top:16px}.ai-detector-page .tool:not(.tool-auth)>.humanizer-disclaimer,.ai-detector-page .tool:not(.tool-auth)>.tool-top{flex:none}.ai-detector-page .tool:not(.tool-auth)>.fields.in{flex:1 1 auto;min-height:0;overflow:hidden}.ai-detector-page .tool:not(.tool-auth) .form-floating{min-height:0;overflow:hidden}.ai-detector-page .tool:not(.tool-auth) #detectorForm textarea:not(:placeholder-shown):not([style*=height]){flex:1 1 254px}.ai-detector-page .tool:not(.tool-auth) #detectorForm textarea{min-height:0;max-height:none}.ai-detector-page .tool:not(.tool-auth) #detectorForm .input-render{min-height:0;max-height:max(320px,calc(100dvh - 280px))}.ai-detector-page .tool:not(.tool-auth) .detector-output{min-height:0}.ai-detector-page .tool:not(.tool-auth) .result-note{flex:none}.ai-detector-page .articleInner>.tool:not(.tool-auth):has(#detectorForm textarea:is([style*="height"], :placeholder-shown)){max-height:none}}.ai-detector-page .tool:has(.detector-output:not(.is-empty)){min-height:fit-content}.detect-note,.legend{font-size:12.5px;color:var(--muted)}.legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.legend i{display:inline-block;width:11px;height:11px;border-radius:3px;margin-right:6px;vertical-align:-1px;font-style:normal}.legend .lg-h i{background:rgba(14,123,84,.35)}.legend .lg-m i{background:rgba(186,150,44,.4)}.legend .lg-a i{background:rgba(192,69,63,.4)}.detect-note{margin-top:10px}.detector-status-error{display:grid;align-content:center;min-height:260px;text-align:center}.detector-status-error p{margin-top:8px;font-size:13px}.detector-language-modal .modal-content{max-width:440px}.detector-language-modal .modal-body p{color:var(--muted);font-size:15px}.detector-language-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:var(--danger-bg);color:var(--danger);font:700 15px/1 var(--font-mono);letter-spacing:.06em}.detector-language-modal .m-foot{display:flex;justify-content:center;margin-top:22px}@media (max-width:960px){#detectorForm textarea{min-height:180px}}#detectorForm textarea:placeholder-shown{flex:0 0 auto;height:76px;min-height:64px}#detectorForm .editor-actions{margin:12px auto 8px;gap:8px}@media (min-width:901px){.ai-detector-page .tool.tool-auth{height:clamp(500px,calc(100dvh - 170px),760px);min-height:0}.ai-detector-page .tool.tool-auth .fields.in{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);min-height:0;overflow:hidden}.ai-detector-page .tool.tool-auth>.humanizer-disclaimer,.ai-detector-page .tool.tool-auth>.tool-top{flex:none}.ai-detector-page .tool.tool-auth .form-floating{min-height:0;overflow:hidden}.ai-detector-page .tool.tool-auth #detectorForm .input-render{min-height:0;max-height:max(320px,calc(100dvh - 280px))}.ai-detector-page .tool.tool-auth .detector-output{min-height:0}.ai-detector-page .tool.tool-auth .result-note{flex:none}.ai-detector-page .tool.tool-auth:has(#detectorForm textarea:is([style*="height"], :placeholder-shown)){height:auto}}@media (max-width:720px){#detectorForm textarea:placeholder-shown{height:64px}}
/*# sourceMappingURL=ai-detector.min.css.map */