:root { color-scheme: light; }
body { background: #f8fafc; }
.shop-wrap { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.shop-hero { position: relative; padding: 68px 0 56px; overflow: hidden; }
.shop-eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 2px; color: #6f7d95; margin: 0 0 14px; }
.shop-eyebrow > span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #2763e7; margin-right: 8px; }
.shop-hero h1 { font-size: clamp(32px,4vw,49px); font-weight: 650; letter-spacing: -2px; line-height: 1.35; margin: 0 0 23px; }
.shop-hero h1 span { color: #2963dc; }
.shop-lead { font-size: 14px; line-height: 1.9; color: #6b778c; }
.shop-steps { display: flex; gap: 29px; list-style: none; padding: 0; margin: 26px 0 0; color: #57677f; font-size: 12px; }
.shop-steps b { display: inline-block; color: #2e64d3; font-size: 10px; border: 1px solid #d8e3fb; padding: 3px 5px; border-radius: 5px; margin-right: 4px; }
.hero-token { position: absolute; right: 52px; top: 82px; width: 220px; height: 220px; border-radius: 54px; display: grid; place-content: center; text-align: center; transform: rotate(-9deg); color: white; background: linear-gradient(140deg,#bcd6ff -20%,#336fea 50%,#2545a2 100%); box-shadow: 0 26px 60px #376dde25, inset 0 0 0 9px #ffffff18, inset 0 0 0 10px #ffffff20; }
.hero-token::before { content: ''; position: absolute; width: 270px; height: 270px; border: 1px solid #d7e3f7; border-radius: 70px; top: -25px; left: -25px; z-index: -1; transform: rotate(17deg); }
.hero-token span { font-size: 78px; line-height: 1.1; font-weight: 700; letter-spacing: -7px; }
.hero-token i { font-style: normal; font-size: 10px; letter-spacing: 2px; opacity: .85; margin-top: 18px; }
.shop-section, .history-panel { margin-bottom: 44px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { font-size: 22px; font-weight: 600; letter-spacing: -.5px; margin: 0; }
.section-heading .shop-eyebrow { margin-bottom: 7px; }
.section-heading > span, .muted { color: #8290a4; font-size: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.product-card { position: relative; display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid #e1e7ef; border-radius: 18px; transition: border-color .18s, box-shadow .18s; }
.product-card.selected { border-color: #3476ed; box-shadow: 0 0 0 3px #3278ed0c, 0 12px 30px #2d60a908; }
.product-card h3 { font-size: 23px; letter-spacing: -.6px; margin: 10px 0 7px; }
.product-card .hint { color: #8791a2; font-size: 12px; }
.product-mark { color: #3c70d6; font-size: 10px; font-weight: 700; letter-spacing: 2px; }
.product-tag { position: absolute; top: 27px; right: 23px; font-size: 10px; color: #2a63d3; border-radius: 20px; background: #edf4ff; padding: 4px 10px; }
.product-price { font-size: 38px; font-weight: 650; letter-spacing: -1.5px; padding: 26px 0 20px; border-bottom: 1px solid #f0f2f5; line-height: 1; font-variant-numeric: tabular-nums; }
.product-price small { font-size: 17px; margin-right: 4px; font-weight: 500; }
.product-price span { font-size: 11px; color: #8691a2; letter-spacing: 0; font-weight: 400; margin-left: 6px; }
.product-card ul { list-style: none; padding: 0; margin: 22px 0 27px; flex: 1; }
.product-card li { font-size: 12px; color: #5d6a7d; line-height: 1.7; margin: 9px 0; padding-left: 20px; position: relative; }
.product-card li::before { content: '✓'; position: absolute; left: 0; color: #4c80d8; }
.product-card .btn { width: 100%; font-size: 13px; }
.shop-empty { grid-column: 1/-1; padding: 52px 24px; border: 1px dashed #d6dfeb; border-radius: 18px; text-align: center; color: #7a879a; background: #fff; }
.shop-empty strong { display: block; font-size: 21px; font-weight: 550; color: #36465e; margin-bottom: 12px; }
.shop-empty p { font-size: 13px; line-height: 1.8; }
.shop-empty a { display: inline-block; margin-top: 20px; }
.purchase-bar { display: grid; grid-template-columns: 1fr 170px 150px 190px; gap: 20px; align-items: center; padding: 25px; margin-top: 24px; background: white; border-radius: 16px; border: 1px solid #e1e7ef; }
.purchase-bar > div > strong { display: block; margin-top: 5px; font-size: 16px; }
.purchase-bar label, .purchase-total > span { font-size: 11px; color: #748197; }
.purchase-bar select { min-height: 38px; margin-top: 5px; }
.purchase-bar .purchase-total strong { color: #2764df; font-size: 24px; }
.purchase-bar > p { grid-column: 1/-1; font-size: 11px; color: #8a96a9; border-top: 1px solid #eef1f6; padding-top: 15px; margin: 0; }
.order-panel { border: 1px solid #c7d9f8; background: #fff; border-radius: 20px; padding: 32px; margin-bottom: 36px; scroll-margin-top: 90px; }
.order-panel h2 { font-size: 22px; margin: 8px 0; }
.order-panel p { font-size: 13px; color: #738198; line-height: 1.8; }
.order-panel code { overflow-wrap: anywhere; }
.order-meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin: 18px 0; }
.order-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.delivery-code { display: block; background: #f0f6ff; padding: 22px; border: 1px dashed #b7cef3; border-radius: 12px; font-size: 22px; color: #245ac1; letter-spacing: 1px; }
.order-status { font-size: 11px; color: #2563eb; letter-spacing: 1px; }
.shop-message { padding: 14px 18px; background: #fff5e8; border: 1px solid #f4d7a9; color: #805617; font-size: 13px; border-radius: 10px; }
.history-panel { scroll-margin-top: 90px; }
.history-item { background: white; border: 1px solid #e1e7ef; border-radius: 12px; padding: 18px 22px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.history-item strong { font-size: 13px; display: block; margin-bottom: 6px; }
.history-item small { font-size: 11px; color: #8692a6; overflow-wrap: anywhere; }
.lookup-details { font-size: 12px; color: #76859c; margin-top: 22px; }
.lookup-details summary { cursor: pointer; }
.lookup-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 15px; margin-top: 18px; align-items: end; }
.lookup-form input { margin-top: 7px; }
.buyer-fields { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid #e8edf5; }
.buyer-heading { grid-column: 1/-1; }
.buyer-heading > strong { font-size: 15px; font-weight: 600; color: #334766; }
.buyer-heading p, .phone-lookup > p { font-size: 12px; color: #7b899e; margin-top: 6px; }
.buyer-fields input, .phone-lookup input { width: 100%; border: 1px solid #d2dceb; border-radius: 10px; padding: 12px; background: white; color: #20324e; font: 14px var(--font); min-height: 46px; margin-top: 7px; }
.query-code-input { position: relative; }
.query-code-input input { padding-right: 62px; }
.query-code-input button { position: absolute; right: 4px; top: 11px; min-height: 38px; width: 54px; background: transparent; border: 0; color: #3366bb; cursor: pointer; }
.phone-lookup { background: white; border: 1px solid #dbe4f1; border-radius: 16px; padding: 26px; margin-top: 24px; }
.phone-lookup h3 { font-size: 16px; font-weight: 600; }
.phone-lookup label { color: #677790; font-size: 12px; }
#phone-lookup-message { font-size: 13px; color: #795728; margin-top: 18px; }
#phone-lookup-results { margin-top: 20px; }
.purchase-status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #f7f9fd; border-radius: 12px; padding: 20px; margin: 20px 0; }
.purchase-status-grid div { min-width: 0; }
.purchase-status-grid dt { color: #7b889c; font-size: 11px; margin-bottom: 6px; }
.purchase-status-grid dd { margin: 0; font-size: 13px; color: #324965; overflow-wrap: anywhere; }
.purchase-status-grid .account-status { grid-column: 1/-1; }
@media (max-width: 700px) { .buyer-fields { grid-template-columns: 1fr; gap: 14px; }.phone-lookup { padding: 20px; }.purchase-status-grid { padding: 16px; } }
.shop-help { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; padding: 30px 0 40px; border-top: 1px solid #e3e9f1; }
.shop-help b { font-size: 13px; font-weight: 550; color: #4c5d76; }
.shop-help p { color: #8491a5; font-size: 12px; line-height: 1.9; margin-top: 10px; }
.shop-help a { color: #3a73d6; }
.shop-footer { border-top: 1px solid #e4eaf2; padding: 24px 32px; color: #77869b; font-size: 12px; text-align: center; }
.shop-footer span { font-size: 11px; margin-left: 20px; color: #a0abba; }
@media (max-width: 950px) { .hero-token { right: 30px; width: 160px; height: 160px; top: 100px; border-radius: 40px; }.hero-token::before { width: 200px; height: 200px; top: -20px; left: -20px; border-radius: 52px; }.hero-token span { font-size: 60px; }.hero-token i { font-size: 8px; }.product-card { padding: 24px 20px; }.purchase-bar { grid-template-columns: 1fr 1fr; }.purchase-total { align-self: center; } }
@media (max-width: 700px) { .shop-wrap { width: calc(100% - 36px); }.shop-hero { padding: 36px 0; }.shop-hero h1 { font-size: 33px; letter-spacing: -1.3px; }.shop-lead { font-size: 12px; }.hero-token { display: none; }.shop-eyebrow { letter-spacing: 1px; font-size: 10px; }.shop-steps { gap: 17px; font-size: 10px; }.desktop-break { display: none; }.section-heading { gap: 10px; flex-wrap: wrap; }.section-heading h2 { font-size: 20px; }.section-heading > span { font-size: 10px; }.product-grid { grid-template-columns: 1fr; gap: 16px; }.product-card { padding: 25px; }.product-card h3 { font-size: 24px; }.product-price { padding: 22px 0 18px; }.product-card ul { margin: 16px 0 20px; }.product-card li { font-size: 13px; }.purchase-bar { padding: 20px; gap: 16px; }.purchase-bar > .btn { font-size: 12px; padding-inline: 12px; }.purchase-bar > div > strong { font-size: 14px; }.order-panel { padding: 22px; }.order-actions .btn { flex: 1 1 42%; font-size: 12px; }.delivery-code { font-size: 18px; padding: 16px; }.history-item { padding: 17px; }.history-item > div { min-width: 0; }.history-item .btn { flex-shrink: 0; font-size: 11px; padding: 8px 12px; }.lookup-form { grid-template-columns: 1fr; }.shop-help { grid-template-columns: 1fr; gap: 20px; }.shop-footer span { display: block; margin: 8px 0 0; }.topbar-inner { gap: 8px; }.topnav { gap: 10px; }.topnav .navlink { font-size: 11px; }.brand { font-size: 14px; }.brand img { width: 28px; height: 28px; } }
