:root{color-scheme:light;--cyan:#19c7cf;--cyan-d:#079fa8;--blue:#1018d8;--navy:#08116f;--ink:#10182c;--soft:#f4f7fb;--line:#e4e9f1;--muted:#667085;--success:#15803d;--danger:#c62828;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{background:#e9edf4}body{margin:0;background:var(--soft);color:var(--ink);min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--cyan);outline-offset:3px}.skip-link{position:fixed;left:16px;top:-60px;z-index:100;color:#fff;background:var(--navy);padding:10px;border-radius:10px}.skip-link:focus{top:12px}.app-shell{max-width:760px;min-height:100vh;margin:auto;background:#fff;box-shadow:0 0 50px #10182c12;padding-bottom:152px}.topbar{padding:calc(15px + env(safe-area-inset-top)) 18px 14px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:15}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-mark{width:40px;height:40px;border-radius:14px;background:var(--navy);color:var(--cyan);font-weight:900;display:grid;place-items:center}.brand strong{display:block;font-size:16px}.store-status{display:block;font-size:12px;color:var(--success);font-weight:800;margin-top:1px}.store-status.closed{color:#a14d00}.round-btn,.icon-btn{border:0;background:var(--soft);color:var(--navy);min-width:44px;height:44px;border-radius:15px;display:grid;place-items:center}.icon{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}main{min-height:400px}.home-hero{background:var(--navy);margin:14px 14px 0;border-radius:27px;min-height:305px;color:#fff;position:relative;overflow:hidden;padding:27px 22px}.home-hero:after{content:"";position:absolute;width:300px;height:300px;border:1px solid #19c7cf99;border-radius:50%;right:-130px;top:-85px;box-shadow:0 0 0 28px #19c7cf12,0 0 0 64px #19c7cf0b}.hero-bubble{display:inline-flex;align-items:center;gap:7px;background:#ffffff14;border:1px solid #ffffff2b;border-radius:999px;padding:7px 10px;color:#c8feff;font-size:12px;font-weight:750}.hero-title{position:relative;z-index:1;margin:18px 0 9px;max-width:310px;font-size:35px;letter-spacing:-1.5px;line-height:1.04}.hero-text{position:relative;z-index:1;color:#d8e5fb;max-width:280px;line-height:1.45;margin:0 0 22px}.primary,.secondary{border:0;border-radius:15px;font-weight:800;padding:14px 17px;min-height:50px}.primary{background:var(--cyan);color:var(--navy)}.secondary{background:var(--blue);color:#fff}.hero-art{position:absolute;right:16px;bottom:-10px;color:var(--cyan);opacity:.9;z-index:0}.hero-art svg{width:146px;height:190px}.section{padding:25px 18px 0}.section-title{font-size:21px;letter-spacing:-.6px;margin:0 0 14px}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.trust-card{border:1px solid var(--line);border-radius:17px;padding:13px;background:#fff;font-size:12px;font-weight:750;display:flex;gap:8px;align-items:center}.trust-card .icon{color:var(--cyan-d);width:20px}.chips{display:flex;gap:8px;overflow-x:auto;padding:0 0 3px}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--muted);padding:9px 13px;border-radius:999px;font-weight:750;font-size:13px}.chip.active{background:var(--cyan);border-color:var(--cyan);color:var(--navy)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;text-align:left;padding:0;box-shadow:0 7px 18px #10182c08}.product-visual{background:linear-gradient(145deg,#f0fbfc,#fff);height:155px;display:grid;place-items:center;color:var(--blue)}.product-visual svg{height:136px;width:125px;filter:drop-shadow(0 9px 6px #08116f20)}.product-info{padding:13px}.badge{display:inline-block;background:#e1fbfc;color:#04767e;border-radius:99px;font-size:10px;padding:4px 7px;font-weight:850}.product-name{margin:7px 0 3px;font-size:16px;line-height:1.1}.product-meta,.muted{font-size:12px;color:var(--muted)}.price{font-size:17px;color:var(--blue);font-weight:900;margin:8px 0}.card-actions{display:flex;gap:6px}.small-btn{width:100%;border:0;border-radius:12px;padding:10px;background:var(--blue);color:white;font-weight:800;font-size:12px}.small-btn.ghost{background:var(--soft);color:var(--navy)}.notice{background:#eefcfc;border:1px solid #c6f1f2;border-radius:18px;padding:14px;font-size:13px;line-height:1.45}.contact-list{display:grid;gap:8px}.contact-link{border:1px solid var(--line);border-radius:16px;padding:12px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:700}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);max-width:760px;width:100%;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);padding:8px 7px calc(9px + env(safe-area-inset-bottom))}.nav-item{border:0;background:transparent;color:#526071;min-height:53px;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;font-size:11px;font-weight:750}.nav-item.active{color:var(--blue)}.nav-badge-wrap{position:relative}.nav-badge-wrap b{position:absolute;background:var(--blue);color:white;border-radius:10px;font-size:10px;line-height:17px;min-width:17px;right:-10px;top:-7px}.cart-bar{position:fixed;bottom:77px;left:50%;transform:translateX(-50%);max-width:720px;width:calc(100% - 30px);z-index:19;border-radius:16px;background:var(--navy);color:#fff;padding:13px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 30px #08116f44;font-size:13px}.cart-bar button{border:0;background:var(--cyan);color:var(--navy);border-radius:10px;font-weight:900;padding:8px 11px}.page-head{padding:22px 18px 8px}.page-head h1{font-size:28px;margin:0 0 5px;letter-spacing:-1px}.progress{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:16px 18px}.progress i{height:7px;border-radius:99px;background:var(--line)}.progress i.active{background:var(--cyan)}.form-area{padding:9px 18px}.form-card{border:1px solid var(--line);border-radius:20px;padding:16px;margin-bottom:12px}.field{display:grid;gap:6px;margin-bottom:13px}.field label{font-size:13px;font-weight:750}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff;color:var(--ink)}.field textarea{min-height:84px;resize:vertical}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{width:100%;border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px;text-align:left;margin-bottom:8px;display:flex;gap:11px;align-items:center}.choice.selected{border:2px solid var(--blue);padding:12px}.choice strong{display:block;font-size:14px}.choice small{color:var(--muted);display:block;margin-top:2px}.choice .radio{width:18px;height:18px;border:2px solid #a2adbd;border-radius:50%;flex:none}.choice.selected .radio{border:5px solid var(--blue)}.sticky-action{position:sticky;bottom:75px;background:#fff;padding:13px 18px;border-top:1px solid var(--line);display:flex;gap:10px;z-index:5}.sticky-action button{flex:1}.summary{display:grid;gap:9px}.summary-line{display:flex;justify-content:space-between;font-size:13px}.summary-total{font-size:19px;font-weight:900;padding-top:9px;border-top:1px solid var(--line)}.modal-backdrop{position:fixed;inset:0;background:#08116f77;z-index:50;display:flex;align-items:end;justify-content:center;padding:0}.modal{width:min(760px,100%);max-height:91vh;overflow:auto;background:#fff;border-radius:26px 26px 0 0;animation:up .2s ease;padding:12px 18px calc(25px + env(safe-area-inset-bottom))}.modal-handle{height:5px;width:45px;border-radius:9px;background:#d6dce7;margin:0 auto 14px}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:21px;margin:0}.cart-item{display:grid;grid-template-columns:52px 1fr auto;gap:10px;padding:13px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item svg{width:48px;height:54px;color:var(--blue)}.qty{display:flex;align-items:center;gap:8px}.qty button{border:0;width:29px;height:29px;border-radius:9px;background:var(--soft);color:var(--navy);font-weight:900}.remove{border:0;background:transparent;color:var(--danger);padding:5px}.toast-root{position:fixed;z-index:80;top:16px;left:50%;transform:translateX(-50%);width:min(420px,calc(100% - 28px));display:grid;gap:8px}.toast{border-radius:15px;padding:13px;background:var(--navy);color:white;box-shadow:0 8px 20px #08116f44;font-size:13px;display:flex;justify-content:space-between;gap:8px}.toast button{border:0;background:none;color:var(--cyan);font-weight:900}.offline-banner{position:fixed;z-index:100;top:0;width:100%;background:#6f3a00;color:#fff;text-align:center;padding:10px;font-size:12px}.empty{text-align:center;padding:35px 15px;color:var(--muted)}.details-art{height:160px;display:grid;place-items:center;color:var(--blue);background:var(--soft);border-radius:18px}.details-art svg{height:145px;width:150px}.legal p{font-size:14px;line-height:1.55;color:#475467}@keyframes up{from{transform:translateY(50px);opacity:.2}to{transform:none;opacity:1}}@media(min-width:680px){.grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(4,1fr)}.home-hero{min-height:330px;padding:39px}.hero-title{font-size:44px}.form-area{max-width:700px;margin:auto}.product-visual{height:170px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;scroll-behavior:auto!important}}
