@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-indigo-600:#4f39f6;--color-gray-200:#e5e7eb;--color-gray-500:#6a7282;--color-gray-600:#4a5565;--color-gray-900:#101828;--color-white:#fff;--spacing:.25rem;--container-7xl:80rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-medium:500;--font-weight-bold:700;--tracking-tight:-.025em;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-indigo-600:lab(38.4009% 52.6132 -92.3857);--color-gray-200:lab(91.6229% -.159115 -2.26791);--color-gray-500:lab(47.7841% -.393182 -10.0268);--color-gray-600:lab(35.6337% -1.58697 -10.8425);--color-gray-900:lab(8.11897% .811279 -12.254)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-0{top:calc(var(--spacing)*0)}.z-10{z-index:10}.mx-auto{margin-inline:auto}.contents{display:contents}.flex{display:flex}.table{display:table}.h-6{height:calc(var(--spacing)*6)}.w-6{width:calc(var(--spacing)*6)}.max-w-7xl{max-width:var(--container-7xl)}.items-center{align-items:center}.justify-between{justify-content:space-between}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-gray-200{border-color:var(--color-gray-200)}.bg-white{background-color:var(--color-white)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-4{padding-block:calc(var(--spacing)*4)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-900{color:var(--color-gray-900)}.text-indigo-600{color:var(--color-indigo-600)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:text-indigo-600:hover{color:var(--color-indigo-600)}}@media (min-width:48rem){.md\:px-8{padding-inline:calc(var(--spacing)*8)}}@media (min-width:64rem){.lg\:px-10{padding-inline:calc(var(--spacing)*10)}}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111827;background:#f5f6f8;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.header__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.header__logo{color:#4f46e5;font-size:1.5rem;font-weight:700}.header__logo span{color:#111827}.header__nav{gap:2rem;display:flex}.header__nav-link{color:#111827;font-weight:500;text-decoration:none;transition:color .2s}.header__nav-link:hover{color:#4f46e5}.header__nav-link.active{font-weight:700}.header__actions{align-items:center;gap:1rem;display:flex}.header__login{color:#111827;font-weight:500;text-decoration:none;transition:color .2s}.header__login:hover{color:#4f46e5}.header__user-row{align-items:center;gap:.75rem;display:flex}.header__balance{color:#6b7280;font-size:.9rem;font-weight:500}.user-badge{outline-offset:2px;color:#fff;background:#4f46e5;border-radius:999px;outline:2px solid #4f46e5;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:flex;overflow:hidden}.user-badge__avatar{object-fit:cover;width:100%;height:100%;display:block}.user-badge:hover{background:#4338ca}.profile-page__card svg{float:left;margin-right:5px}.profile-page__subscription-section .profile-page__balance-count{margin-bottom:0}.profile-page__subscription-section .btn{color:#4f46e5;background:#fff;border:2px solid #4f46e5}.profile-page{min-height:60vh;padding:2rem 0}.profile-page__container{max-width:1200px;margin:0 auto;padding:0 20px}.profile-page__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:1.5rem;display:grid}.profile-page__subscription-section{margin-top:1.5rem}.profile-page__card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.profile-page__card-head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.profile-page__card-title{color:#111827;align-items:center;margin:0;font-size:1.25rem;font-weight:700;display:flex}.profile-page__logout{color:#b91c1c;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;text-decoration:none}.profile-page__logout svg{width:16px}.profile-page__logout:hover{text-decoration:underline}.profile-page__card-left{align-items:center;display:flex}.profile-page__field{margin-bottom:1rem}.profile-page__field:last-child{margin-bottom:0}.profile-page__label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem;display:block}.profile-page__value{color:#111827;font-size:1rem}.profile-page__balance-count{color:#111827;margin:0 0 1.649rem;font-size:1rem}.profile-page__balance-number{color:#111827;font-size:2.5rem;font-weight:700}.profile-page__cta{text-decoration:none;display:inline-block}.profile-page__cta .btn{margin-top:0}.profile-page__portal-error{color:#b91c1c;margin:.5rem 0 0;font-size:.875rem}.legal-page{min-height:60vh;padding:2rem 0 0}.legal-page__container{max-width:1200px;margin:0 auto;padding:0 20px}.legal-page__title{color:#111827;margin-bottom:.25rem;font-size:2rem;font-weight:700}.legal-page__updated{color:#6b7280;margin-bottom:2rem;font-size:.9rem}.legal-page__intro{color:#374151;margin-bottom:.75rem;line-height:1.65}.legal-page__intro:last-of-type{margin-bottom:2rem}.legal-page__link{color:#4f46e5;text-decoration:none}.legal-page__link:hover{text-decoration:underline}.legal-page__toc{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.legal-page__toc-title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.legal-page__toc-list{margin:0;padding-left:1.5rem;list-style:decimal}.legal-page__toc-list li{margin-bottom:.5rem;line-height:1.5}.legal-page__toc-list a{color:#4f46e5;text-decoration:none}.legal-page__toc-list a:hover{text-decoration:underline}.legal-page__section{margin-bottom:2.5rem;scroll-margin-top:1rem}.legal-page__section:target{outline:none}.legal-page__h2{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.35rem;font-size:1.35rem;font-weight:600}.legal-page__h3{color:#374151;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.legal-page__section p{color:#374151;margin-bottom:.75rem;line-height:1.65}.legal-page__section ul{margin:0 0 1rem 1.5rem;padding-left:0}.legal-page__section li{color:#374151;margin-bottom:.35rem;line-height:1.5}@media (max-width:640px){.legal-page{padding:1.5rem 0 3rem}.legal-page__title{font-size:1.65rem}.legal-page__toc{padding:1.25rem}.legal-page__section{margin-bottom:2rem}}.pricing-page{min-height:60vh;padding:2rem 0 0}.pricing-page__container{max-width:1200px;margin:0 auto;padding:0 20px}.pricing-page__hero{text-align:center;margin-bottom:2.5rem}.pricing-page__hero-title{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:700}.pricing-page__toggle-wrap{justify-content:center;margin-bottom:2.5rem;display:flex}.pricing-toggle{background:#e5e7eb;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.pricing-toggle__option{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:9999px;width:200px;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s}.pricing-toggle__option--active{color:#fff;background:#4f46e5;box-shadow:0 1px 2px #0000000d}.pricing-toggle__group{align-items:center;display:flex}.pricing-toggle__badge{color:#111827;background:#fbbf24;border-radius:.375rem;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.pricing-page__grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}@media (min-width:768px){.pricing-page__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.pricing-page__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.pricing-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;height:100%;padding:1.5rem;transition:box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000d}.pricing-card:hover{box-shadow:0 4px 12px #00000014}.pricing-card--featured{border-color:#4f46e5;box-shadow:0 2px 8px #4f46e514}.pricing-card--featured:hover{box-shadow:0 4px 16px #4f46e51f}.pricing-card__badge{color:#111827;background:#fbbf24;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;right:1rem}.pricing-card__name{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.pricing-card__price-row{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.25rem;display:flex}.pricing-card__old-price{color:#9ca3af;font-size:.875rem;text-decoration:line-through}.pricing-card__price{color:#111827;font-size:1.875rem;font-weight:700}.pricing-card__period{color:#6b7280;font-size:.875rem}.pricing-card__billed{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.pricing-card__description{color:#374151;margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.pricing-card__cta{text-align:center;width:100%;margin-bottom:1.5rem;text-decoration:none;display:block}.pricing-card__cta .btn{justify-content:center;width:100%}.pricing-card__features{border-top:1px solid #e5e7eb;flex:1;margin:0;padding-top:1.25rem;list-style:none}.pricing-card__features li{color:#374151;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.875rem;line-height:1.4;display:flex}.pricing-card__features li:last-child{margin-bottom:0}.pricing-card__check{color:#10b981;flex-shrink:0;width:1.25rem;height:1.25rem}.pricing-page__footer-note{text-align:center;color:#6b7280;font-size:.875rem}.pricing-page__footer-note a{color:#4f46e5;text-decoration:none}.pricing-page__footer-note a:hover{text-decoration:underline}.btn{cursor:pointer;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn--primary{color:#fff;background:#4f46e5}.btn--primary:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e533}.btn--primary:focus{outline-offset:2px;outline:2px solid #4f46e5}.btn--secondary{color:#111827;background:#fff;border:1px solid #e5e7eb}.btn--secondary:hover{color:#4f46e5;background:#eef2ff;border-color:#4f46e5}.btn--large{padding:1rem 2rem;font-size:1.1rem}.checkout-success__subtitle{color:#6b7280;text-align:center}.checkout-success__email{color:#6b7280;text-align:center;margin-bottom:24px;font-weight:700}.checkout-success__cta button{width:100%}.btn--large span{opacity:.7;font-weight:400}.btn--small{padding:.5rem 1rem;font-size:.9rem}.hero{text-align:center;padding:4rem 0 3rem}.hero__container{max-width:1200px;margin:0 auto;padding:0 20px}.hero__container--logged-in .hero__subtitle{margin-bottom:1.5rem}.hero__badge{width:155px;margin-bottom:1.5rem;display:inline-block}.hero__title{color:#111827;margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.hero__subtitle{color:#6b7280;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero__note{color:#9ca3af;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:2rem;font-size:.9rem;display:flex}.hero__note span{height:18px;margin-right:6px}.stats-container{justify-content:center;gap:12rem;display:flex}.stat-item{text-align:center;width:150px}.stat-number{color:#111827;font-size:3rem;font-weight:700}.stat-label{color:#6b7280;font-size:1.1rem}@media (max-width:900px){.stats-container{flex-direction:column;gap:50px}.stat-number{font-size:56px}.stat-label{font-size:18px}}.tool-card{padding:2rem 0 4rem}.tool-card__container{max-width:1200px;margin:0 auto;padding:0 20px}.tool-card__wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 auto;padding:2rem;box-shadow:0 1px 3px #00000014}.tool-card__layout{grid-template-columns:1fr;gap:1rem;display:grid}.tool-card__panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;padding:1rem;display:flex;box-shadow:0 1px 3px #0000000d}.tool-card__label{color:#111827;margin-bottom:.5rem;font-weight:600;display:block}.tool-card__textarea{resize:vertical;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;min-height:400px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.tool-card__textarea:focus{border-color:#4f46e5;outline:none}.tool-card__actions-top{gap:.75rem;margin-bottom:1.5rem;display:flex}.tool-card__actions-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.tool-card__word-count{color:#6b7280;font-size:.9rem}.tool-card__word-count--error{color:#b91c1c}.tool-card__actions-right{gap:.75rem;display:flex}.tool-card__actions-right a{text-decoration:none}.tool-card__actions-right .btn--primary{align-items:center;display:flex}.tool-card__actions-right .btn--primary svg{margin-right:6px}.tool-card__words-left{margin-left:.25rem}.tool-card__message{margin-top:.75rem;font-size:.9rem}.tool-card__message--error{color:#b91c1c}.tool-card__message-remaining{color:#6b7280;margin-left:.25rem}.tool-card__result{flex-direction:column;flex:1;display:flex}.tool-card__result-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.tool-card__result-title{color:#111827;margin:0;font-size:1rem;font-weight:700}.tool-card__result-status{color:#6b7280;font-size:.8rem;font-weight:600}.tool-card__result-text{color:#111827;white-space:pre-wrap;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex:1;min-height:220px;margin-top:0;padding:.875rem 1rem;font-size:1rem;line-height:1.5}.tool-card__result-footer{justify-content:flex-end;margin-top:.75rem;display:flex}.tool-card__copy-btn{color:#374151;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .65rem;font-size:.85rem;font-weight:600;transition:background-color .2s,border-color .2s;display:inline-flex}.tool-card__copy-btn:hover{background:#f3f4f6;border-color:#d1d5db}.tool-card__copy-btn:focus{outline-offset:2px;outline:2px solid #4f46e5}.tool-card__result-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;align-items:center;min-height:220px;padding:.875rem 1rem;font-size:.95rem;line-height:1.5;display:flex}.tool-card__result-text--detector{flex-direction:column;min-height:220px;display:flex}.detector-result{flex-direction:column;flex:1;gap:1rem;display:flex}.detector-result__hero{text-align:center}.detector-result__percent{color:#111827;letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.1;display:block}.detector-result__hero-label{color:#6b7280;margin:.35rem 0 0;font-size:.9rem;font-weight:600}.detector-result__verdict-label{color:#374151;margin:.5rem 0 0;font-size:1.05rem;font-weight:700}.detector-result--verdict-ai .detector-result__verdict-label{color:#7c3aed}.detector-result--verdict-human .detector-result__verdict-label{color:#047857}.detector-result--verdict-mixed .detector-result__verdict-label{color:#b45309}.detector-result__bar{background:#e5e7eb;border-radius:999px;height:10px;overflow:hidden}.detector-result__bar-fill{background:#4f46e5;border-radius:999px;height:100%;transition:width .35s}.detector-result--verdict-ai .detector-result__bar-fill{background:#7c3aed}.detector-result--verdict-human .detector-result__bar-fill{background:#059669}.detector-result--verdict-mixed .detector-result__bar-fill{background:#d97706}.detector-result__stats{flex-direction:column;gap:.5rem;display:flex}.detector-result__stat{justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem;display:flex}.detector-result__stat-label{color:#6b7280;font-weight:500}.detector-result__stat-value{color:#111827;font-weight:700}.detector-result__stat--muted .detector-result__stat-value{color:#4b5563;font-weight:600}.detector-result__feedback{color:#4b5563;border-top:1px solid #e5e7eb;margin:0;padding-top:.25rem;font-size:.9rem;line-height:1.5}.detector-result--loading{align-items:stretch}.detector-result__skeleton{background:linear-gradient(90deg,#e5e7eb 0%,#f3f4f6 50%,#e5e7eb 100%) 0 0/200% 100%;border-radius:8px;animation:1.2s ease-in-out infinite detector-shimmer}.detector-result__skeleton--title{width:45%;height:3rem;margin:0 auto}.detector-result__skeleton--label{width:35%;height:.9rem;margin:.5rem auto 0}.detector-result__skeleton--bar{border-radius:999px;width:100%;height:10px;margin-top:.75rem}.detector-result__skeleton--row{width:70%;height:.85rem;margin-top:1rem}.detector-result__loading-hint{text-align:center;color:#6b7280;margin:.75rem 0 0;font-size:.9rem}@keyframes detector-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (min-width:992px){.tool-card__layout{grid-template-columns:1fr 1fr;align-items:stretch}}.bypass-strip{background:#fff;padding:4rem 0}.bypass-strip__container{max-width:1200px;margin:0 auto;padding:0 20px}.detector-carousel{outline:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.bypass-strip-card{width:auto;height:80px}.detector-track{gap:1rem;width:max-content;animation:90s linear infinite detector-marquee;display:flex}.detector-list{flex-shrink:0;align-items:center;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.detector-chip{white-space:nowrap;background:#fff;align-items:center;gap:.5rem;padding:.625rem 1rem;transition:border-color .2s,box-shadow .2s,background-color .2s;display:inline-flex}.bypass-strip__image{width:100%;height:100%}@keyframes detector-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.detector-carousel{-webkit-mask-image:none;mask-image:none}.detector-track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.detector-list{flex-wrap:wrap;justify-content:center;width:100%}.detector-list:last-of-type{display:none}}.steps{padding:4rem 0}.steps__container{max-width:1200px;margin:0 auto;padding:0 20px}.steps__title{text-align:center;color:#111827;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.steps__subtitle{text-align:center;color:#6b7280;margin-bottom:3rem;font-size:1.1rem}.steps__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.step-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:transform .2s;overflow:hidden;box-shadow:0 1px 3px #00000014}.step-card:hover{transform:translateY(-4px)}.step-card__image{object-fit:cover;width:100%;height:200px}.step-card__tag{color:#4f46e5;background:#eef2ff;border-radius:18px;margin:1rem 1rem .5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.step-card__title{color:#111827;margin:.5rem 1rem;font-size:1.5rem;font-weight:600}.step-card__description{color:#6b7280;padding:0 1rem 1.5rem;line-height:1.6}.features{padding:4rem 0}.features__container{max-width:1200px;margin:0 auto;padding:0 20px}.feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.feature-block--reverse{direction:rtl}.feature-block--reverse>*{direction:ltr}.feature-block__content{padding:1rem}.feature-block__title{color:#111827;margin-bottom:1rem;font-size:2rem;font-weight:700}.feature-block__text{color:#6b7280;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.feature-block__list{padding:0;list-style:none}.feature-block__list li{color:#111827;padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-block__list li:before{content:"✓";color:#4f46e5;font-weight:700;position:absolute;left:0}.feature-block__image-wrapper{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000014}.feature-block__image{width:100%;height:auto;display:block}.logos{background:#fff;padding:4rem 0}.logos__container{max-width:1200px;margin:0 auto;padding:0 20px}.logos__title{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:1.25rem;font-weight:400}.logos .detector-carousel{margin-top:0}.logos .detector-track{gap:2rem}.logos .detector-chip--logo{justify-content:center;min-width:150px;padding:1rem}.logos .detector-chip--logo .logo-card__image{opacity:.7;filter:grayscale(50%);max-width:120px;height:auto;display:block}.logos .detector-chip__dot{display:none}.logo-card__image{opacity:.7;filter:grayscale(50%);max-width:100%;height:auto}.reviews{padding:4rem 0}.reviews__container{max-width:1200px;margin:0 auto;padding:0 20px}.reviews__title{text-align:center;color:#111827;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.reviews__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;position:relative;box-shadow:0 1px 3px #00000014}.review-card__avatar{background:#eef2ff;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:1rem;display:flex;overflow:hidden}.review-card__avatar-img{object-fit:cover;width:100%;height:100%}.review-card__stars{height:20px;margin-bottom:1rem}.review-card__quote{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.review-card__author{margin-top:auto}.review-card__name{color:#111827;margin-bottom:.25rem;font-weight:600}.review-card__role{color:#9ca3af;font-size:.9rem}.review-card__verified{align-items:center;display:flex}.review-card__verified svg{float:left;width:15px;height:15px;margin-right:5px}.review-card__verified p{color:#9ca3af;font-size:.9rem}.faq{background:#fff;padding:4rem 0}.faq__container{max-width:800px;margin:0 auto;padding:0 20px}.faq__title{text-align:center;color:#111827;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.faq__list{flex-direction:column;gap:1rem;display:flex}.faq__item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.faq__question{cursor:pointer;color:#111827;padding:1.5rem;font-weight:600;list-style:none;transition:background-color .2s}.faq__question:hover{background-color:#f5f6f8}.faq__question::-webkit-details-marker{display:none}.faq__item[open] .faq__question{border-bottom:1px solid #e5e7eb}.faq__answer{color:#6b7280;padding:1.5rem;line-height:1.7}.faq__answer p{margin:0}.cta{background:#0f172a;padding:4rem 0}.cta__container{text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.cta__title{color:#fff;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta__text{color:#fffc;margin-bottom:2rem;font-size:1.2rem}.footer{padding:3rem 0 1.5rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 20px}.footer__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer__heading{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer__links{list-style:none}.footer__links li{margin-bottom:.5rem}.footer__link{color:#6b7280;text-decoration:none;transition:color .2s}.footer__bottom{text-align:center;padding-top:1.5rem}.footer__copyright{color:#6b7280;font-size:.9rem}.login-container{justify-content:center;align-items:center;max-width:420px;min-height:100vh;margin:0 auto;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;padding:40px;box-shadow:0 1px 3px #00000014}.login-icon{justify-content:center;margin-bottom:24px;display:flex}.login-title{color:#111827;text-align:center;margin-bottom:32px;font-size:1.75rem;font-weight:700;line-height:1.2}.btn-google{color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:24px;padding:12px 16px;font-size:1rem;font-weight:500;transition:background-color .2s;display:flex}.btn-google:hover{background:#f9fafb}.btn-google:focus{outline-offset:2px;outline:2px solid #4f46e5}.divider{text-align:center;margin:24px 0;position:relative}.divider:before{content:"";background:#e5e7eb;height:1px;position:absolute;top:50%;left:0;right:0}.divider-text{color:#6b7280;background:#fff;padding:0 16px;font-size:.875rem;position:relative}.login-form{flex-direction:column;gap:16px;display:flex}.form-label{color:#111827;margin-bottom:4px;font-size:.875rem;font-weight:500}.form-input{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.form-input::placeholder{color:#9ca3af}.btn-continue{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:10px;width:100%;margin-top:8px;padding:12px 16px;font-size:1rem;font-weight:600;transition:background-color .2s,box-shadow .2s}.btn-continue:hover{background:#4338ca;box-shadow:0 2px 8px #4f46e533}.btn-continue:focus{outline-offset:2px;outline:2px solid #4f46e5}@media (max-width:768px){.header__nav{display:none}.header__actions{gap:.5rem}.header__login{font-size:.9rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.hero__title{font-size:2rem}.hero__subtitle{font-size:1.1rem}.tool-card__actions-bottom{flex-direction:column;align-items:stretch}.tool-card__actions-right{flex-direction:column;width:100%}.tool-card__actions-right .btn{width:100%}.steps__title{font-size:2rem}.steps__grid{grid-template-columns:1fr}.feature-block{grid-template-columns:1fr;gap:2rem}.feature-block--reverse{direction:ltr}.feature-block__image-wrapper{order:-1}.reviews__grid{grid-template-columns:1fr}.cta__title{font-size:2rem}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero__title,.steps__title,.reviews__title,.faq__title,.cta__title{font-size:1.75rem}.footer__grid{grid-template-columns:1fr}.login-card{padding:32px 24px}.login-title{font-size:1.5rem}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}
