:root{--acid: #c6de64;--acid-dark: #a7c53a;--black: #080908;--ink: #10120f;--muted: #75786f;--line: rgba(8, 9, 8, .08);--card: #ffffff;--bg: #f4f4ef;--soft: #eceee4;--danger: #ed4b4b;--ok: #39a76d;--shadow: 0 18px 60px rgba(16, 18, 15, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--acid)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{overflow-x:hidden}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;background:var(--bg);display:flex;justify-content:center}.fatal-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--bg)}.fatal-card{width:min(100%,430px);background:#fff;border-radius:28px;padding:24px;box-shadow:var(--shadow)}.fatal-card__label{display:inline-flex;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800;color:#0809089e}.fatal-card h1{margin:12px 0 10px;font-size:34px;line-height:.95;letter-spacing:-.06em}.fatal-card p{margin:0;color:var(--muted);line-height:1.45}.phone-frame{width:min(100%,430px);min-height:100vh;background:var(--bg);position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000000a,0 20px 80px #0000002e}.screen{padding:0 16px 110px}.app-header{padding:env(safe-area-inset-top) 0 0;background:var(--acid);display:flex;justify-content:center;border-bottom-left-radius:34px;border-bottom-right-radius:34px;overflow:hidden}.app-header__logo{width:100%;max-width:430px;height:auto;display:block}.header-line{margin-top:16px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.eyebrow{display:inline-flex;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:800;color:#0809089e}.header-line h1{margin:2px 0 0;font-size:30px;letter-spacing:-.07em;line-height:.9}.status-pill{padding:7px 10px;border-radius:999px;background:#ffffff94;color:var(--black);font-size:12px;font-weight:800}.status-pill[data-status=offline]{color:var(--danger)}.status-pill[data-status=online]{color:var(--ok)}.catalog-view{padding-top:10px}.category-row{display:flex;gap:8px;overflow-x:auto;padding:10px 0 14px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category-row button{border:0;white-space:nowrap;padding:11px 14px;border-radius:999px;background:#fff;color:var(--muted);font-weight:800;box-shadow:inset 0 0 0 1px var(--line)}.category-row button[data-active=true]{background:var(--acid);color:#fff}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{border:0;text-align:left;background:#fff;border-radius:26px;overflow:hidden;padding:0;box-shadow:0 12px 32px #00000012;position:relative}.product-card__media{position:relative;aspect-ratio:1 / 1;background:#fff;display:grid;place-items:center;overflow:hidden}.product-card__media img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.product-card__body{padding:13px;position:relative}.product-card__status{font-size:12px;font-weight:800;color:var(--ok);margin-bottom:5px}.product-card__status[data-status=out_of_stock]{color:var(--danger)}.product-card__status[data-status=preorder]{color:#997400}.product-card h3{margin:0;font-size:15px;line-height:1.05;letter-spacing:-.03em}.product-card p{margin:5px 0 0;font-size:12px;color:var(--muted);min-height:30px}.product-card__bottom{margin-top:12px;display:flex;align-items:center;justify-content:space-between}.product-card__bottom strong{font-size:16px}.round-icon{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:var(--soft)}.skeleton-card{height:290px;border-radius:26px;background:linear-gradient(90deg,#fff,#eeeeea,#fff);background-size:200% 100%;animation:shimmer 1.25s infinite}@keyframes shimmer{to{background-position-x:-200%}}.product-view{margin:0 -16px;padding-bottom:105px;background:var(--bg)}.product-topbar{height:calc(54px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 14px 8px;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.product-topbar__brand{font-weight:950;letter-spacing:-.06em;font-size:22px}.ghost-button{border:0;background:transparent;color:#4d9e7b;display:inline-flex;align-items:center;gap:4px;padding:8px 0;font-weight:750}.gallery{background:#fff;position:relative;min-height:520px;display:grid;place-items:center;overflow:hidden}.gallery__frame{width:100%;height:520px;display:grid;place-items:center}.gallery__frame img{width:100%;height:100%;object-fit:contain;padding:24px 26px 48px}.gallery__nav{position:absolute;top:50%;translate:0 -50%;width:46px;height:46px;border-radius:999px;border:0;display:grid;place-items:center;background:#080908b8;color:#fff}.gallery__nav--left{left:12px}.gallery__nav--right{right:12px}.gallery__counter{position:absolute;bottom:18px;left:50%;translate:-50% 0;padding:7px 13px;border-radius:999px;background:#080908a3;color:#fff;font-weight:850}.gallery__dots{position:absolute;bottom:62px;display:flex;gap:5px}.gallery__dots span{width:6px;height:6px;border-radius:999px;background:#0809082e}.gallery__dots .is-active{background:var(--black);width:18px}.product-panel{padding:18px 16px 0;background:var(--bg)}.availability{color:var(--ok);font-weight:800;margin:4px 0}.availability[data-status=out_of_stock]{color:var(--danger)}.availability[data-status=preorder]{color:#997400}.product-price-row{display:block;margin-bottom:18px}.product-price-row strong{font-size:40px;line-height:.9;letter-spacing:-.07em}.size-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}.size-selector__button{border:0;min-height:76px;padding:12px 10px 10px;border-radius:15px;background:#fff;color:#a1a39d;font-weight:700;position:relative;box-shadow:inset 0 0 0 1px var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.size-selector__label{font-size:22px;line-height:1}.size-selector__meta{font-size:11px;font-weight:800;color:var(--muted);line-height:1}.size-selector__button[data-active=true]{color:var(--black);box-shadow:inset 0 0 0 2px #45a383}.size-selector__button[data-active=true] .size-selector__meta{color:#45a383}.size-selector__button[data-active=true] svg{position:absolute;right:8px;bottom:8px;background:#45a383;color:#fff;border-radius:50%}.size-selector__button[data-disabled=true]{opacity:.58;background:#f7f7f2}.size-selector__button[data-disabled=true] .size-selector__meta{color:var(--danger)}.size-selection-note{margin-bottom:18px;font-size:13px;font-weight:800;color:var(--muted)}.size-selection-note[data-available=true]{color:var(--ok)}.size-selection-note[data-available=false]{color:var(--danger)}.info-card,.form-card,.summary-card{background:#fff;border-radius:25px;padding:18px;box-shadow:0 10px 26px #0000000e}.info-card h2,.info-card h3,.form-card h3{margin:0 0 8px;font-size:24px;letter-spacing:-.05em}.info-card p{margin:8px 0 0;font-size:16px;line-height:1.35}.feature-grid{margin-top:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.feature-card{background:#fff;border-radius:22px;padding:15px;box-shadow:0 10px 26px #0000000b}.feature-card__title{display:flex;align-items:center;gap:7px;font-weight:900;margin-bottom:10px}.feature-card ul{margin:0;padding-left:17px;color:var(--muted);font-size:13px;line-height:1.45}.sticky-actions{position:fixed;left:50%;bottom:0;translate:-50% 0;width:min(100%,430px);padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#f4f4efdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:.85fr 1.15fr;gap:10px;z-index:30;border-top:1px solid var(--line)}.primary-action,.secondary-action{border:0;min-height:58px;border-radius:18px;font-weight:950;font-size:16px}.primary-action{background:var(--black);color:#fff;box-shadow:0 12px 26px #0003}.primary-action:disabled,.secondary-action:disabled{background:#e5e5e0;color:#b1b1aa;box-shadow:none}.primary-action--wide{width:100%;margin-top:12px}.secondary-action{background:#fff;color:var(--black);box-shadow:inset 0 0 0 1px var(--line)}.cart-floating{position:fixed;left:50%;bottom:calc(77px + env(safe-area-inset-bottom));translate:-50% 0;width:calc(min(100%,430px) - 32px);min-height:54px;border:0;border-radius:999px;background:var(--black);color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px 16px 8px 8px;box-shadow:0 16px 40px #00000040;z-index:28}.cart-floating__icon{width:38px;height:38px;border-radius:999px;background:var(--acid);color:var(--black);display:grid;place-items:center}.bottom-nav{position:fixed;left:50%;bottom:0;translate:-50% 0;width:min(100%,430px);height:calc(72px + env(safe-area-inset-bottom));padding:8px 12px calc(8px + env(safe-area-inset-bottom));background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(2,1fr);gap:8px;border-top:1px solid var(--line);z-index:25}.bottom-nav button{border:0;background:transparent;color:var(--muted);border-radius:18px;display:grid;place-items:center;gap:2px;font-size:11px;font-weight:800;position:relative}.bottom-nav button[data-active=true]{background:var(--acid);color:#fff}.bottom-nav b{position:absolute;top:7px;right:22px;min-width:18px;height:18px;border-radius:999px;background:var(--black);color:#fff;display:grid;place-items:center;font-size:10px}.page-view{padding-top:16px}.page-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.page-topbar h2{margin:0;font-size:30px;letter-spacing:-.06em}.cart-list{display:grid;gap:12px}.cart-line{display:grid;grid-template-columns:98px 1fr;gap:12px;background:#fff;border-radius:24px;padding:10px;box-shadow:0 10px 26px #0000000d}.cart-line img{width:98px;height:116px;object-fit:contain;background:#f4f4ef;border-radius:18px}.cart-line__content{min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:4px 0}.cart-line__head{display:flex;justify-content:space-between;gap:8px}.cart-line h3{margin:0;font-size:16px;letter-spacing:-.03em}.cart-line p{margin:5px 0 0;color:var(--muted);font-size:13px}.icon-button{width:30px;height:30px;border:0;border-radius:999px;background:var(--soft);display:grid;place-items:center}.cart-line__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.qty-control{display:inline-flex;align-items:center;gap:7px;background:var(--soft);border-radius:999px;padding:4px}.qty-control button{width:28px;height:28px;border:0;border-radius:999px;background:#fff;display:grid;place-items:center}.qty-control span{min-width:18px;text-align:center;font-weight:900}.summary-card{margin-top:14px;display:grid;gap:10px}.summary-card div{display:flex;justify-content:space-between;color:var(--muted)}.summary-card strong{color:var(--black)}.summary-card__total{padding-top:10px;border-top:1px solid var(--line);font-size:20px}.checkout-form{display:grid;gap:12px}.form-card{display:grid;gap:11px}.form-card label{display:grid;gap:6px;font-size:13px;color:var(--muted);font-weight:800}.form-card input,.form-card textarea{border:0;outline:0;min-height:50px;border-radius:16px;background:var(--soft);color:var(--black);padding:12px 14px;font-size:15px;resize:vertical}.form-card textarea{min-height:86px}.form-card__textarea{min-height:118px}.form-card__note{border-radius:16px;background:var(--soft);color:var(--black);padding:14px 16px;line-height:1.45;font-size:14px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid--two{grid-template-columns:1fr 1fr}.choice-grid button{border:0;min-height:48px;border-radius:15px;background:var(--soft);color:var(--muted);font-size:13px;font-weight:900}.choice-grid button[data-active=true]{background:var(--black);color:#fff}.checkout-summary{display:flex;justify-content:space-between;background:var(--acid);border-radius:20px;padding:14px 16px;font-weight:900}.success-view{min-height:76vh;display:grid;align-content:center;justify-items:center;text-align:center;padding:30px 8px}.success-icon{width:82px;height:82px;border-radius:999px;background:var(--acid);display:grid;place-items:center;margin-bottom:18px}.success-view h2{margin:0 0 8px;font-size:36px;letter-spacing:-.07em}.success-view p{margin:8px 0;color:var(--muted);line-height:1.4}.empty-state{min-height:360px;display:grid;align-content:center;justify-items:center;text-align:center;color:var(--muted)}.empty-state h3{margin:12px 0 4px;color:var(--black);font-size:26px;letter-spacing:-.05em}.empty-state p{margin:0;max-width:260px;line-height:1.4}.toast{position:fixed;left:50%;top:calc(14px + env(safe-area-inset-top));translate:-50% 0;width:calc(min(100%,430px) - 32px);border:0;border-radius:18px;background:var(--black);color:#fff;padding:14px 16px;font-weight:800;box-shadow:0 18px 50px #0000003d;z-index:60}.toast[data-type=error]{background:var(--danger)}@media(max-width:360px){.product-grid,.feature-grid{grid-template-columns:1fr}.product-price-row strong{font-size:34px}.gallery,.gallery__frame{min-height:450px;height:450px}}@media(min-width:700px){.phone-frame{margin:24px 0;min-height:calc(100vh - 48px);border-radius:34px}.sticky-actions,.bottom-nav,.cart-floating,.toast{width:430px}.sticky-actions,.bottom-nav{border-bottom-left-radius:34px;border-bottom-right-radius:34px}}
