:root {
  --ink: #2d2736;
  --cream: #fff9ee;
  --light: #fffef9;
  --sand: #f3e8d7;
  --pink: #ff8ba7;
  --pink-dark: #db5477;
  --yellow: #ffd864;
  --mint: #a9eadc;
  --shadow: 4px 5px 0 var(--ink);
  font-family: Inter, ui-rounded, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #f4f6f8;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 12px 12px, #eadfd2 1.3px, transparent 1.4px) 0 0/24px 24px, #f7f5f2; }
body.locked { overflow: hidden; }
button, input, textarea, select { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
.shop-shell { width: min(100%, 720px); min-height: 100vh; margin: 0 auto; border-inline: 2px solid #2d273633; background: #fff9eef2; box-shadow: 0 0 28px #2d27361a; }
.window-bar { height: 18px; display: flex; justify-content: space-between; align-items: center; padding: 0 16px; border-bottom: 2px solid var(--ink); background: var(--pink); font-size: 9px; letter-spacing: .16em; }
.window-bar span { opacity: .35; letter-spacing: 1px; }
.shop-main { padding: 18px; display: grid; gap: 18px; }
.doodle-card { position: relative; border: 2px solid var(--ink); border-radius: 22px; background: var(--light); box-shadow: var(--shadow); }
.profile-card { margin-top: 14px; padding: 18px; }
.welcome-bubble { position: absolute; top: -22px; right: 14px; padding: 5px 12px; border: 2px solid var(--ink); border-radius: 14px 14px 0 14px; background: var(--yellow); font-size: 12px; font-weight: 700; }
.profile-row { display: flex; align-items: center; gap: 14px; }
.avatar { width: 62px; height: 62px; display: grid; place-items: center; flex: 0 0 auto; border: 2px solid var(--ink); border-radius: 50%; background: linear-gradient(135deg, var(--mint), var(--yellow)); box-shadow: 2px 3px 0 var(--ink); font-size: 30px; font-weight: 900; }
.profile-copy { min-width: 0; flex: 1; }
.profile-copy h1 { margin: 0; font-size: 20px; }
.profile-copy h1 span { display: inline-block; padding: 2px 8px; border: 1px solid #2d273655; border-radius: 999px; background: #ffd864aa; font-size: 11px; vertical-align: 3px; }
.profile-copy p, .product-head p, .muted { margin: 5px 0 0; color: #2d273699; font-size: 12px; line-height: 1.6; }
.tag-row { display: flex; gap: 7px; overflow-x: auto; margin-top: 13px; scrollbar-width: none; }
.tag-row span, .badge { white-space: nowrap; padding: 4px 8px; border: 1px solid #db547755; border-radius: 8px; background: #ffe6ec; color: #a93655; font-size: 10px; font-weight: 800; }
.announcement { padding: 10px 14px; border: 2px dashed #2d273655; border-radius: 16px; background: #ffd86455; text-align: center; font-size: 12px; font-weight: 650; }
.tabs { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; padding: 5px; border: 2px solid var(--ink); border-radius: 16px; background: var(--sand); box-shadow: 2px 3px 0 var(--ink); }
.tabs button { min-width: 0; padding: 10px 4px; border: 2px solid transparent; border-radius: 12px; background: transparent; color: #2d273699; font-size: 13px; }
.tabs button.active { border-color: var(--ink); background: var(--pink); color: var(--ink); font-weight: 900; box-shadow: 2px 2px 0 var(--ink); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: appear .2s ease; }
@keyframes appear { from { opacity: 0; transform: translateY(4px); } }
.tab-panel h2 { margin: 0 0 13px; font-size: 18px; }
.product-list, .guide-list, .recent-list { display: grid; gap: 15px; }
.product-card { isolation: isolate; overflow: hidden; padding: 18px; }
.skinny-backdrop { position: absolute; z-index: 0; top: -42%; right: -7%; width: 61%; max-width: 380px; transform: rotate(-10deg); opacity: .095; pointer-events: none; }
.skinny-backdrop img { display: block; width: 100%; height: auto; border-radius: 26px; }
.badge-row { position: relative; z-index: 1; min-height: 23px; line-height: 1; }
.badge { display: inline-flex; align-items: center; max-width: 100%; overflow: hidden; line-height: 1.25; text-overflow: ellipsis; vertical-align: top; }
.product-head { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 14px; margin-top: 8px; }
.product-head h3 { margin: 0; font-size: 16px; }
.product-head > strong { color: var(--pink-dark); font-size: 20px; line-height: 1.2; white-space: nowrap; }
.product-foot { position: relative; z-index: 1; display: flex; min-height: 45px; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 12px; padding-top: 12px; border-top: 1px dashed #2d273633; }
.product-foot > span { min-width: 0; overflow: hidden; color: #2d273688; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.product-foot > .stock-highlight { width: fit-content; padding: 5px 8px; border: 1px solid #e95e75aa; border-radius: 8px; background: #fff3f5; color: #c52e4d; font-weight: 850; animation: stock-pulse 1.45s ease-in-out infinite; }
@keyframes stock-pulse {
  0%, 100% { border-color: #e95e7570; background: #fff7f8; box-shadow: 0 0 0 0 #ff6b8540; color: #b63b53; }
  50% { border-color: #f1385c; background: #ffdce4; box-shadow: 0 0 0 5px #ff6b8518; color: #e31f49; }
}
.button { display: inline-flex; align-items: center; justify-content: center; padding: 9px 16px; border: 2px solid var(--ink); border-radius: 12px; background: var(--pink); box-shadow: 2px 3px 0 var(--ink); font-weight: 850; text-decoration: none; transition: .12s; }
.button:hover { transform: translate(-1px,-1px); box-shadow: 3px 4px 0 var(--ink); }
.button:active { transform: translate(2px,2px); box-shadow: none; }
.button:disabled { opacity: .5; cursor: not-allowed; }
.button.secondary { background: var(--light); font-size: 12px; }
.button.full { width: 100%; padding-block: 13px; }
.section-gap { margin-top: 24px !important; }
.recent-note { margin: -3px 0 11px; color: #2d273688; font-size: 10px; }
.recent-row { display: flex; align-items: center; gap: 6px; padding: 13px; border: 2px solid var(--ink); border-radius: 14px; background: var(--light); box-shadow: 2px 2px 0 var(--ink); font-size: 11px; }
.recent-status { padding: 3px 8px; border-radius: 999px; background: var(--yellow); color: var(--ink); white-space: nowrap; }
.recent-status.shipped { background: var(--mint); }
.empty-card, .lookup-card { padding: 28px 20px; text-align: center; }
.empty-card > div { font-size: 44px; }
.stack-form, .admin-form { display: grid; gap: 12px; margin-top: 18px; text-align: left; }
label { display: grid; gap: 6px; font-size: 12px; font-weight: 750; }
input, textarea, select { width: 100%; padding: 11px 12px; border: 2px solid var(--ink); border-radius: 11px; outline: 0; background: white; }
input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px #ff8ba744; }
.guide-list details { padding: 16px; border-radius: 16px; }
.guide-list summary { font-weight: 850; list-style: none; }
.guide-list details p, .guide-list details ol { color: #2d273699; font-size: 13px; line-height: 1.8; }
.guide-list .guide-important { color: #d92d20; font-weight: 900; }
.guide-service-note { display: block; margin-top: 5px; color: var(--pink-dark); font-weight: 800; }
.guide-page-link { margin-top: 3px; font-size: 12px; }
footer { padding: 25px 16px 35px; border-top: 1px solid #2d273622; color: #2d273677; text-align: center; font-size: 11px; }

.guide-shell { width: min(100%, 920px); min-height: 100vh; margin: 0 auto; border-inline: 2px solid #2d273633; background: #fff9eef2; box-shadow: 0 0 28px #2d27361a; }
.guide-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 22px; border-bottom: 2px solid var(--ink); background: #fff9eef2; backdrop-filter: blur(12px); }
.guide-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.guide-brand span { width: 36px; height: 36px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: linear-gradient(135deg, var(--mint), var(--yellow)); box-shadow: 2px 2px 0 var(--ink); font-weight: 900; }
.guide-header-actions { display: flex; align-items: center; gap: 16px; }
.guide-header-actions > a:first-child { color: #2d273699; font-size: 13px; font-weight: 800; text-decoration: none; }
.guide-header-actions .button { padding: 7px 12px; font-size: 12px; }
.guide-main { display: grid; gap: 18px; padding: 26px 28px 36px; }
.guide-hero { overflow: hidden; padding: 28px; background: linear-gradient(145deg, #fffef9 45%, #ffe8ee); }
.guide-hero::after { content: "?"; position: absolute; right: 24px; bottom: -35px; color: #ff8ba71c; font-size: 180px; font-weight: 1000; line-height: 1; transform: rotate(9deg); pointer-events: none; }
.guide-kicker { margin: 0 0 6px; color: var(--pink-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.guide-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(30px, 5vw, 44px); }
.guide-hero > p:not(.guide-kicker):not(.faq-count) { position: relative; z-index: 1; max-width: 620px; margin: 10px 0 0; color: #2d273699; line-height: 1.7; }
.guide-notice { position: relative; z-index: 1; margin-top: 18px; padding: 11px 13px; border: 1px dashed #b88b17; border-radius: 11px; background: #fff3bc; color: #6d5310; font-size: 12px; line-height: 1.6; }
.faq-search-label { position: relative; z-index: 1; margin-top: 18px; }
.faq-search-row { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; max-width: 620px; margin-top: 7px; padding-left: 12px; border: 2px solid var(--ink); border-radius: 13px; background: white; box-shadow: 2px 3px 0 var(--ink); }
.faq-search-row span { font-size: 22px; font-weight: 900; transform: rotate(-15deg); }
.faq-search-row input { min-width: 0; border: 0; box-shadow: none; background: transparent; }
.faq-count { position: relative; z-index: 1; margin: 12px 0 0; color: #2d273677; font-size: 11px; font-weight: 800; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 20px 22px; border-radius: 17px; box-shadow: 3px 4px 0 var(--ink); }
.faq-question { display: flex; align-items: flex-start; gap: 11px; }
.faq-question > span { flex: 0 0 auto; margin-top: 4px; color: var(--pink); font-size: 11px; }
.faq-question h2 { margin: 0; font-size: 17px; line-height: 1.55; }
.faq-answer { margin: 11px 0 0 22px; color: #2d2736b5; font-size: 14px; line-height: 1.85; }
.faq-answer p { margin: 7px 0; }
.faq-answer ul, .faq-answer ol { margin: 8px 0; padding-left: 25px; }
.faq-answer li + li { margin-top: 5px; }
.faq-answer a { color: #b33159; font-weight: 750; text-decoration: none; border-bottom: 1px dashed currentColor; overflow-wrap: anywhere; }
.faq-answer blockquote { margin: 10px 0; padding: 9px 12px; border-left: 4px solid var(--pink); border-radius: 0 9px 9px 0; background: #ffe7ed80; }
.faq-empty { padding: 32px; text-align: center; }
.faq-empty > div { font-size: 38px; }
.faq-empty h2 { margin: 5px 0; }
.faq-empty p { margin: 0; color: #2d273699; }
.guide-legal { padding: 16px 18px; border-style: dashed; border-color: #2d273666; box-shadow: none; }
.guide-legal p { margin: 5px 0 0; color: #2d273699; font-size: 12px; line-height: 1.6; }
.modal, .drawer { visibility: hidden; position: fixed; inset: 0; z-index: 50; opacity: 0; transition: .18s; }
.modal.open, .drawer.open { visibility: visible; opacity: 1; }
.modal-backdrop, .drawer-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: #2d2736aa; backdrop-filter: blur(2px); }
.modal-card { position: absolute; top: 50%; left: 50%; width: min(90%, 380px); padding: 25px; transform: translate(-50%,-50%); text-align: center; }
.support-card { max-height: min(92vh, 720px); overflow-y: auto; }
.support-card h2 { margin: 0 0 6px; }
.support-card > p { margin: 0 0 14px; color: #2d273699; font-size: 12px; line-height: 1.6; }
.telegram-account { display: grid; justify-items: center; gap: 3px; margin-bottom: 12px; }
.telegram-account strong { font-size: 19px; }
.telegram-account > span:last-child { color: #229ed9; font-size: 12px; }
.telegram-avatar { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 3px; border-radius: 50%; background: linear-gradient(145deg,#58b5ff,#2f84d6); color: white; font-size: 32px; font-weight: 800; }
.telegram-profile { display: grid; justify-items: center; gap: 8px; color: #438de8; font-size: 17px; text-decoration: none; }
.telegram-qr-frame { display: block; width: min(100%, 230px); aspect-ratio: 1; overflow: hidden; padding: 10px; border: 2px solid #2d273622; border-radius: 17px; background: white; }
.telegram-qr-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.telegram-button { margin-top: 14px; background: #66a9ff; }
.text-button { margin-top: 14px; padding: 4px 8px; border: 0; background: transparent; color: var(--pink-dark); font-weight: 800; }
.drawer aside { position: absolute; bottom: 0; left: 50%; width: min(100%, 720px); max-height: 92vh; overflow: auto; transform: translate(-50%,100%); border: 2px solid var(--ink); border-bottom: 0; border-radius: 24px 24px 0 0; background: var(--cream); transition: .25s ease; }
.drawer.open aside { transform: translate(-50%,0); }
.drawer-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; gap: 10px; padding: 16px 18px; border-bottom: 2px solid var(--ink); background: var(--yellow); }
.drawer-head small { font-size: 10px; }
.drawer-head h2 { margin: 4px 0 0; font-size: 18px; }
.icon-button { width: 35px; height: 35px; border: 2px solid var(--ink); border-radius: 50%; background: var(--light); font-size: 24px; }
.checkout-form { display: grid; gap: 13px; padding: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-total, .order-summary { display: flex; justify-content: space-between; align-items: center; padding: 14px; border: 2px dashed #2d273655; border-radius: 12px; background: #ffd86444; }
.checkout-total strong, .order-summary strong { color: var(--pink-dark); font-size: 20px; }
.center-page { min-height: 100vh; display: grid; place-items: center; padding: 24px 14px; }
.payment-card { width: min(100%, 520px); padding: 25px; text-align: center; }
.payment-card h1 { margin: 8px 0 0; }
.status-icon { font-size: 46px; }
.important-note { margin: 18px 0; padding: 14px; border: 2px solid #d5a51c; border-radius: 14px; background: #fff4bc; text-align: left; font-size: 12px; line-height: 1.6; }
.important-note p { margin: 7px 0; }
.important-note code { display: block; padding: 8px; border-radius: 8px; background: white; text-align: center; font-weight: 800; word-break: break-all; }
.qr-box { margin: 18px auto; padding: 14px; border: 2px dashed var(--ink); border-radius: 16px; background: white; }
.qr-box p { margin: 0 0 10px; font-weight: 850; }
.qr-box img { width: min(100%, 280px); aspect-ratio: 1; object-fit: contain; }
.qr-placeholder { min-height: 220px; display: grid; place-items: center; color: #2d273677; }
.proof-form { padding-top: 4px; border-top: 1px dashed #2d273644; }
.text-link { display: inline-block; margin-top: 18px; color: var(--pink-dark); font-weight: 800; text-decoration: none; }
.detail-list { margin: 20px 0; border-block: 1px dashed #2d273644; }
.detail-list p { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; text-align: left; }
.detail-list span { color: #2d273688; }
.lookup-results { display: grid; gap: 12px; margin-top: 20px; }
.lookup-result-count { margin: 0; color: #2d273688; font-size: 12px; font-weight: 800; text-align: left; }
.lookup-result { overflow: hidden; padding: 0 14px; border: 2px solid #2d273655; border-radius: 14px; background: #fffef9; }
.lookup-result .detail-list { margin: 0; border: 0; }
.lookup-result .detail-list p { margin: 0; }
.lookup-verified { display: grid; gap: 4px; margin: 18px 0; padding: 12px; border: 2px solid #6ba88a; border-radius: 12px; background: var(--mint); }
.lookup-verified span, .lookup-email { overflow-wrap: anywhere; }
.lookup-email { margin: 12px 0 18px; padding: 11px; border: 2px dashed #2d273655; border-radius: 10px; background: #fffef9; font-weight: 800; }
.lookup-secondary-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.lookup-secondary-actions .text-button { margin-top: 6px; }
.lookup-privacy-note { margin: 12px 0 0; color: #2d273677; font-size: 11px; line-height: 1.6; }
.status-pill { display: inline-block; margin-top: 14px; padding: 7px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); font-weight: 850; }
.status-pill.paid, .status-pill.shipped { background: var(--mint); }
.status-pill.cancelled { background: #ddd; }
.toast-stack { position: fixed; top: 16px; left: 50%; z-index: 100; width: min(90%, 500px); transform: translateX(-50%); }
.toast { margin-bottom: 8px; padding: 12px 16px; border: 2px solid var(--ink); border-radius: 12px; background: var(--light); box-shadow: 2px 3px 0 var(--ink); font-weight: 700; }
.toast.error { background: #ffd4d4; }.toast.success { background: var(--mint); }
.admin-page { width: min(1100px, calc(100% - 24px)); margin: 24px auto; display: grid; gap: 18px; }
.admin-head, .admin-card { padding: 20px; border: 2px solid var(--ink); border-radius: 18px; background: var(--light); box-shadow: 3px 4px 0 var(--ink); }
.admin-head { display: flex; justify-content: space-between; align-items: center; }.admin-head h1,.admin-head p,.admin-card h2 { margin: 0; }.admin-head p { margin-top: 5px; color: #2d273688; }
.product-admin { max-width: 700px; padding-bottom: 20px; border-bottom: 1px dashed #2d273644; }
.admin-orders { display: grid; gap: 12px; margin-top: 16px; }
.order-filter { position: sticky; top: 8px; z-index: 8; display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0 4px; padding: 10px; border: 2px solid var(--ink); border-radius: 14px; background: #fff9eef2; backdrop-filter: blur(10px); box-shadow: 2px 3px 0 var(--ink); }
.order-filter button { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border: 1px solid #2d273644; border-radius: 999px; background: var(--light); color: #2d273699; font-size: 12px; font-weight: 800; }
.order-filter button span { min-width: 20px; padding: 2px 6px; border-radius: 999px; background: #2d273611; color: var(--ink); font-size: 10px; text-align: center; }
.order-filter button.active { border: 2px solid var(--ink); background: var(--pink); color: var(--ink); box-shadow: 1px 2px 0 var(--ink); }
.admin-filter-empty { padding: 28px 12px; color: #2d273677; text-align: center; }
.admin-order { padding: 15px; border: 2px solid #2d273655; border-radius: 14px; }.admin-order > div:first-child { display: flex; justify-content: space-between; }.admin-order p { margin: 7px 0; font-size: 12px; }
.email-status-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; margin-top: 10px; padding: 8px 10px; border-radius: 10px; background: #2d273608; font-size: 11px; }
.email-status-row form { display: inline-flex; }
.email-ok { color: #16834a; }.email-error { color: #c83359; }
.email-retry { padding: 4px 8px; border: 1px solid var(--ink); border-radius: 8px; background: var(--light); font-size: 10px; font-weight: 800; }
.order-actions { display: grid; grid-template-columns: 170px 1fr auto; gap: 8px; margin-top: 10px; }
@media (max-width: 560px) {
  .shop-main { padding: 14px; gap: 15px; }.profile-card { padding: 14px; }.avatar { width: 50px; height: 50px; }.profile-copy h1 { font-size: 16px; }.profile-copy p { font-size: 10px; }.tag-row { margin-top: 10px; }.tabs button { font-size: 11px; }.product-card { padding: 15px; }.skinny-backdrop { top: 3%; right: -19%; width: 76%; opacity: .07; }.product-head { grid-template-columns: 1fr; gap: 8px; }.product-head > strong { display: block; }.form-grid { grid-template-columns: 1fr; }.order-actions { grid-template-columns: 1fr; }.admin-head { align-items: flex-start; gap: 10px; }.payment-card { padding: 20px 15px; }
  .product-foot { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; }
  .product-foot > .stock-highlight { grid-column: 1 / -1; width: 100%; max-width: 100%; overflow: visible; white-space: normal; text-overflow: clip; line-height: 1.5; }
  .product-foot > .button { grid-column: 2; grid-row: 2; min-width: 82px; justify-self: end; }
  .admin-head h1 { max-width: 245px; font-size: 24px; line-height: 1.25; word-break: keep-all; }
  .order-filter { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }.order-filter button { flex: 0 0 auto; }
  .guide-header { padding: 10px 14px; }.guide-brand strong { font-size: 14px; }.guide-header-actions { gap: 8px; }.guide-header-actions > a:first-child { display: none; }.guide-main { padding: 18px 13px 30px; gap: 15px; }.guide-hero { padding: 22px 18px; }.guide-hero::after { right: -2px; font-size: 145px; }.faq-item { padding: 17px 15px; }.faq-question h2 { font-size: 15px; }.faq-answer { margin-left: 20px; font-size: 13px; line-height: 1.8; }
}

@media (max-width: 360px) {
  .shop-main { padding-inline: 10px; }
  .profile-row { gap: 9px; }
  .profile-copy h1 { font-size: 14px; }
  .profile-copy h1 span { display: none; }
  .button.secondary { padding-inline: 10px; }
  .tabs { gap: 2px; }
  .tabs button { padding-inline: 2px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-foot > .stock-highlight { animation: none; }
}

/* Focused storefront preview: fewer colors, less decoration, clearer purchase path. */
body { background: #f2f0ed; }
.shop-shell--focused { border-color: #241f2624; background: #fffaf2; box-shadow: 0 16px 50px #241f2612; }
.shop-shell--focused .window-bar { height: 12px; justify-content: flex-end; padding-inline: 14px; border-color: #241f26; background: #ef7895; font-size: 8px; }
.shop-shell--focused .shop-main { gap: 14px; padding: 16px 18px 22px; }
.shop-shell--focused .doodle-card { border-color: #241f26; border-radius: 17px; box-shadow: 2px 3px 0 #241f26; }
.shop-shell--focused .profile-card { margin-top: 4px; padding: 15px 16px; }
.shop-shell--focused .profile-row { gap: 12px; }
.shop-shell--focused .avatar { width: 52px; height: 52px; border-color: #241f26; background: #fff0f3; box-shadow: 1px 2px 0 #241f26; color: #241f26; font-size: 25px; }
.shop-shell--focused .profile-copy h1 { color: #241f26; font-size: 18px; line-height: 1.25; }
.shop-shell--focused .profile-copy p,
.shop-shell--focused .product-head p,
.shop-shell--focused .muted { color: #555159; }
.shop-shell--focused .button { border-color: #241f26; background: #ef7895; box-shadow: 1px 2px 0 #241f26; }
.shop-shell--focused .button:hover { box-shadow: 2px 3px 0 #241f26; }
.shop-shell--focused .button.secondary { padding: 8px 12px; background: #fffdf9; font-size: 11px; }
.shop-shell--focused .tag-row { gap: 6px; margin-top: 10px; overflow: visible; }
.shop-shell--focused .tag-row span,
.shop-shell--focused .badge { padding: 4px 8px; border-color: #cf496d4d; border-radius: 999px; background: #fff0f3; color: #9f2d4f; font-size: 9px; }
.shop-shell--focused .tabs { gap: 3px; padding: 4px; border-color: #241f26; border-radius: 14px; background: #f4eadf; box-shadow: 1px 2px 0 #241f26; }
.shop-shell--focused .tabs button { padding: 9px 4px; color: #555159; font-size: 12px; font-weight: 700; }
.shop-shell--focused .tabs button.active { border-color: #241f26; background: #ef7895; color: #241f26; box-shadow: 1px 1px 0 #241f26; }
.shop-shell--focused .tab-panel h2 { margin-bottom: 10px; color: #241f26; font-size: 16px; }
.shop-shell--focused .product-card { padding: 17px; }
.shop-shell--focused .badge-row { min-height: 20px; }
.shop-shell--focused .product-head { grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 16px; margin-top: 10px; }
.shop-shell--focused .product-head h3 { color: #241f26; font-size: 18px; line-height: 1.35; }
.shop-shell--focused .product-head p { max-width: 440px; font-size: 12px; line-height: 1.65; }
.shop-shell--focused .price-block { display: grid; justify-items: end; gap: 6px; }
.shop-shell--focused .price-block > strong { color: #171419; font-size: 24px; font-weight: 950; line-height: 1; white-space: nowrap; }
.shop-shell--focused .stock-pill { padding: 4px 8px; border: 1px solid #cf496d66; border-radius: 999px; background: #fff0f3; color: #9f2d4f; font-size: 9px; font-weight: 850; white-space: nowrap; }
.shop-shell--focused .delivery-copy { margin: 15px 0 0; padding-top: 12px; border-top: 1px solid #241f2626; color: #555159; font-size: 11px; line-height: 1.55; }
.shop-shell--focused .product-actions { margin-top: 13px; }
.shop-shell--focused .product-actions .button { min-height: 44px; border-radius: 11px; font-size: 14px; }
.shop-shell--focused .section-gap { margin-top: 20px !important; }
.shop-shell--focused .recent-note { color: #625d65; }
.shop-shell--focused .recent-list { gap: 9px; }
.shop-shell--focused .recent-row { justify-content: space-between; padding: 11px 12px; border: 1px solid #241f263d; border-radius: 11px; box-shadow: none; color: #555159; }
.shop-shell--focused .recent-status { border: 1px solid #cf496d4d; background: #fff0f3; color: #8e2947; }
.shop-shell--focused .recent-status.shipped { background: #fff0f3; }
.shop-shell--focused .empty-card,
.shop-shell--focused .lookup-card { padding: 24px 18px; }
.shop-shell--focused .guide-list { gap: 10px; }
.shop-shell--focused .guide-list details { border-radius: 13px; box-shadow: 1px 2px 0 #241f26; }
.shop-shell--focused footer { color: #625d65; }
.checkout-announcement { margin: 14px 18px 0; padding: 11px 13px; border: 1px solid #cf496d66; border-radius: 11px; background: #fff0f3; color: #7e2943; font-size: 11px; font-weight: 800; line-height: 1.55; text-align: center; }
.drawer-head { background: #fff0f3; }

@media (max-width: 560px) {
  .shop-shell--focused { border-inline: 0; box-shadow: none; }
  .shop-shell--focused .shop-main { gap: 12px; padding: 12px 11px 20px; }
  .shop-shell--focused .profile-card { padding: 12px; }
  .shop-shell--focused .profile-row { gap: 9px; }
  .shop-shell--focused .avatar { width: 44px; height: 44px; font-size: 22px; }
  .shop-shell--focused .profile-copy h1 { font-size: 15px; }
  .shop-shell--focused .profile-copy p { margin-top: 3px; font-size: 10px; line-height: 1.45; }
  .shop-shell--focused .button.secondary { padding: 7px 9px; font-size: 10px; white-space: nowrap; }
  .shop-shell--focused .tag-row { margin-top: 9px; }
  .shop-shell--focused .tag-row span { padding: 3px 7px; font-size: 8px; }
  .shop-shell--focused .tabs button { padding: 8px 2px; font-size: 10px; }
  .shop-shell--focused .tab-panel h2 { font-size: 15px; }
  .shop-shell--focused .product-card { padding: 14px; border-radius: 15px; }
  .shop-shell--focused .product-head { grid-template-columns: 1fr; gap: 11px; margin-top: 8px; }
  .shop-shell--focused .product-head h3 { font-size: 16px; }
  .shop-shell--focused .product-head p { font-size: 11px; }
  .shop-shell--focused .price-block { display: flex; align-items: center; justify-content: space-between; }
  .shop-shell--focused .price-block > strong { font-size: 23px; }
  .shop-shell--focused .delivery-copy { margin-top: 12px; padding-top: 10px; font-size: 10px; }
  .shop-shell--focused .product-actions { margin-top: 11px; }
  .shop-shell--focused .product-actions .button { min-height: 43px; }
  .shop-shell--focused .recent-row { padding: 10px 11px; }
  .checkout-announcement { margin: 12px 14px 0; }
}

@media (max-width: 360px) {
  .shop-shell--focused .shop-main { padding-inline: 9px; }
  .shop-shell--focused .profile-copy h1 { font-size: 14px; }
  .shop-shell--focused .tag-row { gap: 4px; }
  .shop-shell--focused .tabs { gap: 1px; }
  .shop-shell--focused .tabs button { font-size: 9px; }
}
