:root {
  --shop-ink: #102d35;
  --shop-muted: #55717a;
  --shop-teal: #087f78;
  --shop-teal-dark: #064e54;
  --shop-cyan: #16b8b0;
  --shop-mint: #dff3ef;
  --shop-paper: #f7fbfa;
  --shop-line: #c9e1de;
  --shop-gold: #c18a28;
}
* { box-sizing: border-box; }
body.shop-body { margin: 0; min-width: 320px; color: var(--shop-ink); background: linear-gradient(150deg, #edf8f6, #f8fbff 60%, #f1f8f7); font-family: Inter, Arial, sans-serif; }
.shop-app { min-height: 100vh; }
.shop-loading, .shop-state { min-height: 70vh; display: grid; place-items: center; align-content: center; gap: 12px; padding: 40px 20px; color: var(--shop-muted); text-align: center; }
.shop-spinner { width: 28px; height: 28px; border: 3px solid #b9ded9; border-top-color: var(--shop-teal); border-radius: 50%; animation: shop-spin .8s linear infinite; }
@keyframes shop-spin { to { transform: rotate(360deg); } }
.shop-shell { width: min(1240px, calc(100% - 36px)); margin: 0 auto; padding-bottom: 56px; }
.shop-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; }
.shop-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.shop-brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--shop-teal); color: #fff; font-weight: 900; box-shadow: 0 5px 14px #087f7835; }
.shop-brand small { display: block; color: var(--shop-muted); font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.shop-nav { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; justify-content: end; }
.shop-nav button, .shop-link-button { border: 0; background: transparent; color: var(--shop-teal-dark); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; padding: 9px 11px; border-radius: 99px; }
.shop-nav button:hover, .shop-nav button.is-active, .shop-link-button:hover { background: var(--shop-mint); }
.shop-nav .shop-nav-user { color: var(--shop-muted); cursor: default; }
.shop-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: 28px; padding: clamp(28px, 5vw, 64px); border-radius: 25px; color: #fff; background: linear-gradient(120deg, #064e54, #087f78 58%, #15a096); box-shadow: 0 20px 40px #087f7825; }
.shop-hero-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .24; }
.shop-hero::after { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -100px; top: -170px; background: #53cec040; }
.shop-hero > * { position: relative; z-index: 1; }
.shop-kicker { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; opacity: .8; }
.shop-hero h1 { max-width: 650px; margin: 0 0 14px; color: #fff; font-size: clamp(32px, 5vw, 60px); line-height: 1.02; letter-spacing: -.04em; }
.shop-hero p { max-width: 620px; margin: 0; color: #e3fbf7; line-height: 1.6; }
.shop-hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.shop-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 10px 17px; border: 1px solid transparent; border-radius: 10px; background: var(--shop-teal); color: #fff; font: inherit; font-weight: 800; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.shop-button:hover { transform: translateY(-1px); box-shadow: 0 6px 15px #087f7830; }
.shop-button:focus-visible, .shop-nav button:focus-visible, .shop-input:focus-visible, .shop-link-button:focus-visible { outline: 3px solid #f2be55; outline-offset: 2px; }
.shop-button--light { background: #fff; color: var(--shop-teal-dark); }
.shop-button--outline { border-color: var(--shop-line); background: transparent; color: var(--shop-teal-dark); }
.shop-button--danger { background: #a33e45; }
.shop-button[disabled] { opacity: .55; cursor: wait; transform: none; box-shadow: none; }
.shop-hero .shop-button { background: #fff; color: var(--shop-teal-dark); }
.shop-hero .shop-button--outline { border-color: #b9eee7; background: #ffffff12; color: #fff; }
.shop-hero-art { display: grid; gap: 12px; align-self: stretch; min-height: 245px; padding: 18px; border: 1px solid #ffffff35; border-radius: 20px; background: linear-gradient(145deg, #ffffff1e, #ffffff08); }
.shop-hero-art strong { align-self: end; font-size: 24px; }
.shop-hero-art span { color: #d5f8f3; }
.shop-hero-art__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; align-items: center; }
.shop-hero-art__step { display: grid; place-items: center; gap: 7px; min-height: 82px; padding: 10px 5px; border-radius: 14px; background: #ffffff16; text-align: center; font-size: 11px; font-weight: 800; }
.shop-hero-art__step b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: var(--shop-teal); }
.shop-content { padding-top: 30px; }
.shop-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin: 0 0 14px; }
.shop-section-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.shop-section-heading p { margin: 5px 0 0; color: var(--shop-muted); font-size: 14px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shop-card { min-width: 0; padding: 20px; border: 1px solid var(--shop-line); border-radius: 16px; background: #ffffffc7; box-shadow: 0 8px 24px #155e5910; }
.shop-card h3 { margin: 0 0 7px; font-size: 16px; }
.shop-card p { margin: 0; color: var(--shop-muted); line-height: 1.5; font-size: 14px; }
.shop-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 12px; border-radius: 12px; background: var(--shop-mint); color: var(--shop-teal); font-size: 19px; font-weight: 900; }
.shop-panel { padding: clamp(20px, 4vw, 34px); border: 1px solid var(--shop-line); border-radius: 20px; background: #ffffffd9; box-shadow: 0 10px 24px #155e5912; }
.shop-dashboard-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-bottom: 20px; }
.shop-dashboard-head h1 { margin: 0 0 6px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; }
.shop-eyebrow { margin: 0; color: var(--shop-teal); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.shop-dashboard-head p { margin: 0; color: var(--shop-muted); }
.shop-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 20px; }
.shop-stat { padding: 17px; border: 1px solid var(--shop-line); border-radius: 14px; background: #f4fbf9; }
.shop-stat strong { display: block; margin-top: 4px; font-size: 28px; color: var(--shop-teal-dark); }
.shop-stat span { color: var(--shop-muted); font-size: 12px; }
.shop-stat small { display: block; margin-top: 4px; color: var(--shop-muted); font-size: 11px; }
.shop-negative { color: #a33e45; }
.shop-progress { height: 8px; overflow: hidden; margin-top: 13px; border-radius: 8px; background: #d7ebe7; }
.shop-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--shop-teal), var(--shop-cyan)); }
.shop-callout { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 15px 0; padding: 15px 17px; border-left: 4px solid var(--shop-gold); border-radius: 10px; background: #fff7e7; }
.shop-callout p { margin: 3px 0 0; color: #765b25; font-size: 13px; }
.shop-table-wrap { overflow-x: auto; }
.shop-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.shop-table th, .shop-table td { padding: 12px 10px; border-bottom: 1px solid #dcebe8; text-align: left; vertical-align: top; }
.shop-table th { color: var(--shop-muted); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.shop-table small { display: block; margin-top: 3px; color: var(--shop-muted); }
.shop-badge { display: inline-flex; padding: 4px 8px; border-radius: 99px; background: var(--shop-mint); color: var(--shop-teal-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }
.shop-badge--warning { background: #fff0ce; color: #7b5b1e; }
.shop-badge--muted { background: #ebf0f1; color: #5e7074; }
.shop-form { display: grid; gap: 14px; }
.shop-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.shop-field { display: grid; gap: 6px; }
.shop-field--full { grid-column: 1 / -1; }
.shop-field label, .shop-field legend { color: var(--shop-ink); font-size: 13px; font-weight: 750; }
.shop-input { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #bcd6d3; border-radius: 9px; background: #fff; color: var(--shop-ink); font: inherit; }
.shop-input::placeholder { color: #8a9ea0; }
.shop-help { color: var(--shop-muted); font-size: 12px; line-height: 1.45; }
.shop-checkbox { display: flex; align-items: start; gap: 9px; color: var(--shop-muted); font-size: 13px; line-height: 1.45; }
.shop-checkbox input { width: 18px; height: 18px; margin: 0; accent-color: var(--shop-teal); }
.shop-form-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.shop-alert { margin-bottom: 14px; padding: 12px 14px; border: 1px solid #e5bd76; border-radius: 10px; background: #fff7e7; color: #75571d; font-size: 13px; }
.shop-alert[hidden] { display: none; }
.shop-alert--error { border-color: #e0a7ac; background: #fff1f2; color: #8a2f38; }
.shop-alert--success { border-color: #9bd2bb; background: #ecfaf2; color: #216b42; }
.shop-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.shop-product { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 16px; background: #fff; }
.shop-product-media { display: grid; place-items: center; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(140deg, #dff3ef, #a9ddd4); color: var(--shop-teal-dark); }
.shop-product-media img { width: 100%; height: 100%; object-fit: cover; }
.shop-product-copy { display: grid; gap: 8px; padding: 16px; flex: 1; }
.shop-product-copy h3 { margin: 0; font-size: 17px; }
.shop-product-copy p { min-height: 40px; margin: 0; color: var(--shop-muted); font-size: 13px; line-height: 1.45; }
.shop-product-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; color: var(--shop-teal-dark); font-weight: 800; }
.shop-product-meta small { color: var(--shop-muted); font-weight: 600; }
.shop-empty { padding: 28px 15px; border: 1px dashed var(--shop-line); border-radius: 14px; color: var(--shop-muted); text-align: center; }
.shop-modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 18px; background: #102d3570; }
.shop-modal[hidden] { display: none; }
.shop-modal-card { width: min(680px, 100%); max-height: min(90vh, 800px); overflow: auto; padding: 24px; border-radius: 18px; background: #fff; box-shadow: 0 20px 60px #102d3540; }
.shop-modal-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 15px; }
.shop-modal-head h2 { margin: 0; font-size: 23px; }
.shop-close { border: 0; background: transparent; color: var(--shop-muted); font-size: 25px; cursor: pointer; line-height: 1; }
.shop-terms { max-height: 300px; overflow: auto; padding: 15px; border: 1px solid var(--shop-line); border-radius: 10px; background: #f7fbfa; white-space: pre-wrap; color: var(--shop-muted); line-height: 1.6; font-size: 13px; }
.shop-footer { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--shop-line); color: var(--shop-muted); font-size: 12px; }
.shop-footer a { color: var(--shop-teal); font-weight: 700; }
@media (max-width: 920px) { .shop-hero { grid-template-columns: 1fr; } .shop-hero-art { min-height: 160px; } .shop-grid, .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) { .shop-shell { width: min(100% - 24px, 1240px); } .shop-header { align-items: start; flex-direction: column; } .shop-nav { justify-content: start; } .shop-hero { padding: 28px 22px; border-radius: 18px; } .shop-grid, .shop-product-grid, .shop-stat-grid, .shop-form-grid { grid-template-columns: 1fr; } .shop-field--full { grid-column: auto; } .shop-dashboard-head { flex-direction: column; } .shop-callout { align-items: start; flex-direction: column; } .shop-panel { padding: 20px 16px; } }
