:root{
  --ink:#07172f;--ink-2:#102544;--lime:#baff00;--paper:#fbfaf7;--paper-2:#eef1ed;
  --muted:#657286;--line:#dce3df;--card:#fff;--blue:#2463eb;--green:#14775d;
  --shadow:0 24px 70px rgba(7,23,47,.12);--shadow-soft:0 14px 42px rgba(7,23,47,.07);
  --safe-bottom:env(safe-area-inset-bottom,0px);--head:68px;--nav:70px
}
*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:"Segoe UI Variable","Segoe UI",Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,textarea{font:inherit;color:inherit}
button{cursor:pointer;-webkit-tap-highlight-color:transparent}
button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(34,87,214,.28);outline-offset:2px}
.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.icon-sprite symbol,.bottom-nav svg,.action-icon svg,.object-caption svg,.primary svg,.story svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.splash{position:fixed;z-index:100;inset:0;padding:calc(28px + env(safe-area-inset-top,0px)) 25px calc(34px + var(--safe-bottom));display:grid;grid-template-rows:auto 1fr auto auto;background:var(--paper);transition:opacity .42s ease,visibility .42s ease}
.splash.hide{opacity:0;visibility:hidden;pointer-events:none}
.splash-signal{display:flex;align-items:center;gap:10px;font-size:9px;font-weight:750;letter-spacing:.16em}
.splash-signal span{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(186,255,0,.16)}
.splash>img{width:min(76vw,380px);align-self:center;justify-self:center;filter:drop-shadow(0 18px 28px rgba(7,23,47,.07));animation:mark-in .7s cubic-bezier(.2,.8,.2,1) both}
.splash-copy p{margin:0 0 9px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.16em}
.splash-copy h1{margin:0;font-size:clamp(37px,11.5vw,58px);font-weight:570;line-height:.92;letter-spacing:-.065em}
.living-loader{height:4px;margin-top:25px;display:flex;align-items:center;gap:4px}
.living-loader i{height:2px;flex:1;background:linear-gradient(90deg,var(--ink),var(--lime));transform-origin:left;animation:path-load .88s .1s ease both}
.living-loader b{width:4px;height:4px;border-radius:50%;background:var(--lime);animation:pulse 1s infinite alternate}
@keyframes mark-in{from{opacity:0;transform:translateY(14px) scale(.98)}}
@keyframes path-load{from{transform:scaleX(0)}}
@keyframes pulse{to{transform:scale(1.7);opacity:.55}}

.path-field{position:fixed;z-index:0;inset:0;overflow:hidden;pointer-events:none}
.path-field:before{content:"";position:absolute;width:460px;height:460px;right:-330px;top:110px;border:1px solid rgba(7,23,47,.055);border-radius:50%;box-shadow:0 0 0 55px rgba(7,23,47,.018),0 0 0 110px rgba(7,23,47,.012)}
.path-field i{position:absolute;border-radius:50%;background:var(--lime);opacity:.45;filter:blur(.2px)}
.path-field i:nth-child(1){width:7px;height:7px;right:24px;top:210px}.path-field i:nth-child(2){width:4px;height:4px;left:22px;top:44vh}.path-field i:nth-child(3){width:5px;height:5px;right:40px;bottom:20vh}
.mini-app{position:relative;z-index:1;min-height:100dvh;padding-bottom:calc(var(--nav) + 12px + var(--safe-bottom))}
.app-head{position:sticky;z-index:30;top:0;height:var(--head);padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(220,227,223,.9);background:rgba(251,250,247,.9);backdrop-filter:blur(20px) saturate(1.25)}
.brand{min-height:46px;padding:0;display:flex;align-items:center;gap:9px;border:0;background:transparent;text-align:left}
.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(186,255,0,.7);border-radius:13px;background:linear-gradient(145deg,#d9ff72,var(--lime));color:var(--ink);font-size:10px;font-weight:850;letter-spacing:.03em;box-shadow:0 9px 22px rgba(137,190,0,.16),inset 0 1px 0 rgba(255,255,255,.75)}
.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-copy b{font-size:9px;font-weight:780;letter-spacing:.105em}.brand-copy small{color:var(--muted);font-size:6.5px;font-weight:650;letter-spacing:.18em}
.cart-button{height:42px;padding:0 5px 0 13px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.93);font-size:8px;font-weight:750;box-shadow:0 8px 24px rgba(7,23,47,.04)}
.cart-button b{min-width:32px;height:32px;padding:0 7px;display:grid;place-items:center;border-radius:50%;background:var(--ink);color:var(--lime);font-size:9px}

.view{display:none;animation:enter .34s cubic-bezier(.2,.75,.2,1)}.view.active{display:block}
@keyframes enter{from{opacity:0;transform:translateY(8px)}}
.home-view{min-height:calc(100dvh - var(--head) - var(--nav) - 12px - var(--safe-bottom));padding:22px 15px 26px;overflow:visible;display:none}.home-view.active{display:block}.hero{min-height:0;display:grid;grid-template-rows:auto auto;gap:20px}
.hero-copy{padding:clamp(4px,1.2vh,14px) 4px 0}.eyebrow{display:flex;align-items:center;gap:9px;color:var(--blue);font-size:8px;font-weight:780;letter-spacing:.14em;text-transform:uppercase}.eyebrow i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px rgba(36,99,235,.1)}.eyebrow.light{color:var(--lime)}
.hero-copy h1{margin:clamp(10px,1.7vh,18px) 0 clamp(9px,1.5vh,16px);max-width:470px;font-size:clamp(36px,10.6vw,58px);font-weight:610;line-height:.91;letter-spacing:-.064em}.hero-copy h1 em,.page-title h2 em,.about-hero h2 em{color:var(--blue);font-style:normal;font-weight:610}
.hero-copy>p{max-width:430px;margin:0 0 clamp(12px,1.8vh,20px);color:#536176;font-size:clamp(10px,2.9vw,13px);line-height:1.48}
.primary{min-height:51px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;border-radius:13px;background:var(--ink);color:#fff;font-size:10px;font-weight:760;letter-spacing:.025em;box-shadow:0 12px 25px rgba(7,23,47,.13)}
.primary svg{width:18px;height:18px;color:var(--lime)}.primary b{color:var(--lime);font-size:18px;font-weight:500}.primary:active{transform:translateY(1px)}.primary.full{width:100%}
.hero-copy>.primary{width:min(205px,100%);min-height:48px}
.hero-object{position:relative;min-height:118px;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#eee9df;box-shadow:var(--shadow-soft)}
.object-product{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 43%}
.object-logo{position:absolute;z-index:3;width:82px;height:55px;right:10px;top:9px;display:block;object-fit:contain;opacity:.88;filter:drop-shadow(0 8px 15px rgba(7,23,47,.08))}
.object-orbit{position:absolute;inset:0}.object-orbit:before,.object-orbit:after,.object-orbit i{content:"";position:absolute;border:1px solid rgba(7,23,47,.07);border-radius:50%}.object-orbit:before{width:290px;height:290px;right:-100px;top:-70px}.object-orbit:after{width:210px;height:210px;right:-60px;top:-30px}.object-orbit i:nth-child(1){width:9px;height:9px;right:25px;top:126px;border:0;background:var(--lime)}.object-orbit i:nth-child(2){width:5px;height:5px;left:25px;top:36px;border:0;background:var(--blue)}
.object-caption{position:absolute;z-index:4;left:11px;right:11px;bottom:10px;padding:9px 11px;display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:center;border:1px solid rgba(255,255,255,.7);border-radius:14px;background:rgba(255,255,255,.78);box-shadow:0 10px 30px rgba(7,23,47,.09);backdrop-filter:blur(14px)}.object-caption span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:var(--ink);color:var(--lime)}.object-caption svg{width:14px;height:14px}.object-caption p{margin:0;color:#3f4c60;font-size:8px;line-height:1.35}
.home-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:9px}.home-actions button{min-height:76px;padding:11px 12px;display:grid;grid-template-columns:31px 1fr auto;grid-template-rows:auto 1fr;gap:2px 9px;align-items:center;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 9px 25px rgba(7,23,47,.04);text-align:left}.home-actions .hub-action{grid-column:1/-1}.action-icon{grid-row:1/3;width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:var(--paper-2);color:var(--blue)}.action-icon svg{width:16px;height:16px}.home-actions small{align-self:end;color:var(--blue);font-size:6px;font-weight:800;letter-spacing:.11em}.home-actions b{align-self:start;font-size:8.5px;line-height:1.2}.home-actions i{grid-row:1/3;font-style:normal;color:var(--blue)}

.shop-view,.support-view{padding:34px 15px 20px}.about-view{padding:0 15px 20px}.page-title{padding:0 4px}.page-title h2{margin:15px 0 14px;font-size:clamp(39px,11vw,58px);font-weight:590;line-height:.96;letter-spacing:-.06em}.page-title>p{max-width:440px;margin:0 0 27px;color:var(--muted);font-size:12px;line-height:1.58}
.products{display:grid;gap:20px}.product{overflow:hidden;border:1px solid rgba(220,227,223,.95);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:0 18px 55px rgba(7,23,47,.065)}
.product-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#eee9df}.product-image.dark{background:#eee9df}.product-image img{width:100%;height:100%;padding:0;object-fit:cover;filter:none}.product-code{position:absolute;z-index:2;left:13px;top:13px;padding:8px 10px;border:1px solid rgba(255,255,255,.72);border-radius:99px;background:rgba(255,255,255,.78);backdrop-filter:blur(12px);box-shadow:0 8px 20px rgba(7,23,47,.06);color:#46546a;font-size:6px;font-weight:800;letter-spacing:.08em}.product-image>small{position:absolute;z-index:2;right:13px;top:13px;padding:8px 10px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.72);border-radius:99px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);box-shadow:0 8px 20px rgba(7,23,47,.06);color:var(--green);font-size:6.5px;font-weight:800;text-transform:uppercase}.product-image>small i{width:5px;height:5px;border-radius:50%;background:currentColor}
.product-copy{padding:18px}.product-heading{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:start}.product-heading h3{margin:0;font-size:15px;line-height:1.3}.product-heading strong{white-space:nowrap;font-size:17px;font-weight:760}.variant-row{margin:19px 0 14px;display:flex;align-items:center;gap:6px}.variant-row>span{margin-right:auto;color:var(--muted);font-size:8px;font-weight:700}.variant-row button{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-size:7.5px;font-weight:750}.variant-row button.active{border-color:var(--ink);background:var(--ink);color:var(--lime)}
.add-button{width:100%;min-height:48px;padding:0 7px 0 15px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--ink);border-radius:12px;background:#fff;font-size:9px;font-weight:760}.add-button b{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--lime);font-size:18px;font-weight:500}.empty{color:var(--muted)}

.about-view{height:calc(100dvh - var(--head) - var(--nav) - 12px - var(--safe-bottom));overflow:hidden;grid-template-rows:minmax(240px,.92fr) minmax(0,1fr) auto}.about-view.active{display:grid}.about-hero{position:relative;margin:0 -15px;padding:clamp(27px,4vh,44px) 22px clamp(24px,3.5vh,38px);overflow:hidden;background:var(--ink);color:#fff}.about-hero>img{position:absolute;width:230px;height:165px;right:-45px;top:7px;object-fit:contain;opacity:.11;filter:grayscale(1) brightness(4)}.about-hero h2{position:relative;margin:clamp(14px,2.2vh,23px) 0 clamp(10px,1.6vh,17px);font-size:clamp(38px,10.6vw,56px);font-weight:600;line-height:.9;letter-spacing:-.06em}.about-hero h2 em{color:var(--lime)}.about-hero>p{position:relative;max-width:490px;margin:0;color:#b7c0cd;font-size:clamp(9px,2.6vw,12px);line-height:1.5}.story{position:relative;min-height:0;margin:6px 0;display:grid;grid-template-rows:repeat(3,1fr)}.story:before{content:"";position:absolute;left:17px;top:18%;bottom:18%;width:1px;background:linear-gradient(var(--blue),var(--lime))}.story article{position:relative;min-height:0;padding:clamp(7px,1.25vh,15px) 2px;display:grid;grid-template-columns:36px 1fr;gap:13px;align-items:center;border-bottom:1px solid var(--line)}.story article:last-child{border-bottom:0}.story>article>span{position:relative;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--blue)}.story svg{width:15px;height:15px}.story h3{margin:0 0 4px;font-size:clamp(10px,3vw,14px)}.story p{margin:0;color:var(--muted);font-size:clamp(7.5px,2.25vw,10px);line-height:1.38}.about-view>.primary{min-height:45px;margin-bottom:2px}
.support-view{height:calc(100dvh - var(--head) - var(--nav) - 12px - var(--safe-bottom));padding:clamp(15px,2.5vh,28px) 15px 8px!important;overflow:hidden;display:none;grid-template-rows:auto minmax(0,1fr);gap:clamp(10px,1.6vh,18px)}.support-view.active{display:grid}.support-view .page-title h2{margin:clamp(9px,1.4vh,15px) 0 clamp(7px,1.1vh,12px);font-size:clamp(35px,9.8vw,51px)}.support-view .page-title>p{margin-bottom:0;font-size:clamp(9px,2.8vw,12px);line-height:1.45}.support-form{min-height:0;padding:clamp(13px,2vh,20px) 16px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);display:grid;grid-template-rows:auto auto minmax(85px,1fr) auto auto;gap:clamp(8px,1.2vh,13px)}.support-form label,.sheet form label{margin:0;display:flex;min-height:0;flex-direction:column;gap:6px}.support-form label span,.sheet form label span{color:#566378;font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.support-form input,.support-form textarea,.sheet form input{width:100%;border:1px solid var(--line);border-radius:12px;background:#fbfcfa;color:var(--ink);font-size:12px;outline:0}.support-form input,.sheet form input{height:clamp(43px,6.5vh,49px);padding:0 13px}.support-form textarea{height:100%;min-height:78px;padding:12px 13px;resize:none;line-height:1.45}.support-form input:focus,.support-form textarea:focus,.sheet form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(36,99,235,.09)}.support-form>p{margin:0;color:var(--muted);font-size:7.5px;line-height:1.35;text-align:center}.support-form>.primary{min-height:46px}

.bottom-nav{position:fixed;z-index:35;left:8px;right:8px;bottom:8px;height:calc(var(--nav) + var(--safe-bottom));padding:5px 5px var(--safe-bottom);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid rgba(220,227,223,.95);border-radius:19px;background:rgba(255,255,255,.94);box-shadow:0 15px 50px rgba(7,23,47,.16);backdrop-filter:blur(22px) saturate(1.2)}.bottom-nav button{position:relative;min-width:0;padding:3px 1px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:14px;background:transparent;color:#7c8898}.bottom-nav svg{width:18px;height:18px}.bottom-nav span{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:7px;font-weight:720;white-space:nowrap}.bottom-nav button.active{background:var(--ink);color:#fff;box-shadow:0 8px 20px rgba(7,23,47,.16)}.bottom-nav button.active svg{color:var(--lime)}

.sheet{position:fixed;z-index:70;inset:0;display:flex;align-items:flex-end}.sheet[hidden]{display:none}.sheet-bg{position:absolute;inset:0;border:0;background:rgba(5,14,29,.58);backdrop-filter:blur(7px)}.sheet>section{position:relative;width:100%;max-height:91vh;padding:22px 17px calc(20px + var(--safe-bottom));overflow:auto;border-radius:25px 25px 0 0;background:#fff;box-shadow:0 -25px 80px rgba(7,23,47,.2)}.sheet header{display:flex;align-items:flex-start;justify-content:space-between}.sheet header small{color:var(--blue);font-size:7px;font-weight:800;letter-spacing:.1em}.sheet h2{margin:6px 0 14px;font-size:30px;font-weight:620;letter-spacing:-.045em}.sheet header>button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:21px}.checkout-path{height:2px;margin-bottom:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.checkout-path i{border-radius:99px;background:#e7eae8}.checkout-path i.active{background:linear-gradient(90deg,var(--ink),var(--lime))}
.cart-line{padding:12px 0;display:grid;grid-template-columns:57px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #edf0ee}.cart-line img{width:57px;height:68px;padding:5px;object-fit:contain;border-radius:10px;background:#e8ece9}.cart-line h3{margin:0 0 5px;font-size:10px;line-height:1.3}.cart-line small{color:var(--muted);font-size:7.5px}.cart-line button{width:33px;height:33px;border:1px solid var(--line);border-radius:9px;background:#f7f8f6;font-size:16px}.cart-empty{padding:38px 0;color:var(--muted);font-size:11px;text-align:center}.cart-footer{padding-top:18px}.cart-footer>div{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.cart-footer span{color:var(--muted);font-size:9px}.cart-footer strong{font-size:21px}.sheet form{padding-top:2px}.form-buttons{display:grid;grid-template-columns:auto 1fr;gap:8px}.form-buttons .primary{width:100%}.quiet{min-height:51px;padding:0 15px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--muted);font-size:9px;font-weight:750}.order-success{padding:20px 2px 5px;text-align:center}.order-success>span{width:62px;height:62px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--lime);color:var(--ink);font-size:25px}.order-success h3{margin:0 0 9px;font-size:24px}.order-success p{margin:0 0 23px;color:var(--muted);font-size:11px;line-height:1.55}.toast{position:fixed;z-index:120;left:15px;right:15px;bottom:calc(82px + var(--safe-bottom));padding:14px 16px;border-radius:13px;background:var(--ink);color:#fff;box-shadow:var(--shadow);font-size:9px;font-weight:700;text-align:center}.toast[hidden]{display:none}

@media(min-width:620px){.mini-app{max-width:760px;margin:auto;border-left:1px solid var(--line);border-right:1px solid var(--line)}.app-head{padding:0 24px}.home-view,.shop-view,.support-view{padding-left:24px!important;padding-right:24px!important}.about-view{padding-left:24px;padding-right:24px}.about-hero{margin-left:-24px;margin-right:-24px}.hero{grid-template-columns:1fr .8fr;grid-template-rows:1fr;align-items:stretch}.hero-object{min-height:0}.products{grid-template-columns:1fr 1fr}.sheet>section{max-width:620px;margin:auto}.bottom-nav{max-width:730px;margin:auto}}
@media(max-width:350px){.brand-copy{display:none}.hero-copy h1{font-size:40px}.variant-row button{width:31px;height:31px}}
@media(max-height:700px){.about-view{grid-template-rows:minmax(210px,.82fr) minmax(0,1fr) auto}.about-hero h2{font-size:35px}.about-hero>p{font-size:8px}.story>article>span{width:30px;height:30px}.story article{grid-template-columns:32px 1fr}.support-view .page-title h2{font-size:33px}.support-form{padding:11px 14px;gap:7px}.support-form input{height:40px}.support-form textarea{min-height:68px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* v10 · Commerce Integrity + Human Hub */
body[data-view="useful"]{overflow-y:auto}
.icon-sprite symbol,.utility-card svg,.cart-empty svg,.reminder-list svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.brand-copy b{font-size:10px}.brand-copy small{font-size:8px}.cart-button{font-size:10px}
.eyebrow{font-size:9px}.hero-copy>p{font-size:clamp(12px,3.35vw,14px)}
.object-caption p{font-size:10px}
.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.home-actions button{min-height:70px;padding:9px;grid-template-columns:27px 1fr;grid-template-rows:auto auto;gap:3px 7px;border-radius:17px}
.home-actions button>i{display:none}.action-icon{grid-row:1/3;width:27px;height:27px;border-radius:9px}.home-actions small{font-size:7px}.home-actions b{font-size:9px}
.home-actions .hub-action{border-color:rgba(186,255,0,.85);background:linear-gradient(145deg,#f7ffe2,#fff)}
.home-actions .hub-action .action-icon{background:var(--lime);color:var(--ink)}
.page-title>p{font-size:13px}.product-code,.product-image>small{font-size:9px}
.variant-row>span{font-size:10px}.variant-row button{width:40px;height:40px;font-size:10px}
.add-button{min-height:52px;font-size:11px}.add-button:disabled{border-color:var(--line);background:#f3f5f2;color:var(--muted);cursor:not-allowed}.add-button:disabled b{background:#e1e5e1;color:#879286}

.useful-view{padding:28px 15px 26px}.hub-hero{padding:4px 4px 21px}.hub-hero h2{margin:14px 0 11px;font-size:clamp(38px,10.5vw,57px);font-weight:610;line-height:.94;letter-spacing:-.06em}.hub-hero h2 em{color:var(--blue);font-style:normal}.hub-hero>p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.hub-grid{display:grid;gap:14px}.utility-card{padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-soft)}.utility-card>header{display:flex;align-items:center;gap:12px}.utility-card>header>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--ink);color:var(--lime)}.utility-card>header svg{width:21px;height:21px}.utility-card header small{color:var(--blue);font-size:8px;font-weight:800;letter-spacing:.11em}.utility-card h3{margin:3px 0 0;font-size:18px;letter-spacing:-.025em}.utility-card>p{margin:13px 0 16px;color:var(--muted);font-size:12px;line-height:1.5}.utility-card form{display:grid;gap:11px}.utility-card label{display:flex;flex-direction:column;gap:7px}.utility-card label>span{color:#536176;font-size:10px;font-weight:760}.utility-card input{width:100%;height:52px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfa;font-size:15px;outline:0}.utility-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(36,99,235,.09)}.utility-card .primary{font-size:12px}.reminder-list{margin-top:12px}.reminder-list article{min-height:52px;padding:8px 0;display:grid;grid-template-columns:1fr 42px;align-items:center;gap:8px;border-top:1px solid #edf0ee}.reminder-list article>span{display:flex;flex-direction:column;gap:4px;font-size:11px}.reminder-list article b{color:var(--blue);font-size:9px}.reminder-list button{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted)}.reminder-list svg{width:17px;height:17px}.reminders-empty{margin:12px 0 0!important;padding-top:12px;border-top:1px solid #edf0ee;color:var(--muted);font-size:10px!important}.nearby-card{background:linear-gradient(145deg,var(--ink),#122c50);color:#fff}.nearby-card>header>span{background:var(--lime);color:var(--ink)}.nearby-card>p{color:#b8c3d1}.nearby-actions,.quick-messages{display:grid;grid-template-columns:1fr 1fr;gap:8px}.nearby-actions button,.quick-messages button{min-height:50px;padding:0 13px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;font-size:11px;font-weight:720;text-align:left}.nearby-actions button{display:flex;align-items:center;justify-content:space-between}.nearby-actions i{color:var(--lime);font-size:16px;font-style:normal}.share-card>header>span{background:var(--blue);color:#fff}.quick-messages button{border-color:var(--line);background:#f7f9f7;color:var(--ink);text-align:center}.quick-messages button:last-child{border-color:#d7ebb0;background:#f6ffe3}.hub-note{margin:14px 3px 0;color:var(--muted);font-size:10px;line-height:1.45;text-align:center}

.rights-card{overflow:hidden;background:linear-gradient(145deg,#f7ffe5 0%,#fff 58%)}
.rights-card>header>span{background:var(--blue);color:#fff}
.rights-actions{display:grid;gap:8px}
.rights-actions button{position:relative;min-height:64px;padding:11px 40px 11px 13px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border:1px solid #dfe7d6;border-radius:15px;background:rgba(255,255,255,.88);color:var(--ink);text-align:left;box-shadow:0 5px 16px rgba(7,23,47,.035)}
.rights-actions button span{font-size:12px;font-weight:790;letter-spacing:-.01em}
.rights-actions button small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.35}
.rights-actions button i{position:absolute;right:14px;top:50%;translate:0 -50%;color:var(--blue);font-size:17px;font-style:normal}
.rights-actions button:active{scale:.985}
.official-note{margin-top:12px;display:flex;align-items:center;gap:8px;color:#536176;font-size:9px;font-weight:720}
.official-note i{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(186,255,0,.22)}

.bottom-nav{grid-template-columns:repeat(5,1fr)}.bottom-nav button{min-height:56px}.bottom-nav span{font-size:8.5px}.bottom-nav svg{width:19px;height:19px}
.sheet>section{padding:24px 18px calc(22px + var(--safe-bottom));border-radius:30px 30px 0 0}.sheet header small{font-size:9px}.sheet h2{font-size:32px}.sheet header>button{width:44px;height:44px}.checkout-path{height:3px}
.cart-line{padding:14px 0;grid-template-columns:64px 1fr 42px;gap:13px}.cart-line img{width:64px;height:76px;padding:0;object-fit:cover;border-radius:14px}.cart-line h3{font-size:13px}.cart-line small{font-size:10px}.cart-line button{width:42px;height:42px;border-radius:12px}.cart-footer span{font-size:11px}.cart-footer strong{font-size:24px}
.cart-empty{padding:28px 5px 8px;text-align:center}.cart-empty>span{width:62px;height:62px;margin:0 auto 16px;display:grid;place-items:center;border-radius:20px;background:var(--paper-2);color:var(--blue)}.cart-empty svg{width:27px;height:27px}.cart-empty h3{margin:0 0 7px;font-size:20px}.cart-empty p{margin:0 0 20px;color:var(--muted);font-size:12px;line-height:1.5}.quiet.full{width:100%}
.order-intro{margin:0 0 16px;padding:13px 14px;border-radius:14px;background:#f2f5f2}.order-intro small{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.1em}.order-intro p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.sheet form label{gap:8px;margin-bottom:13px}.sheet form label span{font-size:10px}.sheet form input{height:54px;padding:0 15px;border-radius:14px;font-size:16px}.form-buttons{display:flex;flex-direction:column;gap:9px}.form-buttons .quiet{order:2;width:100%;min-height:48px;font-size:11px}.form-buttons .primary{font-size:12px}.order-success{padding-top:16px}.order-success>small{color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.11em}.order-success h3{margin-top:7px;font-size:27px}.order-success p{font-size:13px}.reserve-note{margin:-7px 0 22px;padding:12px 14px;display:flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;background:#f4ffe0;color:#42551c;font-size:11px;font-weight:700}.reserve-note i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(186,255,0,.2)}.toast{padding:15px 17px;border-radius:15px;font-size:12px;line-height:1.35}
.support-form label span{font-size:9px}.support-form input,.support-form textarea{font-size:14px}.support-form>p{font-size:9px}

@media(min-width:620px){.useful-view{padding-left:24px;padding-right:24px}.hub-grid{grid-template-columns:1fr 1fr}.reminder-card{grid-row:span 2}.rights-card{grid-column:1/-1}.rights-actions{grid-template-columns:1fr 1fr}.utility-card{padding:22px}}
@media(max-width:370px){.home-actions small{font-size:6.5px}.home-actions b{font-size:8px}.bottom-nav span{font-size:7.5px}.variant-row button{width:36px;height:36px}}
@media(max-height:660px){body[data-view="home"],body[data-view="about"],body[data-view="support"]{overflow-y:auto}.home-view,.about-view,.support-view{height:auto;min-height:calc(100dvh - var(--head) - var(--nav));overflow:visible}.home-view{display:none}.home-view.active{display:grid}.about-view.active,.support-view.active{display:grid}}

/* v11 · Living Signal: editable carousel, cache-safe controls and micro-motion. */
.head-actions{display:flex;align-items:center;gap:7px}
.sound-button{width:42px;height:42px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.93);color:var(--muted);box-shadow:0 8px 24px rgba(7,23,47,.04)}
.sound-button svg{grid-area:1/1;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sound-button .sound-off{display:none}.sound-button[aria-pressed="false"] .sound-on{display:none}.sound-button[aria-pressed="false"] .sound-off{display:block}
body[data-sound="0"] .sound-button{display:none}

.hero-copy h1{font-size:clamp(36px,calc(10.6vw * var(--title-factor,1)),68px)}
.page-title h2,.hub-hero h2{font-size:clamp(38px,calc(10.5vw * var(--title-factor,1)),66px)}
.about-hero h2,.support-view .page-title h2{font-size:clamp(35px,calc(10vw * var(--title-factor,1)),62px)}
.hero-copy>p,.page-title>p,.hub-hero>p{font-size:clamp(12px,calc(3.35vw * var(--body-factor,1)),17px)}
.about-hero>p,.support-view .page-title>p{font-size:clamp(10px,calc(2.8vw * var(--body-factor,1)),15px)}
.hero-object{height:clamp(180px,var(--hero-admin-height,285px),520px);min-height:180px}
.hero-carousel{isolation:isolate;background:#eee9df}
.carousel-track,.carousel-slide{position:absolute;inset:0}
.carousel-slide{opacity:0;visibility:hidden;transition:opacity .68s cubic-bezier(.2,.75,.2,1),visibility .68s}
.carousel-slide.active{opacity:1;visibility:visible}
.carousel-slide .object-product{z-index:1;transform:scale(1.012);transition:transform var(--carousel-duration,6s) linear}.carousel-slide.active .object-product{transform:scale(1.045)}.carousel-slide .object-product.fit-contain{padding:15px;object-fit:contain;background:#fbfaf7}.carousel-slide .object-product.fit-cover{object-fit:cover}
.object-logo{z-index:3}.carousel-slide .object-caption{z-index:4}

.rights-actions a{position:relative;width:100%;min-height:68px;padding:12px 42px 12px 14px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;border:1px solid #dfe7d6;border-radius:16px;background:rgba(255,255,255,.9);color:var(--ink);text-align:left;text-decoration:none;box-shadow:0 5px 16px rgba(7,23,47,.035);-webkit-tap-highlight-color:transparent}
.rights-actions a span{display:block;font-size:13px;font-weight:790;line-height:1.25;letter-spacing:-.01em}
.rights-actions a small{display:block;margin-top:5px;color:var(--muted);font-size:10.5px;line-height:1.35}
.rights-actions a i{position:absolute;right:15px;top:50%;translate:0 -50%;color:var(--blue);font-size:18px;font-style:normal}
.rights-actions a:active{scale:.985}.rights-actions a:focus-visible{outline:3px solid rgba(36,99,235,.25);outline-offset:2px}

body[data-effects="1"] button,body[data-effects="1"] .rights-actions a{transition:transform .18s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease}
body[data-effects="1"] button:active,body[data-effects="1"] .rights-actions a:active{transform:translateY(1px) scale(.985)}
body[data-effects="1"] .primary{position:relative;overflow:hidden}
body[data-effects="1"] .primary:after{content:"";position:absolute;width:14px;height:14px;right:17px;border-radius:50%;background:var(--lime);opacity:0;transform:scale(.3);pointer-events:none}
body[data-effects="1"] .primary.signal:after{animation:signal-ring .55s ease-out}
body[data-effects="1"] .cart-button.pulse b{animation:cart-pulse .55s cubic-bezier(.2,.8,.2,1)}
body[data-effects="1"] .bottom-nav button.active:after{content:"";position:absolute;bottom:3px;width:5px;height:5px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(186,255,0,.12)}
.fly-signal{position:fixed;z-index:150;width:11px;height:11px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 7px rgba(186,255,0,.2);pointer-events:none;transition:transform .55s cubic-bezier(.2,.75,.2,1),opacity .55s ease}
.toast:not([hidden]){animation:toast-in .28s cubic-bezier(.2,.8,.2,1)}
body[data-view="home"]{overflow-y:auto}
@keyframes signal-ring{0%{opacity:.65;transform:scale(.3)}100%{opacity:0;transform:scale(9)}}
@keyframes cart-pulse{0%,100%{transform:scale(1)}45%{transform:scale(1.18);box-shadow:0 0 0 7px rgba(186,255,0,.22)}}
@keyframes toast-in{from{opacity:0;transform:translateY(10px)}}

@media(max-width:390px){.sound-button{width:40px;height:40px}.cart-button{padding-left:10px}}
@media(max-width:350px){.home-actions{grid-template-columns:1fr}.home-actions .hub-action{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.carousel-slide,.carousel-slide .object-product{transition:none;transform:none}.fly-signal{display:none}body[data-effects="1"] .bottom-nav button.active:after{box-shadow:none}}

/* v13 · Clean Frame: no control bubble, no decorative rails, stable mobile stacking. */
.carousel-controls,.carousel-dots,.carousel-toggle,.object-controls,[data-carousel-controls]{display:none!important}
.hero-object{contain:layout paint;overflow:hidden}
.object-logo{width:78px;height:58px;right:12px;top:10px;object-fit:contain;object-position:center;opacity:.96}
.carousel-slide .object-caption{left:12px;right:12px;bottom:12px;min-height:48px;padding:10px 12px;border-radius:15px}
.home-actions{margin-top:16px;grid-template-columns:1fr;gap:10px}
.home-actions .hub-action{grid-column:auto}
.home-actions button{min-height:66px;padding:11px 13px;grid-template-columns:38px minmax(0,1fr) 18px;grid-template-rows:auto auto;gap:2px 11px;border-radius:18px}
.home-actions button>i{display:block;grid-column:3;grid-row:1/3;align-self:center;text-align:center}
.action-icon{grid-column:1;grid-row:1/3;width:38px;height:38px;border-radius:12px}
.action-icon svg{width:18px;height:18px}.home-actions small{grid-column:2;font-size:7px}.home-actions b{grid-column:2;font-size:10px;line-height:1.25}
.home-view{padding-bottom:34px}

@media(min-width:520px){
  .home-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-actions button{min-height:84px;padding:12px 11px;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto}
  .home-actions button>i{display:none}.action-icon{width:32px;height:32px}.home-actions b{font-size:9px}
}
@media(max-width:519px){
  .path-field{display:none}
  .hero{gap:18px}.hero-object{border-radius:22px}
  .bottom-nav{left:6px;right:6px;bottom:6px}
}
@media(max-width:370px){
  .home-actions small{font-size:6.8px}.home-actions b{font-size:9.5px}
  .object-logo{width:66px;height:50px}
}

/* v14 · Commerce polish: stronger hierarchy, safer touch targets and desktop rhythm. */
@media(max-width:619px){
  .home-view{padding:20px 15px 38px}
  .hero-copy{padding-top:2px}
  .hero-copy h1{margin-top:14px;font-size:clamp(40px,12vw,54px);line-height:.92}
  .hero-copy>p{max-width:36ch;font-size:14px;line-height:1.52}
  .hero-copy>.primary{width:100%;min-height:54px;font-size:12px}
  .hero-object{height:clamp(220px,var(--hero-admin-height,285px),420px);min-height:220px}
  .carousel-slide .object-caption{min-height:54px;padding:11px 12px;background:rgba(255,255,255,.86)}
  .object-caption p{font-size:11px;line-height:1.4}
  .home-actions button{min-height:72px;padding:12px 13px}
  .home-actions small{font-size:8px}.home-actions b{font-size:11px}
  .bottom-nav{height:calc(72px + var(--safe-bottom));padding:6px 5px var(--safe-bottom)}
  .bottom-nav button{min-height:58px;gap:5px}.bottom-nav span{font-size:9px}
  .mini-app{padding-bottom:calc(84px + var(--safe-bottom))}
  .shop-view,.useful-view,.support-view{padding-bottom:36px}
  .product-copy{padding:19px 18px 18px}
  .product-heading h3{font-size:16px}.product-heading strong{font-size:19px}
  .variant-row{margin:20px 0 16px}.variant-row button{min-width:44px;height:44px;font-size:11px}
  .add-button{min-height:56px;font-size:12px}.add-button b{width:40px;height:40px}
}

@media(min-width:900px){
  .mini-app{max-width:1080px}
  .app-head{padding:0 32px}
  .home-view,.shop-view,.support-view,.useful-view{padding-left:32px!important;padding-right:32px!important}
  .about-view{padding-left:32px;padding-right:32px}.about-hero{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}
  .hero{grid-template-columns:minmax(360px,.82fr) minmax(460px,1.18fr);gap:34px}
  .hero-copy{align-self:center}.hero-object{height:clamp(340px,var(--hero-admin-height,380px),520px)}
  .home-actions{gap:14px}.home-actions button{min-height:92px;padding:15px}
  .home-actions small{font-size:8px}.home-actions b{font-size:11px}
  .products{gap:24px}.product-image{aspect-ratio:1/1.08}
  .bottom-nav{max-width:880px}
}

/* v15 — T-Bank checkout */
.payment-box{margin:0 0 18px;padding:13px;border:1px solid var(--line);border-radius:18px;background:#f7f9f6;text-align:left}.payment-heading{margin-bottom:11px;display:flex;align-items:center;justify-content:space-between;gap:12px}.payment-heading b{font-size:10px}.payment-heading small{color:var(--muted);font-size:7px;text-align:right}.tbank-frame{min-height:176px;overflow:hidden;border-radius:13px;background:#fff}.tbank-frame iframe{width:100%!important;max-width:100%;border:0}.payment-state{margin:10px 2px 0!important;font-size:8px!important;text-align:center}.payment-fallback{margin-top:10px;display:flex;align-items:center;justify-content:center;text-decoration:none}.payment-fallback[hidden],.payment-box[hidden]{display:none}.payment-result-page{min-height:100dvh;padding:22px;display:grid;place-items:center;background:#f5f7f3}.payment-result-card{width:min(440px,100%);padding:36px 28px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow);text-align:center}.payment-result-card img{width:72px;height:72px;object-fit:contain}.payment-result-card>small{display:block;margin-top:24px;color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.13em}.payment-result-card h1{margin:9px 0 12px;font-size:38px}.payment-result-card p{margin:0 0 25px;color:var(--muted);font-size:11px;line-height:1.6}.payment-result-card a{text-decoration:none}
