:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172026;background:#f7f5ef;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,a{border:0;border-radius:var(--radius-md, var(--radius, 12px));min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;color:#fff;font:inherit;text-decoration:none}button:disabled{cursor:wait;opacity:.7}.runtime-loading{display:grid;min-height:100vh;place-items:center;background:#f7f5ef;color:#58666f}.runtime-shell{min-height:100vh;padding:calc(14px + env(safe-area-inset-top)) 14px calc(20px + env(safe-area-inset-bottom));background:var(--bg);color:var(--text);font-family:var(--font-family)}.runtime-shell.with-bottom-nav{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.runtime-header{display:flex;justify-content:space-between;align-items:center;gap:12px;max-width:560px;margin:0 auto 12px;padding:10px 2px}.runtime-title{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2px 10px;align-items:center}.runtime-title img{grid-row:span 2;width:42px;height:42px;border-radius:var(--radius-sm, 8px);object-fit:cover;background:color-mix(in srgb,var(--primary) 12%,var(--surface))}.runtime-header span{color:color-mix(in srgb,var(--text) var(--muted-strength, 62%),transparent);text-transform:uppercase;font-size:12px}.runtime-header h1{margin:2px 0 0;font-size:24px;letter-spacing:0}.theme-toggle,.runtime-menu-button{width:40px;min-height:38px;padding:0;border-radius:var(--radius-pill, 999px);color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,var(--surface))}.runtime-menu{display:grid;gap:8px;max-width:560px;margin:-4px auto 12px;padding:12px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-lg, 16px);background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 12px 30px rgba(23,32,38,var(--shadow-opacity, .12))}.runtime-menu>div{display:grid;gap:2px;padding:2px 4px 8px}.runtime-menu>div span{color:color-mix(in srgb,var(--text) var(--muted-strength, 62%),transparent);font-size:13px}.runtime-menu-row{min-height:44px;justify-content:flex-start;gap:10px;padding:0 12px;color:var(--text);background:color-mix(in srgb,var(--text) 6%,transparent)}.runtime-theme-icon{width:20px;height:20px;display:block;flex:0 0 auto}.runtime-content{display:grid;gap:12px;max-width:560px;margin:0 auto}.block{padding:18px;border-radius:var(--radius-lg, 16px);background:var(--surface);color:var(--text);box-shadow:0 10px 26px rgba(23,32,38,var(--shadow-opacity, .08))}.block.hero{min-height:240px;display:grid;align-content:end;border-radius:var(--radius-xl, 20px);background:linear-gradient(135deg,var(--surface) 0%,color-mix(in srgb,var(--primary) 18%,var(--bg)) 58%,color-mix(in srgb,var(--secondary) 72%,var(--surface)) 100%)}.block.banner{border-radius:var(--radius-xl, 20px);color:#fff;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--secondary) 42%,#20363a))}.block.banner p{color:#ffffffd6}.block h2{margin:0 0 8px;font-size:22px;letter-spacing:0}.block p{margin:0 0 14px;color:color-mix(in srgb,var(--text) var(--muted-strength, 68%),transparent);line-height:1.45}.catalog-grid{display:grid;gap:10px}.product{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-lg, 16px);background:color-mix(in srgb,var(--surface) var(--surface-strength, 92%),transparent)}.product-image{width:58px;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm, 8px);background:color-mix(in srgb,var(--primary) 10%,var(--surface))}.product-image img{width:100%;height:100%;display:block;object-fit:cover}.product h3{margin:0 0 4px;font-size:16px}.product p{margin:0;font-size:14px}.product strong,.product button{grid-column:2}.form-block form,.cart-block form{display:grid;gap:10px}input{width:100%;min-height:46px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-md, 12px);padding:0 12px;font:inherit;color:var(--text);background:var(--surface)}.cart-list{display:grid;gap:8px;margin-bottom:12px}.cart-row{display:grid;grid-template-columns:minmax(0,1fr) 76px auto;gap:8px;align-items:center;padding:10px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-md, 12px)}.cart-row div{display:grid;gap:4px}.cart-row span,.empty-cart{color:color-mix(in srgb,var(--text) var(--muted-strength, 66%),transparent);font-size:14px}.cart-row input{min-height:38px}.plain-button{min-height:38px;color:var(--text);background:color-mix(in srgb,var(--text) 8%,var(--surface))}.cart-total{display:block;margin:0 0 12px;font-size:20px}.payment-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.payment-method{min-height:66px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:center;padding:10px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-md, 12px);background:var(--surface)}.payment-method input{width:18px;min-height:18px;accent-color:var(--primary)}.payment-method span,.order-complete,.payment-result{display:grid;gap:4px}.payment-method strong{font-size:14px}.payment-method small,.payment-result span,.order-complete span{color:color-mix(in srgb,var(--text) var(--muted-strength, 66%),transparent);font-size:12px;line-height:1.35}.payment-method:has(input:checked){border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) var(--accent-layer-strength, 18%),transparent)}.order-message,.payment-result,.order-complete{padding:12px;border-radius:var(--radius-md, 12px)}.order-message.success,.payment-result.success,.order-complete{border:1px solid #cce9df;background:#eefaf6;color:#0f5f54}.order-message.error,.payment-result.error{border:1px solid #f0c5c5;background:#fff1f1;color:#8b1f1f}.payment-result a,.order-complete a{margin-top:4px}.faq-list{display:grid;gap:8px}.faq-list details{padding:12px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-md, 12px);background:color-mix(in srgb,var(--surface) var(--surface-strength, 92%),transparent)}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{margin:8px 0 0}.contact-lines{display:grid;gap:8px;margin-bottom:14px;color:color-mix(in srgb,var(--text) var(--muted-strength, 72%),transparent)}footer{max-width:560px;margin:18px auto 0;text-align:center;color:color-mix(in srgb,var(--text) var(--muted-strength, 60%),transparent);font-size:13px}.runtime-bottom-nav{position:fixed;right:14px;bottom:calc(12px + env(safe-area-inset-bottom));left:14px;z-index:5;max-width:560px;display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:4px;margin:0 auto;padding:8px;border:1px solid color-mix(in srgb,var(--text) var(--border-strength, 12%),transparent);border-radius:var(--radius-2xl, 24px);background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 12px 30px #1720262e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.runtime-bottom-nav.floating{right:28px;bottom:calc(20px + env(safe-area-inset-bottom));left:28px;max-width:480px}.runtime-bottom-nav.compact{grid-template-columns:repeat(auto-fit,minmax(44px,1fr))}.runtime-bottom-nav button{position:relative;min-height:50px;display:grid;gap:4px;justify-items:center;padding:6px 4px;border-radius:var(--radius-md, 12px);background:transparent;color:color-mix(in srgb,var(--text) var(--muted-strength, 62%),transparent);font-size:11px}.runtime-bottom-nav button.active{background:color-mix(in srgb,var(--primary) var(--accent-layer-strength, 16%),transparent);color:var(--primary)}.runtime-nav-icon{width:20px;height:20px;display:block;flex:0 0 auto}.runtime-nav-badge{position:absolute;top:4px;right:calc(50% - 23px);min-width:18px;height:18px;display:inline-grid;place-items:center;padding:0 5px;border:2px solid color-mix(in srgb,var(--surface) 92%,transparent);border-radius:var(--radius-pill, 999px);background:var(--primary);color:var(--surface);font-size:10px;line-height:1}@media(min-width:760px){.runtime-shell{padding-top:26px}}@media(min-width:900px){.runtime-shell.platform-web{padding:32px 32px 44px}.runtime-shell.platform-web.with-bottom-nav{padding-bottom:112px}.runtime-shell.platform-web .runtime-header,.runtime-shell.platform-web .runtime-menu,.runtime-shell.platform-web .runtime-bottom-nav,.runtime-shell.platform-web .runtime-content,.runtime-shell.platform-web footer{width:min(100%,1440px);max-width:1440px}.runtime-shell.platform-web .runtime-header{margin-bottom:20px;padding:12px 0}.runtime-shell.platform-web .runtime-header h1{font-size:34px}.runtime-shell.platform-web .runtime-title img{width:54px;height:54px}.runtime-shell.platform-web .runtime-content{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:18px}.runtime-shell.platform-web .block{grid-column:span 4;min-height:220px;padding:24px}.runtime-shell.platform-web .block.hero{grid-column:span 7;min-height:420px}.runtime-shell.platform-web .block.banner{grid-column:span 5}.runtime-shell.platform-web .block.catalog,.runtime-shell.platform-web .block.cart-block,.runtime-shell.platform-web .block.faq-block{grid-column:span 12}.runtime-shell.platform-web .block.form-block,.runtime-shell.platform-web .block.contact-block,.runtime-shell.platform-web .block.button-block{grid-column:span 6}.runtime-shell.platform-web .catalog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.runtime-shell.platform-web .product{grid-template-columns:108px minmax(0,1fr);gap:16px;align-items:start}.runtime-shell.platform-web .product-image{width:108px}.runtime-shell.platform-web .product strong,.runtime-shell.platform-web .product button{grid-column:2}.runtime-shell.platform-web .payment-methods{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.runtime-shell.platform-web .runtime-bottom-nav{position:sticky;top:12px;right:auto;bottom:auto;left:auto;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;margin:0 auto 18px}.runtime-shell.platform-web .runtime-bottom-nav.floating{right:auto;bottom:auto;left:auto;width:min(100%,960px);max-width:960px}}@media(min-width:900px)and (max-width:1180px){.runtime-shell.platform-web .block,.runtime-shell.platform-web .block.banner,.runtime-shell.platform-web .block.form-block,.runtime-shell.platform-web .block.contact-block,.runtime-shell.platform-web .block.button-block{grid-column:span 6}.runtime-shell.platform-web .block.hero,.runtime-shell.platform-web .block.catalog,.runtime-shell.platform-web .block.cart-block,.runtime-shell.platform-web .block.faq-block{grid-column:span 12}}@media(max-width:430px){.payment-methods{grid-template-columns:1fr}}
