@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Sans+Condensed:wght@500;600;700&display=swap");.theme-surveillance{--term-bg:oklch(7.5% 0.004 60);--term-bg-lift:oklch(10% 0.006 60);--term-surface:oklch(12% 0.008 60);--term-surface-2:oklch(15% 0.010 60);--term-rule:oklch(22% 0.012 60);--term-rule-hot:oklch(35% 0.015 60);--term-fg-mute:oklch(48% 0.012 60);--term-fg-dim:oklch(62% 0.014 60);--term-fg:oklch(82% 0.020 60);--term-fg-hot:oklch(96% 0.006 60);--term-amber:oklch(82% 0.180 75);--term-amber-2:oklch(70% 0.155 70);--term-amber-dim:oklch(50% 0.110 65);--term-amber-glow:oklch(82% 0.180 75/0.18);--term-crit:oklch(67% 0.235 25);--term-warn:oklch(78% 0.170 60);--term-good:oklch(72% 0.180 145);--term-cool:oklch(70% 0.140 220);--term-font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--term-font-sans:"IBM Plex Sans",ui-sans-serif,system-ui,sans-serif;--term-font-disp:"IBM Plex Sans Condensed","IBM Plex Sans",sans-serif;--term-fs-micro:10px;--term-fs-xs:11px;--term-fs-sm:12px;--term-fs-base:13px;--term-fs-lg:16px;--term-fs-xl:22px;--term-fs-2xl:34px;--term-fs-3xl:54px;--term-tracking-tight:-0.01em;--term-tracking-mono:0;--term-tracking-label:0.14em;--term-unit:4px;--term-gut:calc(var(--term-unit) * 2);--term-pad:calc(var(--term-unit) * 3);--term-ease-snap:cubic-bezier(0.16,1.0,0.2,1);--term-ease-spring:cubic-bezier(0.34,1.56,0.64,1);--term-ease-mech:cubic-bezier(0.4,0.0,0.2,1);--term-ease-out:cubic-bezier(0.22,1,0.36,1);--term-dur-flick:70ms;--term-dur-snap:140ms;--term-dur-reveal:220ms;--term-dur-sweep:480ms;background:radial-gradient(ellipse 80% 60% at 50% -10%,oklch(20% .025 70/.35),transparent 70%),radial-gradient(ellipse 60% 40% at 50% 110%,oklch(18% .018 60/.4),transparent 70%),var(--term-bg);color:var(--term-fg);font-family:var(--term-font-sans);font-feature-settings:"ss01","ss02","cv11","tnum" 1;font-size:var(--term-fs-base);letter-spacing:var(--term-tracking-tight);position:relative;isolation:isolate}.theme-surveillance:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;background-image:repeating-linear-gradient(180deg,transparent 0,transparent 2px,rgba(255,255,255,.012) 3px,transparent 4px);opacity:1;transform:translateZ(0);will-change:transform;contain:strict}.theme-surveillance .term-mono{font-family:var(--term-font-mono);letter-spacing:0}.theme-surveillance .term-disp{font-family:var(--term-font-disp)}.theme-surveillance .term-label{font-family:var(--term-font-mono);font-size:var(--term-fs-micro);font-weight:500;text-transform:uppercase;letter-spacing:var(--term-tracking-label);color:var(--term-fg-mute);line-height:1}.theme-surveillance .term-label--hot{color:var(--term-amber)}.theme-surveillance .term-label--crit{color:var(--term-crit)}.theme-surveillance .term-readout{font-family:var(--term-font-mono);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"zero" 1;letter-spacing:0;color:var(--term-fg-hot)}.theme-surveillance .term-numeral{font-family:var(--term-font-disp);font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:-.02em;line-height:.95;color:var(--term-fg-hot)}.theme-surveillance .term-diode{display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--term-fg-mute);box-shadow:0 0 0 2px oklch(0 0 0/.5),0 0 8px currentColor;color:var(--term-fg-mute)}.theme-surveillance .term-diode--live{background:var(--term-good);color:var(--term-good);animation:term-pulse 1.6s ease-in-out infinite}.theme-surveillance .term-diode--hot{background:var(--term-amber);color:var(--term-amber);animation:term-pulse 1.2s ease-in-out infinite}.theme-surveillance .term-diode--crit{background:var(--term-crit);color:var(--term-crit);animation:term-pulse .8s ease-in-out infinite}@keyframes term-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}.theme-surveillance .term-frame{position:relative;background:linear-gradient(180deg,var(--term-surface),var(--term-surface-2));border:1px solid var(--term-rule);border-radius:0;overflow:hidden;display:flex;flex-direction:column}.theme-surveillance .term-frame:after,.theme-surveillance .term-frame:before{content:"";position:absolute;width:10px;height:10px;border:1px solid var(--term-amber);opacity:.55;pointer-events:none}.theme-surveillance .term-frame:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.theme-surveillance .term-frame:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.theme-surveillance .term-frame--bracket-all>.term-frame__br-bl,.theme-surveillance .term-frame--bracket-all>.term-frame__br-tr{content:"";position:absolute;width:10px;height:10px;border:1px solid var(--term-amber);opacity:.55;pointer-events:none}.theme-surveillance .term-frame>.term-frame__br-tr{top:-1px;right:-1px;border-left:none;border-bottom:none}.theme-surveillance .term-frame>.term-frame__br-bl{bottom:-1px;left:-1px;border-right:none;border-top:none}.theme-surveillance .term-frame__head{display:flex;align-items:center;justify-content:space-between;gap:var(--term-gut);padding:10px 12px;border-bottom:1px solid var(--term-rule);background:repeating-linear-gradient(135deg,transparent 0 6px,oklch(100% 0 0/.012) 6px 7px),var(--term-surface);flex-shrink:0}.theme-surveillance .term-frame__body{flex:1;min-height:0;position:relative}.theme-surveillance .term-frame__title{display:inline-flex;align-items:baseline;gap:8px;font-family:var(--term-font-mono);font-size:var(--term-fs-xs);text-transform:uppercase;letter-spacing:var(--term-tracking-label);color:var(--term-fg);font-weight:500}.theme-surveillance .term-frame__title:before{content:"▎";color:var(--term-amber);font-size:14px;line-height:.7;transform:translateY(1px)}.theme-surveillance .term-frame__id{font-family:var(--term-font-mono);font-size:var(--term-fs-micro);color:var(--term-fg-mute);letter-spacing:0}.theme-surveillance .term-stat{position:relative;padding:12px 14px 14px;background:linear-gradient(180deg,var(--term-surface),var(--term-bg-lift));border:1px solid var(--term-rule);display:flex;flex-direction:column;gap:6px;min-height:84px;overflow:hidden;transition:border-color var(--term-dur-snap) var(--term-ease-snap),background var(--term-dur-snap) var(--term-ease-snap)}.theme-surveillance .term-stat:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--term-amber-dim),transparent 60%);opacity:.7}.theme-surveillance .term-stat--int:hover,.theme-surveillance a.term-stat:hover{border-color:var(--term-amber);background:linear-gradient(180deg,var(--term-surface-2),var(--term-surface))}.theme-surveillance .term-stat__head{display:flex;align-items:center;justify-content:space-between;font-family:var(--term-font-mono);font-size:var(--term-fs-micro);text-transform:uppercase;letter-spacing:var(--term-tracking-label);color:var(--term-fg-mute)}.theme-surveillance .term-stat__val{font-family:var(--term-font-disp);font-variant-numeric:tabular-nums;font-weight:600;font-size:var(--term-fs-2xl);letter-spacing:-.025em;line-height:1;color:var(--term-fg-hot)}.theme-surveillance .term-stat__val--amber{color:var(--term-amber)}.theme-surveillance .term-stat__val--crit{color:var(--term-crit);text-shadow:0 0 18px oklch(67% .235 25/.4)}.theme-surveillance .term-stat__val--good{color:var(--term-good)}.theme-surveillance .term-stat__sub{font-family:var(--term-font-mono);font-size:var(--term-fs-micro);color:var(--term-fg-mute);letter-spacing:0}.theme-surveillance .term-rule{height:1px;background:repeating-linear-gradient(to right,var(--term-rule) 0 4px,transparent 4px 6px);border:none;margin:0}.theme-surveillance .term-rule--solid{background:var(--term-rule)}.theme-surveillance .term-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;font-family:var(--term-font-mono);font-size:var(--term-fs-micro);letter-spacing:var(--term-tracking-label);text-transform:uppercase;border:1px solid;border-radius:0;background:oklch(0 0 0/.25);line-height:1.4}.theme-surveillance .term-tag--amber{color:var(--term-amber)}.theme-surveillance .term-tag--good{color:var(--term-good)}.theme-surveillance .term-tag--crit{color:var(--term-crit)}.theme-surveillance .term-tag--warn{color:var(--term-warn)}.theme-surveillance .term-tag--mute{color:var(--term-fg-mute)}.theme-surveillance .term-bar{position:relative;height:6px;background:oklch(0 0 0/.5);border:1px solid var(--term-rule);overflow:hidden}.theme-surveillance .term-bar__fill{position:absolute;inset:0 auto 0 0;background:repeating-linear-gradient(to right,var(--term-amber) 0 4px,oklch(0 0 0/.4) 4px 5px);box-shadow:0 0 8px var(--term-amber-glow) inset;transition:width .6s var(--term-ease-snap)}.theme-surveillance .term-bar__fill--good{background:repeating-linear-gradient(to right,var(--term-good) 0 4px,oklch(0 0 0/.4) 4px 5px)}.theme-surveillance .term-bar__fill--crit{background:repeating-linear-gradient(to right,var(--term-crit) 0 4px,oklch(0 0 0/.4) 4px 5px)}.theme-surveillance .term-bar__fill--cool{background:repeating-linear-gradient(to right,var(--term-cool) 0 4px,oklch(0 0 0/.4) 4px 5px)}.theme-surveillance .term-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:8px 12px;border-left:2px solid transparent;border-bottom:1px dashed var(--term-rule);background:transparent;transition:background var(--term-dur-flick) var(--term-ease-snap),border-color var(--term-dur-flick) var(--term-ease-snap);font-family:var(--term-font-mono);font-size:var(--term-fs-xs);color:var(--term-fg-dim)}.theme-surveillance .term-row:hover{background:oklch(20% .02 70/.18);border-left-color:var(--term-amber);color:var(--term-fg)}.theme-surveillance .term-row__tag,.theme-surveillance .term-row__time{color:var(--term-fg-mute);white-space:nowrap}.theme-surveillance [class*=backdrop-blur],.theme-surveillance [class*=backdrop-saturate]{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.theme-surveillance [data-radix-popper-content-wrapper]>*,.theme-surveillance [data-state=open][role=alertdialog],.theme-surveillance [data-state=open][role=dialog]{background:hsl(var(--popover))!important}.theme-surveillance .transition-all{transition-property:transform,opacity,color,background-color,border-color!important}.theme-surveillance [data-sonner-toast],.theme-surveillance [data-state],.theme-surveillance [role=dialog],.theme-surveillance [role=listbox],.theme-surveillance [role=menu]{transform:translateZ(0);backface-visibility:hidden}.theme-surveillance ::-webkit-scrollbar{width:4px;height:4px}.theme-surveillance ::-webkit-scrollbar-track{background:transparent}.theme-surveillance ::-webkit-scrollbar-thumb{background:var(--term-rule-hot);border-radius:0}.theme-surveillance ::-webkit-scrollbar-thumb:hover{background:var(--term-amber-dim)}.theme-surveillance .panel{background:linear-gradient(180deg,var(--term-surface),var(--term-surface-2))!important;border:1px solid var(--term-rule)!important;border-radius:0!important;position:relative;overflow:hidden}.theme-surveillance .panel:after,.theme-surveillance .panel:before{content:"";position:absolute;width:8px;height:8px;border:1px solid var(--term-amber);opacity:.5;pointer-events:none}.theme-surveillance .panel:before{top:-1px;left:-1px;border-right:none;border-bottom:none}.theme-surveillance .panel:after{bottom:-1px;right:-1px;border-left:none;border-top:none}.theme-surveillance .panel-header{background:repeating-linear-gradient(135deg,transparent 0 6px,oklch(100% 0 0/.015) 6px 7px),var(--term-surface)!important;border-bottom:1px solid var(--term-rule)!important;padding:10px 12px!important}.theme-surveillance .panel-title{font-family:var(--term-font-mono)!important;font-size:var(--term-fs-xs)!important;font-weight:500!important;letter-spacing:var(--term-tracking-label)!important;text-transform:uppercase!important;color:var(--term-fg)!important;position:relative;padding-left:10px}.theme-surveillance .panel-title:before{content:"▎";position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--term-amber);font-size:14px;line-height:1}.theme-surveillance .metric-card{background:linear-gradient(180deg,var(--term-surface),var(--term-bg-lift))!important;border:1px solid var(--term-rule)!important;border-radius:0!important;padding:10px 12px!important;position:relative;overflow:hidden;transition:border-color var(--term-dur-snap) var(--term-ease-snap)!important}.theme-surveillance .metric-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,var(--term-amber-dim),transparent 60%);opacity:.7}.theme-surveillance .metric-card:hover{border-color:var(--term-amber)!important;transform:none!important}.theme-surveillance .metric-value{font-family:var(--term-font-disp)!important;font-variant-numeric:tabular-nums;font-weight:600!important;font-size:var(--term-fs-2xl)!important;letter-spacing:-.025em!important;line-height:1!important;color:var(--term-fg-hot)!important}.theme-surveillance .metric-label{text-transform:uppercase!important;color:var(--term-fg-mute)!important;margin-top:4px}.theme-surveillance .metric-label,.theme-surveillance .status-live{font-family:var(--term-font-mono)!important;font-size:var(--term-fs-micro)!important;letter-spacing:var(--term-tracking-label)!important}.theme-surveillance .status-live{text-transform:uppercase;color:var(--term-good)!important}.theme-surveillance .status-live:before{background:var(--term-good)!important;box-shadow:0 0 8px var(--term-good)}.theme-surveillance .bg-card{background:linear-gradient(180deg,var(--term-surface),var(--term-surface-2))!important;border-color:var(--term-rule)!important;border-radius:0!important}.theme-surveillance .border-border{border-color:var(--term-rule)!important}.theme-surveillance .text-foreground{color:var(--term-fg)!important}.theme-surveillance .text-muted-foreground{color:var(--term-fg-mute)!important}.theme-surveillance .text-blue-500,.theme-surveillance .text-purple-500,.theme-surveillance .text-sky-500,.theme-surveillance .text-yellow-500{color:var(--term-amber)!important}.theme-surveillance .text-green-500{color:var(--term-good)!important}.theme-surveillance .text-pink-500,.theme-surveillance .text-red-500{color:var(--term-crit)!important}.theme-surveillance .text-amber-500,.theme-surveillance .text-orange-500{color:var(--term-warn)!important}.theme-surveillance .bg-blue-500,.theme-surveillance .bg-blue-600,.theme-surveillance .bg-blue-700,.theme-surveillance .bg-indigo-500,.theme-surveillance .bg-indigo-600,.theme-surveillance .bg-purple-500,.theme-surveillance .bg-purple-600,.theme-surveillance .bg-sky-500,.theme-surveillance .bg-violet-500,.theme-surveillance .bg-violet-600{background:var(--term-amber-dim)!important;color:oklch(8% 0 0)!important}.theme-surveillance .bg-emerald-500,.theme-surveillance .bg-emerald-600,.theme-surveillance .bg-green-500,.theme-surveillance .bg-green-600,.theme-surveillance .bg-green-700{background:var(--term-good)!important;color:oklch(8% 0 0)!important}.theme-surveillance .bg-pink-500,.theme-surveillance .bg-red-500,.theme-surveillance .bg-red-600,.theme-surveillance .bg-red-700,.theme-surveillance .bg-rose-500{background:var(--term-crit)!important;color:oklch(100% 0 0)!important}.theme-surveillance .bg-orange-500,.theme-surveillance .bg-orange-600{background:var(--term-warn)!important;color:oklch(8% 0 0)!important}.theme-surveillance .bg-amber-500,.theme-surveillance .bg-amber-600,.theme-surveillance .bg-yellow-500,.theme-surveillance .bg-yellow-600{background:var(--term-amber)!important;color:oklch(8% 0 0)!important}.theme-surveillance .hover\:bg-blue-600:hover,.theme-surveillance .hover\:bg-blue-700:hover,.theme-surveillance .hover\:bg-indigo-600:hover,.theme-surveillance .hover\:bg-purple-600:hover,.theme-surveillance .hover\:bg-violet-600:hover{background:var(--term-amber)!important}.theme-surveillance .hover\:bg-emerald-600:hover,.theme-surveillance .hover\:bg-green-600:hover,.theme-surveillance .hover\:bg-green-700:hover{background:oklch(78% .18 145)!important}.theme-surveillance .hover\:bg-red-600:hover,.theme-surveillance .hover\:bg-red-700:hover{background:oklch(74% .24 25)!important}.theme-surveillance .bg-primary{color:var(--primary-foreground)!important}.theme-surveillance .bg-green-500\/10{background:oklch(72% .18 145/.08)!important}.theme-surveillance .bg-red-500\/10{background:oklch(67% .235 25/.1)!important}.theme-surveillance .bg-amber-500\/10{background:oklch(82% .18 75/.08)!important}.theme-surveillance .bg-orange-500\/10{background:oklch(78% .17 60/.08)!important}.theme-surveillance .bg-blue-500\/10{background:oklch(70% .14 220/.08)!important}.theme-surveillance .bg-purple-500\/10{background:oklch(82% .18 75/.08)!important}.theme-surveillance .bg-gray-500\/10{background:oklch(22% 0 0/.4)!important}.theme-surveillance [class*=border-green-500\\\/30]{border-color:var(--term-good)!important}.theme-surveillance [class*=border-red-500\\\/30]{border-color:var(--term-crit)!important}.theme-surveillance [class*=border-amber-500\\\/30],.theme-surveillance [class*=border-orange-500\\\/30]{border-color:var(--term-warn)!important}.theme-surveillance [class*=border-blue-500\\\/30]{border-color:var(--term-cool)!important}.theme-surveillance [class*=border-purple-500\\\/30]{border-color:var(--term-amber)!important}.theme-surveillance [class*=border-gray-500\\\/30]{border-color:var(--term-rule)!important}.theme-surveillance .bg-primary{background:var(--term-amber)!important;color:oklch(0 0 0)!important}.theme-surveillance .text-primary-foreground{color:oklch(0 0 0)!important}.theme-surveillance .hover\:bg-primary\/90:hover{background:var(--term-amber-2)!important}.theme-surveillance .bg-muted,.theme-surveillance .bg-muted\/30,.theme-surveillance .bg-muted\/50{background:oklch(0 0 0/.25)!important}.theme-surveillance .hover\:bg-muted:hover,.theme-surveillance .hover\:bg-muted\/50:hover{background:oklch(20% .02 70/.15)!important}.theme-surveillance .hover\:scale-\[1\.01\]:hover,.theme-surveillance .hover\:scale-\[1\.02\]:hover{transform:none!important}.theme-surveillance .rounded,.theme-surveillance [class*=rounded-]:not([class*=rounded-full]){border-radius:0!important}.theme-surveillance [class*=bg-gray-9],.theme-surveillance [class*=bg-neutral-9],.theme-surveillance [class*=bg-slate-9],.theme-surveillance [class*=bg-stone-9],.theme-surveillance [class*=bg-zinc-9]{background-color:var(--term-bg,hsl(33 6% 7%))!important}.theme-surveillance [class*=bg-gray-8],.theme-surveillance [class*=bg-neutral-8],.theme-surveillance [class*=bg-slate-8],.theme-surveillance [class*=bg-stone-8],.theme-surveillance [class*=bg-zinc-8]{background-color:var(--term-surface,hsl(33 6% 11%))!important}.theme-surveillance .text-white{color:var(--term-fg-hot,hsl(35 6% 96%))!important}.theme-surveillance [class*=bg-pink-100],.theme-surveillance [class*=bg-pink-50],.theme-surveillance [class*=bg-red-100],.theme-surveillance [class*=bg-red-200],.theme-surveillance [class*=bg-red-50],.theme-surveillance [class*=bg-rose-100],.theme-surveillance [class*=bg-rose-50]{background-color:oklch(67% .235 25/.08)!important}.theme-surveillance [class*=bg-emerald-100],.theme-surveillance [class*=bg-emerald-50],.theme-surveillance [class*=bg-green-100],.theme-surveillance [class*=bg-green-50]{background-color:oklch(72% .18 145/.08)!important}.theme-surveillance [class*=bg-blue-100],.theme-surveillance [class*=bg-blue-50],.theme-surveillance [class*=bg-indigo-100],.theme-surveillance [class*=bg-indigo-50],.theme-surveillance [class*=bg-purple-100],.theme-surveillance [class*=bg-purple-50],.theme-surveillance [class*=bg-sky-100],.theme-surveillance [class*=bg-sky-50],.theme-surveillance [class*=bg-violet-100],.theme-surveillance [class*=bg-violet-50]{background-color:oklch(82% .18 75/.08)!important}.theme-surveillance [class*=bg-amber-100],.theme-surveillance [class*=bg-amber-50],.theme-surveillance [class*=bg-orange-100],.theme-surveillance [class*=bg-orange-50],.theme-surveillance [class*=bg-yellow-100],.theme-surveillance [class*=bg-yellow-50]{background-color:oklch(82% .18 75/.1)!important}.theme-surveillance .text-pink-400,.theme-surveillance .text-red-400,.theme-surveillance .text-red-700,.theme-surveillance .text-rose-400{color:var(--term-crit)!important}.theme-surveillance .text-emerald-400,.theme-surveillance .text-emerald-700,.theme-surveillance .text-green-400,.theme-surveillance .text-green-700{color:var(--term-good)!important}.theme-surveillance .text-blue-400,.theme-surveillance .text-blue-600,.theme-surveillance .text-indigo-400,.theme-surveillance .text-purple-400,.theme-surveillance .text-sky-400,.theme-surveillance .text-sky-600,.theme-surveillance .text-violet-400{color:var(--term-amber)!important}.theme-surveillance .text-amber-400,.theme-surveillance .text-amber-700,.theme-surveillance .text-orange-400,.theme-surveillance .text-yellow-400{color:var(--term-warn)!important}.theme-surveillance [class*=border-red-2],.theme-surveillance [class*=border-red-9]{border-color:oklch(67% .235 25/.4)!important}.theme-surveillance [class*=border-emerald-2],.theme-surveillance [class*=border-green-2]{border-color:oklch(72% .18 145/.4)!important}.theme-surveillance [class*=border-amber-2],.theme-surveillance [class*=border-blue-2],.theme-surveillance [class*=border-blue-9],.theme-surveillance [class*=border-indigo-2],.theme-surveillance [class*=border-orange-2],.theme-surveillance [class*=border-purple-2],.theme-surveillance [class*=border-yellow-2]{border-color:oklch(82% .18 75/.4)!important}@keyframes term-reveal{0%{opacity:0;transform:translateY(6px);clip-path:inset(0 100% 0 0)}60%{opacity:1;clip-path:inset(0 0 0 0)}to{opacity:1;transform:translateY(0);clip-path:inset(0 0 0 0)}}@keyframes term-sweep{0%{transform:translateX(-100%);opacity:0}20%{opacity:.8}to{transform:translateX(120%);opacity:0}}@keyframes term-cursor{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes term-ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.theme-surveillance .term-reveal{animation:term-reveal var(--term-dur-reveal) var(--term-ease-snap) both}.theme-surveillance .term-cursor:after{content:"▍";display:inline-block;margin-left:4px;color:var(--term-amber);animation:term-cursor 1s steps(2) infinite}.theme-surveillance .term-sweep{position:relative;overflow:hidden}.theme-surveillance .term-sweep:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,oklch(82% .18 75/.18) 50%,transparent);transform:translateX(-100%);animation:term-sweep var(--term-dur-sweep) var(--term-ease-mech) .2s 1 both;pointer-events:none}.theme-surveillance .term-ticker{display:flex;overflow:hidden;white-space:nowrap;font-family:var(--term-font-mono);font-size:var(--term-fs-xs);letter-spacing:var(--term-tracking-label);text-transform:uppercase;color:var(--term-fg-dim);border-top:1px solid var(--term-rule);border-bottom:1px solid var(--term-rule);background:oklch(0 0 0/.4);padding:6px 0;position:relative}.theme-surveillance .term-ticker__track{display:inline-flex;gap:28px;padding-left:28px;animation:term-ticker 80s linear infinite;will-change:transform}.theme-surveillance .term-ticker__item{display:inline-flex;align-items:center;gap:8px}.theme-surveillance .term-ticker__item:before{content:"◆";color:var(--term-amber);font-size:8px}.theme-surveillance .term-ticker__sep{color:var(--term-amber-dim)}.theme-surveillance .term-stagger>*{animation:term-reveal var(--term-dur-reveal) var(--term-ease-snap) both;animation-delay:calc(60ms * var(--i, 0))}@keyframes term-skeleton-sweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.theme-surveillance .term-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04) 50%,transparent);transform:translateX(-100%);animation:term-skeleton-sweep 1.4s var(--term-ease-out,cubic-bezier(.22,1,.36,1)) infinite;will-change:transform;pointer-events:none}.theme-surveillance .animate-pulse{animation:term-skeleton-sweep 1.4s var(--term-ease-out,cubic-bezier(.22,1,.36,1)) infinite!important;position:relative}.theme-surveillance .gradient-border .widget-aurora,.theme-surveillance .gradient-border:after,.theme-surveillance .gradient-border:before{animation:none!important;filter:none!important}.theme-surveillance .gradient-border:after{display:none!important}.theme-surveillance .relevance-bar,.theme-surveillance [class*=bg-gradient]{animation:none!important}.theme-surveillance .animate-spin{animation:spin .8s linear infinite!important;transform-origin:center center;will-change:transform}.theme-surveillance [data-state=active],.theme-surveillance [data-state=closed],.theme-surveillance [data-state=inactive],.theme-surveillance [data-state=open]{will-change:opacity,transform}.theme-surveillance *,.theme-surveillance :after,.theme-surveillance :before{transition-timing-function:var(--term-ease-out,cubic-bezier(.22,1,.36,1))}@media (prefers-reduced-motion:reduce){.theme-surveillance .term-cursor:after,.theme-surveillance .term-diode--crit,.theme-surveillance .term-diode--hot,.theme-surveillance .term-diode--live,.theme-surveillance .term-ticker__track,.theme-surveillance:before{animation:none!important}.theme-surveillance .term-sweep:after{display:none}.theme-surveillance .term-reveal,.theme-surveillance .term-stagger>*{animation:none!important;opacity:1!important;transform:none!important;clip-path:none!important}}