:root {
  --bg: #111;
  --panel: #1e1e1e;
  --panel-2: #262626;
  --line: #303030;
  --text: #f5f5f5;
  --muted: #8f8f8f;
  --orange: #f79435;
  --orange-dark: #754719;
  --green: #5fce7a;
  --red: #e65454;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: #050505; color: var(--text); }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { display: block; width: 1em; height: 1em; }

.app-shell { width: min(100%, 430px); min-height: 100vh; margin: 0 auto; background: var(--bg); overflow-x: hidden; }
.mini-header { position: sticky; top: 0; z-index: 6; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 12px 16px 8px; background: rgba(17,17,17,.94); backdrop-filter: blur(18px); }
.bot-title { display: grid; gap: 2px; min-width: 0; }
.bot-title strong { overflow: hidden; font-size: 18px; line-height: 1.05; text-overflow: ellipsis; white-space: nowrap; }
.bot-title span { color: var(--muted); font-size: 12px; }
.mini-phone { flex: 0 0 auto; padding: 9px 12px; border-radius: 18px; background: #171717; color: #fff; font-size: 13px; font-weight: 850; }
.header-action, .more-button { display: none; }

main { padding: 2px 16px 126px; }
.view { display: none; }
.view-active { display: block; }

.brand-row { display: grid; grid-template-columns: minmax(0, 1fr) 164px; gap: 12px; align-items: center; margin: 18px 0 14px; }
.brand-main { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; align-items: center; min-width: 0; }
.brand-main h1, .footer-brand h3 { margin: 0; font-size: 25px; line-height: 1; }
.brand-main em, .footer-brand em { color: var(--orange); font-style: normal; }
.brand-main small, .footer-brand small { color: var(--muted); font-size: .72em; }
.brand-main p, .footer-brand p { margin: 6px 0 0; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: 1.6px; line-height: 1.3; }
.logo { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; background: var(--orange); box-shadow: 0 10px 26px rgba(247,148,53,.22); }
.logo svg { width: 32px; height: 32px; }
.logo path { fill: none; stroke: #fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.phone-card { display: grid; grid-template-columns: 20px 1fr; gap: 3px 8px; align-items: center; min-height: 72px; padding: 12px; border-radius: 22px; background: var(--panel); font-size: 14px; font-weight: 900; line-height: 1.2; }
.phone-card svg, .footer-brand a svg { fill: var(--orange); }
.phone-card small { grid-column: 2; color: var(--muted); font-size: 11px; font-weight: 650; }
.status { margin: 0 0 12px; padding: 10px 12px; border: 1px solid rgba(247,148,53,.28); border-radius: 13px; background: rgba(247,148,53,.1); color: #ffb46c; font-size: 12px; font-weight: 750; }

.switch { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin: 15px 0 18px; padding: 6px; border-radius: 30px; background: var(--panel); }
.switch button { min-height: 48px; border-radius: 24px; background: transparent; color: var(--text); font-size: 16px; font-weight: 850; }
.switch .active { background: var(--orange); color: #171717; }

.product-card, .action-panel, .accessory-card, .cart-row, .option, .summary, .empty, .form-card, .comment, .empty-panel, .history-empty, .history-row, .address-row, .saved-addresses { border-radius: 22px; background: var(--panel); }
.product-card { display: grid; grid-template-columns: minmax(0, 1fr) 118px; gap: 14px; padding: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.product-copy h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.16; }
.product-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.35; }
.product-art { display: grid; min-height: 170px; place-items: end center; overflow: hidden; border-radius: 18px; background: var(--panel-2); }
.cylinder { width: 92px; height: 128px; }
.product-art .cylinder-10l { width: 108px; height: 178px; }
.product-art .cylinder-5l { width: 98px; height: 154px; }
.product-art .cylinder-2l { width: 84px; height: 130px; }
.product-art .cylinder-35kg { width: 104px; height: 112px; }
.cert { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; margin-top: 18px; padding: 8px 12px; border: 2px solid var(--green); border-radius: 999px; color: var(--green); font-size: 14px; font-weight: 850; }
.cert svg { width: 19px; height: 19px; padding: 4px; border-radius: 50%; background: var(--green); color: #141414; stroke: currentColor; stroke-width: 3; fill: none; }
.price-line { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 8px; margin-top: 2px; }
.price-line strong { color: var(--orange); font-size: 30px; line-height: 1; }
.choices { grid-column: 1 / -1; display: grid; gap: 9px; }
.sizes { grid-template-columns: repeat(4, 1fr); }
.modes { grid-template-columns: repeat(2, 1fr); }
.choices button { min-height: 48px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel-2); color: var(--text); font-size: 15px; font-weight: 850; }
.choices .chosen { border-color: var(--orange); color: var(--orange); }

.action-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 22px; padding: 18px; }
.outline-big, .orange-big { display: flex; min-height: 72px; align-items: center; justify-content: center; gap: 10px; border-radius: 32px; font-size: 17px; font-weight: 950; }
.outline-big { border: 2px solid var(--orange); background: transparent; color: var(--orange); }
.orange-big, .orange-wide, .primary { background: var(--orange); color: #151515; }
.outline-big svg, .orange-big svg, .primary svg { width: 21px; height: 21px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.outline-big svg { fill: currentColor; stroke: none; }

.accessory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
.accessory-card { display: grid; gap: 10px; min-height: 292px; padding: 13px; }
.art-box { display: grid; min-height: 126px; place-items: center; border-radius: 16px; background: var(--panel-2); }
.accessory { width: 116px; height: 116px; }
.accessory-card h3 { margin: 0; font-size: 17px; line-height: 1.18; text-align: center; }
.accessory-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.3; text-align: center; }
.mini-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-items: center; margin-top: auto; }
.mini-actions strong { display: grid; min-height: 38px; place-items: center; border-radius: 19px; background: var(--panel-2); color: var(--orange); font-size: 16px; }
.mini-actions button { min-height: 38px; border: 2px solid var(--orange); border-radius: 19px; background: transparent; color: var(--orange); font-size: 14px; font-weight: 850; }
.orange-wide { min-height: 46px; border-radius: 23px; font-size: 16px; font-weight: 950; }

.section-title { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; margin: 20px 0 12px; }
.section-title h2 { margin: 0; font-size: 23px; line-height: 1.1; }
.round { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--panel-2); color: var(--orange); }
.round svg, .option svg, .trash svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.section-title.white .round { border-radius: 10px; background: #fff; color: #111; }
.cart-list, .option-list, .history, .address-list { display: grid; gap: 10px; }
.cart-row { position: relative; display: grid; grid-template-columns: 82px 1fr 32px; gap: 12px; min-height: 118px; padding: 14px; }
.cart-art { display: grid; place-items: center; border-radius: 16px; background: var(--panel-2); }
.cart-art .cylinder, .cart-art .accessory { width: 64px; height: 84px; }
.cart-row h3 { margin: 1px 0 5px; font-size: 17px; line-height: 1.18; }
.cart-row p { margin: 0 0 11px; color: var(--muted); font-size: 14px; }
.stepper { display: grid; width: 132px; grid-template-columns: 38px 1fr 38px; align-items: center; min-height: 36px; border-radius: 18px; background: var(--panel-2); overflow: hidden; text-align: center; font-size: 15px; }
.stepper button, .trash { background: transparent; color: var(--text); }
.stepper button { min-height: 36px; font-size: 19px; }
.trash { display: grid; width: 32px; height: 32px; place-items: center; color: var(--muted); }
.cart-row > strong { position: absolute; right: 18px; bottom: 18px; color: var(--orange); font-size: 19px; }
.empty { display: grid; min-height: 300px; place-items: center; align-content: center; gap: 14px; background: transparent; color: #303030; }
.empty svg { width: 66px; height: 66px; fill: currentColor; }
.empty p { margin: 0; color: var(--muted); font-size: 19px; }

.option { display: grid; grid-template-columns: 1fr auto 30px; align-items: center; gap: 10px; min-height: 54px; padding: 0 15px; color: var(--text); font-size: 17px; text-align: left; }
.option strong { color: var(--muted); font-size: 17px; white-space: nowrap; }
.option.selected strong, .option.toggle-on strong { color: var(--orange); }
.option i { width: 23px; height: 23px; border: 4px solid #333; border-radius: 50%; }
.option.selected i { border-color: var(--orange); box-shadow: inset 0 0 0 5px var(--panel); background: var(--orange); }
.option.passive { grid-template-columns: 1fr auto 50px; }
.option.passive.payment { grid-template-columns: 1fr auto; }
.option.passive span { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.option.passive i { position: relative; width: 50px; height: 28px; border: 0; border-radius: 999px; background: #303030; transition: background .16s ease; }
.option.passive i::after { content: ""; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #8e8e8e; transition: transform .16s ease, background .16s ease; }
.option.toggle-on i { background: rgba(247,148,53,.28); }
.option.toggle-on i::after { transform: translateX(22px); background: var(--orange); }
.summary { display: grid; gap: 10px; margin: 18px 0; padding: 18px; }
.summary h3 { margin: 0 0 8px; font-size: 21px; }
.summary p { display: flex; justify-content: space-between; margin: 0; color: var(--muted); font-size: 16px; }
.summary hr { width: 100%; height: 1px; border: 0; background: var(--line); }
.summary .total span, .summary .total strong { color: var(--orange); font-size: 22px; font-weight: 950; }
.primary { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; gap: 10px; border-radius: 29px; font-size: 19px; font-weight: 950; }
.primary:disabled { background: var(--orange-dark); color: rgba(255,184,111,.75); cursor: not-allowed; }

.checkout-form .section-title { grid-template-columns: 38px 1fr; margin-top: 28px; }
.form-card { display: grid; padding: 16px 18px; }
.form-card label { display: grid; gap: 6px; padding: 8px 0; color: var(--orange); font-size: 17px; }
.form-card label + label { border-top: 1px solid var(--line); }
input { width: 100%; min-height: 38px; padding: 0; border: 0; background: transparent; color: var(--text); outline: none; font-size: 18px; }
input::placeholder { color: var(--muted); }
.address { grid-template-columns: 1fr 1fr; column-gap: 18px; }
.address .full { grid-column: 1 / -1; }
.address label:nth-child(3), .address label:nth-child(5) { border-top: 1px solid var(--line); }
.saved-addresses { display: grid; gap: 10px; margin-bottom: 12px; padding: 14px; }
.saved-addresses h3 { margin: 0; font-size: 16px; }
.saved-addresses div { display: grid; gap: 8px; }
.saved-addresses button { min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 19px; background: var(--panel-2); color: var(--text); text-align: left; }
.comment { display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 10px; min-height: 62px; margin: 15px 0; padding: 0 17px; color: var(--muted); }
.comment svg { width: 21px; height: 21px; fill: currentColor; }
.pay-line { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 20px 0; color: var(--orange); font-size: 24px; font-weight: 950; }

.profile-hero { position: relative; display: grid; justify-items: center; padding: 40px 0 22px; text-align: center; }
.avatar { width: 108px; height: 108px; border-radius: 50%; background: linear-gradient(180deg, #ffc06d, var(--orange)); }
.edit { position: absolute; right: 0; top: 54px; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--panel); color: var(--orange); }
.edit svg { width: 22px; height: 22px; fill: currentColor; }
.profile-hero h2 { margin: 20px 0 5px; font-size: 23px; }
.profile-hero p { margin: 0; color: var(--muted); font-size: 17px; }
.section-title.profile { grid-template-columns: 38px 1fr auto; }
.section-title.profile button { min-height: 33px; padding: 0 11px; border-radius: 17px; background: var(--panel-2); color: var(--orange); font-size: 14px; font-weight: 800; }
.section-title.profile .add-address { width: 40px; padding: 0; font-size: 27px; line-height: 1; }
.history-title { align-items: center; }
.empty-panel, .history-empty { display: grid; min-height: 104px; place-items: center; align-content: center; gap: 10px; padding: 18px; text-align: center; }
.empty-panel h3 { margin: 0; font-size: 18px; }
.empty-panel p, .history-empty { margin: 0; color: var(--muted); font-size: 15px; }
.address-row, .history-row { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 10px; padding: 14px; }
.address-row p, .history-row p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.address-row button { min-height: 34px; padding: 0 11px; border-radius: 17px; background: transparent; border: 1px solid var(--orange); color: var(--orange); font-size: 14px; font-weight: 800; }
.history-row span { color: var(--orange); font-size: 18px; font-weight: 900; white-space: nowrap; }

.footer { display: grid; gap: 15px; margin: 24px -16px 0; padding: 24px 16px; border-top: 1px solid var(--line); background: #141414; color: var(--muted); }
.footer-brand { display: grid; grid-template-columns: 52px 1fr; gap: 10px; align-items: center; }
.footer-brand h3 { color: var(--text); }
.footer-brand a { grid-column: 1 / -1; display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-size: 17px; }
.age { display: grid; grid-template-columns: 47px 1fr; gap: 10px; align-items: center; }
.age span { display: grid; width: 39px; height: 39px; place-items: center; border: 2px solid var(--muted); border-radius: 50%; font-weight: 900; }
.footer p, .age p { margin: 0; font-size: 14px; line-height: 1.4; }
.footer hr { width: 100%; height: 1px; border: 0; background: var(--line); }
.footer > strong { color: var(--text); font-size: 18px; }

.tabbar { position: fixed; right: 50%; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 8; display: grid; width: min(392px, calc(100% - 32px)); grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 8px 12px; transform: translateX(50%); border: 1px solid rgba(255,255,255,.03); border-radius: 34px; background: rgba(16,16,16,.96); box-shadow: 0 20px 55px rgba(0,0,0,.45); backdrop-filter: blur(18px); }
.tab { position: relative; display: grid; min-height: 56px; place-items: center; gap: 2px; background: transparent; color: var(--muted); font-size: 12px; }
.tab-svg svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 2.35; fill: currentColor; }
.tab-active { color: var(--orange); }
.badge { position: absolute; top: 4px; right: 25%; display: none; min-width: 18px; height: 18px; place-items: center; padding: 0 5px; border-radius: 999px; background: var(--red); color: white; font-size: 11px; font-weight: 900; }
.badge-visible { display: grid; }
.toast { position: fixed; right: 16px; bottom: calc(94px + env(safe-area-inset-bottom)); left: 16px; z-index: 20; width: min(398px, calc(100% - 32px)); margin: 0 auto; padding: 12px 14px; transform: translateY(18px); border-radius: 16px; background: #fff; color: #171717; font-size: 14px; font-weight: 900; text-align: center; opacity: 0; pointer-events: none; transition: opacity .16s ease, transform .16s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 390px) {
  main { padding-right: 12px; padding-left: 12px; }
  .mini-header { padding-right: 12px; padding-left: 12px; }
  .brand-row { grid-template-columns: minmax(0, 1fr) 148px; gap: 9px; }
  .brand-main { grid-template-columns: 46px minmax(0, 1fr); gap: 8px; }
  .logo { width: 46px; height: 46px; }
  .brand-main h1 { font-size: 22px; }
  .brand-main p { font-size: 9px; letter-spacing: 1.2px; }
  .phone-card { min-height: 66px; padding: 10px; font-size: 12.5px; }
  .switch button { min-height: 44px; font-size: 15px; }
  .product-card { grid-template-columns: minmax(0, 1fr) 104px; padding: 16px; }
  .product-copy h2 { font-size: 22px; }
  .product-copy p { font-size: 14px; }
  .product-art { min-height: 154px; }
  .product-art .cylinder-10l { width: 96px; height: 162px; }
  .product-art .cylinder-5l { width: 88px; height: 140px; }
  .product-art .cylinder-2l { width: 78px; height: 120px; }
  .product-art .cylinder-35kg { width: 96px; height: 104px; }
  .cert { font-size: 13px; }
  .price-line strong { font-size: 27px; }
  .choices button { min-height: 44px; font-size: 14px; }
  .action-panel { padding: 15px; }
  .outline-big, .orange-big { min-height: 66px; font-size: 16px; }
  .accessory-grid { gap: 9px; }
  .accessory-card { padding: 11px; }
  .mini-actions { grid-template-columns: 1fr; }
  .cart-row { grid-template-columns: 76px 1fr 30px; padding: 12px; }
  .stepper { width: 118px; }
  .cart-row > strong { position: static; grid-column: 2 / -1; justify-self: end; }
  .option, .option strong { font-size: 16px; }
  .address { grid-template-columns: 1fr; }
  .address label { border-top: 1px solid var(--line); }
  .tabbar { width: min(360px, calc(100% - 24px)); }
}

/* Final compact Telegram-sized pass */
.app-shell { width: min(100%, 390px); }
.mini-header { display: none; }
.bot-title strong { font-size: 16px; }
.bot-title span { font-size: 11px; }
.mini-phone { padding: 8px 10px; border-radius: 16px; font-size: 11.5px; }
main { padding: 14px 13px 112px; }
.brand-row { grid-template-columns: minmax(0, 1fr) 146px; gap: 9px; margin: 13px 0 11px; }
.brand-main { grid-template-columns: 44px minmax(0, 1fr); gap: 8px; }
.brand-main h1, .footer-brand h3 { font-size: 21px; }
.brand-main p, .footer-brand p { margin-top: 5px; font-size: 8.5px; letter-spacing: 1.2px; }
.logo { width: 44px; height: 44px; border-radius: 13px; }
.logo svg { width: 27px; height: 27px; }
.phone-card { grid-template-columns: 17px 1fr; min-height: 58px; padding: 10px; border-radius: 18px; font-size: 12px; }
.phone-card small { font-size: 10px; }
.switch { margin: 12px 0 15px; padding: 5px; border-radius: 26px; }
.switch button { min-height: 39px; border-radius: 21px; font-size: 14px; }
.product-card, .action-panel, .accessory-card, .cart-row, .option, .summary, .empty, .form-card, .comment, .empty-panel, .history-empty, .history-row, .address-row, .saved-addresses { border-radius: 18px; }
.product-card { grid-template-columns: minmax(0, 1fr) 96px; gap: 10px; padding: 14px; }
.product-copy h2 { margin-bottom: 9px; font-size: 19px; line-height: 1.15; }
.product-copy p { font-size: 12.5px; line-height: 1.25; }
.product-art { min-height: 132px; border-radius: 15px; }
.product-art .cylinder-10l { width: 86px; height: 142px; }
.product-art .cylinder-5l { width: 78px; height: 124px; }
.product-art .cylinder-2l { width: 68px; height: 106px; }
.product-art .cylinder-35kg { width: 82px; height: 90px; }
.cert { margin-top: 13px; padding: 7px 10px; gap: 7px; font-size: 12px; }
.cert svg { width: 17px; height: 17px; }
.price-line { margin-top: 0; }
.price-line strong { font-size: 24px; }
.choices { gap: 7px; }
.choices button { min-height: 38px; border-radius: 19px; font-size: 12.5px; }
.action-panel { gap: 8px; margin: 12px 0 18px; padding: 13px; }
.outline-big, .orange-big { min-height: 58px; gap: 8px; border-radius: 26px; font-size: 14.5px; }
.outline-big svg, .orange-big svg, .primary svg { width: 18px; height: 18px; }
.accessory-grid { gap: 9px; margin-bottom: 18px; }
.accessory-card { gap: 8px; min-height: 238px; padding: 10px; }
.art-box { min-height: 100px; border-radius: 14px; }
.accessory { width: 92px; height: 92px; }
.accessory-card h3 { font-size: 14px; }
.accessory-card p { font-size: 11px; }
.mini-actions { gap: 7px; }
.mini-actions strong, .mini-actions button { min-height: 32px; border-radius: 16px; font-size: 12.5px; }
.orange-wide { min-height: 38px; border-radius: 19px; font-size: 14px; }
.section-title { grid-template-columns: 32px 1fr auto; gap: 8px; margin: 16px 0 9px; }
.section-title h2 { font-size: 19px; }
.round { width: 27px; height: 27px; }
.round svg, .option svg, .trash svg { width: 16px; height: 16px; }
.cart-list, .option-list, .history, .address-list { gap: 8px; }
.cart-row { grid-template-columns: 68px 1fr 28px; gap: 9px; min-height: 98px; padding: 11px; }
.cart-art { border-radius: 13px; }
.cart-art .cylinder, .cart-art .accessory { width: 52px; height: 68px; }
.cart-row h3 { font-size: 14.5px; }
.cart-row p { margin-bottom: 8px; font-size: 12px; }
.stepper { width: 104px; grid-template-columns: 30px 1fr 30px; min-height: 30px; border-radius: 15px; font-size: 12.5px; }
.stepper button { min-height: 30px; font-size: 16px; }
.trash { width: 28px; height: 28px; }
.cart-row > strong { right: 12px; bottom: 12px; font-size: 16px; }
.empty { min-height: 240px; gap: 11px; }
.empty svg { width: 54px; height: 54px; }
.empty p { font-size: 16px; }
.option { grid-template-columns: 1fr auto 26px; gap: 8px; min-height: 45px; padding: 0 12px; font-size: 14px; }
.option strong { font-size: 14px; }
.option i { width: 20px; height: 20px; border-width: 3px; }
.option.selected i { box-shadow: inset 0 0 0 4px var(--panel); }
.option.passive { grid-template-columns: 1fr auto 43px; }
.option.passive span { gap: 8px; }
.option.passive i { width: 43px; height: 24px; }
.option.passive i::after { top: 3px; left: 3px; width: 18px; height: 18px; }
.option.toggle-on i::after { transform: translateX(19px); }
.summary { gap: 8px; margin: 14px 0; padding: 14px; }
.summary h3 { margin-bottom: 6px; font-size: 18px; }
.summary p { font-size: 14px; }
.summary .total span, .summary .total strong { font-size: 18px; }
.primary { min-height: 48px; border-radius: 24px; font-size: 16px; }
.checkout-form .section-title { grid-template-columns: 32px 1fr; margin-top: 22px; }
.form-card { padding: 13px 15px; }
.form-card label { gap: 5px; padding: 7px 0; font-size: 14px; }
input { min-height: 32px; font-size: 15px; }
.address { column-gap: 14px; }
.saved-addresses { gap: 8px; margin-bottom: 9px; padding: 12px; }
.saved-addresses h3 { font-size: 14px; }
.saved-addresses button { min-height: 32px; border-radius: 16px; font-size: 13px; }
.comment { grid-template-columns: 22px 1fr; min-height: 50px; margin: 12px 0; padding: 0 14px; }
.comment svg { width: 18px; height: 18px; }
.pay-line { margin: 16px 0; font-size: 20px; }
.profile-hero { padding: 30px 0 18px; }
.avatar { width: 86px; height: 86px; }
.edit { top: 42px; width: 38px; height: 38px; }
.edit svg { width: 19px; height: 19px; }
.profile-hero h2 { margin-top: 16px; font-size: 19px; }
.profile-hero p { font-size: 14px; }
.section-title.profile { grid-template-columns: 32px 1fr auto; }
.section-title.profile button { min-height: 29px; padding: 0 9px; border-radius: 15px; font-size: 12px; }
.section-title.profile .add-address { width: 34px; font-size: 23px; }
.empty-panel, .history-empty { min-height: 84px; gap: 8px; padding: 14px; }
.empty-panel h3 { font-size: 15px; }
.empty-panel p, .history-empty { font-size: 13px; }
.address-row, .history-row { min-height: 56px; gap: 8px; padding: 11px; }
.address-row p, .history-row p { font-size: 12px; }
.address-row button { min-height: 29px; border-radius: 15px; font-size: 12px; }
.history-row span { font-size: 15px; }
.footer { gap: 12px; margin: 20px -13px 0; padding: 20px 13px; }
.footer-brand { grid-template-columns: 44px 1fr; gap: 8px; }
.footer-brand a { gap: 8px; font-size: 14px; }
.age { grid-template-columns: 39px 1fr; gap: 8px; }
.age span { width: 34px; height: 34px; font-size: 13px; }
.footer p, .age p { font-size: 12px; }
.footer > strong { font-size: 15px; }
.tabbar { width: min(344px, calc(100% - 28px)); padding: 7px 10px; border-radius: 30px; }
.tab { min-height: 48px; font-size: 11px; }
.tab-svg svg { width: 21px; height: 21px; }
.badge { min-width: 16px; height: 16px; font-size: 10px; }
.toast { width: min(360px, calc(100% - 28px)); padding: 10px 12px; border-radius: 14px; font-size: 12px; }

.product-copy .warning { margin-top: 12px; color: #ff5757; }
.price-line span { color: var(--muted); font-size: 19px; font-weight: 700; }

@media (min-width: 391px) {
  .app-shell { box-shadow: 0 0 0 1px rgba(255,255,255,.03); }
}
