html,body,#root{margin:0;min-height:100%;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:#f8fafc;color:#0f172a}*{box-sizing:border-box}:root{--admin-bg: #f8fafc;--admin-panel: #ffffff;--admin-text: #0f172a;--admin-text-secondary: #64748b;--admin-text-tertiary: #94a3b8;--admin-border: #e2e8f0;--admin-primary: #0f172a;--admin-shadow: none;--admin-shadow-soft: none}:root[data-theme=dark]{--admin-bg: #020617;--admin-panel: #111827;--admin-text: #e2e8f0;--admin-text-secondary: #94a3b8;--admin-text-tertiary: #64748b;--admin-border: #334155;--admin-primary: #e2e8f0;--admin-shadow: none;--admin-shadow-soft: none}.ant-layout{height:100vh}.page-card{border-radius:0;border:none;background:var(--admin-panel);box-shadow:var(--admin-shadow-soft)}.page-toolbar{display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;margin-bottom:16px}.page-toolbar-left,.page-toolbar-right{display:flex;gap:12px;flex-wrap:wrap}.list-page{display:flex;flex-direction:column;gap:20px;height:100%}.list-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.list-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.list-page-actions .ant-btn,.list-page-actions .ant-select,.list-page-actions .ant-input,.list-page-actions .ant-input-affix-wrapper,.list-page-actions .ant-picker{width:auto;min-width:120px}.list-page-filter-card .ant-card-body,.list-page-table-card .ant-card-body{padding:20px 24px}.list-page-table-card{flex:1;display:flex;flex-direction:column;min-height:0}.list-page-table-card .ant-card-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.list-page-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:center}.list-page-filter-grid .ant-input,.list-page-filter-grid .ant-input-affix-wrapper,.list-page-filter-grid .ant-select,.list-page-filter-grid .ant-picker{width:100%}.ant-table{table-layout:fixed!important}.ant-table-cell{padding:12px!important}th.ant-table-cell-fix-right,td.ant-table-cell-fix-right{width:120px!important;min-width:120px!important;max-width:120px!important}.table-ops{width:90px;min-width:90px;max-width:90px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:8px;margin:0 auto;padding:0}.table-ops .ant-btn{width:100%!important;display:flex;justify-content:center;align-items:center;margin:0!important}.table-ops .ant-space,.table-ops .ant-space-item,.table-ops .ant-select,.table-ops .ant-input,.table-ops .ant-input-affix-wrapper,.table-ops .ant-picker,.table-ops .ant-segmented{width:100%}.table-ops .ant-switch{align-self:center}.table-ops .order-status-select{width:100%}.admin-shell{background:var(--admin-bg);height:100vh;overflow:hidden}.admin-panel{background:var(--admin-panel);border:none;border-radius:0;box-shadow:var(--admin-shadow-soft)}.admin-page-hero{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.admin-page-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--admin-text-secondary)}.admin-page-kicker:before{content:"";width:6px;height:6px;border-radius:0;background:var(--admin-text-secondary)}.admin-page-title{margin:0!important;font-size:28px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.02em;color:var(--admin-text)!important}.admin-page-desc{max-width:640px;margin:0!important;color:var(--admin-text-secondary)!important;font-size:14px;line-height:1.6}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,480px) minmax(360px,420px);grid-template-rows:1fr auto;align-items:center;justify-content:center;gap:64px;padding:32px;background:#f8fafc}.login-aside{display:flex;flex-direction:column;gap:16px;padding:0;grid-row:1}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:8px}.login-brand-logo{height:32px;width:auto;max-width:180px;object-fit:contain;flex-shrink:0;display:block}.login-brand-title{font-size:20px;font-weight:700;color:var(--admin-text);letter-spacing:-.02em}.login-aside-title{margin:0;font-size:clamp(36px,4vw,48px)!important;line-height:1.1!important;font-weight:800;letter-spacing:-.03em;color:var(--admin-text)}.typing-text{display:inline-flex;overflow:hidden;white-space:nowrap;border-right:3px solid var(--admin-primary);padding-right:8px;animation:typing 1.5s steps(15,end),blink-caret .75s step-end infinite}@keyframes typing{0%{max-width:0}to{max-width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:var(--admin-primary)}}.login-card{width:100%;max-width:calc(100vw - 32px);border-radius:0;border:none;background:var(--admin-panel);box-shadow:var(--admin-shadow);grid-row:1}.login-card .ant-card-body{padding:32px}.dashboard-stat-card{height:100%}.dashboard-stat-card .ant-statistic{display:flex;flex-direction:column;gap:8px}.dashboard-chart-card .ant-card-head{min-height:64px}.dashboard-chart-card .ant-card-head-title{font-size:18px;font-weight:700;color:var(--admin-text)}.dashboard-chart-card,.dashboard-chart-card .ant-card-body{overflow:hidden}.dashboard-chart-surface{position:relative;width:100%;overflow:hidden}.dashboard-chart-surface>div{width:100%!important}.admin-content-wrap{padding:24px 24px 24px 0}.admin-main-scroll{overflow-y:auto;flex:1 1 auto;height:0}.admin-sider-inner{display:flex;flex-direction:column;gap:24px;padding:24px 16px;height:100%}.admin-sider-shell{background:var(--admin-panel)!important;border-right:1px solid var(--admin-border)}.admin-sider-footer{margin-top:auto;display:flex;flex-direction:column;gap:16px}.admin-sider-tools{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--admin-border)}.admin-sider-copyright{font-size:11px;color:var(--admin-text-tertiary);line-height:1.4;padding:16px 4px 0;border-top:1px solid var(--admin-border)}.admin-sider-trigger{display:flex;align-items:center;gap:12px;padding:8px 12px;cursor:pointer;border-radius:6px;transition:background-color .2s}.admin-sider-trigger:hover{background:var(--admin-border)}.admin-sider-icon-avatar{background:transparent;color:var(--admin-text);border:1px solid var(--admin-border)}.admin-brand-block{display:flex;align-items:center;gap:12px;padding:0 8px 24px;border-bottom:1px solid var(--admin-border)}.admin-brand-logo{height:24px;width:auto;max-width:140px;object-fit:contain;flex-shrink:0;display:block}.admin-brand-title{font-size:16px;line-height:1.2;font-weight:700;letter-spacing:-.02em;color:var(--admin-text)}.product-detail-row{display:flex;margin-bottom:8px}.product-detail-key{width:180px}.product-detail-value{width:300px}.product-detail-pre{margin:0;white-space:pre-wrap}.detail-space-full{width:100%}.admin-sider-transparent{background:transparent;padding:24px}.login-card-title{margin-bottom:8px;margin-top:0}.login-card-desc{margin-bottom:24px}.login-submit-btn{margin-top:8px}.login-footer{grid-column:1 / -1;grid-row:2;text-align:center;font-size:13px;color:var(--admin-text-tertiary);margin-top:-32px}.order-thumb-image{object-fit:cover;border-radius:0}.order-ship-form{margin-top:16px}.order-status-select{width:100%}.order-status-select .ant-select-selector{display:flex;align-items:center;justify-content:center}.order-status-select .ant-select-selection-item,.order-status-select .ant-select-selection-placeholder,.order-status-select .ant-select-item-option-content{width:100%;text-align:center}.form-input-number-full{width:100%}.dashboard-chart{height:360px;width:100%}.ant-btn{font-weight:500}.ant-btn-primary{background:var(--admin-primary);border:none;box-shadow:none}.ant-table-wrapper .ant-table{border-radius:0;background:var(--admin-panel);border:none}.ant-menu{border-inline-end:none!important;background:transparent!important}.ant-input-outlined,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker,.ant-input-number{background:var(--admin-panel)!important;border-color:var(--admin-border)!important;color:var(--admin-text)!important;box-shadow:none!important}.ant-table-thead>tr>th{background:color-mix(in srgb,var(--admin-bg) 88%,var(--admin-panel) 12%)!important;border-bottom-color:transparent!important;font-weight:600;color:var(--admin-text-secondary)!important}.ant-table-tbody>tr>td{border-bottom-color:transparent!important;background:var(--admin-panel)!important;color:var(--admin-text)!important}.ant-table-tbody>tr:hover>td{background:color-mix(in srgb,var(--admin-bg) 88%,var(--admin-panel) 12%)!important}.ant-drawer-content,.ant-modal-content{background:var(--admin-panel)!important;border-radius:0;box-shadow:none!important}@media(max-width:960px){.login-shell{grid-template-columns:1fr;gap:24px;padding:20px}.login-aside{padding:0}.login-aside-title{font-size:48px!important}}
