:root{--bg:#ffffff;--panel:#ffffff;--panel-2:#f8fafc;--line:#e9edf3;--text:#172033;--muted:#667085;--brand:#1677ff;--brand-strong:#0958d9;--red:#b42318;--amber:#b54708;--blue:#175cd3;--green:#1677ff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}.shell{min-height:100vh;background:#fff}.brand{display:flex;gap:10px;align-items:center;height:64px;padding:0 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text)}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--brand);color:#fff;font-weight:800}.brand-title{margin:0;font-size:15px;font-weight:750}.brand-subtitle{margin:2px 0 0;color:var(--muted);font-size:12px}.main{min-width:0}.topbar.ant-layout-header{display:flex;height:64px;min-height:64px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;line-height:normal;padding:10px 28px}.topbar.ant-layout-header>div:first-child{min-width:0}.topbar .ant-typography,.topbar h1.ant-typography,.topbar h2.ant-typography,.topbar h3.ant-typography,.topbar h4.ant-typography{margin:0;line-height:normal}.topbar h1.ant-typography,.topbar h2.ant-typography,.topbar h3.ant-typography,.topbar h4.ant-typography{font-size:15px;font-weight:750}.topbar .ant-typography-secondary{display:block;margin-top:2px;color:var(--muted);font-size:12px}.user-switcher{display:flex;gap:8px;align-items:center}.content{padding:22px 24px 40px}.content.compact{padding:22px 28px 40px}.grid{display:grid;grid-gap:14px;gap:14px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.toolbar{gap:10px;margin-bottom:14px}.page-toolbar,.toolbar{display:flex;flex-wrap:wrap;align-items:center}.page-toolbar{gap:12px;justify-content:space-between}.muted{color:var(--muted)}.small{font-size:12px}.list{display:grid;grid-gap:9px;gap:9px}.list-item{display:grid;grid-gap:8px;gap:8px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack{display:grid;grid-gap:10px;gap:10px}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.qr-box{display:grid;width:132px;height:132px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff}.login-page{min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:28px;background:radial-gradient(circle at 24% 18%,rgba(22,119,255,.14),transparent 32%),radial-gradient(circle at 80% 72%,rgba(15,23,42,.08),transparent 30%),linear-gradient(#f8fafc,#eef4fb);position:relative}.login-page:before{position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,.045) 1px,transparent 0),linear-gradient(90deg,rgba(15,23,42,.045) 1px,transparent 0);background-size:48px 48px;content:"";-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 82%);mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 82%)}.login-shell{position:relative;z-index:1;display:grid;width:min(1040px,100%);min-height:620px;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);grid-gap:28px;gap:28px;align-items:stretch}.login-intro{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:42px;border:1px solid rgba(226,232,240,.82);border-radius:18px;background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-brand-mark{display:grid;width:50px;height:50px;place-items:center;border-radius:14px;background:#1677ff;color:#fff;font-weight:800;letter-spacing:.02em;box-shadow:0 14px 30px rgba(22,119,255,.28)}.login-kicker{display:block;margin-top:32px;color:#1677ff;font-size:12px;font-weight:700;text-transform:uppercase}.login-brand-title.ant-typography{margin:12px 0 14px;color:#111827;font-size:48px;line-height:1.08;font-weight:800}.login-brand-copy{display:block;max-width:420px;color:#5b6472;font-size:15px;line-height:1.8}.login-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:46px}.login-feature-grid>div{min-height:104px;padding:14px;border:1px solid rgba(226,232,240,.88);border-radius:12px;background:rgba(255,255,255,.68)}.login-feature-grid strong{display:block;margin-bottom:8px;color:#172033;font-size:14px}.login-feature-grid span{color:#667085;font-size:12px;line-height:1.6}.login-form-wrap{display:grid;align-items:stretch;min-width:0}.login-card{width:100%;height:100%;border:1px solid rgba(226,232,240,.92);border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 34px 92px rgba(15,23,42,.18),0 10px 26px rgba(15,23,42,.08);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.login-card .ant-card-body{display:flex;min-height:100%;flex-direction:column;justify-content:center;background:transparent;padding:38px}.login-card-heading h3.ant-typography{margin:0 0 8px;color:#111827;font-size:28px;font-weight:750}.login-card .ant-form-item-label>label{color:#273142;font-weight:650}.login-card .ant-input,.login-card .ant-input-affix-wrapper{border-color:#dce4ef;background:rgba(255,255,255,.86)}.login-submit{height:44px;box-shadow:0 10px 22px rgba(22,119,255,.24)}@media (max-width:1000px){.login-shell{grid-template-columns:1fr}.login-intro{min-height:auto}.ant-form.form-grid,.grid.cols-3,.grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-hero{align-items:flex-start;flex-direction:column}.resource-actions{width:100%}.resource-search{flex:1 1;width:auto}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.login-page{padding:14px}.login-shell{min-height:auto;gap:14px}.login-card .ant-card-body,.login-intro{padding:24px}.login-brand-title.ant-typography{font-size:34px}.login-feature-grid{grid-template-columns:1fr;margin-top:28px}.row,.topbar{align-items:flex-start;flex-direction:column}.content,.topbar{padding-left:14px;padding-right:14px}.ant-form.form-grid,.grid.cols-2,.grid.cols-3,.grid.cols-4,.resource-grid{grid-template-columns:1fr}.resource-actions{align-items:stretch;flex-direction:column}.resource-search{width:100%}}.ant-layout-sider{min-height:100vh;border-right:1px solid var(--line)}.ant-card{border-radius:8px;border-color:var(--line);box-shadow:none}.ant-card .ant-card-head{min-height:48px;border-bottom-color:var(--line)}.ant-card .ant-card-body{padding:18px}.ant-table-wrapper .ant-table{border-radius:8px}.ant-table-wrapper .ant-table-thead>tr>th{font-size:12px;font-weight:700}.ant-menu{-webkit-border-end:0!important;border-inline-end:0!important;padding:10px}.ant-menu .ant-menu-item{height:40px;margin-inline:0;margin-block:4px;width:100%;color:#475467}.ant-menu .ant-menu-item-selected{font-weight:700}.ant-menu .ant-menu-item .ant-menu-item-icon{color:#667085}.ant-menu .ant-menu-item-selected .ant-menu-item-icon{color:var(--brand)}.ant-statistic-title{color:var(--muted)!important;font-size:13px!important}.ant-statistic-content{color:var(--text)!important;font-weight:750}.ant-tag{-webkit-margin-end:0;margin-inline-end:0;border-radius:999px;padding-inline:8px;line-height:22px}.ant-btn{box-shadow:none}.ant-input,.ant-input-affix-wrapper,.ant-picker,.ant-select-selector{border-color:var(--line)!important}.metric-card{position:relative;overflow:hidden}.metric-card:before{position:absolute;top:0;left:0;width:4px;height:100%;content:""}.metric-card svg{color:#98a2b3}.metric-card-primary:before{background:#1677ff}.metric-card-blue:before{background:#2563eb}.metric-card-cyan:before{background:#4096ff}.metric-card-amber:before{background:#d97706}.stat-row{display:grid;grid-gap:8px;gap:8px}.stat-list{display:grid;grid-gap:14px;gap:14px}.stat-list.compact{gap:12px}.stat-row-head,.workload-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.ant-form.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:12px;column-gap:12px}.ant-form.form-grid .wide{grid-column:span 2}.resource-page{display:grid;grid-gap:22px;gap:22px}.resource-hero{display:flex;align-items:center;justify-content:space-between;gap:16px}.resource-filter-row{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.resource-filter.ant-btn{height:36px;border-color:#dbe5f2;font-weight:650}.resource-filter.active.ant-btn{box-shadow:0 8px 18px rgba(22,119,255,.18)}.resource-search{width:min(360px,38vw)}.resource-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.resource-form-grid .ant-form-item{margin-bottom:14px}.resource-form-grid .ant-form-item-label{padding-bottom:5px}.resource-section{display:grid;grid-gap:14px;gap:14px}.resource-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.resource-card.ant-card{position:relative;min-height:218px;overflow:hidden;border-color:#edf1f7;border-radius:8px;cursor:-webkit-grab;cursor:grab;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.resource-card.ant-card:hover{border-color:#c9ddff;box-shadow:0 14px 34px rgba(23,42,77,.08);transform:translateY(-2px)}.resource-card.dragging{cursor:-webkit-grabbing;cursor:grabbing;opacity:.52}.resource-card.drag-over{border-color:#1677ff;box-shadow:0 0 0 3px rgba(22,119,255,.12)}.resource-card .ant-card-body{display:flex;height:100%;min-height:218px;flex-direction:column;align-items:center;padding:18px}.resource-card-toolbar{position:absolute;top:14px;right:14px;display:flex;gap:4px}.resource-card-toolbar .ant-btn{width:28px;height:28px;padding:0;background:#f8fafc;color:#8a98ad}.resource-card-toolbar .ant-btn:hover{background:#eef4ff;color:var(--brand)}.resource-card-icon{display:grid;width:52px;height:52px;place-items:center;margin-top:4px;border-radius:14px;background:#eef4ff;color:var(--brand);font-size:22px;font-weight:800}.resource-card-doc .resource-card-icon{background:linear-gradient(180deg,#eef6ff,#f8fbff);color:var(--brand);box-shadow:inset 0 0 0 1px #dceaff}.resource-card-name{display:-webkit-box;width:100%;min-height:42px;margin-top:14px;overflow:hidden;color:#172033;font-size:15px;font-weight:760;line-height:1.4;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2}.resource-card-meta{justify-content:center;max-width:100%;min-height:24px;margin-top:2px}.resource-card-tags{justify-content:center;min-height:24px;margin-top:6px}.resource-status-dot{width:8px;height:8px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 2px rgba(22,119,255,.14)}.resource-card-note{display:-webkit-box;width:100%;min-height:36px;margin-top:8px;overflow:hidden;font-size:12px;line-height:1.5;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:2}.resource-card-divider{width:100%;height:1px;margin:auto 0 12px;background:#edf1f7}.resource-card .ant-btn-primary{background:#eaf2ff;color:var(--brand);font-weight:700}.resource-card .ant-btn-primary:hover{background:#dbeafe!important;color:var(--brand)!important}.device-type-list{display:grid;grid-gap:8px;gap:8px}.device-type-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:8px 10px;border:1px solid #edf1f7;border-radius:8px;background:#fff}.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.resource-card .ant-space{row-gap:8px!important}@media (min-width:1440px){.resource-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1920px){.resource-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}