@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root{
    --bg:#f4f5fb;
    --surface:#f7f8fd;
    --text:#182541;
    --muted:#74809b;
    --primary:#7350f5;
    --primary-2:#8d6cff;
    --pink:#f3dff1;
    --blue:#dfe9ff;
    --border:rgba(255,255,255,.85);
    --shadow-out:12px 12px 28px rgba(38,48,88,.09),-8px -8px 22px rgba(255,255,255,.9);
    --shadow-soft:7px 7px 18px rgba(38,48,88,.07),-6px -6px 16px rgba(255,255,255,.92);
    --radius:20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}

.site-shell{
    max-width:1500px;
    margin:16px auto;
    padding:0 18px 18px;
}

.topbar{
    min-height:72px;
    display:grid;
    grid-template-columns:220px minmax(300px,1fr) auto;
    gap:28px;
    align-items:center;
    padding:8px 4px 18px;
    border-bottom:1px solid rgba(130,140,170,.14);
}

.brand{
    font-size:28px;
    font-weight:800;
    letter-spacing:-1.5px;
}
.brand span{color:var(--primary)}

.search-box{
    height:48px;
    display:flex;
    align-items:center;
    border-radius:25px;
    background:var(--surface);
    box-shadow:inset 2px 2px 7px rgba(45,55,95,.05),var(--shadow-soft);
}
.search-box input{
    flex:1;
    border:0;
    outline:0;
    background:transparent;
    padding:0 20px;
    color:var(--text);
}
.search-box button{
    width:48px;
    height:48px;
    border:0;
    border-radius:50%;
    background:transparent;
    color:var(--muted);
    font-size:24px;
    cursor:pointer;
}

.top-actions{display:flex;align-items:center;gap:22px}
.top-action,.account-action{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--text);
}
.action-icon{font-size:25px;color:#687697}
.action-text{font-size:13px;font-weight:600}
.account-action{
    padding:8px 12px;
    border-radius:30px;
    box-shadow:var(--shadow-soft);
}
.avatar{
    width:42px;height:42px;border-radius:50%;
    display:grid;place-items:center;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    font-size:22px;
}
.account-action strong,.account-action small{display:block}
.account-action strong{font-size:12px}
.account-action small{font-size:11px;color:var(--muted);margin-top:3px}

.page-layout{
    display:grid;
    grid-template-columns:238px minmax(0,1fr) 305px;
    gap:24px;
    padding-top:20px;
}

.sidebar,.right-panel{display:flex;flex-direction:column;gap:18px}
.side-card,.promo-card,.cart-preview,.club-card{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:var(--radius);
    box-shadow:var(--shadow-out);
}
.side-card{padding:18px 14px}
.side-title,.promo-title{
    color:var(--primary);
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
}
.category-link,.club-link{
    display:flex;
    align-items:center;
    gap:12px;
    min-height:40px;
    padding:8px 10px;
    border-radius:12px;
    font-size:12px;
    color:#34415e;
}
.category-link{margin-top:5px}
.category-link.active{
    color:white;
    background:linear-gradient(135deg,#7350f5,#8e6cff);
    box-shadow:0 7px 15px rgba(115,80,245,.23);
}
.side-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
}
.side-heading a{font-size:10px;color:var(--primary)}
.clubs-card{padding-bottom:12px}
.club-link img,.club-placeholder{
    width:25px;height:25px;object-fit:contain;
}
.club-placeholder{display:grid;place-items:center;font-size:16px}
.club-link{min-height:38px}

.main-content{min-width:0}
.league-tabs{
    display:flex;
    gap:10px;
    overflow:auto;
    padding:2px 2px 14px;
    scrollbar-width:none;
}
.league-tabs::-webkit-scrollbar{display:none}
.league-tab{
    flex:0 0 auto;
    padding:12px 18px;
    border-radius:16px;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}
.league-tab.active{
    color:white;
    background:linear-gradient(135deg,#7350f5,#8d6cff);
}

.hero{
    position:relative;
    min-height:305px;
    overflow:hidden;
    border-radius:22px;
    background:linear-gradient(110deg,#fdebf8 0%,#edf0ff 52%,#dfeaff 100%);
    box-shadow:var(--shadow-out);
    display:flex;
    align-items:center;
    padding:34px 40px;
}
.hero-copy{width:48%;position:relative;z-index:2}
.eyebrow{font-size:11px;font-weight:800;color:var(--primary);letter-spacing:1px}
.hero h1{font-size:38px;line-height:1.02;letter-spacing:-2px;margin:14px 0}
.hero h1 span{color:var(--primary)}
.hero p{max-width:390px;color:#55627e;font-size:13px;line-height:1.7;margin:0 0 20px}
.hero-button,.primary-button{
    display:inline-flex;align-items:center;justify-content:center;
    border:0;
    color:white;
    background:linear-gradient(135deg,#7350f5,#8e6cff);
    box-shadow:0 9px 18px rgba(115,80,245,.24);
    border-radius:13px;
    padding:12px 18px;
    font-size:12px;font-weight:700;
}
.hero-products{
    position:absolute;
    right:3%;
    bottom:-12px;
    width:52%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:flex-end;
}
.hero-shirt{
    width:150px;height:205px;
    border-radius:28px 28px 12px 12px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    color:white;text-align:center;
    font-weight:700;
    letter-spacing:.5px;
    box-shadow:18px 20px 25px rgba(41,53,93,.18);
    transform:rotate(-2deg);
}
.hero-shirt strong{font-size:54px;margin-top:10px}
.shirt-one{background:#f4f4f3;color:#182541;transform:rotate(-5deg) translateX(25px)}
.shirt-two{height:230px;background:linear-gradient(90deg,#18366d 0 48%,#a92338 48%);z-index:2}
.shirt-three{background:#8bc5ed;color:#182541;transform:rotate(5deg) translateX(-25px)}
.hero-dots{position:absolute;bottom:12px;left:50%;display:flex;gap:10px}
.hero-dots i{width:9px;height:9px;border-radius:50%;background:white;box-shadow:var(--shadow-soft)}
.hero-dots i.active{background:var(--primary)}

.benefits,.trust-row{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-top:18px;
    padding:16px;
    background:var(--surface);
    border-radius:18px;
    box-shadow:var(--shadow-soft);
}
.benefits>div,.trust-row>div{display:flex;align-items:center;gap:11px}
.benefits span,.trust-row span{
    width:38px;height:38px;border-radius:50%;
    display:grid;place-items:center;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    color:var(--primary);
}
.benefits p,.trust-row p{margin:0}
.benefits strong,.trust-row strong{display:block;font-size:11px}
.benefits small,.trust-row small{display:block;color:var(--muted);font-size:9px;margin-top:4px}

.section-heading{
    display:flex;align-items:center;justify-content:space-between;
    margin:25px 4px 14px;
}
.section-heading h2{font-size:18px;margin:0;letter-spacing:-.5px}
.section-heading a{font-size:11px;color:var(--primary);font-weight:700}

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
}
.product-card{
    min-width:0;
    overflow:hidden;
    border-radius:18px;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    border:1px solid var(--border);
}
.product-image{
    height:210px;
    position:relative;
    display:grid;place-items:center;
    padding:12px;
}
.product-image img{
    width:100%;height:100%;object-fit:contain;
    filter:drop-shadow(8px 12px 10px rgba(40,50,80,.13));
}
.product-placeholder{
    color:#8b93a8;
    font-size:14px;font-weight:800;
    letter-spacing:2px;
}
.product-badge{
    position:absolute;left:10px;top:10px;
    background:linear-gradient(135deg,#8c6aff,#b48cff);
    color:white;padding:5px 8px;border-radius:8px;
    font-size:9px;font-weight:800;
}
.favorite-button{
    position:absolute;right:10px;top:10px;
    width:32px;height:32px;border:0;border-radius:50%;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    color:#71809d;font-size:18px;cursor:pointer;
}
.product-info{padding:0 12px 12px}
.product-info h3{
    font-size:11px;line-height:1.45;
    min-height:32px;margin:0 0 5px;
    font-weight:600;
}
.price{font-size:13px}
.product-info del{display:block;color:#a3a9b8;font-size:9px;margin-top:3px}
.add-cart{
    display:flex;align-items:center;justify-content:center;
    margin-top:10px;padding:9px;
    border-radius:11px;
    color:var(--primary);
    background:var(--surface);
    box-shadow:inset 2px 2px 5px rgba(50,60,100,.04),var(--shadow-soft);
    font-size:10px;font-weight:700;
}

.promo-card,.cart-preview{padding:18px}
.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0}
.countdown div{
    padding:10px 4px;text-align:center;border-radius:10px;
    background:var(--surface);box-shadow:inset 2px 2px 5px rgba(45,55,95,.04),var(--shadow-soft);
}
.countdown strong{display:block;font-size:14px}
.countdown small{display:block;font-size:8px;color:var(--muted);margin-top:4px}
.promo-product{display:flex;gap:12px;align-items:center}
.mini-shirt{width:75px;height:95px;display:grid;place-items:center;font-size:45px}
.promo-product strong,.promo-product b,.promo-product del{display:block}
.promo-product strong{font-size:11px;margin-bottom:9px}
.promo-product b{font-size:13px}
.promo-product del{font-size:9px;color:#9ba2b3;margin-top:4px}
.soft-button{
    display:flex;justify-content:center;
    margin-top:15px;padding:11px;
    border-radius:12px;
    box-shadow:var(--shadow-soft);
    color:var(--primary);
    font-size:10px;font-weight:700;
}
.empty-cart{font-size:11px;color:var(--muted);line-height:1.6}
.primary-button{width:100%;margin-top:8px}
.club-card{
    padding:17px;
    display:flex;gap:12px;
    background:linear-gradient(135deg,#f1eaff,#f9f3ff);
}
.club-badge{
    width:42px;height:42px;flex:0 0 42px;
    border-radius:50%;display:grid;place-items:center;
    color:var(--primary);background:#f3edff;
    box-shadow:var(--shadow-soft);
}
.club-card strong{font-size:12px}
.club-card p{font-size:9px;line-height:1.5;color:var(--muted);margin:6px 0}
.club-card a{font-size:9px;color:var(--primary);font-weight:700}

.empty-products{
    grid-column:1/-1;
    padding:45px 20px;text-align:center;
    border-radius:18px;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    color:var(--muted);
}
.empty-products strong{color:var(--text);display:block;margin-bottom:7px}
.empty-products p{margin:0;font-size:12px}

.site-footer{
    display:flex;justify-content:space-between;gap:20px;
    padding:20px 10px 5px;
    color:var(--muted);
    font-size:10px;
}
.site-footer strong{color:var(--text);margin-right:8px}
.site-footer span{margin-left:4px}

@media (max-width:1200px){
    .page-layout{grid-template-columns:210px minmax(0,1fr)}
    .right-panel{display:none}
    .topbar{grid-template-columns:190px minmax(260px,1fr) auto}
    .top-action .action-text{display:none}
}
@media (max-width:850px){
    .site-shell{margin:8px auto;padding:0 10px 12px}
    .topbar{
        grid-template-columns:1fr auto;
        gap:12px;
    }
    .brand{font-size:25px}
    .search-box{grid-column:1/-1;grid-row:2}
    .account-action span:last-child{display:none}
    .page-layout{display:block}
    .sidebar{display:none}
    .hero{min-height:290px;padding:28px 22px}
    .hero-copy{width:62%}
    .hero h1{font-size:30px}
    .hero-products{right:-8%;width:55%;transform:scale(.8)}
    .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .benefits{grid-template-columns:repeat(2,1fr)}
    .trust-row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
    .top-actions{gap:8px}
    .top-action{display:none}
    .hero{min-height:320px}
    .hero-copy{width:100%;z-index:3}
    .hero p{max-width:250px}
    .hero-products{opacity:.35;right:-28%;width:80%}
    .league-tab{padding:10px 13px}
    .benefits{padding:12px;gap:8px}
    .benefits span{width:32px;height:32px;font-size:13px}
    .benefits strong{font-size:9px}
    .benefits small{font-size:8px}
    .product-image{height:180px}
    .section-heading{margin-top:21px}
    .trust-row{padding:12px}
    .site-footer{display:block;line-height:1.8}
    .site-footer div+div{margin-top:5px}
}
