@charset "UTF-8";

:root {
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", sans-serif;
  color: #233b46;
  background: #f3f5f3;
  font-synthesis: none;
  --navy: #112a38;
  --navy-deep: #0d2431;
  --green: #187a67;
  --green-light: #e7f4ee;
  --blue: #235dd1;
  --ink: #233b46;
  --muted: #768791;
  --line: #e3e9e7;
  --paper: #ffffff;
  --workspace: #f3f5f3;
  --mono: "Cascadia Code", "Consolas", monospace;
}

* { box-sizing: border-box; }
body { margin: 0; font-size: 13px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #7bacec; outline-offset: 3px; }
svg { display: block; flex-shrink: 0; }
input, textarea, select { min-width: 0; }
input[type="checkbox"] { accent-color: var(--green); }
::selection { background: #cdece2; }
.skip-link { position: fixed; top: -70px; left: 20px; background: white; padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 10px; }
.boot-screen { min-height: 100dvh; display: grid; align-content: center; justify-items: center; color: var(--muted); }
.boot-mark { color: var(--green); font-size: 44px; }
.app-shell { min-height: 100dvh; display: grid; grid-template-columns: 238px minmax(0, 1fr); }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 238px; display: flex; flex-direction: column; color: #c3d2d8; background: var(--navy); z-index: 30; }
.brand { display: flex; gap: 11px; align-items: center; padding: 30px 25px 31px; color: white; }
.brand-mark { width: 36px; height: 39px; color: #98d5c0; }
.brand-name { display: block; font-size: 18px; letter-spacing: 2px; font-weight: 650; }
.brand-sub { display: block; color: #8fa5b0; font-family: var(--mono); font-size: 9px; letter-spacing: 2.8px; margin-top: 2px; }
.workspace-label { margin: 0 18px 24px; padding: 11px 13px; border: 1px solid #35505d; background: #193440; display: flex; align-items: center; gap: 10px; border-radius: 5px; font-size: 11px; }
.workspace-label strong { display: block; font-weight: 500; color: #dce6e8; }
.workspace-label small { color: #8fa6b1; font-size: 10px; }
.workspace-label > svg:last-child { margin-left: auto; color: #8298a4; }
.nav-scroll { overflow-y: auto; padding: 0 14px; }
.nav-group-label { font-size: 10px; color: #7e98a5; letter-spacing: 1.5px; padding: 0 15px; margin: 0 0 9px; }
.nav-group-label.secondary { margin-top: 26px; }
.nav-link { display: flex; align-items: center; gap: 12px; height: 43px; color: #aebfc8; border-radius: 5px; margin: 4px 0; padding: 0 15px; font-size: 12px; position: relative; transition: color .15s, background .15s; }
.nav-link svg { width: 17px; height: 17px; opacity: .85; }
.nav-link:hover { color: white; background: #1b3745; text-decoration: none; }
.nav-link.active { background: #294b59; color: #fff; }
.nav-link.active::before { content: ""; width: 3px; height: 18px; position: absolute; left: 0; background: #a1d8c3; border-radius: 2px; }
.nav-link.active svg { color: #a5dac8; opacity: 1; }
.nav-link .nav-number { margin-left: auto; font-size: 9px; font-family: var(--mono); color: #6e919d; }
.nav-link.active .nav-number { color: #9ec7c6; }
.sidebar-bottom { margin-top: auto; padding: 24px 22px 19px; }
.environment { display: flex; align-items: center; gap: 7px; color: #9fb4bc; font-size: 10px; padding-bottom: 19px; border-bottom: 1px solid #2b4452; }
.environment .dot { background: #84c8ac; box-shadow: 0 0 0 4px #21443f; }
.sidebar-user { display: flex; align-items: center; margin-top: 17px; gap: 10px; }
.avatar { display: inline-flex; width: 34px; height: 34px; background: #edf2ef; border: 1px solid #e0e8e3; border-radius: 50%; color: #457669; align-items: center; justify-content: center; font-size: 11px; font-weight: 650; flex-shrink: 0; }
.sidebar-user .avatar { background: #dcece5; border: 0; }
.sidebar-user-name { color: #e0e9eb; font-size: 12px; font-weight: 550; max-width: 120px; overflow: hidden; text-overflow: ellipsis; }
.sidebar-user-label { color: #8da5af; font-size: 10px; margin-top: 2px; }
.sidebar-user .icon-button { margin-left: auto; color: #a5bcc7; }
.app-main { grid-column: 2; min-width: 0; }
.topbar { min-height: 67px; padding: 0 36px; background: #fcfdfc; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.breadcrumbs { display: flex; gap: 11px; align-items: center; color: var(--muted); font-size: 11px; }
.breadcrumbs strong { color: #3b535e; font-weight: 500; }
.breadcrumbs svg { color: #a7b3b8; }
.topbar-right { display: flex; gap: 23px; align-items: center; color: #7e8e95; font-size: 11px; }
.topbar-date { font-family: var(--mono); font-size: 10px; }
.topbar .version { font-size: 9px; border: 1px solid var(--line); border-radius: 3px; padding: 2px 6px; letter-spacing: .4px; }
.topbar .mobile-menu { display: none; }
.content { padding: 31px 36px 24px; max-width: 1680px; margin: 0 auto; }
.page-header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 27px; }
.eyebrow { font-family: var(--mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #7c928d; margin: 0 0 7px; }
h1 { margin: 0 0 8px; font-size: 25px; line-height: 1.3; font-weight: 650; letter-spacing: 1px; color: #173542; }
.page-description { margin: 0; font-size: 11px; color: #809097; }
.page-actions { display: flex; gap: 9px; flex-shrink: 0; align-items: center; flex-wrap: wrap; }
.button { border: 1px solid #d7e0dc; background: white; border-radius: 4px; color: #4b626b; min-height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 12px; font-size: 11px; font-weight: 500; white-space: nowrap; transition: background .15s, border-color .15s; }
.button svg { width: 14px; height: 14px; }
.button:hover { background: #f6f9f7; border-color: #aebfb7; text-decoration: none; }
.button.primary { background: var(--green); color: white; border-color: var(--green); }
.button.primary:hover { background: #106151; border-color: #106151; }
.button.danger { background: #b4413d; border-color: #b4413d; color: white; }
.button.danger:hover { background: #92332f; }
.button.small { min-height: 29px; padding: 4px 9px; font-size: 10px; }
.button.ghost { background: transparent; border-color: transparent; }
.button.ghost:hover { background: #edf2ef; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border: 0; background: transparent; border-radius: 4px; color: #6b818a; }
.icon-button:hover { background: #e8efeb; color: var(--green); }
.icon-button svg { width: 17px; height: 17px; }
.sidebar .icon-button:hover { background: #2a4a57; color: white; }
.status-strip { border: 1px solid #dce7e0; background: #edf4ef; display: flex; align-items: center; gap: 9px; padding: 11px 15px; font-size: 10px; border-radius: 5px; color: #597568; margin-bottom: 22px; }
.status-strip strong { color: #366853; font-weight: 550; }
.status-strip .status-meta { margin-left: auto; color: #84988d; font-family: var(--mono); font-size: 9px; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: #268870; display: inline-block; flex-shrink: 0; }
.dot.warning { background: #bd923d; }
.stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; margin-bottom: 24px; }
.stat-card { background: white; border: 1px solid var(--line); border-radius: 6px; padding: 18px 20px 15px; min-width: 0; animation: enter .3s both; }
.stat-card:nth-child(2) { animation-delay: .04s; }
.stat-card:nth-child(3) { animation-delay: .08s; }
.stat-card:nth-child(4) { animation-delay: .12s; }
.stat-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #7b8b93; font-size: 11px; }
.stat-icon { background: #f0f6f2; color: #709484; padding: 6px; border-radius: 4px; }
.stat-icon svg { width: 15px; height: 15px; }
.stat-value { font-family: var(--mono); font-size: 30px; line-height: 1.15; margin: 13px 0 16px; color: #243e47; letter-spacing: -1px; }
.stat-value small { font-family: inherit; font-size: 13px; margin-left: 5px; letter-spacing: 0; color: #809197; }
.stat-foot { padding-top: 11px; border-top: 1px solid #edf0ed; display: flex; align-items: center; gap: 5px; color: #8a989e; font-size: 10px; }
.stat-foot strong { font-weight: 500; color: #4f8872; }
.overview-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(260px,1fr); gap: 20px; margin-bottom: 22px; }
.panel { border: 1px solid var(--line); background: var(--paper); border-radius: 6px; min-width: 0; }
.panel-header { padding: 17px 20px; border-bottom: 1px solid #edf0ee; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.panel-title { display: flex; align-items: center; gap: 8px; margin: 0; color: #2f4b55; font-size: 12px; font-weight: 650; }
.panel-title svg { width: 15px; height: 15px; color: #729187; }
.panel-subtitle { font-size: 9px; color: #8b9b9f; margin: 4px 0 0; }
.panel-body { padding: 20px; }
.panel-tag { font-size: 9px; color: #8d9b9f; letter-spacing: .3px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: #688b7d; font-size: 10px; border: 0; background: transparent; padding: 0; }
.text-link svg { width: 12px; height: 12px; }
.chart-wrap { padding: 22px 20px 11px; }
.chart-summary { display: flex; align-items: baseline; gap: 8px; margin-bottom: 17px; }
.chart-summary strong { font-family: var(--mono); font-size: 24px; font-weight: 400; color: #2c4c56; }
.chart-summary span { font-size: 10px; color: #8a9a9f; }
.traffic-chart { width: 100%; height: 157px; overflow: visible; }
.traffic-chart text { font-family: var(--mono); font-size: 9px; fill: #90a09f; }
.chart-note { color: #96a3a3; font-size: 9px; margin: 9px 0 0; }
.network-body { position: relative; padding: 21px 22px 16px; background-image: radial-gradient(#d9e3dd .7px,transparent .7px); background-size: 13px 13px; }
.network-row { display: flex; justify-content: center; align-items: center; }
.network-node { display: flex; align-items: center; gap: 9px; background: white; border: 1px solid #d7e3dd; border-radius: 5px; padding: 11px 13px; color: #456357; min-width: 155px; }
.network-node > svg { color: #5b8a74; }
.network-node strong { display: block; font-size: 11px; font-weight: 550; }
.network-node small { display: block; margin-top: 2px; font-size: 9px; color: #8d9d94; font-family: var(--mono); }
.network-node.core { background: #eaf5ee; border-color: #cbded2; }
.network-lines { height: 42px; width: 65%; display: block; margin: 0 auto; }
.network-children { display: flex; gap: 11px; justify-content: center; }
.network-children .network-node { flex: 1; min-width: 0; justify-content: center; padding: 10px 7px; }
.network-children .network-node strong { font-size: 10px; }
.network-caption { display: flex; gap: 6px; align-items: center; justify-content: center; color: #82998a; font-size: 9px; margin-top: 19px; }
.health-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #edf0ee; }
.health-item { padding: 12px 20px; }
.health-item + .health-item { border-left: 1px solid #edf0ee; }
.health-item span { display: block; font-size: 9px; color: #94a09e; }
.health-item strong { display: block; margin-top: 3px; font-family: var(--mono); font-size: 11px; color: #5a726a; font-weight: 400; }
.activity-list { padding: 4px 20px; }
.activity-item { display: flex; gap: 12px; padding: 13px 0; align-items: flex-start; border-bottom: 1px solid #eef2ef; }
.activity-item:last-child { border-bottom: 0; }
.activity-symbol { background: #f1f5f1; padding: 7px; border-radius: 4px; color: #759182; }
.activity-symbol svg { width: 13px; height: 13px; }
.activity-main { min-width: 0; flex: 1; }
.activity-main p { font-size: 11px; margin: 0; color: #4e6570; overflow-wrap: anywhere; }
.activity-main small { font-size: 9px; color: #98a3a6; display: block; margin-top: 4px; overflow-wrap: anywhere; }
.activity-time { color: #9aa5a7; font-size: 9px; white-space: nowrap; font-family: var(--mono); padding-top: 3px; }
.quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px; }
.quick-action { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; border: 1px solid #e4eae5; border-radius: 4px; padding: 14px; background: #fbfcfa; text-align: left; color: #476258; }
.quick-action svg { width: 19px; height: 19px; color: #7c9f8b; }
.quick-action strong { font-size: 11px; font-weight: 500; }
.quick-action span { font-size: 9px; color: #93a198; }
.quick-action:hover { background: #f0f6ef; border-color: #bad2c0; }
.workspace-footer { display: flex; justify-content: space-between; gap: 15px; padding: 24px 0 4px; color: #9ba8a7; font-size: 9px; letter-spacing: .2px; }
.workspace-footer span:last-child { font-family: var(--mono); }
.list-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.search-group { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.search-field { position: relative; display: flex; align-items: center; }
.search-field svg { position: absolute; left: 11px; width: 15px; height: 15px; color: #8ea19d; }
.search-field input { height: 34px; width: 240px; padding: 7px 12px 7px 34px; background: #fbfcfb; border: 1px solid #dfe7e1; border-radius: 4px; font-size: 11px; color: #425d60; }
input::placeholder, textarea::placeholder { color: #a1afa9; }
.filter-select { border: 1px solid #dfe7e1; border-radius: 4px; height: 34px; color: #71867c; background: #fff; padding: 5px 28px 5px 10px; font-size: 11px; }
.list-count { font-size: 10px; color: #8a9e95; white-space: nowrap; }
.list-count strong { color: #426558; font-family: var(--mono); font-weight: 400; }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; font-size: 11px; }
th { padding: 12px 20px; background: #fafcf9; color: #91a096; font-size: 10px; font-weight: 500; white-space: nowrap; border-bottom: 1px solid #e6ece6; }
td { padding: 14px 20px; border-bottom: 1px solid #edf1eb; color: #647970; vertical-align: middle; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fcfefb; }
.table-identity { display: flex; align-items: center; gap: 10px; min-width: 140px; }
.table-identity strong { color: #3c5850; font-size: 11px; font-weight: 550; display: block; }
.table-identity small, .cell-sub { display: block; font-size: 9px; color: #93a397; margin-top: 3px; }
.cell-main { color: #3f5d52; font-weight: 500; }
.mono { font-family: var(--mono); font-size: 10px; letter-spacing: -.2px; }
.muted { color: #91a199; }
.row-actions { display: flex; gap: 5px; align-items: center; white-space: nowrap; }
.row-actions .button { font-size: 10px; min-height: 28px; padding: 4px 8px; border-color: transparent; background: transparent; color: #557e6a; }
.row-actions .button:hover { background: #edf5ed; border-color: #d5e4d6; }
.row-actions .button.delete { color: #a17366; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 7px; background: #edf5ee; border: 1px solid #deebdf; border-radius: 3px; font-size: 9px; font-weight: 400; white-space: nowrap; color: #578267; }
.badge::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.badge.gray { background: #f2f4f1; color: #8e9b93; border-color: #e6e9e3; }
.badge.orange { background: #fcf4e9; color: #aa873d; border-color: #f0e5ce; }
.badge.blue { background: #edf3f9; color: #6c8ba5; border-color: #dfe8f0; }
.badge.red { background: #fbf0ed; color: #b27b6c; border-color: #f1e0d9; }
.pagination { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-top: 1px solid var(--line); font-size: 10px; color: #94a096; }
.pagination-controls { display: flex; gap: 8px; align-items: center; }
.pagination-controls .icon-button { border: 1px solid var(--line); width: 26px; height: 26px; }
.pagination-controls .page-indicator { min-width: 45px; text-align: center; font-family: var(--mono); font-size: 10px; color: #637d6c; }
.empty-state { padding: 50px 25px; text-align: center; color: #8a9e91; }
.empty-state > svg { width: 36px; height: 36px; margin: 0 auto 15px; color: #afc7b7; }
.empty-state h3 { color: #5b7b67; font-size: 13px; font-weight: 550; margin: 0 0 8px; }
.empty-state p { max-width: 400px; margin: 0 auto 18px; font-size: 11px; line-height: 1.8; }
.loading { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 250px; color: #8ba18f; font-size: 11px; }
.spinner { height: 17px; width: 17px; border-radius: 50%; border: 2px solid #d6e4d8; border-top-color: #5c8d6b; animation: spin .7s linear infinite; }
.inline-notice { border: 1px solid #dbe6dc; background: #f4f8f1; padding: 12px 14px; border-radius: 4px; font-size: 11px; color: #708772; line-height: 1.8; }
.inline-notice p { margin: 0; }
.inline-notice.warning { background: #fff8ee; border-color: #f1e0bd; color: #927839; }
.inline-notice.error { background: #fff2ef; border-color: #f0d4ca; color: #9b6658; }
.settings-layout { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(240px,.8fr); gap: 24px; }
.settings-form { padding: 25px; }
.settings-form .form-grid { max-width: 720px; }
.settings-aside { padding: 24px; }
.settings-aside h3 { font-size: 12px; margin: 0 0 15px; color: #567460; }
.settings-aside p { font-size: 11px; color: #8c9d8d; line-height: 1.9; }
.settings-aside svg { color: #83a18c; margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field > span, .field > label { color: #597461; font-size: 11px; font-weight: 500; }
.field .required { color: #b18169; margin-left: 3px; }
.field input:not([type=checkbox]), .field select, .field textarea { width: 100%; border: 1px solid #dbe3d8; border-radius: 4px; padding: 9px 11px; min-height: 38px; background: white; color: #3e604a; font-size: 12px; }
.field input[readonly] { background: #f5f8f3; color: #719073; }
.field textarea { resize: vertical; min-height: 110px; line-height: 1.8; }
.field textarea.code { font-family: var(--mono); font-size: 11px; min-height: 170px; }
.field small { color: #95a48f; font-size: 10px; line-height: 1.6; }
.field input[type=file] { padding: 8px; font-size: 10px; }
.checkbox-field { flex-direction: row; align-items: flex-start; gap: 9px; padding: 8px 0; }
.checkbox-field input { margin: 3px 0 0; width: 14px; height: 14px; }
.checkbox-field span { font-size: 11px; color: #56755d; }
.checkbox-field small { display: block; margin-top: 4px; }
.form-footer { display: flex; justify-content: flex-end; gap: 9px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e8eee3; }
.form-error { margin: 16px 0 0; color: #a56852; background: #fbf0ea; border: 1px solid #efdbcd; border-radius: 4px; padding: 10px 12px; font-size: 11px; }
.form-error:empty { display: none; }
dialog { border: 1px solid #dbe4d6; width: min(620px, calc(100vw - 32px)); max-height: calc(100dvh - 48px); border-radius: 9px; padding: 0; color: var(--ink); box-shadow: 0 28px 110px #112a3833; }
dialog::backdrop { background: #0c273866; backdrop-filter: blur(3px); }
.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid #e8eee2; position: sticky; top: 0; background: white; z-index: 1; }
.modal-header h2 { margin: 0; font-size: 16px; color: #2f513c; font-weight: 600; }
.modal-header p { margin: 4px 0 0; font-size: 10px; color: #91a28c; }
.modal-body { padding: 23px 24px; }
.modal-body > p:first-child { margin-top: 0; }
.modal-confirm { color: #70886b; font-size: 12px; line-height: 1.9; }
.detail-grid { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 12px; font-size: 11px; margin: 0 0 24px; }
.detail-grid dt { color: #91a48a; }
.detail-grid dd { margin: 0; color: #496b48; overflow-wrap: anywhere; }
.json-viewer { background: #f6f8f3; border: 1px solid #e4ebdc; padding: 15px; border-radius: 5px; overflow: auto; max-height: 320px; font-family: var(--mono); font-size: 10px; color: #64815b; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.token-output { width: 100%; padding: 14px; border: 1px solid #c8dec6; background: #eff7ec; font-family: var(--mono); font-size: 11px; line-height: 1.8; overflow-wrap: anywhere; color: #486f40; border-radius: 4px; margin: 16px 0; user-select: all; }
.token-list { margin-top: 23px; border-top: 1px solid var(--line); }
.token-row { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #edf1e8; }
.token-row strong { font-size: 11px; color: #5d7854; }
.token-row small { font-size: 9px; display: block; color: #99aa8f; margin-top: 3px; }
.token-create { display: flex; align-items: flex-end; gap: 9px; }
.token-create .field { flex: 1; }
.token-create .button { min-height: 38px; }
.toast-stack { position: fixed; bottom: 22px; right: 24px; display: flex; flex-direction: column; gap: 9px; z-index: 100; max-width: min(380px,calc(100vw - 32px)); }
.toast { padding: 12px 17px; background: #173c31; color: #f1f6ee; font-size: 11px; border-radius: 5px; box-shadow: 0 5px 25px #173c3120; display: flex; gap: 10px; align-items: center; animation: enter .2s both; }
.toast.error { background: #97583f; }
.toast svg { width: 16px; height: 16px; }
.login-page { min-height: 100dvh; display: grid; grid-template-columns: 1.1fr 1fr; background: #f6f8f3; }
.login-art { background: var(--navy); padding: 45px 55px; color: #d3e2df; display: flex; flex-direction: column; overflow: hidden; position: relative; }
.login-art .brand { padding: 0; position: relative; z-index: 1; }
.login-story { margin: auto 0; position: relative; z-index: 1; max-width: 550px; padding: 80px 0 50px; }
.login-story .eyebrow { color: #86ad9f; margin-bottom: 20px; letter-spacing: 3px; }
.login-story h1 { color: #edf4ed; font-size: clamp(30px,3.3vw,48px); font-weight: 400; line-height: 1.5; letter-spacing: 3px; margin-bottom: 25px; }
.login-story p { font-size: 12px; line-height: 2.1; color: #8da9a4; max-width: 330px; }
.login-topology { width: 100%; max-width: 490px; height: 190px; color: #547769; margin-top: 45px; }
.login-art::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#6a9e8610 1px, transparent 1px),linear-gradient(90deg,#6a9e8610 1px,transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(transparent,#000); pointer-events: none; }
.login-art-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 15px; color: #6c9183; font-size: 9px; letter-spacing: 1px; font-family: var(--mono); }
.login-workspace { display: flex; align-items: center; justify-content: center; padding: 60px 42px; }
.login-card { max-width: 350px; width: 100%; }
.login-icon { display: flex; align-items: center; justify-content: center; background: #e6efe1; border: 1px solid #d7e4cf; color: #5d8752; width: 44px; height: 44px; border-radius: 9px; margin-bottom: 27px; }
.login-icon svg { width: 21px; height: 21px; }
.login-card h2 { margin: 0 0 8px; font-size: 26px; font-weight: 550; letter-spacing: 1px; color: #2b4d38; }
.login-card > p { color: #8a9e83; font-size: 11px; margin: 0 0 31px; }
.login-card .field { margin-bottom: 20px; }
.login-card .field input { min-height: 44px; padding: 12px 13px; background: #fcfef9; }
.login-card .button { width: 100%; min-height: 44px; margin-top: 5px; font-size: 12px; justify-content: space-between; padding: 10px 15px; }
.login-note { font-size: 10px; color: #9aab90; margin-top: 22px; display: flex; align-items: center; gap: 7px; }
.login-note svg { width: 12px; height: 12px; }
.login-divider { border-top: 1px solid #dfe7d8; margin-top: 43px; padding-top: 18px; color: #a0af97; font-size: 9px; line-height: 1.9; }
.visually-hidden { position: absolute; height: 1px; width: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mobile-shade { display: none; }
.nav-link { font-size: 13px; }
.page-description { font-size: 12px; }
.button { font-size: 12px; }
.stat-top { font-size: 12px; }
.stat-foot { font-size: 11px; }
.panel-title { font-size: 13px; }
.panel-subtitle, .panel-tag { font-size: 10px; }
.activity-main p { font-size: 12px; }
.activity-main small, .activity-time { font-size: 10px; }
.quick-action strong { font-size: 12px; }
.quick-action span { font-size: 10px; }
table { font-size: 12px; }
th { font-size: 11px; }
.table-identity strong { font-size: 12px; }
.table-identity small, .cell-sub { font-size: 10px; }
.badge, .mono { font-size: 11px; }
.field > span, .field > label { font-size: 12px; }
.field input:not([type=checkbox]), .field select, .field textarea { font-size: 13px; }
.field input:disabled, .field select:disabled { background: #f4f7f2; color: #8b9d88; }
.field small { font-size: 11px; }
.login-card > p { font-size: 12px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width:1600px) { .content { padding-top: 38px; } .stats-grid { gap: 22px; } .stat-card { padding: 22px 25px 18px; } .stat-value { font-size: 36px; margin: 18px 0; } .overview-grid { gap: 25px; } .traffic-chart { height: 180px; } }
@media (max-width:1180px) { .app-shell { grid-template-columns: 209px minmax(0,1fr); } .sidebar { width: 209px; } .brand { padding-inline: 19px; } .brand-name { font-size: 16px; } .brand-sub { font-size: 8px; letter-spacing: 2px; } .topbar { padding-inline: 25px; } .content { padding: 28px 25px; } .stats-grid { gap: 12px; } .stat-card { padding: 16px; } .stat-value { font-size: 27px; } th, td { padding-inline: 15px; } .overview-grid { grid-template-columns: minmax(0,1.35fr) minmax(250px,1fr); } .network-children { gap: 7px; } .network-node { gap: 6px; } .network-children .network-node svg { display: none; } }
@media (max-width:960px) { .overview-grid { grid-template-columns: minmax(0,1fr); } .stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .network-children .network-node svg { display: block; } .network-body { padding-block: 20px; } .settings-layout { grid-template-columns: 1fr; } .settings-aside { display: none; } .topbar-date { display: none; } .login-art { padding: 35px; } .login-story h1 { font-size: 33px; } }
@media (max-width:700px) { .app-shell { display: block; } .sidebar { transform: translateX(-100%); width: 238px; transition: transform .2s; } .menu-open .sidebar { transform: translateX(0); } .mobile-shade { display: block; position: fixed; inset: 0; background: #0e293866; z-index: 25; border: 0; visibility: hidden; opacity: 0; transition: opacity .2s; } .menu-open .mobile-shade { visibility: visible; opacity: 1; } .mobile-menu { display: inline-flex; } .topbar { padding-inline: 15px; min-height: 57px; } .breadcrumbs { gap: 7px; font-size: 10px; } .breadcrumbs .breadcrumb-home { display: none; } .topbar-right { gap: 7px; } .content { padding: 23px 17px; } .page-header { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 22px; } h1 { font-size: 23px; } .page-description { font-size: 10px; } .page-actions { width: 100%; } .page-actions .button { flex: 1; } .status-strip { align-items: flex-start; font-size: 9px; } .status-strip .dot { margin-top: 4px; } .status-strip .status-meta { display: none; } .stats-grid { gap: 11px; margin-bottom: 18px; } .stat-card { padding: 13px 14px; } .stat-top { font-size: 10px; } .stat-icon { padding: 4px; } .stat-value { font-size: 27px; margin: 13px 0; } .stat-foot { font-size: 9px; } .overview-grid { gap: 17px; margin-bottom: 17px; } .panel-header { padding: 15px; } .panel-body { padding: 17px; } .list-toolbar { flex-direction: column; align-items: stretch; padding: 15px; } .search-group { flex-wrap: nowrap; } .search-field { flex: 1; min-width: 0; } .search-field input { width: 100%; } .list-count { display: none; } .filter-select { max-width: 110px; } th, td { padding: 12px 14px; } .pagination { padding: 12px 14px; font-size: 9px; gap: 10px; } .workspace-footer { flex-direction: column; gap: 6px; font-size: 8px; } .activity-time { font-size: 8px; } .activity-main p { font-size: 10px; } .form-grid { grid-template-columns: 1fr; gap: 16px; } .field.full { grid-column: 1; } .modal-header { padding: 16px 18px; } .modal-body { padding: 19px 18px; } .settings-form { padding: 20px 17px; } .login-page { grid-template-columns: 1fr; } .login-art { min-height: auto; padding: 25px 26px; } .login-story { padding: 34px 0 9px; margin: 0; } .login-story .eyebrow { margin-bottom: 12px; font-size: 8px; } .login-story h1 { font-size: 25px; letter-spacing: 2px; margin-bottom: 10px; } .login-story h1 br { display: none; } .login-story p { font-size: 10px; line-height: 1.8; max-width: 100%; } .login-topology, .login-art-footer { display: none; } .login-workspace { padding: 35px 28px; } .login-card { max-width: 400px; } .login-icon { display: none; } .login-card h2 { font-size: 22px; } .login-card > p { margin-bottom: 24px; } .login-divider { margin-top: 25px; } .toast-stack { bottom: 16px; right: 16px; } }
@media (prefers-reduced-motion:reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
@media (max-width:700px) { .topbar .mobile-menu { display: inline-flex; } }
