
:root{
  --bg:#f5f7fb;
  --panel:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --line-strong:#cbd5e1;
  --accent:#2563eb;
  --accent-2:#1d4ed8;
  --success:#059669;
  --danger:#dc2626;
  --shadow:0 14px 34px rgba(15,23,42,.08);
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-md:14px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:linear-gradient(180deg,#f8fafc 0%,#eef3f8 100%);min-height:100%}
a{color:var(--accent);text-decoration:none}
button,input,select,textarea{font:inherit}
h1,h2,h3,h4,p{margin:0}

.app-page{min-height:100vh}
.app-shell{max-width:1480px;margin:0 auto;padding:24px}
.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}
.auth-shell{width:100%;max-width:480px}
.auth-card,.panel,.stat-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}
.auth-card{padding:28px}
.topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow)}
.topbar-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.eyebrow{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3b82f6;margin-bottom:8px}
.subtle-text{color:var(--muted)}
.success-text{color:var(--success)}
.error-text{color:var(--danger);min-height:18px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid var(--line-strong);background:#fff;cursor:pointer;color:var(--text);transition:.15s ease}
.btn:hover{transform:translateY(-1px);border-color:#94a3b8}
.btn-primary{background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border-color:rgba(37,99,235,.45)}
.btn-danger{background:#fff5f5;color:var(--danger);border-color:#fecaca}

.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:20px}
.stat-card{padding:18px}
.stat-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}
.stat-value{display:block;font-size:32px;line-height:1}
.stat-help{display:block;margin-top:8px;color:var(--muted);font-size:13px}

.dashboard-layout,.page-grid,.admin-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:20px;margin-top:20px;align-items:start}
.products-panel{position:sticky;top:16px}
.panel{padding:22px}
.panel-header,.section-heading,.toolbar-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.panel-header{margin-bottom:18px}
.panel-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.toolbar-row{align-items:center;flex-wrap:wrap}
.toolbar-row--spread{justify-content:space-between}
.banner{margin-top:16px;padding:14px 16px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}
.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:12px;font-weight:600}

.form-stack{display:grid;gap:18px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{display:grid;gap:8px}
.field--full{grid-column:1 / -1}
.field label{font-size:13px;color:var(--muted);font-weight:600}
.field-actions{align-content:end}
.input{width:100%;padding:12px 14px;border:1px solid var(--line-strong);border-radius:14px;background:#fff;color:var(--text);outline:none}
.input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.15)}
.input--sm{max-width:320px}
.password-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}
.section-title{font-size:18px;margin-bottom:12px}

.profile-groups,.tip-stack{display:grid;gap:18px}
.profile-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:14px}
.profile-card-modern,.empty-card,.tip-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}
.profile-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}
.profile-detail-list{display:grid;gap:8px}
.profile-detail-list div{display:flex;justify-content:space-between;gap:12px}
.profile-detail-list span{color:var(--muted)}
.empty-card h4,.tip-card strong{margin-bottom:8px}
.tip-card p{color:var(--muted);margin-top:8px}
.tips-panel{position:sticky;top:16px}

.segmented{display:inline-flex;gap:8px;flex-wrap:wrap}
.segmented-btn,.chip{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;cursor:pointer}
.segmented-btn.is-active,.chip.is-active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:600}
.product-toolbar{display:grid;gap:14px;margin-bottom:16px}
.checkbox-inline{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}
.chip-row{display:flex;gap:10px;flex-wrap:wrap}
.product-list{max-height:calc(100vh - 300px);overflow:auto;padding-right:6px;display:grid;gap:16px}
.product-category-block{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#f8fafc}
.product-category-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid var(--line)}
.product-category-title{font-size:17px}
.product-category-count{font-size:13px;color:var(--muted);margin-top:4px}
.category-actions{display:flex;gap:8px;flex-wrap:wrap}
.product-card-grid{display:grid;grid-template-columns:1fr;gap:12px;padding:14px}
.product-select-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.product-select-card.is-selected{border-color:#86efac;box-shadow:inset 0 0 0 1px rgba(34,197,94,.25)}
.product-thumb{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#f8fafc}
.product-thumb--empty{display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--muted)}
.product-card-header{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}
.product-card-title{font-size:15px;line-height:1.35}
.product-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.product-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;background:#f3f4f6;border:1px solid #e5e7eb;color:#334155;font-size:12px}
.product-sku{margin-top:8px;color:var(--muted);font-size:12px;word-break:break-all}
.product-card-controls{display:grid;grid-template-columns:1fr 130px 120px;gap:10px;margin-top:14px}
.product-control{display:grid;gap:6px}
.product-control label{font-size:12px;color:var(--muted)}
.product-toggle-button.is-selected{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}
.product-empty-state{border:1px dashed var(--line-strong);border-radius:16px;padding:28px;text-align:center;color:var(--muted);background:#fff}

.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}
.admin-table{width:100%;border-collapse:collapse;background:#fff}
.admin-table th,.admin-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.admin-table th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:#f8fafc}
.admin-table tr:last-child td{border-bottom:none}

@media (max-width:1180px){
  .dashboard-layout,.page-grid,.admin-grid{grid-template-columns:1fr}
  .products-panel,.tips-panel{position:static}
  .product-list{max-height:none}
}
@media (max-width:860px){
  .topbar,.panel-header,.section-heading,.toolbar-row{flex-direction:column;align-items:stretch}
  .stats-grid,.form-grid{grid-template-columns:1fr}
  .product-card-controls{grid-template-columns:1fr}
}
@media (max-width:560px){
  .app-shell{padding:16px}
  .product-select-card{grid-template-columns:1fr}
  .product-thumb{width:96px;height:96px}
}


/* Marketing / guide / countdown extensions */
.marketing-page{background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 55%,#f8fafc 100%)}
.marketing-nav{max-width:1360px;margin:0 auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.brand-mark{font-weight:800;color:var(--text);font-size:20px}
.marketing-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero-shell{max-width:1360px;margin:0 auto;padding:12px 24px 24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:24px;align-items:center}
.hero-copy{padding:26px 0}
.hero-copy h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.03em;margin-bottom:18px}
.hero-subcopy{font-size:18px;line-height:1.65;color:#334155;max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.hero-scene{min-height:520px;position:relative}
.scene-storefront{position:relative;height:100%;border-radius:32px;background:linear-gradient(180deg,#dbeafe 0%,#ffffff 34%,#dcfce7 100%);border:1px solid #dbeafe;box-shadow:0 30px 70px rgba(37,99,235,.16);overflow:hidden;padding:26px}
.store-sign{width:max-content;margin:0 auto;background:#111827;color:#fff;padding:10px 18px;border-radius:999px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;animation:floatSign 4.2s ease-in-out infinite}
.shelf{position:absolute;left:36px;right:36px;height:16px;background:#1e293b;border-radius:999px}
.shelf-top{top:110px}.shelf-bottom{top:220px}
.box{position:absolute;bottom:12px;width:88px;height:76px;border-radius:18px;box-shadow:0 18px 30px rgba(15,23,42,.16)}
.card-box{left:10%;background:linear-gradient(180deg,#fde68a,#f59e0b)}
.electronics-box{left:43%;background:linear-gradient(180deg,#bfdbfe,#3b82f6)}
.tcg-box{right:10%;background:linear-gradient(180deg,#fbcfe8,#ec4899)}
.retail-box{left:18%;background:linear-gradient(180deg,#bbf7d0,#22c55e)}
.sneaker-box{left:48%;background:linear-gradient(180deg,#fecaca,#ef4444)}
.bundle-box{right:14%;background:linear-gradient(180deg,#ddd6fe,#8b5cf6)}
.shopper,.delivery-truck,.front-door{position:absolute}
.shopper{width:120px;height:190px;bottom:105px}
.shopper-one{left:50px;animation:walkLoop 8s linear infinite}
.shopper-two{right:90px;bottom:125px;animation:shopBounce 5s ease-in-out infinite}
.shopper .head{position:absolute;top:0;left:36px;width:42px;height:42px;background:#f1c27d;border-radius:50%}
.shopper .body{position:absolute;top:40px;left:24px;width:66px;height:92px;border-radius:26px;background:#111827}
.shopper .cart{position:absolute;bottom:0;left:0;width:110px;height:56px;border:6px solid #475569;border-radius:18px;background:rgba(255,255,255,.55)}
.shopper .bag{position:absolute;bottom:18px;right:4px;width:44px;height:54px;border-radius:14px;background:#2563eb}
.delivery-lane{position:absolute;left:24px;right:24px;bottom:18px;height:118px;background:linear-gradient(180deg,#d1fae5,#bbf7d0);border-radius:26px;border:1px solid #bbf7d0;overflow:hidden}
.delivery-truck{left:-170px;bottom:18px;width:180px;height:78px;animation:driveAcross 10s linear infinite}
.truck-cab{position:absolute;left:0;bottom:16px;width:54px;height:46px;background:#0f172a;border-radius:18px 18px 8px 8px}
.truck-box{position:absolute;left:46px;bottom:16px;width:108px;height:56px;background:#2563eb;border-radius:16px}
.wheel{position:absolute;bottom:0;width:28px;height:28px;border-radius:50%;background:#111827}
.wheel-left{left:22px}.wheel-right{left:120px}
.front-door{right:22px;bottom:8px;width:130px;height:100px}
.door-frame{position:absolute;right:0;bottom:0;width:82px;height:100px;background:#fff;border-radius:22px 22px 0 0;border:4px solid #cbd5e1}
.package-drop{position:absolute;left:4px;bottom:10px;width:42px;height:32px;background:#f59e0b;border-radius:10px;animation:dropPulse 2.8s ease-in-out infinite}
.marketing-grid{max-width:1360px;margin:0 auto;padding:0 24px 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.marketing-panel{max-width:1360px;margin:0 auto 24px}
.feature-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.feature-card h2{margin-bottom:8px}
.countdown-panel{margin-top:20px}
.countdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.countdown-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:var(--shadow);display:grid;gap:12px}
.countdown-card h3{font-size:18px;line-height:1.2}
.countdown-site{display:inline-flex;align-items:center;width:max-content;padding:5px 10px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.countdown-time{font-size:32px;font-weight:800;letter-spacing:-.03em}
.countdown-sub{color:var(--muted);font-size:13px}
.guide-shell{padding-top:20px}
.guide-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:20px;margin-top:20px}
.guide-content{display:grid;gap:18px}
.guide-block{display:grid;gap:10px;padding-bottom:4px;border-bottom:1px solid var(--line)}
.guide-block:last-child{border-bottom:none}
.guide-block ul{margin:0;padding-left:22px;color:#334155;display:grid;gap:8px}
.banner-soft{background:#f8fafc}
.sku-request-form{display:grid;grid-template-columns:180px 1fr auto;gap:10px;margin-top:12px}
.stack-list{display:grid;gap:10px;margin-top:14px}
.stack-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}
.stack-item-meta{display:grid;gap:6px}
.countdown-admin-actions{display:flex;gap:8px;flex-wrap:wrap}
.admin-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.guide-cta-strip{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}
.product-select-card{transition:transform .18s ease, box-shadow .18s ease}
.product-select-card:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(15,23,42,.08)}
.product-card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.product-card-controls{grid-template-columns:1fr 130px 120px}
.product-card-title{font-size:16px}
.empty-state-soft{padding:22px;border:1px dashed var(--line-strong);border-radius:16px;color:var(--muted);text-align:center;background:#fff}
@keyframes walkLoop{0%{transform:translateX(0)}50%{transform:translateX(130px)}100%{transform:translateX(0)}}
@keyframes shopBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes floatSign{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes driveAcross{0%{transform:translateX(0)}100%{transform:translateX(calc(100vw + 240px))}}
@keyframes dropPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@media (max-width:1180px){.hero-shell,.guide-layout,.admin-grid--three,.marketing-grid{grid-template-columns:1fr}.hero-scene{min-height:420px}.sku-request-form{grid-template-columns:1fr}}
@media (max-width:760px){.marketing-nav{flex-direction:column;align-items:flex-start}.marketing-links{width:100%}.hero-copy h1{font-size:38px}.product-card-grid{grid-template-columns:1fr}.guide-cta-strip{align-items:flex-start}}

/* Restored homepage styles */
.marketing-header{padding-top:18px}
.marketing-shell{max-width:1360px;margin:0 auto;padding:0 24px}
.brand-mark{display:inline-flex;align-items:center;gap:12px;color:var(--text)}
.brand-mark__logo{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;font-weight:800}
.hero-section{padding:8px 0 24px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:24px;align-items:center}
.hero-lead{font-size:18px;line-height:1.65;color:#334155;max-width:720px}
.btn-lg{padding:12px 18px}
.hero-stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.hero-stat-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px 18px;box-shadow:var(--shadow);min-width:120px;display:grid;gap:4px}
.hero-stat-card strong{font-size:24px}
.hero-stat-card span{color:var(--muted);font-size:13px}
.hero-scene-card{display:grid;gap:14px}
.shop-scene{position:relative;min-height:520px;border-radius:32px;background:linear-gradient(180deg,#dbeafe 0%,#ffffff 36%,#dcfce7 100%);border:1px solid #dbeafe;box-shadow:0 30px 70px rgba(37,99,235,.16);overflow:hidden}
.scene-sky{position:absolute;inset:0 0 52% 0;background:linear-gradient(180deg,#dbeafe,#eff6ff)}
.scene-floor{position:absolute;left:0;right:0;bottom:0;height:34%;background:linear-gradient(180deg,#dcfce7,#bbf7d0)}
.store-front{position:absolute;left:36px;right:36px;top:48px;height:240px;border-radius:28px;background:#fff;border:1px solid var(--line)}
.store-awning{position:absolute;left:18px;right:18px;top:18px;height:22px;border-radius:999px;background:repeating-linear-gradient(90deg,#1d4ed8 0 26px,#93c5fd 26px 52px)}
.store-sign{position:absolute;top:54px;left:50%;transform:translateX(-50%);padding:10px 18px;background:#111827;color:#fff;border-radius:999px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;animation:floatSign 4.2s ease-in-out infinite}
.shelf-one,.shelf-two{position:absolute;left:24px;right:24px;height:14px;background:#1e293b;border-radius:999px}
.shelf-one{top:124px}.shelf-two{top:182px}
.product-box{position:absolute;bottom:10px;width:76px;height:60px;border-radius:16px;box-shadow:0 18px 30px rgba(15,23,42,.16)}
.box-red{left:10%;background:linear-gradient(180deg,#fecaca,#ef4444)}
.box-gold{left:42%;background:linear-gradient(180deg,#fde68a,#f59e0b)}
.box-blue{right:10%;background:linear-gradient(180deg,#bfdbfe,#3b82f6)}
.box-purple{left:18%;background:linear-gradient(180deg,#ddd6fe,#8b5cf6)}
.box-teal{left:48%;background:linear-gradient(180deg,#99f6e4,#14b8a6)}
.box-orange{right:14%;background:linear-gradient(180deg,#fed7aa,#f97316)}
.character{position:absolute;width:110px;height:180px;bottom:112px}
.shopper{left:42px;animation:walkLoop 8s linear infinite}
.courier{right:74px;bottom:102px;animation:shopBounce 5s ease-in-out infinite}
.character-head{position:absolute;top:0;left:34px;width:40px;height:40px;background:#f1c27d;border-radius:50%}
.character-body{position:absolute;top:38px;left:22px;width:64px;height:92px;border-radius:26px;background:#111827}
.character-bag{position:absolute;bottom:14px;right:2px;width:40px;height:50px;border-radius:14px;background:#2563eb}
.delivery-box{position:absolute;bottom:14px;left:0;width:46px;height:36px;border-radius:10px;background:#f59e0b}
.delivery-home{position:absolute;right:26px;bottom:22px;width:140px;height:122px}
.roof{position:absolute;right:16px;top:6px;width:84px;height:34px;background:#0f172a;transform:skew(-22deg);border-radius:10px}
.house{position:absolute;right:0;bottom:0;width:92px;height:92px;background:#fff;border:4px solid #cbd5e1;border-radius:18px 18px 0 0}
.door{position:absolute;right:26px;bottom:0;width:24px;height:48px;background:#1d4ed8;border-radius:10px 10px 0 0}
.motion-dots{position:absolute;left:50%;bottom:32px;display:flex;gap:10px;transform:translateX(-50%)}
.motion-dots span{width:10px;height:10px;border-radius:50%;background:#60a5fa;animation:dropPulse 1.8s ease-in-out infinite}
.motion-dots span:nth-child(2){animation-delay:.2s}.motion-dots span:nth-child(3){animation-delay:.4s}
.scene-caption{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}
.marketing-section{padding:0 0 24px}
.marketing-section--soft{padding:0 0 24px}
.marketing-heading{margin-bottom:18px}
.marketing-heading-copy{max-width:620px}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.feature-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-weight:800;margin-bottom:10px}
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.step-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#111827;color:#fff;font-weight:800;margin-bottom:12px}
.cta-card{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.marketing-footer{padding:0 0 30px}
.marketing-footer__inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;padding-top:10px}
.marketing-footer__links{display:flex;gap:14px;flex-wrap:wrap}
.selection-box{max-height:220px;overflow:auto;padding:14px;border:1px dashed var(--line-strong);border-radius:14px;background:#f8fafc;display:grid;gap:10px}
.checkbox-inline--block{display:flex;align-items:flex-start;gap:10px}
.countdown-tags{display:flex;gap:8px;flex-wrap:wrap}
@media (max-width:1180px){.hero-grid,.feature-grid,.steps-grid{grid-template-columns:1fr}.shop-scene{min-height:420px}}
@media (max-width:760px){.marketing-nav{flex-direction:column;align-items:flex-start}.marketing-links{width:100%}.hero-copy h1{font-size:38px}}


.admin-grid--three{grid-template-columns:minmax(300px,.9fr) minmax(380px,1.1fr) minmax(380px,1.15fr);align-items:start}
#countdownManagerPanel,#catalogToolsPanel{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
#countdownManagerPanel .stack-list{max-height:280px;overflow:auto;padding-right:4px}
#countdownManagerPanel .stack-item{padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
#countdownManagerPanel .stack-item + .stack-item{margin-top:10px}
#countdownManagerPanel .stack-item strong{display:block;font-size:15px}
#catalogToolsPanel .banner-soft{background:#f8fbff}
.countdown-card{position:relative}
.countdown-card-actions{display:flex;justify-content:flex-end;margin-top:4px}
.countdown-card--selected{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff 0%,#ffffff 100%)}
.countdown-select-button{min-width:170px}
.table-wrap--catalog-scroll{max-height:320px;overflow:auto;border-radius:18px;border:1px solid var(--line)}
.table-wrap--catalog-scroll thead th{position:sticky;top:0;background:var(--panel);z-index:1}
.table-wrap--catalog-scroll tbody td{background:#fff}
@media (max-width:1280px){.admin-grid--three{grid-template-columns:1fr}.products-panel{position:static}}


.admin-layout-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px;margin-top:20px;align-items:start}
.admin-sidebar{position:sticky;top:16px;display:grid;gap:10px}
.admin-content-stack{display:grid;gap:20px}
.admin-nav-button{display:flex;justify-content:flex-start;align-items:center;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer;font-weight:600;color:var(--text)}
.admin-nav-button.is-active{background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border-color:rgba(37,99,235,.45)}
.admin-pane{display:none;gap:20px}
.admin-pane.is-active{display:grid}
.table-wrap--admin-scroll{max-height:430px;overflow:auto;padding-right:4px}
.selection-chip-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;margin-bottom:12px}
.selection-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-weight:600;font-size:12px}
.selection-chip--empty{background:#f8fafc;color:var(--muted);border-color:var(--line)}
@media (max-width: 1100px){.admin-layout-shell{grid-template-columns:1fr}.admin-sidebar{position:static;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}

.panel-header--nested{margin-top:20px}
.selection-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:14px}
.selection-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px}
.countdown-user-scroll{max-height:260px;overflow:auto;display:grid;gap:10px}
.countdown-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer;text-align:left}
.countdown-list-item span{display:grid;gap:4px}
.countdown-list-item small{color:var(--muted)}
.countdown-list-item.is-active{border-color:#60a5fa;background:#eff6ff}
.countdown-user-row{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}
@media (max-width: 980px){.selection-grid-two{grid-template-columns:1fr}}

.status-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:rgba(255,255,255,0.08);color:#f2f2f2}.status-tag--danger{background:rgba(255,77,77,0.18);color:#ffb3b3}.status-tag--success{background:rgba(0,200,120,0.18);color:#9af0c8}
