:root{--color-bg:#f4f7fb;--color-panel:#fff;--color-text:#172033;--color-muted:#667085;--color-primary:#2563eb;--color-primary-dark:#1e40af;--radius-card:18px;--shadow-card:0 18px 45px #0f172a1a}*{box-sizing:border-box}body{min-width:320px;color:var(--color-text);background:radial-gradient(circle at top left, #dbeafe 0, transparent 30%), var(--color-bg);margin:0;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh}.auth-shell{place-items:center;min-height:100vh;padding:32px;display:grid}.auth-card,.surface-card{border-radius:var(--radius-card);width:min(100%,460px);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #2563eb1a;padding:32px}.app-layout{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(160deg,#0f172a,#1d4ed8);padding:28px}.sidebar h1{margin:0 0 28px;font-size:24px}.nav-list{gap:10px;display:grid}.nav-link{color:#ffffffc7;border-radius:12px;padding:12px 14px}.nav-link.router-link-active{color:#fff;background:#ffffff29}.content{padding:32px}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mobile-shell{max-width:640px;min-height:100vh;margin:0 auto;padding:18px 18px 104px}.mobile-topbar{color:#fff;background:linear-gradient(135deg,#2563ebeb,#0ea5e9db),radial-gradient(circle at 100% 0,#ffffff6b,#0000 35%);border-radius:28px;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding:22px;display:flex;box-shadow:0 18px 42px #2563eb3d}.mobile-topbar h1{margin:6px 0;font-size:24px;line-height:1.15}.mobile-topbar p{color:#ffffffc7;margin:0}.mobile-eyebrow{letter-spacing:.08em;text-transform:uppercase;opacity:.78;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.mobile-logout{color:#fff;cursor:pointer;background:#ffffff29;border:1px solid #ffffff47;border-radius:999px;min-width:56px;padding:8px 10px}.mobile-content,.mobile-page{gap:16px;display:grid}.mobile-hero-card,.mobile-card{border:1px solid #2563eb17;border-radius:24px;box-shadow:0 14px 34px #0f172a14}.mobile-hero-card{background:linear-gradient(#fff,#eff6ff);padding:22px}.mobile-hero-card h2{margin:6px 0 8px;font-size:24px}.mobile-hero-card p{color:var(--color-muted);margin:0;line-height:1.7}.mobile-card.ant-card{overflow:hidden}.mobile-card .ant-card-head{border-bottom:1px solid #2563eb14}.mobile-card .ant-card-body{padding:20px}.mobile-tabs .ant-tabs-nav{margin-bottom:18px}.mobile-tabs .ant-tabs-tab{padding:10px 0}.mobile-tabs .ant-tabs-tab+.ant-tabs-tab{margin-left:22px}.mobile-control,.mobile-search,.mobile-textarea{width:100%}.mobile-alert{margin-bottom:14px}.mobile-record-list{margin-top:14px}.mobile-record-item{padding:14px 0!important}.mobile-nav{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #2563eb1a;border-radius:22px;gap:8px;padding:10px;display:grid;position:fixed;bottom:16px;left:max(18px,50vw - 302px);right:max(18px,50vw - 302px);box-shadow:0 18px 44px #0f172a24}.mobile-nav--two{grid-template-columns:repeat(2,1fr)}.mobile-nav--three{grid-template-columns:repeat(3,1fr)}.mobile-nav a{color:var(--color-muted);text-align:center;border-radius:16px;padding:11px 8px}.mobile-nav a.router-link-active{color:#fff;background:linear-gradient(135deg, var(--color-primary), #0ea5e9);box-shadow:0 10px 18px #2563eb38}@media (width<=800px){.app-layout{grid-template-columns:1fr}.sidebar{display:none}.content{padding:18px}}
