/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */.xterm{cursor:text;position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility,.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{text-decoration:double underline}.xterm-underline-3{text-decoration:wavy underline}.xterm-underline-4{text-decoration:dotted underline}.xterm-underline-5{text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{text-decoration:overline double underline}.xterm-overline.xterm-underline-3{text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;--app-bg: #f4f6fb;--surface: #ffffff;--surface-soft: #f8f9fc;--border: #e7eaf2;--text: #182033;--muted: #778199;--sidebar: #11182b;--shadow-sm: 0 1px 2px rgba(18, 28, 52, .03), 0 8px 24px rgba(18, 28, 52, .05);--shadow-md: 0 16px 40px rgba(18, 28, 52, .11)}:root[data-theme=dark]{color-scheme:dark;--app-bg: #0c1120;--surface: #151c2e;--surface-soft: #111827;--border: #283147;--text: #edf1fb;--muted: #929db5;--sidebar: #090e1a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .16), 0 12px 30px rgba(0, 0, 0, .18);--shadow-md: 0 20px 48px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--app-bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh;background:var(--app-bg)}.app-sidebar.ant-layout-sider{position:sticky;top:0;z-index:20;height:100vh;background:radial-gradient(circle at 20% 0%,rgba(79,124,255,.22),transparent 32%),linear-gradient(180deg,#151d34 0%,var(--sidebar) 58%,#0d1425 100%);box-shadow:10px 0 32px #080d1b1f}.brand-lockup{height:88px;padding:22px 22px 18px;display:flex;align-items:center;gap:12px;color:#fff}.brand-mark{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;font-size:21px;background:linear-gradient(135deg,#7096ff,#4e5ee9);box-shadow:0 10px 24px #3f5bdf57,inset 0 1px #ffffff3d}.brand-copy{min-width:0;display:flex;flex-direction:column}.brand-copy span{font-size:16px;font-weight:750;white-space:nowrap;letter-spacing:-.2px}.brand-copy small{margin-top:2px;color:#d6def780;font-size:9px;letter-spacing:1.6px}.sidebar-menu.ant-menu{padding:12px;border:0;background:transparent}.sidebar-menu.ant-menu-dark .ant-menu-item{margin:5px 0;color:#aeb8d2}.sidebar-menu.ant-menu-dark .ant-menu-item .anticon{font-size:17px}.sidebar-menu.ant-menu-dark .ant-menu-item:hover{color:#fff;background:#ffffff0f}.sidebar-menu.ant-menu-dark .ant-menu-item-selected{color:#fff;background:linear-gradient(110deg,#6084fff2,#505ce1f2);box-shadow:0 9px 24px #3446b047}.sidebar-footer{position:absolute;bottom:24px;left:24px;display:flex;align-items:center;gap:9px;color:#d6def799;font-size:12px}.sidebar-status-dot{width:8px;height:8px;border-radius:50%;background:#30d7a3;box-shadow:0 0 0 4px #30d7a31f,0 0 14px #30d7a38c}.app-main{min-width:0;background:var(--app-bg)}.app-header.ant-layout-header{position:sticky;top:0;z-index:15;height:72px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--surface) 88%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-context{display:flex;flex-direction:column;line-height:1.25}.page-context .page-context-label{font-size:11px;text-transform:uppercase;letter-spacing:.9px}.page-context strong{margin-top:3px;font-size:15px;color:var(--text)}.header-actions{height:100%}.header-icon-button.ant-btn{color:var(--muted)}.header-icon-button.ant-btn:hover{color:#4f7cff;background:#4f7cff17}.header-divider{width:1px;height:24px;margin:0 5px;background:var(--border)}.user-chip{padding:4px 6px 4px 4px;display:flex;align-items:center;gap:9px;color:var(--text);font-size:13px;font-weight:600}.user-chip .ant-avatar{color:#fff;background:linear-gradient(135deg,#6e92ff,#665be5);box-shadow:0 5px 14px #4f7cff3d}.app-content{min-width:0;background:var(--app-bg)}.content-inner{width:100%;max-width:1640px;margin:0 auto;padding:30px 32px 40px}.page-heading{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.page-heading .ant-typography{margin:0}.page-heading h2.ant-typography{margin:5px 0 3px;color:var(--text);font-size:clamp(25px,2vw,32px);line-height:1.2;letter-spacing:-.8px}.eyebrow{color:#5d7df7!important;font-size:11px;font-weight:750;letter-spacing:1.4px;text-transform:uppercase}.tag-filter{min-width:190px}.page-actions .ant-btn{box-shadow:none}.overview-grid{margin-bottom:30px}.overview-card.ant-card{overflow:hidden;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}.overview-card .ant-card-body{padding:18px 20px;display:flex;align-items:center;gap:14px}.overview-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;font-size:20px}.overview-card>.ant-card-body>div:last-child{display:flex;flex-direction:column}.overview-card strong{margin-top:2px;color:var(--text);font-size:27px;line-height:1;letter-spacing:-.5px}.overview-card-primary .overview-icon{color:#526ff0;background:#526ff01c}.overview-card-success .overview-icon{color:#16a980;background:#16a9801c}.overview-card-muted .overview-icon{color:#8d6dd7;background:#8d6dd71c}.section-heading{margin-bottom:14px;display:flex;align-items:flex-end;justify-content:space-between}.section-heading>div{display:flex;align-items:baseline;gap:10px}.section-heading h4.ant-typography{margin:0;color:var(--text)}.section-heading .ant-typography-secondary{font-size:12px}.empty-state{padding:80px 24px;border:1px dashed var(--border);border-radius:18px;background:color-mix(in srgb,var(--surface) 65%,transparent)}.server-card.ant-card{min-height:315px;overflow:hidden;border:1px solid var(--border);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.server-card.ant-card:hover,.server-card.ant-card:focus-visible{transform:translateY(-4px);border-color:color-mix(in srgb,#5d7df7 44%,var(--border));box-shadow:var(--shadow-md);outline:none}.server-card .ant-card-body{padding:20px}.server-card-header{display:flex;align-items:center;gap:11px}.server-platform{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;font-size:19px}.server-platform.linux{color:#526ff0;background:#526ff01c}.server-platform.windows{color:#168bd2;background:#168bd21c}.server-identity{min-width:0;flex:1;display:flex;flex-direction:column}.server-identity .ant-typography:first-child{color:var(--text);font-size:15px}.server-identity .ant-typography:last-child{margin-top:2px;font-size:12px}.status-pill{flex:0 0 auto;padding:5px 8px;display:flex;align-items:center;gap:6px;border-radius:999px;font-size:10px;font-weight:700}.status-pill span{width:6px;height:6px;border-radius:50%}.status-pill.online{color:#138663;background:#1ec1911a}.status-pill.online span{background:#24c894;box-shadow:0 0 0 3px #24c8941f}.status-pill.offline{color:#d65261;background:#ee57671a}.status-pill.offline span{background:#ef6371}.server-tags{min-height:24px;margin:15px 0 10px;display:flex;gap:4px;flex-wrap:wrap}.server-tags .ant-tag{margin:0;border-radius:6px;font-size:10px}.server-specs{min-height:45px;padding-bottom:13px;display:flex;gap:7px 13px;flex-wrap:wrap;border-bottom:1px solid var(--border)}.server-specs .ant-space{line-height:1}.server-specs .anticon{color:#929cb2;font-size:12px}.server-specs .ant-typography{font-size:11px}.server-metrics{padding-top:13px}.metric-progress+.metric-progress{margin-top:7px}.metric-progress>div:first-child{display:flex;justify-content:space-between;align-items:center;line-height:1}.metric-progress .ant-typography{font-size:11px}.metric-progress strong{color:var(--text);font-size:11px}.metric-progress .ant-progress{margin:0;line-height:1}.metric-progress .ant-progress-inner{height:5px!important}.throughput-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.throughput-grid>div{padding:8px 9px;display:grid;grid-template-columns:1fr 1fr;gap:3px 5px;border-radius:9px;background:var(--surface-soft)}.throughput-grid>div>.ant-typography{grid-column:1 / -1;font-size:10px;font-weight:650}.throughput-grid .ant-space{min-width:0}.throughput-grid .ant-space .ant-typography{max-width:70px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.throughput-grid .rx{color:#18b690}.throughput-grid .tx{color:#5d7df7}.metrics-unavailable{height:116px;display:flex;align-items:center;justify-content:center;gap:8px}.metrics-unavailable>span{width:7px;height:7px;border-radius:50%;background:#aab1c1}.metrics-unavailable .ant-typography{font-size:12px}.auth-page{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(430px,1.05fr) minmax(440px,.95fr);overflow:hidden;background:var(--surface)}.auth-showcase{position:relative;z-index:1;padding:46px clamp(44px,6vw,90px);display:flex;flex-direction:column;overflow:hidden;color:#fff;background:radial-gradient(circle at 10% 15%,rgba(118,148,255,.25),transparent 35%),linear-gradient(145deg,#17213d,#11182d 48%,#202159)}.auth-showcase:after{content:"";position:absolute;right:-16%;bottom:-22%;width:420px;height:420px;border:1px solid rgba(255,255,255,.07);border-radius:45%;transform:rotate(26deg);box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.auth-brand{display:flex;align-items:center;gap:11px;font-size:16px;font-weight:750}.auth-brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#7297ff,#655ce5);box-shadow:0 10px 25px #324abe66}.auth-showcase-copy{position:relative;z-index:2;max-width:590px;margin:auto 0}.auth-showcase-copy .eyebrow{color:#91acff!important}.auth-showcase-copy h1.ant-typography{max-width:570px;margin:18px 0 16px;color:#fff;font-size:clamp(38px,4.2vw,64px);line-height:1.06;letter-spacing:-2.6px}.auth-showcase-copy>.ant-typography:not(.eyebrow){max-width:540px;color:#e0e6f8b3;font-size:16px;line-height:1.8}.auth-features{margin-top:34px;display:flex;gap:12px;flex-wrap:wrap}.auth-features span{padding:8px 12px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.09);border-radius:999px;color:#ecf0ffc2;background:#ffffff0b;font-size:11px}.auth-features .anticon{color:#8faaff}.auth-checklist{margin-top:32px;display:flex;flex-direction:column;gap:14px;color:#ecf0ffc7;font-size:13px}.auth-checklist span{display:flex;gap:9px;align-items:center}.auth-checklist .anticon{color:#48d7ae}.auth-copyright{position:relative;z-index:2;color:#dce2f459!important;font-size:11px}.auth-form-side{position:relative;z-index:2;padding:42px;display:flex;align-items:center;justify-content:center;background:var(--surface)}.auth-card.ant-card{width:min(430px,100%);background:transparent;box-shadow:none}.auth-card .ant-card-body{padding:0}.auth-card h2.ant-typography{margin:8px 0 5px;color:var(--text);font-size:31px;letter-spacing:-.8px}.auth-form-subtitle{display:block;margin-bottom:30px}.auth-card .ant-form-item{margin-bottom:18px}.auth-card .ant-input-affix-wrapper{min-height:46px;padding-inline:14px;border-color:var(--border);background:var(--surface-soft);box-shadow:none}.auth-card .ant-input{background:transparent}.auth-card .ant-input-prefix{margin-right:10px;color:#8c96ac}.auth-card .auth-submit{margin:26px 0 20px}.auth-card .auth-submit .ant-btn{height:46px}.auth-switch{text-align:center;font-size:13px}.auth-switch a{margin-left:4px;font-weight:650}.auth-mobile-brand{display:none}.auth-backdrop{position:absolute;z-index:0;border-radius:50%;filter:blur(2px);pointer-events:none}.app-content .ant-card:not(.server-card):not(.overview-card):not(.auth-card){border-color:var(--border);box-shadow:var(--shadow-sm)}.app-content .ant-table-wrapper{border-radius:14px;overflow:hidden}.app-content .ant-descriptions{overflow:hidden;border-radius:12px}.xterm-viewport::-webkit-scrollbar{width:8px}.xterm-viewport::-webkit-scrollbar-track{background:transparent}.xterm-viewport::-webkit-scrollbar-thumb{background:#80869e80;border-radius:4px}.server-detail-page{min-width:0;min-height:calc(100vh - 142px);display:flex;flex-direction:column}.server-detail-tabs{min-width:0}.server-detail-tabs .ant-tabs-content{height:auto}.server-detail-tabs .ant-tabs-tabpane{height:auto;overflow:visible}.server-detail-page--terminal{height:max(720px,calc(100dvh - 142px))}.server-detail-page--terminal .server-detail-tabs{flex:1;min-height:0;display:flex;flex-direction:column}.server-detail-page--terminal .server-detail-tabs .ant-tabs-content-holder{flex:1;min-height:0}.server-detail-page--terminal .server-detail-tabs .ant-tabs-content,.server-detail-page--terminal .server-detail-tabs .ant-tabs-tabpane-active{height:100%}.server-detail-terminal{height:100%;min-height:520px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-sm)}@media (max-width: 991px){.app-sidebar.ant-layout-sider{position:fixed}.content-inner{padding:24px 20px 32px}.app-header.ant-layout-header{padding:0 20px 0 64px}.auth-page{grid-template-columns:1fr;background:var(--app-bg)}.auth-showcase{display:none}.auth-form-side{min-height:100vh;padding:28px;background:radial-gradient(circle at 10% 0%,rgba(79,124,255,.14),transparent 40%),var(--app-bg)}.auth-card.ant-card{padding:34px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md)}.auth-mobile-brand{margin-bottom:38px;display:flex;align-items:center;gap:9px;color:var(--text);font-weight:750}.auth-mobile-brand .anticon{color:#5d7df7;font-size:21px}}@media (max-width: 640px){.app-header.ant-layout-header{height:64px;padding-right:12px}.page-context{display:none}.header-actions{width:100%;justify-content:flex-end}.header-action-text,.user-chip>span{display:none}.header-divider{margin:0 2px}.content-inner{padding:20px 14px 28px}.page-heading{align-items:stretch;flex-direction:column;gap:18px}.page-actions{display:grid!important;grid-template-columns:1fr 1fr;width:100%}.page-actions .tag-filter{grid-column:1 / -1;width:100%}.page-actions .ant-btn{width:100%}.overview-grid{margin-bottom:24px}.overview-card .ant-card-body{padding:14px;gap:10px}.overview-icon{width:38px;height:38px}.overview-card strong{font-size:22px}.overview-card .ant-typography{font-size:11px}.section-heading>div{display:block}.section-heading .ant-typography-secondary{display:block;margin-top:3px}.auth-form-side{padding:18px}.auth-card.ant-card{padding:26px 22px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.probe-page{min-height:100vh;overflow:hidden;color:#252640;background:#f7f7fc}.probe-hero{position:relative;min-height:610px;overflow:hidden;color:#fff;background:#182360}.probe-hero-art{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/status-assets/anime-ops-guardian.png) center center / cover no-repeat;transform:scale(1.01)}.probe-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f1643f7,#17215fe8 34%,#1f2c778a 60%,#121b4d14),linear-gradient(0deg,rgba(25,24,80,.38),transparent 60%)}.probe-nav{position:relative;z-index:3;width:min(1380px,calc(100% - 64px));height:94px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.13)}.probe-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.probe-brand>span{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:14px;font-size:20px;background:#ffffff1f;box-shadow:inset 0 1px #ffffff26,0 8px 26px #090d343d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.probe-brand>div{display:flex;flex-direction:column}.probe-brand strong{color:#fff;font-size:16px;letter-spacing:.2px}.probe-brand small{margin-top:2px;color:#e1e6ff8c;font-size:8px;letter-spacing:2px}.probe-nav-actions{display:flex;align-items:center;gap:10px}.probe-nav-actions .ant-btn{color:#ffffffd1}.probe-nav-actions .ant-btn:hover{color:#fff!important;background:#ffffff1f!important}.probe-privacy-chip,.probe-console-link{height:36px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.15);border-radius:999px;color:#eff2ffc7;background:#ffffff14;font-size:11px;text-decoration:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.probe-console-link{color:#fff;background:#5564d580}.probe-console-link:hover{border-color:#ffffff4d;color:#fff;background:#6374e5ad}.probe-hero-content{position:relative;z-index:2;width:min(1380px,calc(100% - 64px));margin:0 auto;padding-top:78px}.probe-live-badge{width:fit-content;padding:7px 11px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#e9edffd1;background:#ffffff17;font-size:10px;font-weight:700;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.probe-live-badge span{width:7px;height:7px;border-radius:50%;background:#54e0bb;box-shadow:0 0 0 4px #54e0bb1f,0 0 14px #54e0bb99;animation:probePulse 2.1s ease-in-out infinite}.probe-live-badge.outage span{background:#ff7489;box-shadow:0 0 0 4px #ff74891f}.probe-hero-content h1{max-width:650px;margin:21px 0 13px;color:#fff;font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-3px;text-shadow:0 10px 35px rgba(10,15,53,.25)}.probe-hero-content>p{max-width:550px;color:#e4e9ffb8;font-size:15px;line-height:1.8}.probe-overall{width:min(570px,100%);margin-top:32px;padding:17px 19px;display:flex;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#161e526b;box-shadow:0 18px 55px #0a0e322e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.probe-overall-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px;color:#55dfba;background:#55dfba21;font-size:21px}.probe-overall.degraded .probe-overall-icon{color:#ffd071;background:#ffd07121}.probe-overall.outage .probe-overall-icon{color:#ff768a;background:#ff768a21}.probe-overall>div:nth-child(2){display:flex;flex-direction:column}.probe-overall small{color:#e0e6fc8c;font-size:10px;text-transform:uppercase;letter-spacing:1px}.probe-overall strong{margin-top:2px;color:#fff;font-size:16px}.probe-updated{margin-left:auto;color:#e1e6fa8c;font-size:10px;white-space:nowrap}.probe-main{position:relative;z-index:4;width:min(1240px,calc(100% - 48px));margin:-48px auto 0;padding-bottom:74px}.probe-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid rgba(112,119,169,.13);border-radius:22px;background:#fffffff0;box-shadow:0 24px 70px #262b5d21;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.probe-summary-grid>div{min-height:112px;padding:22px 28px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:1fr 1fr;column-gap:14px;align-items:center;border-right:1px solid #ececf5}.probe-summary-grid>div:last-child{border:0}.summary-orb{grid-row:1 / 3;width:46px;height:46px;display:grid;place-items:center;border-radius:15px;font-size:19px}.summary-orb.violet{color:#716fe4;background:#efefff}.summary-orb.green{color:#29ad8e;background:#e9f9f4}.summary-orb.amber{color:#d79b36;background:#fff6e5}.summary-orb.slate{color:#77809b;background:#f1f2f7}.probe-summary-grid small{align-self:end;color:#8d91a8;font-size:10px;letter-spacing:.8px;text-transform:uppercase}.probe-summary-grid strong{align-self:start;color:#292b48;font-size:24px;line-height:1.2}.probe-section{padding-top:76px}.probe-section-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.probe-section-heading span,.probe-privacy-note>div:nth-child(2)>span{color:#7572e1;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.probe-section-heading h2{margin:5px 0 2px;color:#282a47;font-size:29px;letter-spacing:-.8px}.probe-section-heading p{color:#9295a9;font-size:12px}.probe-section-heading .ant-btn{color:#62657b;border-color:#e1e2eb;background:#fff;box-shadow:0 6px 18px #292c530d}.probe-node-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.probe-node-card{position:relative;min-height:290px;padding:22px;overflow:hidden;border:1px solid #e6e6f1;border-radius:20px;background:#fff;box-shadow:0 10px 32px #2a2d5b0f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.probe-node-card:after{content:"";position:absolute;right:-40px;top:-50px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(124,121,242,.09),transparent 67%)}.probe-node-card:hover{transform:translateY(-4px);border-color:#d5d3fb;box-shadow:0 18px 44px #373a731a}.probe-node-card.degraded{border-color:#f0ddba}.probe-node-card.offline{filter:saturate(.72)}.node-card-head{position:relative;z-index:1;display:flex;align-items:center;gap:11px}.node-avatar{width:45px;height:45px;flex:0 0 45px;display:grid;place-items:center;border-radius:15px;color:#6e6de0;background:linear-gradient(145deg,#f0efff,#e8eafd);font-size:19px}.node-card-head>div:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.node-card-head>div:nth-child(2) span{color:#a0a2b4;font-size:9px;letter-spacing:1px;text-transform:uppercase}.node-card-head h3{margin:1px 0 0;color:#292b48;font-size:16px;letter-spacing:.5px}.node-status{padding:5px 8px;display:flex;align-items:center;gap:6px;border-radius:999px;font-size:9px;font-weight:700}.node-status i{width:6px;height:6px;border-radius:50%}.node-status.online{color:#229879;background:#e9f8f3}.node-status.online i{background:#2cc49d;box-shadow:0 0 0 3px #2cc49d1f}.node-status.degraded{color:#b87d24;background:#fff4df}.node-status.degraded i{background:#e1a33e}.node-status.offline{color:#8a8fa2;background:#f0f1f5}.node-status.offline i{background:#a1a5b5}.node-meta{margin:18px 0 17px;padding:10px 0;display:flex;justify-content:space-between;border-top:1px solid #efeff5;border-bottom:1px solid #efeff5;color:#8b8ea2;font-size:10px}.node-meta span{display:flex;align-items:center;gap:4px}.node-metric+.node-metric{margin-top:8px}.node-metric>div{display:flex;justify-content:space-between;color:#8c8fa5;font-size:10px}.node-metric strong{color:#4b4d68}.node-metric .ant-progress{margin:0;line-height:1}.node-metric .ant-progress-inner{height:6px!important}.node-card-foot{margin-top:16px;display:flex;justify-content:space-between;color:#aaaabd;font-size:9px}.node-card-foot span:last-child{color:#7472d7}.probe-error{min-height:280px;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #dcddea;border-radius:20px;color:#8d8fa4;background:#fff;text-align:center}.probe-error>.anticon{margin-bottom:14px;color:#d1a34d;font-size:32px}.probe-error.empty>.anticon{color:#8c8ce0}.probe-error h3{margin-bottom:4px;color:#393b58}.probe-error p{margin-bottom:18px;font-size:12px}.probe-privacy-note{margin-top:56px;padding:28px 30px;display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:20px;border:1px solid #dddffc;border-radius:22px;background:linear-gradient(115deg,#f0f0ff,#f8f6ff 55%,#eef6ff)}.privacy-mascot{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;color:#6f6edc;background:#fff;box-shadow:0 10px 24px #5b5ab41f;font-size:24px}.probe-privacy-note h3{margin:4px 0 3px;color:#343653;font-size:17px}.probe-privacy-note p{max-width:660px;color:#878aa1;font-size:11px;line-height:1.6}.privacy-tags{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.privacy-tags span{padding:6px 9px;border:1px solid #dedff3;border-radius:999px;color:#777a92;background:#ffffffad;font-size:9px}.probe-footer{min-height:88px;padding:20px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;color:#7f8298;background:#fff;border-top:1px solid #ebebf3;font-size:10px}.probe-footer>div{color:#50526f;font-size:12px;font-weight:700}.probe-footer>div .anticon{margin-right:6px;color:#7472dc}.probe-footer-online{justify-self:end}.probe-footer-online i{width:6px;height:6px;margin-right:6px;display:inline-block;border-radius:50%;background:#3bc59f}@keyframes probePulse{0%,to{opacity:.65;transform:scale(.92)}50%{opacity:1;transform:scale(1.12)}}@media (max-width: 900px){.probe-hero{min-height:600px}.probe-hero-art{background-position:64% center}.probe-hero-overlay{background:linear-gradient(90deg,#0e1540f5,#182262d1 62%,#1822624d)}.probe-summary-grid{grid-template-columns:1fr 1fr}.probe-summary-grid>div:nth-child(2){border-right:0}.probe-summary-grid>div:nth-child(-n+2){border-bottom:1px solid #ececf5}.probe-node-grid{grid-template-columns:1fr 1fr}.probe-privacy-note{grid-template-columns:56px 1fr}.privacy-tags{grid-column:1 / -1;justify-content:flex-start}}@media (max-width: 600px){.probe-hero{min-height:620px}.probe-hero-art{background-position:69% center;opacity:.48}.probe-hero-overlay{background:linear-gradient(90deg,#101644f7,#192363d6)}.probe-nav,.probe-hero-content{width:calc(100% - 32px)}.probe-nav{height:76px}.probe-brand small,.probe-privacy-chip,.probe-console-link{display:none}.probe-hero-content{padding-top:65px}.probe-hero-content h1{margin-top:17px;font-size:43px;letter-spacing:-2px}.probe-hero-content>p{font-size:13px}.probe-overall{align-items:flex-start;flex-wrap:wrap}.probe-updated{width:100%;margin:0 0 0 55px}.probe-main{width:calc(100% - 28px)}.probe-summary-grid>div{min-height:90px;padding:16px;grid-template-columns:38px 1fr;column-gap:10px}.summary-orb{width:38px;height:38px;border-radius:12px;font-size:16px}.probe-summary-grid strong{font-size:20px}.probe-section{padding-top:54px}.probe-section-heading{align-items:flex-start}.probe-section-heading h2{font-size:25px}.probe-section-heading p{max-width:230px}.probe-section-heading .ant-btn span:not(.anticon){display:none}.probe-node-grid{grid-template-columns:1fr}.probe-privacy-note{padding:23px;grid-template-columns:46px 1fr}.privacy-mascot{width:46px;height:46px;border-radius:14px}.probe-footer{grid-template-columns:1fr auto}.probe-footer>span:nth-child(2){display:none}}.probe-glass-page{position:relative;min-height:100vh;overflow:hidden;color:#eef2ff;background:#0c1020;isolation:isolate}.probe-bg{position:fixed;z-index:-3;top:0;right:0;bottom:0;left:0;background:url(/status-assets/anime-ops-guardian.png) 50% 48% / cover no-repeat;transform:scale(1.025)}.probe-bg-shade{position:fixed;z-index:-2;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 12%,rgba(107,92,214,.22),transparent 35%),radial-gradient(circle at 87% 8%,rgba(57,175,190,.14),transparent 28%),linear-gradient(180deg,#080c1b9e,#070b18d1);-webkit-backdrop-filter:blur(6px) saturate(.82);backdrop-filter:blur(6px) saturate(.82)}.probe-glass-page.light .probe-bg-shade{background:linear-gradient(180deg,#191f366b,#0c1121ad);-webkit-backdrop-filter:blur(4px) saturate(1.05);backdrop-filter:blur(4px) saturate(1.05)}.glass-header{position:relative;z-index:4;width:min(1500px,calc(100% - 42px));min-height:76px;margin:16px auto 0;padding:12px 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.15);border-radius:19px;background:#0b102280;box-shadow:0 20px 60px #00000038,inset 0 1px #ffffff12;-webkit-backdrop-filter:blur(24px) saturate(1.25);backdrop-filter:blur(24px) saturate(1.25)}.glass-header.minimal-header{grid-template-columns:1fr auto}.minimal-header .glass-header-status{justify-self:start}.glass-brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none}.glass-brand:hover{color:#fff}.glass-brand-mark{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#ebe7ff;background:linear-gradient(145deg,#8a73ee6b,#4bbbcf3d);font-size:19px;box-shadow:inset 0 1px #ffffff24,0 10px 30px #3b2f8740}.glass-brand>span:last-child{display:flex;flex-direction:column}.glass-brand strong{font-size:17px;letter-spacing:.4px}.glass-brand small{margin-top:2px;color:#e2e7ff85;font-size:9px;letter-spacing:2px}.glass-header-status{padding:9px 15px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#edf1ffdb;background:#ffffff0e;font-size:12px}.glass-header-status small{padding-left:8px;border-left:1px solid rgba(255,255,255,.12);color:#e0e7ff80;font-size:10px}.overall-dot{width:7px;height:7px;border-radius:50%;background:#4de5b3;box-shadow:0 0 0 4px #4de5b31f,0 0 16px #4de5b3b3}.overall-dot.degraded{background:#ffc968;box-shadow:0 0 0 4px #ffc9681f}.overall-dot.outage{background:#ff7588;box-shadow:0 0 0 4px #ff75881f}.glass-header-actions{justify-self:end;display:flex;align-items:center;gap:5px}.glass-header-actions .ant-btn{color:#eff2ffbf}.glass-header-actions .ant-btn:hover{color:#fff!important;background:#ffffff17!important}.glass-admin-link{height:36px;padding:0 14px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#f6f7ffe0;background:#ffffff14;font-size:12px;text-decoration:none}.glass-admin-link:hover{color:#fff;background:#ffffff24}.glass-shell{width:min(1440px,calc(100% - 42px));margin:0 auto;padding:48px 0 64px}.glass-shell.compact-shell{padding-top:24px}.glass-intro{margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.glass-kicker{display:flex;align-items:center;gap:8px;color:#e8ebff9e;font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.glass-kicker i{width:6px;height:6px;border-radius:50%;background:#55e7ba;box-shadow:0 0 13px #55e7ba;animation:probePulse 2s ease-in-out infinite}.glass-intro h1{margin:8px 0 7px;color:#fff;font-size:clamp(30px,4vw,49px);line-height:1;letter-spacing:-2px;text-shadow:0 12px 45px rgba(0,0,0,.35)}.glass-intro p{max-width:680px;margin:0;color:#e3e8ff99;font-size:12px;line-height:1.7}.privacy-seal{min-width:260px;padding:13px 16px;display:flex;align-items:center;gap:11px;border:1px solid rgba(151,227,211,.16);border-radius:15px;color:#8fe7d0;background:#2a756a21;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.privacy-seal>.anticon{font-size:23px}.privacy-seal span{display:flex;flex-direction:column}.privacy-seal strong{color:#dffdf5;font-size:10px}.privacy-seal small{margin-top:2px;color:#caf6ec7a;font-size:8px}.glass-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.glass-summary-card{min-width:0;min-height:92px;padding:17px 19px;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:#10162aa8;box-shadow:inset 0 1px #ffffff0e,0 13px 35px #00000021;-webkit-backdrop-filter:blur(22px) saturate(1.25);backdrop-filter:blur(22px) saturate(1.25)}.summary-icon{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:12px;font-size:18px}.summary-icon.purple{color:#c3b3ff;background:#8b6eef33}.summary-icon.blue{color:#9fc7ff;background:#4f8be02e}.summary-icon.cyan{color:#82e3e8;background:#32adb82b}.summary-icon.pink{color:#ffadc8;background:#d85a892b}.summary-icon.green{color:#8bedc7;background:#37c0922b}.summary-icon.amber{color:#ffd28b;background:#d295392b}.glass-summary-card>div{min-width:0;display:flex;flex-direction:column}.glass-summary-card small{overflow:hidden;color:#dee4fa9e;font-size:11px;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap}.glass-summary-card strong{margin-top:6px;color:#fff;font-size:16px;font-variant-numeric:tabular-nums;white-space:nowrap}.glass-toolbar{margin:22px 0 15px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:#0d122385;box-shadow:inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.glass-filter-list{display:flex;align-items:center;gap:4px;overflow-x:auto;scrollbar-width:none}.glass-filter-list::-webkit-scrollbar{display:none}.glass-filter-list button{height:36px;padding:0 11px;display:flex;align-items:center;gap:7px;border:0;border-radius:9px;color:#e4e9fba3;background:transparent;font:inherit;font-size:12px;white-space:nowrap;cursor:pointer;transition:.18s ease}.glass-filter-list button:hover{color:#fff;background:#ffffff0f}.glass-filter-list button.active{color:#fff;background:#836ee045;box-shadow:inset 0 0 0 1px #bbaeff21}.glass-filter-list em{min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;border-radius:6px;color:#e7ebffb8;background:#ffffff12;font-size:10px;font-style:normal}.filter-tag-dot{width:7px;height:7px;border-radius:50%;box-shadow:0 0 8px currentColor}.glass-tools{display:flex;align-items:center;gap:7px}.glass-tools .ant-input-affix-wrapper{width:220px;border-color:#ffffff1a;border-radius:9px;color:#edf1ff;background:#ffffff0f;box-shadow:none}.glass-tools .ant-input{color:#edf1ff;background:transparent;font-size:12px}.glass-tools .ant-input::placeholder{color:#e1e6fa5c}.glass-tools .ant-input-prefix{color:#e1e6fa61}.view-switch{padding:3px;display:flex;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff0a}.view-switch button{width:27px;height:26px;display:grid;place-items:center;border:0;border-radius:6px;color:#e3e8fa6b;background:transparent;cursor:pointer}.view-switch button.active{color:#fff;background:#8f79e757}.probe-refresh.ant-btn{border-color:#ffffff1a;color:#eff2ffad;background:#ffffff0d}.glass-node-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.glass-node-grid.list{grid-template-columns:1fr}.glass-node-card{min-width:0;padding:21px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:linear-gradient(145deg,#141a31c7,#0b1122ba);box-shadow:inset 0 1px #ffffff0f,0 18px 48px #0003;-webkit-backdrop-filter:blur(25px) saturate(1.2);backdrop-filter:blur(25px) saturate(1.2);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.glass-node-card:hover{transform:translateY(-2px);border-color:#beb2f642;box-shadow:inset 0 1px #ffffff12,0 22px 55px #0000003d}.glass-node-card.degraded{border-color:#f4bd5f45}.glass-node-card.offline{opacity:.76;filter:saturate(.62)}.glass-node-head{display:flex;align-items:center;gap:11px}.node-system-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:14px;color:#c5b8ff;background:linear-gradient(145deg,#8369e047,#3d82a433);font-size:20px}.node-title{min-width:0;flex:1;display:flex;flex-direction:column}.node-title h2{margin:0 0 5px;overflow:hidden;color:#fff;font-size:19px;letter-spacing:.2px;text-overflow:ellipsis;white-space:nowrap}.node-title small{display:flex;align-items:center;gap:6px;color:#dee4f899;font-size:11px}.node-title small b{color:#dee4f840;font-weight:400}.node-online{padding:6px 10px;display:flex;align-items:center;gap:7px;border:1px solid rgba(79,222,180,.13);border-radius:999px;color:#87ebce;background:#29a3811f;font-size:11px;white-space:nowrap}.node-online i{width:6px;height:6px;border-radius:50%;background:#4ae1b5;box-shadow:0 0 10px #4ae1b5}.node-online.degraded{border-color:#ffc25b21;color:#ffd17e;background:#c07d1c1f}.node-online.degraded i{background:#ffc45f;box-shadow:0 0 10px #ffc45f}.node-online.offline{border-color:#ffffff17;color:#e1e5f587;background:#ffffff0d}.node-online.offline i{background:#9da5bb;box-shadow:none}.node-plan-row{margin:16px 0;padding:11px 13px;display:flex;justify-content:space-between;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#e0e5f99e;background:#ffffff0a;font-size:11px}.node-plan-row span{display:flex;align-items:center;gap:5px}.node-plan-row strong{color:#f6f8ffd9;font-weight:600}.resource-stack{display:grid;gap:8px}.resource-row>div:first-child{margin-bottom:6px;display:flex;align-items:center;gap:9px;color:#e5e9faad;font-size:11px}.resource-row strong{margin-left:auto;color:#f8f9fff0;font-size:12px;font-variant-numeric:tabular-nums}.resource-row strong small{margin-left:7px;color:#dde2f78a;font-size:10px;font-weight:400}.load-averages{color:#dee2f680;font-size:10px}.resource-track{height:7px;overflow:hidden;border-radius:999px;background:#ffffff14}.resource-track i{height:100%;display:block;border-radius:inherit;box-shadow:0 0 12px currentColor;transition:width .35s ease}.resource-track i.purple{color:#a98bee;background:linear-gradient(90deg,#8067d6,#b699ff)}.resource-track i.green{color:#57d8ad;background:linear-gradient(90deg,#38ad8a,#63dfb8)}.resource-track i.blue{color:#62a6e6;background:linear-gradient(90deg,#4f83cf,#6eb8ed)}.resource-track i.pink{color:#e675a7;background:linear-gradient(90deg,#c75a8b,#ee87b4)}.traffic-detail-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.traffic-cell{min-width:0;padding:10px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.075);border-radius:9px;background:#ffffff09}.traffic-cell>span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:8px;font-size:12px}.traffic-cell>span.pink{color:#f49abd;background:#d8598b24}.traffic-cell>span.green{color:#82e2bc;background:#33b58924}.traffic-cell>span.purple{color:#b7a2f4;background:#8164da24}.traffic-cell>span.blue{color:#8bc4ed;background:#4184bd24}.traffic-cell div{min-width:0;display:flex;flex-direction:column}.traffic-cell small{overflow:hidden;color:#dce1f580;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.traffic-cell strong{margin-top:3px;overflow:hidden;color:#f7f8ffe6;font-size:11px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.node-bottom-grid{margin-top:12px;padding-top:13px;display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:10px;border-top:1px solid rgba(255,255,255,.08)}.node-bottom-grid>div{min-width:0;display:flex;align-items:center;gap:6px;color:#c4b8f5ad;font-size:11px}.node-bottom-grid span{min-width:0;display:flex;flex-direction:column;color:#dce1f680;font-size:9px}.node-bottom-grid strong{margin-top:3px;overflow:hidden;color:#f5f7ffdb;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.node-tag-row{margin-top:11px;display:flex;flex-wrap:wrap;gap:5px}.node-tag-row span{padding:5px 9px;border:1px solid rgba(169,154,235,.2);border-radius:7px;color:#cbc1f3cc;background:#765ec71c;font-size:10px;font-weight:600}.glass-empty{min-height:260px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.16);border-radius:17px;color:#e7ebfa85;background:#0e142778;text-align:center;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.glass-empty>.anticon{margin-bottom:11px;color:#c0aff9;font-size:27px}.glass-empty h3{margin:0 0 4px;color:#fafaffdb;font-size:15px}.glass-empty p{color:#e1e6f875;font-size:9px}.glass-privacy-note{margin-top:16px;padding:15px 17px;display:flex;align-items:center;gap:12px;border:1px solid rgba(133,222,202,.12);border-radius:14px;color:#86dfc9;background:#1c574f26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.glass-privacy-note>.anticon{font-size:20px}.glass-privacy-note>div:nth-child(2){display:flex;flex:1;flex-direction:column}.glass-privacy-note strong{color:#d9f8f1;font-size:9px}.glass-privacy-note div>span{margin-top:2px;color:#caf0e875;font-size:7px}.glass-privacy-tags{display:flex;gap:5px}.glass-privacy-tags span{padding:5px 7px;border:1px solid rgba(147,222,206,.11);border-radius:999px;color:#ccf0e88c!important;background:#ffffff09;font-size:6px!important}.glass-footer{min-height:64px;padding:12px max(24px,calc((100vw - 1440px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#e0e6f761;background:#070b17b3;border-top:1px solid rgba(255,255,255,.075);font-size:8px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.glass-footer span:first-child{color:#f0f2ffad}.glass-footer span:last-child{justify-self:end}.glass-footer i{width:5px;height:5px;margin-right:5px;display:inline-block;border-radius:50%;background:#50dbae;box-shadow:0 0 9px #50dbae}.glass-footer.github-footer{display:flex;justify-content:center}.github-footer a{padding:9px 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#eef1ffb3;background:#ffffff0b;font-size:11px;text-decoration:none;transition:.18s ease}.github-footer a:hover{border-color:#beb2f64d;color:#fff;background:#836ee029;transform:translateY(-1px)}.github-footer .anticon{font-size:15px}@media (max-width: 1080px){.glass-toolbar{align-items:stretch;flex-direction:column}.glass-filter-list{width:100%}.glass-tools{justify-content:flex-end}}@media (max-width: 820px){.glass-header{grid-template-columns:1fr auto}.glass-header-status{display:none}.glass-intro{align-items:flex-start;flex-direction:column}.privacy-seal{min-width:0}.glass-node-grid{grid-template-columns:1fr}.traffic-detail-grid,.node-bottom-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.probe-bg{background-position:66% center}.glass-header,.glass-shell{width:calc(100% - 22px)}.glass-header{margin-top:10px;padding:10px;border-radius:15px}.glass-brand small,.glass-header-actions .ant-btn span:not(.anticon),.glass-admin-link{display:none}.glass-shell{padding-top:34px}.glass-intro h1{font-size:34px}.glass-summary-grid{grid-template-columns:repeat(2,1fr)}.glass-summary-card{min-height:72px;padding:11px}.summary-icon{width:32px;height:32px;flex-basis:32px}.glass-tools{display:grid;grid-template-columns:auto 1fr auto}.glass-tools .ant-input-affix-wrapper{width:100%}.glass-node-card{padding:14px}.node-plan-row{align-items:flex-start;flex-direction:column;gap:6px}.load-averages{display:none}.glass-privacy-note{align-items:flex-start}.glass-privacy-tags{display:none}.glass-footer{grid-template-columns:1fr auto}.glass-footer>span:nth-child(2){display:none}}
