:root{--orange:#f85606;--orange-dark:#d94600;--soft:#f5f6f8;--text:#17202a}
*{letter-spacing:0}
body{background:var(--soft);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;padding-bottom:68px}
a{text-decoration:none;color:inherit}.fw-black{font-weight:900}.text-orange{color:var(--orange)!important}.bg-orange{background:var(--orange)!important}
.top-strip{background:var(--orange);color:#fff}.top-strip a,.top-strip button{color:#fff}.link-btn{border:0;background:transparent;padding:0}
.brand-box{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:8px;background:var(--orange);color:#fff;font-size:18px}
.site-brand{display:flex;align-items:center;gap:10px;min-width:0}.site-logo{width:auto;height:42px;max-width:160px;object-fit:contain}.site-name{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-shell{display:flex;position:relative}.search-shell .form-control{height:48px;border-color:#ffd4c2;background:#fff7f2;border-radius:8px 0 0 8px}.search-shell .btn{border-radius:0 8px 8px 0;min-width:62px}
.btn-orange{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-orange:hover{background:var(--orange-dark);color:#fff}.btn-outline-orange{border-color:var(--orange);color:var(--orange)}.btn-outline-orange:hover{background:var(--orange);color:#fff}
.nav-icon{width:42px;height:42px;border-radius:8px;background:#f4f4f5;display:grid;place-items:center;font-size:20px}.nav-icon .badge{position:absolute;right:-5px;top:-5px}
.category-menu,.product-card,.mini-promo,.dashboard-card,.panel-card{background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.category-menu{padding:10px}.category-menu a{display:flex;align-items:center;gap:10px;padding:11px;border-radius:8px;font-size:14px}.category-menu a:hover{background:#fff0e8;color:var(--orange)}
.hero-slider,.hero-slider img{height:360px;border-radius:10px}.hero-slider{overflow:hidden}.hero-slider img{width:100%;object-fit:cover;filter:brightness(.72)}.hero-slider h1{font-weight:900;font-size:42px}
.mini-promo{padding:22px;min-height:172px;display:flex;flex-direction:column;justify-content:center}.mini-promo i{font-size:32px;color:var(--orange);margin-bottom:12px}.mini-promo span{color:#6b7280;font-size:14px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:14px 0}.section-head h2{font-size:24px;font-weight:900;margin:0}.countdown b{background:#111827;color:#fff;border-radius:6px;padding:6px 8px;margin:0 2px}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.category-grid a{background:#fff;border-radius:10px;padding:14px;text-align:center;box-shadow:0 8px 24px rgba(15,23,42,.05);transition:.2s}.category-grid a:hover{transform:translateY(-4px);color:var(--orange)}.category-grid img{width:64px;height:64px;border-radius:10px;object-fit:cover;margin:0 auto 10px}
.product-card{overflow:hidden;transition:.25s;height:100%}.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(15,23,42,.12)}.product-image{display:block;position:relative;aspect-ratio:1/1;background:#f3f4f6;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.product-card:hover img{transform:scale(1.05)}.product-card-body{padding:10px}.sale-badge{position:absolute;left:8px;top:8px;background:var(--orange);color:#fff;font-size:10px;font-weight:800;border-radius:5px;padding:3px 7px}.product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px;font-size:13px;line-height:1.35;font-weight:800}.price{font-size:16px;color:var(--orange)}.old-price{text-decoration:line-through;color:#9ca3af;font-size:11px}.rating{color:#f59e0b}.product-card .small{font-size:11px}.product-card .btn-sm{padding:.32rem .5rem;font-size:12px}
.product-gallery-card{padding:22px}.product-detail-image{height:420px;object-fit:contain;background:#fff7f2}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.product-thumb{border:2px solid #f3f4f6;background:#fff;border-radius:9px;padding:6px;height:86px;transition:.2s}.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-thumb:hover,.product-thumb.active{border-color:var(--orange);box-shadow:0 8px 18px rgba(248,86,6,.15)}
.product-option-btn{border:1px solid #ffd4c2;background:#fff;border-radius:8px;padding:8px 14px;font-weight:800;color:#374151;min-width:46px;transition:.2s}.product-option-btn:hover,.product-option-btn.active{border-color:var(--orange);background:#fff0e8;color:var(--orange);box-shadow:0 8px 18px rgba(248,86,6,.12)}.cart-variant,.checkout-variant{display:flex;flex-wrap:wrap;gap:6px;color:#6b7280;font-size:12px}.cart-variant span,.checkout-variant span{background:#fff0e8;color:#9a3412;border-radius:999px;padding:3px 8px}.checkout-variant{margin-top:4px}
.footer{background:#fff}.footer a{display:block;color:#6b7280;margin:8px 0}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(4,1fr);z-index:1040}.mobile-bottom-nav a{display:grid;place-items:center;padding:8px 0;color:#6b7280;font-size:12px}.mobile-bottom-nav i{font-size:20px;color:var(--orange)}
.page-title{background:#fff;padding:24px;border-radius:10px;margin:18px 0}.form-card{background:#fff;border-radius:10px;padding:24px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.table-card{background:#fff;border-radius:10px;overflow:hidden}
.payment-options{display:grid;gap:10px}.payment-option{display:flex;gap:10px;align-items:center;border:1px solid #ffe0d2;border-radius:10px;padding:12px;cursor:pointer;background:#fffaf7}.payment-option strong,.payment-option small{display:block}.payment-option small{color:#6b7280}.payment-option input:checked+span strong{color:var(--orange)}.delivery-note{background:#fff0e8;color:#9a3412;border-radius:10px;padding:12px;font-size:13px}
.seller-shell{max-width:1500px}.seller-sidebar,.seller-panel,.seller-hero,.seller-stat{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.seller-sidebar{position:sticky;top:92px;padding:20px}.seller-sidebar a{display:flex;align-items:center;gap:10px;padding:12px;border-radius:9px;color:#4b5563;font-weight:700}.seller-sidebar a:hover,.seller-sidebar a.active{background:#fff0e8;color:var(--orange)}.seller-avatar{width:64px;height:64px;border-radius:16px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;font-size:24px;margin-bottom:14px}.status-pill{display:inline-flex;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.status-approved{background:#dcfce7;color:#166534}.status-pending{background:#fef3c7;color:#92400e}.status-suspended{background:#fee2e2;color:#991b1b}.seller-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px}.seller-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.seller-stat{padding:22px}.seller-stat i{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#fff0e8;color:var(--orange);font-size:22px;margin-bottom:14px}.seller-stat h3{font-weight:900;margin:0}.seller-stat span{color:#6b7280}.seller-panel{padding:24px}.seller-thumb{width:46px;height:46px;border-radius:8px;object-fit:cover;background:#f3f4f6}
.admin-shell{max-width:1600px}.admin-hero,.admin-panel,.admin-stat{background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.admin-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px}.admin-stat{padding:20px}.admin-stat i{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#fff0e8;color:var(--orange);font-size:22px;margin-bottom:12px}.admin-stat h3{font-weight:900;margin:0}.admin-stat span{color:#6b7280}.admin-panel{padding:22px}.admin-tabs{gap:8px}.admin-tabs .nav-link{color:#4b5563;font-weight:800;border-radius:10px}.admin-tabs .nav-link.active{background:var(--orange);color:#fff}.admin-table{min-width:900px}.admin-table th{font-size:12px;color:#6b7280;text-transform:uppercase}.admin-create-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;background:#fff7f2;border:1px solid #ffe0d2;border-radius:12px;padding:14px}.admin-check{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #ffe0d2;border-radius:8px;padding:8px 10px;font-weight:700;color:#4b5563}.category-admin-card{display:flex;align-items:center;gap:12px;background:#fff7f2;border:1px solid #ffe0d2;border-radius:12px;padding:12px}.category-admin-card img{width:54px;height:54px;border-radius:10px;object-fit:cover}.category-admin-card div{flex:1}.category-admin-card span{display:block;color:#6b7280;font-size:12px}
@media (min-width:768px){body{padding-bottom:0}.category-grid{grid-template-columns:repeat(4,1fr)}}
@media (min-width:992px){.category-grid{grid-template-columns:repeat(8,1fr)}}
@media (max-width:991px){.admin-create-grid{grid-template-columns:1fr 1fr}.admin-hero{display:block}.admin-hero .btn{margin-top:14px}}
@media (max-width:767px){.navbar-brand{font-size:24px!important}.hero-slider,.hero-slider img{height:260px}.hero-slider h1{font-size:30px}.section-head h2{font-size:20px}.price{font-size:17px}.seller-hero{display:block}.seller-hero-actions{margin-top:16px}.seller-sidebar{position:static}.product-detail-image{height:320px}.product-thumb{height:70px}.admin-create-grid{grid-template-columns:1fr}.admin-panel{padding:14px}}
@media (max-width:767px){.site-brand{max-width:calc(100% - 70px)}.site-logo{height:36px;max-width:120px}.site-name{max-width:170px}}
