body{visibility:hidden;background:#fff5f7}body.loaded{visibility:visible}
/* 首页性能优化：禁用商品卡片所有粉色阴影/光晕效果 */
.product-card::before{display:none !important}
.product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08) !important;border-color:#e5e7eb !important}
.card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.08) !important;border-color:#e5e7eb !important}
.card::before,.card::after{display:none !important}
/* 暗色模式：高级灰蓝调，仿 Linear / GitHub Dark */
body.theme-dark{background:#0d1117 !important}
body.theme-dark .home-main{background:#0d1117 !important}
body.theme-dark .card{background:#161b22 !important;border-color:#30363d !important}
body.theme-dark .hero-card{background:#161b22 !important;border-color:#30363d !important}
body.theme-dark .summary-panel{background:#161b22 !important;border-color:#30363d !important}
body.theme-dark .product-card{background:#161b22 !important;border-color:#30363d !important;box-shadow:0 4px 12px rgba(0,0,0,0.3) !important}
body.theme-dark .product-card--ok{background:#0d1b12 !important;border-color:rgba(34,197,94,.25) !important}
body.theme-dark .product-card--warn{background:#1b170d !important;border-color:rgba(245,158,11,.25) !important}
body.theme-dark .product-card--danger{background:#1b1212 !important;border-color:rgba(239,68,68,.25) !important}
body.theme-dark .home-kpi{background:#161b22 !important;border-color:#30363d !important}
body.theme-dark .home-kpi .v{color:#f0c6e0 !important}
body.theme-dark .home-kpi .l{color:#8b949e !important}
body.theme-dark .avatar-panel{background:radial-gradient(circle at 22% 22%,rgba(125,211,252,0.10) 0%,rgba(125,211,252,0) 42%),radial-gradient(circle at 82% 18%,rgba(56,189,248,0.08) 0%,rgba(56,189,248,0) 40%),linear-gradient(135deg,#121d28 0%,#161b22 100%) !important;border-color:#30363d !important}
body.theme-dark .muted{color:#8b949e !important}
body.theme-dark .stock-badge.ok{background:#0d3321 !important;color:#3fb950 !important;border-color:#1a5432 !important}
body.theme-dark .stock-badge.warn{background:#29210a !important;color:#d29922 !important;border-color:#6e4b0a !important}
body.theme-dark .stock-badge.danger{background:#2d1215 !important;color:#f85149 !important;border-color:#7d1a1e !important}
body.theme-dark .home-notice{color:#79c0ff !important;background:linear-gradient(135deg,#0d2137 0%,#112b47 100%) !important}
body.theme-dark .skeleton-card{background:linear-gradient(90deg,#161b22 25%,#21262d 37%,#161b22 63%) !important;border-color:#30363d !important}
body.theme-dark .home-kpi:hover{background:#1c2333 !important}
body.theme-dark .product-name{color:#e6edf3 !important}
body.theme-dark .product-card .product-name{color:#e6edf3 !important}
body.theme-dark .product-card:hover .product-name{color:#f0c6e0 !important;-webkit-text-fill-color:#f0c6e0 !important}