/* Aether Tech UK - Technical Refurbished Audit Theme */
:root {
    --primary: #4338ca;
    --dark: #312e81;
    --accent: #6366f1;
    --bg-tint: #eef2ff;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --border: #e2e8f0;
    --card-bg: #ffffff;
}
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
body { background-color: #f8fafc; color: var(--text-main); line-height: 1.5; font-size: 14px; }
header { background: #ffffff; border-bottom: 2px solid var(--primary); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.top-bar { background: var(--dark); color: #ffffff; padding: 6px 24px; font-size: 12px; display: flex; justify-content: space-between; align-items: center; }
.header-main { max-width: 1280px; margin: 0 auto; padding: 14px 24px; display: flex; justify-content: space-between; align-items: center; }
.brand-title { font-size: 20px; font-weight: 800; color: var(--dark); letter-spacing: -0.5px; }
.nav-links { display: flex; gap: 20px; }
.nav-links a { text-decoration: none; color: var(--text-main); font-weight: 600; padding: 6px 12px; border-radius: 6px; transition: all 0.2s; }
.nav-links a.active, .nav-links a:hover { background: var(--bg-tint); color: var(--primary); }
.badge-pill { background: var(--bg-tint); color: var(--primary); border: 1px solid var(--primary); padding: 3px 10px; border-radius: 9999px; font-size: 12px; font-weight: 700; }
.container { max-width: 1280px; margin: 24px auto; padding: 0 24px; }
.hero-box { background: linear-gradient(135deg, #ffffff 0%, var(--bg-tint) 100%); border: 1px solid var(--border); border-left: 6px solid var(--primary); border-radius: 10px; padding: 24px; margin-bottom: 24px; }
.metrics-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.metric-card { background: #ffffff; border: 1px solid var(--border); border-radius: 8px; padding: 16px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.metric-num { font-size: 26px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
.metric-lbl { font-size: 12px; color: var(--text-muted); text-transform: uppercase; font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
.product-card { background: #ffffff; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.product-img-box { height: 210px; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 12px; position: relative; border-bottom: 1px solid var(--border); }
.product-img-box img { max-height: 100%; max-width: 100%; object-fit: contain; }
.product-info { padding: 16px; display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; }
.product-name { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text-main); line-height: 1.3; }
.product-specs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.spec-chip { background: #f1f5f9; color: #334155; font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 4px; }
.price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; padding-top: 10px; border-top: 1px dashed var(--border); }
.curr-price { font-size: 20px; font-weight: 800; color: var(--dark); }
.orig-price { font-size: 13px; color: var(--text-muted); text-decoration: line-through; }
.stock-status { font-size: 12px; font-weight: 700; color: #15803d; display: flex; align-items: center; gap: 4px; }
.stock-dot { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; display: inline-block; }
table.audit-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid var(--border); margin-bottom: 24px; }
table.audit-table th { background: #f8fafc; color: #475569; font-weight: 700; text-align: left; padding: 12px 16px; border-bottom: 2px solid var(--border); font-size: 12px; text-transform: uppercase; }
table.audit-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 13px; }
table.audit-table tr:hover { background: #f8fafc; }
.review-card { background: #ffffff; border: 1px solid var(--border); border-radius: 8px; padding: 18px; margin-bottom: 14px; }
.review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.stars { color: #eab308; font-size: 16px; }
.verified-tag { background: #dcfce7; color: #166534; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 9999px; }
footer { background: #0f172a; color: #94a3b8; padding: 28px 24px; font-size: 12px; border-top: 1px solid #1e293b; margin-top: 40px; }
.footer-wrap { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
