/* ===== 登录页 ===== */
.login-page { min-height: 100vh; background: linear-gradient(160deg, #8B0000 0%, #C8102E 40%, #D4A017 100%); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0 0 40px; }
.login-header { width: 100%; text-align: center; padding: 60px 20px 30px; }
.login-logo-icon { font-size: 64px; display: block; margin-bottom: 12px; }
.login-brand { font-size: 28px; font-weight: 800; color: var(--gold-light); letter-spacing: 2px; }
.login-slogan { font-size: 13px; color: rgba(255,255,255,0.8); margin-top: 6px; }
.login-card { width: calc(100% - 32px); background: var(--white); border-radius: 20px; padding: 28px 20px; box-shadow: 0 8px 40px rgba(0,0,0,0.2); }
.login-card h2 { font-size: 20px; color: var(--text-main); margin-bottom: 24px; font-weight: 700; }
.input-row { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 10px; overflow: hidden; padding: 0 12px; background: #fafafa; }
.input-row .icon { font-size: 18px; margin-right: 8px; }
.input-row input { border: none; background: transparent; padding: 13px 0; flex: 1; font-size: 15px; }
.input-row input:focus { border: none; }
.code-btn { white-space: nowrap; color: var(--primary); font-size: 13px; font-weight: 600; padding-left: 12px; border-left: 1px solid var(--border); cursor: pointer; }
.code-btn.disabled { color: var(--text-light); }
.login-submit { margin-top: 24px; background: linear-gradient(135deg, var(--primary) 0%, var(--gold-dark) 100%); color: #fff; border: none; border-radius: 25px; width: 100%; padding: 14px; font-size: 16px; font-weight: 700; cursor: pointer; letter-spacing: 1px; }
.login-tips { margin-top: 14px; text-align: center; font-size: 12px; color: var(--text-light); }
.login-tips a { color: var(--primary); }

/* ===== 底部导航 ===== */
.tab-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); display: flex; border-top: 1px solid var(--border); z-index: 100; padding-bottom: env(safe-area-inset-bottom, 0); }
.tab-item { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 8px 0 4px; cursor: pointer; transition: color 0.2s; color: var(--text-light); font-size: 11px; }
.tab-item.active { color: var(--primary); }
.tab-icon { font-size: 22px; margin-bottom: 2px; }
.tab-content { padding-bottom: 65px; }

/* ===== 首页 ===== */
.home-header { background: linear-gradient(135deg, var(--primary) 0%, #8B0000 100%); padding: 16px 16px 24px; color: #fff; }
.home-header-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.home-logo { font-size: 18px; font-weight: 800; color: var(--gold-light); letter-spacing: 1px; }
.home-icons { display: flex; gap: 16px; }
.home-icon-btn { font-size: 22px; cursor: pointer; position: relative; }
.home-search { background: rgba(255,255,255,0.2); border-radius: 20px; display: flex; align-items: center; padding: 8px 14px; }
.home-search input { background: transparent; border: none; color: #fff; flex: 1; font-size: 14px; }
.home-search input::placeholder { color: rgba(255,255,255,0.7); }
.home-search .search-icon { color: rgba(255,255,255,0.8); margin-right: 8px; }

/* 轮播 */
.banner-swiper { position: relative; overflow: hidden; height: 160px; }
.banner-slides { display: flex; transition: transform 0.4s ease; height: 100%; }
.banner-slide { min-width: 100%; height: 100%; border-radius: 12px; overflow: hidden; }
.banner-slide img, .banner-slide-inner { width: 100%; height: 100%; object-fit: cover; }
.banner-slide-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; }
.banner-dots { position: absolute; bottom: 8px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.banner-dot { width: 6px; height: 6px; border-radius: 3px; background: rgba(255,255,255,0.5); transition: all 0.3s; }
.banner-dot.active { width: 14px; background: #fff; }
.banner-wrap { padding: 12px 16px 0; }

/* 快捷入口 */
.quick-entry { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; padding: 16px 12px; background: var(--white); }
.quick-item { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; padding: 6px 2px; }
.quick-item-icon { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.quick-item-name { font-size: 11px; color: var(--text-sub); text-align: center; line-height: 1.3; }

/* 爆品专区 */
.boom-section { margin: 10px 12px; background: linear-gradient(135deg, #1a0000, #3D0000); border-radius: 16px; overflow: hidden; padding: 16px; }
.boom-title { color: var(--gold-light); font-size: 16px; font-weight: 800; display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.boom-subtitle { color: rgba(255,255,255,0.7); font-size: 12px; margin-bottom: 14px; }
.boom-card { background: rgba(255,255,255,0.08); border-radius: 12px; display: flex; gap: 12px; padding: 12px; }
.boom-img { width: 90px; height: 90px; border-radius: 10px; background: linear-gradient(135deg, #8B0000, #D4A017); display: flex; align-items: center; justify-content: center; font-size: 42px; flex-shrink: 0; }
.boom-info { flex: 1; color: #fff; }
.boom-name { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.boom-desc { font-size: 12px; color: rgba(255,255,255,0.7); margin-bottom: 10px; line-height: 1.5; }
.boom-price-row { display: flex; align-items: center; justify-content: space-between; }
.boom-price { color: var(--gold-light); font-size: 20px; font-weight: 800; }
.boom-price small { font-size: 13px; }
.boom-reward { font-size: 12px; color: #FF6B6B; background: rgba(255,107,107,0.15); padding: 3px 8px; border-radius: 12px; }
.boom-btns { display: flex; gap: 8px; margin-top: 10px; }
.boom-btn-buy { flex: 1; background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; border: none; border-radius: 20px; padding: 8px; font-size: 13px; font-weight: 700; cursor: pointer; }
.boom-btn-share { flex: 1; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border: none; border-radius: 20px; padding: 8px; font-size: 13px; font-weight: 700; cursor: pointer; }

/* 产品列表 */
.products-section { margin: 10px 12px; }
.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 0 8px; }
.product-card { background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.product-img { width: 100%; height: 120px; display: flex; align-items: center; justify-content: center; font-size: 52px; background: linear-gradient(135deg, #f9f3e8, #fce8e8); }
.product-body { padding: 10px; }
.product-name { font-size: 13px; font-weight: 600; color: var(--text-main); margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-desc { font-size: 11px; color: var(--text-sub); margin-bottom: 8px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; }
.product-price { color: var(--primary); font-size: 16px; font-weight: 800; }
.product-price small { font-size: 12px; }
.product-cart { width: 28px; height: 28px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; cursor: pointer; border: none; }

/* ===== 会员中心 ===== */
.member-header { background: linear-gradient(135deg, #1a0000, var(--primary) 60%, var(--gold-dark)); padding: 20px 16px; color: #fff; }
.member-user-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.member-avatar { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 28px; background: rgba(255,255,255,0.1); flex-shrink: 0; overflow: hidden; }
.member-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.member-info h3 { font-size: 17px; font-weight: 700; color: #fff; }
.member-level-badge { margin-top: 4px; display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 12px; font-weight: 700; background: linear-gradient(90deg, var(--gold), var(--gold-dark)); color: #fff; }
.member-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; }
.member-stat { background: rgba(0,0,0,0.2); padding: 12px; text-align: center; }
.member-stat-val { font-size: 18px; font-weight: 800; color: var(--gold-light); }
.member-stat-label { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.level-cards { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.level-card { background: var(--white); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); border-left: 4px solid var(--border); }
.level-card.active-level { border-left-color: var(--primary); background: linear-gradient(135deg, #fff5f5, #fff); }
.level-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.level-name { font-size: 15px; font-weight: 700; }
.level-condition { font-size: 12px; color: var(--text-sub); line-height: 1.6; }
.level-benefits { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.level-benefit-tag { background: #f0f0f0; color: var(--text-sub); border-radius: 20px; padding: 3px 10px; font-size: 11px; }
.upgrade-section { margin: 10px 12px; background: var(--white); border-radius: 12px; padding: 16px; }
.upgrade-title { font-size: 15px; font-weight: 700; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.upgrade-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-sub); margin-bottom: 8px; }
.upgrade-row strong { color: var(--primary); }

/* ===== 奖励中心 ===== */
.reward-header { background: linear-gradient(135deg, #1a0000, #8B3A0F 60%, #D4A017); padding: 20px 16px; color: #fff; }
.reward-balance-card { background: rgba(255,255,255,0.1); border-radius: 14px; padding: 16px; }
.reward-balance-label { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 4px; }
.reward-balance-val { font-size: 36px; font-weight: 800; color: var(--gold-light); }
.reward-balance-val small { font-size: 18px; }
.reward-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.reward-btn { padding: 10px; border-radius: 10px; text-align: center; cursor: pointer; font-size: 13px; font-weight: 600; }
.reward-btn-withdraw { background: var(--gold); color: #fff; }
.reward-btn-detail { background: rgba(255,255,255,0.2); color: #fff; }
.reward-tabs { display: flex; background: var(--white); border-bottom: 1px solid var(--border); }
.reward-tab { flex: 1; padding: 12px; text-align: center; font-size: 13px; color: var(--text-sub); cursor: pointer; border-bottom: 2px solid transparent; }
.reward-tab.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 600; }
.reward-list { padding: 0 12px 12px; }
.reward-item { background: var(--white); border-radius: 10px; padding: 14px; margin-top: 10px; }
.reward-item-top { display: flex; justify-content: space-between; margin-bottom: 6px; }
.reward-item-desc { font-size: 14px; font-weight: 600; }
.reward-item-amount { font-size: 16px; font-weight: 800; color: #27AE60; }
.reward-item-bottom { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-light); }

/* ===== 推广模块 ===== */
.promo-header { background: linear-gradient(135deg, #1a0000, var(--primary)); padding: 20px 16px; color: #fff; text-align: center; }
.promo-title { font-size: 20px; font-weight: 800; color: var(--gold-light); margin-bottom: 4px; }
.promo-subtitle { font-size: 13px; color: rgba(255,255,255,0.8); }
.poster-card { margin: 12px; background: linear-gradient(160deg, #3D0000, #1a0000); border-radius: 16px; padding: 20px 16px; color: #fff; text-align: center; position: relative; overflow: hidden; }
.poster-card::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(212, 160, 23, 0.15); }
.poster-product { font-size: 80px; margin-bottom: 8px; }
.poster-name { font-size: 18px; font-weight: 800; color: var(--gold-light); margin-bottom: 6px; }
.poster-price { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.poster-reward-tag { background: var(--primary); color: #fff; padding: 6px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; display: inline-block; margin-bottom: 14px; }
.poster-qrcode { width: 80px; height: 80px; background: #fff; border-radius: 8px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #333; padding: 6px; }
.poster-qrcode svg { width: 100%; height: 100%; }
.poster-tips { font-size: 11px; color: rgba(255,255,255,0.6); }
.promo-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 12px 12px; }
.team-member { background: var(--white); border-radius: 10px; padding: 14px; display: flex; align-items: center; gap: 12px; }
.team-avatar { width: 44px; height: 44px; border-radius: 50%; background: #f0f0f0; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.team-member-info { flex: 1; }
.team-member-name { font-size: 14px; font-weight: 600; }
.team-member-sub { font-size: 12px; color: var(--text-sub); margin-top: 2px; }
.team-member-stats { text-align: right; }
.team-performance { font-size: 15px; font-weight: 700; color: var(--primary); }
.team-perf-label { font-size: 11px; color: var(--text-light); }

/* ===== 购物车 ===== */
.cart-header { background: var(--white); padding: 16px; border-bottom: 1px solid var(--border); font-size: 17px; font-weight: 700; display: flex; align-items: center; justify-content: space-between; }
.cart-list { padding: 12px; }
.cart-item { background: var(--white); border-radius: 12px; padding: 14px; display: flex; gap: 12px; margin-bottom: 10px; }
.cart-item-img { width: 70px; height: 70px; border-radius: 8px; background: linear-gradient(135deg, #f9f3e8, #fce8e8); display: flex; align-items: center; justify-content: center; font-size: 36px; flex-shrink: 0; }
.cart-item-info { flex: 1; }
.cart-item-name { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.cart-item-spec { font-size: 12px; color: var(--text-sub); margin-bottom: 8px; }
.cart-item-bottom { display: flex; align-items: center; justify-content: space-between; }
.cart-item-price { font-size: 16px; font-weight: 800; color: var(--primary); }
.qty-ctrl { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--border); background: var(--white); font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.qty-val { font-size: 15px; font-weight: 600; min-width: 20px; text-align: center; }
.cart-footer { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); border-top: 1px solid var(--border); padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; padding-bottom: calc(12px + env(safe-area-inset-bottom, 0)); }
.cart-total-label { font-size: 13px; color: var(--text-sub); }
.cart-total-price { font-size: 22px; font-weight: 800; color: var(--primary); }
.cart-total-price small { font-size: 13px; }
.cart-checkout-btn { background: linear-gradient(135deg, var(--primary), var(--gold-dark)); color: #fff; border: none; border-radius: 24px; padding: 12px 32px; font-size: 15px; font-weight: 700; cursor: pointer; }

/* ===== 订单 ===== */
.order-tabs { display: flex; background: var(--white); overflow-x: auto; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
.order-tab { white-space: nowrap; padding: 12px 16px; font-size: 13px; color: var(--text-sub); cursor: pointer; border-bottom: 2px solid transparent; }
.order-tab.active { color: var(--primary); border-bottom-color: var(--primary); font-weight: 600; }
.order-list { padding: 12px; }
.order-card { background: var(--white); border-radius: 12px; padding: 16px; margin-bottom: 10px; }
.order-card-header { display: flex; justify-content: space-between; margin-bottom: 12px; }
.order-no { font-size: 12px; color: var(--text-sub); }
.order-status { font-size: 13px; font-weight: 600; }
.order-status.pending-pay { color: var(--primary); }
.order-status.pending-ship { color: #FF8C00; }
.order-status.shipping { color: #3A7BD5; }
.order-status.done { color: #27AE60; }
.order-product-row { display: flex; gap: 10px; margin-bottom: 12px; }
.order-product-img { width: 60px; height: 60px; border-radius: 8px; background: linear-gradient(135deg, #f9f3e8, #fce8e8); display: flex; align-items: center; justify-content: center; font-size: 30px; flex-shrink: 0; }
.order-product-info { flex: 1; }
.order-product-name { font-size: 14px; font-weight: 600; }
.order-product-spec { font-size: 12px; color: var(--text-sub); margin: 3px 0; }
.order-product-price { font-size: 14px; color: var(--primary); font-weight: 700; }
.order-card-footer { border-top: 1px solid var(--border); padding-top: 12px; display: flex; justify-content: space-between; align-items: center; }
.order-total { font-size: 13px; color: var(--text-sub); }
.order-total strong { color: var(--primary); font-size: 16px; }
.order-actions { display: flex; gap: 8px; }
.order-action-btn { padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; }
.order-action-btn.primary { background: var(--primary); color: #fff; border: none; }
.order-action-btn.outline { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }

/* ===== 办事处模块 ===== */
.office-exam-card { margin: 12px; background: linear-gradient(135deg, #1a0000, var(--primary)); border-radius: 14px; padding: 18px; color: #fff; }
.office-exam-title { font-size: 16px; font-weight: 800; color: var(--gold-light); margin-bottom: 14px; display: flex; align-items: center; justify-content: space-between; }
.office-exam-period { font-size: 12px; color: rgba(255,255,255,0.7); font-weight: 400; }
.exam-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.exam-stat { background: rgba(255,255,255,0.1); border-radius: 8px; padding: 10px; text-align: center; }
.exam-stat-val { font-size: 18px; font-weight: 800; color: var(--gold-light); }
.exam-stat-label { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 2px; }
.exam-progress-label { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.8); margin-bottom: 6px; }
.exam-progress { height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px; overflow: hidden; }
.exam-progress-fill { height: 100%; background: linear-gradient(90deg, var(--gold), #fff); border-radius: 4px; transition: width 1s; }
.exam-status-tag { margin-top: 12px; display: inline-block; padding: 4px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; }
.exam-status-pass { background: rgba(46,204,113,0.2); color: #2ECC71; }
.exam-status-fail { background: rgba(255,107,107,0.2); color: #FF6B6B; }

/* ===== 地址管理 ===== */
.address-item { background: var(--white); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; display: flex; gap: 12px; }
.address-icon { font-size: 22px; }
.address-info { flex: 1; }
.address-name-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.address-name { font-size: 15px; font-weight: 700; }
.address-phone { font-size: 14px; color: var(--text-sub); }
.address-detail { font-size: 13px; color: var(--text-sub); line-height: 1.5; }
.address-default { font-size: 11px; color: var(--primary); border: 1px solid var(--primary); border-radius: 10px; padding: 1px 6px; }
.address-actions { display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.address-action { font-size: 12px; color: var(--text-sub); cursor: pointer; }

/* ===== 结算页 ===== */
.checkout-section { padding: 12px; }
.checkout-card { background: var(--white); border-radius: 12px; padding: 16px; margin-bottom: 10px; }
.checkout-card-title { font-size: 14px; font-weight: 700; margin-bottom: 12px; color: var(--text-sub); }
.pay-methods { display: flex; flex-direction: column; gap: 10px; }
.pay-method { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1.5px solid var(--border); border-radius: 10px; cursor: pointer; }
.pay-method.selected { border-color: var(--primary); background: #fff5f5; }
.pay-method-icon { font-size: 24px; }
.pay-method-name { flex: 1; font-size: 14px; font-weight: 600; }
.pay-method-radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; }
.pay-method.selected .pay-method-radio { border-color: var(--primary); background: var(--primary); }
.pay-method.selected .pay-method-radio::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.price-detail-row { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }
.price-detail-row.total { font-size: 16px; font-weight: 700; color: var(--primary); padding-top: 8px; border-top: 1px dashed var(--border); margin-top: 4px; }
.checkout-footer { position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); padding: 12px 16px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding-bottom: calc(12px + env(safe-area-inset-bottom, 0)); }
.checkout-pay-total { font-size: 13px; color: var(--text-sub); }
.checkout-pay-amount { font-size: 22px; font-weight: 800; color: var(--primary); }
.checkout-pay-amount small { font-size: 14px; }

/* ===== 支付弹窗 ===== */
.pay-modal-amount { text-align: center; padding: 20px 0; }
.pay-modal-label { font-size: 14px; color: var(--text-sub); margin-bottom: 6px; }
.pay-modal-num { font-size: 40px; font-weight: 800; color: var(--primary); }
.pay-modal-num small { font-size: 20px; }
.pay-modal-btns { display: flex; flex-direction: column; gap: 10px; }
.pay-modal-btn { padding: 14px; border-radius: 12px; text-align: center; font-size: 16px; font-weight: 700; cursor: pointer; border: none; }
.pay-modal-btn.wechat { background: #07C160; color: #fff; }
.pay-modal-btn.alipay { background: #1677FF; color: #fff; }
.pay-modal-btn.cancel { background: #f0f0f0; color: var(--text-sub); }

/* ===== 管理后台 ===== */
.admin-header { background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); padding: 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.admin-title { font-size: 18px; font-weight: 800; }
.admin-user { font-size: 13px; color: rgba(255,255,255,0.7); }
.admin-nav { display: flex; overflow-x: auto; padding: 12px; gap: 8px; background: var(--white); border-bottom: 1px solid var(--border); }
.admin-nav-item { white-space: nowrap; padding: 8px 16px; border-radius: 20px; font-size: 13px; font-weight: 600; cursor: pointer; background: #f0f0f0; color: var(--text-sub); }
.admin-nav-item.active { background: var(--primary); color: #fff; }
.admin-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px; }
.admin-stat-card { background: var(--white); border-radius: 12px; padding: 14px 16px; }
.admin-stat-icon { font-size: 28px; margin-bottom: 6px; }
.admin-stat-val { font-size: 22px; font-weight: 800; color: var(--primary); }
.admin-stat-name { font-size: 12px; color: var(--text-sub); margin-top: 2px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { background: #f5f5f5; padding: 10px 12px; font-size: 12px; color: var(--text-sub); font-weight: 600; text-align: left; border-bottom: 1px solid var(--border); white-space: nowrap; }
.admin-table td { padding: 12px; font-size: 13px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-section { padding: 12px; }
.admin-card { background: var(--white); border-radius: 12px; overflow: hidden; margin-bottom: 10px; }
.admin-card-title { padding: 14px 16px; font-size: 15px; font-weight: 700; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; }
.status-dot.green { background: #27AE60; }
.status-dot.red { background: var(--primary); }
.status-dot.orange { background: #FF8C00; }
.admin-action-btn { padding: 5px 12px; border-radius: 15px; font-size: 12px; font-weight: 600; cursor: pointer; border: none; }
.admin-action-btn.pass { background: #e8f8f0; color: #27AE60; }
.admin-action-btn.reject { background: #ffecec; color: var(--primary); }
.admin-action-btn.edit { background: #e8f0ff; color: #3A7BD5; }
.chart-bar { height: 160px; display: flex; align-items: flex-end; gap: 6px; padding: 0 16px 16px; }
.chart-bar-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.chart-bar-fill { width: 100%; background: linear-gradient(180deg, var(--primary), var(--gold)); border-radius: 4px 4px 0 0; transition: height 0.5s; }
.chart-bar-label { font-size: 10px; color: var(--text-light); }
