:root{--bg: #f4f4f4;--card: #ffffff;--text: #111111;--muted: #6b6b6b;--line: #e7e2dd;--shadow: 0 6px 20px rgba(0, 0, 0, .06);--radius: 18px;--orange: #f47a22;--blue: #3b86ff;--light-blue: #d9eeff}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:650px;margin:0 auto;padding:28px 18px 18px;flex:1;display:flex;flex-direction:column}.header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.brand{font-weight:800;letter-spacing:.08em;font-size:22px;line-height:1}.langs{display:flex;gap:10px;font-size:13px;opacity:.9}.langs a{text-decoration:none;padding-bottom:2px;border-bottom:2px solid transparent}.langs a.active{border-bottom-color:var(--text);font-weight:700}.progressWrap{margin-top:14px;width:100%;max-width:650px}.progressTrack{height:8px;border-radius:999px;background:#fff;overflow:hidden}.progressBar{height:100%;background:var(--orange);border-radius:999px;width:10%}.content{margin-top:26px;display:flex;flex-direction:column;align-items:center;text-align:center}.h1{font-size:1.5rem;font-weight:300;margin:0 0 20px}.hero{width:100%;max-width:650px;border-radius:14px;overflow:hidden;background:#dfe7ef;box-shadow:var(--shadow)}.hero img{width:100%;height:auto;display:block}.cardRow{width:615px;display:flex;flex-direction:column;gap:12px;margin-top:1.5rem}.counterRow{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #f1f1f1;border-radius:15px;gap:1rem;padding:10px 15px;box-shadow:0 6px 20px #0000000a}.counterRow:last-child{border-bottom:none}.counterLeft{display:flex;align-items:center;gap:12px}.thumbBtn{border:none;background:transparent;padding:0;cursor:pointer}.thumbBtn img{width:56px;height:56px;border-radius:12px;object-fit:cover;border:1px solid #eaeaea}.counterText{display:flex;flex-direction:row;gap:.5rem}.counterTitle{font-weight:300;font-size:1.2rem}.counterSub{font-size:13px;color:#6b7280}.counterRight,.counterTitleRow{display:flex;align-items:center;gap:8px}.qtyBtn.locked{background:#f3f4f6;color:#b0b0b0;border-color:#e2e2e2;cursor:not-allowed}.qtyBtn:disabled{opacity:1}.qtyBtn{width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:20px;cursor:pointer}.qtyValue{min-width:28px;text-align:center;font-weight:600;font-size:20px}.choiceGrid{width:100%;max-width:650px;margin-top:1.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.choiceCard{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:26px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;cursor:pointer;box-shadow:var(--shadow)}.choiceCard.selected{border:2px solid var(--blue);background-color:var(--light-blue);position:relative}.choiceCard.selected:after{content:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='19.083'%20height='19.083'%20viewBox='0%200%2019.083%2019.083'%3e%3cdefs%3e%3cclipPath%20id='clip-path'%3e%3crect%20id='Rectangle_1836'%20data-name='Rectangle%201836'%20width='19.083'%20height='19.083'%20fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20id='Group_4111'%20data-name='Group%204111'%20transform='translate(0%200)'%3e%3cg%20id='Group_4111-2'%20data-name='Group%204111'%20transform='translate(0%200)'%20clip-path='url(%23clip-path)'%3e%3cpath%20id='Path_6967'%20data-name='Path%206967'%20d='M9.542,0A9.542,9.542,0,1,1,0,9.542,9.543,9.543,0,0,1,9.542,0'%20transform='translate(0%200)'%20fill='%233b86ff'%20fill-rule='evenodd'/%3e%3cpath%20id='Path_6968'%20data-name='Path%206968'%20d='M6.784,13.473l-3.1-3.105A1.357,1.357,0,0,1,5.6,8.447l2.187,2.189L13.23,5.2a1.357,1.357,0,0,1,1.92,1.919l-6.4,6.4a1.361,1.361,0,0,1-1.919,0c-.016-.016-.03-.03-.044-.046'%20transform='translate(0.127%200.185)'%20fill='%23fff'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");position:absolute;z-index:100000;right:-8px;top:-8px}.choiceIcon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;opacity:.9}.choiceLabel{font-size:18px;font-weight:300}.itemRow{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:var(--shadow)}.itemLeft{display:flex;align-items:center;gap:12px;min-width:0}.itemThumb{width:60px;height:60px;border-radius:8px;background:#f2f2f2;border:1px solid #eee;overflow:hidden;display:flex;align-items:center;justify-content:center}.itemThumb img{width:100%;height:100%;object-fit:cover}.itemTitle{display:flex;align-items:center;gap:8px;min-width:0}.itemTitle span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:18px;font-weight:300}.infoDot{width:20px;height:20px;border-radius:999px;border:none;background:#1e90ff;color:#fff;font-size:12px;font-weight:700;line-height:22px;text-align:center;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.infoDot:hover{filter:brightness(.95)}.infoDot:active{transform:translateY(1px)}.counter{display:flex;align-items:center;gap:10px}.counterBtn{width:28px;height:50px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:32px;line-height:1;opacity:.75}.counterBtn:hover{opacity:1}.counterPill{width:32px;height:32px;border-radius:999px;border:2px solid #111;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.navRow{margin-top:30px;display:flex;gap:14px;align-items:center;justify-content:center}.btn{border:none;border-radius:12px;padding:10px 16px;font-weight:400;cursor:pointer;display:inline-flex;align-items:center;gap:10px;font-size:1rem}.btnPrimary{background:var(--orange);color:#fff;box-shadow:var(--shadow)}.btnPrimary:disabled{opacity:.55;cursor:not-allowed}.btnGhost{background:#fff;color:#111;border:1px solid var(--line);box-shadow:var(--shadow)}.arrow{font-size:18px;line-height:1}.form{width:100%;max-width:650px;margin-top:12px;display:flex;flex-direction:column;gap:12px}.formGrid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.input{width:100%;padding:12px;border-radius:6px;border:1px solid var(--line);background:#fff;outline:none;font-size:1rem}.input:focus{border-color:#cfc7c0}.footer{width:100%;padding:18px 18px 22px;font-size:12px;color:#6d6d6d}.footerInner{max-width:615px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px}.footerLinks{display:flex;gap:14px;align-items:center}.versionPill{padding:3px 8px;border-radius:999px;border:1px solid #ddd;background:#fff;color:#555;font-size:11px}.overlay{position:fixed;inset:0;background:#0000002e;display:flex;align-items:center;justify-content:center;padding:18px;z-index:50}.modalCard{width:100%;max-width:615px;background:var(--card);border-radius:12px;box-shadow:0 10px 30px #0000002e;border:1px solid #efefef;position:relative;padding:50px 20px 20px}.modalClose{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:22px;cursor:pointer;opacity:.5}.modalClose:hover{opacity:1}.modalGrid{display:grid;grid-template-columns:175px 1fr;gap:18px;align-items:start}.modalImageBox{width:170px;height:170px;border-radius:10px;border:1px solid #f0f0f0;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:5px}.modalImageBox img{width:100%;height:100%;object-fit:contain}.modalTitle{font-weight:600;margin:2px 0 8px;font-size:1.3rem}.modalText{color:#333;font-size:1rem;line-height:1.4}.modalSectionTitle{font-weight:800;margin-top:14px;margin-bottom:6px;font-size:13px}.specList{margin:0;padding-left:0;list-style:none;font-size:14px;color:#333}.specList li{margin:6px 0}.specList li:before{content:"- "}.thumbBtn{border:none;padding:0;background:transparent;cursor:pointer}.lightboxCard{width:100%;max-width:720px;background:transparent;display:flex;align-items:center;justify-content:center}.lightboxImg{max-width:100%;max-height:500px;border-radius:12px;box-shadow:0 12px 40px #00000040;background:#fff}
