@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Sora:wght@500;600;700&display=swap";:root{--bg-primary: #080b12;--bg-secondary: #121826;--bg-tertiary: #1a2335;--card: #141c2b;--text-primary: #f1f5ff;--text-secondary: #a9b2c6;--accent: #5fe3c0;--accent-strong: #3bb5ff;--danger: #ff5c7c;--warning: #ffb454;--success: #67e8a4;--shadow: 0 20px 50px rgba(2, 6, 18, .45)}body[data-theme=light]{--bg-primary: #f4f2ed;--bg-secondary: #ffffff;--bg-tertiary: #ece6dc;--card: #ffffff;--text-primary: #1c1e24;--text-secondary: #4d5160;--accent: #2a9d8f;--accent-strong: #2f80ed;--danger: #d6455d;--warning: #d9892b;--success: #2d9d78;--shadow: 0 18px 40px rgba(28, 30, 36, .12)}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:Manrope,sans-serif;background:radial-gradient(circle at 10% 20%,rgba(63,117,255,.2),transparent 45%),radial-gradient(circle at 80% 0%,rgba(95,227,192,.18),transparent 45%),var(--bg-primary);color:var(--text-primary);transition:background .4s ease,color .4s ease}.bg-orbits span{position:fixed;border-radius:50%;border:1px solid rgba(255,255,255,.08);opacity:.4;animation:orbit 18s linear infinite;pointer-events:none}.bg-orbits span:nth-child(1){width:360px;height:360px;top:-80px;right:10%}.bg-orbits span:nth-child(2){width:220px;height:220px;bottom:40px;left:6%;animation-duration:14s}.bg-orbits span:nth-child(3){width:160px;height:160px;top:60%;right:28%;animation-duration:20s}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.brand{display:flex;align-items:center;gap:14px}.brand-mark{width:44px;height:44px;border-radius:16px;background:transparent;display:grid;place-items:center;font-family:Sora,sans-serif;font-size:22px;color:#0c141f}.brand-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:0}.brand-title{font-weight:600;letter-spacing:.04em}.brand-subtitle{font-size:12px;color:var(--text-secondary)}.sidebar{display:grid;align-content:start;gap:24px;padding:32px 22px;background:var(--bg-secondary);box-shadow:var(--shadow);position:sticky;top:0;min-height:100vh}.sidebar-note{display:grid;gap:6px;padding:14px;border-radius:16px;background:var(--bg-tertiary)}.sidebar-title{font-weight:600}.sidebar-text{color:var(--text-secondary);font-size:12px}.theme-toggle{margin-top:auto}.layout{padding:32px 48px 48px}.layout.solo{max-width:1100px;margin:0 auto}.auth-panel{display:grid;grid-template-columns:minmax(320px,420px) 1fr;gap:48px;align-items:center;min-height:calc(100vh - 160px)}.auth-card{background:var(--card);padding:32px;border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.06)}.auth-header h1{font-family:Sora,sans-serif;font-size:32px;margin-bottom:12px}.auth-header p{color:var(--text-secondary)}.auth-form{display:grid;gap:18px;margin-top:24px}label{font-size:13px;color:var(--text-secondary);display:grid;gap:8px}input{padding:12px 14px;border-radius:12px;border:1px solid transparent;background:var(--bg-tertiary);color:var(--text-primary);font-family:inherit}input,select,textarea,button{font-family:inherit;font-weight:inherit}a,span,small,p,label{font-family:inherit}input:focus{outline:2px solid var(--accent-strong)}.checkbox{display:flex;align-items:center;gap:8px}.checkbox input{width:18px;height:18px}.auth-footer{display:flex;justify-content:space-between;gap:12px}.auth-errors{display:grid;gap:6px;color:var(--danger);font-size:12px}button{border:none;background:none;color:inherit;font-family:inherit;cursor:pointer}.primary{background:linear-gradient(135deg,var(--accent-strong),var(--accent));color:#0b121d;padding:12px 18px;border-radius:14px;font-weight:600}.ghost{padding:10px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-primary)}.link{color:var(--accent-strong);font-weight:500}.ghost a{color:inherit;text-decoration:none}.auth-highlights{display:grid;gap:22px;font-size:18px}.auth-highlights h2{font-family:Sora,sans-serif;font-size:28px;margin-bottom:8px}.auth-highlights p{color:var(--text-secondary);max-width:520px}.nav{display:grid;gap:12px}.nav-section{display:grid;gap:10px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08)}.nav-section:first-child{border-top:none;padding-top:0}.nav-label{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--text-secondary);padding-left:6px}.nav-sub{display:grid;gap:8px;padding-left:10px;border-left:2px solid rgba(255,255,255,.08)}.nav-sub .nav-item{background:transparent;box-shadow:none;border:1px solid rgba(255,255,255,.06)}.nav-subgroup{display:grid;gap:8px}.nav-sub-sub{display:grid;gap:8px;padding-left:12px;border-left:2px solid rgba(95,227,192,.15)}.nav-item{display:block;text-align:left;padding:12px 16px;border-radius:14px;background:var(--bg-secondary);color:var(--text-secondary);box-shadow:var(--shadow);text-decoration:none;border:none;font-size:14px;font-weight:500;line-height:1.2}.nav-item.active{background:linear-gradient(135deg,#2f80ed33,#5fe3c033);color:var(--text-primary);border:1px solid rgba(255,255,255,.1)}.content{display:grid;gap:28px}.hero{display:flex;justify-content:space-between;align-items:center;background:var(--bg-secondary);padding:24px 28px;border-radius:22px;box-shadow:var(--shadow)}.hero h1{font-family:Sora,sans-serif;font-size:32px;margin-bottom:8px}.hero-actions{display:flex;gap:12px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat-card{background:var(--card);padding:20px;border-radius:18px;box-shadow:var(--shadow);display:grid;gap:6px;min-height:140px}.stat-label{color:var(--text-secondary);font-size:13px}.stat-meta{font-size:12px;color:var(--text-secondary)}.placeholder-card{padding:0;display:flex;overflow:hidden}.placeholder-block{flex:1;height:100%;width:100%;border-radius:0;border:1px solid rgba(255,255,255,.12);background-image:repeating-linear-gradient(135deg,#ffffff0f 0 6px,#ffffff05 6px 12px)}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.panel{background:var(--card);padding:20px;border-radius:18px;box-shadow:var(--shadow);display:grid;gap:16px}.panel.panel-placeholder{padding:0;overflow:hidden}.meta-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding-top:8px;border-top:1px solid rgba(255,255,255,.06)}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:end}.form-grid button{width:-moz-fit-content;width:fit-content;height:44px}select{padding:10px 12px;border-radius:12px;border:1px solid transparent;background:var(--bg-tertiary);color:var(--text-primary);font-family:inherit}.inline-form{display:flex;gap:8px;align-items:center}.ip-row,.subuser-card{display:grid;gap:12px;padding:14px;border-radius:14px;background:var(--bg-secondary)}.user-row{grid-template-columns:1fr auto auto;align-items:center}.mini-check{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-secondary);border:1px solid rgba(255,255,255,.08);padding:6px 8px;border-radius:10px}.mini-check input{width:14px;height:14px}.perm-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ip-row{grid-template-columns:1fr auto auto;align-items:center}.subuser-card{grid-template-columns:1fr}.subuser-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.assigned-ips{display:flex;flex-wrap:wrap;gap:8px}.empty{color:var(--text-secondary);font-size:13px}.ghost.danger{border-color:#ff5c7c4d;color:var(--danger)}.graph-box{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);aspect-ratio:900 / 320;min-height:260px}.graph-box img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.graph-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;background:#060c1899;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-secondary);font-size:13px}.spinner{width:22px;height:22px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:var(--accent-strong);animation:spin .9s linear infinite}.ddos-log{padding:6px 10px;border-radius:10px;font-size:12px;font-weight:600;display:inline-flex;margin:4px 0}.ddos-log.success{background:#67e8a426;color:var(--success)}.ddos-log.warning{background:#ffb45426;color:var(--warning)}.ddos-log.danger{background:#ff5c7c26;color:var(--danger)}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.rule-option{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;font-size:12px}.toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;color:var(--text-secondary);font-size:13px}.toggle-grid.fancy{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.switch-row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.switch-input{position:absolute;opacity:0;pointer-events:none}.switch-track{width:46px;height:26px;border-radius:999px;background:#ffffff2e;display:inline-flex;align-items:center;padding:2px;transition:background .2s ease}.switch-thumb{width:22px;height:22px;border-radius:50%;background:#fff;transform:translate(0);transition:transform .2s ease}.switch-input:checked+.switch-track{background:#5fe3c080}.switch-input:checked+.switch-track .switch-thumb{transform:translate(20px)}.switch-input:disabled+.switch-track{opacity:.5}.switch-label{color:var(--text-primary);font-size:13px}.switch-state{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.active-profiles{display:flex;flex-wrap:wrap;gap:8px}.profile-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ruleset-summary{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.aggr-box{display:grid;gap:12px}.aggr-box input[type=range]{width:100%;accent-color:var(--accent-strong)}.aggr-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--text-secondary)}.aggr-meta.compact{padding-top:4px}.aggr-inline{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:10px}.aggr-head{display:flex;align-items:center;justify-content:space-between}.aggr-head h3{font-size:14px}.modal{position:fixed;inset:0;display:none;place-items:center;z-index:50}.modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:#040810bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{position:relative;z-index:1;width:min(920px,92vw);max-height:82vh;overflow:auto;background:var(--bg-secondary);border-radius:18px;padding:22px;box-shadow:var(--shadow);display:grid;gap:14px}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-label{grid-column:1 / -1;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-top:6px}.panel-disabled{opacity:.55}.panel-note{color:var(--text-secondary);font-size:12px;margin:0}.ruleset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px}.ruleset-card{text-align:left;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;background:#ffffff05;display:grid;gap:6px;color:var(--text-primary)}.ruleset-card.active{border-color:#5fe3c099;box-shadow:0 0 0 2px #5fe3c01f}.ruleset-id{font-size:11px;text-transform:uppercase;color:var(--text-secondary)}.ruleset-text{font-size:13px}.pagination{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.page-info{font-size:12px;color:var(--text-secondary)}.page-links{display:flex;gap:8px;flex-wrap:wrap}.page{padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);color:var(--text-primary);text-decoration:none;font-size:12px}.page.active{background:#5fe3c01f;border-color:#5fe3c04d}.page.disabled{opacity:.4;cursor:default}.page.ellipsis{border-color:transparent}.panel-header{display:flex;justify-content:space-between;align-items:center}.rule,.subuser,.route{display:flex;justify-content:space-between;gap:12px;padding:12px;border-radius:14px;background:linear-gradient(135deg,#121826e6,#0c101ae6);border:1px solid rgba(255,255,255,.06)}.rule-title{font-weight:600}a.rule-title{color:var(--text-primary);text-decoration:none}a.rule-title:hover{color:var(--accent)}.rule-meta,.event-meta{color:var(--text-secondary);font-size:12px}.route{align-items:center}.route-alert{border-color:#ffb45499;box-shadow:0 0 0 1px #ffb45440}.route .rule-title{font-size:15px}.route .rule-meta{font-size:12px}.timeline{display:grid;gap:16px}.attack-list{display:grid;gap:12px}.attack-list.compact{gap:8px}.attack-row{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#121826d9,#0c101ad9);border:1px solid rgba(255,255,255,.08)}.attack-row.compact{padding:10px 12px}.attack-title{font-weight:600;color:var(--text-primary)}.attack-meta{color:var(--text-secondary);font-size:12px}.panel-compact{padding:16px}.stack{display:grid;gap:18px}.event{display:flex;gap:12px;align-items:flex-start}.dot{width:10px;height:10px;border-radius:50%;background:var(--success);margin-top:6px}.dot.warning{background:var(--warning)}.dot.danger{background:var(--danger)}@media(max-width:960px){.auth-panel,.app-shell{grid-template-columns:1fr}.sidebar{grid-auto-flow:column;grid-template-columns:repeat(3,1fr);min-height:auto;position:static}.theme-toggle{grid-column:1 / -1}}@media(max-width:680px){.layout{padding:24px}.hero{flex-direction:column;align-items:flex-start;gap:16px}.auth-card,.panel,.stat-card,.hero{border-radius:16px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}body{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1));font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:1.875rem;line-height:2.25rem;font-weight:600}h2{font-size:1.25rem;line-height:1.75rem;font-weight:600}h3{font-size:1.125rem;line-height:1.75rem;font-weight:600}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.app-shell{display:grid;min-height:100vh;grid-template-columns:260px 1fr;--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;gap:1.5rem;overflow:hidden;border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1));background-color:#0f172ab3;padding:2rem 1.5rem}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;background-color:transparent}.brand-logo{height:3rem;width:3rem;-o-object-fit:contain;object-fit:contain}.brand-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;letter-spacing:.08em}.brand-subtitle{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.nav{display:flex;flex-direction:column;gap:1.5rem}.nav-label{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.nav-sub{display:flex;flex-direction:column;gap:.5rem}.nav-item{display:inline-flex;align-items:center;gap:.75rem;border-width:1px;border-color:transparent;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.nav-item:hover{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));background-color:#1e293bb3}.nav-item.active{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));background-color:#1e293bcc;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.nav-icon{display:inline-flex;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));width:20px;height:20px;flex-shrink:0}.nav-icon svg{width:20px;height:20px;display:block;stroke-width:1.8}.nav-item.active .nav-icon{color:#38bdf8}.theme-toggle{margin-top:auto;display:inline-flex;align-items:center;gap:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));padding:.5rem .75rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.theme-toggle:hover{background-color:#1e293bb3}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.sidebar-footer .theme-toggle{margin-top:0}.sidebar-meta{display:flex;flex-direction:column;gap:.25rem;font-size:11px;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.sidebar-meta-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sidebar-meta-value{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.layout{padding:0}.layout.solo{margin-left:auto;margin-right:auto;min-height:100vh;max-width:72rem}.content{display:flex;width:100%;max-width:none;flex-direction:column;gap:2rem;padding-left:2.5rem;padding-right:2.5rem;padding-bottom:2.5rem}.topbar-shell{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 2rem;background:#0f172ab3;border-top:1px solid rgba(148,163,184,.12);border-bottom:1px solid rgba(148,163,184,.12);border-left:0;border-right:0;border-radius:0;box-shadow:0 18px 40px -32px #38bdf859;margin-left:0;position:relative;z-index:40}.topbar-left{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.crumb-icon{display:inline-flex;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));font-size:18px;line-height:1;transform:translateY(-1px)}.crumb-sep{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.crumb-label{font-weight:500;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.topbar-right{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.notif-bell{position:relative;display:inline-flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-width:1px;border-color:#1e293b99;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));background:linear-gradient(145deg,#0f172aa6,#0a101aeb);box-shadow:0 16px 34px -26px #38bdf880;border-radius:12px;z-index:41}.notif-bell svg{width:20px;height:20px;display:block}.notif-dot{position:absolute;width:8px;height:8px;border-radius:999px;background:#f97316;top:6px;right:6px;box-shadow:0 0 0 3px #0f172ad9;animation:notifPulse 1.4s ease-in-out infinite}.notif-dot.is-hidden{display:none}@keyframes notifPulse{0%{transform:scale(1);opacity:.9}50%{transform:scale(1.4);opacity:.6}to{transform:scale(1);opacity:.9}}.notif-dropdown{pointer-events:none;position:absolute;right:0;margin-top:.75rem;width:360px;border-width:1px;border-color:#1e293bb3;opacity:0;top:100%;background:#0b1220;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 55px -34px #38bdf880;border-radius:16px;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease;z-index:60;overflow:hidden}.notif-dropdown.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.notif-dropdown-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom-width:1px;border-color:#1e293bb3;padding:1rem;position:sticky;top:0;z-index:2;background:#0b1220}.notif-title{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.notif-sub{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.notif-clear{border-width:1px;border-color:#33415599;padding:.375rem .625rem;font-size:11px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));border-radius:10px;background:#0f172aa6;white-space:nowrap}.notif-clear.is-loading{opacity:.7;cursor:progress}.notif-list{display:flex;max-height:320px;flex-direction:column;gap:.75rem;overflow:auto;padding:.75rem;overscroll-behavior:contain;overflow-x:hidden}.notif-empty{border-radius:.75rem;border-width:1px;border-style:dashed;border-color:#1e293b99;padding:1rem .75rem;text-align:center;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.notif-dropdown svg{width:18px;height:18px}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;border-width:1px;border-color:#1e293b99;padding:1.5rem 1.75rem;background:linear-gradient(140deg,#0f172ab8,#080e1ae0);box-shadow:0 18px 45px -30px #38bdf88c}.hero-actions{display:flex;align-items:center;gap:.75rem}.stats-grid{display:grid;gap:1rem}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.stat-card{display:flex;flex-direction:column;gap:.5rem;border-width:1px;border-color:#1e293b99;padding:1.25rem 1.5rem;position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(160deg,#0f172ac7,#0a101aeb);box-shadow:0 20px 50px -35px #3b82f673}.stat-card.stat-ips:before{content:"";position:absolute;inset:-40% auto auto -30%;width:160%;height:160%;background:radial-gradient(circle at top left,rgba(56,189,248,.22),transparent 58%);pointer-events:none}.stat-card.stat-ips:after{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#38bdf8f2,#0ea5e926)}.stat-card>*{position:relative;z-index:1}.stat-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0f172a8c;color:#cbd5f5}.stat-icon svg{width:18px;height:18px}.stat-icon-ips{background:#38bdf833;border-color:#38bdf899;color:#bae6fd}.stat-icon-attack{background:#ef44441f;border-color:#ef444473;color:#fca5a5}.stat-icon-report{background:#22c55e1f;border-color:#22c55e73;color:#86efac}.stat-count{font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));display:flex;align-items:baseline;gap:8px}.stat-count-number{font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.stat-unit{font-size:11px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.stat-ips-summary{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.stat-chip{border-width:1px;border-color:#33415599;padding:.25rem .5rem;font-size:11px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));background:#0f172a73}.stat-card.stat-attack{position:relative;overflow:hidden;background:linear-gradient(140deg,#0f172ae6,#091420f2);box-shadow:0 24px 60px -40px #38bdf899}.stat-card.stat-attack:before{content:"";position:absolute;inset:-40% auto auto -20%;width:160%;height:160%;background:radial-gradient(circle at top left,rgba(56,189,248,.22),transparent 55%);pointer-events:none}.stat-card.stat-attack:after{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,#38bdf8f2,#0ea5e926)}.stat-card.stat-attack h3{font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.stat-report{position:relative;overflow:hidden;background:linear-gradient(140deg,#0f172aeb,#0a121ef2)}.stat-report:before{content:"";position:absolute;inset:-50% auto auto -30%;width:180%;height:180%;background:radial-gradient(circle at top left,rgba(14,165,233,.18),transparent 60%);pointer-events:none}.stat-report:after{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,#38bdf8f2,#0ea5e926)}.stat-report-grid{margin-top:.5rem;display:grid;align-items:center;gap:1rem;grid-template-columns:1fr auto 1fr}.stat-report-item{display:flex;flex-direction:column;gap:.25rem}.stat-divider{width:1px;height:32px;background:#94a3b840}.stat-report-item.muted .stat-mini{color:#94a3b8e6}.stat-card.stat-attack .stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.28em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.stat-card.stat-attack .stat-meta{font-size:.75rem;line-height:1rem;color:#a5f3fccc}.stat-live{margin-top:.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.75rem;line-height:1rem}.stat-live-list{display:flex;flex-direction:column;gap:.375rem}.stat-live-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stat-live-ip{font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.stat-live-meta{color:#e2e8f0cc}.stat-live-more{font-weight:600;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.stat-muted{color:#94a3b8b3}.stat-label{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.stat-meta{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder-card{overflow:hidden;padding:0}.placeholder-block{height:100%;width:100%;border-width:1px;border-color:#1e293b99;background-image:repeating-linear-gradient(135deg,#94a3b81f 0 6px,#94a3b80a 6px 12px)}.placeholder-block.full{min-height:180px}.grid-two{display:grid;gap:1.5rem}@media(min-width:1280px){.grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}}.\!panel,.panel{display:flex;flex-direction:column;gap:1.25rem;border-width:1px;border-color:#1e293b99;padding:1.25rem 1.5rem}.\!panel{background:linear-gradient(150deg,#0f172ab8,#080e1aeb)!important;box-shadow:0 22px 55px -40px #38bdf88c!important}.panel{background:linear-gradient(150deg,#0f172ab8,#080e1aeb);box-shadow:0 22px 55px -40px #38bdf88c}.sidebar-notifications-body .\!empty,.sidebar-notifications-body .empty{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.panel-header,.chart-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.chart-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.35em;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.chart-title{font-size:1.5rem;line-height:2rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.chart-range{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.panel-placeholder{overflow:hidden;padding:0}.panel-compact{padding:1.25rem}.panel-graph{gap:1rem;padding:1rem 1.25rem}.panel-note{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.key-reveal{margin-top:.5rem;display:inline-flex;align-items:center;border-width:1px;border-color:#33415599;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));background:linear-gradient(145deg,#0f172aa6,#0a101aeb);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.08em}.panel-disabled{opacity:.6}.rule,.subuser,.route{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-width:1px;border-color:#1e293b99;padding:.75rem 1rem;background:linear-gradient(145deg,#0f172aa6,#0a101aeb)}.\!panel .route+.route{margin-top:10px!important}.panel .route+.route{margin-top:10px}.attack-ended{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.75rem;border-width:1px;border-color:#34d39966;background-color:#10b9811a;padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1));animation:attackPulse .35s ease-out}.attack-ended strong{font-size:.875rem;line-height:1.25rem;font-weight:600}.attack-ended span{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.attack-ended.fade{opacity:0;transform:translateY(-6px);transition:opacity .3s ease,transform .3s ease}.has-ended-notice .current-attacks-list .empty{display:none}.has-ended-notice .current-attacks-list .\!empty{display:none!important}.attack-ended.replace{opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}@keyframes attackPulse{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}.route-carpet{border-color:#f973168c;box-shadow:0 0 0 1px #f9731633}.route-long{border-color:#ef4444a6;box-shadow:0 0 0 1px #ef444447;background:linear-gradient(145deg,#3c0e1473,#160a0eeb)}.rule-title{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.rule-meta,.event-meta{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.timeline{display:flex;min-height:260px;flex-direction:column;gap:1rem}.current-attacks-list{display:flex;min-height:260px;flex-direction:column;gap:.75rem}.current-attacks-title{display:inline-flex;align-items:center;gap:.5rem}.live-attack-dot{width:10px;height:10px;border-radius:999px;background:#ef4444;box-shadow:0 0 #ef44448c;animation:liveAttackPulse 1.35s ease-in-out infinite}.live-attack-dot.is-hidden{display:none}@keyframes liveAttackPulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.event{display:flex;align-items:flex-start;gap:.75rem}.dot{margin-top:.375rem;height:.625rem;width:.625rem;--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.dot.warning{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.dot.danger{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.\!empty,.empty{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-grid{display:grid;gap:1rem}@media(min-width:768px){.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.report-card{position:relative;display:flex;flex-direction:column;gap:1rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172aa6;padding:1.25rem;border-radius:16px}.report-card:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;border-radius:16px 0 0 16px;background:linear-gradient(180deg,#38bdf8e6,#0ea5e926)}.report-link{text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.report-link:hover{border-color:#38bdf859;box-shadow:0 18px 32px #02081759;transform:translateY(-2px)}.report-link:focus-visible{outline:2px solid rgba(56,189,248,.7);outline-offset:4px;border-radius:16px}.report-link.unread-admin{border-color:#f59e0b73;box-shadow:0 0 0 1px #f59e0b1f}.report-link.unread-admin:before{background:linear-gradient(180deg,#f59e0be6,#f59e0b33)}.report-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.report-badges{display:flex;align-items:center;gap:.5rem}.report-title{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.report-desc{border-width:1px;border-color:#1e293b99;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1));background:#0f172a73;overflow-wrap:anywhere;word-break:break-word}.report-desc--compact{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1));border:0;padding:0;background:transparent}.ticket-whmcs{border-width:1px;border-color:#1e293bb3;background-color:#0f172a99}.ticket-summary{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom-width:1px;border-color:#1e293bb3;padding-bottom:1rem}.ticket-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.ticket-sub{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-subject{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ticket-badges{display:flex;align-items:center;gap:.5rem}.ticket-meta-grid{margin-top:1rem;display:grid;gap:1rem}@media(min-width:768px){.ticket-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ticket-meta-item{border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172a80;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.ticket-meta-item span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.ticket-meta-item strong{margin-top:.25rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.ticket-meta-item .pill{margin-top:.5rem}.ticket-meta-item small{display:block;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-intro{margin-top:1rem;border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172a80;padding:1rem}.ticket-intro-title{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-intro-body{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));overflow-wrap:anywhere;word-break:break-word}.ticket-thread{margin-top:1.25rem;display:grid;gap:.75rem}.ticket-post{border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#02061799;padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ticket-post.admin{border-color:#38bdf859;background:linear-gradient(160deg,#0c1828e6,#080e1ae6)}.ticket-post.client{border-color:#94a3b840;background:linear-gradient(160deg,#0f172ad9,#090e1ae6)}.ticket-post.internal{border-color:#f8717173;background:linear-gradient(160deg,#7f1d1d99,#581c1ccc)}.ticket-post-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-post-left{display:flex;align-items:center;gap:.5rem}.ticket-role{border-radius:9999px;background-color:#1e293bb3;padding:.25rem .625rem;font-size:10px;font-weight:600;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ticket-role.internal{background:#f8717133;color:#fecaca}.ticket-author{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));text-transform:none;letter-spacing:normal}.ticket-time{font-size:10px;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.ticket-post-body{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap}.ticket-post-body ul{margin-left:1.25rem;margin-top:.5rem;list-style-type:disc}.ticket-post-body ol{margin-left:1.25rem;margin-top:.5rem;list-style-type:decimal}.ticket-post-body li+li{margin-top:4px}.ticket-post-body blockquote{margin-top:.5rem;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1));padding-left:.75rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.ticket-post-body a{color:#38bdf8;text-decoration:underline}.ticket-reply{margin-top:1.25rem;display:grid;gap:.75rem}.ticket-reply textarea{width:100%;border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.ticket-reply textarea:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.ticket-reply textarea{background:linear-gradient(150deg,#080e1ae6,#0c1220bf);min-height:120px;border-radius:12px}.ticket-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.ticket-toolbar{margin-top:1rem}.ticket-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172a99;padding:.5rem .75rem}.ticket-tab{border-radius:.5rem;border-width:1px;border-color:transparent;padding:.375rem .75rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));background:#0f172a99}.ticket-tab.active{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));border-color:#3b82f673;background:#1e40af40}.ticket-tab:disabled{opacity:.4;cursor:not-allowed}.ticket-editor{margin-top:.75rem;border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172a99;padding:.5rem .75rem}.ticket-editor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ticket-editor-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border-width:1px;border-color:#334155b3;padding:.375rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));background:#0f172ab3}.ticket-editor-btn.preview,.ticket-editor-btn.\!preview{border-color:#06b6d466;--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.ticket-editor-btn.preview{background:#0e749040}.ticket-editor-btn.\!preview{background:#0e749040!important}.ticket-preview{margin-top:.75rem;border-radius:.5rem;border-width:1px;border-color:#1e293bb3;background-color:#020617b3;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ticket-panel{margin-top:1rem;border-radius:.75rem;border-width:1px;border-color:#1e293bb3;background-color:#0f172a99;padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.ticket-panel h4{margin-bottom:.75rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-mini{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.5rem;border-width:1px;border-color:#1e293bb3;background-color:#02061799;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ticket-mini+.ticket-mini{margin-top:10px}.ticket-mini strong{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.ticket-mini span{margin-left:.5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-mini small{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.ticket-log-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.5rem;border-width:1px;border-color:#1e293bb3;background-color:#02061799;padding:.5rem .75rem}.ticket-log-row+.ticket-log-row{margin-top:10px}.ticket-log-row strong{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.ticket-log-row span{margin-left:.5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ticket-log-row small{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.ticket-section{display:none}.ticket-section.is-active{display:block}.report-message.admin{border-color:#38bdf859;background:linear-gradient(150deg,#0c1828bf,#080e1af2);align-self:flex-end}.report-role.admin{background:#38bdf833;color:#bae6fd}.report-role.user{background:#94a3b833;color:#e2e8f0}.report-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}@media(min-width:768px){.report-full,.report-notes{grid-column:span 3 / span 3}}.report-actions{display:flex;justify-content:flex-end;gap:.5rem;grid-column:1 / -1}.report-reply .report-actions{justify-content:flex-end}.report-close{display:flex;justify-content:flex-end}.ghost.active{color:#e0f2fe;border-color:#38bdf880;background:#0e749059}.report-error{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.modal-card.report-modal{max-width:40rem}.search-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.search-bar input[type=search]{border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.search-bar input[type=search]:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.search-bar input[type=search]{min-width:240px;background:linear-gradient(150deg,#080e1ae6,#0c1220bf)}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.form-grid input,.form-grid select,.form-grid textarea{background:linear-gradient(150deg,#080e1ae6,#0c1220bf)}select{padding:10px 12px;border-radius:12px;border:1px solid var(--panel-border);background:var(--bg-tertiary);color:var(--text-primary);font-family:inherit}.inline-form select{min-width:220px;height:42px}.inline-form input{min-width:200px;height:42px}.inline-form .ip-search{width:100%;border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.inline-form .ip-search:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.inline-form .ip-search{min-width:220px;height:42px;background:linear-gradient(150deg,#080e1ae6,#0c1220bf)}.inline-form .ip-search::-moz-placeholder{color:#94a3b8d9}.inline-form .ip-search::placeholder{color:#94a3b8d9}body[data-theme=light] .inline-form .ip-search{background:#f8fafc;color:#0f172a;border-color:#0f172a1f}.inline-form.label-form input{min-width:180px}.label-form{display:inline-flex;align-items:center;gap:.5rem;margin-top:6px;padding:4px 6px;border-radius:999px;border:1px solid rgba(148,163,184,.25);background:#0f172a8c}.label-form input{min-width:160px;height:30px;padding:0 10px;border-radius:999px;border:none;background:transparent;color:#e2e8f0;font-size:12.5px}.label-form input::-moz-placeholder{color:#94a3b8bf}.label-form input::placeholder{color:#94a3b8bf}.label-form input:focus{outline:none;box-shadow:none}.label-form .ghost{height:28px;padding:0 10px;border-radius:999px;font-size:10px;letter-spacing:.2em}body[data-theme=light] .label-form{background:#f8fafcf2;border-color:#0f172a1f}body[data-theme=light] .label-form input{color:#0f172a}.checkbox{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.auth-form .checkbox{display:flex;align-items:center;gap:.75rem}.checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:6px;border:1px solid var(--panel-border);background:var(--bg-tertiary);display:inline-grid;place-items:center;padding:0;margin:0}.checkbox input[type=checkbox]:after{content:"";width:10px;height:10px;border-radius:3px;background:#fff;transform:scale(0);transition:transform .15s ease}.checkbox input[type=checkbox]:checked{background:var(--accent-strong);border-color:var(--accent-strong)}.checkbox input[type=checkbox]:checked:after{transform:scale(1)}.auth-errors{margin-top:.75rem;border-width:1px;border-color:#f43f5e66;background-color:#f43f5e1a;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.auth-success{margin-top:.75rem;border-width:1px;border-color:#10b98166;background-color:#10b9811a;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.primary{display:inline-flex;align-items:center;justify-content:center;padding:.375rem 1rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:12px;border:1px solid rgba(56,189,248,.5);background:linear-gradient(135deg,#38bdf8,#22d3ee);box-shadow:0 10px 20px -18px #38bdf8cc;min-height:32px}.primary.danger{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));border-color:#f8717199;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 20px -18px #ef4444a6}.primary.compact{padding:.25rem .75rem;font-size:10px;letter-spacing:.12em;min-height:28px}.primary:hover{filter:brightness(1.05);transform:translateY(-1px)}.primary:active{transform:translateY(0)}.ghost{display:inline-flex;align-items:center;justify-content:center;border-width:1px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:10px;border-color:#94a3b840;background:#0f172a73}.ghost.compact{padding:.375rem .625rem;font-size:10px;letter-spacing:.14em;min-height:30px}.ghost:hover{background:#1e293b99;border-color:#94a3b866}.ghost.danger{--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1));border-color:#f8717180;background:#7f1d1d2e}.ghost.danger:hover{background:#7f1d1d4d}.report-trigger{gap:.5rem}.warn-icon{display:inline-flex;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.warn-icon svg{width:16px;height:16px;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.inline-form{display:flex;align-items:center;gap:.5rem}.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.page-links{display:flex;flex-wrap:wrap;gap:.5rem}.page{border-width:1px;padding:.375rem .625rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.page:hover{background-color:#1e293bb3}.page{border-radius:10px;border-color:#94a3b840}.page.active{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity, 1))}.page.disabled{opacity:.5}.page.ellipsis{border-color:transparent;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.graph-box{position:relative;overflow:hidden;border-width:1px;--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1));background-color:#0f172a99;height:260px;min-height:260px;max-height:260px}.graph-box img{display:block;height:100%;width:100%;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;-o-object-fit:contain;object-fit:contain}.graph-box img.is-ready{opacity:1}.chart-frame{padding-top:.5rem;padding-bottom:.5rem;padding-left:0;padding-right:0;width:100%;margin:0;background:transparent;border-radius:0;border:0;box-shadow:none}.chart-canvas{width:100%!important;height:300px!important;display:block}.graph-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#020617b3;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.wansight-panel{width:min(100%,1060px);margin:0 auto 26px;align-self:center;padding:18px!important}.wansight-panel--single{width:min(100%,960px)}.wansight-grid{display:grid;grid-template-columns:minmax(0,860px) minmax(0,220px);gap:20px;align-items:start}.wansight-grid--single{grid-template-columns:minmax(0,920px);justify-content:start}.wansight-graph-card{border-width:1px;border-color:#1e293b99;background:#fff;border-radius:16px;padding:8px;box-shadow:inset 0 0 0 1px #0f172a0f}.wansight-graph{display:block;width:100%;height:auto;max-width:920px;border-radius:12px}.wansight-side-card .placeholder-block{width:100%;height:100%;flex:1;border-radius:12px;border:0;position:relative;overflow:hidden;background-image:repeating-linear-gradient(135deg,#94a3b829 0 10px,#94a3b80d 10px 20px)}.wansight-side-card .placeholder-block:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(148,163,184,.12),transparent 55%);opacity:.65}@media(max-width:1250px){.wansight-panel{width:100%;margin:0 0 24px;padding:16px!important}.wansight-grid{grid-template-columns:1fr}}.wansight-panel .panel-header{width:100%;max-width:100%;margin:0;padding:0}.graph-loader.hidden{pointer-events:none;opacity:0}.spinner{height:1.25rem;width:1.25rem}@keyframes spin{to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite;border-width:2px;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1));--tw-border-opacity: 1;border-top-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.graph-loader.\!modal{pointer-events:none;opacity:0}.\!modal{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center}.graph-loader.modal{pointer-events:none;opacity:0}.modal{position:fixed;inset:0;z-index:50;display:none;align-items:center;justify-content:center}.\!modal.open,.modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background-color:#020617cc}.modal-card{position:relative;z-index:10;display:flex;max-height:82vh;width:92vw;max-width:48rem;flex-direction:column;gap:1.25rem;overflow-y:auto;border-width:1px;border-color:#1e293bb3;padding:1.5rem 1.75rem;background:linear-gradient(150deg,#0f172ad9,#090f1af2);box-shadow:0 26px 60px -45px #38bdf8b3}.modal-fields{display:grid;gap:1rem}@media(min-width:768px){.modal-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.modal-fields input{width:100%;border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.modal-fields input:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.modal-fields input{height:42px;background:linear-gradient(150deg,#080e1ae6,#0c1220bf)}.modal-fields input::-moz-placeholder{color:#94a3b8d9}.modal-fields input::placeholder{color:#94a3b8d9}body[data-theme=light] .modal-fields input{background:#f8fafc;color:#0f172a;border-color:#0f172a1f}.modal-card.perm-modal{width:min(96vw,84rem);max-width:84rem;max-height:none;overflow:visible;padding:16px 18px}.modal-card.confirm-modal{max-width:460px;padding:18px 20px}.modal-card.onboarding-modal{max-width:720px;padding:18px 20px;gap:14px;max-height:none;overflow:visible}.onboarding-dot{width:8px;height:8px;border-radius:999px;background:#94a3b84d}.onboarding-dot.active{background:#38bdf8e6}.onboarding-step.active{display:grid}.onboarding-step .ghost{justify-self:start}.onboarding-preview-card.active{display:block;border-color:#38bdf8bf}body[data-theme=light] .onboarding-dot{background:#0f172a33}body[data-theme=light] .onboarding-dot.active{background:#2563ebcc}.onboarding-overlay{pointer-events:none;position:fixed;inset:0;z-index:90}.onboarding-tooltip{pointer-events:auto;position:absolute;width:340px;border-radius:1rem;border-width:1px;border-color:#334155b3;background-color:#0f172af2;padding:1rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1));box-shadow:0 20px 50px -30px #38bdf8cc}.onboarding-spotlight{pointer-events:none;position:fixed;border:2px solid rgba(56,189,248,.9);box-shadow:0 0 0 9999px #020617b8;transition:all .2s ease;opacity:0}.onboarding-top{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.onboarding-dots{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.onboarding-tooltip .ghost{margin-top:10px}.onboarding-controls{margin-top:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}body.onboarding-active{overflow:hidden}body[data-theme=light] .onboarding-tooltip{background:#fff;color:#0f172a;border-color:#0f172a2e;box-shadow:0 20px 50px -30px #2563eb66}.confirm-modal .modal-header{align-items:flex-start}.confirm-modal .modal-footer{justify-content:flex-end;gap:.5rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-footer{display:flex;justify-content:flex-end}.modal-label{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.perm-modal .modal-label{margin-top:.25rem}.toggle-grid{display:grid;gap:.75rem}@media(min-width:640px){.toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.toggle-grid.fancy{display:grid;gap:.75rem}@media(min-width:640px){.toggle-grid.fancy{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.toggle-grid.fancy{grid-template-columns:repeat(3,minmax(0,1fr))}}.toggle-grid.compact{display:grid;gap:.75rem}@media(min-width:640px){.toggle-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}.toggle-grid.filters{display:grid;gap:.75rem}@media(min-width:640px){.toggle-grid.filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1280px){.toggle-grid.filters{grid-template-columns:repeat(3,minmax(0,1fr))}}.perm-modal .toggle-grid.compact,.perm-modal .toggle-grid.filters{gap:10px}.perm-modal .toggle-grid.filters,.perm-modal .toggle-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}@media(min-width:1280px){.perm-modal .toggle-grid.filters,.perm-modal .toggle-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:980px){.perm-modal .toggle-grid.filters,.perm-modal .toggle-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.perm-modal .toggle-grid.filters,.perm-modal .toggle-grid.compact{grid-template-columns:repeat(1,minmax(0,1fr))}}.switch-row{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:.75rem;border-width:1px;border-color:#1e293b99;padding:.875rem 1rem;background:linear-gradient(150deg,#0f172aa6,#090f1ae6)}.filter-grid .switch-row.is-on{border-color:#22c55e99;background:linear-gradient(150deg,#10b98124,#064e3b66)}.filter-grid .switch-row.is-off{border-color:#f8717180;background:linear-gradient(150deg,#f871711a,#7f1d1d59)}.filter-grid .switch-row.is-on .switch-track{background:#22c55e59}.filter-grid .switch-row.is-off .switch-track{background:#f8717133}.filter-grid .switch-row.is-on .switch-label{color:#86efac}.filter-grid .switch-row.is-off .switch-label{color:#fecaca}.switch-row.perm{align-items:center;gap:.75rem;padding:.75rem 1rem;grid-template-columns:auto auto minmax(0,1fr) auto}.perm-modal .switch-row.perm{padding:7px 9px;grid-template-columns:auto auto minmax(0,1fr);align-items:start;row-gap:4px;gap:6px}.perm-modal .switch-label{font-size:11px}.perm-modal .switch-state{font-size:9px}.switch-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.switch-track{position:relative;height:1.5rem;width:3rem;--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.switch-thumb{position:absolute;left:.25rem;top:.25rem;height:1rem;width:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.switch-input:checked+.switch-track{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.filter-grid .switch-row.is-on .switch-input:checked+.switch-track{background:#22c55e}.switch-input:checked+.switch-track .switch-thumb{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.switch-label{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.switch-row.perm .switch-label{min-width:0}.switch-state{font-size:11px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.switch-row.perm .switch-state{justify-self:end;border-width:1px;border-color:#334155b3;padding:.25rem .5rem;font-size:10px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1));background:#0f172a59;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.filter-grid .switch-row.is-on .switch-state{border-color:#22c55e8c;color:#22c55e;background:#10b9812e}.filter-grid .switch-row.is-off .switch-state{border-color:#f8717180;color:#f87171;background:#f871711f}.perm-modal .switch-row.perm .switch-state{padding:.25rem .5rem;font-size:9px;letter-spacing:.14em;grid-column:2 / -1;justify-self:start;max-width:none;white-space:normal}.switch-row.perm.panel-disabled .switch-state{border-color:#1e293b99;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));background:#0f172a33}.ruleset-grid{display:grid;gap:.75rem}@media(min-width:640px){.ruleset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ruleset-card{display:flex;flex-direction:column;gap:.5rem;border-width:1px;border-color:#1e293b99;padding:.875rem 1rem;background:linear-gradient(150deg,#0f172aa6,#090f1ae6)}.ruleset-card.active{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));background:linear-gradient(150deg,#0e749040,#06b6d414)}.ruleset-id{font-size:10px;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.ruleset-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.ruleset-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.aggr-inline{display:flex;flex-direction:column;gap:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1));background-color:#0f172a99;padding:1rem}.aggr-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.aggr-meta{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.aggr-meta.compact{display:flex;align-items:center;gap:.75rem}.auth-panel{margin-left:auto;margin-right:auto;display:grid;max-width:72rem;align-items:flex-start;gap:1.5rem}@media(min-width:1024px){.auth-panel{grid-template-columns:minmax(0,1fr) minmax(0,.8fr)}}.auth-card{display:flex;flex-direction:column;gap:1rem;border-width:1px;border-color:#1e293bb3;padding:1.5rem;background:linear-gradient(150deg,#0f172acc,#090f1af2);box-shadow:0 26px 60px -45px #38bdf8b3}.security-grid{display:grid;gap:1.5rem}@media(min-width:1280px){.security-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.security-card{display:flex;flex-direction:column;gap:1rem;border-width:1px;border-color:#1e293b99;background-color:#0f172a99;padding:1.25rem}.security-grid.compact{gap:1rem}.security-card.compact{gap:.75rem;padding:1rem}.security-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.security-meta{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.security-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.security-actions input{border-width:1px;border-color:#33415599;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.security-actions input:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.security-actions input{background:linear-gradient(150deg,#080e1ae6,#0c1220bf);min-width:220px}.security-divider{border-top-width:1px;border-color:#1e293b99}.security-code{overflow-wrap:break-word;border-width:1px;border-color:#1e293bb3;background-color:#020617b3;padding:.5rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.security-note{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.qr-block{display:flex;flex-direction:column;gap:.75rem;border-width:1px;border-color:#1e293b99;background-color:#0f172ab3;padding:1rem}.qr-frame{display:inline-flex;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;width:180px;height:180px}.qr-block.compact{padding:.75rem}.qr-frame.small{width:140px;height:140px}.twofa-grid{display:grid;align-items:flex-start;gap:1rem}@media(min-width:768px){.twofa-grid{grid-template-columns:160px 1fr}}.twofa-details{display:flex;flex-direction:column;gap:1rem}.twofa-meta{display:grid;gap:.75rem}@media(min-width:768px){.twofa-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}.twofa-confirm{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.twofa-confirm input{width:10rem;border-width:1px;border-color:#33415599;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.twofa-confirm input:focus{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(34 211 238 / .6)}.twofa-confirm input{background:linear-gradient(150deg,#080e1ae6,#0c1220bf)}.code-list{display:flex;flex-wrap:wrap;gap:.5rem}.auth-header h1{font-size:1.875rem;line-height:2.25rem;font-weight:600}.auth-header p{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.auth-meta{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form input{width:100%;border-width:1px;--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));background-color:#02061799;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.auth-form input:focus{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1))}.auth-hint{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));margin-top:-6px}.auth-footer{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;line-height:1.25rem;text-transform:uppercase;letter-spacing:.18em}.auth-highlights{display:flex;flex-direction:column;gap:1rem;border-width:1px;border-color:#1e293bb3;padding:1.5rem;background:linear-gradient(150deg,#0f172abf,#090f1ae6)}.auth-highlights h2{font-size:1.125rem;line-height:1.75rem;font-weight:600}.auth-highlights p{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.auth-brand{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.auth-logo{height:2.5rem;width:2.5rem;-o-object-fit:contain;object-fit:contain}.auth-brand-title{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.auth-brand-subtitle{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em;--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.link{--tw-text-opacity: 1;color:rgb(165 243 252 / var(--tw-text-opacity, 1));text-decoration-line:underline;text-underline-offset:4px}.link:hover{--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity, 1))}.ip-row,.user-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1));background-color:#0f172a99;padding:.75rem 1rem}.user-badges{display:flex;flex-direction:column;gap:6px;align-items:center;min-width:110px}.subuser-card{display:grid;gap:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1));background-color:#0f172a99;padding:1rem}.speed-pill{margin-left:.5rem}.bg-orbits{position:fixed;inset:0;pointer-events:none;opacity:.4}.bg-orbits span{position:absolute;border:1px solid rgba(148,163,184,.15);border-radius:999px;animation:orbit 120s linear infinite}.bg-orbits span:nth-child(1){width:720px;height:720px;top:-240px;right:-120px}.bg-orbits span:nth-child(2){width:480px;height:480px;bottom:-180px;right:20%;animation-duration:90s}.bg-orbits span:nth-child(3){width:620px;height:620px;bottom:-260px;left:-120px;animation-duration:110s}.subuser-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;row-gap:8px}.perm-tags,.profile-tags{display:flex;flex-wrap:wrap;gap:.5rem}.assigned-ips{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;border-top-width:1px;border-color:#1e293b99;padding-top:.5rem}.ip-chip{font-size:10px;letter-spacing:.18em;background:#0f172a8c;border-color:#fbbf2473}.stack{display:flex;flex-direction:column;gap:1.5rem}.pill{display:inline-flex;align-items:center;gap:.25rem;border-left-width:4px;border-color:transparent;background-color:#0f172a66;padding:.25rem .625rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.pill.success{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1));background-color:#10b98126;--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.pill.warning{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1));background-color:#f59e0b26;--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.pill.carpet{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1));background-color:#f9731633;--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.pill.danger{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1));background-color:#f43f5e26;--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.pill.neutral{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1));background-color:#64748b26;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.pill.purple{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity, 1));background-color:#8b5cf626;--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.attack-pill{display:inline-flex;align-items:center;border-left-width:4px;border-color:transparent;background-color:#0f172a66;padding:.25rem .625rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.attack-pill.success{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1));background-color:#10b98126;--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.attack-pill.warning{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1));background-color:#f59e0b26;--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.attack-pill.carpet{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1));background-color:#f9731633;--tw-text-opacity: 1;color:rgb(254 215 170 / var(--tw-text-opacity, 1))}.attack-pill.danger{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1));background-color:#f43f5e26;--tw-text-opacity: 1;color:rgb(254 205 211 / var(--tw-text-opacity, 1))}.attack-logs-panel{display:flex;flex-direction:column;gap:.75rem;min-height:320px}.attack-list.compact{display:flex;flex-direction:column;gap:.75rem;min-height:240px}.attack-row.compact{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-width:1px;border-color:#1e293b99;padding:.75rem 1rem;background:linear-gradient(145deg,#0f172aa6,#0a101aeb)}.attack-list.compact+.pagination{margin-top:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-1{bottom:.25rem}.end-0{inset-inline-end:0px}.start-0{inset-inline-start:0px}.top-1{top:.25rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-mb-px{margin-bottom:-1px}.-me-2{margin-inline-end:-.5rem}.-ml-8{margin-left:-2rem}.-ml-px{margin-left:-1px}.-mt-\[4\.9rem\]{margin-top:-4.9rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.ml-1{margin-left:.25rem}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[335\/376\]{aspect-ratio:335/376}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-9{height:2.25rem}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[448px\]{width:448px}.w-auto{width:auto}.w-full{width:100%}.max-w-7xl{max-width:80rem}.max-w-\[335px\]{max-width:335px}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.origin-top{transform-origin:top}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-\[\#19140035\]{border-color:#19140035}.border-\[\#e3e3e0\]{--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-\[\#1b1b18\]{--tw-bg-opacity: 1;background-color:rgb(27 27 24 / var(--tw-bg-opacity, 1))}.bg-\[\#FDFDFC\]{--tw-bg-opacity: 1;background-color:rgb(253 253 252 / var(--tw-bg-opacity, 1))}.bg-\[\#dbdbd7\]{--tw-bg-opacity: 1;background-color:rgb(219 219 215 / var(--tw-bg-opacity, 1))}.bg-\[\#fff2f2\]{--tw-bg-opacity: 1;background-color:rgb(255 242 242 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.fill-current{fill:currentColor}.p-2{padding:.5rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-3{padding-bottom:.75rem}.pe-4{padding-inline-end:1rem}.ps-3{padding-inline-start:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.text-start{text-align:start}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-\[20px\]{line-height:20px}.leading-normal{line-height:1.5}.tracking-widest{letter-spacing:.1em}.text-\[\#1b1b18\]{--tw-text-opacity: 1;color:rgb(27 27 24 / var(--tw-text-opacity, 1))}.text-\[\#706f6c\]{--tw-text-opacity: 1;color:rgb(112 111 108 / var(--tw-text-opacity, 1))}.text-\[\#F53003\],.text-\[\#f53003\]{--tw-text-opacity: 1;color:rgb(245 48 3 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 0px 1px 0px rgba(0,0,0,.03),0px 1px 2px 0px rgba(0,0,0,.06);--tw-shadow-colored: 0px 0px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\]{--tw-shadow: inset 0px 0px 0px 1px rgba(26,26,0,.16);--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.\!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)!important}.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,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-300{transition-delay:.3s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--panel-border: rgba(148, 163, 184, .18)}body[data-theme=light]{--panel-border: rgba(28, 30, 36, .14)}body{background:var(--bg-primary);color:var(--text-primary);font-family:Manrope,sans-serif}.app-shell{background:var(--bg-primary);color:var(--text-primary)}.sidebar{background:var(--bg-secondary);border-right:1px solid var(--panel-border);box-shadow:var(--shadow)}.nav-label,.brand-subtitle,.stat-label,.stat-meta{color:var(--text-secondary)}.nav-item{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid transparent;box-shadow:var(--shadow)}.nav-item.active{background:linear-gradient(135deg,#2f80ed2e,#5fe3c02e);color:var(--text-primary);border-color:var(--panel-border)}.theme-toggle{background:var(--bg-secondary);color:var(--text-secondary);border-color:var(--panel-border)}.hero,.panel{background:var(--bg-secondary);border:1px solid var(--panel-border);box-shadow:var(--shadow);color:var(--text-primary)}.stat-card{background:var(--card);border:1px solid var(--panel-border);box-shadow:var(--shadow);color:var(--text-primary)}.form-grid input,.form-grid select,.form-grid textarea{background:var(--card);border-color:var(--panel-border);color:var(--text-primary)}body[data-theme=light] .bg-orbits span{border-color:#0f172a1a}body[data-theme=light] .nav-item{color:var(--text-secondary)}body[data-theme=light] .nav-icon{color:#64748b}body[data-theme=light] .nav-item.active .nav-icon{color:#2563eb}body[data-theme=light] .sidebar-meta{color:#64748b}body[data-theme=light] .sidebar-meta-value{color:#1f2937}body[data-theme=light] .notif-bell{background:var(--bg-secondary);border-color:var(--panel-border);color:#0f172a;box-shadow:var(--shadow)}body[data-theme=light] .notif-dot{box-shadow:0 0 0 3px #f5f1ea}body[data-theme=light] .topbar-shell{background:var(--bg-secondary);border-color:var(--panel-border);box-shadow:var(--shadow);border-left:0;border-right:0;border-radius:0}body[data-theme=light] .topbar-left{color:#64748b}body[data-theme=light] .crumb-label{color:#0f172a}body[data-theme=light] .notif-dropdown{background:#fff;border-color:var(--panel-border);box-shadow:var(--shadow)}body[data-theme=light] .notif-title{color:#0f172a}body[data-theme=light] .notif-sub{color:#64748b}body[data-theme=light] .notif-item{background:#f8fafc;border-color:#94a3b83d}body[data-theme=light] .notif-item:hover{background:#fff;border-color:#94a3b866}body[data-theme=light] .notif-content{color:#0f172a}body[data-theme=light] .notif-meta{color:#64748b}body[data-theme=light] .notif-clear,body[data-theme=light] .notif-dismiss{color:#64748b;border-color:#94a3b859}body[data-theme=light] .notif-link{color:#0f172a;border-color:#94a3b859}body[data-theme=light] .notif-icon{background:#2563eb1f;border-color:#2563eb33;color:#1d4ed8}body[data-theme=light] .sidebar-notifications{background:var(--bg-secondary);border-color:var(--panel-border);box-shadow:var(--shadow)}body[data-theme=light] .sidebar-notifications-header{color:#94a3b8}body[data-theme=light] .sidebar-notifications-body{color:#1f2937}body[data-theme=light] .sidebar-notifications-body .empty{color:#94a3b8}body[data-theme=light] .stat-count,body[data-theme=light] .stat-count-number,body[data-theme=light] .stat-card h3{color:var(--text-primary)}body[data-theme=light] .stat-unit{color:#475569}body[data-theme=light] .stat-icon{background:#0f172a0d;border-color:#0f172a1f;color:#0f172a}body[data-theme=light] .stat-icon-ips{background:#2563eb1f;border-color:#2563eb59;color:#1d4ed8}body[data-theme=light] .stat-card.stat-ips:before{background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 60%)}body[data-theme=light] .stat-card.stat-ips:after{background:linear-gradient(180deg,#2563ebb3,#2563eb1f)}body[data-theme=light] .stat-icon-attack{background:#dc26261f;border-color:#dc262659;color:#b91c1c}body[data-theme=light] .stat-icon-report{background:#10b9811f;border-color:#10b98159;color:#047857}body[data-theme=light] .stat-chip{background:#0f172a0d;border-color:#0f172a1a;color:#1f2937}body[data-theme=light] .stat-divider{background:#0f172a1f}body[data-theme=light] .nav-section{border-top-color:#0f172a14}body[data-theme=light] .nav-sub{border-left-color:#0f172a1f}body[data-theme=light] .nav-sub .nav-item{border-color:var(--panel-border);background:#fff}body[data-theme=light] .hero,body[data-theme=light] .panel,body[data-theme=light] .stat-card,body[data-theme=light] .security-card,body[data-theme=light] .auth-card,body[data-theme=light] .rule,body[data-theme=light] .subuser,body[data-theme=light] .route,body[data-theme=light] .ruleset-card,body[data-theme=light] .switch-row,body[data-theme=light] .graph-box,body[data-theme=light] .modal-card{background:var(--card);border-color:var(--panel-border);color:var(--text-primary);box-shadow:var(--shadow)}body[data-theme=light] .search-bar input[type=search]{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}body[data-theme=light] .search-bar input[type=search]::-moz-placeholder{color:#64748b}body[data-theme=light] .search-bar input[type=search]::placeholder{color:#64748b}body[data-theme=light] .chart-frame{background:transparent;border-color:transparent;box-shadow:none}body[data-theme=light] .stat-card.stat-attack{background:linear-gradient(150deg,#fffffff2,#ecf2f8eb)}body[data-theme=light] .stat-card.stat-attack:before{background:radial-gradient(circle at top left,rgba(47,128,237,.18),transparent 60%)}body[data-theme=light] .stat-card.stat-attack:after{background:linear-gradient(180deg,#2f80eda6,#2f80ed33)}body[data-theme=light] .auth-form input{background:#fff;border-color:#0f172a24;color:#0f172a}body[data-theme=light] .auth-form input::-moz-placeholder{color:#94a3b8}body[data-theme=light] .auth-form input::placeholder{color:#94a3b8}body[data-theme=light] .auth-highlights{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}body[data-theme=light] .auth-highlights h2{color:#0f172a}body[data-theme=light] .auth-highlights p{color:#475569}body[data-theme=light] .link{color:#1d4ed8}body[data-theme=light] .link:hover{color:#1e40af}body[data-theme=light] .stat-label,body[data-theme=light] .stat-meta,body[data-theme=light] .panel-note,body[data-theme=light] .rule-meta,body[data-theme=light] .event-meta,body[data-theme=light] .empty,body[data-theme=light] .chart-kicker,body[data-theme=light] .chart-range,body[data-theme=light] .switch-state,body[data-theme=light] .stat-muted,body[data-theme=light] .stat-live-meta{color:var(--text-secondary)}body[data-theme=light] .rule-title,body[data-theme=light] .chart-title,body[data-theme=light] .stat-live-ip,body[data-theme=light] .stat-live{color:var(--text-primary)}body[data-theme=light] .placeholder-block{border-color:#1c1e241f;background-image:repeating-linear-gradient(135deg,#1c1e2414 0 6px,#1c1e2408 6px 12px)}body[data-theme=light] .graph-loader{background:#ffffffbf;color:var(--text-secondary)}body[data-theme=light] .spinner{border-color:#1c1e2440;border-top-color:#2f80ed}body[data-theme=light] .ghost,body[data-theme=light] .page{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--panel-border)}body[data-theme=light] .ghost:hover,body[data-theme=light] .page:hover{background:#2f80ed14}body[data-theme=light] .ghost.danger{background:#f8717114;color:#991b1b;border-color:#f8717166}body[data-theme=light] .ghost.danger:hover{background:#f8717129}body[data-theme=light] .page.active{background:#2f80ed;border-color:#2f80ed;color:#fff}body[data-theme=light] .page.ellipsis{color:var(--text-secondary)}body[data-theme=light] .pill.carpet{background:#fb923c33;color:#9a3412;border-color:#fb923ca6}body[data-theme=light] .switch-track{background:#0f172a26}body[data-theme=light] .switch-input:checked+.switch-track{background:#2f80ed}body[data-theme=light] .filter-grid .switch-row.is-on{border-color:#22c55e80;background:#22c55e14}body[data-theme=light] .filter-grid .switch-row.is-off{border-color:#f8717180;background:#f8717114}body[data-theme=light] .filter-grid .switch-row.is-on .switch-track{background:#22c55e40}body[data-theme=light] .filter-grid .switch-row.is-off .switch-track{background:#f8717133}body[data-theme=light] .filter-grid .switch-row.is-on .switch-label{color:#166534}body[data-theme=light] .filter-grid .switch-row.is-off .switch-label{color:#991b1b}body[data-theme=light] .filter-grid .switch-row.is-on .switch-input:checked+.switch-track{background:#16a34a}body[data-theme=light] .filter-grid .switch-row.is-on .switch-state{border-color:#22c55e80;color:#16a34a;background:#22c55e1f}body[data-theme=light] .filter-grid .switch-row.is-off .switch-state{border-color:#f8717173;color:#b91c1c;background:#f871711a}body[data-theme=light] .switch-thumb{background:#fff}body[data-theme=light] .modal-backdrop{background:#0f172a66}body[data-theme=light] .ip-row,body[data-theme=light] .user-row,body[data-theme=light] .subuser-card,body[data-theme=light] .route{background:#f8fafc;border-color:var(--panel-border);box-shadow:none;color:var(--text-primary)}body[data-theme=light] .route-alert{border-color:#f59e0b80;box-shadow:0 0 0 1px #f59e0b33}body[data-theme=light] .live-attack-dot{background:#dc2626;box-shadow:0 0 #dc262680}body[data-theme=light] .attack-ended{border-color:#10b98173;background:#10b9811f;color:#0f5132}body[data-theme=light] .attack-ended span{color:#15803d}body[data-theme=light] .route-carpet{border-color:#fb923c99;box-shadow:0 0 0 1px #fb923c40}body[data-theme=light] .route-long{border-color:#ef44448c;box-shadow:0 0 0 1px #ef444440;background:#fee2e2b3}body[data-theme=light] .report-card{background:#fff;border-color:var(--panel-border)}body[data-theme=light] .report-link:hover{border-color:#3b82f659;box-shadow:0 14px 28px #0f172a1f}body[data-theme=light] .report-link.unread-admin{border-color:#f59e0b8c;box-shadow:0 0 0 1px #f59e0b33}body[data-theme=light] .ticket-whmcs{background:#fff;border-color:var(--panel-border)}body[data-theme=light] .ticket-summary{border-bottom-color:#94a3b859}body[data-theme=light] .ticket-title{color:#0f172a}body[data-theme=light] .ticket-sub,body[data-theme=light] .ticket-meta-item span,body[data-theme=light] .ticket-time{color:#64748b}body[data-theme=light] .ticket-subject,body[data-theme=light] .ticket-intro-body,body[data-theme=light] .ticket-author,body[data-theme=light] .ticket-post-body,body[data-theme=light] .ticket-meta-item strong{color:#0f172a}body[data-theme=light] .ticket-meta-item,body[data-theme=light] .ticket-intro{background:#f8fafc;border-color:var(--panel-border)}body[data-theme=light] .ticket-post{background:#fff;border-color:var(--panel-border)}body[data-theme=light] .ticket-post.admin{background:#eff6ff;border-color:#3b82f64d}body[data-theme=light] .ticket-post.client{background:#f8fafc;border-color:var(--panel-border)}body[data-theme=light] .ticket-role{background:#e2e8f0;color:#1f2937}body[data-theme=light] .ticket-post.internal{background:#fef2f2;border-color:#fecaca}body[data-theme=light] .ticket-role.internal{background:#fee2e2;color:#b91c1c}body[data-theme=light] .ticket-tabs,body[data-theme=light] .ticket-editor,body[data-theme=light] .ticket-security-card{background:#fff;border-color:var(--panel-border)}body[data-theme=light] .ticket-tab{background:#f8fafc;color:#64748b}body[data-theme=light] .ticket-tab.active{color:#1e3a8a;border-color:#3b82f659;background:#e0f2fe}body[data-theme=light] .ticket-editor-btn{background:#f8fafc;color:#1f2937;border-color:var(--panel-border)}body[data-theme=light] .ticket-editor-btn.preview{color:#0f172a;background:#e0f2fe;border-color:#0e749059}body[data-theme=light] .ticket-preview{background:#f8fafc;border-color:var(--panel-border);color:#0f172a}body[data-theme=light] .ticket-panel,body[data-theme=light] .ticket-mini,body[data-theme=light] .ticket-log-row{background:#fff;border-color:var(--panel-border);color:#0f172a}body[data-theme=light] .ticket-panel h4,body[data-theme=light] .ticket-mini span,body[data-theme=light] .ticket-log-row span{color:#64748b}body[data-theme=light] .ticket-mini strong,body[data-theme=light] .ticket-log-row strong{color:#0f172a}body[data-theme=light] .ticket-mini small,body[data-theme=light] .ticket-log-row small{color:#94a3b8}body[data-theme=light] .report-collapsible[open] .report-head{border-bottom-color:#94a3b859}body[data-theme=light] .report-card:before{background:linear-gradient(180deg,#3b82f6e6,#3b82f633)}body[data-theme=light] .report-message{background:#f8fafc;border-color:var(--panel-border);color:#1f2937}body[data-theme=light] .report-message.admin{background:#eff6ff;border-color:#3b82f64d}body[data-theme=light] .report-message-meta{color:#64748b}body[data-theme=light] .report-message-body{color:#0f172a}body[data-theme=light] .report-role{background:#e2e8f0;color:#1f2937}body[data-theme=light] .report-role.admin{background:#bfdbfe;color:#1e3a8a}body[data-theme=light] .report-role.user{background:#e2e8f0;color:#0f172a}body[data-theme=light] .report-author{color:#0f172a}body[data-theme=light] .report-message-time{color:#64748b}body[data-theme=light] .report-desc{background:#f8fafc;border-color:var(--panel-border);color:#0f172a}body[data-theme=light] .report-reply textarea{background:var(--card);border-color:var(--panel-border);color:var(--text-primary)}body[data-theme=light] .report-desc,body[data-theme=light] .report-form label{color:var(--text-secondary)}body[data-theme=light] .report-error{color:#b91c1c}body[data-theme=light] a.rule-title:hover{color:#2f80ed}body[data-theme=light] .switch-row.perm .switch-state{background:#0f172a0d;border-color:#0f172a2e;color:#475569}body[data-theme=light] .switch-row.perm.panel-disabled .switch-state{background:#0f172a08;color:#475569b3}body[data-theme=light] .twofa-confirm input,body[data-theme=light] .security-actions input{background:var(--card);border-color:var(--panel-border);color:var(--text-primary)}body[data-theme=light] .stat-card.stat-attack h3{color:#0f172a}body[data-theme=light] .stat-report{background:linear-gradient(140deg,#fff,#f1f5f9)}body[data-theme=light] .stat-report:before{background:radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 60%)}body[data-theme=light] .stat-report:after{background:linear-gradient(180deg,#3b82f6cc,#3b82f633)}body[data-theme=light] .stat-mini,body[data-theme=light] .stat-card.stat-attack .stat-label,body[data-theme=light] .stat-card.stat-attack .stat-meta,body[data-theme=light] .stat-card.stat-attack .stat-muted{color:#475569}body[data-theme=light] .stat-count{color:#0f172a}body[data-theme=light] .stat-ips-item{background:#94a3b833;border-color:#94a3b866;color:#1f2937}body[data-theme=light] .assigned-ips{border-color:#94a3b859}body[data-theme=light] .ip-chip{background:#fbbf242e;border-color:#fb923c73;color:#7c2d12}body[data-theme=light] .warn-icon{color:#f59e0b}body[data-theme=light] .pill,body[data-theme=light] .attack-pill{background:#0f172a0f;color:#1f2937;border-color:#0f172a40}body[data-theme=light] .pill.success,body[data-theme=light] .attack-pill.success{background:#10b9811f;color:#065f46;border-color:#10b98173}body[data-theme=light] .pill.warning,body[data-theme=light] .attack-pill.warning{background:#f59e0b24;color:#92400e;border-color:#f59e0b80}body[data-theme=light] .pill.carpet,body[data-theme=light] .attack-pill.carpet{background:#fb923c2e;color:#9a3412;border-color:#fb923c99}body[data-theme=light] .pill.danger,body[data-theme=light] .attack-pill.danger{background:#ef44441f;color:#991b1b;border-color:#ef444473}body[data-theme=light] .pill.neutral,body[data-theme=light] .attack-pill.neutral{background:#4755691f;color:#334155;border-color:#47556966}body[data-theme=light] .ghost.active{color:#0f172a;border-color:#2563eb59;background:#2563eb1f}.notif-item{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:12px;border:1px solid rgba(30,41,59,.7);border-radius:14px;background:#0f172a8c}.notif-item:hover{border-color:#334155e6;background:#0f172ad9}.notif-icon{width:36px;height:36px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#e2e8f0;background:#38bdf81f;border:1px solid rgba(56,189,248,.2);flex-shrink:0;align-self:flex-start}.notif-icon svg,.notif-item svg,.notif-dropdown svg{width:18px;height:18px;display:block}.notif-content{min-width:0;display:flex;flex-direction:column;gap:4px;font-size:14px;color:#e2e8f0}.notif-title-row{display:flex;align-items:center;gap:10px}.notif-title-row strong{min-width:0;overflow-wrap:anywhere}.notif-meta{margin-left:auto;font-size:12px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.notif-message{color:#cbd5e1;line-height:1.35;overflow-wrap:anywhere}.notif-actions{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap}.notif-list{scrollbar-width:none;-ms-overflow-style:none}.notif-list::-webkit-scrollbar{width:0;height:0}.notif-link,.notif-dismiss{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:10px;font-size:11px;text-transform:uppercase;letter-spacing:.18em;border:1px solid rgba(51,65,85,.75);background:#0f172aa6;color:#e2e8f0;text-decoration:none}.notif-link{background:#0ea5e91f;border-color:#0ea5e952}.notif-dismiss{background:#0f172a8c;color:#94a3b8}.notif-link:hover,.notif-dismiss:hover,.notif-clear:hover{filter:brightness(1.12)}@media(min-width:640px){.sm\:hidden.graph-loader{pointer-events:none;opacity:0}}@media(prefers-color-scheme:dark){.dark\:hidden.graph-loader{pointer-events:none;opacity:0}}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:bottom-1\/2:before{content:var(--tw-content);bottom:50%}.before\:left-\[0\.4rem\]:before{content:var(--tw-content);left:.4rem}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-1\/2:before{content:var(--tw-content);top:50%}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-\[\#e3e3e0\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(227 227 224 / var(--tw-border-opacity, 1))}.hover\:border-\[\#19140035\]:hover{border-color:#19140035}.hover\:border-\[\#1915014a\]:hover{border-color:#1915014a}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity: 1;border-color:rgb(67 56 202 / var(--tw-border-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.active\:bg-gray-100:active{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.active\:text-gray-800:active{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}@media(min-width:640px){.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.lg\:-ml-px{margin-left:-1px}.lg\:-mt-\[6\.6rem\]{margin-top:-6.6rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-0{margin-left:0}.lg\:block{display:block}.lg\:aspect-auto{aspect-ratio:auto}.lg\:w-\[438px\]{width:438px}.lg\:max-w-4xl{max-width:56rem}.lg\:grow{flex-grow:1}.lg\:flex-row{flex-direction:row}.lg\:justify-center{justify-content:center}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:p-20{padding:5rem}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border-\[\#3E3E3A\]{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:border-\[\#eeeeec\]{--tw-border-opacity: 1;border-color:rgb(238 238 236 / var(--tw-border-opacity, 1))}.dark\:border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-\[\#0a0a0a\]{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#161615\]{--tw-bg-opacity: 1;background-color:rgb(22 22 21 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#1D0002\]{--tw-bg-opacity: 1;background-color:rgb(29 0 2 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#3E3E3A\]{--tw-bg-opacity: 1;background-color:rgb(62 62 58 / var(--tw-bg-opacity, 1))}.dark\:bg-\[\#eeeeec\]{--tw-bg-opacity: 1;background-color:rgb(238 238 236 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:text-\[\#1C1C1A\]{--tw-text-opacity: 1;color:rgb(28 28 26 / var(--tw-text-opacity, 1))}.dark\:text-\[\#A1A09A\]{--tw-text-opacity: 1;color:rgb(161 160 154 / var(--tw-text-opacity, 1))}.dark\:text-\[\#EDEDEC\]{--tw-text-opacity: 1;color:rgb(237 237 236 / var(--tw-text-opacity, 1))}.dark\:text-\[\#F61500\]{--tw-text-opacity: 1;color:rgb(246 21 0 / var(--tw-text-opacity, 1))}.dark\:text-\[\#FF4433\]{--tw-text-opacity: 1;color:rgb(255 68 51 / var(--tw-text-opacity, 1))}.dark\:text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\]{--tw-shadow: inset 0px 0px 0px 1px #fffaed2d;--tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:before\:border-\[\#3E3E3A\]:before{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#3E3E3A\]:hover{--tw-border-opacity: 1;border-color:rgb(62 62 58 / var(--tw-border-opacity, 1))}.dark\:hover\:border-\[\#62605b\]:hover{--tw-border-opacity: 1;border-color:rgb(98 96 91 / var(--tw-border-opacity, 1))}.dark\:hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
