:root{--console-bg: #f4f7fb;--console-panel: #ffffff;--console-panel-soft: #f8fbff;--console-border: #d9e3f1;--console-text: #17253d;--console-text-soft: #5f718c;--console-primary: #2367ff;--console-primary-soft: #eaf1ff;--console-success: #1f9d6a;--console-warning: #c98a12;--console-danger: #d14343;--console-shadow: 0 18px 48px rgba(29, 56, 95, .08);--console-radius-lg: 24px;--console-radius-md: 18px;--console-radius-sm: 12px}body{margin:0;font-family:Segoe UI,Microsoft YaHei,sans-serif;background:var(--console-bg);color:var(--console-text)}#root{min-height:100vh}.page{padding:24px}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:radial-gradient(circle at top left,rgba(70,122,255,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(65,184,230,.15),transparent 28%),linear-gradient(180deg,#f6f9fd,#edf3fb)}.auth-screen__panel{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,420px);gap:24px;align-items:stretch}.auth-screen__aside{padding:48px;border-radius:28px;background:linear-gradient(160deg,#0f1e38,#12396e 58%,#15578f);color:#f5fbff;box-shadow:0 28px 80px #122c582e}.auth-screen__eyebrow{display:inline-flex;margin-bottom:18px;padding:6px 12px;border-radius:999px;background:#ffffff1f;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.auth-screen__title{color:#fff!important;margin-bottom:16px!important;line-height:1.15!important}.auth-screen__desc{color:#ebf5ffd1!important;max-width:560px;font-size:16px}.auth-screen__highlights{margin-top:28px;color:#d8ebff;font-size:15px}.auth-screen__highlights span{display:inline-flex;align-items:center;gap:8px}.auth-screen__highlights span:before{content:"";width:8px;height:8px;border-radius:999px;background:#5ee8ff;box-shadow:0 0 12px #5ee8ffb3}.auth-screen__card{display:flex;flex-direction:column;justify-content:center;border-radius:28px!important;box-shadow:0 22px 70px #1c3d6e1f!important}.console-shell{min-height:100vh;background:linear-gradient(180deg,#f7faff,#f2f6fb)}.console-shell__sider{background:#ffffffd1!important;border-right:1px solid var(--console-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.console-shell__brand{padding:24px 20px 12px}.console-shell__brand-mark{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--console-primary-soft);color:var(--console-primary);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.console-shell__brand-title{display:block;margin-top:14px;font-size:18px;font-weight:700;color:var(--console-text)}.console-shell__brand-subtitle{display:block;margin-top:6px;color:var(--console-text-soft);font-size:13px;line-height:1.6}.console-shell__menu.ant-menu{background:transparent!important;border-inline-end:none!important;color:var(--console-text-soft)}.console-shell__menu.ant-menu .ant-menu-item{margin:6px 12px;border-radius:12px}.console-shell__menu.ant-menu .ant-menu-item-selected{background:var(--console-primary-soft)!important;color:var(--console-primary)!important;font-weight:600}.console-shell__header{background:transparent!important;padding:20px 24px 0!important;height:auto!important;line-height:normal!important}.console-shell__hero{background:linear-gradient(145deg,#fffffff0,#f8fbffe0);border:1px solid rgba(217,227,241,.9);border-radius:var(--console-radius-lg);box-shadow:var(--console-shadow);padding:24px 28px}.console-shell__hero-title{margin:0!important}.console-shell__hero-subtitle{margin:8px 0 0!important;color:var(--console-text-soft)!important}.console-shell__content{padding:20px 24px 24px!important}.console-page{display:flex;flex-direction:column;gap:20px}.console-panel{border-radius:var(--console-radius-md)!important;border-color:var(--console-border)!important;box-shadow:var(--console-shadow)!important}.console-panel--soft{background:var(--console-panel-soft)}.console-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.console-stat-card{padding:22px;border-radius:var(--console-radius-md);background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--console-border);box-shadow:var(--console-shadow)}.console-stat-card__label{color:var(--console-text-soft);font-size:13px}.console-stat-card__value{margin-top:12px;font-size:28px;font-weight:700;color:var(--console-text)}.console-stat-card__hint{margin-top:8px;color:var(--console-text-soft);font-size:12px}.console-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.console-toolbar__title{margin:0!important}.console-toolbar__desc{margin:6px 0 0!important;color:var(--console-text-soft)!important}.console-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.console-kv{display:grid;gap:12px}.console-kv__item{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px dashed var(--console-border)}.console-kv__item:last-child{border-bottom:none}.console-kv__label{color:var(--console-text-soft)}.console-kv__value{font-weight:600;color:var(--console-text)}.selected-row td{background:#eef4ff!important}@media (max-width: 1180px){.console-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 960px){.auth-screen{padding:16px}.auth-screen__panel,.console-grid-2{grid-template-columns:1fr}.auth-screen__aside{padding:28px}}@media (max-width: 640px){.console-stat-grid{grid-template-columns:1fr}}
