:root {
    --bg: #020806;
    --panel: rgba(5, 20, 12, .86);
    --panel-strong: rgba(4, 15, 9, .96);
    --green: #51f590;
    --green-soft: #98ffbc;
    --text: #f3fff7;
    --muted: #94ad9e;
    --line: rgba(89, 255, 151, .18);
    --line-strong: rgba(89, 255, 151, .42);
    --shadow: 0 30px 90px rgba(0, 0, 0, .48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:has(body.cart-open) { overflow: hidden; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 82% 8%, rgba(36, 255, 112, .13), transparent 31rem),
        radial-gradient(circle at 12% 34%, rgba(24, 150, 72, .16), transparent 34rem),
        linear-gradient(180deg, #07120c, #020704 72%);
    font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
    min-height: 100vh;
}
body.cart-open { overflow: hidden; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(80, 255, 145, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(80, 255, 145, .025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

.ambient {
    position: fixed;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .12;
    pointer-events: none;
}
.ambient-one { background: #19ff71; top: -120px; left: -100px; }
.ambient-two { background: #00c867; right: -150px; top: 35%; }

.topbar {
    position: sticky;
    z-index: 20;
    top: 14px;
    width: min(1220px, calc(100% - 28px));
    margin: 14px auto 0;
    padding: 11px 12px 11px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(2, 13, 7, .82);
    box-shadow: 0 16px 55px rgba(0, 0, 0, .32);
    backdrop-filter: blur(20px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    text-decoration: none;
}
.brand img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--line-strong);
}
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: .88rem; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: var(--green); font-size: .58rem; letter-spacing: .16em; }
.topbar nav { display: flex; align-items: center; gap: 4px; }
.topbar nav a {
    padding: 10px 13px;
    color: #cbe0d2;
    text-decoration: none;
    border-radius: 11px;
    font-size: .85rem;
    transition: .2s ease;
}
.topbar nav a:hover { color: #fff; background: rgba(83, 255, 146, .08); }
.topbar nav .nav-cta { color: #041109; background: var(--green); font-weight: 800; }
.topbar nav .nav-cta:hover { color: #041109; background: var(--green-soft); }
.cart-button {
    min-height: 39px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    border: 1px solid var(--line-strong);
    border-radius: 11px;
    background: rgba(83, 255, 146, .08);
    font: inherit;
    font-size: .85rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.018);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.cart-button:hover { transform: translateY(-1px); border-color: rgba(89,255,151,.7); background: rgba(83,255,146,.14); }
.cart-button > i {
    width: 17px;
    height: 15px;
    display: inline-block;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 3px 3px 6px 6px;
    transform: translateY(1px);
    position: relative;
}
.cart-button > i::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 5px;
    left: 3px;
    top: -5px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.cart-button span {
    min-width: 23px;
    height: 23px;
    display: inline-grid;
    place-items: center;
    color: #041109;
    border-radius: 50%;
    background: var(--green);
    font-size: .75rem;
}

main { width: min(1220px, calc(100% - 28px)); margin: 0 auto; }
.campaign-banner {
    margin-top: 28px;
    padding: 22px 26px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(255, 211, 91, .32);
    border-radius: 22px;
    background: linear-gradient(120deg, rgba(42, 32, 4, .94), rgba(8, 28, 16, .96) 58%, rgba(7, 20, 12, .98));
    box-shadow: 0 18px 60px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.04);
    overflow: hidden;
    position: relative;
}
.campaign-banner[hidden] { display: none; }
.campaign-banner::after { content:""; position:absolute; width:210px; height:210px; right:22%; top:-155px; border-radius:50%; background:rgba(255,211,91,.18); filter:blur(48px); pointer-events:none; }
.campaign-value { min-width: 108px; padding: 17px 14px; color:#171002; border-radius:16px; background:linear-gradient(135deg,#ffd05d,#fff0a4); font-size:2rem; font-weight:1000; text-align:center; box-shadow:0 12px 32px rgba(255,204,72,.18); }
.campaign-copy { position:relative; z-index:1; }
.campaign-copy span { color:#ffdc79; font-size:.68rem; font-weight:950; letter-spacing:.18em; }
.campaign-copy h2 { margin:5px 0 4px; font-size:1.55rem; }
.campaign-copy p { margin:0; color:#b8cdbf; }
.campaign-time { display:grid; justify-items:end; gap:6px; position:relative; z-index:1; }
.campaign-time small { color:#ffdc79; font-weight:900; letter-spacing:.1em; }
.campaign-time strong { color:#eafff0; font-size:.84rem; }
.campaign-time a { margin-top:4px; padding:9px 13px; color:#061009; border-radius:10px; background:var(--green); text-decoration:none; font-weight:900; }
.hero {
    min-height: 610px;
    padding: 95px 42px 70px;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    align-items: center;
    gap: 70px;
}
.eyebrow {
    display: block;
    color: var(--green);
    font-weight: 800;
    font-size: .71rem;
    letter-spacing: .18em;
}
.hero h1 {
    max-width: 820px;
    margin: 20px 0 22px;
    font-size: clamp(3.25rem, 7vw, 6.8rem);
    line-height: .88;
    letter-spacing: -.065em;
}
.hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: #b3c8ba;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.primary {
    padding: 15px 21px;
    color: #021108;
    text-decoration: none;
    font-weight: 900;
    border-radius: 13px;
    background: linear-gradient(135deg, #3ee984, #9cffbd);
    box-shadow: 0 14px 35px rgba(61, 244, 134, .2);
}
.secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 20px; color: var(--green); text-decoration: none; font-weight: 900; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(67, 242, 132, .07); }
.secondary:hover { background: rgba(67, 242, 132, .13); }
button.secondary { font: inherit; cursor: pointer; }
.secure { display: inline-flex; align-items: center; gap: 8px; color: #bed4c5; font-size: .86rem; }
.secure i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.hero-panel {
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(10, 36, 21, .88), rgba(2, 12, 7, .96));
    box-shadow: var(--shadow);
}
.hero-panel::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: rgba(64, 255, 136, .1);
    filter: blur(35px);
}
.hero-icon { padding: 8px 0 22px; text-align: center; }
.hero-icon img { width: 112px; height: 112px; object-fit: cover; border-radius: 30px; filter: drop-shadow(0 14px 30px rgba(0, 0, 0, .5)); }
.hero-stat { display: flex; justify-content: space-between; align-items: end; padding: 17px 2px; border-top: 1px solid var(--line); }
.hero-stat strong { font-size: 2.1rem; line-height: 1; }
.hero-stat span { color: var(--muted); font-size: .8rem; }
.hero-note { margin-top: 8px; padding: 14px; color: #b8cdbf; font-size: .78rem; line-height: 1.55; border-radius: 13px; background: rgba(85, 255, 149, .055); }
.hero-note::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #ffd166; box-shadow: 0 0 12px rgba(255, 209, 102, .8); }
.hero-note[data-state="live"]::before { background: var(--green); box-shadow: 0 0 12px rgba(67, 242, 132, .9); }
.hero-note[data-state="cached"]::before { background: #ffb45b; box-shadow: 0 0 12px rgba(255, 180, 91, .75); }

.org-store {
    margin: 0 0 28px;
    padding: 30px;
    border: 1px solid rgba(89, 255, 151, .22);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 0, rgba(81, 245, 144, .13), transparent 22rem),
        linear-gradient(150deg, rgba(8, 28, 16, .94), rgba(2, 11, 6, .98));
    box-shadow: var(--shadow);
    scroll-margin-top: 90px;
}
.org-store-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}
.org-store h2 {
    margin: 8px 0 10px;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: .95;
    letter-spacing: -.045em;
}
.org-store p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}
.weekly-badge {
    padding: 17px;
    border: 1px solid rgba(255, 211, 91, .26);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(56, 43, 7, .58), rgba(0, 0, 0, .25));
}
.weekly-badge small,
.org-rank-note strong {
    color: #ffd66b;
    font-weight: 950;
    letter-spacing: .12em;
}
.weekly-badge strong {
    display: block;
    margin: 6px 0;
    font-size: 1.25rem;
}
.weekly-badge span {
    color: #d8eadf;
    font-size: .82rem;
    line-height: 1.45;
}
.org-rank-note {
    margin: 18px 0;
    padding: 13px 15px;
    color: #c4dccd;
    border: 1px solid rgba(255, 211, 91, .16);
    border-radius: 15px;
    background: rgba(255, 211, 91, .045);
    font-size: .86rem;
    line-height: 1.5;
}
.org-rank-note b { color: var(--green); }
.org-store-summary {
    margin: 0 0 16px;
    color: #cfe6d7;
    font-size: .9rem;
}
.org-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 17px;
}
.org-tabs button,
.org-tabs a {
    padding: 9px 12px;
    color: #cce4d4;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(8, 28, 17, .8);
    text-decoration: none;
    font: inherit;
    font-size: .78rem;
    cursor: pointer;
}
.org-tabs button.active,
.org-tabs button:hover,
.org-tabs a:hover {
    color: #06140b;
    border-color: var(--green);
    background: var(--green);
}
.org-store-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}
.org-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(89, 255, 151, .16);
    border-radius: 22px;
    background: linear-gradient(150deg, rgba(10, 31, 19, .96), rgba(4, 14, 8, .98));
    box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.org-card.corp { border-color: rgba(79, 210, 255, .2); }
.org-card.corp::after { background: rgba(79, 210, 255, .08); }
.org-card.corp .kind,
.org-card.corp .org-metric b { color: #7fe7ff; }
.org-card::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    right: -60px;
    top: -70px;
    border-radius: 50%;
    background: rgba(81,245,144,.08);
    filter: blur(24px);
    pointer-events: none;
}
.org-card-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 1;
}
.org-card .kind {
    color: var(--green);
    font-size: .65rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.org-rank,
.org-free {
    color: #06140b;
    padding: 6px 9px;
    border-radius: 999px;
    background: #ffd66b;
    font-weight: 950;
    font-size: .72rem;
}
.org-free {
    background: linear-gradient(135deg, #42ec87, #99ffba);
}
.org-card h3 {
    margin: 10px 0 3px;
    font-size: 1.2rem;
    line-height: 1.18;
}
.org-card .sigla { color: var(--muted); font-size: .82rem; }
.org-stars {
    margin: 12px 0 10px;
    color: #ffd66b;
    font-size: 1.15rem;
    letter-spacing: .06em;
}
.org-metric {
    margin: 0;
    color: #d9f1e2;
    font-size: .82rem;
    line-height: 1.45;
}
.org-metric b { color: var(--green); }
.org-grid-mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0;
}
.org-mini {
    padding: 9px;
    border: 1px solid rgba(84,255,148,.12);
    border-radius: 11px;
    background: rgba(84,255,148,.035);
}
.org-mini small {
    display: block;
    color: var(--muted);
    font-size: .66rem;
}
.org-mini strong {
    display: block;
    margin-top: 2px;
    color: #fff;
}
.org-buy {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    color: #031109;
    background: linear-gradient(135deg, #42ec87, #99ffba);
    font: inherit;
    font-size: .82rem;
    font-weight: 950;
    cursor: pointer;
}
.org-buy.disabled {
    color: #91aa9b;
    background: #14231a;
    cursor: not-allowed;
}
.org-store-empty {
    padding: 34px;
    text-align: center;
    color: var(--muted);
    border: 1px dashed var(--line);
    border-radius: 18px;
}

.catalog {
    margin-bottom: 80px;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: rgba(2, 13, 7, .9);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 25px; }
.section-head h2 { margin: 8px 0 0; font-size: clamp(2.1rem, 5vw, 3.8rem); letter-spacing: -.045em; }
.search {
    width: min(360px, 100%);
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(7, 26, 15, .9);
}
.search:focus-within { border-color: var(--line-strong); box-shadow: 0 0 0 4px rgba(70, 255, 139, .06); }
.search svg { width: 18px; height: 18px; fill: none; stroke: var(--green); stroke-width: 2; }
.search input { width: 100%; color: #fff; background: transparent; border: 0; outline: 0; font: inherit; }
.search input::placeholder { color: #6f8d7a; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter {
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #bcd2c3;
    background: rgba(8, 28, 17, .8);
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    transition: .2s ease;
}
.filter:hover, .filter.active { color: #06140b; background: var(--green); border-color: var(--green); }
.results-line { margin: 20px 2px 14px; display: flex; justify-content: space-between; color: var(--muted); font-size: .8rem; }
.results-line button { padding: 0; color: var(--green); background: none; border: 0; font: inherit; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.product {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(89, 255, 151, .13);
    border-radius: 20px;
    background: linear-gradient(150deg, rgba(10, 31, 19, .96), rgba(4, 14, 8, .98));
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.product:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 22px 50px rgba(0, 0, 0, .38); }
.product.inactive { border-color: rgba(255, 119, 119, .2); }
.product-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #030805; }
.product-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(2, 10, 6, .8)); pointer-events: none; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product:hover .product-media img { transform: scale(1.035); }
.discount {
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 11px;
    padding: 7px 9px;
    border-radius: 9px;
    color: #06130a;
    background: var(--green-soft);
    font-weight: 900;
    font-size: .7rem;
}
.availability {
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 11px;
    padding: 6px 9px;
    border: 1px solid;
    border-radius: 999px;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.availability.active { color: var(--green); border-color: rgba(66, 236, 135, .45); background: rgba(3, 20, 10, .88); }
.availability.inactive { color: #ffaaaa; border-color: rgba(255, 119, 119, .45); background: rgba(42, 8, 10, .9); }
.product-content { flex: 1; display: flex; flex-direction: column; padding: 16px; }
.category { color: var(--green); font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product h3 { margin: 9px 0 8px; font-size: 1.05rem; line-height: 1.2; }
.product p {
    display: -webkit-box;
    min-height: 40px;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: .77rem;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-includes {
    min-height: 34px;
    margin-top: 10px;
    padding: 8px 9px;
    overflow: hidden;
    color: #c7dfd0;
    border: 1px solid rgba(84, 255, 148, .12);
    border-radius: 9px;
    background: rgba(84, 255, 148, .035);
    font-size: .68rem;
    line-height: 1.35;
}
.product-includes strong { color: var(--green); }
.pricing { display: flex; align-items: baseline; gap: 8px; margin: 17px 0 13px; }
.pricing strong { font-size: 1.28rem; }
.pricing del { color: #647a6b; font-size: .72rem; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: auto; }
.buy, .details {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
}
.buy { color: #031109; text-decoration: none; background: linear-gradient(135deg, #42ec87, #99ffba); }
.buy.disabled { color: #779183; background: #14231a; cursor: not-allowed; }
.details { width: 42px; color: var(--green); border: 1px solid var(--line); background: rgba(77, 255, 140, .05); }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; }
.empty-state strong, .empty-state span { display: block; }
.empty-state span { margin-top: 8px; color: var(--muted); }

footer {
    width: min(1220px, calc(100% - 28px));
    margin: 0 auto;
    padding: 25px 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--line);
}
footer p { max-width: 620px; margin: 0; color: #759080; font-size: .75rem; line-height: 1.5; text-align: right; }
.footer-brand img { width: 34px; height: 34px; }

dialog {
    width: min(900px, calc(100% - 24px));
    padding: 0;
    color: var(--text);
    border: 1px solid var(--line-strong);
    border-radius: 25px;
    background: #041109;
    box-shadow: 0 50px 150px #000;
}
dialog::backdrop { background: rgba(0, 5, 3, .84); backdrop-filter: blur(8px); }
.modal-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: rgba(0,0,0,.68);
    font-size: 1.5rem;
    cursor: pointer;
}
.modal-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.modal-media { padding: 18px; background: #020604; }
.modal-media > img { width: 100%; height: 410px; object-fit: contain; border-radius: 16px; background: #000; }
.modal-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.modal-thumbs button { width: 52px; height: 52px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #000; cursor: pointer; }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { max-height: min(82vh, 720px); padding: 45px 38px 35px; display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; }
.modal-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.modal-category { color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.modal-status { padding: 6px 9px; border: 1px solid; border-radius: 999px; font-size: .65rem; font-weight: 900; }
.modal-status.active { color: var(--green); border-color: rgba(66, 236, 135, .4); }
.modal-status.inactive { color: #ffaaaa; border-color: rgba(255, 119, 119, .4); }
.modal-copy h2 { margin: 12px 0 15px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: .96; letter-spacing: -.045em; }
.modal-copy p { margin: 0; color: var(--muted); line-height: 1.65; }
.modal-contents { margin-top: 18px; padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(78, 255, 141, .045); }
.modal-contents > strong { display: block; margin-bottom: 7px; color: var(--green); font-size: .68rem; letter-spacing: .12em; }
#modalContents { white-space: pre-line; color: #d9eee0; font-size: .84rem; }
.modal-pricing { margin: 28px 0 18px; display: flex; flex-direction: column; gap: 4px; }
.modal-pricing span { color: #6d8174; text-decoration: line-through; }
.modal-pricing strong { font-size: 2.2rem; }
#modalBuy { min-height: 52px; display: flex; justify-content: space-between; align-items: center; padding: 0 18px; color: #021108; text-decoration: none; font-weight: 900; border-radius: 13px; background: linear-gradient(135deg, #42ec87, #a3ffc1); }
#modalBuy.disabled { color: #779183; background: #14231a; cursor: not-allowed; }
.modal-copy > small { margin-top: 10px; color: #6e8677; }

.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(0, 5, 3, .7);
    opacity: 0;
    backdrop-filter: blur(6px);
    transition: opacity .22s ease;
}
.cart-overlay[data-open="true"] { opacity: 1; }
.cart-panel {
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    width: min(460px, 100%);
    height: 100vh;
    height: 100dvh;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: var(--text);
    border-left: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 100% 0, rgba(67,255,139,.12), transparent 19rem),
        linear-gradient(160deg, rgba(7, 27, 16, .99), rgba(2, 9, 5, 1));
    box-shadow: -30px 0 90px rgba(0, 0, 0, .55);
    transform: translateX(105%);
    overflow: hidden;
    transition: transform .25s cubic-bezier(.2,.85,.2,1);
}
.cart-panel[data-open="true"] { transform: translateX(0); }
.cart-head {
    padding: 27px 26px 23px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(3,16,9,.68);
}
.cart-head h2 { margin: 6px 0 0; font-size: 1.8rem; letter-spacing: -.04em; }
.cart-head p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; }
#cartClose {
    width: 39px;
    height: 39px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    background: rgba(0,0,0,.35);
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
#cartClose:hover { transform: rotate(6deg); background: rgba(81,245,144,.12); }
.cart-empty {
    margin: 24px;
    padding: 34px 24px;
    color: var(--muted);
    border: 1px dashed var(--line-strong);
    border-radius: 18px;
    background: rgba(61,255,132,.035);
    text-align: center;
    line-height: 1.55;
}
.cart-items {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 11px;
    overflow: auto;
    padding: 20px 22px;
    scrollbar-width: thin;
    scrollbar-color: rgba(81,245,144,.35) transparent;
}
.cart-item {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
    border: 1px solid rgba(89, 255, 151, .16);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(20,53,32,.56), rgba(0,0,0,.24));
    box-shadow: inset 0 1px rgba(255,255,255,.025);
}
.cart-item img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 14px;
    background: #000;
    border: 1px solid rgba(255,255,255,.07);
}
.cart-item strong { display: block; padding-right: 4px; line-height: 1.25; font-size: .94rem; }
.cart-item span { display: block; margin-top: 5px; color: var(--green); font-weight: 950; }
.cart-qty { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.cart-qty button {
    min-width: 30px;
    min-height: 29px;
    color: #dfffea;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: rgba(77, 255, 140, .055);
    cursor: pointer;
}
.cart-qty input { width: 70px; min-height: 31px; padding: 4px 6px; color:#fff; border:1px solid var(--line); border-radius:9px; background:rgba(0,0,0,.32); text-align:center; font:inherit; font-weight:900; }
.cart-qty button:hover { border-color: var(--line-strong); background: rgba(77,255,140,.12); }
.cart-qty button:last-child { margin-left: auto; padding: 0 9px; color: #ffb6b6; border-color: rgba(255,105,105,.16); }
.cart-summary {
    margin-top: auto;
    padding: 20px 24px 23px;
    border-top: 1px solid var(--line);
    background: rgba(1,8,4,.92);
    box-shadow: 0 -18px 50px rgba(0,0,0,.28);
}
.cart-total {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.cart-total span { color: var(--muted); }
.cart-total strong { color: #fff; font-size: 1.9rem; letter-spacing: -.04em; }
.cart-summary form { margin-top: 15px; }
.cart-minimum {
    margin-top: 13px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffe4a3;
    border: 1px solid rgba(255, 205, 90, .28);
    border-radius: 12px;
    background: rgba(255, 185, 50, .075);
    font-size: .8rem;
    line-height: 1.35;
}
.cart-minimum[hidden] { display: none; }
.cart-minimum span { flex: 1; }
.cart-minimum button {
    flex: 0 0 auto;
    padding: 8px 10px;
    color: #ffeca9;
    border: 1px solid rgba(255, 205, 90, .38);
    border-radius: 9px;
    background: rgba(255, 205, 90, .1);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}
.cart-minimum button:hover { background: rgba(255, 205, 90, .18); }
.cart-checkout {
    width: 100%;
    min-height: 52px;
    color: #021108;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #42ec87, #a3ffc1);
    font: inherit;
    font-weight: 950;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    box-shadow: 0 12px 30px rgba(66,236,135,.18);
    transition: transform .18s ease, filter .18s ease;
}
.cart-checkout:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.07); }
.cart-checkout b { font-size: 1.35rem; }
.cart-checkout:disabled { filter: grayscale(1); opacity: .55; cursor: not-allowed; }
.cart-summary > small { margin-top: 12px; display: flex; gap: 7px; color: #759080; line-height: 1.45; }
.cart-summary > small i { color: var(--green); font-style: normal; font-weight: 900; }

@media (max-width: 1050px) {
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .campaign-banner { grid-template-columns:auto 1fr; padding:18px; }
    .campaign-time { grid-column:1/-1; justify-items:start; padding-left:130px; }
    .org-store-head { grid-template-columns: 1fr; }
    .org-store-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero { min-height: auto; padding: 80px 12px 55px; grid-template-columns: 1fr; gap: 35px; }
    .hero-panel { display: grid; grid-template-columns: auto 1fr 1fr; align-items: center; gap: 12px; }
    .hero-icon { padding: 0; }
    .hero-icon img { width: 70px; height: 70px; border-radius: 20px; }
    .hero-stat { display: block; padding: 10px; border: 0; }
    .hero-stat span { display: block; margin-top: 5px; }
    .hero-note { grid-column: 1 / -1; }
    .section-head { align-items: stretch; flex-direction: column; }
    .search { width: 100%; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .modal-layout { grid-template-columns: 1fr; }
    .modal-media > img { height: min(50vh, 410px); }
    .modal-copy { padding: 28px; }
}
@media (max-width: 560px) {
    .campaign-banner { grid-template-columns:1fr; gap:13px; margin-top:16px; }
    .campaign-value { width:max-content; min-width:92px; font-size:1.55rem; }
    .campaign-time { grid-column:auto; padding-left:0; }
    .topbar { top: 8px; margin-top: 8px; }
    .topbar nav a:not(.nav-cta) { display: none; }
    .topbar nav .nav-cta { display: none; }
    .cart-button { min-height: 36px; padding: 0 10px; }
    .cart-button > i { display: none; }
    .hero h1 { font-size: 3.35rem; }
    .hero-panel { grid-template-columns: auto 1fr; }
    .hero-stat:nth-of-type(2) { display: none; }
    .org-store { padding: 20px 12px; border-radius: 22px; }
    .org-store-grid { grid-template-columns: 1fr; }
    .org-grid-mini { grid-template-columns: 1fr; }
    .catalog { padding: 20px 12px; border-radius: 22px; }
    .product-grid { gap: 9px; }
    .product-content { padding: 12px; }
    .product h3 { font-size: .9rem; }
    .product p { display: none; }
    .pricing { display: block; margin: 12px 0 10px; }
    .pricing del { display: block; margin-bottom: 2px; }
    .cart-head { padding: 21px 18px 18px; }
    .cart-head h2 { font-size: 1.55rem; }
    .cart-items { padding: 15px 13px; }
    .cart-item { grid-template-columns: 66px minmax(0, 1fr); gap: 11px; padding: 10px; }
    .cart-item img { width: 66px; height: 66px; }
    .cart-summary { padding: 17px 16px 18px; }
    .cart-minimum { align-items: stretch; flex-direction: column; }
    .cart-minimum button { width: 100%; }
    .cart-total strong { font-size: 1.65rem; }
    .cart-empty { margin: 18px 13px; }
    .pricing strong { font-size: 1.08rem; }
    .product-actions { grid-template-columns: 1fr; }
    .details { display: none; }
    footer { align-items: flex-start; flex-direction: column; }
    footer p { text-align: left; }
}
