:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;font-family:Inter,Arial,sans-serif}html,body,#root{color:#fff;background:#070b0f;width:100%;min-height:100%;margin:0;font-family:Inter,Arial,sans-serif}body{overscroll-behavior:none;overflow-x:hidden}button,input{font-family:Inter,Arial,sans-serif}button{cursor:pointer}.app{background:#070b0f;justify-content:center;width:100%;min-height:100vh;display:flex}.phone{background:#070b0f;width:440px;max-width:100vw;min-height:590px;padding:22px 20px 42px}.topbar{background:#151a20;border:1px solid #2a313b;border-radius:13px;justify-content:space-between;align-items:center;min-height:74px;padding:14px 15px;display:flex}.store-block{min-width:0}.store-name{color:#fff;letter-spacing:-.2px;font-size:14px;font-weight:900;line-height:1.15}.balance-text{color:#fff;margin-top:7px;font-size:12px;font-weight:700}.top-actions{align-items:center;gap:5px;display:flex}.refresh-btn{color:#fff;background:linear-gradient(#ff9779 0%,#f47656 100%);border:none;border-radius:10px;justify-content:center;align-items:center;width:39px;height:39px;display:flex}.refresh-btn:disabled{opacity:.7}.lang-btn{color:#fff;background:#0f1318;border:1px solid #303844;border-radius:7px;min-width:39px;height:39px;padding:0 9px;font-size:12px;font-weight:800}.lang-btn.active{color:#ff9b7c;background:#1e2630;border-color:#ff8b69}.product-list{flex-direction:column;gap:14px;margin-top:22px;display:flex}.product-card{background:#151a20;border:1px solid #2a313b;border-radius:14px;grid-template-columns:150px 1fr;gap:12px;min-height:344px;padding:18px 18px 68px;display:grid;position:relative;overflow:hidden}.product-image-wrap{justify-content:center;align-items:center;display:flex}.product-image{object-fit:contain;filter:drop-shadow(0 22px 28px #ff664047);width:150px;height:150px}.product-info{min-width:0}.product-title{letter-spacing:-1px;color:#fff;text-shadow:2px 2px #ff8b6980;margin:4px 0 5px;font-size:24px;font-weight:900;line-height:1.05}.product-description{color:#fff;word-break:break-word;max-height:50px;margin:0;font-size:9px;line-height:1.45;overflow:hidden}.divider{background:#3b444f;height:1px;margin:9px 0}.stock-line{letter-spacing:.7px;color:#fff;font-size:16px;font-weight:900}.stock-line span{color:#ff8b69}.price-line{letter-spacing:.4px;color:#fff;margin-top:5px;font-size:17px;font-weight:900}.price-line span{color:#ff8b69}.price-hints{color:#56606c;white-space:nowrap;margin-top:10px;font-size:8px}.total-price{color:#7b8490;margin-top:12px;font-size:10px;font-weight:700}.total-price span{color:#ff8b69}.qty-control{border:1px solid #2b333d;border-radius:8px;grid-template-columns:57px 1fr 57px;height:43px;margin-top:16px;display:grid;overflow:hidden}.qty-control button{color:#fff;background:#11161c;border:none;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.qty-control button:disabled{opacity:.42;cursor:not-allowed}.qty-control small{color:#9aa1aa;margin-top:-2px;font-size:7px}.qty-value{color:#fff;background:#05080b;justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.buy-btn{color:#fff;background:linear-gradient(#ff9678 0%,#ef7759 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:38px;font-size:15px;font-weight:800;display:flex;position:absolute;bottom:15px;left:18px;right:18px}.buy-btn:disabled{opacity:.55;cursor:not-allowed}.loading{color:#fff;justify-content:center;align-items:center;gap:10px;margin-top:40px;font-size:14px;display:flex}.modal-backdrop{z-index:50;background:#070b0fe0;justify-content:center;align-items:flex-start;padding-top:64px;display:flex;position:fixed;inset:0}.error-card{text-align:center;background:#151a20;border-radius:28px;width:374px;max-width:calc(100vw - 28px);min-height:166px;padding:18px 28px 24px}.error-icon{color:#ff6868;border:1px solid #ff6868;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 8px;display:flex}.error-title{color:#fff;font-size:34px;font-weight:900;line-height:1}.error-text{color:#b6bdc6;margin-top:8px;font-size:13px;line-height:1.15}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=440px){.app{display:block}.phone{width:100vw;max-width:100vw;min-height:590px;padding:16px 14px 32px}.topbar{padding:13px}.store-name{font-size:13px}.balance-text{font-size:11px}.product-card{grid-template-columns:132px 1fr;min-height:344px;padding:16px 15px 64px}.product-image{width:132px;height:132px}.product-title{font-size:22px}.product-description{font-size:8px}.stock-line{font-size:15px}.price-line{font-size:16px}.buy-btn{left:15px;right:15px}}
