/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@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,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)){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{.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.grid{display:grid}.hidden{display:none}.table{display:table}}:root{--bg:#f8fbff;--panel:#fff;--surface:#f1f6ff;--text:#151b2d;--muted:#687386;--line:#dbe5f2;--brand:#2b7fff;--cyan:#00c8ff;--indigo:#5b5ff6;--gradient:linear-gradient(135deg,#5b5ff6 0%,#2b7fff 54%,#00c8ff 100%);--soft:#2b7fff1a;--shadow:0 18px 42px #2b7fff24;color:#151b2d;background:#f8fbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=dark]{--bg:#080b12;--panel:#101622;--surface:#161f2d;--text:#eef5ff;--muted:#98a7bd;--line:#243348;--soft:#2b7fff2e;--shadow:0 22px 60px #00000057;color:#eef5ff;background:#080b12}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0}body:before{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 0%,#2b7fff1a 48%,#00c8ff1f 100%);position:fixed;inset:0}a{color:inherit;text-decoration:none}button,input{font:inherit}svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.app-shell{z-index:1;grid-template-columns:232px 1fr;min-height:100dvh;display:grid;position:relative}.sidebar{border-right:1px solid var(--line);background:var(--panel);height:100dvh;padding:18px 14px;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.sidebar{background:color-mix(in srgb,var(--panel) 92%,transparent)}}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);flex-direction:column;display:flex;overflow:auto}.side-brand-row{align-items:center;gap:10px;display:flex}.menu-btn,.icon-btn{border:1px solid var(--line);background:var(--panel);width:38px;height:38px;color:var(--text);cursor:pointer;border-radius:50%;place-items:center;display:grid}.brand{align-items:center;gap:9px;font-size:18px;font-weight:950;display:flex}.brand-mark{color:#fff;background:var(--gradient);width:34px;height:34px;box-shadow:var(--shadow);border-radius:12px;place-items:center;font-size:12px;display:grid}.brand b{color:var(--brand)}.nav-list{gap:5px;margin-top:26px;display:grid}.nav-list a{color:#596377;border-radius:10px;align-items:center;gap:10px;min-height:38px;padding:0 10px;font-size:14px;font-weight:850;display:flex}.nav-list a:hover,.nav-list a.active{color:var(--text);background:linear-gradient(135deg,#2b7fff24,#00c8ff1a);box-shadow:inset 0 0 0 1px #2b7fff2e}.nav-icon{width:30px;height:30px;color:var(--brand);background:#2b7fff1a;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.nav-title{color:#697489;letter-spacing:.08em;align-items:center;gap:8px;margin:16px 6px 7px;font-size:11px;font-weight:950;display:flex}.nav-title:after{content:"";background:var(--line);flex:1;height:1px}.side-status{border:1px solid var(--line);background:var(--panel);border-radius:14px;align-items:center;gap:10px;margin-top:auto;padding:12px;display:flex;box-shadow:0 10px 26px #0f172a0d}.side-status small{color:var(--muted);margin-top:2px;line-height:1.35;display:block}.pulse{background:#19c386;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 7px #19c3861f}main{min-width:0;padding:18px 28px 36px}.topbar{z-index:20;background:var(--bg);justify-content:center;align-items:center;gap:18px;height:58px;display:flex;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.topbar{background:color-mix(in srgb,var(--bg) 86%,transparent)}}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.search-shell{border:1px solid var(--line);background:var(--panel);border-radius:999px;width:min(540px,46vw);height:38px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0f172a0a}.search-shell input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 18px}.search-shell button{border:0;border-left:1px solid var(--line);width:52px;color:var(--text);background:0 0;place-items:center;display:grid}.top-actions{align-items:center;gap:10px;display:flex;position:absolute;right:0}.create-btn,.primary{background:var(--gradient);color:#fff;cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-weight:950;display:inline-flex;box-shadow:0 14px 30px #2b7fff47}.create-btn svg,.primary svg{color:#fff}.avatar{background:var(--gradient);color:#fff;cursor:pointer;border:3px solid #ffffffbf;border-radius:50%;width:42px;height:42px;font-weight:950;box-shadow:0 10px 26px #5b5ff640}.profile-menu{position:relative}.profile-dropdown{border:1px solid var(--line);background:var(--panel);border-radius:18px;width:260px;display:none;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 24px 70px #0f172a2e}.profile-menu.open .profile-dropdown{display:block}.pd-head{background:var(--gradient);color:#fff;align-items:center;gap:12px;padding:18px;display:flex}.pd-avatar{background:#ffffff24;border:3px solid #ffffffb8;border-radius:50%;place-items:center;width:50px;height:50px;font-weight:950;display:grid}.pd-head strong,.pd-head span,.pd-head em{display:block}.pd-head span{opacity:.92;font-size:12px}.pd-head em{color:#e11d48;background:#fff;border-radius:999px;width:max-content;margin-top:5px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:950}.profile-dropdown a{color:#596377;border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;margin:7px 8px;padding:0 10px;font-weight:850;display:flex}.profile-dropdown a:hover{background:var(--surface);color:var(--text)}.profile-dropdown .danger{color:#ef4444}.hero{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);align-items:center;gap:28px;padding:58px 0 38px;display:grid}.status-pill{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:12px;font-weight:950;display:inline-flex}.status-pill i{background:#19c386;border-radius:50%;width:8px;height:8px}.hero h1{letter-spacing:0;margin:20px 0 0;font-size:clamp(48px,5.6vw,82px);font-weight:760;line-height:.96}.hero p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.55}.hero-actions{align-items:center;gap:12px;display:flex}.secondary,.mini-btn{border:1px solid var(--line);background:var(--panel);min-height:40px;color:var(--text);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0 15px;font-weight:950;display:inline-flex}.ops-panel,.panel,.plans,.connect-band{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px}.ops-panel{padding:18px}.ops-head,.panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.ops-head span{color:#08b86f;font-size:12px;font-weight:950}.traffic-chart{background:linear-gradient(180deg,var(--surface),transparent);border-radius:8px;align-items:end;gap:8px;height:176px;margin:18px 0;padding:12px;display:flex}.traffic-chart i{background:linear-gradient(180deg,var(--cyan),var(--brand));border-radius:6px 6px 0 0;flex:1;min-height:16px}.traffic-chart i:first-child{height:24%}.traffic-chart i:nth-child(2){height:34%}.traffic-chart i:nth-child(3){height:29%}.traffic-chart i:nth-child(4){height:48%}.traffic-chart i:nth-child(5){height:42%}.traffic-chart i:nth-child(6){height:72%}.traffic-chart i:nth-child(7){height:58%}.traffic-chart i:nth-child(8){height:88%}.traffic-chart i:nth-child(9){height:50%}.traffic-chart i:nth-child(10){height:39%}.traffic-chart i:nth-child(11){height:28%}.traffic-chart i:nth-child(12){height:44%}.metrics{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.metrics div,.domain-row,.limit,.edge{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px}.metrics span,.metrics small,.muted{color:var(--muted)}.metrics b{margin:4px 0;font-size:24px;display:block}.connect-band{grid-template-columns:minmax(0,.9fr) minmax(340px,.75fr) minmax(260px,.5fr);align-items:center;gap:18px;margin:0 0 18px;padding:18px;display:grid}.connect-copy span{color:var(--brand);text-transform:uppercase;font-size:12px;font-weight:950}.connect-copy h2,.panel h2,.plans h2{margin:6px 0 0;font-size:19px;line-height:1.2}.connect-copy p{color:var(--muted);margin:8px 0 0}.connect-form{gap:10px;display:grid}.connect-form label{color:var(--muted);gap:5px;font-size:12px;font-weight:850;display:grid}.connect-form input{border:1px solid var(--line);background:var(--panel);height:40px;color:var(--text);border-radius:12px;outline:0;padding:0 12px}.connect-form p{color:var(--muted);margin:0;font-size:12px}.connect-form p.ok{color:#08b86f}.connect-form p.error{color:#ef4444}.steps{gap:8px;display:grid}.steps div{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:center;gap:9px;padding:10px;display:flex}.steps b{background:var(--gradient);color:#fff;border-radius:9px;place-items:center;width:28px;height:28px;display:grid}.steps span{font-weight:850}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.panel,.plans{padding:16px}.panel.wide{grid-column:span 2}.domain-row{grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;margin-top:10px;display:grid}.domain-row small{color:var(--muted);margin-top:2px;display:block}.dot{border-radius:50%;width:10px;height:10px}.dot.ok{background:#19c386}.dot.warn{background:#f59e0b}.dot.idle{background:#697489}.switch input{display:none}.switch span{background:var(--surface);border:1px solid var(--line);border-radius:999px;width:48px;height:28px;display:block;position:relative}.switch span:before{content:"";background:#697489;border-radius:50%;width:22px;height:22px;transition:all .18s;position:absolute;top:2px;left:2px}.switch input:checked+span{background:#ef44442e;border-color:#ef444461}.switch input:checked+span:before{background:#ef4444;transform:translate(20px)}.attack-state{background:var(--surface);border-radius:8px;margin-top:18px;padding:14px;font-weight:950}.attack-state.hot{color:#ef4444;background:#ef44441f}.rules{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.rules li,.limit,.edge{justify-content:space-between;align-items:center;gap:10px;display:flex}.rules span{color:var(--brand);font-weight:950}.badge{color:var(--brand);background:#2b7fff1f;border-radius:999px;padding:4px 8px;font-size:11px;font-style:normal;font-weight:950}.badge.blue{color:#06a8d8;background:#00c8ff1f}.badge.green{color:#08b86f;background:#19c3861f}.limit,.edge{margin-top:10px}.edge span{color:var(--muted)}.edge i{color:#08b86f;font-style:normal;font-weight:950}.plans{margin-top:16px}.plan-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px;display:grid}.plan-grid article{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:16px}.plan-grid article.hot{border-color:#2b7fff6b;box-shadow:inset 0 0 0 1px #2b7fff24}.plan-grid span{color:var(--brand);font-weight:950}.plan-grid b{margin:8px 0;font-size:26px;display:block}.plan-grid p{color:var(--muted);margin:0;line-height:1.45}.logs{margin-top:16px}.log-list{gap:8px;margin-top:12px;display:grid}.log-list p{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:54px 1fr 78px;align-items:center;gap:10px;margin:0;padding:10px 12px;display:grid}.log-list time{color:var(--muted);font-variant-numeric:tabular-nums}.log-list b{text-align:right;color:var(--brand)}@media (width<=1120px){.hero,.connect-band,.grid,.plan-grid{grid-template-columns:1fr}.panel.wide{grid-column:auto}.topbar{justify-content:flex-start}.search-shell{width:min(520px,100%)}.top-actions{margin-left:auto;position:static}}@media (width<=780px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-title,.side-status{grid-column:1/-1}main{padding:14px}.topbar{flex-direction:column;align-items:stretch;height:auto}.top-actions{justify-content:flex-end;margin-left:0}.search-shell{width:100%}.hero{padding:28px 0}.hero h1{font-size:42px}.metrics{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:stretch}.primary,.secondary{width:100%}.profile-dropdown{right:0}}@media (width<=520px){.nav-list{grid-template-columns:1fr}.create-btn span{display:none}.log-list p{grid-template-columns:1fr}.log-list b{text-align:left}.plan-grid b{font-size:22px}}.row-action{border:1px solid var(--line);background:var(--panel);min-height:34px;color:var(--brand);cursor:pointer;border-radius:11px;padding:0 11px;font-weight:950}.row-action:disabled{opacity:.65;cursor:default}.dns-card{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.dns-card code,.dns-row code{border:1px solid var(--line);background:var(--panel);color:var(--brand);border-radius:9px;padding:7px 10px;font-weight:950}.dns-card button,.dns-row button{border:1px solid var(--line);background:var(--panel);min-height:32px;color:var(--text);cursor:pointer;border-radius:10px;font-weight:850}.provider-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.55fr);gap:16px;margin-top:16px;display:grid}.dns-zone{gap:10px;display:grid}.dns-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:74px 90px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.dns-row span{color:var(--muted);font-weight:950}.dns-row b{font-size:14px}.product-roadmap{gap:10px;display:grid}.product-roadmap>div:not(.panel-head){border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px}.product-roadmap b,.product-roadmap span{display:block}.product-roadmap span{color:var(--muted);margin-top:4px;font-size:13px}@media (width<=1120px){.provider-grid,.dns-row{grid-template-columns:1fr}.domain-row{grid-template-columns:auto 1fr auto}.row-action{grid-column:2/-1;width:max-content}}@media (width<=520px){.domain-row{grid-template-columns:auto 1fr}.domain-row strong{grid-column:2}.row-action{grid-column:2;width:100%}}body:before{background:linear-gradient(110deg,#0000 0%,#2b7fff0f 55%,#00c8ff17 100%)}main{padding:0 28px 38px;overflow:hidden}.topbar{border-bottom:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:none;backdrop-filter:none;height:66px;margin:0 -28px;padding:0 28px;box-shadow:0 10px 26px #0f172a0b}.search-shell{width:min(540px,42vw);height:36px;box-shadow:none}.create-btn,.primary{white-space:nowrap;border-radius:13px;min-height:38px;padding:0 15px;font-size:14px;line-height:1}.secondary,.mini-btn{white-space:nowrap;border-radius:13px;min-height:38px;font-size:14px;line-height:1}.icon-btn{background:var(--panel);width:38px;height:38px}.avatar{width:40px;height:40px}.hero{grid-template-columns:minmax(520px,.9fr) minmax(500px,.74fr);align-items:center;gap:54px;padding:64px 0 34px}.hero-copy{min-width:0;max-width:760px}.hero h1{max-width:760px;margin-top:22px;font-size:clamp(44px,4.35vw,70px);font-weight:820;line-height:1.02}.hero-actions{margin-top:0;padding-top:0}.status-pill{max-width:100%;padding:8px 12px;font-size:11px;line-height:1.2}.ops-panel{z-index:1;justify-self:end;min-width:0;max-width:728px;position:relative}.traffic-chart{height:148px}.metrics b{font-size:23px}.profile-dropdown{z-index:50;border-radius:17px;width:284px;top:50px;right:0;box-shadow:0 26px 70px #0f172a38}.pd-head>div:last-child{min-width:0}.pd-head strong{font-size:15px;line-height:1.2}.pd-head span{margin-top:2px}.pd-head em{white-space:normal;line-height:1.15}.profile-dropdown a{grid-template-columns:32px 1fr auto;gap:10px;min-height:45px;margin:5px 8px;padding:0 10px;display:grid}.profile-dropdown a.danger{grid-template-columns:1fr}.pd-icon{width:30px;height:30px;color:var(--brand);background:#2b7fff1a;border-radius:10px;place-items:center;font-weight:950;display:grid}.connect-band{grid-template-columns:minmax(340px,.82fr) minmax(420px,.92fr) minmax(260px,.46fr);gap:22px;padding:18px 16px}.connect-copy h2,.panel h2,.plans h2{font-size:18px}.connect-copy p{font-size:14px;line-height:1.5}.connect-form input{height:38px}.connect-form .primary{width:100%}.dns-card{gap:8px}.dns-card code{align-items:center;height:36px;display:inline-flex}.steps div{border-radius:10px;min-height:44px}.grid{gap:16px}.panel{box-shadow:0 14px 32px #0f172a0e}.domain-row{min-height:64px}.row-action{white-space:nowrap}.plan-grid article,.dns-row,.product-roadmap>div:not(.panel-head),.metrics div,.domain-row,.limit,.edge{background:#f3f7ff}[data-theme=dark] .plan-grid article,[data-theme=dark] .dns-row,[data-theme=dark] .product-roadmap>div:not(.panel-head),[data-theme=dark] .metrics div,[data-theme=dark] .domain-row,[data-theme=dark] .limit,[data-theme=dark] .edge{background:var(--surface)}@media (width<=1460px){.hero{grid-template-columns:minmax(0,1fr);gap:24px;padding-top:46px}.hero-copy{max-width:940px}.hero h1{max-width:920px}.hero p{max-width:780px}.ops-panel{justify-self:stretch;max-width:none}.traffic-chart{height:132px}.connect-band{grid-template-columns:1fr}}@media (width<=980px){main{padding:0 18px 28px}.topbar{grid-template-columns:1fr;gap:12px;height:auto;margin:0 -18px;padding:12px 18px;display:grid}.top-actions{justify-content:flex-end;position:static}.search-shell{width:100%}.hero h1{font-size:42px}.hero{padding-top:28px}.profile-dropdown{right:0}.connect-band{padding:16px}.dns-card button{flex:1}}@media (width<=560px){.hero h1{font-size:36px}.top-actions{gap:7px}.create-btn{padding:0 12px}.create-btn span{display:inline}.connect-band{margin-left:0;margin-right:0}.domain-row{grid-template-columns:auto 1fr}.domain-row strong,.row-action{grid-column:2}.row-action{width:100%}}:root,[data-theme=light]{--bg:#fff;--panel:#fff;--surface:#f6f8fc;--text:#151a2d;--muted:#687386;--line:#e2e7ef;color:#151a2d;background:#fff}html,body{color:var(--text);background:#fff!important}body:before{background:0 0!important;display:none!important}.app-shell,main{background:#fff}.sidebar{-webkit-backdrop-filter:blur(28px)saturate(1.6);backdrop-filter:blur(28px)saturate(1.6);border-right-color:#00000012;box-shadow:1px 0 #1118270d,14px 0 34px #0f172a0f;background:linear-gradient(#2b7fff0b,#0000 240px),#f8fafdf0!important}.topbar{-webkit-backdrop-filter:blur(22px)saturate(1.45)!important;box-shadow:none!important;background:#ffffffb8!important;border-bottom:0!important}.hero{background:#fff;grid-template-columns:minmax(0,720px) minmax(460px,1fr);justify-content:space-between;gap:72px;padding:58px 0 42px}.hero-copy{max-width:720px}.hero h1{max-width:720px;margin:24px 0 0;font-size:clamp(48px,4vw,66px);line-height:1.04}.hero p{max-width:650px;margin:18px 0 0;font-size:16px;line-height:1.62}.hero-actions{gap:10px;margin-top:24px!important;padding:0!important}.hero-actions .primary,.hero-actions .secondary{border-radius:13px;height:42px;min-height:42px;padding:0 17px}.ops-panel{width:100%;max-width:620px;box-shadow:0 12px 36px #0f172a14}.profile-dropdown{opacity:0;pointer-events:none;border-radius:22px;width:290px;transition:opacity .18s,transform .18s;display:block;transform:translateY(-8px)scale(.96)}.profile-menu.open .profile-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.pd-head{background:radial-gradient(circle at 18% 16%,#58e7ff,#0000 34%),linear-gradient(120deg,#287cff,#7040ed)}.panel,.plans,.connect-band,.ops-panel{border-color:#e2e7ef;box-shadow:0 10px 30px #0f172a0e}@media (width<=1500px){.hero{grid-template-columns:minmax(0,1fr);gap:28px}.hero-copy,.hero h1{max-width:850px}.ops-panel{justify-self:stretch;max-width:none}}.app-shell{grid-template-columns:232px minmax(0,1fr);display:grid}main{min-width:0;padding:72px 28px 38px!important;overflow:visible!important}.sidebar{z-index:40;width:232px;height:100dvh;inset:0 auto 0 0;-webkit-backdrop-filter:none!important;background:#fff!important;border-right:1px solid #e2e7ef!important;padding:18px 14px!important;position:fixed!important;box-shadow:1px 0 #1118270a!important}.side-brand-row{height:42px}.brand-mark{border-radius:11px;width:34px;height:34px}.brand-mark svg{stroke:#fff;fill:none;stroke-width:1.8px;width:20px;height:20px}.brand-mark svg path+path{fill:#fff;stroke:none}.brand{font-size:18px}.nav-list{gap:3px;margin-top:22px}.nav-list a{border:1px solid #0000;border-radius:12px;height:42px;min-height:42px;padding:0 10px;font-size:13.5px;font-weight:700}.nav-list a:hover{background:#f1f3f6;border-color:#e2e5ea}.nav-list a.active{box-shadow:none;background:linear-gradient(135deg,#2b7fff17,#00d4ff0d);border-color:#2b7fff33}.nav-icon{border-radius:10px;width:34px;height:34px}.nav-title{letter-spacing:.13em;margin:13px 6px 5px;font-size:10.5px}.topbar{width:auto;transition:background .18s,box-shadow .18s;z-index:50!important;height:72px!important;box-shadow:none!important;background:linear-gradient(#f4f5f8cc 0%,#ffffff47 68%,#0000 100%)!important;border:0!important;margin:0!important;padding:0 28px!important;position:fixed!important;inset:0 0 auto 232px!important}.topbar.is-scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.4)!important;background:#fffffff0!important;box-shadow:0 1px #0f172a12!important}.top-actions{right:28px}.avatar svg{stroke:#fff;fill:none;width:20px;height:20px}.avatar svg path+path,.pd-avatar svg path+path{fill:#fff;stroke:none}.pd-avatar svg{stroke:#fff;fill:none;width:26px;height:26px}@media (width<=780px){.app-shell{display:block}.sidebar{width:100%;height:auto;position:static!important}.topbar{width:100%;padding:12px 14px!important;position:sticky!important;inset:0 auto auto 0!important}main{padding:0 14px 28px!important}}@media (width>=781px){.app-shell>main{grid-column:2;width:100%;min-width:0}}@media (width<=780px){.app-shell>main{grid-column:auto}}.side-brand-row{visibility:hidden;height:42px}.sidebar{padding:80px 10px 16px!important}.topbar{-webkit-backdrop-filter:none!important;width:100%!important;height:72px!important;box-shadow:none!important;background:linear-gradient(#f4f5f8d1 0%,#ffffff8a 58%,#0000 100%)!important;align-items:center!important;gap:24px!important;padding:0 28px!important;display:flex!important;inset:0 0 auto!important}.topbar.is-scrolled{-webkit-backdrop-filter:none!important;box-shadow:none!important;background:linear-gradient(#f4f5f8e0 0%,#ffffff9e 58%,#0000 100%)!important}.topbar-brand{flex:0 0 360px;align-items:center;gap:10px;display:flex}.topbar-brand .menu-btn{background:0 0;border:0;border-radius:13px;width:42px;height:42px}.topbar-brand .menu-btn:hover{background:#eef2f7}.topbar-brand .brand{font-size:21px;font-weight:850}.topbar-brand .brand-mark{width:32px;height:32px}.search-shell{flex:1;width:auto;max-width:540px;margin:0 auto}.top-actions{flex:0 0 360px;justify-content:flex-end;margin-left:auto;position:static!important}.avatar{place-items:center;font-size:12px;line-height:1;display:grid}.profile-dropdown{border-radius:22px;width:290px;top:54px}.pd-head{min-height:118px;padding:18px 16px 16px}.pd-avatar{flex:0 0 50px;font-size:14px}.profile-dropdown a{min-height:44px;margin:4px 8px}.profile-dropdown .danger{border-top:1px solid var(--line);border-radius:0;margin-top:7px}@media (width<=1250px){.topbar-brand,.top-actions{flex-basis:auto}.topbar-brand .brand>span:last-child{display:none}}@media (width<=780px){.side-brand-row{visibility:visible;display:flex}.sidebar{padding:18px 14px!important}.topbar-brand{display:none}.topbar{padding:12px 14px!important;position:sticky!important}.top-actions{flex-basis:auto}}@media (width>=781px){.side-brand-row{display:none!important}.sidebar .nav-list{margin-top:0}}.kind-tag{letter-spacing:.04em;text-transform:uppercase;color:var(--brand);background:var(--soft);border-radius:999px;margin-left:6px;padding:1px 7px;font-size:10px;font-style:normal;font-weight:800;display:inline-block}.stream-grid{align-items:start}.stream-rules{gap:6px;display:grid}.stream-rule{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:1fr auto 44px;align-items:center;gap:12px;padding:11px 12px;display:grid}.stream-rule[data-enabled="0"]{opacity:.62}.stream-rule b{font-size:13.5px;display:block}.stream-rule small{color:var(--muted);margin-top:2px;font-size:11.5px;display:block}.stream-rule strong{color:var(--brand);white-space:nowrap;font-size:12px;font-weight:800}.stream-rule[data-enabled="0"] strong{color:var(--muted)}.attack-facts{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.attack-facts div{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:10px}.attack-facts b{font-size:16px;display:block}.attack-facts span{color:var(--muted);font-size:11.5px}.referer-row{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr 28px;align-items:center;gap:10px;padding:9px 11px;display:grid}.referer-row b{font-size:13px}.referer-row span{color:var(--muted);font-size:11.5px}.row-x{border:1px solid var(--line);background:var(--panel);width:26px;height:26px;color:var(--muted);cursor:pointer;border-radius:9px;line-height:1}.row-x:hover{color:#e5484d;border-color:#e5484d}.referer-form{gap:8px;margin-top:12px;display:flex}.referer-form input{border:1px solid var(--line);background:var(--panel);height:40px;color:var(--text);border-radius:12px;flex:1;padding:0 12px}.form-note{min-height:16px;color:var(--muted);margin:8px 0 0;font-size:12px}.form-note.ok{color:#1f9d55}.form-note.error{color:#e5484d}.inline-switch{color:var(--muted);align-items:center;gap:10px;margin-top:12px;font-size:12px;display:flex}.inline-switch em{font-style:normal}.sign-form{grid-template-columns:1fr 170px auto;align-items:end;gap:10px;margin-top:12px;display:grid}.sign-form label{color:var(--muted);gap:6px;font-size:12px;display:grid}.sign-form input,.sign-form select,.connect-form select{border:1px solid var(--line);background:var(--panel);height:44px;color:var(--text);border-radius:12px;padding:0 12px}.sign-form .primary{color:#fff;background:var(--gradient);cursor:pointer;border:0;border-radius:12px;height:44px;padding:0 18px;font-weight:800}.sign-result{border:1px dashed var(--brand);background:var(--soft);border-radius:14px;margin-top:14px;padding:12px}.sign-result code{word-break:break-all;color:var(--text);font-size:12px;display:block}.sign-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-top:10px;font-size:12px;display:flex}.field-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;font-size:13px;display:flex}.field-row span{align-items:center;gap:6px;display:flex}.field-row input{border:1px solid var(--line);background:var(--panel);width:84px;height:38px;color:var(--text);text-align:right;border-radius:11px;padding:0 10px}.field-row i{color:var(--muted);font-size:12px;font-style:normal}.head-actions{align-items:center;gap:8px;display:flex}.purge-input{border:1px solid var(--line);background:var(--panel);width:130px;height:34px;color:var(--text);border-radius:11px;padding:0 11px;font-size:12.5px}.asset-table{gap:4px;display:grid;overflow-x:auto}.asset-row{border-radius:13px;grid-template-columns:minmax(220px,2.4fr) .8fr .8fr .9fr .8fr auto;align-items:center;gap:12px;min-width:720px;padding:11px 12px;font-size:13px;display:grid}.asset-row:not(.head){background:var(--surface);border:1px solid var(--line)}.asset-row.head{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:4px 12px;font-size:11px}.asset-row b{font-size:13.5px;display:block}.asset-row small{color:var(--muted);margin-top:2px;font-size:11.5px;display:block}.asset-row .bar{background:var(--line);vertical-align:middle;border-radius:4px;width:44px;height:5px;margin-right:8px;display:inline-block;position:relative;overflow:hidden}.asset-row .bar:after{content:"";width:var(--v);background:var(--gradient);position:absolute;inset:0 auto 0 0}.mini-btn.ghost{border:1px solid var(--line);color:var(--brand);background:0 0}@media (width<=900px){.sign-form{grid-template-columns:1fr}.stream-rule{grid-template-columns:1fr auto;row-gap:6px}}.edge-status{grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0;display:grid}.edge-status div{border:1px solid var(--line);background:var(--surface);border-radius:13px;padding:11px 12px}.edge-status span{color:var(--muted);font-size:11.5px;display:block}.edge-status b{font-size:15px}.edge-domains{gap:8px;display:grid}.edge-domain{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:minmax(200px,1.6fr) repeat(3,auto) auto;align-items:center;gap:14px;padding:11px 12px;display:grid}.edge-domain b{font-size:13.5px;display:block}.edge-domain small{color:var(--muted);margin-top:2px;font-size:11.5px;display:block}.edge-domain .inline-switch{white-space:nowrap;margin-top:0}.edge-preview{border:1px solid var(--line);background:var(--surface);white-space:pre;max-height:360px;color:var(--text);border-radius:14px;margin-top:14px;padding:14px;font-size:11.5px;line-height:1.55;overflow:auto}.apply-card{margin-top:14px}.badge.warn{color:#b26a00;background:#ffa80024}@media (width<=1100px){.edge-domain{grid-template-columns:1fr;row-gap:8px}.edge-status{grid-template-columns:1fr}}
