:root {
  --ink: #101010;
  --muted: #6b6b6b;
  --line: #dededb;
  --paper: #ffffff;
  --soft: #f5f5f3;
  --green: #111111;
  --green-dark: #000000;
  --mint: #ececea;
  --amber: #f6a83b;
  --red: #b63838;
  --shadow: 0 20px 55px rgba(0, 0, 0, .08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
}

/* Apple-inspired monochrome public system */
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --paper: #ffffff;
  --soft: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", Arial, sans-serif;
}
body { color: #1d1d1f; background: #f5f5f7; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
.storefront-page { color: #1d1d1f; background: #f5f5f7; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", Arial, sans-serif; }
.storefront-page .site-header { height: 52px; background: rgba(255, 255, 255, .82); border-bottom: 1px solid rgba(0, 0, 0, .08); box-shadow: none; backdrop-filter: saturate(180%) blur(20px); }
.storefront-page .nav-wrap { width: min(1300px, calc(100% - 32px)); min-height: 52px; justify-content: space-between; gap: 20px; }
.public-primary-nav { display: flex; flex: 0 1 auto !important; align-items: center; gap: 6px !important; }
.public-primary-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; color: #515154 !important; border-radius: 999px; font-size: .9rem; font-weight: 600; }
.public-primary-nav a:hover { color: #1d1d1f !important; background: #f0f0f2; }
.public-primary-nav a.active { color: #fff !important; background: #1d1d1f; }
.header-invite-area { margin-left: auto; }
.storefront-page .header-invite-area .nav-dialog-button { min-height: 34px; padding: 7px 13px; color: #1d1d1f; background: #fff; border: 1px solid #d2d2d7; border-radius: 999px; font-size: .88rem; font-weight: 650; }
.storefront-page .header-invite-area .nav-dialog-button:hover { background: #f5f5f7; }
.storefront-page .header-invite-area .nav-dialog-button.active { color: #fff; background: #1d1d1f; border-color: #1d1d1f; }
.storefront-page .target-store { padding-top: 24px; }
.storefront-page .target-panel { background: #fff; border: 1px solid rgba(0, 0, 0, .06); border-radius: 18px; box-shadow: 0 10px 35px rgba(0, 0, 0, .055); backdrop-filter: none; }
.storefront-page .target-panel-header { height: 52px; background: #fff; border-bottom: 1px solid #ededf0; box-shadow: none; }
.storefront-page .target-panel-header h1, .storefront-page .target-panel-header h2 { color: #1d1d1f; font-size: 1rem; font-weight: 700; }
.storefront-page .target-panel-icon::before { background: #1d1d1f; }
.storefront-page .target-panel-icon::after { border-color: #1d1d1f; }
.storefront-page .notice-copy { min-height: 0; padding: 16px 18px 20px; color: #515154; font-weight: 500; }
.storefront-page .notice-copy p, .storefront-page .notice-copy .notice-orange, .storefront-page .notice-copy .notice-red, .storefront-page .notice-copy .notice-cyan { margin: 6px 0; color: #515154; }
.storefront-page .shop-panel { min-height: 0; }
.storefront-page .shop-body { padding: 18px; }
.shop-intro { margin: 0 0 16px; color: #6e6e73; font-size: .86rem; }
.storefront-page .target-product-grid { gap: 16px; }
.storefront-page .target-product-card { height: 302px; border: 1px solid #e5e5e7; border-radius: 16px; box-shadow: none; }
.storefront-page .target-product-card:hover { transform: translateY(-2px); border-color: #b8b8bd; box-shadow: 0 12px 28px rgba(0, 0, 0, .08); }
.storefront-page .target-product-cover { background: #f5f5f7; }
.storefront-page .cover-plus { background: #fff; }
.storefront-page .cover-go, .storefront-page .cover-pro, .storefront-page .cover-claude { background: #f5f5f7; }
.storefront-page .go-cover-copy b { color: #1d1d1f; }
.storefront-page .claude-cover-logo { filter: grayscale(1) contrast(1.05); }
.storefront-page .delivery-tag, .storefront-page .recommend-tag { color: #515154; background: #f5f5f7; border-color: #d2d2d7; }
.storefront-page .target-product-content h3 { color: #1d1d1f; }
.storefront-page .target-price strong, .storefront-page .item-price, .storefront-page .item-pay-button strong { color: #1d1d1f; }
.storefront-page .target-card-bottom p { color: #86868b; }
.store-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.resource-card { padding: 26px; }
.resource-card > span { color: #86868b; font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.resource-card h2 { margin: 20px 0 8px; color: #1d1d1f; font-size: 1.35rem; letter-spacing: -.02em; }
.resource-card p { min-height: 2.8em; margin: 0 0 20px; color: #6e6e73; font-size: .9rem; }
.resource-card a { color: #1d1d1f; font-weight: 700; }
.storefront-page .item-invite-entry { background: #f5f5f7; border-color: #d2d2d7; }
.storefront-page .item-invite-entry.enabled { background: #ededf0; border-color: #c7c7cc; }
.storefront-page .item-invite-entry button, .storefront-page .item-invite-entry.enabled button { color: #fff; background: #1d1d1f; }
.storefront-page .item-invite-entry .item-invite-exit { color: #1d1d1f; background: #fff; border-color: #d2d2d7; }
.storefront-page .item-pay-box { background: #f5f5f7; }
.storefront-page .item-pay-button { border-color: #d2d2d7; box-shadow: none; }
.storefront-page .pay-symbol { color: #fff; background: #1d1d1f; }
.storefront-page .button.primary, .apple-guide-page .button.primary { color: #fff; background: #1d1d1f; border-color: #1d1d1f; box-shadow: none; }
.storefront-page .button.primary:hover, .apple-guide-page .button.primary:hover { color: #fff; background: #000; }
.storefront-page .item-flow { color: #1d1d1f; font-weight: 650; }
.item-recharge-link { width: fit-content; margin-top: 16px; }
.storefront-page .invite-dialog { border: 0; border-radius: 20px; box-shadow: 0 30px 90px rgba(0, 0, 0, .24); }
.storefront-page .invite-dialog .button.primary { color: #fff; background: #1d1d1f; }
.storefront-page .invite-clear-form button { color: #515154; background: #f5f5f7; border-color: #d2d2d7; }
.invite-active-copy { color: #6e6e73; }
.storefront-page .alert, .storefront-page .status { color: #1d1d1f; background: #f0f0f2; border-color: #d2d2d7; }

.apple-guide-page { width: min(1120px, calc(100% - 36px)); padding: 76px 0; }
.apple-guide-header { max-width: 800px; margin-bottom: 44px; }
.apple-guide-header > span, .guide-recharge-panel span { color: #86868b; font-size: .76rem; font-weight: 700; letter-spacing: .08em; }
.apple-guide-header h1 { margin: 10px 0 14px; color: #1d1d1f; font-size: clamp(2.8rem, 6vw, 5.4rem); letter-spacing: -.055em; }
.apple-guide-header p { max-width: 670px; margin: 0 0 24px; color: #6e6e73; font-size: 1.06rem; }
.guide-step-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-step-card { min-height: 220px; padding: 28px; background: #fff; border: 1px solid #e5e5e7; border-radius: 22px; }
.guide-step-card > span { color: #86868b; font-size: .72rem; font-weight: 700; }
.guide-step-card h2 { margin: 48px 0 10px; color: #1d1d1f; font-size: 1.35rem; letter-spacing: -.02em; }
.guide-step-card p { margin: 0; color: #6e6e73; line-height: 1.75; }
.guide-recharge-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 16px; padding: 34px; color: #fff; background: #1d1d1f; border-radius: 22px; }
.guide-recharge-panel h2 { margin: 8px 0; color: #fff; }
.guide-recharge-panel p { margin: 0; color: #a1a1a6; }
.guide-recharge-panel .button.primary { color: #1d1d1f; background: #fff; border-color: #fff; }
.track-page .track-card { border: 0; border-radius: 22px; box-shadow: 0 15px 45px rgba(0, 0, 0, .07); }
.track-page .eyebrow { color: #86868b; }
.track-page .button.primary { color: #fff; background: #1d1d1f; box-shadow: none; }

.content-module-list { display: grid; gap: 18px; }
.content-module-form { padding: 26px; }
.content-module-form label { display: grid; gap: 6px; margin-top: 14px; color: #515154; font-size: .84rem; font-weight: 650; }
.content-module-form input, .content-module-form textarea, .content-module-form select { width: 100%; padding: 11px 12px; color: #1d1d1f; background: #fff; border: 1px solid #d2d2d7; border-radius: 9px; }
.content-module-form small { color: #86868b; font-weight: 400; }
.content-module-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.content-module-heading h2 { margin: 4px 0 0; }
.content-module-heading > span { color: #86868b; font-size: .74rem; }
.compact-module-controls { align-items: end; }
.compact-module-controls .button { min-height: 42px; }

@media (max-width: 760px) {
  .storefront-page .site-header { height: 52px; }
  .storefront-page .nav-wrap { width: calc(100% - 20px); min-height: 52px; gap: 8px; }
  .storefront-page .nav, .public-primary-nav { display: flex !important; gap: 2px !important; }
  .public-primary-nav a { padding: 7px 8px; font-size: .78rem; }
  .storefront-page .header-invite-area .nav-dialog-button { min-height: 31px; padding: 6px 9px; font-size: .76rem; }
  .store-resource-grid, .guide-step-grid { grid-template-columns: 1fr; }
  .resource-card p { min-height: 0; }
  .apple-guide-page { padding-top: 48px; }
  .guide-step-card { min-height: 190px; }
  .guide-recharge-panel { align-items: flex-start; flex-direction: column; }
  .item-invite-entry { align-items: flex-start; flex-direction: column; }
  .item-invite-actions, .item-invite-actions form, .item-invite-actions button { width: 100%; }
  .content-module-heading { flex-direction: column; gap: 4px; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--soft); line-height: 1.6; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }
button, input, textarea, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 36px)); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 10px; font-size: 1.06rem; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: white; background: #111; box-shadow: 0 8px 18px rgba(0,0,0,.16); }
.nav { display: flex; align-items: center; gap: 24px; font-size: .94rem; }
.nav a, .link-button { color: #4c5c56; }
.nav a.active { color: var(--green); font-weight: 700; }
.nav-cta { padding: 8px 15px; border: 1px solid var(--line); border-radius: 9px; }
.nav-form { margin: 0; }.link-button { border: 0; padding: 0; background: none; cursor: pointer; }
.demo-banner { padding: 8px 20px; text-align: center; color: white; background: #111; border-bottom: 1px solid #2f2f2f; font-size: .82rem; }
.hero { overflow: hidden; background: radial-gradient(circle at 78% 30%, #e2e2df 0, rgba(226,226,223,0) 28%), linear-gradient(160deg,#fff,#f0f0ed); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 510px; display: grid; grid-template-columns: 1.22fr .78fr; align-items: center; gap: 70px; }
.eyebrow { display: block; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.2; letter-spacing: -.035em; }
h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); margin-bottom: 22px; }
h2 { font-size: 1.75rem; } h3 { font-size: 1.3rem; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 660px; }
.hero-actions, .card-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.button { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; border: 1px solid transparent; border-radius: 10px; padding: 10px 17px; cursor: pointer; font-weight: 750; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-1px); }.button.primary { color: white; background: var(--green); box-shadow: 0 8px 20px rgba(0,0,0,.14); }.button.primary:hover { color: white; background: var(--green-dark); }.button.secondary { color: var(--ink); border-color: var(--line); background: white; }.button.large { min-height: 52px; padding-inline: 24px; }.button.full { width: 100%; }
.trust-card, .panel, .product-card, .stat-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.trust-card { padding: 30px; transform: rotate(1deg); }.trust-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 1.4rem; font-weight: 900; }.trust-card h2 { margin: 18px 0 8px; }.trust-card > p { color: var(--muted); }.trust-row { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); font-size: .92rem; }.trust-row span { color: var(--muted); }
.section-space { padding-top: 76px; padding-bottom: 76px; }.section-top { margin-top: 28px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }.section-heading h1, .section-heading h2 { margin: 5px 0 0; }.section-heading p { color: var(--muted); max-width: 500px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.product-card { position: relative; padding: 24px; box-shadow: none; }.product-card.featured { border-color: #8cccb1; box-shadow: var(--shadow); }.ribbon { position: absolute; top: 0; right: 20px; padding: 5px 10px; color: white; background: var(--green); border-radius: 0 0 8px 8px; font-size: .73rem; font-weight: 800; }.product-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }.product-icon, .large-icon { display: grid; place-items: center; color: white; background: linear-gradient(145deg,#173d33,#1aa06d); font-weight: 900; }.product-icon { width: 42px; height: 42px; border-radius: 12px; }.stock { padding: 4px 9px; border-radius: 999px; font-size: .76rem; font-weight: 750; }.in-stock { color: #126343; background: var(--mint); }.out-stock { color: #8b5c13; background: #fff0d5; }.product-card h3 a { color: var(--ink); }.product-card > p { min-height: 100px; color: var(--muted); font-size: .92rem; }.price { display: flex; align-items: baseline; gap: 4px; margin: 20px 0; }.price strong { font-size: 1.9rem; }.price span { color: var(--muted); font-size: .84rem; }.card-actions { margin-top: 0; }.card-actions form { margin: 0; }
.process-section { background: #17342b; color: white; }.process-section .eyebrow { color: #75ddb4; }.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }.steps li { display: flex; gap: 14px; padding: 20px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }.steps li > span { flex: 0 0 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #0a5039; background: #83e8bf; font-weight: 900; }.steps p { margin: 5px 0 0; color: #b9ccc5; font-size: .88rem; }
.site-footer { padding: 42px 0; color: #61716b; background: #eef3f1; border-top: 1px solid var(--line); }.footer-grid { display: flex; justify-content: space-between; gap: 40px; }.footer-grid p { margin: 5px 0 0; }.footer-note { max-width: 480px; text-align: right; }
.auth-shell { display: grid; grid-template-columns: 1fr 440px; gap: 70px; align-items: center; }.auth-copy h1 { font-size: clamp(2.2rem,4vw,3.6rem); margin-top: 8px; }.auth-copy > p { color: var(--muted); }.check-list { list-style: none; padding: 0; }.check-list li { margin: 12px 0; }.check-list li::before { content: '✓'; color: var(--green); font-weight: 900; margin-right: 10px; }.panel { padding: 28px; }.auth-panel h2 { font-size: 1.55rem; }.form-stack { display: grid; gap: 18px; }.form-stack label, .filter-form label { display: grid; gap: 7px; font-size: .88rem; font-weight: 750; }.form-stack small { color: var(--muted); font-weight: 400; }.form-stack input, .form-stack textarea, .form-stack select, .filter-form select { width: 100%; border: 1px solid #cad7d2; border-radius: 9px; padding: 11px 12px; color: var(--ink); background: white; outline: none; }.form-stack input:focus, .form-stack textarea:focus, .form-stack select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(14,122,82,.1); }.muted { color: var(--muted); font-size: .9rem; }.centered { text-align: center; }.alert { margin: 16px 0; padding: 12px 15px; border-radius: 10px; font-size: .92rem; }.alert.error { color: #7f2424; background: #ffe8e8; border: 1px solid #f5c1c1; }.alert.success { color: #145f43; background: #e3f8ed; border: 1px solid #bce9d2; }.alert.warning { color: #73501a; background: #fff2d9; border: 1px solid #f1d7a5; }
.back-link { display: inline-block; margin-bottom: 25px; }.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; align-items: center; }.detail-visual { min-height: 380px; display: grid; place-items: center; align-content: center; border-radius: 24px; color: #d6e7e1; background: radial-gradient(circle at 30% 20%,#2b6d59,#132c24); box-shadow: var(--shadow); }.large-icon { width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.3); border-radius: 32px; font-size: 3.8rem; }.detail-visual p { margin-top: 25px; }.product-detail h1 { font-size: clamp(2.3rem,4vw,3.5rem); margin: 8px 0 16px; }.lead { color: var(--muted); font-size: 1.05rem; }.detail-meta { display: grid; grid-template-columns: repeat(3,1fr); margin: 28px 0; border-block: 1px solid var(--line); }.detail-meta div { padding: 16px 12px; border-right: 1px solid var(--line); }.detail-meta div:last-child { border: 0; }.detail-meta span, .detail-meta strong { display: block; }.detail-meta span { color: var(--muted); font-size: .78rem; }.notice-box { padding: 16px; margin-bottom: 24px; border-radius: 12px; background: #edf6f2; }.notice-box p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; background: white; }table { width: 100%; border-collapse: collapse; font-size: .9rem; }th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); }th { color: var(--muted); background: #f4f8f6; font-size: .76rem; text-transform: uppercase; letter-spacing: .04em; }tbody tr:last-child td { border-bottom: 0; }td small { display: block; color: var(--muted); }.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .82rem; }.status { display: inline-flex; padding: 4px 9px; border-radius: 999px; font-size: .75rem; font-weight: 800; white-space: nowrap; }.status-completed, .status-paid { color: #0d6241; background: #ddf5e9; }.status-pending_payment { color: #73501a; background: #fff0d2; }.status-paid_waiting_stock { color: #994c1c; background: #ffeadc; }.status-cancelled, .status-payment_failed { color: #762d2d; background: #f9e1e1; }.large-status { font-size: .86rem; padding: 8px 13px; }.empty-state { padding: 55px 30px; text-align: center; border: 1px dashed #b9cbc4; border-radius: 18px; background: white; }.empty-state p { color: var(--muted); }
.order-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 24px; }.order-heading h1 { font-size: 2.3rem; margin: 6px 0; }.order-heading p { color: var(--muted); }.order-summary dl, .compact-list { margin: 0; }.order-summary dl > div, .compact-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }.order-summary dt, .compact-list dt { color: var(--muted); }.order-summary dd, .compact-list dd { margin: 0; font-weight: 750; }.payment-box { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 24px; padding: 18px; border-radius: 12px; background: #eef8f4; }.payment-box p { margin: 3px 0 0; color: var(--muted); font-size: .87rem; }.delivery-card { margin: 22px 0; padding: 28px; border-radius: 18px; color: white; background: linear-gradient(135deg,#0d6546,#173a30); box-shadow: var(--shadow); }.delivery-card .eyebrow { color: #85e0ba; }.delivery-card code { display: block; margin: 18px 0 8px; padding: 18px; border: 1px dashed rgba(255,255,255,.45); border-radius: 10px; background: rgba(0,0,0,.14); overflow-wrap: anywhere; }.delivery-card p { color: #bdd2ca; font-size: .86rem; }.timeline { margin-top: 22px; }.timeline-item { display: grid; grid-template-columns: 14px 1fr; gap: 14px; padding: 13px 0; }.timeline-item > span { width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--mint); }.timeline-item time { display: block; color: var(--muted); font-size: .8rem; }
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.stat-card { padding: 22px; box-shadow: none; }.stat-card span, .stat-card strong, .stat-card a { display: block; }.stat-card span { color: var(--muted); font-size: .82rem; }.stat-card strong { margin: 5px 0; font-size: 2rem; }.stat-card a { font-size: .84rem; }.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }.quick-links { display: grid; gap: 10px; }.quick-links a { padding: 11px 13px; border-radius: 9px; background: #eef7f3; }.admin-tabs { display: flex; gap: 8px; padding: 6px; margin-bottom: 24px; width: fit-content; border: 1px solid var(--line); border-radius: 11px; background: white; }.admin-tabs a { padding: 7px 13px; color: var(--muted); border-radius: 7px; }.admin-tabs a.active { color: white; background: var(--green); }.form-panel h1 { font-size: 2.2rem; margin: 7px 0 25px; }.inventory-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }.inventory-list span { color: var(--muted); font-size: .85rem; }.filter-form { display: flex; align-items: end; gap: 12px; margin-bottom: 18px; }.filter-form select { min-width: 180px; padding: 9px 11px; }.inline-actions { display: flex; gap: 7px; }.inline-actions form { margin: 0; }.small-button { border: 1px solid #9fcab8; border-radius: 7px; padding: 5px 8px; color: var(--green-dark); background: #eff9f5; cursor: pointer; font-size: .76rem; }.small-button.danger { color: var(--red); border-color: #ecc2c2; background: #fff2f2; }
.admin-order-actions { margin-bottom: 18px; }
.admin-order-actions > strong { display: block; margin-bottom: 12px; }
.admin-order-actions .inline-actions { flex-wrap: wrap; }
.admin-order-actions form { margin: 0; }

@media (max-width: 900px) {
  .hero-grid, .auth-shell, .detail-grid { grid-template-columns: 1fr; gap: 35px; }.hero-grid { padding: 70px 0; }.trust-card { transform: none; }.product-grid { grid-template-columns: 1fr 1fr; }.steps, .stat-grid { grid-template-columns: 1fr 1fr; }.auth-shell { max-width: 620px; }.detail-visual { min-height: 280px; }.admin-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .shell, .narrow { width: min(100% - 24px, 1160px); }.nav-wrap { min-height: 62px; }.nav { gap: 12px; }.nav a:not(.nav-cta):first-child { display: none; }.brand span:last-child { display: none; }.section-space { padding-block: 48px; }.product-grid, .steps, .stat-grid { grid-template-columns: 1fr; }.section-heading, .footer-grid, .order-heading, .payment-box { align-items: stretch; flex-direction: column; }.footer-note { text-align: left; }.product-card > p { min-height: auto; }.detail-meta { grid-template-columns: 1fr; }.detail-meta div { border-right: 0; border-bottom: 1px solid var(--line); }.admin-tabs { width: 100%; overflow-x: auto; }.admin-tabs a { white-space: nowrap; }
}

/* Monochrome storefront */
.brand > span:last-child { display: flex; align-items: baseline; gap: 8px; }
.brand small { color: #8b8b8b; font-size: .56rem; letter-spacing: .16em; }
.pulse-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }
.monochrome-hero .hero-grid { min-height: 600px; grid-template-columns: 1.08fr .92fr; }
.hero-copy h1 { max-width: 760px; margin: 12px 0 24px; font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 650; line-height: 1.03; }
.hero-copy h1 span { color: #7a7a78; }
.hero-copy > p { max-width: 650px; color: #5f5f5f; }
.hero-footnote { margin-top: 22px; color: #666; font-size: .82rem; }
.hero-footnote span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 6px; color: #fff; background: #111; border-radius: 50%; font-size: .68rem; }
.product-preview { overflow: hidden; color: #fff; background: #111; border: 1px solid #292929; border-radius: 22px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.preview-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 13px 16px; color: #8e8e8e; border-bottom: 1px solid #303030; font: 650 .65rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #555; }.preview-live { justify-self: end; }.preview-live i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.preview-product { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 15px; padding: 26px; border-bottom: 1px solid #303030; }
.openai-logo-box { width: 58px; height: 58px; display: grid; place-items: center; background: #fff; border-radius: 15px; }.openai-logo-box img { width: 34px; height: 34px; }.preview-product small, .preview-product strong { display: block; }.preview-product small { color: #777; font: 650 .62rem ui-monospace, monospace; letter-spacing: .08em; }.preview-product strong { margin-top: 5px; font-size: 1.05rem; }.preview-price { font-size: 1.35rem; font-weight: 750; }
.preview-lines { padding: 10px 26px; }.preview-lines div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #292929; font-size: .84rem; }.preview-lines div:last-child { border: 0; }.preview-lines span { color: #7e7e7e; }
.preview-success { display: flex; align-items: center; gap: 12px; margin: 5px 18px 18px; padding: 15px; color: #111; background: #fff; border-radius: 12px; }.preview-success > span { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: #111; border-radius: 50%; }.preview-success strong, .preview-success small { display: block; }.preview-success small { color: #777; }
.service-status { background: #fff; border-bottom: 1px solid var(--line); }.status-grid { display: grid; grid-template-columns: repeat(4,1fr); }.status-grid > div { display: grid; grid-template-columns: 30px 1fr; padding: 22px 26px; border-right: 1px solid var(--line); }.status-grid > div:first-child { border-left: 1px solid var(--line); }.status-symbol { grid-row: 1 / span 2; align-self: center; font-size: 1.1rem; }.status-grid strong, .status-grid small { display: block; }.status-grid strong { font-size: .86rem; }.status-grid small { color: #888; font-size: .73rem; }
.catalog-heading { align-items: end; }.catalog-heading h2 { margin: 6px 0 10px; font-size: clamp(2.1rem,4vw,3.4rem); }.catalog-heading > div:first-child p { max-width: 620px; }.category-pills { display: flex; flex-wrap: wrap; gap: 7px; }.category-pills span { padding: 7px 13px; color: #666; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; }.category-pills span.active { color: #fff; background: #111; border-color: #111; }
.product-grid-rich { grid-template-columns: repeat(3, 1fr); align-items: stretch; }.rich-card { display: flex; flex-direction: column; min-height: 535px; padding: 25px; border-radius: 16px; background: #fff; }.rich-card.featured { border-color: #111; box-shadow: 0 18px 45px rgba(0,0,0,.1); }.rich-card .product-topline { margin-bottom: 20px; }.official-mark { background: #fff !important; border: 1px solid #cfcfcd; box-shadow: none; }.official-mark img { width: 24px; height: 24px; }.letter-mark { color: #fff; background: #252525 !important; }.product-badge { padding: 5px 9px; color: #111; background: #ededeb; border: 1px solid #dededb; border-radius: 999px; font-size: .7rem; font-weight: 750; }.product-category { color: #8b8b8b; font: 650 .65rem/1.4 ui-monospace, SFMono-Regular, monospace; letter-spacing: .08em; }.rich-card h3 { margin: 8px 0 10px; font-size: 1.35rem; }.rich-card .product-description { min-height: 78px; margin: 0; color: #666; font-size: .86rem; }.product-benefits { display: grid; gap: 8px; margin: 17px 0; padding: 16px 0; list-style: none; border-block: 1px solid #ededeb; }.product-benefits li { color: #3f3f3f; font-size: .79rem; }.product-benefits li::before { content: '✓'; margin-right: 7px; color: #111; font-weight: 900; }.product-stock { display: flex; align-items: center; margin-bottom: 12px; color: #666; font-size: .75rem; }.stock-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #111; }.stock-dot.off { background: #b8b8b8; }.price-row { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: auto; }.price-row .price { margin: 0; }.price-row .price strong { font-size: 1.75rem; }.price-note { color: #999; font-size: .68rem; }.rich-card .card-actions { margin-top: 18px; }.button.disabled { color: #999; background: #ededeb; border-color: #dededb; box-shadow: none; cursor: not-allowed; }.button.disabled:hover { transform: none; }.brand-disclaimer { margin: 22px 0 0; color: #929292; text-align: center; font-size: .72rem; }
.process-section { background: #111; color: #fff; }.process-section .eyebrow { color: #aaa; }.light-heading { align-items: end; }.light-heading p { color: #999; }.detailed-steps li { min-height: 150px; padding: 24px; border-color: #383838; background: #191919; }.detailed-steps li > span { width: auto; height: auto; color: #777; background: transparent; border-radius: 0; font: 650 .7rem ui-monospace, monospace; }.detailed-steps strong { font-size: 1rem; }.detailed-steps p { color: #8d8d8d; }
.support-features .section-heading h2, .faq-grid h2 { margin: 6px 0 10px; font-size: clamp(2rem,4vw,3.2rem); }.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.feature-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }.feature-grid article > span { color: #999; font: 650 .7rem ui-monospace, monospace; }.feature-grid h3 { margin: 42px 0 8px; }.feature-grid p { margin: 0; color: #777; font-size: .86rem; }
.faq-section { background: #ebebe9; border-block: 1px solid var(--line); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }.faq-grid > div:first-child p { color: #777; }.faq-list details { border-bottom: 1px solid #cfcfcd; }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 700; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: #999; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -5px 0 22px; color: #656565; font-size: .9rem; }
.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-block: 72px; padding: 42px !important; color: #fff; background: #111; border-radius: 20px; }.final-cta h2 { margin: 7px 0; font-size: clamp(2rem,4vw,3.3rem); }.final-cta p { margin: 0; color: #9b9b9b; }.final-cta .eyebrow { color: #999; }.light-button { color: #111; background: #fff; min-width: 160px; }
.footer-brand { display: flex; gap: 12px; align-items: start; min-width: 230px; }.footer-brand strong { color: #111; }.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 65px; }.footer-links > div { display: grid; align-content: start; gap: 6px; }.footer-links strong { margin-bottom: 7px; color: #222; font-size: .8rem; }.footer-links a, .footer-links span { color: #777; font-size: .78rem; }.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 18px; border-top: 1px solid #d2d2cf; font-size: .68rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; color: #999; font-size: .78rem; }.breadcrumbs a { color: #666; }.product-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 70px; align-items: start; }.product-main { min-width: 0; }.product-title-row { display: flex; align-items: center; gap: 20px; }.detail-product-icon { flex: 0 0 70px; width: 70px; height: 70px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; }.detail-product-icon img { width: 38px; height: 38px; }.product-title-row h1 { margin: 5px 0 0; font-size: clamp(2.2rem,5vw,4.4rem); }.detail-lead { max-width: 760px; margin: 28px 0 20px; color: #666; font-size: 1.04rem; }.detail-status-row { display: flex; gap: 18px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); font-size: .78rem; }.detail-status-row i { vertical-align: 1px; }.detail-section { padding: 36px 0; border-bottom: 1px solid var(--line); }.detail-section h2 { margin-bottom: 22px; }.detail-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.detail-feature-grid > div { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }.detail-feature-grid span, .detail-feature-grid strong { display: block; }.detail-feature-grid span { color: #999; font: .68rem ui-monospace, monospace; }.detail-feature-grid strong { margin-top: 22px; }.detail-feature-grid p { margin: 6px 0 0; color: #777; font-size: .82rem; }.purchase-notes ul { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: #666; font-size: .88rem; }.checkout-card { position: sticky; top: 118px; padding: 26px; background: #fff; border: 1px solid #cfcfcd; border-radius: 17px; box-shadow: 0 18px 48px rgba(0,0,0,.08); }.checkout-card h2 { margin: 8px 0 14px; font-size: 1.3rem; }.checkout-price { display: flex; align-items: baseline; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.checkout-price strong { font-size: 2.3rem; }.checkout-price span { color: #888; font-size: .78rem; }.checkout-lines { padding: 10px 0 20px; }.checkout-lines div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; font-size: .8rem; }.checkout-lines span { color: #888; }.checkout-safe { margin: 12px 0 0; color: #888; text-align: center; font-size: .68rem; }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.payment-box, .notice-box, .quick-links a { background: #ededeb; }.delivery-card { background: linear-gradient(135deg,#111,#333); }.delivery-card .eyebrow { color: #aaa; }.delivery-card p { color: #bbb; }

/* GPTCard guest checkout */
.gptcard-mark { position: relative; overflow: hidden; border-radius: 50%; font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; font-weight: 800; letter-spacing: -.08em; }
.gptcard-mark::after { content: ''; position: absolute; right: -2px; bottom: 7px; width: 11px; height: 3px; background: #fff; transform: rotate(-28deg); }
.claude-mark img { width: 25px; height: 25px; }
.detail-product-icon.claude-mark img { width: 39px; height: 39px; }
.track-page { max-width: 760px; }
.track-card { padding: clamp(26px, 5vw, 48px); }
.track-card h1 { margin: 8px 0 10px; font-size: clamp(2rem, 5vw, 3.3rem); }
.track-card > p { max-width: 570px; margin-bottom: 28px; color: #666; }
.stacked-form { display: grid; gap: 16px; }
.stacked-form label { display: grid; gap: 7px; color: #555; font-size: .8rem; font-weight: 700; }
.stacked-form input { width: 100%; padding: 13px 14px; color: #111; background: #fff; border: 1px solid #cfcfcd; border-radius: 9px; }
.lookup-tip { margin-top: 22px; padding: 16px; background: #ededeb; border-radius: 11px; }
.lookup-tip p { margin: 5px 0 0; color: #666; font-size: .82rem; }
.lookup-credentials { display: grid; grid-template-columns: .8fr 1.2fr; gap: 35px; margin-bottom: 22px; border-color: #111; }
.lookup-credentials h2 { margin: 7px 0; }
.lookup-credentials p { margin: 0; color: #666; font-size: .84rem; }
.lookup-credentials dl { margin: 0; }
.lookup-credentials dl > div { padding: 10px 0; border-bottom: 1px solid var(--line); }
.lookup-credentials dl > div:last-child { border: 0; }
.lookup-credentials dt { margin-bottom: 5px; color: #888; font-size: .72rem; }
.lookup-credentials dd { margin: 0; }
.lookup-credentials code { display: block; overflow-wrap: anywhere; font-size: .78rem; }
.qr-payment-box { display: grid; grid-template-columns: 1fr 180px; align-items: center; }
.qr-payment-box .qr-copy { align-self: start; }
.qr-copy strong { display: block; margin: 7px 0; font-size: 1.08rem; }
.payment-qr { grid-row: 1 / span 2; grid-column: 2; width: 180px; height: 180px; padding: 8px; background: #fff; border: 1px solid #d5d5d2; border-radius: 12px; }
.qr-payment-box form { grid-column: 1; margin-top: 12px; }
.price strong { white-space: nowrap; }

/* Tutorials, friend pricing and invite operations */
.ghost-button { color: #333; background: transparent; border-color: transparent; box-shadow: none; }
.friend-banner { color: #fff; background: #242424; border-bottom: 1px solid #3a3a3a; }
.friend-banner .shell { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; }
.friend-banner form { margin: 0; }.friend-banner button { padding: 4px 9px; color: #fff; background: transparent; border: 1px solid #666; border-radius: 7px; cursor: pointer; }
.friend-price-note { color: #111; font-weight: 800; }.retail-reference { margin-top: 5px; color: #999; text-align: right; font-size: .7rem; }
.friend-price-badge { width: fit-content; margin: -10px 0 12px; padding: 5px 9px; color: #fff; background: #111; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.friend-entry-link { display: block; margin-top: 13px; color: #555; text-align: center; text-decoration: underline; font-size: .74rem; }
.friend-page { max-width: 740px; }.friend-access-card { padding: clamp(28px, 5vw, 50px); }.friend-access-card h1 { margin: 7px 0 12px; font-size: clamp(2.3rem, 6vw, 4rem); }.friend-access-card > div:first-child > p { margin-bottom: 26px; color: #666; }
.guide-hero { padding: 90px 0; color: #fff; background: #111; }.guide-hero .eyebrow { color: #999; }.guide-hero h1 { max-width: 820px; margin: 10px 0 18px; font-size: clamp(3rem, 7vw, 6rem); line-height: 1; }.guide-hero p { max-width: 700px; color: #aaa; font-size: 1.05rem; }.guide-hero .secondary { color: #fff; border-color: #555; background: transparent; }
.guide-sections { display: grid; gap: 18px; }.guide-block { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: clamp(25px, 5vw, 46px); background: #fff; border: 1px solid var(--line); border-radius: 18px; }.guide-index { color: #aaa; font: 700 .75rem ui-monospace, monospace; }.guide-block h2 { margin: 5px 0 22px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.tutorial-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.tutorial-list li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line); }.tutorial-list li:last-child { border: 0; }.tutorial-list li > span { color: #888; font: 700 .7rem ui-monospace, monospace; }.tutorial-list p { margin: 0; color: #555; line-height: 1.75; }
.after-sales-note { margin: 18px 0; padding: 17px; background: #ededeb; border-radius: 11px; }.after-sales-note p { margin: 5px 0 0; color: #666; font-size: .86rem; }.guide-warning { padding: clamp(28px, 5vw, 48px); color: #fff; background: #111; border-radius: 18px; }.guide-warning > span { color: #aaa; font-size: .72rem; letter-spacing: .12em; }.guide-warning h2 { margin: 8px 0; }.guide-warning p { max-width: 780px; margin: 0; color: #aaa; }
.created-code-card { margin: 18px 0; padding: 24px; color: #fff; background: #111; border-radius: 14px; }.created-code-card span, .created-code-card code, .created-code-card p { display: block; }.created-code-card code { margin: 12px 0; padding: 13px; color: #111; background: #fff; border-radius: 8px; font-size: 1.2rem; overflow-wrap: anywhere; }.created-code-card p { margin: 0; color: #aaa; font-size: .8rem; }.admin-rule-list { display: grid; gap: 12px; padding-left: 20px; color: #666; }.invite-inline-form { display: grid; grid-template-columns: minmax(110px,1fr) 70px minmax(160px,1fr) auto; gap: 6px; }.invite-inline-form input { min-width: 0; padding: 6px; border: 1px solid var(--line); border-radius: 6px; }.stat-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

@media (max-width: 1000px) {
  .monochrome-hero .hero-grid { grid-template-columns: 1fr; padding-block: 70px; }.product-preview { max-width: 650px; }.product-grid-rich { grid-template-columns: 1fr 1fr; }.status-grid { grid-template-columns: 1fr 1fr; }.status-grid > div { border-bottom: 1px solid var(--line); }.faq-grid, .product-layout { grid-template-columns: 1fr; gap: 40px; }.checkout-card { position: static; max-width: 620px; }.footer-links { gap: 30px; }
}
@media (max-width: 700px) {
  .brand > span:last-child { display: none; }.hero-copy h1 { font-size: clamp(2.65rem,13vw,4rem); }.preview-product { grid-template-columns: 50px 1fr; padding: 20px; }.preview-price { grid-column: 2; }.openai-logo-box { width: 50px; height: 50px; }.status-grid, .product-grid-rich, .feature-grid, .detail-feature-grid { grid-template-columns: 1fr; }.status-grid > div { border-left: 1px solid var(--line); }.catalog-heading { align-items: stretch; }.category-pills { margin-top: 16px; }.rich-card { min-height: auto; }.rich-card .product-description { min-height: auto; }.feature-grid h3 { margin-top: 26px; }.faq-grid { gap: 20px; }.final-cta { align-items: stretch; flex-direction: column; margin-block: 30px; padding: 30px 24px !important; border-radius: 0; }.footer-grid, .footer-bottom { flex-direction: column; }.footer-links { grid-template-columns: 1fr 1fr; gap: 24px; }.product-title-row { align-items: flex-start; }.detail-product-icon { flex-basis: 54px; width: 54px; height: 54px; border-radius: 14px; }.detail-product-icon img { width: 29px; }.product-title-row h1 { font-size: 2.25rem; }.form-split { grid-template-columns: 1fr; }.lookup-credentials, .qr-payment-box { grid-template-columns: 1fr; }.payment-qr { grid-column: 1; grid-row: auto; justify-self: center; }.qr-payment-box form { grid-column: 1; }.nav a { font-size: .75rem; }
}

@media (max-width: 700px) {
  .friend-banner .shell { padding-block: 8px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .guide-hero { padding: 65px 0; }.guide-block { grid-template-columns: 1fr; gap: 8px; }.guide-index { display: none; }
  .invite-inline-form { min-width: 520px; }.invite-admin-grid { grid-template-columns: 1fr; }
}

/* Simplified storefront and invite dialog */
.compact-hero .hero-grid { min-height: 390px; display: block; padding-block: 78px; }
.compact-hero .hero-copy { max-width: 800px; }
.compact-hero .hero-copy h1 { margin-bottom: 16px; }
.compact-hero .hero-actions { margin-top: 24px; }
.compact-catalog { padding-top: 62px; }
.compact-catalog .catalog-heading { margin-bottom: 22px; }
.compact-catalog .rich-card { min-height: 320px; }
.compact-catalog .product-stock { margin-top: auto; padding-top: 18px; border-top: 1px solid #ededeb; }
.nav-dialog-button { padding: 0; color: #4c5c56; background: transparent; border: 0; cursor: pointer; }
.nav-dialog-button.active { color: #111; font-weight: 700; }
.invite-dialog { width: min(460px, calc(100% - 28px)); padding: 26px; color: #111; background: #fff; border: 1px solid #cfcfcd; border-radius: 17px; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.invite-dialog::backdrop { background: rgba(0,0,0,.56); backdrop-filter: blur(3px); }
.invite-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.invite-dialog-head h2 { margin: 5px 0 0; font-size: 2rem; }
.invite-dialog > p { margin: 8px 0 22px; color: #666; }
.dialog-close { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: #555; background: #f2f2f0; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.45rem; line-height: 1; }
.invite-entry-link { width: 100%; margin-top: 13px; padding: 0; color: #555; text-align: center; text-decoration: underline; background: transparent; border: 0; cursor: pointer; font-size: .74rem; }
.source-guide-card { padding: clamp(30px, 6vw, 58px); }
.source-guide-card h1 { margin: 9px 0 15px; font-size: clamp(2.4rem, 6vw, 4rem); }
.source-guide-card p { max-width: 600px; margin: 0 0 26px; color: #666; }
.product-tutorial > p { color: #666; }
.footer-links { grid-template-columns: repeat(2, minmax(120px, 1fr)); }

@media (max-width: 700px) {
  .compact-hero .hero-grid { min-height: 330px; padding-block: 55px; }
  .compact-catalog .rich-card { min-height: auto; }
  .nav-dialog-button { font-size: .75rem; }
  .invite-dialog { padding: 22px; }
}

/* Target-style minimal storefront */
.storefront-page { background: #f5f5f5; }
.storefront-page .site-header { position: static; background: #fff; box-shadow: none; }
.storefront-page .nav-wrap { width: min(900px, calc(100% - 32px)); min-height: 58px; }
.storefront-page .brand { font-size: 1rem; }
.storefront-page .brand-mark { width: 30px; height: 30px; border-radius: 50%; box-shadow: none; }
.storefront-page .site-footer { padding: 24px 0; color: #999; background: transparent; border: 0; }
.simple-footer { text-align: center; font-size: .75rem; }
.simple-footer a { color: inherit; text-decoration: none; }
.simple-footer a:hover { text-decoration: underline; }
.simple-store { width: min(900px, calc(100% - 32px)); min-height: calc(100vh - 142px); padding: 28px 0 54px; }
.simple-alert { margin: 0 0 16px; }
.simple-notice { padding: 22px 24px; background: #fff; border: 1px solid #e4e4e4; border-radius: 8px; }
.simple-notice h1 { margin: 0 0 14px; font-size: 1rem; letter-spacing: 0; }
.simple-notice p { margin: 7px 0; color: #666; font-size: .86rem; line-height: 1.7; }
.simple-buy-heading { display: flex; align-items: center; gap: 12px; margin: 28px 0 13px; }
.simple-buy-heading h2 { margin: 0; font-size: 1.08rem; letter-spacing: 0; }
.simple-buy-heading span { padding: 2px 8px; color: #fff; background: #111; border-radius: 3px; font-size: .68rem; }
.simple-product-list { display: grid; gap: 10px; }
.simple-product { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto 82px; gap: 16px; align-items: center; min-height: 88px; padding: 17px 18px; background: #fff; border: 1px solid #e4e4e4; border-radius: 8px; }
.simple-product-icon { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; background: #f5f5f5; border: 1px solid #ebebeb; border-radius: 7px; }
.simple-product-icon img { width: 26px; height: 26px; object-fit: contain; }
.simple-product-icon span { font-weight: 800; }
.simple-product-main { min-width: 0; }
.simple-product-name { display: flex; align-items: center; gap: 8px; }
.simple-product-name h3 { margin: 0; overflow: hidden; font-size: .96rem; letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.simple-product-name span { flex: 0 0 auto; padding: 2px 6px; color: #666; background: #f1f1f1; border-radius: 3px; font-size: .64rem; }
.simple-product-main p { margin: 7px 0 0; color: #999; font-size: .75rem; }
.simple-price { min-width: 92px; text-align: right; }
.simple-price strong, .simple-price s { display: block; }
.simple-price strong { color: #111; font-size: 1.02rem; }
.simple-price s { color: #aaa; font-size: .69rem; }
.simple-buy-action form { margin: 0; }
.simple-buy-button { width: 74px; min-height: 36px; padding: 7px 12px; color: #fff; background: #111; border: 1px solid #111; border-radius: 5px; cursor: pointer; font-size: .8rem; font-weight: 700; }
.simple-buy-button:hover { background: #333; }
.simple-buy-button.disabled { color: #aaa; background: #f1f1f1; border-color: #e5e5e5; cursor: not-allowed; }
.storefront-page .nav-dialog-button { padding: 7px 12px; color: #333; border: 1px solid #ddd; border-radius: 5px; font-size: .78rem; }
.storefront-page .nav-dialog-button.active { color: #fff; background: #111; border-color: #111; }
.invite-dialog { border-radius: 8px; }
.invite-dialog-head { align-items: center; }
.invite-dialog-head h2 { margin: 0; font-size: 1.15rem; letter-spacing: 0; }
.invite-dialog .stacked-form { margin-top: 20px; }

@media (max-width: 640px) {
  .simple-store { width: min(100% - 20px, 900px); padding-top: 14px; }
  .storefront-page .nav-wrap { width: calc(100% - 24px); }
  .simple-notice { padding: 18px; }
  .simple-product { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; padding: 15px 14px; }
  .simple-product-icon { width: 40px; height: 40px; }
  .simple-price { min-width: 76px; }
  .simple-buy-action { grid-column: 2 / 4; }
  .simple-buy-button { width: 100%; }
}

/* Storefront matched to the reference layout */
.storefront-page {
  background:
    radial-gradient(circle at 46% 5%, rgba(122, 140, 255, .045), transparent 32%),
    linear-gradient(#fff, #fff);
  color: #111319;
  font-size: 13px;
}
.storefront-page .site-header {
  position: relative;
  z-index: 20;
  height: 56px;
  background: rgba(255, 255, 255, .9);
  border: 0;
  box-shadow: 0 10px 30px rgba(82, 63, 105, .05);
  backdrop-filter: saturate(180%) blur(20px);
}
.storefront-page .nav-wrap {
  width: min(1300px, calc(100% - 28px));
  min-height: 56px;
  justify-content: flex-start;
  gap: 18px;
}
.storefront-page .brand {
  flex: 0 0 258px;
  gap: 8px;
  color: #75c6a2;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.storefront-page .brand:hover { color: #64b891; }
.storefront-page .brand-mark {
  width: 21px;
  height: 21px;
  color: #111;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: .86rem;
}
.storefront-page .gptcard-mark::after { display: none; }
.storefront-page .nav { flex: 1; gap: 8px; }
.store-nav-label { color: #898989; font-size: 1.15rem; white-space: nowrap; }
.store-nav-label span { margin-right: 2px; font-size: .9rem; filter: grayscale(1); }
.storefront-page .nav-dialog-button {
  min-height: 36px;
  padding: 7px 14px;
  color: #fff;
  background: #087ff5;
  border: 0;
  border-radius: 8px;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1;
}
.storefront-page .nav-dialog-button:hover { background: #0471dd; }
.storefront-page .nav-dialog-button.active { color: #fff; background: #7066e0; }
.store-search {
  width: 212px;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 0 11px;
  color: #333;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(144, 144, 144, .46);
  border-radius: 12px;
}
.store-search span { font-size: 1.25rem; line-height: 1; transform: rotate(-12deg); }
.store-search input { width: 100%; min-width: 0; padding: 0; color: #444; background: transparent; border: 0; outline: 0; font-size: .86rem; }
.target-store { width: min(1300px, calc(100% - 28px)); padding: 20px 0 48px; }
.target-panel {
  overflow: hidden;
  background: rgba(255, 255, 255, .64);
  border: 0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(82, 63, 105, .07);
  backdrop-filter: saturate(180%) blur(20px);
}
.target-panel + .target-panel { margin-top: 16px; }
.target-panel-header {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
}
.target-panel-header h1, .target-panel-header h2 { margin: 0; color: #111827; font-size: 1.2rem; font-weight: 700; letter-spacing: 0; }
.mobile-invite-button { display: none; }
.target-panel-icon { position: relative; width: 13px; height: 14px; display: inline-block; }
.target-panel-icon::before { content: ''; position: absolute; left: 1px; top: 3px; width: 8px; height: 6px; background: #171717; clip-path: polygon(0 25%, 78% 0, 78% 100%, 0 75%); }
.target-panel-icon::after { content: ''; position: absolute; left: 3px; top: 8px; width: 3px; height: 5px; border-left: 2px solid #171717; transform: rotate(-15deg); }
.target-panel-icon.cart-icon::before { left: 1px; top: 3px; width: 10px; height: 7px; background: transparent; border: 2px solid #171717; border-top: 0; clip-path: none; transform: skew(-8deg); }
.target-panel-icon.cart-icon::after { left: 2px; top: 11px; width: 2px; height: 2px; background: #171717; border: 0; border-radius: 50%; box-shadow: 7px 0 #171717; transform: none; }
.target-panel-body { padding: 0 16px 16px; }
.notice-copy { min-height: 140px; padding-top: 13px; color: #1f2937; font-weight: 650; }
.notice-copy p { margin: 3px 0; line-height: 1.45; }
.notice-copy .notice-orange { color: #ff8c37; }
.notice-copy .notice-red { color: #cf4b42; }
.notice-copy mark { padding: 0 2px; color: #fff; background: #cf554d; }
.notice-copy hr { height: 1px; margin: 11px 0; background: rgba(0, 0, 0, .035); border: 0; }
.notice-copy .notice-cyan { color: #35a9c9; }
.shop-panel { min-height: 445px; }
.shop-body { padding-top: 16px; padding-bottom: 25px; }
.target-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.target-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  color: #707070;
  background: rgba(255, 248, 248, .63);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
  cursor: pointer;
  font-size: 1.12rem;
  line-height: 1.2;
  white-space: nowrap;
}
.target-chip img { width: 18px; height: 18px; padding: 2px; border-radius: 50%; }
.target-chip.active { color: #fff; background: linear-gradient(90deg, #7a8cff, #b88cff); }
.target-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.target-product-card {
  position: relative;
  min-width: 0;
  height: 306px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 7px 29px rgba(100, 100, 111, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.target-product-card[hidden] { display: none; }
.target-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0, 0, 0, .12); }
.target-product-card.soldout { filter: grayscale(.65); }
.target-product-cover { height: 160px; flex: 0 0 160px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cover-plus { gap: 30px; background: #fff; }
.cover-knot { width: 118px; height: 118px; }
.cover-knot.large { width: 92px; height: 92px; }
.plus-cover-copy { display: flex; flex-direction: column; color: #030303; font-family: Georgia, 'Times New Roman', serif; text-align: center; line-height: 1.35; }
.plus-cover-copy strong { font-size: 1.8rem; white-space: nowrap; }.plus-cover-copy strong small { font-size: .72em; }
.plus-cover-copy span { font-size: 1.16rem; font-weight: 800; }
.cover-go { gap: 26px; background: linear-gradient(135deg, #f9fafc, #e9edf4); }
.go-logo-box { width: 84px; height: 84px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #fff; border-radius: 15px; box-shadow: 0 7px 14px rgba(48, 66, 88, .2); }
.go-logo-box img { width: 51px; height: 51px; filter: invert(53%) sepia(87%) saturate(729%) hue-rotate(126deg) brightness(89%); }.go-logo-box small { margin-top: -2px; font-family: Georgia, serif; }
.go-cover-copy { display: flex; flex-direction: column; line-height: .95; }.go-cover-copy strong { color: #061025; font-size: 2.6rem; letter-spacing: -.06em; }.go-cover-copy b { color: #ff7100; font-size: 3rem; letter-spacing: -.04em; }
.cover-pro { gap: 35px; background: linear-gradient(135deg, #fff, #ececec); }
.pro-cover-label { min-width: 76px; padding: 10px 8px; color: #fff; background: #000; border-radius: 10px; font-size: 2rem; line-height: .86; text-align: center; }
.cover-claude { gap: 28px; background: linear-gradient(135deg, #fbf5ee, #eee8e1); }.claude-cover-logo { width: 92px; height: 92px; }.claude-cover-copy { color: #2f241e; font: 700 2.25rem Georgia, serif; line-height: .84; }.claude-cover-copy small { font-size: .72em; }
.target-product-content { min-height: 146px; display: flex; flex: 1; flex-direction: column; padding: 14px; }
.target-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 7px; }
.target-card-tags span { display: inline-block; padding: 1px 6px; border-radius: 999px; font-size: .78rem; line-height: 1.5; }
.delivery-tag { color: #3aa76d; background: rgba(80, 200, 120, .12); border: 1px solid rgba(80, 200, 120, .25); }
.recommend-tag { color: #5b6ce6; background: rgba(122, 140, 255, .12); border: 1px solid rgba(122, 140, 255, .25); }
.target-product-content h3 { min-height: 2.7em; margin: 0; color: #1f1f1f; font-size: 15px; line-height: 1.35; letter-spacing: 0; }
.target-card-bottom { margin-top: auto; }
.target-price { display: flex; align-items: baseline; gap: 7px; }
.target-price strong { color: #ff6b88; font-size: 20px; line-height: 1.2; }.target-price s { color: #aaa; font-size: .74rem; }
.target-card-bottom p { margin: 5px 0 0; color: #6b7280; font-size: .93rem; }
.target-card-action { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; padding: 0; cursor: pointer; }
.target-empty { padding: 34px; color: #888; text-align: center; }
.target-product-card.soldout:hover { transform: none; }

/* Shared product purchase template */
.target-item-page { width: min(1300px, calc(100% - 28px)); padding: 20px 0 48px; }
.target-item-panel { margin-top: 0; }
.target-item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; padding: 16px; }
.target-item-cover-card { min-height: 390px; overflow: hidden; background: #fff; border-radius: 14px; box-shadow: 0 7px 29px rgba(100, 100, 111, .2); }
.item-cover-large { width: 100%; height: 100%; min-height: 390px; }
.item-cover-large.cover-plus, .item-cover-large.cover-go, .item-cover-large.cover-pro, .item-cover-large.cover-claude { gap: 54px; }
.item-cover-large .cover-knot { width: 112px !important; height: 112px !important; max-width: 112px; max-height: 112px; flex: 0 0 112px; object-fit: contain; }
.item-cover-large .cover-knot.large { width: 92px !important; height: 92px !important; max-width: 92px; max-height: 92px; flex-basis: 92px; }
.item-cover-large .plus-cover-copy strong { font-size: 2.75rem; }
.item-cover-large .plus-cover-copy span { font-size: 1.7rem; }
.item-cover-large .go-logo-box { width: 145px; height: 145px; }
.item-cover-large .go-logo-box img { width: 90px; height: 90px; }
.item-cover-large .go-cover-copy strong { font-size: 4rem; }
.item-cover-large .go-cover-copy b { font-size: 4.5rem; }
.item-cover-large .pro-cover-label { min-width: 122px; padding: 18px 14px; font-size: 3.25rem; }
.item-cover-large .claude-cover-logo { width: 150px; height: 150px; }
.item-cover-large .claude-cover-copy { font-size: 3.4rem; }
.target-item-purchase { min-width: 0; padding: 9px 8px 4px; }
.target-item-purchase h1 { margin: 0 0 10px; color: #171717; font-size: 1.52rem; font-weight: 700; letter-spacing: 0; }
.item-tags { margin-bottom: 13px; }
.item-tags span { font-size: .85rem; }
.item-tags .stock-empty { color: #c43a3a; background: rgba(196, 58, 58, .09); border-color: rgba(196, 58, 58, .2); }
.item-price { display: flex; align-items: baseline; gap: 7px; margin: 6px 0 20px; color: #ff6b88; }
.item-price small { font-size: 1.05rem; }
.item-price strong { font-size: 2rem; line-height: 1; }
.item-price s { color: #aaa; font-size: .85rem; }
.item-invite-entry { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -4px 0 18px; padding: 10px 12px; background: rgba(8, 127, 245, .055); border: 1px solid rgba(8, 127, 245, .18); border-radius: 9px; }
.item-invite-entry > div { min-width: 0; }
.item-invite-entry strong, .item-invite-entry span { display: block; }
.item-invite-entry strong { color: #1f2937; font-size: .9rem; }
.item-invite-entry span { margin-top: 1px; color: #7b8491; font-size: .76rem; }
.item-invite-entry button { flex: 0 0 auto; padding: 7px 11px; color: #fff; background: #087ff5; border: 0; border-radius: 7px; cursor: pointer; font-size: .82rem; font-weight: 650; }
.item-invite-entry button:hover { background: #0471dd; }
.item-invite-entry.enabled { background: rgba(112, 102, 224, .06); border-color: rgba(112, 102, 224, .2); }
.item-invite-entry.enabled button { background: #7066e0; }
.item-invite-label { display: flex; align-items: center; flex: 0 0 auto; }
.item-invite-inline-form { display: grid; flex: 1; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin: 0; }
.item-invite-inline-form input[name="code"] { min-width: 0; height: 36px; padding: 7px 10px; color: #222; background: #fff; border: 1px solid #d8d8de; border-radius: 7px; outline: none; font: inherit; font-size: .82rem; }
.item-invite-inline-form input[name="code"]:focus { border-color: #86b7fe; box-shadow: 0 0 0 3px rgba(13, 110, 253, .13); }
.item-invite-inline-error { grid-column: 1 / -1; margin: 0; color: #c9342f; font-size: .75rem; line-height: 1.45; }
.item-invite-actions { display: flex; align-items: center; gap: 7px; }
.item-invite-actions form { margin: 0; }
.item-invite-entry .item-invite-exit { color: #555; background: #fff; border: 1px solid #d8d8de; }
.item-invite-entry .item-invite-exit:hover { color: #111; background: #f5f5f7; }
.invite-clear-form { margin-top: 10px; }
.invite-clear-form button { width: 100%; padding: 9px 12px; color: #666; background: #f5f5f3; border: 1px solid #dededb; border-radius: 9px; cursor: pointer; }
.invite-clear-form button:hover { color: #111; background: #ededeb; }
.target-purchase-form { display: grid; gap: 16px; }
.target-purchase-form label { display: grid; gap: 5px; color: #313131; font-size: .94rem; }
.target-purchase-form input { width: 100%; height: 40px; padding: 8px 12px; color: #222; background: rgba(255, 255, 255, .88); border: 1px solid #d9dce1; border-radius: 7px; outline: none; }
.target-purchase-form input:focus { border-color: #86b7fe; box-shadow: 0 0 0 3px rgba(13, 110, 253, .13); }
.item-quantity { height: 40px; display: grid; grid-template-columns: 42px 1fr 42px; margin-top: -11px; }
.item-quantity button, .item-quantity input { height: 40px; border: 1px solid #d9dce1; border-radius: 0; text-align: center; }
.item-quantity button { color: #565656; background: #fff; }
.item-quantity button:first-child { border-radius: 7px 0 0 7px; }
.item-quantity button:last-child { border-radius: 0 7px 7px 0; }
.item-quantity input { border-inline: 0; }
.item-pay-box { padding: 10px; background: rgba(255, 255, 255, .72); border-radius: 8px; }
.item-pay-heading { margin-bottom: 9px; color: #333; font-weight: 650; }
.item-pay-button { width: 100%; min-height: 58px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 9px 13px; color: #202020; background: #fff; border: 1px solid #dfe2e6; border-radius: 9px; box-shadow: 0 2px 7px rgba(0, 0, 0, .06); cursor: pointer; text-align: left; }
.item-pay-button:hover { border-color: #7aa7ff; box-shadow: 0 4px 12px rgba(70, 100, 180, .14); }
.item-pay-button strong { color: #ff6b88; }
.item-pay-button.disabled { display: flex; justify-content: center; color: #999; background: #f4f4f4; cursor: not-allowed; }
.pay-symbol { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: #16a085; border-radius: 8px; font-size: 1.1rem; font-weight: 800; }
.item-detail-panel { margin-top: 16px; }
.target-detail-icon { color: #161616; font-size: 1rem; }
.item-detail-copy { padding-top: 17px; color: #313131; font-size: 1rem; }
.item-detail-copy p { margin: 6px 0; line-height: 1.75; }
.item-detail-copy .item-flow { color: #c24f4a; }
.item-detail-copy hr { height: 1px; margin: 18px 0; background: rgba(0, 0, 0, .08); border: 0; }
.item-detail-copy h3 { margin: 0 0 8px; font-size: 1.2rem; letter-spacing: 0; }

@media (max-width: 980px) {
  .target-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-search { width: 190px; }
  .target-item-grid { grid-template-columns: 1fr; }
  .target-item-cover-card, .item-cover-large { min-height: 330px; }
}

@media (max-width: 620px) {
  .storefront-page .site-header { height: 54px; }
  .storefront-page .nav-wrap { width: calc(100% - 22px); min-height: 54px; gap: 8px; }
  .storefront-page .brand { font-size: 1.15rem; }
  .storefront-page .brand { flex-basis: auto; }
  .storefront-page .brand > span:last-child { display: inline; }
  .storefront-page .brand > span:last-child { font-size: 0; }
  .storefront-page .brand > span:last-child::after { content: 'GPTCard'; font-size: 1.15rem; }
  .store-nav-label, .store-search { display: none; }
  .storefront-page .nav { display: none; }
  .storefront-page .nav-dialog-button { min-height: 32px; padding: 6px 10px; font-size: .9rem; white-space: nowrap; }
  .target-store { width: calc(100% - 20px); padding-top: 20px; }
  .target-panel { border-radius: 13px; }
  .target-panel-header { height: 50px; padding: 0 16px; }
  .mobile-invite-button { display: inline-flex; align-items: center; min-height: 28px; margin-left: auto; padding: 4px 10px; color: #fff; background: #087ff5; border: 0; border-radius: 7px; font-size: .82rem; }
  .notice-copy { min-height: 0; padding: 12px 16px 25px; font-size: .86rem; }
  .shop-body { padding: 13px 16px 18px; }
  .target-chips { flex-wrap: wrap; gap: 6px 8px; overflow-x: visible; padding: 1px 1px 4px; scrollbar-width: none; }
  .target-chips::-webkit-scrollbar { display: none; }
  .target-chip { min-height: 28px; padding: 3px 9px; font-size: 13px; }
  .target-product-grid { grid-template-columns: 1fr; gap: 12px; }
  .target-product-card { height: 250px; border-radius: 12px; }
  .target-product-cover { height: 120px; flex-basis: 120px; }
  .cover-plus, .cover-go, .cover-pro, .cover-claude { gap: 28px; }
  .cover-knot { width: 105px; height: 105px; }.cover-knot.large { width: 105px; height: 105px; }
  .plus-cover-copy strong { font-size: 1.8rem; }.plus-cover-copy span { font-size: 1.16rem; }
  .go-logo-box { width: 118px; height: 118px; flex: 0 0 118px; border-radius: 15px; }.go-logo-box img { width: 74px; height: 74px; }.go-logo-box small { font-size: .9rem; }
  .go-cover-copy { min-width: 0; }.go-cover-copy strong { font-size: 2.75rem; white-space: nowrap; }.go-cover-copy b { font-size: 3.25rem; }
  .pro-cover-label { min-width: 76px; padding: 10px 8px; border-radius: 10px; font-size: 2rem; }
  .claude-cover-logo { width: 96px; height: 96px; }.claude-cover-copy { font-size: 2.25rem; }
  .target-product-content { min-height: 130px; padding: 12px; }
  .target-card-tags span { font-size: .68rem; }
  .target-product-content h3 { min-height: 1.35em; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
  .target-price strong { font-size: 17px; }
  .target-item-page { width: calc(100% - 20px); padding-top: 20px; }
  .target-item-grid { gap: 18px; padding: 12px; }
  .target-item-cover-card, .item-cover-large { min-height: 230px; }
  .item-cover-large.cover-plus, .item-cover-large.cover-go, .item-cover-large.cover-pro, .item-cover-large.cover-claude { gap: 28px; }
  .item-cover-large .cover-knot { width: 88px !important; height: 88px !important; max-width: 88px; max-height: 88px; flex-basis: 88px; }
  .item-cover-large .cover-knot.large { width: 72px !important; height: 72px !important; max-width: 72px; max-height: 72px; flex-basis: 72px; }
  .item-cover-large .plus-cover-copy strong { font-size: 1.8rem; }
  .item-cover-large .plus-cover-copy span { font-size: 1.12rem; }
  .item-cover-large .go-logo-box { width: 105px; height: 105px; }
  .item-cover-large .go-logo-box img { width: 65px; height: 65px; }
  .item-cover-large .go-cover-copy strong { font-size: 2.45rem; }
  .item-cover-large .go-cover-copy b { font-size: 2.8rem; }
  .item-cover-large .pro-cover-label { min-width: 78px; padding: 11px 8px; font-size: 2rem; }
  .item-cover-large .claude-cover-logo { width: 98px; height: 98px; }
  .item-cover-large .claude-cover-copy { font-size: 2.25rem; }
  .target-item-purchase { padding: 2px; }
  .target-item-purchase h1 { font-size: 1.22rem; }
  .item-price strong { font-size: 1.7rem; }
  .item-detail-copy { font-size: .9rem; }
}
