/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@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-divide-y-reverse:0;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.absolute{position:absolute}.relative{position:relative}.static{position:static}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-none{max-width:none}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.self-start{align-self:flex-start}.overflow-x-auto{overflow-x:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-center{text-align:center}.text-left{text-align:left}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.uppercase{text-transform:uppercase}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.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,ease);transition-duration:var(--tw-duration,0s)}.outline-none{--tw-outline-style:none;outline-style:none}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}@layer utilities{.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}}@layer base{body{font-feature-settings:"rlig" 1,"calt" 1}}:root{--bg:#080a0c;--bg-card:#0f1115;--bg-secondary:#1a1d23;--bg-muted:#16181d;--fg:#f0f2f5;--fg-secondary:#b6bfc9;--fg-muted:#707d8f;--primary:#21ca97;--primary-fg:#080a0c;--primary-10:#21ca971a;--primary-20:#21ca9733;--primary-5:#21ca970d;--destructive:#dc2828;--destructive-10:#dc28281a;--amber:#f59f0a;--amber-10:#f59f0a1a;--blue:#269dd9;--blue-10:#269dd91a;--border:#1f2229;--border-50:#1f222980;--radius:.625rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.25rem;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--fg);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}code{font-family:var(--font-mono);background:var(--bg-secondary);color:var(--primary);border-radius:.25rem;padding:.125rem .375rem;font-size:.875rem}pre{font-family:var(--font-mono);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xl);color:var(--fg-secondary);max-height:24rem;padding:1rem;font-size:.75rem;line-height:1.7;overflow-x:auto}table{border-collapse:collapse;width:100%}.container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.container--narrow{max-width:56rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container--narrow{padding:0 1.5rem}}.text-balance{text-wrap:balance}.text-pretty{text-wrap:pretty}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}.animate-spin{animation:1s linear infinite spin}.site-header{z-index:50;border-bottom:1px solid var(--border-50);-webkit-backdrop-filter:blur(16px);background:#080a0ccc;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;height:4rem;display:flex}.site-header__logo{align-items:center;gap:.625rem;display:flex}.site-header__logo-icon{border-radius:var(--radius-lg);background:var(--primary);justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.site-header__logo-icon svg{width:1rem;height:1rem;color:var(--primary-fg)}.site-header__logo-text{font-size:1.125rem;font-weight:700}.site-header__logo-text .accent{color:var(--primary)}.site-header__nav{align-items:center;gap:.25rem;display:none}@media (min-width:768px){.site-header__nav{display:flex}}.site-header__nav a{border-radius:var(--radius-lg);color:var(--fg-muted);padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.site-header__nav a:hover{background:var(--bg-secondary);color:var(--fg)}.site-header__nav a.active{background:var(--primary-10);color:var(--primary)}.site-header__actions{align-items:center;gap:.75rem;display:flex}.btn{border-radius:var(--radius-xl);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:all .15s;display:inline-flex}.btn--primary{background:var(--primary);color:var(--primary-fg);padding:.5rem 1rem}.btn--primary:hover{opacity:.9}.btn--primary-lg{background:var(--primary);color:var(--primary-fg);padding:.875rem 1.5rem}.btn--primary-lg:hover{opacity:.9}.btn--outline-lg{border:1px solid var(--border);color:var(--fg);background:0 0;padding:.875rem 1.5rem}.btn--outline-lg:hover{background:var(--bg-secondary)}.btn--scan-hidden{display:none}@media (min-width:640px){.btn--scan-hidden{display:inline-flex}}.hamburger{border-radius:var(--radius-lg);color:var(--fg-muted);cursor:pointer;justify-content:center;align-items:center;padding:.5rem;transition:all .15s;display:inline-flex}.hamburger:hover{background:var(--bg-secondary);color:var(--fg)}@media (min-width:768px){.hamburger{display:none}}.mobile-nav{border-top:1px solid var(--border);padding:.75rem 1rem;display:none}.mobile-nav.open{display:block}@media (min-width:768px){.mobile-nav{display:none!important}}.mobile-nav a{border-radius:var(--radius-lg);color:var(--fg-muted);margin-bottom:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s;display:block}.mobile-nav a:hover{background:var(--bg-secondary);color:var(--fg)}.mobile-nav a.active{background:var(--primary-10);color:var(--primary)}.mobile-nav .btn--primary{text-align:center;margin-top:.5rem;padding:.5rem .75rem;display:block}.hero{border-bottom:1px solid var(--border);position:relative;overflow:hidden}.hero__grid{opacity:.03;background-image:linear-gradient(var(--fg)1px,transparent 1px),linear-gradient(90deg,var(--fg)1px,transparent 1px);background-size:60px 60px;position:absolute;inset:0}.hero__glow{background:var(--primary-5);filter:blur(80px);border-radius:50%;width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.hero__content{text-align:center;padding:6rem 0;position:relative}@media (min-width:640px){.hero__content{padding:8rem 0}}@media (min-width:1024px){.hero__content{padding:10rem 0}}.hero__inner{max-width:48rem;margin:0 auto}.badge{border:1px solid var(--primary-20);background:var(--primary-5);border-radius:9999px;align-items:center;gap:.5rem;padding:.375rem 1rem;display:inline-flex}.badge__dot{width:.5rem;height:.5rem;display:flex;position:relative}.badge__dot-ping{background:var(--primary);opacity:.75;border-radius:50%;width:100%;height:100%;animation:1s cubic-bezier(0,0,.2,1) infinite ping;display:inline-flex;position:absolute}.badge__dot-core{background:var(--primary);border-radius:50%;width:.5rem;height:.5rem;display:inline-flex;position:relative}.badge__text{color:var(--fg-muted);font-size:.75rem;font-weight:500}.hero__title{letter-spacing:-.025em;text-wrap:balance;margin-top:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.15}@media (min-width:768px){.hero__title{font-size:3.75rem}}@media (min-width:1024px){.hero__title{font-size:4.5rem}}.hero__title .accent{color:var(--primary)}.hero__desc{max-width:42rem;color:var(--fg-muted);text-wrap:pretty;margin-top:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.hero__search{gap:.5rem;max-width:36rem;margin:2.5rem auto 0;display:flex}.search-wrap{flex:1;position:relative}.search-wrap svg{width:1.25rem;height:1.25rem;color:var(--fg-muted);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-xl);width:100%;color:var(--fg);padding:.875rem 1rem .875rem 2.5rem;font-size:.875rem;transition:border-color .15s}.search-input::placeholder{color:var(--fg-muted)}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.hero__ctas{flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}@media (min-width:640px){.hero__ctas{flex-direction:row;justify-content:center}}.hero__ticker{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--border);grid-template-columns:1fr;gap:1px;max-width:48rem;margin:4rem auto 0;display:grid;overflow:hidden}@media (min-width:640px){.hero__ticker{grid-template-columns:repeat(3,1fr)}}.hero__ticker-item{background:var(--bg-card);flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1.5rem;display:flex}.hero__ticker-label{color:var(--fg-muted);font-size:.75rem;font-weight:500}.hero__ticker-value{color:var(--fg);font-size:1.5rem;font-weight:700}.hero__ticker-sub{color:var(--fg-muted);font-size:.75rem}.features{border-bottom:1px solid var(--border);padding:5rem 0}@media (min-width:640px){.features{padding:7rem 0}}.features__header{text-align:center;max-width:42rem;margin:0 auto}.features__tag{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);font-size:.875rem;font-weight:600}.features__title{letter-spacing:-.025em;text-wrap:balance;margin-top:.75rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.features__title{font-size:2.25rem}}.features__desc{color:var(--fg-muted);text-wrap:pretty;margin-top:1rem}.features__grid{gap:1.5rem;margin-top:3.5rem;display:grid}@media (min-width:640px){.features__grid{grid-template-columns:repeat(2,1fr)}}.feature-card{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-2xl);padding:1.5rem;transition:all .2s}.feature-card:hover{border-color:var(--primary-20);background:#21ca9705}.feature-card__icon{border-radius:var(--radius-xl);background:var(--primary-10);width:2.5rem;height:2.5rem;color:var(--primary);justify-content:center;align-items:center;margin-bottom:1rem;transition:background .2s;display:flex}.feature-card:hover .feature-card__icon{background:var(--primary-20)}.feature-card__icon svg{width:1.25rem;height:1.25rem}.feature-card__title{font-size:1.125rem;font-weight:600}.feature-card__desc{color:var(--fg-muted);margin-top:.5rem;font-size:.875rem;line-height:1.7}.recent-scans{padding:5rem 0}@media (min-width:640px){.recent-scans{padding:7rem 0}}.recent-scans__header{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.recent-scans__header{flex-direction:row;justify-content:space-between;align-items:center}}.recent-scans__title{letter-spacing:-.025em;font-size:1.5rem;font-weight:700}@media (min-width:768px){.recent-scans__title{font-size:1.875rem}}.recent-scans__subtitle{color:var(--fg-muted);margin-top:.25rem;font-size:.875rem}.scans-table-wrap{border-radius:var(--radius-xl);border:1px solid var(--border);margin-top:2rem;display:none;overflow:hidden}@media (min-width:768px){.scans-table-wrap{display:block}}.scans-table thead tr{border-bottom:1px solid var(--border);background:#16181d80}.scans-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.scans-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.scans-table tbody tr:last-child{border-bottom:none}.scans-table tbody tr:hover{background:#16181d4d}.scans-table td{padding:.75rem 1rem}.scans-table .domain-link{font-family:var(--font-mono);font-size:.875rem;font-weight:500;transition:color .15s}.scans-table .domain-link:hover{color:var(--primary)}.scans-table .mono-sm{font-family:var(--font-mono);color:var(--fg-muted);font-size:.875rem}.scans-table .time{color:var(--fg-muted);font-size:.75rem}.pill{border-radius:9999px;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.pill--green{background:var(--primary-10);color:var(--primary)}.pill--red{background:var(--destructive-10);color:var(--destructive)}.pill--amber{background:var(--amber-10);color:var(--amber)}.pill--blue{background:var(--blue-10);color:var(--blue)}.grade{border-radius:var(--radius-lg);border:1px solid;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.grade--a{background:var(--primary-10);color:var(--primary);border-color:var(--primary-20)}.grade--b{background:var(--blue-10);color:var(--blue);border-color:#269dd94d}.grade--c{background:var(--amber-10);color:var(--amber);border-color:#f59f0a4d}.grade--d,.grade--f{background:var(--destructive-10);color:var(--destructive);border-color:#dc28284d}.grade--lg{border-radius:var(--radius-xl);width:3rem;height:3rem;font-size:1.25rem}.scans-mobile{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}@media (min-width:768px){.scans-mobile{display:none}}.scan-card{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-xl);padding:1rem;transition:border-color .15s;display:block}.scan-card:hover{border-color:var(--primary-20)}.scan-card__top{justify-content:space-between;align-items:center;display:flex}.scan-card__domain{font-family:var(--font-mono);font-size:.875rem;font-weight:500}.scan-card__pills{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.scan-card__time{color:var(--fg-muted);margin-top:.5rem;font-size:.75rem}.site-footer{border-top:1px solid var(--border);background:var(--bg-card)}.site-footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding:3rem 0;display:grid}@media (min-width:768px){.site-footer__grid{grid-template-columns:repeat(4,1fr)}}.site-footer__brand{grid-column:span 2}@media (min-width:768px){.site-footer__brand{grid-column:span 1}}.site-footer__tagline{color:var(--fg-muted);margin-top:.75rem;font-size:.875rem}.site-footer h4{text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.site-footer ul{list-style:none}.site-footer li+li{margin-top:.5rem}.site-footer li a{color:var(--fg-secondary);font-size:.875rem;transition:color .15s}.site-footer li a:hover{color:var(--primary)}.site-footer__bottom{border-top:1px solid var(--border);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;display:flex}@media (min-width:640px){.site-footer__bottom{flex-direction:row}}.site-footer__copy{color:var(--fg-muted);font-size:.75rem}.site-footer__social{align-items:center;gap:1rem;display:flex}.site-footer__social a{color:var(--fg-muted);transition:color .15s}.site-footer__social a:hover{color:var(--fg)}.site-footer__social svg{width:1rem;height:1rem}.page-header{border-bottom:1px solid var(--border);text-align:center;background:#0f111580;padding:4rem 0}@media (min-width:640px){.page-header{padding:5rem 0}}.page-header__title{letter-spacing:-.025em;text-wrap:balance;margin-top:1rem;font-size:1.875rem;font-weight:700}@media (min-width:768px){.page-header__title{font-size:3rem}}.page-header__title .accent{color:var(--primary)}.page-header__desc{max-width:36rem;color:var(--fg-muted);text-wrap:pretty;margin-top:1rem;margin-left:auto;margin-right:auto}.stat-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-xl);padding:1.25rem}.stat-card__label{color:var(--fg-muted);font-size:.75rem;font-weight:500}.stat-card__value{letter-spacing:-.025em;margin-top:.5rem;font-size:1.875rem;font-weight:700}.stat-card__change{margin-top:.25rem;font-size:.75rem}.stat-card__change--positive{color:var(--primary)}.stat-card__change--neutral{color:var(--fg-muted)}.panel{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-2xl);padding:1.5rem}.panel__title{font-size:1.125rem;font-weight:600}.panel__subtitle{color:var(--fg-muted);margin-top:.25rem;font-size:.875rem}.panel--highlight{border-color:var(--primary-20);background:#21ca9705}.progress{background:var(--bg-muted);border-radius:9999px;width:100%;height:.5rem;overflow:hidden}.progress__fill{border-radius:9999px;height:100%;transition:width .5s}.progress__fill--primary{background:var(--primary)}.progress__fill--destructive{background:#dc2828b3}.progress--thin{height:.375rem}.progress--flex{background:var(--bg-muted);border-radius:9999px;width:100%;height:.5rem;display:flex;overflow:hidden}.region-table-wrap{border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden}.region-table thead tr{border-bottom:1px solid var(--border);background:#16181d80}.region-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.region-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.region-table tbody tr:last-child{border-bottom:none}.region-table tbody tr:hover{background:#16181d4d}.region-table td{padding:.75rem 1rem;font-size:.875rem}.region-table .adoption-bar{align-items:center;gap:.5rem;display:flex}.region-table .bar-track{background:var(--bg-muted);border-radius:9999px;width:5rem;height:.375rem;overflow:hidden}.region-table .bar-fill{background:var(--primary);border-radius:9999px;height:100%}.region-table .mono{font-family:var(--font-mono);color:var(--fg-muted)}.region-table .trend{color:var(--primary);font-weight:500}.region-table .blocking{color:var(--destructive)}.hidden-sm{display:none}@media (min-width:640px){.hidden-sm{display:table-cell}}.hidden-md{display:none}@media (min-width:768px){.hidden-md{display:table-cell}}.bar-list{margin-top:1.5rem}.bar-item{margin-bottom:1rem}.bar-item:last-child{margin-bottom:0}.bar-item__header{justify-content:space-between;align-items:center;margin-bottom:.375rem;font-size:.875rem;display:flex}.bar-item__name{color:var(--fg)}.bar-item__value{font-family:var(--font-mono);color:var(--primary);font-weight:500}.tld-card{border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-xl);margin-bottom:.75rem;padding:.75rem}.tld-card:last-child{margin-bottom:0}.tld-card__header{justify-content:space-between;align-items:center;display:flex}.tld-card__name{font-family:var(--font-mono);font-size:.875rem;font-weight:600}.tld-card__stats{align-items:center;gap:.75rem;font-size:.75rem;display:flex}.tld-card__stats .green{color:var(--primary)}.tld-card__stats .red{color:var(--destructive)}.bot-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1.5rem;display:grid}@media (min-width:640px){.bot-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.bot-grid{grid-template-columns:repeat(4,1fr)}}.bot-card{border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-xl);padding:1rem}.bot-card__header{justify-content:space-between;align-items:center;display:flex}.bot-card__name{font-family:var(--font-mono);font-size:.875rem;font-weight:500}.bot-card__rate{color:var(--destructive);font-size:.875rem;font-weight:700}.bot-card .progress{margin-top:.5rem}.insights-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.insights-grid{grid-template-columns:repeat(3,1fr)}}.insight-card{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-xl);padding:1rem}.insight-card__label{color:var(--primary);font-size:.875rem;font-weight:500}.insight-card__text{color:var(--fg-muted);margin-top:.5rem;font-size:.875rem;line-height:1.7}.legend{color:var(--fg-muted);align-items:center;gap:1rem;font-size:.75rem;display:flex}.legend__item{align-items:center;gap:.375rem;display:flex}.legend__dot{border-radius:50%;width:.625rem;height:.625rem}.legend__dot--high{background:var(--primary)}.legend__dot--medium{background:#21ca9780}.legend__dot--low{background:var(--primary-20)}.section{padding:2.5rem 0}.section--lg{padding:5rem 0}.section--lg-bottom{padding:2.5rem 0 5rem}.grid-2col{gap:1.5rem;display:grid}@media (min-width:1024px){.grid-2col{grid-template-columns:repeat(2,1fr)}}.tabs{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-2xl);overflow:hidden}.tabs__nav{border-bottom:1px solid var(--border);display:flex}.tabs__btn{color:var(--fg-muted);cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:color .15s}.tabs__btn:hover{color:var(--fg)}.tabs__btn.active{color:var(--primary);border-bottom-color:var(--primary)}.tabs__content{padding:1.5rem}.tab-panel{display:none}.tab-panel.active{display:block}.check-row{border:1px solid var(--border);background:var(--bg);border-radius:var(--radius-xl);align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem;display:flex}.check-row:last-child{margin-bottom:0}.check-row__icon{flex-shrink:0;margin-top:.125rem;font-size:1.125rem}.check-row__label{font-size:.875rem;font-weight:500}.check-row__detail{color:var(--fg-muted);margin-top:.25rem;font-size:.75rem}.bot-blocked-row{border-radius:var(--radius-xl);background:#dc28280d;border:1px solid #dc282833;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.bot-blocked-row:last-child{margin-bottom:0}.bot-blocked-row__name{font-family:var(--font-mono);font-size:.875rem}.allowed-notice{border:1px solid var(--primary-20);background:var(--primary-5);border-radius:var(--radius-xl);text-align:center;color:var(--primary);padding:1rem;font-size:.875rem}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-2xl);text-align:center;background:#0f111580;padding:5rem 2rem}.empty-state__icon{border-radius:var(--radius-2xl);background:var(--bg-secondary);justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto;display:flex}.empty-state__icon svg{width:2rem;height:2rem;color:var(--fg-muted)}.empty-state__title{margin-top:1rem;font-size:1.125rem;font-weight:600}.empty-state__desc{color:var(--fg-muted);margin-top:.5rem;font-size:.875rem}.quick-try{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.quick-try__label{color:var(--fg-muted);font-size:.75rem}.quick-try__btn{border:1px solid var(--border);background:var(--bg-secondary);border-radius:var(--radius-lg);font-family:var(--font-mono);color:var(--fg-secondary);cursor:pointer;padding:.25rem .625rem;font-size:.75rem;transition:all .15s}.quick-try__btn:hover{border-color:var(--primary-20);color:var(--primary)}.summary-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:640px){.summary-grid{grid-template-columns:repeat(3,1fr)}}.summary-card{border:1px solid var(--border);background:var(--bg-card);border-radius:var(--radius-xl);padding:1rem}.summary-card__label{color:var(--fg-muted);font-size:.75rem;font-weight:500}.summary-card__value{margin-top:.25rem;font-size:1.125rem;font-weight:700}.summary-card__value--green{color:var(--primary)}.summary-card__value--red{color:var(--destructive)}.summary-card__sub{color:var(--fg-muted);margin-top:.125rem;font-size:.75rem}.spinner{border:2px solid var(--fg-muted);border-top-color:var(--primary);border-radius:50%;width:2rem;height:2rem;margin:0 auto;animation:1s linear infinite spin}.result-header{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:640px){.result-header{flex-direction:row;justify-content:space-between;align-items:center}}.result-header__domain{font-size:1.25rem;font-weight:700}.result-header__domain .mono{font-family:var(--font-mono);color:var(--primary)}.result-header__sub{color:var(--fg-muted);margin-top:.25rem;font-size:.875rem}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);font-size:.75rem;font-weight:600}.tab-empty{text-align:center;padding:3rem 0}.tab-empty__emoji{font-size:2rem}.tab-empty__title{margin-top:.75rem;font-size:.875rem;font-weight:500}.tab-empty__desc{color:var(--fg-muted);margin-top:.25rem;font-size:.75rem}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
