:root{font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2329;background:radial-gradient(circle at top left,rgba(22,119,255,.18),transparent 28%),radial-gradient(circle at right bottom,rgba(82,196,26,.16),transparent 24%),#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}#root{min-height:100vh}.page-loading{min-height:100vh;display:grid;place-items:center}.admin-layout{min-height:100vh}.admin-sider{border-inline-end:1px solid rgba(5,5,5,.06)}.admin-sider__brand{padding:20px 18px 12px}.app-logo{display:flex;align-items:center;gap:12px}.app-logo__mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:700;background:linear-gradient(135deg,#1677ff,#36cfc9);box-shadow:0 12px 24px #1677ff3d}.app-logo__text{display:flex;flex-direction:column}.app-logo__text span{color:#8c8c8c;font-size:12px}.admin-menu{border-inline-end:none!important}.admin-header{height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-block-end:1px solid rgba(5,5,5,.06)}.admin-header__left,.admin-header__right{display:flex;align-items:center;gap:12px}.admin-user{display:flex;align-items:center;gap:10px;cursor:pointer}.admin-content{padding:24px}.app-tabs{padding:12px 24px 0;background:rgba(255,255,255,.72);border-block-end:1px solid rgba(5,5,5,.06)}.app-tabs .ant-tabs,.app-tabs .ant-tabs-nav{margin:0}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-category-tabs.ant-segmented{width:fit-content;padding:6px;border:1px solid #d6e4ff;background:#eef4ff;box-shadow:inset 0 0 0 1px #1677ff0a}.product-category-tabs .ant-segmented-group{gap:4px}.product-category-tabs .ant-segmented-item{min-width:86px;height:38px;border-radius:8px;color:#31506f;font-size:15px;font-weight:600;transition:color .2s ease,background .2s ease}.product-category-tabs .ant-segmented-item-label{min-height:38px;line-height:38px}.product-category-tabs .ant-segmented-thumb,.product-category-tabs .ant-segmented-item-selected{background:#1677ff;box-shadow:0 8px 18px #1677ff38}.product-category-tabs .ant-segmented-item-selected{color:#fff}.product-category-tabs .ant-segmented-item:not(.ant-segmented-item-selected):hover{color:#0958d9;background:rgba(22,119,255,.08)}.dashboard-page{display:flex;flex-direction:column;gap:16px}.dashboard-header-actions{flex:1;min-width:0;justify-content:flex-end}.dashboard-invite-link{width:min(720px,52vw);min-width:320px;height:42px;padding:0 14px;border:1px solid #d6e4ff;border-radius:8px;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}.dashboard-invite-link .ant-typography{margin:0}.dashboard-invite-link .ant-typography:last-child{min-width:0}.dashboard-invite-link__hint{font-size:12px;white-space:nowrap}.dashboard-stat-card{min-height:150px;border-top:3px solid #1677ff}.dashboard-stat-card--green{border-top-color:#13c2c2}.dashboard-stat-card--orange{border-top-color:#fa8c16}.dashboard-stat-card--red{border-top-color:#f5222d}.dashboard-stat-card .ant-statistic-title{color:#697586}.dashboard-stat-card .ant-statistic-content{color:#1f2329}.dashboard-stat-card__foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:18px;color:#697586;font-size:13px;white-space:nowrap}.dashboard-stat-card__foot span{color:#1f2329;font-weight:600}.dashboard-trend__legend{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#697586;font-size:13px}.dashboard-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dashboard-dot--user{background:#1677ff}.dashboard-dot--recharge{background:#13c2c2}.dashboard-dot--withdraw{background:#fa8c16}.dashboard-trend{min-height:172px;display:grid;grid-template-columns:repeat(7,minmax(48px,1fr));gap:14px;align-items:end}.dashboard-trend__item{display:flex;flex-direction:column;align-items:center;gap:10px}.dashboard-trend__bars{height:106px;display:flex;align-items:flex-end;justify-content:center;gap:5px;width:100%;border-bottom:1px solid #eef2f6}.dashboard-trend__bar{width:10px;border-radius:8px 8px 2px 2px;transition:height .2s ease}.dashboard-trend__bar--user{background:#1677ff}.dashboard-trend__bar--recharge{background:#13c2c2}.dashboard-trend__bar--withdraw{background:#fa8c16}.dashboard-trend__date{color:#697586;font-size:12px}.dashboard-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-order-grid>div{min-height:86px;padding:16px;border:1px solid #eef2f6;border-radius:8px;background:#fafafa;display:flex;flex-direction:column;justify-content:space-between}.dashboard-order-grid strong{color:#1f2329;font-size:28px;line-height:1}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px}.login-page__panel{width:min(1080px,100%);display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch}.login-page__hero,.login-card{border-radius:24px;padding:32px;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 80px #1f232914}.login-page__hero{display:flex;flex-direction:column;justify-content:center}.login-page__badge{width:fit-content;padding:8px 14px;border-radius:999px;color:#0958d9;background:rgba(22,119,255,.1)}@media (max-width: 960px){.login-page__panel{grid-template-columns:1fr}.admin-content{padding:16px}.page-header{align-items:flex-start;flex-direction:column}.dashboard-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.dashboard-invite-link{width:100%;min-width:0;height:auto;min-height:42px;grid-template-columns:auto minmax(0,1fr)}.dashboard-invite-link__hint{grid-column:1 / -1}}
