:root{--ink: #0a0a0a;--ink-soft: #243044;--muted: #5c6b7a;--paper: #f7f9fc;--paper-2: #eef2f7;--surface: #ffffff;--line: rgba(10, 30, 80, .1);--black: #0a0a0a;--black-mid: #121820;--cobalt: #0047ab;--cobalt-bright: #1a5fd4;--cobalt-deep: #002f75;--cobalt-soft: rgba(0, 71, 171, .12);--gold: var(--cobalt);--gold-bright: var(--cobalt-bright);--gold-deep: var(--cobalt-deep);--navy: var(--black);--navy-mid: var(--black-mid);--teal: var(--cobalt);--teal-deep: var(--cobalt-deep);--amber: var(--cobalt);--amber-deep: var(--cobalt-deep);--accent: var(--cobalt);--accent-deep: var(--black);--signal: var(--cobalt);--danger: #b42318;--ok: #1f7a4d;--shadow: 0 10px 30px rgba(10, 40, 100, .08);--radius: 12px;--font-display: "Manrope", "Segoe UI", sans-serif;--font-brand: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Manrope", "Segoe UI", sans-serif;--max: 1240px}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth;overflow-x:clip;max-width:100%;scroll-padding-top:calc(5.5rem + env(safe-area-inset-top,0px))}body{margin:0;color:var(--ink);font-family:var(--font-body);overflow-x:clip;min-width:0;max-width:100%;width:100%;background:radial-gradient(ellipse at 70% 0%,rgba(0,71,171,.06),transparent 42%),linear-gradient(180deg,#ffffff 0%,var(--paper) 40%,#e8eef8 100%);background-attachment:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}@media (hover: hover) and (pointer: fine){body{background-attachment:fixed}}.app-shell{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:clip;min-width:0;max-width:100%;width:100%}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.45;background-image:radial-gradient(circle at 18% 12%,rgba(0,71,171,.05),transparent 28%),linear-gradient(125deg,rgba(255,255,255,.7),transparent 40%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");z-index:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),select,textarea{font-size:16px}button{cursor:pointer;position:relative;transition:all .15s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a}@keyframes buttonPress{0%{transform:translateY(0);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;filter:brightness(1) saturate(1)}50%{transform:translateY(2px);box-shadow:0 2px 6px #0000001f,0 1px 2px #00000014;filter:brightness(.85) saturate(.6)}to{transform:translateY(0);box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;filter:brightness(1) saturate(1)}}button:active,[role=button]:active{animation:buttonPress .5s ease-out}button:disabled{box-shadow:none}img,video,canvas,svg{max-width:100%;height:auto;display:block}.app-shell{position:relative;z-index:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.container{width:min(var(--max),calc(100% - 2rem));margin-inline:auto;max-width:100%;box-sizing:border-box}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes cart-pulse{0%,to{transform:scale(1)}35%{transform:scale(1.35)}70%{transform:scale(1.1)}}@keyframes hero-drift{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.5%,-1%,0)}}.rise{animation:rise-in .7s cubic-bezier(.22,1,.36,1) both}.rise-delay{animation:rise-in .8s cubic-bezier(.22,1,.36,1) .12s both}.fade{animation:fade-in .5s ease both}.site-header{position:sticky;top:0;z-index:40;background:#ffffffbd;color:var(--ink);backdrop-filter:saturate(1.4) blur(18px);-webkit-backdrop-filter:saturate(1.4) blur(18px);border-bottom:1px solid rgba(0,71,171,.1);box-shadow:0 10px 30px #0028640a;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.site-header:after{content:"";display:block;height:2px;background:linear-gradient(90deg,transparent 0%,var(--cobalt) 22%,var(--cobalt-bright) 50%,var(--cobalt) 78%,transparent 100%);opacity:.85}.app-shell--undisclosed .site-header{background:#faf7f1bd;color:var(--ink);border-bottom:1px solid rgba(36,31,26,.08);box-shadow:0 8px 28px #56442c2d}.app-shell--undisclosed .site-header:after{background:linear-gradient(90deg,transparent,rgba(36,31,26,.35),transparent);opacity:.55;height:1px}.header-top{background:linear-gradient(90deg,#0047ab14,#0047ab08 50%,#0047ab14);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);border-bottom:1px solid rgba(0,71,171,.08);padding-top:env(safe-area-inset-top,0px)}.app-shell--undisclosed .header-top{background:var(--surface);color:#241f1a9e;border-bottom:1px solid rgba(36,31,26,.08);letter-spacing:.1em}.header-top-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.42rem 0;flex-wrap:wrap}.header-top-msg{font-weight:600}.header-top-links{display:flex;gap:.85rem}.header-top-links button{background:none;border:0;color:var(--cobalt);padding:0;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.header-top-links button:hover{color:var(--cobalt-deep);text-decoration:underline;text-underline-offset:3px}.app-shell--undisclosed .header-top-links button{color:#241f1ad9}.app-shell--undisclosed .header-top-links button:hover{color:var(--ink)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;padding:.85rem 0}.brand{display:flex;align-items:center;gap:.7rem;min-width:max-content;background:none;border:0;box-shadow:none;padding:.35rem .25rem;margin:-.2rem 0;cursor:pointer;text-align:left;color:var(--ink);touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.app-shell--undisclosed .brand{color:var(--ink)}.brand-logo{width:3.1rem;height:3.1rem;border-radius:50%;object-fit:contain;border:1px solid rgba(0,71,171,.22);box-shadow:0 6px 18px #0047ab24;background:#002f75}.app-shell--undisclosed .brand-logo{width:3.55rem;height:3.55rem;border-radius:0;border:0;box-shadow:none;background:transparent;object-fit:contain}.brand-text{display:flex;flex-direction:column;gap:.12rem}.brand-mark{font-family:var(--font-brand);font-weight:600;font-size:1.45rem;letter-spacing:.1em;line-height:1;text-transform:uppercase;color:var(--ink)}.app-shell--undisclosed .brand-mark{color:var(--ink)}.brand-sub{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--cobalt);font-weight:600}.app-shell--undisclosed .brand-sub{color:#241f1a8c}.header-nav{display:flex;justify-content:center;align-items:center;gap:.15rem}.header-nav-link{background:transparent;border:0;color:var(--ink-soft);font-weight:650;font-size:.9rem;letter-spacing:.02em;padding:.55rem .95rem;border-radius:999px;transition:background .2s ease,color .2s ease}.header-nav-link:hover{color:var(--cobalt);background:#0047ab0f}.nav-label-full{display:inline}.nav-label-short{display:none}.search-wrap{display:flex;align-items:center;gap:.45rem;background:#fffffff5;color:var(--ink);border:1px solid rgba(0,71,171,.18);border-radius:999px;padding:.2rem .2rem .2rem .55rem;overflow:hidden;box-shadow:inset 0 1px #fffc}.app-shell--undisclosed .search-wrap{background:#f6f1e7f5;border-color:#241f1a33}.search-dept{border:0;background:#0047ab0f;border-radius:999px;padding:.5rem .55rem;max-width:7.5rem;font-size:16px;font-weight:650;min-height:44px}.search-wrap input{border:0;outline:0;background:transparent;width:100%;min-width:0;padding:.45rem .25rem;font-size:16px}.search-go{border:0;background:var(--cobalt);color:#fff;font-weight:700;padding:.58rem .95rem;border-radius:999px;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.search-go:hover{background:var(--cobalt-bright)}.header-actions{display:flex;align-items:center;gap:.4rem;justify-content:flex-end}.cart-btn .cart-label,.header-bag .cart-label{font-size:.82rem;font-weight:700}.cart-count{position:absolute;top:-.35rem;right:-.3rem;min-width:1.15rem;height:1.15rem;border-radius:999px;background:var(--cobalt);color:#fff;font-size:.7rem;font-weight:800;display:grid;place-items:center;padding:0 .25rem;box-shadow:0 0 0 2px #fff}.app-shell--undisclosed .cart-count{background:var(--ink);color:var(--surface);box-shadow:0 0 0 2px var(--ink);font-weight:800}.cart-count.pulse{animation:cart-pulse .45s ease}.app-shell--undisclosed .notice{background:#241f1a1a;border:1px solid rgba(36,31,26,.28);color:var(--ink)}.app-shell--undisclosed .notice.ok{background:#241f1a1f;border-color:#241f1a59;color:var(--ink)}.icon-btn,.ghost-btn,.primary-btn,.danger-btn,.soft-btn,.cart-cta{border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .15s ease;box-shadow:0 4px 12px #0000001f}.icon-btn{width:auto;min-height:2.5rem;padding:.35rem .7rem;background:transparent;border:1px solid var(--line);color:var(--ink);position:relative;border-radius:10px}.app-shell--undisclosed .icon-btn{border:1px solid rgba(36,31,26,.18);color:var(--ink)}.icon-btn:hover,.ghost-btn:hover,.soft-btn:hover{transform:translateY(-1px)}.site-header .ghost-btn,.site-header .soft-btn{color:var(--ink-soft);border:1px solid transparent;background:transparent;padding:.45rem .75rem;font-weight:650;font-size:.86rem}.site-header .ghost-btn:hover{color:var(--cobalt);background:#0047ab0d}.app-shell--undisclosed .site-header .ghost-btn,.app-shell--undisclosed .site-header .soft-btn{color:#241f1ae0}.site-header .soft-btn{background:#0047ab0f;border:1px solid rgba(0,71,171,.14);color:var(--cobalt-deep)}.app-shell--undisclosed .site-header .soft-btn{background:#241f1a14;border:1px solid rgba(36,31,26,.16);color:var(--ink)}.app-shell--undisclosed .site-header .ghost-btn--accent{color:var(--paper);border:1px solid var(--ink);background:var(--ink);box-shadow:0 6px 18px #56442c38}.app-shell--undisclosed .site-header .ghost-btn--accent svg{color:var(--paper)}.app-shell--undisclosed .site-header .ghost-btn--accent:hover{background:#100d0a;border-color:#100d0a;box-shadow:0 8px 22px #56442c4d}.app-shell--undisclosed .site-header .ghost-btn--soon{color:#fdf4e8;border:1px solid #6b431e;background:linear-gradient(168deg,#93602e,#7d4f24 60%,#6a411d);box-shadow:inset 0 1px #ffe9cc42,0 6px 18px #6a411d42;padding-top:.34rem;padding-bottom:.34rem;line-height:1.15}.app-shell--undisclosed .site-header .ghost-btn--soon svg{color:#fdf4e8}.app-shell--undisclosed .site-header .ghost-btn--soon:hover,.app-shell--undisclosed .site-header .ghost-btn--soon:focus-visible{background:linear-gradient(168deg,#a56d36,#8d5a2a 60%,#784a22);border-color:#7d4f24;box-shadow:inset 0 1px #ffe9cc57,0 8px 22px #6a411d57}.ghost-btn--soon>span{display:grid;text-align:left}.ghost-btn--soon-kicker{font-style:normal;font-size:.56rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fdf4e8c7}.ghost-btn--soon-name{white-space:nowrap;font-weight:700}.header-lockup{display:flex;align-items:center;gap:.55rem;min-width:0}.cart-confirm-pay{margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(36,31,26,.14)}.cart-confirm-pay h3{margin:0 0 .6rem;font-size:.95rem}.ghost-btn{background:transparent;border:1px solid transparent;color:var(--ink-soft);font-weight:600;font-size:.9rem;padding:.55rem .95rem}.soft-btn{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);font-weight:600;font-size:.9rem;padding:.55rem .95rem}.primary-btn{padding:.7rem 1.15rem;background:var(--cobalt);color:#fff;font-weight:700;border:1px solid var(--cobalt-deep)}.primary-btn:hover{background:var(--cobalt-bright);border-color:var(--cobalt-bright);transform:translateY(-1px)}.primary-btn:disabled,.soft-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.danger-btn{padding:.55rem .9rem;background:#b423181a;color:var(--danger);font-weight:600}.dept-bar{background:#0f1218;border-top:1px solid rgba(255,255,255,.06)}.dept-bar-inner{display:flex;flex-wrap:wrap;gap:.15rem;overflow-x:clip;padding:.4rem 0;scrollbar-width:none;max-width:100%}.dept-bar-inner::-webkit-scrollbar{display:none}.dept-link{background:transparent;border:0;color:#f4f7fbc7;padding:.45rem .8rem;border-radius:999px;white-space:nowrap;font-size:.84rem;font-weight:600}.dept-link:hover,.dept-link.active{background:#ffffff1a;color:#fff}.hero{position:relative;min-height:min(78vh,680px);display:grid;align-items:end;overflow:hidden;border-bottom:1px solid var(--line)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#ffffffeb,#ffffff8c 38%,#ffffff1f),url(/wellpept-hero-blue.webp) right center / cover no-repeat;transform:scale(1.02);animation:hero-drift 18s ease-in-out infinite alternate}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(255,255,255,.55) 0%,transparent 42%);pointer-events:none}.hero-content{position:relative;z-index:1;padding:4.5rem 0 3rem;color:var(--ink);max-width:42rem}.hero-brand-lockup{display:flex;align-items:center;gap:1rem;margin-bottom:.85rem}.hero-brand-text{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-width:0}.hero-brand-mark{width:clamp(5.5rem,14vw,8.5rem);height:clamp(5.5rem,14vw,8.5rem);border-radius:50%;object-fit:contain;border:1px solid rgba(0,71,171,.35);box-shadow:0 16px 48px #0047ab2e;background:#002f75;flex-shrink:0}.hero-brand{font-family:var(--font-brand);font-size:clamp(3.2rem,8vw,5.8rem);font-weight:600;line-height:.92;letter-spacing:.06em;text-transform:uppercase;margin:0;color:var(--ink);text-shadow:none}.hero-brand-rule{width:min(12rem,40vw);height:1px;margin:.85rem 0 1rem;background:linear-gradient(90deg,transparent,var(--cobalt) 20%,var(--cobalt-bright) 50%,var(--cobalt) 80%,transparent);position:relative}.hero-brand-rule:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;transform:translate(-50%,-50%);background:var(--cobalt);border:1px solid var(--cobalt-deep)}.hero--undisclosed{border-bottom:1px solid rgba(255,255,255,.12);align-items:start;justify-items:start}.hero-media--undisclosed{background:#f6f1e7;background-color:#f6f1e7;animation:none;transform:none;overflow:hidden;display:block}.hero-media--undisclosed picture,.hero-media--undisclosed .ud-hero-showcase{display:block;width:100%;height:100%}.hero-media--undisclosed .ud-hero-showcase{object-fit:cover;object-position:62% 50%}.ud-bay{position:relative;aspect-ratio:16 / 9;--ud-bay-cx: 73%;width:100%;height:auto;max-width:1400px;margin-inline:auto}.ud-bay{isolation:isolate}.ud-bay:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);background-image:var(--ud-bay-plate-url);background-size:100% 100%;background-repeat:no-repeat;filter:blur(54px) saturate(.72) brightness(1.04);opacity:.92;pointer-events:none}.ud-bay>picture{position:relative;display:block;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 3.5%,#000 96.5%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 3.5%,#000 96.5%,transparent 100%)}@media (max-width: 900px){.ud-bay:before{display:none}}.ud-bay-plate{display:block;width:100%;height:100%;object-fit:fill}.ud-bay-sill{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ud-bay-contact{position:absolute;left:var(--ud-bay-cx, 73%);bottom:calc(100% - var(--ud-bay-sill-fit, var(--ud-bay-sill, 71%)));width:var(--ud-bay-contact-w, 17%);height:calc(var(--ud-bay-contact-w, 17%) * .33);transform:translate(-50%,50%);pointer-events:none;background:radial-gradient(closest-side ellipse,#36271685,#36271657 40%,#3627161f,#36271600)}.ud-bay-plaque{position:absolute;left:var(--ud-bay-cx, 73%);right:auto;bottom:var(--ud-bay-plaque-bottom, 19.5%);margin:0;transform:translate(-50%) perspective(700px) rotateX(-7deg);transform-origin:50% 100%;z-index:4;max-width:min(19rem,36%);padding:0;background:none;box-shadow:none;pointer-events:none}.ud-plinth-sign{display:grid;gap:.14rem;justify-items:center;text-align:center}.ud-plinth-sign-row{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-family:var(--font-brand, Georgia, serif);font-weight:600;text-transform:uppercase;letter-spacing:.16em;font-size:clamp(.58rem,.85vw,.82rem);line-height:1.25;white-space:nowrap}.ud-plinth-sign-label{color:#4a361eb8;text-shadow:0 -1px 0 rgba(48,32,14,.28),0 1px 0 rgba(255,250,238,.85)}.ud-plinth-sign-sep{width:1px;height:.85em;background:#4a361e59;box-shadow:0 1px #fffaeeb3}.ud-plinth-sign-value{color:#fff3dc;font-weight:700;text-shadow:0 0 4px rgba(255,226,168,.95),0 0 12px rgba(255,186,90,.75),0 0 26px rgba(255,150,40,.45)}@media (max-width: 760px){.ud-bay-plaque{bottom:var(--ud-bay-plaque-fit, 18%);max-width:72%}.ud-plinth-sign{gap:.06rem}.ud-plinth-sign-row{font-size:.56rem;letter-spacing:.12em;gap:.35rem}}.ud-bay-slot{position:absolute;transform:translate(-50%);display:flex;align-items:flex-end;justify-content:center;animation:ud-bay-in .9s ease both}@keyframes ud-bay-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ud-bare-vial{position:relative;height:100%;width:auto;display:flex;align-items:flex-end;justify-content:center;opacity:0;transition:opacity .4s ease}.ud-bare-vial.is-ready{opacity:1}.ud-bare-vial .ud-vial-figure{position:static;display:block;height:100%;width:auto;max-width:none;bottom:auto;left:auto;transform:none;opacity:1;filter:drop-shadow(0 3px 7px rgba(18,14,8,.55))}.ud-bare-vial .ud-vial-refl{display:none}@media (prefers-reduced-motion: no-preference){.ud-bay-vial.ud-bare-vial{animation:ud-bay-hover 6s ease-in-out infinite}.ud-bay-contact{animation:ud-bay-contact-breathe 6s ease-in-out infinite}}@keyframes ud-bay-hover{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-2.4%,0)}}@keyframes ud-bay-contact-breathe{0%,to{transform:translate(-50%,50%) scale(1);opacity:1}50%{transform:translate(-50%,50%) scale(.92);opacity:.78}}@media (prefers-reduced-motion: reduce){.ud-bay-slot{animation:none}}@media (max-width: 900px){.hero-media--undisclosed .ud-hero-showcase{aspect-ratio:923 / 429;height:auto;object-position:50% 50%}.hero-media--undisclosed .ud-bay,.hero-media--undisclosed .ud-bay-plate{height:auto;object-position:50% 50%}}.hero-product-main{position:absolute;top:8%;right:clamp(1rem,4vw,4rem);z-index:1;width:min(58vw,760px);height:84%;object-fit:contain;object-position:right center;box-sizing:border-box;pointer-events:none;filter:drop-shadow(0 24px 55px rgba(0,0,0,.65));-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 18%,#000 100%);opacity:.94}.sentinel-hero-console{position:absolute;top:50%;right:clamp(1.5rem,5vw,5.5rem);z-index:5;width:min(39vw,440px);min-height:280px;padding:1.2rem 1.25rem;display:grid;grid-template-columns:minmax(8rem,42%) minmax(0,1fr);align-items:center;gap:1.1rem;color:var(--ink);text-align:left;border:1px solid rgba(36,31,26,.12);border-top-color:#241f1a33;background:linear-gradient(180deg,#f6f1e7db,#f6f1e7e6);box-shadow:0 28px 70px #56442c46,inset 0 1px #241f1a0d;transform:translateY(-50%);overflow:hidden;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.sentinel-hero-console:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-left:2px solid rgba(36,31,26,.14);background:linear-gradient(115deg,transparent 72%,rgba(36,31,26,.02));pointer-events:none}.sentinel-hero-console:hover,.sentinel-hero-console:focus-visible{border-color:#241f1a47;box-shadow:0 32px 80px #56442c4d,0 0 24px #241f1a0f}.sentinel-hero-orbit{position:relative;display:grid;place-items:center;aspect-ratio:1;border:1px solid rgba(36,31,26,.14);border-radius:50%;background:radial-gradient(circle,rgba(36,31,26,.06),transparent 62%),#241f1a05;box-shadow:inset 0 0 24px #56442c33}.sentinel-hero-orbit:before,.sentinel-hero-orbit:after{display:none}.sentinel-hero-orbit:before{top:10%;right:10%;bottom:10%;left:10%;border-left-color:transparent;border-right-color:transparent;animation:sentinel-orbit 11s linear infinite}.sentinel-hero-orbit:after{top:24%;right:24%;bottom:24%;left:24%;border-top-color:transparent;border-bottom-color:transparent;animation:sentinel-orbit 7s linear infinite reverse}.sentinel-hero-figure{position:relative;z-index:1;display:block;width:76%;height:84%}.sentinel-hero-figure img{position:absolute;z-index:2;top:0;left:50%;width:100%;height:auto;transform:translate(-50%);object-fit:contain;filter:drop-shadow(0 0 8px rgba(36,31,26,.14)) drop-shadow(0 12px 20px rgba(86,68,44,.25))}.sentinel-hero-torso{position:absolute;z-index:1;left:50%;top:57%;width:54%;height:42%;transform:translate(-50%);clip-path:polygon(24% 0,76% 0,100% 30%,88% 100%,12% 100%,0 30%);border-radius:18% 18% 10% 10%;background:linear-gradient(90deg,transparent 48%,rgba(150,232,250,.34) 49% 51%,transparent 52%),linear-gradient(145deg,#f0f5f6 0,#f0f5f6 18%,#9ca9ae 19%,#9ca9ae 34%,#f4efe5 35%,#f4efe5 66%,#7d8b91 67%,#7d8b91 82%,#e5ecee 83%);box-shadow:0 0 0 1px #b3e7f26b,0 16px 24px #56442c4d,0 0 20px #53c6e129}.sentinel-hero-torso:before{content:"";position:absolute;left:50%;top:29%;width:32%;aspect-ratio:1.6;transform:translate(-50%);border:1px solid rgba(163,230,246,.58);border-radius:3px;background:linear-gradient(90deg,transparent 45%,#88e3f5 46% 54%,transparent 55%),#f6f1e7eb;box-shadow:0 0 10px #6fdcf357}.sentinel-hero-torso i{position:absolute;left:50%;bottom:12%;width:46%;height:2px;transform:translate(-50%);background:#85e0f494;box-shadow:0 0 7px #6edaf16b}.sentinel-hero-copy{position:relative;z-index:1;min-width:0;display:grid;gap:.55rem}.sentinel-hero-status{display:flex;align-items:center;gap:.4rem;color:#241f1acc;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sentinel-hero-status i{width:.42rem;height:.42rem;border-radius:50%;background:#46d17f;box-shadow:0 0 10px #46d17fe6}.sentinel-hero-copy strong{font-family:var(--font-brand, "Cormorant Garamond", Georgia, serif);color:var(--ink);font-size:clamp(1.45rem,2.4vw,2rem);font-weight:500;letter-spacing:.02em}.sentinel-hero-copy small{color:#241f1ab0;font-size:.72rem;line-height:1.52}.sentinel-hero-tools{display:flex;flex-wrap:wrap;gap:.35rem}.sentinel-hero-tools b{padding:.25rem .4rem;color:#241f1ab8;border:1px solid rgba(36,31,26,.14);background:#241f1a0a;font-size:.54rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sentinel-hero-action{margin-top:.15rem;color:var(--ink);font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}@keyframes sentinel-orbit{to{transform:rotate(360deg)}}.hero-labeling-scene{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end;gap:clamp(.35rem,1.5vw,1.25rem);padding:1.25rem clamp(1rem,4vw,3.5rem) 1.5rem 0;pointer-events:none}.hero-scene-held-vial{position:absolute;right:-6%;bottom:8%;width:clamp(2.6rem,6.5vw,4.4rem);height:auto;z-index:2;filter:drop-shadow(0 0 6px #9ae8ff) drop-shadow(0 0 14px rgba(62,200,255,.85)) drop-shadow(0 8px 18px rgba(0,0,0,.55));transform:rotate(12deg)}.hero-scene-kit{display:block;width:min(40vw,340px);height:auto;max-height:min(52vh,280px);flex-shrink:0;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 0 12px rgba(62,200,255,.4)) drop-shadow(0 18px 36px rgba(0,0,0,.65))}@keyframes hero-tron-pulse{0%,to{opacity:.75;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}.hero-media--undisclosed:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(100deg,rgba(246,241,231,.72) 0%,rgba(0,0,0,.35) 28%,rgba(0,0,0,.08) 48%,transparent 62%),linear-gradient(180deg,rgba(0,0,0,.35) 0%,transparent 28%)}.hero-media--undisclosed:after{z-index:2;background:linear-gradient(to top,rgba(246,241,231,.65) 0%,transparent 42%);pointer-events:none}.hero--undisclosed .container.hero-content,.hero--undisclosed .hero-content{position:relative;z-index:3;color:var(--ink);text-align:left;margin-left:clamp(1rem,3.5vw,2.5rem);margin-right:auto;width:min(36rem,calc(100% - 2rem));max-width:36rem;justify-self:start;align-self:start;padding-top:clamp(1.25rem,3.5vh,2.25rem);padding-bottom:2.5rem;text-shadow:0 1px 2px rgba(0,0,0,.9),0 8px 28px rgba(0,0,0,.75)}.hero--undisclosed .hero-brand-lockup{position:relative;justify-content:flex-start;align-items:center;gap:.75rem}.brand-logo--ud-hex,.hero-brand-mark--hex{object-fit:contain;background:transparent!important;border-radius:0!important;box-shadow:none!important}.hero--undisclosed .hero-brand-text{align-items:flex-start;text-align:left}.hero--undisclosed .hero-brand{color:var(--ink);text-align:left;text-shadow:0 1px 0 rgba(0,0,0,.95),0 2px 8px rgba(0,0,0,.9),0 12px 40px rgba(0,0,0,.7)}.hero--undisclosed .hero-tagline,.hero--undisclosed .hero-signature,.hero--undisclosed .hero-copy,.hero--undisclosed .hero-cta{max-width:min(30rem,calc(36vw - 6.5rem))}.hero--undisclosed .hero-tagline,.hero--undisclosed .hero-copy,.hero--undisclosed .ud-brought-by{color:#241f1af5;text-shadow:0 1px 2px rgba(86,68,44,.28)}.hero--undisclosed .hero-brand-mark{width:clamp(6.25rem,16vw,9.5rem);height:clamp(6.25rem,16vw,9.5rem);border-radius:0;border:0;box-shadow:none;background:transparent;object-fit:contain}.hero--undisclosed .hero-brand-rule{margin-left:0;margin-right:auto;background:linear-gradient(90deg,var(--ink) 0%,rgba(246,241,231,.55) 55%,transparent 100%)}.hero--undisclosed .hero-brand-rule:after{left:.15rem;transform:translateY(-50%);background:var(--ink);border-color:#241f1a80}.hero--undisclosed .hero-cta{display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(25% - .5rem),1fr));gap:.7rem;width:100%}.hero--undisclosed .hero-cta .primary-btn{background:var(--ink);color:#fbf7f0;min-height:3.5rem;display:flex;align-items:center;justify-content:center;padding:0!important}.hero--undisclosed .hero-cta .soft-btn{background:transparent;border:1px solid rgba(255,255,255,.35);color:var(--ink);min-height:3.5rem;display:flex;align-items:center;justify-content:center;padding:0!important}.hero--undisclosed .hero-cta .soft-btn--label{position:relative;overflow:hidden;min-height:3.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(170deg,#f4e3bd,#e3c88c 44%,#cfa960);border:1px solid #a8863c;border-radius:5px;color:#2a2119;padding:0;box-shadow:inset 0 1px #fffaebbf,inset 0 -1px #785a1e38,0 0 0 1px #b9974a59,0 2px 10px #b9974a80,0 6px 26px #b9974a57}.hero--undisclosed .hero-cta .soft-btn--label:before{display:none}.hero--undisclosed .hero-cta .soft-btn--label:after{display:none}.hero--undisclosed .hero-cta .soft-btn--label .soft-btn--label-text{display:block;font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;line-height:1.15;text-align:center;z-index:1}.hero--undisclosed .hero-cta .soft-btn--print{position:relative;overflow:hidden;min-height:3.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(170deg,#fafafb,#dcdde1 44%,#b4b7bd);border:1px solid #9a9ca1;border-radius:5px;color:#23262b;padding:0;box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #3c424c33,0 0 0 1px #9a9ca159,0 2px 10px #78808c66,0 6px 26px #78808c42}.hero--undisclosed .hero-cta .soft-btn--print:before{display:none}.hero--undisclosed .hero-cta .soft-btn--print:after{display:none}.hero--undisclosed .hero-cta .soft-btn--refer{position:relative;overflow:hidden;min-height:3.5rem;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(56deg,rgba(210,236,214,.07) 0 1px,transparent 1px 5px),repeating-linear-gradient(-56deg,rgba(210,236,214,.06) 0 1px,transparent 1px 6px),linear-gradient(168deg,#27523e,#1e3d2f 52%,#162c22);border:1px solid #16442f;border-radius:5px;color:#eaf5ec;padding:0;box-shadow:inset 0 1px #c6e8cc4d,inset 0 -1px #0a1a1280,0 0 0 1px #1e3d2f66,0 2px 10px #163c2a6b,0 6px 26px #163c2a4d}.hero--undisclosed .hero-cta .soft-btn--refer:before{display:none}.hero--undisclosed .hero-cta .soft-btn--refer:after{display:none}.hero--undisclosed .hero-cta .soft-btn--refer .soft-btn--refer-pct{display:inline-block;margin-left:.45rem;padding:.05rem .3rem;border:1px solid rgba(198,232,204,.5);border-radius:2px;font-style:normal;font-size:.66rem;letter-spacing:.06em;color:#f2fbf3;background:#0a1e1457}.hero--undisclosed .hero-cta .soft-btn--refer:hover,.hero--undisclosed .hero-cta .soft-btn--refer:focus-visible{background:repeating-linear-gradient(56deg,rgba(210,236,214,.1) 0 1px,transparent 1px 5px),repeating-linear-gradient(-56deg,rgba(210,236,214,.08) 0 1px,transparent 1px 6px),linear-gradient(168deg,#2f6149,#264b39 52%,#1b3729);border-color:#2a6244;box-shadow:inset 0 1px #d0f0d666,inset 0 -1px #0a1a1280,0 0 0 1px #1e3d2f80,0 3px 14px #163c2a8c,0 8px 34px #163c2a61}.ud-math{margin:0 0 1.75rem;padding:1.1rem 1.15rem 1rem;border:1px solid rgba(36,31,26,.14);border-radius:10px;background:#241f1a08}.ud-math-lede{margin:0 0 1rem}.ud-math-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:.9rem;align-items:center;padding:.75rem 0;border-top:1px solid rgba(36,31,26,.1)}.ud-math-row:first-of-type{border-top:0}.ud-math-field{display:grid;gap:.3rem;font-size:.82rem}.ud-math-input{display:flex;align-items:center;gap:.2rem;border:1px solid rgba(36,31,26,.22);border-radius:7px;background:#fff;padding:0 .55rem}.ud-math-input i{font-style:normal;opacity:.55}.ud-math-input input{border:0;background:none;padding:.55rem .1rem;width:100%;font:inherit;font-variant-numeric:tabular-nums}.ud-math-input input:focus{outline:none}.ud-math-input:focus-within{border-color:#241f1a80}.ud-math-out{display:grid;gap:.1rem}.ud-math-out strong{font-size:1.35rem;font-variant-numeric:tabular-nums;line-height:1.15}.ud-math-note{margin:.9rem 0 0}@media (max-width: 560px){.ud-math-row{grid-template-columns:1fr;gap:.5rem}}.ud-refer--inline{position:static;z-index:auto;margin:0 0 1.5rem;width:100%}.ud-refer--inline .ud-refer-panel{position:static;max-width:34rem}.hero--undisclosed .hero-cta .soft-btn--print:hover,.hero--undisclosed .hero-cta .soft-btn--print:focus-visible{background:linear-gradient(170deg,#fff,#e8e9ed 44%,#c4c7cd);border-color:#b0b3b9;box-shadow:inset 0 1px #fffffff2,inset 0 -1px #3c424c33,0 0 0 1px #9a9ca173,0 3px 14px #78808c85,0 8px 34px #78808c57}.hero--undisclosed .hero-cta .soft-btn--label:hover,.hero--undisclosed .hero-cta .soft-btn--label:focus-visible{background:linear-gradient(170deg,#fbeecd,#ecd69f 44%,#d9b672);border-color:#c09b45;box-shadow:inset 0 1px #fffcf2d9,inset 0 -1px #785a1e38,0 0 0 1px #b9974a73,0 3px 14px #b9974a9e,0 8px 34px #b9974a6b}.app-shell--fabs-yield .ud-refer,.app-shell--fabs-yield .message-dock{opacity:0;transform:translateY(.6rem);pointer-events:none}.app-shell--fabs-yield .message-dock--open{opacity:1;transform:none;pointer-events:auto}.ud-refer,.message-dock{transition:opacity .22s ease,transform .22s ease}@media (prefers-reduced-motion: reduce){.ud-refer,.message-dock{transition:opacity .22s ease}.app-shell--fabs-yield .ud-refer,.app-shell--fabs-yield .message-dock{transform:none}}.hero--undisclosed .hero-tagline,.hero--undisclosed .hero-copy,.hero--undisclosed .ud-brought-by{text-align:left;margin-left:0;margin-right:auto}.hero--undisclosed .hero-tagline{color:#241f1afa}.hero--undisclosed .hero-copy{color:#241f1ae6}.hero--undisclosed .ud-brought-by{margin:0}.hero--undisclosed-compact{min-height:min(56vh,520px)}.hero--undisclosed-compact .hero-content{padding-top:clamp(.6rem,1.5vh,1rem);padding-bottom:2.25rem}.hero--undisclosed-compact .hero-tagline{margin-bottom:1.1rem;max-width:28rem}.hero--undisclosed-compact .hero-tagline,.hero--undisclosed-compact .hero-copy,.hero--undisclosed-compact .hero-cta{max-width:min(28rem,calc(36vw - 6.5rem))}.sentinel-chat{position:fixed!important;right:1rem;bottom:1rem;z-index:150!important;width:min(24rem,calc(100vw - 2rem));max-height:min(42rem,calc(100dvh - 2rem));display:grid;grid-template-rows:auto minmax(8rem,1fr) auto auto auto auto;overflow:hidden;color:#eef7f9;border:1px solid rgba(119,210,234,.28);border-top:2px solid rgba(119,210,234,.78);background:linear-gradient(rgba(113,203,228,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(113,203,228,.025) 1px,transparent 1px),#f6f1e7f7;background-size:24px 24px;box-shadow:0 24px 70px #56442c4d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:sentinel-chat-in .22s ease-out both}.sentinel-chat-head{display:grid;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:.6rem;padding:.7rem;border-bottom:1px solid rgba(119,210,234,.14);background:#f6f1e7c2}.sentinel-chat-head img{width:2.5rem;height:2.5rem;object-fit:contain}.sentinel-chat-head>div{display:grid;gap:.05rem}.sentinel-chat-head span{display:flex;align-items:center;gap:.3rem;color:#97def0cc;font-size:.56rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sentinel-chat-head span i{width:.36rem;height:.36rem;border-radius:50%;background:#75d7ed;box-shadow:0 0 8px #75d7eda6}.sentinel-chat-head strong{font-size:.96rem;letter-spacing:.04em}.sentinel-chat-head>button,.sentinel-chat-form button{width:2.1rem;height:2.1rem;display:grid;place-items:center;padding:0;color:#eaf6f8;border:1px solid rgba(36,31,26,.2);border-radius:2px;background:#241f1a0a}.sentinel-chat-log{min-height:9rem;max-height:20rem;padding:.8rem;display:flex;flex-direction:column;gap:.65rem;overflow-y:auto;overscroll-behavior:contain}.sentinel-message{display:flex;align-items:flex-start;gap:.4rem}.sentinel-message svg{flex:0 0 auto;margin-top:.2rem;color:#80d7ed}.sentinel-message p{max-width:88%;margin:0;padding:.55rem .65rem;color:#241f1ad1;border:1px solid rgba(130,207,227,.12);background:#3072841a;font-size:.76rem;line-height:1.48;text-align:left}.sentinel-message--user{justify-content:flex-end}.sentinel-message--user p{color:#071014;border-color:#ace5f3b8;background:#ace5f3e6}.sentinel-message--busy p{font-style:italic;opacity:.72}.sentinel-suggestions{padding:0 .8rem .7rem;display:flex;flex-wrap:wrap;gap:.35rem}.sentinel-suggestions button,.sentinel-chat-tools button{padding:.4rem .52rem;color:#241f1ad6;border:1px solid rgba(119,210,234,.18);border-radius:2px;background:#3d889d14;font-size:.65rem}.sentinel-chat-form{padding:.65rem .8rem;display:grid;grid-template-columns:1fr auto;gap:.45rem;border-top:1px solid rgba(119,210,234,.12)}.sentinel-chat-form input{min-width:0;height:2.35rem;padding:0 .65rem;color:#edf7f9;border:1px solid rgba(170,224,238,.22);border-radius:2px;outline:0;background:#241f1a0b}.sentinel-chat-form input:focus{border-color:#80d7edb8;box-shadow:0 0 0 2px #53b7d11c}.sentinel-chat-form button:disabled{opacity:.35}.sentinel-chat-tools{padding:0 .8rem .6rem;display:flex;gap:.35rem}.sentinel-chat-tools button{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;flex:1}.sentinel-chat-disclaimer{margin:0;padding:.55rem .8rem;color:#241f1a7a;border-top:1px solid rgba(119,210,234,.1);font-size:.56rem;letter-spacing:.04em;text-align:center}@keyframes sentinel-chat-in{0%{opacity:0;transform:translateY(.65rem) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 600px){.sentinel-chat{right:.65rem;bottom:.65rem;width:calc(100vw - 1.3rem);max-height:calc(100dvh - 1.3rem)}.sentinel-chat-log{max-height:42dvh}}.ud-news-section{scroll-margin-top:5.5rem}.ud-news-list{display:grid;gap:.75rem}.ud-news-card{border:1px solid rgba(36,31,26,.12);border-radius:12px;background:#fffdf9c7;overflow:hidden}.ud-news-card-head{width:100%;display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between;text-align:left;padding:1rem 1.1rem;background:transparent;border:0;color:inherit;cursor:pointer;font:inherit}.ud-news-card-head h3{margin:.2rem 0 .4rem;font-family:var(--font-brand);font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:600;letter-spacing:.02em;line-height:1.25}.ud-news-kicker{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.88;font-weight:600}.ud-news-summary{margin:0;font-size:.92rem;line-height:1.45;opacity:.88;max-width:52rem}.ud-news-toggle{flex-shrink:0;width:1.6rem;height:1.6rem;display:grid;place-items:center;border:1px solid rgba(36,31,26,.2);border-radius:6px;font-size:1.1rem;line-height:1;opacity:1;color:var(--ink)}.ud-news-card-body{padding:.85rem 1.1rem 1.1rem;display:grid;gap:.65rem;border-top:1px solid rgba(36,31,26,.08);margin:0 .15rem}.ud-news-card-body p{margin:0;font-size:.9rem;line-height:1.5;opacity:.9;max-width:48rem}.ud-news-votes{list-style:none;margin:.2rem 0 0;padding:0;display:grid;gap:.35rem}.ud-news-votes li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem;padding:.4rem .55rem;border-radius:8px;font-size:.86rem;background:#241f1a0a}.ud-news-vote--pass strong{color:#1c6b40}.ud-news-vote--fail strong{color:#9b2c2c}.ud-news-links a{color:inherit;text-underline-offset:2px}.app-shell--skincare .ud-news-section{display:none}.catalog-sections{display:grid;gap:2.25rem;margin-top:1.25rem}.catalog-category{scroll-margin-top:5.5rem}.catalog-category-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;padding-bottom:.55rem;border-bottom:1px solid rgba(255,255,255,.12)}.catalog-category-head h3{margin:0;font-family:var(--font-brand);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase}.catalog-category-head span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.app-shell--undisclosed .catalog-category-head{border-bottom-color:#241f1a24}.app-shell--undisclosed .catalog-category-head h3{color:var(--ink)}.app-shell--undisclosed .catalog-category-head span{color:#241f1a8c}.catalog-request-note{margin:.85rem 0 1.25rem;font-size:.95rem;line-height:1.45;color:var(--ink-soft)}.app-shell--undisclosed .catalog-request-note{color:#241f1ab8}button.linkish{display:inline;padding:0;margin:0;border:0;background:none;color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:.15em;cursor:pointer}.app-shell--undisclosed button.linkish{color:var(--ink)}.hero-tagline{margin:0 0 .75rem;font-family:var(--font-display);font-weight:600;font-size:clamp(1.15rem,2.4vw,1.55rem);letter-spacing:-.02em;color:#241f1aeb}.hero-copy{margin:0 0 1.4rem;font-size:1.05rem;line-height:1.55;color:#241f1adb;max-width:30rem}.hero-cta{display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(25% - .5rem),1fr));gap:.7rem;width:100%}.hero-cta .primary-btn{background:var(--cobalt);color:#fff;min-height:3.5rem;display:flex;align-items:center;justify-content:center;padding:0!important}.hero-cta .primary-btn:hover{background:var(--cobalt-bright)}.hero-cta .soft-btn{background:#ffffffbf;border-color:var(--line);color:var(--ink);min-height:3.5rem;display:flex;align-items:center;justify-content:center;padding:0!important}.hero-cta .soft-btn:hover{border-color:var(--cobalt);color:var(--cobalt)}.trust-strip{background:var(--surface);border-bottom:1px solid var(--line);padding:1.35rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.trust-item{display:flex;gap:.75rem;align-items:flex-start;color:var(--navy)}.trust-item strong{display:block;font-size:.92rem;margin-bottom:.15rem}.trust-item p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.4}.mission-band,.lab-band{background:linear-gradient(135deg,#0a0a0a,#161616 55%,#1c1810);color:#f4f4f4;padding:2.75rem 0;border-top:1px solid rgba(0,71,171,.28);border-bottom:1px solid rgba(0,71,171,.28)}.mission-inner,.lab-inner{display:grid;grid-template-columns:1.3fr .9fr;gap:1.5rem;align-items:center}.mission-band h2,.lab-band h2{margin:0 0 .65rem;font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.35rem);letter-spacing:-.03em}.mission-band p,.lab-band p{margin:0;color:#f4f7fbe0;line-height:1.55;max-width:36rem}.mission-points,.lab-points{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.mission-points li,.lab-points li{display:flex;align-items:center;gap:.55rem;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:.75rem .9rem;font-weight:600}.value-thesis{padding-top:2.25rem}.thesis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.thesis-card h3{margin:0 0 .55rem;font-family:var(--font-display);font-size:1.2rem;letter-spacing:-.02em;color:var(--navy)}.thesis-card p{margin:0;color:var(--ink-soft);line-height:1.55;font-size:.95rem}.thesis-card-accent{background:linear-gradient(160deg,#0a0a0a,#1a1a1a 60%,#241e12);border-color:#0047ab59;color:#f4f4f4}.thesis-card-accent .section-kicker{color:var(--gold)}.thesis-card-accent h3{color:#fff}.thesis-card-accent p{color:#f4f7fbe0}.mission-band em{font-style:italic;color:var(--gold-bright)}.supply-chain{padding-top:2.75rem}.supply-flow{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:.35rem .25rem}.supply-step{flex:1 1 8.5rem;min-width:7.5rem;max-width:11.5rem;position:relative;padding:1.15rem .85rem 1rem;border-top:2px solid var(--teal);animation:rise-in .55s ease both}.supply-step:nth-child(1){animation-delay:.05s}.supply-step:nth-child(3){animation-delay:.12s}.supply-step:nth-child(5){animation-delay:.19s}.supply-step:nth-child(7){animation-delay:.26s}.supply-step:nth-child(9){animation-delay:.33s}.supply-step-icon{display:inline-flex;color:var(--teal-deep);margin-bottom:.45rem}.supply-step-num{position:absolute;top:.85rem;right:.65rem;font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--muted)}.supply-step strong{display:block;margin-bottom:.35rem;font-family:var(--font-display);font-size:1rem;letter-spacing:-.02em;color:var(--navy)}.supply-step p{margin:0;font-size:.88rem;line-height:1.45;color:var(--ink-soft)}.supply-flow-arrow{display:flex;align-items:center;justify-content:center;color:var(--teal);flex:0 0 auto;opacity:.7;animation:supply-arrow-pulse 2.4s ease-in-out infinite}@keyframes supply-arrow-pulse{0%,to{opacity:.35;transform:translate(0)}50%{opacity:.95;transform:translate(3px)}}.supply-example{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:1.25rem 1.5rem;align-items:start;padding:1.5rem 0 .25rem;border-top:1px solid var(--line);animation:rise-in .65s ease .2s both}.supply-example-copy h3{margin:0 0 .45rem;font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.02em;color:var(--navy)}.supply-example-copy p{margin:0;color:var(--ink-soft);line-height:1.5;max-width:22rem}.source-path{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.source-path li{display:grid;grid-template-columns:4.25rem 1fr;gap:.65rem;align-items:baseline;font-size:.95rem;line-height:1.4;color:var(--ink-soft)}.source-path span{font-family:var(--font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-deep)}.supply-example-notes{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.supply-example-notes li{display:flex;align-items:flex-start;gap:.5rem;font-size:.92rem;line-height:1.4;color:var(--ink-soft)}.supply-example-notes svg{flex-shrink:0;margin-top:.12rem;color:var(--teal-deep)}.section{padding:2.5rem 0}.section-tight{padding-top:.5rem}.section-kicker{margin:0 0 .25rem;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-deep)}.mission-band .section-kicker,.lab-band .section-kicker{color:#0047abf2}.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.25rem}.section-head h2{margin:0;font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.25rem);letter-spacing:-.03em}.section-head p{margin:.35rem 0 0;color:var(--muted);max-width:36rem}.filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem}.filters--warehouse{margin-bottom:.65rem}.chip{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:.45rem .85rem;font-size:.86rem;font-weight:600;color:var(--ink-soft)}.chip-hint{font-weight:500;opacity:.78}.chip.active{background:var(--black);border-color:var(--gold);color:#f7f7f7}.chip.active .chip-hint{opacity:.85}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem;width:100%;max-width:100%}.product-grid--catalog{grid-template-columns:repeat(5,minmax(0,1fr))}@media (min-width: 2200px){.product-grid--catalog,.product-grid-scroll.product-grid--catalog{grid-template-columns:repeat(6,minmax(0,1fr))}}.product-grid-scroll{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-columns:unset;overflow-x:clip;overflow-y:visible;scroll-snap-type:none;padding-bottom:.35rem;max-width:100%;width:100%;gap:1.15rem}@media (max-width: 1100px){.product-grid:not(.product-grid--catalog),.product-grid-scroll:not(.product-grid--catalog){grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 820px){.product-grid:not(.product-grid--catalog),.product-grid-scroll:not(.product-grid--catalog){grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid--catalog,.product-grid-scroll.product-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.product-grid--catalog .card-blurb,.product-grid--catalog .vial-size-tag,.product-grid--catalog .rating{display:none}.product-grid--catalog .product-body h3{font-size:.92rem}.product-grid--catalog .meta{font-size:.72rem}}.product-grid-scroll .product-card{scroll-snap-align:start}@keyframes spring-press{0%{transform:scale(1) translateY(0);box-shadow:inset 0 1px #fff6,inset 0 -2px 4px #00000026,0 10px 30px #0a286414}50%{transform:scale(.97) translateY(2px);box-shadow:inset 0 1px #fff6,inset 0 -2px 4px #00000026,0 2px 8px #0a28640a}to{transform:scale(1) translateY(0);box-shadow:inset 0 1px #fff6,inset 0 -2px 4px #00000026,0 10px 30px #0a286414}}@keyframes spring-press-btn{0%{transform:translateY(0);box-shadow:inset 0 1px #fff6e438,inset 0 0 0 1px #100c088c,0 4px 12px #3024164d}50%{transform:translateY(1.5px);box-shadow:inset 0 1px #fff6e438,inset 0 0 0 1px #100c088c,0 1px 4px #30241626}to{transform:translateY(0);box-shadow:inset 0 1px #fff6e438,inset 0 0 0 1px #100c088c,0 4px 12px #3024164d}}.product-card{background:var(--surface);border:8px solid #c9956f;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 1px #fff6,inset 0 -2px 4px #00000026,0 10px 30px #0a286414;transition:transform .25s ease,box-shadow .25s ease;text-align:left;padding:0;width:100%;cursor:pointer}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #0c1b2a1f}.product-card:active{animation:spring-press .4s cubic-bezier(.34,1.56,.64,1)}.product-card-main{background:none;border:0;padding:0;text-align:left;display:flex;flex-direction:column;flex:1;width:100%;cursor:pointer}.product-visual{aspect-ratio:1 / 1;background:radial-gradient(ellipse at 50% 42%,#2a2a2a,#0a0a0a 62%,#050505);position:relative;display:grid;place-items:center;overflow:hidden;width:100%;max-width:100%}.generated-vial-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:100%;width:100%;overflow:hidden}.generated-vial{display:block;max-width:min(100%,220px);width:auto;height:auto;border-radius:4px;object-fit:contain}.generated-vial--sm{max-height:96px;max-width:72px}.generated-vial--md{max-height:200px}.generated-vial--lg{max-height:360px;max-width:min(100%,280px)}.calc-vial-stage{display:grid;place-items:center;background:radial-gradient(ellipse at 50% 40%,#1c1c1c,#080808 70%);border-radius:16px;padding:1rem .5rem;border:1px solid rgba(0,71,171,.22)}.vial-download{font-size:.82rem;padding:.45rem .75rem}.calc-vial-panel{margin-top:1.25rem;border:1px solid var(--line);border-radius:16px;padding:1rem 1rem 1.25rem;background:#ffffffb3}.badge{position:absolute;top:.7rem;left:.7rem;z-index:3;pointer-events:none;background:#fffffff2;border:1px solid var(--line);border-radius:6px;padding:.22rem .5rem;font-size:.7rem;font-weight:700;letter-spacing:.02em;max-width:calc(100% - 1.4rem);text-align:left;line-height:1.25;color:var(--navy)}.price-external{font-size:1rem;color:var(--teal-deep)}a.primary-btn,a.soft-btn,a.cart-cta{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.product-body{padding:.85rem .9rem .55rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-body h3{margin:0;font-size:1rem;letter-spacing:-.02em;font-family:var(--font-display);font-weight:650;color:var(--navy)}.product-grid--catalog .card-foot-id>h3{min-height:2.5em;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.25}.product-grid--catalog{grid-auto-rows:1fr}.meta{color:var(--muted);font-size:.82rem}.vial-size-tag{margin-top:.15rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--teal-deep)}.price-row{display:flex;align-items:baseline;gap:.45rem;margin-top:auto;padding-top:.25rem}.price{font-weight:800;font-size:1.2rem;color:var(--navy);font-family:var(--font-display)}.compare{color:var(--muted);text-decoration:line-through;font-size:.86rem}.rating{font-size:.8rem;color:var(--ink-soft)}.stars{color:#de7921;letter-spacing:-.08em}.cart-cta{margin:0 .85rem .75rem;width:calc(100% - 1.7rem);border-radius:8px;background:linear-gradient(180deg,var(--gold-bright) 0%,var(--gold) 100%);color:#0a0a0a;font-weight:700;font-size:.82rem;padding:.38rem .7rem;min-height:2rem;border:1px solid var(--gold-deep);box-shadow:0 1px #ffffff59 inset;position:relative;z-index:2;cursor:pointer}.cart-cta:disabled{opacity:.45;cursor:not-allowed;transform:none}.cart-cta:hover{background:linear-gradient(180deg,var(--cobalt-bright) 0%,var(--gold) 100%);transform:translateY(-1px)}.cart-cta.soft-btn{background:var(--surface);border-color:var(--line);color:var(--ink-soft);box-shadow:none}.strength-field{display:grid;gap:.2rem;margin:0 .85rem .4rem;font-size:.68rem;font-weight:700;color:var(--ink-soft)}.strength-field span{letter-spacing:.04em;text-transform:uppercase}.strength-field select{border:1px solid var(--line);border-radius:6px;background:#fff;padding:.32rem .5rem;font-size:.78rem;font-weight:600;line-height:1.2;min-height:1.9rem;color:var(--ink)}.buy-box .strength-field{margin:0}.price-from{margin-left:.45rem;font-size:.78rem;font-weight:600;color:var(--ink-soft)}.compare-actions{margin:0 .85rem .45rem}.compare-toggle{font-size:.78rem;padding:.35rem .65rem}.compare-panel{margin:0 .85rem .65rem;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.compare-table{width:100%;border-collapse:collapse;font-size:.78rem}.compare-table th,.compare-table td{padding:.45rem .5rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}.compare-table th{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft);background:#00000005}.compare-table tr.is-selected{background:#0047ab14}.compare-table tr:last-child td{border-bottom:none}.compare-select{padding:.3rem .55rem;font-size:.72rem;border-radius:999px;white-space:nowrap}.best-price-tag{display:inline-block;margin-left:.35rem;padding:.1rem .35rem;border-radius:4px;background:#0047ab2e;color:#7a5f12;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.detail-compare{margin-top:1rem}.detail-compare-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.price-compare{margin:0 .85rem .65rem}.price-compare--compact{margin-top:.15rem}.buy-box .price-compare,.detail-compare .price-compare{margin-left:0;margin-right:0}.price-compare-head{display:flex;align-items:center;gap:.5rem}.price-compare-toggle{display:inline-flex;align-items:center;gap:.4rem;width:auto;border-radius:999px;padding:.45rem .75rem;font-size:.8rem}.price-compare-count{color:var(--ink-soft);font-weight:600;font-size:.72rem}.price-compare-body{margin-top:.55rem}.price-compare-scopes{display:flex;gap:.35rem;margin-bottom:.45rem}.price-compare-scopes button{border:1px solid var(--line);background:#fff;color:var(--ink-soft);border-radius:999px;padding:.3rem .7rem;font-size:.72rem;font-weight:700;cursor:pointer}.price-compare-scopes button.is-active{border-color:var(--cobalt);background:#0047ab1f;color:var(--ink)}.compare-table--detail{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.compare-note{margin-top:.15rem;font-size:.68rem;color:var(--muted);font-weight:500}.empty-state{padding:2.5rem;text-align:center;border:1px dashed var(--line);border-radius:var(--radius);background:#ffffffb3;color:var(--muted)}.panel-page{padding:1.75rem 0 3rem}.panel{background:var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius) + 2px);box-shadow:var(--shadow);padding:1.25rem}.panel h1,.panel h2{font-family:var(--font-display);letter-spacing:-.03em;margin:0 0 .35rem}.panel .lede{color:var(--muted);margin:0 0 1.25rem}.grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem}.form-grid{display:grid;gap:.75rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}label.field{display:grid;gap:.35rem;font-size:.84rem;font-weight:600;color:var(--ink-soft)}label.field input,label.field select,label.field textarea{border:1px solid var(--line);background:#ffffffe6;border-radius:10px;padding:.7rem .8rem;outline:none}label.field textarea{min-height:88px;resize:vertical}label.field input:focus,label.field select:focus,label.field textarea:focus{border-color:#0047ab8c;box-shadow:0 0 0 3px #0047ab24}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.75rem .55rem;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.status{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:700}.status.pending{background:#0047ab2e;color:#8a5610}.status.approved{background:#1f7a4d24;color:var(--ok)}.status.rejected{background:#b423181f;color:var(--danger)}.row-actions{display:flex;flex-wrap:wrap;gap:.35rem}.row-actions--compact{gap:.3rem}.row-actions--compact .soft-btn{flex:1 1 0;min-width:0;justify-content:center;padding:.38rem .5rem;font-size:.74rem;letter-spacing:.04em}.row-actions--compact .soft-btn svg{width:13px;height:13px}.ud-refer-send{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}.ud-refer-send-label{display:block;font-size:.78rem;line-height:1.45;color:var(--ink-soft);margin-bottom:.45rem}.ud-refer-send-row{display:flex;gap:.35rem}.ud-refer-send-row input{flex:1 1 auto;min-width:0;padding:.5rem .65rem;font-size:.85rem;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:inherit}.ud-refer-send-row .soft-btn{flex:0 0 auto}.ud-refer-send-msg{margin:.45rem 0 0}.ask-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:inherit;font:inherit;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.hero--undisclosed .hero-cta .ask-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0;min-height:3.5rem;border-radius:5px;border:1px solid #241f1a;background:#241f1a;color:#faf8f3;font-size:.75rem;font-weight:600;letter-spacing:.06em}.ask-btn img{width:20px;height:20px;opacity:.85;filter:invert(1)}.ask-btn:hover{border-color:currentColor}.ask-btn--inline{padding:.28rem .7rem;font-size:.72rem;vertical-align:middle}.ask-btn--inline img{width:15px;height:15px}.plan-bar{display:flex;align-items:center;gap:.45rem;margin:.6rem 0 0;padding:.5rem .75rem;border:1px solid var(--line);border-radius:10px;background:var(--paper-2);font-size:.82rem;line-height:1.4}.plan-bar svg{flex:none}.plan-bar--compact{margin:0 0 .75rem;padding:.4rem .6rem;font-size:.76rem}.plan-bar-auto{color:var(--ink-soft)}.message-panel-away{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--line)}.ud-group-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));margin:1.5rem 0}.ud-group-card{border:1px solid var(--line);border-radius:12px;padding:1rem;background:var(--paper-2)}.ud-group-card h2{font-size:1rem;margin:.5rem 0 .4rem}.ud-group-card p{margin:0;font-size:.85rem;line-height:1.5;color:var(--ink-soft)}.ud-group-legal{margin:1.25rem 0}.catalog-sort{display:inline-flex;align-items:center;gap:.4rem;margin:0 0 .6rem;font-size:.78rem}.catalog-sort select{padding:.35rem .5rem;font-size:.8rem;border-radius:8px}.stars{display:inline-flex;gap:.08rem;vertical-align:middle}.star-on{fill:#d8a53a;color:#d8a53a}.star-off{fill:none;color:var(--line)}.stars--pick button{border:0;background:none;padding:.1rem;cursor:pointer;line-height:0}.ud-reviews{margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line)}.ud-reviews h2{font-size:1.05rem;margin:0 0 .75rem}.ud-review-list{display:grid;gap:.75rem;margin-bottom:1rem}.ud-review{border:1px solid var(--line);border-radius:10px;padding:.75rem}.ud-review-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.ud-review p{margin:0;font-size:.87rem;line-height:1.5}.ud-review-mine{margin:.75rem 0}.ud-review-form{display:grid;gap:.5rem;justify-items:start;margin-top:1rem}.ud-review-label{font-size:.8rem;font-weight:600}.ud-review-form textarea{width:100%;padding:.5rem .65rem;font:inherit;font-size:.85rem;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:inherit;resize:vertical}.manual-pay{display:flex;flex-direction:column}.manual-pay-card.is-preferred{order:-1;border-color:currentColor}.pay-last{margin-left:.5rem;padding:.1rem .45rem;border:1px solid var(--line);border-radius:999px;font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle;color:var(--ink-soft)}.buy-selects{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 420px){.buy-selects{grid-template-columns:1fr}}.buy-selects .strength-field{margin:0}.buy-warehouse{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}.buy-warehouse-head{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft)}.buy-warehouse-facts{margin:.5rem 0 .6rem;display:grid;gap:.25rem}.buy-warehouse-facts>div{display:flex;justify-content:space-between;gap:.75rem;font-size:.83rem}.buy-warehouse-facts dt{color:var(--ink-soft);margin:0}.buy-warehouse-facts dd{margin:0;font-weight:600;text-align:right}.buy-warehouse-warn{margin:0;font-size:.78rem;line-height:1.45}.ud-selfdeal{margin:1rem 0}.ud-selfdeal p{margin:.4rem 0;font-size:.82rem;line-height:1.45}.ud-selfdeal ul{margin:.5rem 0 0;padding-left:1.1rem;font-size:.8rem}.ud-selfdeal li{margin:.2rem 0}.ud-selfdeal code{font-size:.78rem}.checkout-prefilled{margin:0 0 .75rem;padding:.5rem .7rem;border:1px solid var(--line);border-radius:8px;background:var(--paper-2);font-size:.78rem;line-height:1.45}.buy-labels{margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line);display:grid;gap:.5rem;justify-items:start}.buy-labels .meta{margin:0}.buy-labels-custom{font-size:.78rem;text-align:left;line-height:1.45}.notice{border-radius:12px;padding:.85rem 1rem;background:#0047ab1a;border:1px solid rgba(0,71,171,.22);color:var(--ink-soft);font-size:.92rem;margin-bottom:1rem}.notice.warn{background:#0047ab1f;border-color:#0047ab4d}.notice.ok{background:#1f7a4d1a;border-color:#1f7a4d47;color:var(--ink-soft)}.notice.calc-dose-ref{margin-top:.75rem;border-left:3px solid var(--gold);line-height:1.5}.notice.calc-dose-ref a{color:inherit;text-decoration:underline}.automation-bar{margin:0 0 1.5rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:12px;background:#fafafa}.automation-bar h2{margin:0 0 .75rem;font-size:1.05rem}.toggle-row{display:flex;align-items:flex-start;gap:.65rem;margin:.45rem 0;font-size:.92rem;color:var(--ink-soft);cursor:pointer}.toggle-row input{margin-top:.2rem;accent-color:var(--gold)}.checkout-form{margin-top:.75rem;display:grid;grid-template-columns:1fr 360px;gap:2rem}.checkout-form h2{margin:2rem 0 1.25rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0;font-size:1.3rem;font-weight:600;color:#111}.checkout-form h2:first-of-type{margin-top:0}.order-flow-steps{margin:0;padding:1.5rem;display:grid;gap:1rem;font-size:.95rem;line-height:1.6;color:#111;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px}.order-flow-steps li{padding-left:.5rem}.consent-check{display:flex;gap:.75rem;align-items:flex-start;margin-top:1rem;padding:1rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;font-size:.95rem;line-height:1.5;cursor:pointer;transition:all .2s ease}.consent-check:hover{border-color:#f90;box-shadow:0 2px 8px #00000014}.consent-check input{margin-top:.35rem;accent-color:#FF9900;flex-shrink:0;width:20px;height:20px;cursor:pointer}.app-shell--undisclosed .consent-check{border-color:#e0e0e0;background:#fff}.app-shell--undisclosed .consent-check:hover{border-color:#f90}.app-shell--undisclosed .consent-check input{accent-color:#FF9900}.checkout-form .form-row{display:grid;gap:1rem;margin-top:1.5rem}.checkout-form .form-row--2{grid-template-columns:1fr 1fr}.checkout-form .form-row--3{grid-template-columns:1.4fr .6fr .8fr;gap:.75rem}.checkout-form label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.95rem;color:#111}.checkout-form input[type=text],.checkout-form input[type=email],.checkout-form input[type=tel],.checkout-form input[type=number],.checkout-form select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;background:#fff;color:#111;transition:all .2s ease}.checkout-form input[type=text]:hover,.checkout-form input[type=email]:hover,.checkout-form input[type=tel]:hover,.checkout-form input[type=number]:hover,.checkout-form select:hover{border-color:#ccc}.checkout-form input[type=text]:focus,.checkout-form input[type=email]:focus,.checkout-form input[type=tel]:focus,.checkout-form input[type=number]:focus,.checkout-form select:focus{outline:none;border-color:#f90;box-shadow:0 0 0 3px #ff99001a}.checkout-form input[type=text]:-webkit-autofill,.checkout-form input[type=email]:-webkit-autofill,.checkout-form input[type=tel]:-webkit-autofill,.checkout-form input[type=number]:-webkit-autofill,.checkout-form input[type=text]:-webkit-autofill:hover,.checkout-form input[type=email]:-webkit-autofill:hover,.checkout-form input[type=tel]:-webkit-autofill:hover,.checkout-form input[type=number]:-webkit-autofill:hover,.checkout-form input[type=text]:-webkit-autofill:focus,.checkout-form input[type=email]:-webkit-autofill:focus,.checkout-form input[type=tel]:-webkit-autofill:focus,.checkout-form input[type=number]:-webkit-autofill:focus{-webkit-text-fill-color:#111!important;caret-color:#111;-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important;border-color:#999}.checkout-form input::placeholder{color:#999}.checkout-form .primary-btn{padding:1rem;margin-top:1.5rem;font-size:1rem;font-weight:600;background:#f90;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;width:100%}.checkout-form .primary-btn:hover:not(:disabled){background:#e08600;box-shadow:0 2px 8px #0000001f}.checkout-form .primary-btn:active:not(:disabled){background:#c77000}.checkout-form .primary-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.form-row--3{display:grid;grid-template-columns:1.4fr .6fr .8fr;gap:.75rem}.cart-list{margin:1.5rem 0;display:grid;gap:0}.cart-item{display:grid;grid-template-columns:80px 1fr 120px;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #e0e0e0;align-items:start}.cart-item:first-child{border-top:1px solid #e0e0e0}.cart-thumb{width:80px;height:80px;background:#f9f9f9;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item strong{display:block;margin-bottom:.5rem;font-size:.95rem;color:#111}.cart-item .meta{font-size:.85rem;color:#555;margin-bottom:.75rem}.qty-controls{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.qty-controls button{width:32px;height:32px;border:1px solid #e0e0e0;background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qty-controls button:hover{border-color:#f90}.qty-controls span{min-width:2rem;text-align:center;font-weight:500}.cart-remove{margin-left:auto;background:none;border:none;color:#0066c0;cursor:pointer;font-size:.85rem;padding:0;text-decoration:none;transition:color .2s ease}.cart-remove:hover{color:#f90;text-decoration:underline}.line-total{text-align:right;font-size:.95rem}.line-total strong{display:block;font-size:1rem;color:#111}.fulfil-pick{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}.fulfil-opt{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:2px solid #e0e0e0;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left}.fulfil-opt:hover{border-color:#f90;box-shadow:0 2px 8px #00000014}.fulfil-opt.is-on{border-color:#f90;background:#fff9f0}.fulfil-opt strong{display:block;margin-bottom:.35rem;color:#111;font-size:.95rem}.fulfil-opt .meta{font-size:.85rem;color:#555}.order-packet-preview{margin:.75rem 0 0;padding:.85rem;max-height:16rem;overflow:auto;background:#0a0a0a;color:#f2f2f2;border-radius:10px;font-size:.78rem;line-height:1.45;white-space:pre-wrap}.stripe-checkout{display:grid;gap:1.5rem;margin-top:0;padding:0;border:none;background:transparent}.stripe-pay-form{display:grid;gap:1.5rem}.stripe-pay-head{display:flex;align-items:flex-start;gap:1rem;margin:0}.stripe-pay-head strong{font-size:1.05rem;color:#111}.stripe-pay-head .meta{margin-top:.35rem;font-size:.9rem}.stripe-pay-btn{width:100%;justify-content:center;padding:1rem;margin-top:1rem;font-size:1rem;font-weight:600;background:#f90;color:#fff;border:none;border-radius:6px;transition:all .2s ease}.stripe-pay-btn:hover:not(:disabled){background:#e08600;box-shadow:0 2px 6px #0000001f}.stripe-pay-btn:active:not(:disabled){background:#c77000}.stripe-pay-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.stripe-booting{display:flex;align-items:center;gap:.75rem;color:#111;padding:1.5rem;background:#f0f0f0;border-radius:6px;font-weight:500}.affirm-messaging{padding:1rem 0;background:#fafafa;border-radius:6px}.affirm-hint{margin:0;font-size:.9rem;color:#555}.checkout-progress{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:0 0 1.5rem;border-bottom:1px solid #e0e0e0}.checkout-progress-step{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#555}.checkout-progress-step.active{color:#f90;font-weight:600}.checkout-progress-step.completed{color:#27ae60}.checkout-progress-step:before{content:"";width:24px;height:24px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.checkout-progress-step.active:before{background:#f90;color:#fff}.checkout-progress-step.completed:before{background:#27ae60;color:#fff}.checkout-progress-divider{width:1px;height:2rem;background:#e0e0e0;margin:0 -.5rem}.checkout-summary{grid-column:2;position:sticky;top:2rem;height:fit-content;padding:1.5rem;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px}.checkout-summary h3{margin:0 0 1.5rem;font-size:1.1rem;font-weight:600;color:#111}.checkout-summary-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e0e0e0;font-size:.95rem}.checkout-summary-item.total{border:none;padding:1rem 0 0;margin-top:.5rem;font-weight:600;font-size:1.1rem;color:#111}.checkout-summary-item strong{color:#111}.checkout-security{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.75rem;font-size:.85rem;color:#555}.checkout-security-badge{display:flex;align-items:center;gap:.5rem}.checkout-step-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.spin{animation:wp-spin .9s linear infinite}@keyframes wp-spin{to{transform:rotate(360deg)}}.app-shell--skincare{--line: rgba(0, 47, 117, .08);--shadow: 0 24px 60px rgba(0, 47, 117, .06);background:#fbfcfe}.app-shell--skincare body,body:has(.app-shell--skincare){background:radial-gradient(ellipse at 88% 8%,rgba(0,71,171,.05),transparent 38%),linear-gradient(180deg,#fff,#f8fafc 55%,#eef2f7)}.app-shell--skincare .header-top{background:#002f75;color:#ffffffe0;letter-spacing:.12em;font-size:.68rem;text-transform:uppercase}.app-shell--skincare .header-top-links button{color:#fff}.app-shell--skincare .header-top-links button:hover{color:#ffffffd9}.app-shell--skincare .header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-bottom:1px solid rgba(0,47,117,.08)}.app-shell--skincare .brand-sub{letter-spacing:.18em;font-size:.62rem;text-transform:uppercase;color:var(--muted)}.app-shell--skincare .header-nav-link{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:500}.app-shell--skincare .primary-btn{border-radius:2px;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:600;padding:.95rem 1.4rem;box-shadow:none}.app-shell--skincare .soft-btn,.app-shell--skincare .ghost-btn{border-radius:2px;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem}.app-shell--skincare .section-kicker,.app-shell--skincare .sk-eyebrow{letter-spacing:.22em;font-weight:500;font-size:.68rem}.app-shell--skincare .section-head h2,.app-shell--skincare .sk-section-head h2,.app-shell--skincare .flagship-mix-body h3,.app-shell--skincare .skin-ritual-step h3{font-weight:500;letter-spacing:.02em}.app-shell--skincare .skin-card,.app-shell--skincare .product-card.skin-card{border:0;box-shadow:none;background:transparent;border-radius:0}.app-shell--skincare .skin-card .product-visual,.app-shell--skincare .skin-visual{border-radius:0;border:1px solid rgba(0,47,117,.08);background:linear-gradient(180deg,#fff,#f4f7fb)!important}.app-shell--skincare .badge,.app-shell--skincare .skin-visual .badge,.app-shell--skincare .flagship-mix-media .badge{display:none!important}.app-shell--undisclosed{--ink: #241f1a;--ink-soft: rgba(36, 31, 26, .74);--muted: rgba(36, 31, 26, .66);--paper: #f3eee4;--paper-2: #eae3d6;--surface: #fdfbf7;--line: rgba(58, 46, 32, .16);--cobalt: #1f1b16;--cobalt-bright: #3a332a;--cobalt-deep: #14110d;--cobalt-soft: rgba(31, 27, 22, .08);--shadow: 0 18px 48px rgba(86, 68, 44, .16);--accent: #1f1b16;--ud-electric: #b08a4f;--ud-electric-hot: #d8b271;color:var(--ink);background-color:#efe9de;background-image:linear-gradient(104deg,transparent 0 6%,rgba(255,253,246,.72) 6% 15%,transparent 15% 19%,rgba(255,253,246,.5) 19% 24%,transparent 24% 46%,rgba(255,253,246,.62) 46% 57%,transparent 57% 61%,rgba(255,253,246,.38) 61% 66%,transparent 66%),linear-gradient(168deg,#fbf7f0,#f1ebe0 46%,#e7dfd1);background-size:cover,cover;background-position:center top,center center;background-repeat:no-repeat,no-repeat;background-attachment:scroll,scroll}body:has(.app-shell--undisclosed){color:#241f1a;background-color:#efe9de;background-image:linear-gradient(104deg,transparent 0 6%,rgba(255,253,246,.72) 6% 15%,transparent 15% 19%,rgba(255,253,246,.5) 19% 24%,transparent 24% 46%,rgba(255,253,246,.62) 46% 57%,transparent 57% 61%,rgba(36,31,26,.38) 61% 66%,transparent 66%),linear-gradient(168deg,#fbf7f0,#f1ebe0 46%,#e7dfd1);background-size:cover,cover;background-position:center top,center center;background-repeat:no-repeat,no-repeat}@media (hover: hover) and (pointer: fine){.app-shell--undisclosed,body:has(.app-shell--undisclosed){background-attachment:fixed}}body:has(.app-shell--undisclosed):before{opacity:0;background:radial-gradient(circle at 12% 20%,transparent 0 6px,rgba(108,211,239,.19) 7px 8px,transparent 9px),radial-gradient(circle at 20% 27%,transparent 0 4px,rgba(108,211,239,.12) 5px 6px,transparent 7px),radial-gradient(circle at 87% 15%,transparent 0 8px,rgba(108,211,239,.15) 9px 10px,transparent 11px),radial-gradient(circle at 79% 72%,transparent 0 5px,rgba(108,211,239,.11) 6px 7px,transparent 8px),linear-gradient(34deg,transparent 11%,rgba(108,211,239,.055) 11.1% 11.22%,transparent 11.32%),linear-gradient(146deg,transparent 82%,rgba(108,211,239,.045) 82.1% 82.22%,transparent 82.32%);animation:none}.app-shell--undisclosed:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:1;background:radial-gradient(ellipse 105% 60% at 50% -8%,rgba(36,31,26,.42),transparent 58%),radial-gradient(circle at 82% 12%,rgba(150,200,255,.3),transparent 34%),radial-gradient(circle at 16% 20%,rgba(36,31,26,.24),transparent 38%),linear-gradient(118deg,transparent 26%,rgba(36,31,26,.09) 37%,transparent 46%),linear-gradient(62deg,transparent 56%,rgba(36,31,26,.07) 65%,transparent 74%),radial-gradient(ellipse 82% 52% at 50% 106%,rgba(36,31,26,.14),transparent 66%);mix-blend-mode:screen;opacity:.57}.app-shell--undisclosed.app-shell--ud-powering:after{opacity:.24;animation:ud-electric-ignite 1.1s ease-out both}.app-shell--undisclosed.app-shell--ud-live:after{opacity:.18}@keyframes ud-electric-ignite{0%{opacity:.1;filter:brightness(.6)}35%{opacity:.7;filter:brightness(1.4)}to{opacity:.42;filter:brightness(1)}}.app-shell--undisclosed>*:not(.tv-tune){position:relative;z-index:1}.app-shell>.auth-gate,.app-shell--undisclosed>.auth-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80}.app-shell>.age-gate,.app-shell--undisclosed>.age-gate{z-index:90}.auth-gate{overflow-y:auto}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*{animation:ud-card-spark .7s ease both}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(1){animation-delay:.04s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(2){animation-delay:.08s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(3){animation-delay:.12s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(4){animation-delay:.16s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(5){animation-delay:.2s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(6){animation-delay:.24s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(7){animation-delay:.28s}.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*:nth-child(8){animation-delay:.32s}@keyframes ud-card-spark{0%{opacity:.35;transform:translateY(6px) scale(.98)}40%{opacity:1;transform:translateY(0) scale(1);box-shadow:0 0 20px #3cc8ff2e}to{opacity:1;transform:none;box-shadow:none}}@media (prefers-reduced-motion: reduce){body:has(.app-shell--undisclosed):before,.app-shell--undisclosed:after,.app-shell--undisclosed.app-shell--ud-live .product-grid--catalog>*{animation:none}}.app-shell--undisclosed .header-top{background:var(--surface);color:#241f1ab3;border-bottom:1px solid rgba(36,31,26,.1)}.app-shell--undisclosed .primary-btn{background:var(--ink);color:var(--surface);border-radius:2px;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:650;box-shadow:none}.app-shell--undisclosed .primary-btn:hover{background:#e8ecf0;color:var(--ink)}.app-shell--undisclosed .soft-btn,.app-shell--undisclosed .ghost-btn{border-radius:2px;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;border-color:#241f1a47;color:var(--ink);background:transparent}.app-shell--undisclosed .soft-btn:hover,.app-shell--undisclosed .ghost-btn:hover{border-color:var(--ink);color:var(--ink);background:#241f1a0f}.app-shell--undisclosed .section-kicker{color:#241f1a8c;letter-spacing:.22em}.app-shell--undisclosed .section-head h2,.app-shell--undisclosed .section h2{color:var(--ink);font-weight:500;letter-spacing:.02em}.app-shell--undisclosed .section-head p{color:var(--ink-soft)}.app-shell--undisclosed .trust-strip{background:#241f1a08;border-top:1px solid rgba(36,31,26,.1);border-bottom:1px solid rgba(36,31,26,.1)}.app-shell--undisclosed .trust-item strong{color:var(--ink);font-family:var(--font-brand);font-size:1.1rem;font-weight:600}.app-shell--undisclosed .trust-item p{color:var(--muted)}.app-shell--undisclosed .trust-item svg{color:var(--ink);opacity:.85}.app-shell--undisclosed .product-card,.app-shell--undisclosed .panel,.app-shell--undisclosed .thesis-card{background:#fffdf9d1;border:1px solid rgba(36,31,26,.13);color:var(--ink);box-shadow:0 1px 2px #56442c0d,0 10px 26px #56442c12;border-radius:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-shell--undisclosed .product-card:hover{border-color:#aed8ff8c;box-shadow:0 20px 48px #56442c33,0 0 26px #78c8ff57,0 0 62px #78c8ff29}.app-shell--undisclosed .product-card{overflow:hidden;transition:border-color .28s ease,box-shadow .32s ease,transform .24s ease}.app-shell--undisclosed .vial-approved-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 64% 58% at 50% 42%,rgba(198,233,255,.34),rgba(120,200,255,.13) 46%,transparent 72%);mix-blend-mode:screen;opacity:0;transition:opacity .32s ease}.app-shell--undisclosed .product-card:hover .vial-approved-photo:after{opacity:1}.app-shell--undisclosed .product-visual{background:transparent;box-shadow:none;overflow:hidden}.app-shell--undisclosed .vial-approved-photo:before,.app-shell--undisclosed .vial-glow--sun:before,.app-shell--undisclosed .vial-glow--blue:before,.app-shell--undisclosed .product-card:hover .vial-approved-photo:before{display:none!important}.app-shell--undisclosed .vial-approved-photo,.app-shell--undisclosed .skin-bottle-preview--photo{background:radial-gradient(ellipse 68% 60% at 50% 42%,#efe9dd,#e6dfd1 58%,#ded6c6);box-shadow:none;overflow:hidden;position:relative;isolation:isolate}.app-shell--undisclosed .product-visual>.vial-approved-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.app-shell--undisclosed .product-grid--catalog:before{display:none}.app-shell--undisclosed .vial-glow--sun:before,.app-shell--undisclosed .vial-glow--blue:before,.app-shell--undisclosed .product-card:not(.product-card--blue-vial) .vial-approved-photo:before,.app-shell--undisclosed .product-card--blue-vial .vial-approved-photo:before{content:"";position:absolute;z-index:0;left:50%;top:48%;width:78%;height:88%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}.app-shell--undisclosed .vial-glow--sun:before,.app-shell--undisclosed .product-card:not(.product-card--blue-vial) .vial-approved-photo:before{background:radial-gradient(ellipse at center,rgba(255,252,240,.95) 0%,rgba(255,230,160,.55) 28%,rgba(255,190,80,.28) 52%,transparent 72%);filter:blur(10px);opacity:.95}.app-shell--undisclosed .vial-glow--blue:before,.app-shell--undisclosed .product-card--blue-vial .vial-approved-photo:before{background:radial-gradient(ellipse at center,rgba(180,245,255,.95) 0%,rgba(70,210,255,.6) 28%,rgba(40,160,255,.32) 52%,transparent 72%);filter:blur(10px);opacity:1}.app-shell--undisclosed .vial-approved-photo .vial-approved-img{position:relative;z-index:1;filter:contrast(1.03) saturate(1.02);transform:translateZ(0);transition:transform .26s ease,filter .26s ease}.app-shell--undisclosed .product-visual>.vial-approved-photo .vial-approved-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.app-shell--undisclosed .product-card:hover .vial-approved-img{filter:contrast(1.05) saturate(1.04);transform:translateZ(0) scale(1.03)}.app-shell--undisclosed .product-card:not(.product-card--blue-vial):hover .vial-approved-photo:before,.app-shell--undisclosed .vial-glow--sun:hover:before{opacity:1;width:86%;height:96%;filter:blur(12px)}.app-shell--undisclosed .product-card--blue-vial:hover .vial-approved-photo:before,.app-shell--undisclosed .vial-glow--blue:hover:before{opacity:1;width:88%;height:98%;filter:blur(12px)}.app-shell--undisclosed .product-card h3,.app-shell--undisclosed .product-body h3,.app-shell--undisclosed .thesis-card h3{color:var(--ink)}.app-shell--undisclosed .product-card .meta,.app-shell--undisclosed .product-card .card-blurb,.app-shell--undisclosed .thesis-card p{color:var(--ink-soft)}.app-shell--undisclosed .product-card .price-row strong,.app-shell--undisclosed .price-row strong{color:var(--ink)}.app-shell--undisclosed .price-compare-body,.app-shell--undisclosed .compare-panel{color:var(--surface)}.app-shell--undisclosed .compare-panel{background:var(--ink);border-color:#56442c12}.app-shell--undisclosed .compare-table th,.app-shell--undisclosed .compare-table td{color:var(--surface);border-bottom-color:#56442c0d}.app-shell--undisclosed .compare-table th{color:#444;background:#0000000a}.app-shell--undisclosed .compare-table tr.is-selected{background:#0047ab1a}.app-shell--undisclosed .compare-note{color:#555}.app-shell--undisclosed .compare-panel .soft-btn,.app-shell--undisclosed .compare-panel .compare-select{color:var(--surface);border-color:#56442c24;background:#f3f3f3;letter-spacing:.04em}.app-shell--undisclosed .compare-panel .soft-btn:hover,.app-shell--undisclosed .compare-panel .compare-select:hover{color:var(--surface);border-color:var(--surface);background:#e8e8e8}.app-shell--undisclosed .price-compare-scopes button{background:var(--ink);color:#333;border-color:#56442c1a}.app-shell--undisclosed .price-compare-scopes button.is-active{color:var(--surface);border-color:#0047ab;background:#0047ab1f}.app-shell--undisclosed .best-price-tag{background:#0047ab24;color:#5a470e}.app-shell--undisclosed .price-compare-count{color:#241f1a8c}.app-shell--undisclosed .product-card:has(.price-compare-body){overflow:visible;z-index:4}.app-shell--undisclosed .mission-band,.app-shell--undisclosed .lab-band{background:linear-gradient(135deg,var(--surface) 0%,#f4efe5 55%,#f4efe5 100%);border-top:1px solid rgba(36,31,26,.14);border-bottom:1px solid rgba(0,71,171,.35)}.app-shell--undisclosed .mission-band .section-kicker,.app-shell--undisclosed .lab-band .section-kicker{color:#241f1a80}.app-shell--undisclosed .mission-points li,.app-shell--undisclosed .lab-points li{background:#241f1a0d;border-color:#241f1a24}.app-shell--undisclosed .supply-step,.app-shell--undisclosed .supply-example,.app-shell--undisclosed .source-path li{background:var(--surface);border-color:#241f1a1f;color:var(--ink)}.app-shell--undisclosed .supply-step strong,.app-shell--undisclosed .supply-example-copy h3{color:var(--ink)}.app-shell--undisclosed .supply-step p,.app-shell--undisclosed .supply-example-copy p{color:var(--ink-soft)}.app-shell--undisclosed .supply-step-num,.app-shell--undisclosed .supply-step-icon{color:var(--ink)}.app-shell--undisclosed .chip,.app-shell--undisclosed .category-chip,.app-shell--undisclosed button.chip{background:#241f1a0f;border-color:#241f1a29;color:var(--ink)}.app-shell--undisclosed .chip.active,.app-shell--undisclosed .category-chip.active{background:var(--ink);color:var(--surface);border-color:var(--ink)}.app-shell--undisclosed .lab-banner{background:var(--surface);border-bottom:1px solid rgba(36,31,26,.14)}.app-shell--undisclosed .lab-banner-inner{font-size:.72rem;letter-spacing:.12em}.ud-signal-strip{overflow:hidden;border-block:1px solid rgba(36,31,26,.12);background:linear-gradient(90deg,var(--surface),#f4efe5 40%,var(--surface));padding:.7rem 0}.ud-signal-track{display:flex;width:max-content;gap:2.25rem;animation:ud-signal-scroll 42s linear infinite}.ud-signal-track span{white-space:nowrap;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:#241f1a8c}@keyframes ud-signal-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.ud-signal-track{animation:none}}.app-shell--undisclosed .brand-sub{color:#241f1a8c;letter-spacing:.12em;text-transform:none;font-size:.68rem}.app-shell--undisclosed .ud-brought-by{margin:0;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#241f1a9e}.app-shell--undisclosed .ud-brought-by strong{color:var(--ink);font-weight:700;letter-spacing:.16em}.app-shell--undisclosed .search-wrap{background:#241f1a0f;border:1px solid rgba(36,31,26,.18);color:var(--ink);box-shadow:none}.app-shell--undisclosed .search-wrap input{color:var(--ink)}.app-shell--undisclosed .search-wrap input::placeholder{color:#241f1a73}.app-shell--undisclosed .search-dept{background:var(--ink);color:var(--surface);color-scheme:light}.app-shell--undisclosed .search-dept option,.app-shell--undisclosed .search-dept optgroup{background-color:var(--ink);color:var(--surface)}.app-shell--undisclosed .search-go{background:var(--ink);color:var(--surface)}.app-shell--undisclosed .dept-bar{background:var(--surface);border-bottom:1px solid rgba(36,31,26,.1)}.app-shell--undisclosed .panel-page .panel,.app-shell--undisclosed .amazon-detail,.app-shell--undisclosed .buy-box,.app-shell--undisclosed .calc-panel{background:var(--surface);border-color:#241f1a1f;color:var(--ink)}.app-shell--undisclosed .field input,.app-shell--undisclosed .field textarea,.app-shell--undisclosed label.field input,.app-shell--undisclosed label.field textarea,.app-shell--undisclosed .checkout-form input,.app-shell--undisclosed textarea{background:var(--surface);border-color:#241f1a2e;color:var(--ink);color-scheme:dark}.app-shell--undisclosed .field select,.app-shell--undisclosed label.field select,.app-shell--undisclosed .checkout-form select,.app-shell--undisclosed .strength-field select,.app-shell--undisclosed .buy-box select,.app-shell--undisclosed .product-card select,.app-shell--undisclosed .search-dept,.app-shell--undisclosed select{background:var(--ink)!important;border-color:#241f1a59;color:var(--surface)!important;color-scheme:light}.app-shell--undisclosed select option,.app-shell--undisclosed select optgroup,.app-shell--undisclosed .field select option,.app-shell--undisclosed .field select optgroup,.app-shell--undisclosed label.field select option,.app-shell--undisclosed label.field select optgroup,.app-shell--undisclosed .strength-field select option,.app-shell--undisclosed .search-dept option,.app-shell--undisclosed .search-dept optgroup{background-color:var(--ink)!important;color:var(--surface)!important}.app-shell--undisclosed .field input:-webkit-autofill,.app-shell--undisclosed .field input:-webkit-autofill:hover,.app-shell--undisclosed .field input:-webkit-autofill:focus,.app-shell--undisclosed .checkout-form input:-webkit-autofill,.app-shell--undisclosed .checkout-form input:-webkit-autofill:hover,.app-shell--undisclosed .checkout-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--ink);caret-color:var(--ink);-webkit-box-shadow:0 0 0 1000px var(--ink) inset;box-shadow:0 0 0 1000px var(--ink) inset;border-color:#241f1a2e;transition:background-color 99999s ease-out}.app-shell--undisclosed .footer{background:var(--surface);color:#241f1aa6;border-top:1px solid rgba(36,31,26,.12)}.app-shell--undisclosed .footer strong,.app-shell--undisclosed .footer-contact a,.app-shell--undisclosed .footer-chat-btn{color:var(--ink)}.app-shell--undisclosed .research-guide,.app-shell--undisclosed .guide-card{background:var(--surface);border-color:#241f1a1f;color:var(--ink)}.skin-hero{min-height:min(92vh,860px);display:flex;align-items:flex-end}.skin-hero .hero-content{padding:5.5rem 0 4.25rem;max-width:26rem;margin-right:auto;margin-left:0;position:relative;z-index:2}.skin-hero .container.hero-content{width:min(26rem,calc(100% - 2rem));margin-left:max(1rem,calc((100% - min(var(--max),calc(100% - 2rem)))/2));margin-right:auto}.skin-hero .hero-tagline{max-width:20rem;font-family:var(--font-brand);font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:500;line-height:1.25;letter-spacing:.01em;color:var(--ink)}.skin-hero .hero-copy{max-width:24rem;font-size:.98rem;line-height:1.65;color:var(--ink-soft)}.skin-hero .hero-brand{letter-spacing:.14em}.skin-hero .hero-brand-lockup{justify-content:flex-start}.skin-hero .hero-brand-mark{border:1px solid rgba(0,47,117,.18);box-shadow:0 20px 50px #002f751a;width:clamp(5.75rem,13vw,7.5rem);height:clamp(5.75rem,13vw,7.5rem)}.skin-hero .hero-media,.skin-hero-media{background:linear-gradient(95deg,rgba(255,255,255,1) 0%,rgba(255,255,255,.99) 46%,rgba(255,255,255,.78) 58%,rgba(255,255,255,.28) 70%,transparent 84%),image-set(url(/skincare/hero-serum-sm.webp) 1x,url(/skincare/hero-serum.webp) 2x) right -24vw center / cover no-repeat!important;animation:skin-hero-drift 22s ease-in-out infinite alternate}@keyframes skin-hero-drift{0%{transform:scale(1.05) translate3d(6%,0,0)}to{transform:scale(1.09) translate3d(10%,-.8%,0)}}.skin-nav-links{background:transparent;border:0;box-shadow:none;gap:.35rem;justify-content:center}.skin-nav-links .ghost-btn{color:var(--ink-soft)}.app-shell--undisclosed .skin-nav-links .ghost-btn{color:var(--ink)}.dept-link.quiet{opacity:.55;pointer-events:none}.lab-banner{background:#0a0a0a;border-bottom:1px solid rgba(255,255,255,.14);color:#f7f7f7}.lab-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem 0;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.build-stamp{color:var(--cobalt);font-weight:700}.lab-banner .ghost-btn{color:#fff;border-color:#ffffff59}.skin-trust{border-top:1px solid rgba(0,47,117,.08);border-bottom:1px solid rgba(0,47,117,.08);background:#ffffffb8}.app-shell--skincare .trust-item strong{font-family:var(--font-brand);font-size:1.15rem;font-weight:600;letter-spacing:.02em}.app-shell--skincare .trust-item svg{color:var(--cobalt);opacity:.85}.skin-visual{background:linear-gradient(180deg,#fff,#f3f6fa)!important;overflow:hidden;position:relative}.skin-product-img{width:100%;height:100%;object-fit:cover;display:block}.app-shell--skincare .skin-visual,.app-shell--skincare .skin-card .product-visual{position:relative}.app-shell--skincare .skin-visual .skin-product-img,.app-shell--skincare .product-visual .skin-product-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:none;object-fit:cover;object-position:center}.skin-product-img--contain{object-fit:contain;object-position:center;background:#fff}.skin-product-img--detail{width:100%;max-height:460px;border-radius:0;object-fit:cover}.skin-product-img--detail.skin-product-img--contain{object-fit:contain;max-height:520px}.skin-visual-col{display:grid;gap:.75rem;align-content:start}.skin-product-img--howto{width:100%;max-height:200px;border-radius:0;object-fit:cover;border:1px solid var(--line)}.skin-visual .badge{display:none}.flagship-mix{display:grid;grid-template-columns:1.05fr 1.15fr;gap:2rem;align-items:stretch;padding:0;border:0;border-radius:0;background:transparent}.flagship-mix-howto{width:100%;border-radius:0;object-fit:cover;max-height:220px;border:1px solid rgba(0,47,117,.08)}.flagship-mix-video{width:100%;display:block;background:#0a0a0a;border:1px solid rgba(0,47,117,.08);max-height:420px;object-fit:cover}.flagship-mix-video-caption{margin:0;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.skin-product-video{width:100%;max-height:360px;object-fit:cover;border:1px solid var(--line);background:#0a0a0a}.flagship-mix-media{position:relative;border:0;padding:0;border-radius:0;overflow:hidden;background:#f3f6fa;cursor:pointer;min-height:340px;border:1px solid rgba(0,47,117,.08)}.flagship-mix-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.1s ease}.flagship-mix-media:hover .flagship-mix-img{transform:scale(1.03)}.flagship-mix-media .badge{display:none}.flagship-mix-body{display:flex;flex-direction:column;justify-content:center;padding:.5rem 0}.flagship-mix-body h3{margin:.15rem 0 .55rem;font-family:var(--font-brand);font-size:clamp(1.85rem,3.4vw,2.55rem);font-weight:500}.flagship-mix-body p{color:var(--ink-soft);line-height:1.65;margin:0 0 .85rem}.flagship-mix-points{margin:0;padding-left:1.1rem;color:var(--ink);line-height:1.65}.flagship-mix-points li+li{margin-top:.35rem}@media (max-width: 800px){.flagship-mix{grid-template-columns:1fr}.flagship-mix-media{min-height:220px;max-height:280px}.flagship-mix-media-col{order:2}.flagship-mix-body{order:1}.hero.skin-hero,.skin-hero,.hero.hero--undisclosed,.hero--undisclosed{min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;overflow:hidden!important}.skin-hero .container.hero-content,.skin-hero .hero-content,.hero--undisclosed .container.hero-content,.hero--undisclosed .hero-content{order:1;position:relative!important;z-index:3;width:100%!important;max-width:none!important;margin:0!important;padding:1.15rem 0 1.5rem!important}.skin-hero .container.hero-content,.skin-hero .hero-content{background:#fff!important;color:#0a0a0a!important}.hero--undisclosed .container.hero-content,.hero--undisclosed .hero-content{background:transparent!important;color:var(--ink)!important;text-align:left!important;margin-left:0!important;margin-right:auto!important;justify-self:start!important}.skin-hero .hero-media,.skin-hero-media,.hero--undisclosed .hero-media,.hero-media--undisclosed{order:2;position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:1;flex:0 0 auto!important;width:100%!important;height:clamp(120px,30vw,160px)!important;min-height:120px!important;max-height:160px!important;animation:none!important;transform:none!important}.skin-hero .hero-media,.skin-hero-media{border-top:1px solid rgba(0,47,117,.1);background:#fff image-set(url(/skincare/hero-serum-sm.webp) 1x,url(/skincare/hero-serum.webp) 2x) center 30% / cover no-repeat!important}.hero--undisclosed .hero-media,.hero-media--undisclosed{display:none!important;height:0!important;min-height:0!important;padding:0!important;overflow:hidden!important}.sentinel-hero-console{order:2;position:relative;inset:auto;width:calc(100% - 2rem);min-height:0;margin:0 auto 1.25rem;padding:1rem;grid-template-columns:clamp(5.5rem,24vw,8rem) minmax(0,1fr);gap:.9rem;transform:none}.sentinel-hero-copy strong{font-size:clamp(1.35rem,5vw,1.8rem)}.hero-product-main{top:5%;right:4%;width:92%;height:90%;object-position:center;opacity:.92;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.hero-labeling-scene{justify-content:center;align-items:center;padding:.75rem 1rem;gap:.65rem}.hero-scene-kit{width:min(48vw,220px)}.hero-scene-held-vial{width:clamp(2rem,8vw,3rem)}.hero-scene-vial-wrap{width:min(42vw,168px)}.hero-scene-label{width:min(78%,7.5rem);animation:none;transform:translate(-18%,-42%) rotate(-16deg)}.skin-hero .hero-media:after,.skin-hero-media:after,.hero--undisclosed .hero-media:after,.hero-media--undisclosed:after{display:none!important}.skin-hero .hero-brand-lockup,.hero--undisclosed .hero-brand-lockup{flex-direction:column;align-items:flex-start;gap:.55rem}.skin-hero .hero-brand{font-size:clamp(2.1rem,7vw,3.2rem);letter-spacing:.1em;color:#0a0a0a!important}.hero--undisclosed .hero-brand{font-size:clamp(2rem,6.5vw,3rem);letter-spacing:.08em;color:var(--ink)!important}.skin-hero .hero-tagline,.skin-hero .hero-copy{color:#243044!important}.hero--undisclosed .hero-tagline,.hero--undisclosed .hero-copy{color:#241f1ae0!important}.hero-cta{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}}.app-shell--skincare .sk-builder-summary,.app-shell--skincare .sk-option,.app-shell--skincare .sk-preset,.app-shell--skincare .sk-legal-box{border-radius:2px}.app-shell--skincare .sk-builder-summary{background:linear-gradient(135deg,#0047ab0a,#fffffffa);border-color:#002f7524}.app-shell--skincare .footer{border-top:1px solid rgba(0,47,117,.1);background:#fff}.app-shell--skincare .footer .disclaimer{font-size:.78rem;line-height:1.55;max-width:42rem}.mix-panel{margin-top:1rem;padding:1.1rem 1.15rem;border:1px solid var(--line);border-radius:2px;background:#0047ab08}.mix-lead{margin:0 0 .85rem;color:var(--ink-soft);line-height:1.5}.mix-panel h3{margin:.75rem 0 .45rem;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;color:var(--cobalt)}.mix-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.mix-list li{display:flex;justify-content:space-between;gap:1rem;font-size:.92rem;border-bottom:1px solid var(--line);padding-bottom:.35rem}.mix-list span{color:var(--muted);white-space:nowrap}.mix-steps{margin:.25rem 0 0;padding-left:1.15rem;color:var(--ink-soft);line-height:1.55}.mix-steps li+li{margin-top:.35rem}.flagship-mix{display:grid;grid-template-columns:1.05fr 1.2fr;gap:1.5rem;align-items:stretch;padding:1rem;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#0047ab0f,#fffffff2)}.flagship-mix-media-col{display:grid;gap:.75rem}.flagship-mix-howto{width:100%;border-radius:12px;object-fit:cover;max-height:160px;border:1px solid var(--line)}.flagship-mix-media{position:relative;border:0;padding:0;border-radius:12px;overflow:hidden;background:#0a0a0a;cursor:pointer;min-height:280px}.flagship-mix-img{width:100%;height:100%;object-fit:cover;display:block}.flagship-mix-media .badge{position:absolute;left:.85rem;bottom:.85rem}.flagship-mix-body h3{margin:.15rem 0 .55rem;font-family:var(--font-brand);font-size:clamp(1.6rem,3vw,2.1rem)}.flagship-mix-body p{color:var(--ink-soft);line-height:1.55;margin:0 0 .75rem}.flagship-mix-points{margin:0;padding-left:1.1rem;color:var(--ink);line-height:1.55}.flagship-mix-points li+li{margin-top:.25rem}@media (max-width: 800px){.flagship-mix{grid-template-columns:1fr}.flagship-mix-media{min-height:220px}}.sk-lineup{display:grid;grid-template-columns:1.2fr 1fr;gap:1.25rem;margin:0 0 1.25rem;padding:1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sk-lineup-label{margin:0 0 .55rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cobalt)}.sk-lineup ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.sk-lineup li{display:flex;justify-content:space-between;gap:1rem;font-size:.95rem}.sk-lineup li span{color:var(--muted);text-align:right}.sk-vehicle-gallery{display:none}.sk-mix-demo{margin-top:1.75rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;align-items:start}.sk-mix-demo-stills{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.sk-mix-demo-stills figure{margin:0;border:1px solid rgba(0,47,117,.08);background:#fff}.sk-mix-demo-stills img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block}.sk-mix-demo-stills figcaption{padding:.55rem .7rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.sk-mix-demo-video{width:100%;display:block;border:1px solid rgba(0,47,117,.08);background:#0a0a0a;max-height:420px;object-fit:cover}.skin-product-video-wrap{border:1px solid var(--line);padding:.65rem .75rem;background:#fff}.skin-product-video-wrap summary{cursor:pointer;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cobalt)}.skin-product-video-wrap[open] summary{margin-bottom:.55rem}@media (max-width: 800px){.sk-mix-demo{grid-template-columns:1fr}}.sk-builder{margin:.5rem 0 2.5rem;padding:1.5rem 0 0}.sk-section-head{max-width:40rem;margin-bottom:1.25rem}.sk-section-head h2{margin:.2rem 0 .55rem;font-family:var(--font-brand);font-size:clamp(1.55rem,3vw,2.05rem)}.sk-section-head p{margin:0;color:var(--ink-soft);line-height:1.55}.sk-eyebrow{margin:0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cobalt)}.sk-presets{margin:0 0 1.5rem}.sk-presets-label{margin:0 0 .55rem;font-size:.85rem;color:var(--muted)}.sk-presets-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.65rem}.sk-preset{text-align:left;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f7f9fc);padding:.85rem .9rem;border-radius:10px;cursor:pointer;display:grid;gap:.25rem;transition:border-color .2s ease,transform .2s ease}.sk-preset:hover{border-color:#0047ab73;transform:translateY(-1px)}.sk-preset strong{font-size:.95rem}.sk-preset span{font-size:.8rem;color:var(--ink-soft);line-height:1.35}.sk-preset em{font-style:normal;color:var(--cobalt);font-weight:600;font-size:.9rem}.sk-builder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.sk-builder-col h3{margin:0 0 .25rem;font-family:var(--font-brand);font-size:1.15rem}.sk-step-note{margin:0 0 .75rem;font-size:.86rem;color:var(--muted)}.sk-option-list{display:grid;gap:.5rem}.sk-option{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start;padding:.75rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.sk-option.is-on{border-color:#0047ab8c;background:#0047ab0d}.sk-option input{margin-top:.2rem;accent-color:#0047ab}.sk-option-body{display:grid;gap:.2rem}.sk-option-body strong{font-size:.95rem}.sk-option-body strong small{font-weight:600;color:var(--cobalt);margin-left:.35rem}.sk-option-body span{font-size:.84rem;color:var(--ink-soft);line-height:1.4}.sk-option-body em{font-style:normal;font-size:.78rem;color:var(--muted)}.sk-builder-summary{margin-top:1.25rem;padding:1.15rem 1.2rem;border:1px solid rgba(0,71,171,.28);border-radius:14px;background:linear-gradient(135deg,#0047ab12,#fffffff5)}.sk-summary-top{display:flex;justify-content:space-between;gap:1rem;align-items:start}.sk-summary-top h3{margin:.15rem 0 .35rem;font-family:var(--font-brand);font-size:1.35rem}.sk-summary-top p{margin:0;color:var(--ink-soft)}.sk-summary-price{font-size:1.65rem;font-weight:700;color:var(--cobalt);margin:0}.sk-summary-list{list-style:none;margin:.9rem 0 0;padding:0;display:grid;gap:.35rem}.sk-summary-list li{font-size:.92rem}.sk-summary-list strong{display:inline-block;min-width:5.5rem;color:var(--cobalt);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.sk-legal-box{margin-top:1rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:10px;background:#fff}.sk-legal-box--pdp{margin:0 0 1rem}.sk-legal-box--cart{margin:1rem 0 1.25rem}.sk-legal-box--cart .consent-check{margin-top:.75rem}.sk-legal-title{margin:0 0 .4rem;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cobalt)}.sk-legal-box>p{margin:0 0 .75rem;font-size:.86rem;color:var(--ink-soft);line-height:1.5}.sk-legal-check{display:grid;grid-template-columns:auto 1fr;gap:.65rem;align-items:start;font-size:.88rem;line-height:1.45;cursor:pointer}.sk-legal-check input{margin-top:.15rem;accent-color:#0047ab}.sk-legal-micro{margin:.75rem 0 0;font-size:.75rem;color:var(--muted);line-height:1.45}.sk-builder-error{margin:.75rem 0 0;color:#8a1f1f;font-size:.9rem}.sk-summary-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}.sk-legal-page{max-width:46rem}.sk-legal-lead{color:var(--ink-soft);line-height:1.55}.sk-legal-long{margin:1rem 0;padding-left:1.1rem;color:var(--ink);line-height:1.55}.sk-legal-long li+li{margin-top:.55rem}.sk-legal-long--compact{font-size:.82rem;color:var(--ink-soft)}@media (max-width: 980px){.sk-builder-grid,.sk-presets-row,.sk-lineup{grid-template-columns:1fr}}.skin-bottle{width:58px;height:120px;position:relative;display:grid;place-items:end center}.skin-bottle--lg{width:90px;height:200px}.skin-bottle-preview{display:grid;place-items:center;width:100%;height:100%}.skin-bottle-preview--sm .skin-bottle{width:28px;height:52px}.skin-bottle-cap{position:absolute;top:0;left:50%;transform:translate(-50%);width:42%;height:14%;border-radius:3px 3px 1px 1px;background:linear-gradient(180deg,#f2f4f8,#9aa3b2 55%,#6b7585);box-shadow:inset 0 1px #ffffff8c}.skin-bottle-body{width:70%;height:78%;border-radius:8px 8px 14px 14px;background:linear-gradient(90deg,rgba(255,255,255,.55),transparent 35%,transparent 70%,rgba(255,255,255,.25)),linear-gradient(180deg,#ffffff8c,#e6eeff59 45%,#0047abd9);border:1px solid rgba(0,71,171,.15);box-shadow:0 18px 40px #0047ab1f}.skin-ritual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.skin-ritual-step{padding:1.25rem 1.1rem;border-top:1px solid rgba(0,71,171,.35)}.skin-ritual-num{display:block;font-family:var(--font-brand);color:var(--cobalt);letter-spacing:.14em;margin-bottom:.55rem}.skin-ritual-step h3{margin:0 0 .4rem;font-family:var(--font-brand);font-size:1.45rem}.skin-ritual-step p{margin:0;color:var(--ink-soft);line-height:1.5}.skin-about{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1.5rem;padding:2rem 0 .5rem;border-top:1px solid var(--line)}.skin-about h2{font-family:var(--font-brand);margin:.2rem 0 .6rem}.skin-about p{max-width:36rem;color:var(--ink-soft);line-height:1.55}.skin-about-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.sk-contact-link{color:var(--cobalt);text-decoration:underline;text-underline-offset:.15em}.footer-contact{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:.75rem 0 0}.footer-contact a{color:var(--cobalt);font-weight:600}.footer-chat-btn{border:1px solid rgba(0,71,171,.35);background:transparent;color:var(--ink);padding:.55rem .85rem;min-height:44px;border-radius:2px;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.footer-chat-btn:hover{border-color:var(--cobalt);color:var(--cobalt)}.app-shell--undisclosed .footer-contact a{color:var(--ink)}.app-shell--undisclosed .footer-chat-btn{color:var(--ink);border-color:#241f1a59}.skin-detail{grid-template-columns:.9fr 1.1fr}@media (max-width: 900px){.skin-ritual-grid,.skin-detail{grid-template-columns:1fr}}.vendor-section-title{margin:.5rem 0 .65rem;font-family:var(--font-display);font-size:1.2rem}.price-dropzone-wrap{margin-bottom:1rem}.price-dropzone{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1.15rem 1.25rem;border:1.5px dashed rgba(0,71,171,.55);border-radius:14px;background:linear-gradient(160deg,#fffffff2,#0047ab0f);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.price-dropzone:hover,.price-dropzone.dragging{border-color:var(--gold);background:#0047ab1a;transform:translateY(-1px)}.price-dropzone.busy{opacity:.75;pointer-events:none}.price-dropzone-icon{width:3rem;height:3rem;border-radius:10px;display:grid;place-items:center;background:#0a0a0a;color:var(--gold-bright)}.price-dropzone strong{display:block;font-family:var(--font-display);font-size:1.05rem;color:var(--ink);margin-bottom:.2rem}.price-dropzone p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.4}.price-dropzone-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-radius:999px;background:var(--black);color:#fff;font-size:.82rem;font-weight:700;white-space:nowrap}.price-dropzone-alt{margin:.55rem 0 .75rem}.price-paste{margin-bottom:.85rem;padding:.9rem}.price-paste textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.65rem .75rem;resize:vertical;font:inherit;background:#fff}.price-review-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem}.price-review-head strong{font-family:var(--font-display)}.price-review-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.price-edit-table-wrap{max-height:min(60vh,520px);overflow:auto;border:1px solid rgba(0,71,171,.18);border-radius:10px}.price-edit-table{width:100%;border-collapse:collapse;font-size:.86rem}.price-edit-table th{position:sticky;top:0;z-index:1;background:#f5f8fcf5;text-align:left;padding:.45rem .4rem;border-bottom:1px solid rgba(0,71,171,.2);white-space:nowrap}.price-edit-table td{padding:.25rem .3rem;border-bottom:1px solid rgba(0,71,171,.1);vertical-align:middle}.price-edit-table input,.price-edit-table select{width:100%;min-width:4.5rem;padding:.35rem .4rem;border:1px solid rgba(0,71,171,.2);border-radius:6px;background:#fff;font:inherit}.price-edit-table td:nth-child(2) input,.price-edit-table td:nth-child(7) input{min-width:7rem}.price-line-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.price-line-card{border-color:#0047ab38}.supplier-pay-admin .supplier-config-block{margin:.85rem 0;padding:.75rem .85rem;border:1px solid rgba(0,71,171,.16);border-radius:10px}.supplier-pay-admin h3{margin:0 0 .55rem;font-size:.95rem;font-family:var(--font-display)}.admin-supplier-cell{display:grid;gap:.45rem;min-width:min(100%,22rem)}.referral-mine{margin-bottom:.75rem}.referral-mine strong{display:block;margin-bottom:.25rem}.referral-payout-fields{margin-top:.65rem;padding-top:.55rem;border-top:1px solid rgba(0,0,0,.08);display:grid;gap:.45rem}.referral-dual-codes{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.55rem;margin:.45rem 0}.referral-dual-codes>div{display:grid;gap:.25rem;align-content:start}.referral-dual-codes strong{font-size:.95rem;letter-spacing:.02em}.referral-allowlist{list-style:none;margin:.55rem 0 0;padding:0;display:grid;gap:.4rem}.referral-allowlist li{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.4rem;align-items:flex-start;padding:.45rem .5rem;border:1px solid rgba(0,0,0,.08);border-radius:8px}.referral-ledger-actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.auth-vip-payout{display:grid;gap:.55rem;padding:.7rem .75rem;border-radius:10px;border:1px solid rgba(0,71,171,.22);background:#0047ab0d;text-align:left}.auth-vip-title{margin:0;font-weight:700;font-size:.95rem}.referral-admin h3{font-family:var(--font-display);font-size:1rem;margin:0 0 .4rem}.supplier-pay-panel{display:grid;gap:.55rem;padding:.65rem .7rem;border-radius:10px;border:1px solid rgba(0,71,171,.2);background:#0047ab0a;text-align:left}.supplier-pay-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem;align-items:baseline}.supplier-pay-head strong{display:inline-flex;align-items:center;gap:.35rem}.supplier-pay-hint{margin:0;line-height:1.35}.supplier-lane{padding:.55rem .6rem;border-radius:8px;border:1px solid rgba(0,71,171,.14);background:#fff;display:grid;gap:.35rem}.supplier-lane.paid{border-color:#16784659;background:#1678460f}.supplier-lane-top{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.supplier-lane-lines{margin:0;padding-left:1.1rem;font-size:.82rem;color:var(--muted)}.supplier-lane-dest{word-break:break-all}.supplier-lane-actions{display:grid;grid-template-columns:1fr auto;gap:.4rem;align-items:center}.supplier-lane-actions input{width:100%;padding:.4rem .5rem;border-radius:6px;border:1px solid rgba(0,71,171,.22);font:inherit}@media (max-width: 720px){.supplier-lane-actions{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .9s linear infinite}@media (max-width: 700px){.price-dropzone{grid-template-columns:1fr;text-align:left}}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.amazon-detail{grid-template-columns:1.05fr 1.15fr .85fr;align-items:start}.detail-visual{border-radius:calc(var(--radius) + 2px);min-height:360px;background:radial-gradient(ellipse at 50% 40%,#2a2a2a,#0a0a0a 65%,#050505);display:grid;place-items:center;border:1px solid rgba(0,71,171,.28);padding:1rem}.detail-info h1{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);margin:.2rem 0 .45rem;letter-spacing:-.03em;color:var(--navy)}.detail-summary{margin:.75rem 0 .35rem}.detail-summary-label{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cobalt)}.detail-blurb{color:var(--ink-soft);line-height:1.55;margin:0;font-size:1.02rem}.ud-plans-ladder{list-style:none;margin:0 0 .9rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.4rem}.ud-plans-ladder li{display:grid;gap:.1rem;padding:.45rem .6rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:.86rem}.ud-plans-set{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.6rem;align-items:end;margin-top:.9rem}@media (max-width: 560px){.ud-plans-set{grid-template-columns:1fr}}.update-pill{position:fixed;left:50%;bottom:calc(var(--bottom-bar-h) + 1rem);transform:translate(-50%);z-index:140;display:flex;align-items:center;gap:.6rem;max-width:calc(100vw - 2rem);padding:.55rem .7rem .55rem .95rem;border:1px solid rgba(0,71,171,.22);border-radius:999px;background:#faf6eef7;box-shadow:0 14px 40px #3c2d1938;font-size:.88rem;color:var(--ink)}.update-pill .soft-btn{min-height:36px;padding:.35rem .8rem}.update-pill--done{padding-right:.95rem;animation:update-pill-in .25s ease-out}@keyframes update-pill-in{0%{opacity:0;transform:translate(-50%) translateY(6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.buy-price-flash{margin:.9rem 0 .4rem;padding:.7rem .85rem;display:grid;grid-template-columns:1fr;gap:.3rem 0;align-items:start;border-radius:12px;background:linear-gradient(135deg,#f3dfa6,#d9b25f 60%,#c39a3f);box-shadow:inset 0 0 0 1px #78551447;color:#2a1f08}.buy-price-flash strong{font-family:var(--font-display);font-size:1.45rem;line-height:1.05;letter-spacing:-.02em;color:#176a41;text-shadow:0 1px 0 rgba(255,250,235,.55)}.buy-price-flash span{font-size:.82rem;font-weight:600;line-height:1.35}.detail-price-context{margin:.4rem 0 0}.detail-price-context .detail-summary-label{margin-bottom:.35rem}.detail-price-lead{margin:0 0 .45rem;font-size:.84rem;line-height:1.4;color:var(--ink-soft)}.detail-price-none{margin:.9rem 0 0;padding:.6rem .75rem;border-left:2px solid var(--line, rgba(36, 31, 26, .16));font-size:.82rem;line-height:1.45;color:var(--ink-soft)}.detail-price-none strong{display:block;margin-bottom:.15rem;color:var(--ink);font-weight:600}.detail-price-table,.detail-price-table tbody{display:block;width:100%;font-size:.86rem}.detail-price-table tr{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"label label" "num cmp" "note note";column-gap:.6rem;padding:.5rem 0;border-top:1px solid rgba(0,71,171,.12)}.detail-price-table tr:first-child{border-top:0}.detail-price-table.has-kit tr{grid-template-columns:auto auto 1fr;grid-template-areas:"label label label" "num kit ." "cmp cmp cmp" "note note note";column-gap:1rem}.detail-price-table tbody th{display:contents}.detail-price-table th,.detail-price-table td{padding:0;border:0;text-align:left;vertical-align:top}.app-shell--undisclosed .detail-price-table tbody th,.detail-price-table tbody th{font-weight:600;text-transform:none;letter-spacing:0;color:var(--ink)}.detail-price-table .detail-price-label{grid-area:label;font-weight:600;color:var(--ink)}.detail-price-table th small{grid-area:note;display:block;margin-top:.2rem;font-size:.74rem;font-weight:400;line-height:1.35;color:var(--muted)}.detail-price-table .num{grid-area:num;margin-top:.15rem;font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.detail-price-table .num--kit{grid-area:kit}.detail-price-table .num-tag{display:block;font-size:.7rem;font-weight:500;color:var(--muted)}.detail-price-table .cmp{grid-area:cmp;margin-top:.15rem;font-weight:700;white-space:nowrap;color:var(--ink-soft)}.detail-price-table .cmp--less{color:#b42318}.detail-price-table .cmp--more{color:#8a3b12}.detail-price-table tr.ours{border-top:2px solid rgba(0,71,171,.25)}.detail-price-table tr.ours .detail-price-label,.detail-price-table tr.ours .num,.detail-price-table tr.ours .cmp{color:var(--navy)}.detail-price-context .detail-research-note{margin:.6rem 0 0}.price-explainer{margin:.9rem 0 0;container-type:inline-size}.price-explainer .detail-summary-label{margin-bottom:.35rem}.price-explainer-lead{margin:0 0 .7rem;font-size:.86rem;line-height:1.45;color:var(--ink-soft)}.price-chain{margin:0}.price-chain-source{display:grid;gap:.15rem;padding:.6rem .8rem;border:1px solid var(--cobalt);border-radius:10px;background:#0047ab0f;text-align:center}.price-chain-source strong{font-family:var(--font-display);font-size:.92rem;color:var(--cobalt-deep)}.price-chain-source small{font-size:.76rem;line-height:1.35;color:var(--ink-soft)}.price-chain-fork{display:none;grid-template-columns:repeat(3,1fr);height:1.1rem}.price-chain-fork i{display:block;justify-self:center;width:2px;height:100%;background:var(--cobalt);opacity:.55}.price-chain-lanes{display:grid;grid-template-columns:1fr;gap:.6rem;margin:.6rem 0 0;padding:0;list-style:none}.price-chain-lane{display:flex;flex-direction:column;gap:.45rem;padding:.6rem .65rem .7rem;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.price-chain-lane:last-child{border-color:var(--cobalt);box-shadow:0 0 0 2px #0047ab1f}.price-chain-lane-name{margin:0;font-family:var(--font-display);font-size:.86rem;font-weight:700;color:var(--ink)}.price-chain-steps{display:grid;gap:.3rem;margin:0;padding:0;list-style:none;counter-reset:step;font-size:.78rem;line-height:1.35;color:var(--ink-soft)}.price-chain-steps li{position:relative;padding-left:1.35rem;counter-increment:step}.price-chain-steps li:before{content:counter(step);position:absolute;left:0;top:.05rem;width:1rem;height:1rem;border-radius:50%;background:var(--cobalt-soft);color:var(--cobalt-deep);font-size:.66rem;font-weight:700;line-height:1rem;text-align:center}.price-chain-tag{margin-top:auto;font-family:var(--font-display);font-size:1.15rem;font-weight:800;letter-spacing:.06em;color:var(--cobalt-deep)}.price-chain-lane:last-child .price-chain-tag{color:var(--ok)}.price-chain-note{margin:0;font-size:.76rem;line-height:1.4;color:var(--muted)}.price-chain .detail-research-note{margin:.6rem 0 0}@container (min-width: 640px){.price-chain-fork{display:grid}.price-chain-lanes{grid-template-columns:repeat(3,1fr);margin-top:0}}.stack-card{position:static;z-index:auto;width:min(28rem,calc(100% - 2rem));margin:.75rem 0 0 max(1rem,calc((100% - var(--max)) / 2));padding:0;color:var(--ink);background:#faf6eeed;border:1px solid rgba(0,71,171,.18);border-top:2px solid var(--gold);border-radius:var(--radius);box-shadow:0 8px 24px #3c2d191a}.stack-card-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;font:inherit;color:inherit;text-align:left;background:none;border:0;border-radius:inherit;cursor:pointer}.stack-card-head-text{display:grid;min-width:0}.stack-card-kind{font-size:.82rem;line-height:1.3;color:var(--ink-soft)}.stack-card-more{display:inline-flex;align-items:center;gap:.35rem;flex:none;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cobalt)}.stack-card-chevron{display:inline-block;width:.5rem;height:.5rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.stack-card.is-open .stack-card-chevron{transform:translateY(2px) rotate(-135deg)}.stack-card-body{padding:0 .9rem .7rem}.stack-card-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--cobalt)}.stack-card-title{display:block;margin:.05rem 0 0;font-family:var(--font-display);font-size:1.35rem;letter-spacing:-.02em;color:var(--navy)}.stack-card-cycles{display:flex;gap:.4rem;margin:0 0 .6rem}.stack-card-cycle-btn{flex:1;padding:.35rem .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--cobalt);background:#0047ab14;border:1px solid rgba(0,71,171,.2);border-radius:6px;cursor:pointer;transition:all .2s ease}.stack-card-cycle-btn:hover{background:#0047ab26;border-color:#0047ab59}.stack-card-cycle-btn.active{color:#fff;background:var(--cobalt);border-color:var(--cobalt)}.stack-card-blurb{margin:0 0 .6rem;font-size:.84rem;line-height:1.45;color:var(--ink-soft)}.stack-card-items{list-style:none;margin:0 0 .6rem;padding:0;display:grid;gap:.3rem}.stack-card-item{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:0 .7rem;align-items:baseline;padding:.38rem .6rem;text-align:left;font:inherit;color:inherit;cursor:pointer;border:1px solid rgba(0,71,171,.14);border-radius:10px;background:#ffffff8c}.stack-card-item:hover,.stack-card-item:focus-visible{border-color:#0047ab73}.stack-card-item:disabled{cursor:default;opacity:.7}.stack-card-name{font-weight:700;white-space:nowrap}.stack-card-qty{justify-self:end;font-size:.82rem;text-align:right;color:var(--ink-soft)}.stack-card-qty small{display:block;font-size:.7rem;white-space:nowrap;color:var(--muted)}.stack-card-price{font-size:.8rem;white-space:nowrap;color:var(--muted)}.stack-card-add{width:100%}.stack-card-add.is-added{background:var(--cobalt);border-color:var(--cobalt)}.stack-card-source{margin:.45rem 0 0;font-size:.72rem;line-height:1.4;color:var(--muted)}.stack-card-source a{color:inherit;text-decoration:underline}@media (max-width: 1000px){.stack-card{margin:.75rem 1rem 0;width:auto}}.detail-research{margin:.6rem 0 .9rem;padding:.95rem 1.05rem .85rem;border:1px solid rgba(0,71,171,.16);border-radius:var(--radius);background:#0047ab0a}.detail-research .detail-summary-label{margin-bottom:.6rem}.detail-research-list{margin:0;display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.5rem 1rem}.detail-research-row{display:contents}.detail-research-list dt{padding-top:.12rem;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--cobalt)}.detail-research-list dd{margin:0;color:var(--ink-soft);font-size:.95rem;line-height:1.5}.detail-research-sources{margin:.8rem 0 .4rem;font-size:.84rem;line-height:1.45;color:var(--ink-soft)}.detail-research-sources strong{color:var(--ink)}.detail-research .detail-research-note{margin:0}@media (max-width: 560px){.detail-research-list{grid-template-columns:1fr;gap:.15rem}.detail-research-list dd{margin-bottom:.55rem}}.detail-research-note{margin:0 0 .85rem;font-size:.82rem;color:var(--muted);letter-spacing:.01em}.detail-dose-disclaimer{line-height:1.45;max-width:36rem}.detail-help{margin:0 0 .65rem;padding:.75rem .85rem;border-left:3px solid var(--gold);background:#0047ab14;color:var(--ink-soft);line-height:1.5;font-size:.95rem}.detail-help strong{color:var(--ink)}.research-guide{padding-top:2.25rem}.qc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.75rem}.qc-card h3{margin:0 0 .65rem;font-family:var(--font-display);font-size:1.1rem;color:var(--navy)}.qc-card ul{margin:0;padding-left:1.1rem;color:var(--ink-soft);line-height:1.45;font-size:.92rem;display:grid;gap:.45rem}.glossary-block h3{margin:0 0 .85rem;font-family:var(--font-display);font-size:1.25rem;color:var(--navy)}.glossary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1.25rem}.glossary-item strong{display:block;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;color:var(--gold-deep);margin-bottom:.25rem}.glossary-item p{margin:0;color:var(--ink-soft);font-size:.9rem;line-height:1.45}.glossary-credit{margin-top:1rem}.glossary-credit a{color:var(--gold-deep);text-decoration:underline}.footer a{color:var(--gold-bright)}@media (max-width: 900px){.qc-grid,.glossary-grid{grid-template-columns:1fr}}.card-blurb{margin:.15rem 0 .4rem;font-size:.8rem;line-height:1.4;color:var(--ink-soft);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.card-research{margin:.15rem 0 .35rem;padding:.55rem .6rem;border-left:2px solid rgba(103,204,231,.68);background:#3a8ea814;text-align:left}.card-research strong{display:block;margin-bottom:.22rem;color:#9ae2f4e0;font-size:.62rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.card-research span{color:#ebf2f5bd;font-size:.72rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.buy-box{margin-top:0;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;gap:.75rem;position:sticky;top:7.5rem}.buy-stock{font-weight:700;font-size:.95rem}.buy-stock.ok{color:var(--ok)}.buy-stock.out-of-stock{color:#dc2626}.stock-chip.out-of-stock{color:#dc2626;opacity:.7}.buy-box .cart-cta,.buy-box .primary-btn,.buy-box .soft-btn{width:100%;margin:0;border-radius:8px;font-size:.82rem;padding:.4rem .75rem;min-height:2.1rem}.app-shell--undisclosed .product-card .strength-field{margin:0 .75rem .35rem;font-size:.65rem}.app-shell--undisclosed .product-card .strength-field select{padding:.28rem .45rem;font-size:.74rem;min-height:1.75rem;border-radius:6px}.app-shell--undisclosed .product-card .cart-cta{margin:0 .75rem .65rem;width:calc(100% - 1.5rem);font-size:.78rem;padding:.32rem .65rem;min-height:1.85rem;border-radius:7px}@media (max-width: 640px){.app-shell--undisclosed .product-card .cart-cta{min-height:44px}}.cart-list{display:grid;gap:.85rem}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:.85rem;align-items:center;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.cart-thumb{width:100%;aspect-ratio:3 / 2;border-radius:10px;display:grid;place-items:center;overflow:hidden}.cart-thumb>*{width:100%}.qty-controls{display:inline-flex;align-items:center;gap:.35rem;margin-top:.35rem}.qty-controls button{width:2.75rem;height:2.75rem;min-width:44px;min-height:44px;border-radius:10px;border:1px solid var(--line);background:#fff;font-size:1.15rem;line-height:1;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.qty-controls .cart-remove{width:auto;height:auto;min-width:0;min-height:0;margin-left:.35rem;padding:.2rem .35rem;border:0;border-radius:0;background:transparent;color:var(--muted);font-size:.75rem;font-weight:500;letter-spacing:.02em;text-decoration:underline;text-underline-offset:2px;opacity:.85}.qty-controls .cart-remove:hover{color:var(--ink-soft);opacity:1;background:transparent;transform:none}.app-shell--undisclosed .qty-controls .cart-remove{color:#241f1a8c}.app-shell--undisclosed .qty-controls .cart-remove:hover{color:#241f1ad9}.cart-summary{display:grid;gap:.45rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.summary-row{display:flex;justify-content:space-between;gap:1rem;color:var(--ink-soft)}.summary-row.total{color:var(--ink);font-weight:700;font-size:1.1rem}.tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.footer{margin-top:auto;border-top:1px solid var(--line);padding:1.5rem 0 calc(2rem + env(safe-area-inset-bottom,0px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px);font-size:.88rem;background:#fff;color:var(--ink-soft)}.app-shell--undisclosed .footer{background:var(--surface);color:#241f1ab3;border-top:1px solid rgba(36,31,26,.12)}.footer strong{color:var(--cobalt);font-family:var(--font-brand);letter-spacing:.08em;text-transform:uppercase}.app-shell--undisclosed .footer strong{color:var(--ink)}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.disclaimer{max-width:42rem;line-height:1.5}.calc-panel{overflow:hidden}.calc-hero{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.25rem}.calc-hero-icon{width:2.75rem;height:2.75rem;border-radius:14px;display:grid;place-items:center;background:#0047ab24;color:var(--teal-deep);flex-shrink:0}.calc-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.65rem;margin-bottom:1.25rem}.calc-example{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;text-align:left;padding:.85rem;border-radius:12px;border:1px solid var(--line);background:#fffc}.calc-example strong{font-size:.95rem}.calc-example span{color:var(--muted);font-size:.8rem}.calc-example.is-active{border-color:color-mix(in srgb,var(--teal-deep) 45%,var(--line));background:color-mix(in srgb,var(--teal-deep) 10%,transparent)}.calc-card input[readonly]{opacity:.85;cursor:default}.calc-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.calc-layout.calc-layout--solo{grid-template-columns:1fr;max-width:42rem}.calc-layout.calc-layout--with-label{grid-template-columns:1fr 1fr;gap:1.15rem;max-width:none;align-items:start}.calc-card--skinny{max-width:none;width:100%}.calc-card--skinny .form-grid{gap:.75rem}.calc-label-panel .calc-vial-stage{margin:.35rem 0 .85rem;width:100%}.calc-label-templates{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin:.75rem 0 .15rem}.calc-color-swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 .15rem}.calc-color-swatch{width:1.9rem;height:1.9rem;padding:0;border-radius:999px;border:2px solid rgba(255,255,255,.25);background:var(--swatch, #ccc);cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.calc-color-swatch:hover{transform:scale(1.08)}.calc-color-swatch.is-active{border-color:#fff;box-shadow:0 0 0 2px #78cdffb3,0 2px 8px #00000073}.calc-label-template{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;text-align:left;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--line);background:transparent;color:inherit;cursor:pointer;font:inherit;line-height:1.25;transition:border-color .15s ease,background .15s ease}.calc-label-template strong{font-size:.82rem;font-weight:700}.calc-label-template span{font-size:.72rem;opacity:.72}.calc-label-template:hover{border-color:color-mix(in srgb,var(--ink) 35%,var(--line))}.calc-label-template.is-active{border-color:var(--ink);background:color-mix(in srgb,var(--ink) 6%,transparent)}.app-shell--undisclosed .calc-label-template.is-active{border-color:var(--ud-hex, var(--ink));background:color-mix(in srgb,var(--ud-hex, #111) 8%,transparent)}.calc-drop{display:flex;align-items:center;gap:.7rem;width:100%;margin:.35rem 0 .5rem;padding:.85rem .9rem;border:1px dashed rgba(120,100,70,.45);border-radius:10px;background:#fffdf899;cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease}.calc-drop:hover,.calc-drop:focus-within{border-color:#786446bf;background:#fffdf8f2}.calc-drop.is-filled{border-style:solid;border-color:#78644680;background:#fffdf8f2}.calc-drop svg{flex:none;opacity:.6}.calc-drop-text{display:grid;gap:.15rem;min-width:0}.calc-drop-text strong{font-size:.86rem}.calc-drop-text .meta{font-size:.74rem;line-height:1.35}.calc-drop-thumb{flex:none;width:2.4rem;height:2.4rem;object-fit:contain;border-radius:6px;background:#1b1714;padding:.2rem}.calc-drop-thumb--wide{width:4.6rem;height:2.4rem;background:#fff;padding:0;object-fit:cover}.calc-brand-name-row{display:grid;gap:.25rem;margin-bottom:.6rem}.calc-brand-rule{border:0;border-top:1px solid rgba(120,100,70,.2);margin:1rem 0 .9rem}.calc-brand-custom{margin:.5rem 0 .15rem;padding:.6rem .7rem;border:1px dashed var(--line);border-radius:8px}.calc-brand-toggle{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.82rem;line-height:1.3}.calc-brand-toggle input{margin-top:.15rem;flex:0 0 auto}.calc-brand-fields{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.6rem}.calc-brand-name{flex:1 1 10rem;min-width:8rem;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--line);background:transparent;color:inherit;font:inherit;font-size:.85rem}.calc-brand-logo{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.calc-brand-fields .meta{flex:1 1 100%;margin:0;font-size:.72rem}.calc-coa{margin:.5rem 0 .15rem;padding:.6rem .7rem;border:1px dashed var(--line);border-radius:8px}.calc-coa-label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.5rem}.calc-coa-fields{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.calc-coa-input{flex:1 1 12rem;min-width:9rem;padding:.45rem .6rem;border-radius:8px;border:1px solid var(--line);background:transparent;color:inherit;font:inherit;font-size:.85rem}.calc-coa-file{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;white-space:nowrap}.calc-coa .meta{display:block;margin:.5rem 0 0;font-size:.72rem}.calc-print-stage .calc-download{width:100%;justify-content:center;padding-block:.85rem;font-size:.82rem;letter-spacing:.12em}.app-shell--undisclosed .calc-label-panel{background:#241f1a0a;border-color:#0047ab47}.calc-refs--compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.75rem}.calc-refs--compact>div{display:grid;gap:.15rem}.calc-refs--compact span{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.calc-refs--simple{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;margin-top:.75rem}.calc-refs--simple>div{display:grid;gap:.15rem}.calc-refs--simple span{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:700}.calc-result-sub{font-size:.95rem;font-weight:600;color:var(--ink-soft)}.calc-result-sub a{font-weight:400;color:inherit;text-decoration:underline;text-underline-offset:2px}.calc-vial-panel{border:1px solid var(--line);border-radius:12px;padding:1rem;background:#ffffffb8}.calc-vial-stage{display:grid;place-items:center;margin:.75rem 0 1rem;padding:.75rem;border-radius:12px;background:radial-gradient(ellipse at 50% 40%,#1c1c1c,#080808 70%);border:1px solid rgba(0,71,171,.22)}.silver-label-vial{display:block;width:auto;max-width:100%;height:auto;max-height:460px;opacity:0;transition:opacity .25s ease;filter:drop-shadow(0 18px 26px rgba(0,0,0,.55))}@media (min-width: 900px){.silver-label-vial{max-height:520px}}.app-shell--undisclosed .product-card .product-body.card-foot{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.3rem;flex:1 1 auto;padding:.35rem .85rem .85rem;margin:0;background:transparent;box-shadow:none}.app-shell--undisclosed .product-card{border:1px solid rgba(201,151,63,.55);border-radius:10px;background:linear-gradient(180deg,#fffdf8e6,#faf5ecdb);box-shadow:inset 0 0 0 1px #fffaeecc,0 1px 2px #56442c0f,0 12px 28px #56442c1a}.card-eyebrow{display:flex;align-items:center;gap:.5rem;padding:.7rem .8rem 0;min-height:1.85rem;box-sizing:content-box;font-size:.58rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:#241f1a8c;container-type:inline-size}.card-eyebrow>i{flex:1 1 0;min-width:8px;height:1px;background:#c9973f80}.card-eyebrow span{flex:0 1 auto;white-space:nowrap}@container (max-width: 220px){.card-eyebrow>span:not(.badge){letter-spacing:.14em;font-size:.54rem}}.card-eyebrow .badge{position:static;flex:0 0 auto;margin-left:.1rem;padding:.14rem .42rem;font-size:.58rem;letter-spacing:.06em;border-radius:5px;max-width:none;pointer-events:none}.card-eyebrow:has(.badge)>i:last-of-type{display:none}@container (max-width: 220px){.card-eyebrow:has(.badge)>i{display:none}.card-eyebrow:has(.badge)>span:not(.badge){letter-spacing:.06em;font-size:.5rem}.card-eyebrow .badge{margin-left:auto;padding:.1rem .3rem;font-size:.5rem}}@container (max-width: 150px){.card-eyebrow:has(.badge)>span:not(.badge){display:none}.card-eyebrow:has(.badge)>i,.card-eyebrow:has(.badge)>i:last-of-type{display:block}.card-eyebrow:has(.badge)>i:last-of-type{order:2}.card-eyebrow .badge{margin-left:0;order:1}}.card-meta-divider{display:inline-block;width:1px;height:.95em;margin:0 .55em;vertical-align:-.15em;background:#241f1a59}.card-rule{width:34%;height:1px;margin:.5rem auto .1rem;border:0;background:#c9973f99}.catalog-trust{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem 1rem;margin:1.4rem auto .4rem;padding:.9rem .5rem;border-top:1px solid rgba(201,151,63,.4);border-bottom:1px solid rgba(201,151,63,.4);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#241f1ab3}.catalog-trust span{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.catalog-trust svg{color:#241f1abf}.catalog-trust i{width:1px;height:1.1rem;background:#241f1a40}@media (max-width: 480px){.catalog-trust i{display:none}.catalog-trust{gap:.5rem .9rem;font-size:.62rem}}.app-shell--undisclosed .product-card .card-pack{text-transform:uppercase;letter-spacing:.06em}.app-shell--undisclosed .product-card .card-foot h3,.app-shell--undisclosed .product-card .card-foot .meta,.app-shell--undisclosed .product-card .card-foot .price{text-shadow:0 1px 0 rgba(255,253,247,.6)}.plaque-cta{display:block;width:100%;margin-top:.15rem;padding-top:.45rem;border-top:1px solid rgba(120,100,70,.2);font-size:.64rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#241f1a99;transition:color .22s ease}.plaque-cta i{font-style:normal;margin-left:.28rem;transition:transform .22s ease;display:inline-block}.app-shell--undisclosed .product-card:hover .plaque-cta:not(.card-details-btn){color:#241f1ae6}.app-shell--undisclosed .product-card:hover .plaque-cta:not(.card-details-btn) i{transform:translate(3px)}.app-shell--undisclosed .product-card .card-details-btn{width:auto;margin-top:auto;padding:.38rem .85rem;border:0;border-radius:8px;background:linear-gradient(180deg,#4d3f2e,#2d251b 55%,#1b1612);box-shadow:inset 0 1px #ffecc84d,inset 0 0 0 1px #c9973f99,0 2px #120e0a99,0 8px 18px #30241657;color:#fff6e4;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 1px 0 rgba(0,0,0,.4);cursor:pointer;transform:translateY(0);transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.app-shell--undisclosed .product-card .card-details-btn i{color:#e9c56f}.app-shell--undisclosed .product-card .card-details-btn:hover,.app-shell--undisclosed .product-card .card-details-btn:focus-visible{background:linear-gradient(180deg,#5e4d38,#372d21 55%,#211b15);box-shadow:inset 0 1px #ffecc866,inset 0 0 0 1px #e9c56fd9,0 3px #120e0a99,0 14px 26px #30241666;color:#fffdf8;transform:translateY(-2px)}.app-shell--undisclosed .product-card .card-details-btn:hover i{transform:translate(3px)}.app-shell--undisclosed .product-card .card-details-btn:active{transform:translateY(1px);box-shadow:inset 0 1px #ffecc833,inset 0 0 0 1px #c9973f99,0 1px #120e0a99,0 4px 10px #3024164d;animation:spring-press-btn .35s cubic-bezier(.34,1.56,.64,1)}.ud-vial-niche[role=button]{cursor:pointer}.ud-vial-niche[role=button]:focus{outline:none}.ud-vial-niche[role=button]:focus-visible{outline:2px solid rgba(255,238,202,.85);outline-offset:-2px}.card-foot-id{min-width:0;flex:0 0 auto;width:100%;text-align:center;overflow-wrap:anywhere}.app-shell--undisclosed .product-card .card-foot-id h3{margin:0;font-family:var(--font-brand, Georgia, "Times New Roman", serif);font-weight:500;font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.2;letter-spacing:.005em}.app-shell--undisclosed .product-card .card-foot-id .meta{min-height:0;margin:.3rem 0 0;font-size:.82rem;letter-spacing:.01em;text-transform:none;opacity:1;white-space:nowrap}.card-foot-buy{display:flex;align-items:center;gap:.7rem;flex:0 0 auto;max-width:100%;flex-wrap:wrap;justify-content:center;min-width:0}.stock-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .62rem;border:1px solid rgba(36,31,26,.16);border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;color:#241f1ac7;background:#ffffff8c}.stock-chip i{width:.42rem;height:.42rem;border-radius:50%;background:#3f9a63;box-shadow:0 0 0 2px #3f9a632e}.app-shell--undisclosed .product-card .card-foot-buy .price{font-family:var(--font-brand, Georgia, "Times New Roman", serif);font-size:clamp(1.1rem,1.6vw,1.42rem);font-weight:500;white-space:nowrap}@media (max-width: 700px){.app-shell--undisclosed .product-card .product-body.card-foot{padding:.9rem .2rem .2rem}}.silver-label-vial.is-ready{opacity:1}.label-template-wrap{display:grid;place-items:center;gap:.55rem;width:100%}.label-template-size{margin:0;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.label-template{width:100%;max-width:760px;height:auto;border-radius:14px;box-shadow:0 8px 24px #00000024;border:none;background:transparent}.label-template.label-template--physical{width:auto;max-width:min(100%,720px);height:auto;border-radius:0;border:none;box-shadow:none;background:transparent;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.label-template.label-template--physical[data-label-mm="40x20"],.label-template.label-template--physical[data-vial-ml="3"]{aspect-ratio:40 / 20}@supports (image-rendering: high-quality){.label-template.label-template--physical{image-rendering:high-quality}}.free-print-media--label{display:grid;place-items:center;padding:1rem .75rem;background:#e8e6e1}.free-print-media--label .label-template-wrap{width:auto}.free-print-label-live .label-template.label-template--physical{max-width:min(100%,560px)}.calc-print-panel{margin-top:1.25rem;border:1px solid var(--line);border-radius:12px;padding:1rem;background:#ffffffb8}.app-shell--undisclosed .calc-print-panel{background:#241f1a0a;border-color:#0047ab47}.calc-print-actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-top:.75rem}.calc-print-actions a.primary-btn,.calc-print-actions a.soft-btn{text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.calc-print-preview{margin:.85rem 0 .25rem;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#e8e6e1;max-width:36rem}.calc-print-preview img{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover}.calc-print-cap-preview{display:flex;align-items:center;gap:.85rem;margin:.85rem 0 .15rem}.calc-print-cap-preview img{width:72px;height:72px;border-radius:50%;background:#e8e6e1}.calc-print-cap-preview span{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;letter-spacing:.08em;font-size:1.05rem}.free-prints-page{padding-top:1.25rem}.free-prints-back{margin-bottom:1rem}.free-prints-hero{max-width:40rem;margin-bottom:1.75rem}.free-prints-hero h1{margin:.35rem 0 .55rem;font-size:clamp(1.75rem,4vw,2.4rem);letter-spacing:-.02em}.free-prints-hero p{margin:0;color:var(--muted, #5a5a5a);line-height:1.55}.free-prints-price-line{margin-top:.65rem!important}.free-print-order-banner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:0;padding:0;overflow:hidden;margin-bottom:1.25rem}.free-print-order-banner-copy{padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.55rem}.free-print-order-banner-copy h2{margin:0;font-size:1.35rem}.free-print-order-banner-copy>p{margin:0;color:var(--muted, #5a5a5a);line-height:1.5;font-size:.95rem}.free-print-order-banner-media{background:#e8e6e1;min-height:180px}.free-print-order-banner-media img{display:block;width:100%;height:100%;object-fit:cover;min-height:180px}.free-print-order-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.65rem;margin:.15rem 0 .25rem}.free-prints-diy-label{margin:.85rem 0 0!important;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.free-print-cap-tile--order{cursor:default}.free-print-cap-tile--order:hover{transform:none}.free-print-cap-tile-actions{display:flex;align-items:center;gap:.35rem;margin-top:.35rem}.free-print-cap-tile-actions .soft-btn{padding:.25rem .55rem;font-size:.72rem}.free-print-cap-tile-actions a{font-size:.72rem;color:var(--muted, #666);text-decoration:underline}.app-shell--undisclosed .free-print-order-banner{background:#241f1a0a;border-color:#0047ab47}@media (max-width: 820px){.free-print-order-banner{grid-template-columns:1fr}}.free-prints-hero .featured-kicker{display:inline-flex;align-items:center;gap:.35rem}.free-prints-grid{display:grid;gap:1.25rem}.free-print-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:0;overflow:hidden;padding:0}.free-print-media{min-height:100%;background:#e8e6e1}.free-print-media img{display:block;width:100%;height:100%;object-fit:cover;min-height:220px}.free-print-media--caps img{object-fit:contain;background:#e8e6e1;padding:.75rem;min-height:200px}.free-print-media-note{margin:0;padding:.35rem .75rem .65rem;font-size:.72rem}.free-print-label-live{margin-top:.75rem;padding-top:.65rem;border-top:1px solid var(--line)}.free-print-copy{padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column;gap:.55rem}.free-print-copy h2{margin:0;font-size:1.35rem}.free-print-copy>p{margin:0;color:var(--muted, #5a5a5a);line-height:1.5;font-size:.95rem}.free-print-color-band .free-print-color-pick,.free-print-cap-tile{text-decoration:none;color:inherit}.free-print-mode-toggle{display:flex;flex-wrap:wrap;gap:.4rem;margin:.15rem 0 .35rem}.free-print-mode-toggle .soft-btn.active,.free-print-mode-toggle .ghost-btn.active{border-color:#0047ab8c}.free-print-color-field{border:none;margin:0;padding:0;min-width:0}.free-print-color-field legend{font-size:.85rem;margin-bottom:.35rem}.free-print-color-swatches{display:flex;flex-wrap:wrap;gap:.45rem}.free-print-color-swatch{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border:1px solid var(--line);border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:.82rem;cursor:pointer}.free-print-color-swatch.active{border-color:#0047ab8c}.free-print-color-dot{width:.85rem;height:.85rem;border-radius:50%;background:var(--swatch, #222);border:1px solid rgba(0,0,0,.2)}.free-print-color-swatches--lg{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin:.25rem 0 .5rem}.free-print-color-pick{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.45rem;border:1px solid var(--line);border-radius:12px;background:transparent;color:inherit;font:inherit;cursor:pointer}.free-print-color-pick.active{border-color:#0047ab8c}.free-print-color-pick img{width:56px;height:56px}.free-print-color-pick span,.free-print-color-pick strong{font-size:.75rem}.free-print-color-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:1rem}.free-print-color-band .free-print-color-pick span{color:var(--muted, #666);font-size:.68rem}.free-print-cap-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;background:transparent;color:inherit;font:inherit;cursor:pointer;border-radius:10px;padding:.2rem}.free-print-cap-thumb.active{border-color:#0047ab73}@media (max-width: 700px){.free-print-color-swatches--lg,.free-print-color-band{grid-template-columns:repeat(2,minmax(0,1fr))}}.free-print-cap-row{display:flex;flex-wrap:wrap;gap:.55rem;margin:.25rem 0}.free-print-cap-thumb{display:flex;flex-direction:column;align-items:center;gap:.2rem;width:4.25rem}.free-print-cap-thumb img{width:52px;height:52px;border-radius:50%}.free-print-cap-thumb span{font-size:.68rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700;letter-spacing:.06em}.free-print-inline-thumb{border-radius:8px;overflow:hidden;border:1px solid var(--line);max-width:18rem}.free-print-inline-thumb img{display:block;width:100%;height:auto}.free-prints-cap-head{margin-top:2rem}.free-prints-cap-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));gap:.75rem}.free-print-cap-tile{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:12px;background:#ffffff80;transition:border-color .15s ease,transform .15s ease}.free-print-cap-tile:hover{border-color:#0047ab73;transform:translateY(-1px)}.free-print-cap-tile img{width:64px;height:64px}.free-print-cap-tile strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.06em;font-size:.9rem}.free-print-cap-tile span{font-size:.68rem;color:var(--muted, #666);text-align:center;line-height:1.25}.free-prints-footnote{margin-top:1.5rem}.print-ideas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15.5rem,1fr));gap:.85rem}.print-idea-card{display:flex;flex-direction:column;gap:.4rem;padding:.85rem;border:1px solid var(--line);border-radius:12px;background:#ffffff80}.print-idea-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.print-idea-num{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;letter-spacing:.06em;color:var(--muted, #666)}.print-idea-status{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .45rem;border-radius:999px;border:1px solid var(--line)}.print-idea-status--ready{border-color:#00783c59;color:#1a6b3c;background:#008c4614}.print-idea-status--soon{color:var(--muted, #666)}.print-idea-media{border-radius:8px;overflow:hidden;background:#e8e6e1;aspect-ratio:3 / 2}.print-idea-media img{display:block;width:100%;height:100%;object-fit:cover}.print-idea-media--placeholder{display:grid;place-items:center;background:linear-gradient(145deg,rgba(0,71,171,.08),transparent 55%),#e8e6e1}.print-idea-media--placeholder span{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted, #666)}.print-idea-card h3{margin:.15rem 0 0;font-size:1rem;line-height:1.25}.print-idea-card>p{margin:0;font-size:.84rem;line-height:1.45;color:var(--muted, #5a5a5a);flex:1}.print-idea-actions{margin-top:.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.print-idea-actions .soft-btn{padding:.3rem .65rem;font-size:.78rem}.app-shell--undisclosed .print-idea-card{background:#241f1a0a;border-color:#0047ab47}.app-shell--undisclosed .print-idea-status--ready{color:#8fd4a8;background:#008c461f;border-color:#8fd4a859}.app-shell--undisclosed .free-print-card,.app-shell--undisclosed .free-print-cap-tile,.app-shell--undisclosed .free-prints-teaser{background:#241f1a0a;border-color:#0047ab47}.free-prints-teaser-section{padding-top:0;padding-bottom:.5rem}.free-prints-teaser{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:0;padding:0;overflow:hidden;width:100%;text-align:left;cursor:pointer;border:1px solid var(--line);background:#ffffffb8;color:inherit;font:inherit}.free-prints-teaser-media{display:grid;grid-template-columns:1fr 1fr 1fr;min-height:140px;background:#e8e6e1}.free-prints-teaser-media img{width:100%;height:100%;object-fit:cover;min-height:140px}.free-prints-teaser-copy{padding:1.1rem 1.25rem;display:flex;flex-direction:column;justify-content:center;gap:.35rem}.free-prints-teaser-copy h2{margin:0;font-size:1.35rem}.free-prints-teaser-copy p{margin:0;color:var(--muted, #5a5a5a);line-height:1.45;font-size:.92rem}.free-prints-teaser-cta{align-self:flex-start;margin-top:.35rem;pointer-events:none}@media (max-width: 820px){.free-print-card,.free-prints-teaser{grid-template-columns:1fr}.free-print-media img,.free-prints-teaser-media img{min-height:160px;max-height:220px}}@media (max-width: 900px){.calc-layout,.calc-layout.calc-layout--with-label{grid-template-columns:1fr}.calc-card--skinny{max-width:none}.calc-label-panel{position:static}.calc-refs--simple,.calc-refs--compact{grid-template-columns:1fr}}@media (max-width: 640px){.calc-layout--with-label .calc-label-panel{display:contents}.calc-layout--with-label .calc-vial-stage{margin:.2rem 0 .5rem!important;display:grid;place-items:center}.calc-vial-stage .silver-label-vial,.calc-vial-stage .calc-generated-vial{max-height:34vh!important}.calc-card--skinny .form-grid{gap:.5rem}.calc-layout--with-label .calc-card--skinny .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.calc-layout--with-label .calc-card--skinny .form-row--3{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.calc-layout--with-label .calc-card--skinny .form-row>.field,.calc-layout--with-label .calc-card--skinny .form-row--3>.field{min-width:0}.calc-layout--with-label .calc-card--skinny .form-row input,.calc-layout--with-label .calc-card--skinny .form-row select{width:100%;min-width:0}.calc-label-panel>.meta{display:none}.calc-card--skinny .form-grid>p.meta{display:none}.syringe-visual{margin:.35rem 0 .4rem}.syringe-bar{height:1.1rem}.syringe-ticks{margin-top:.2rem;font-size:.62rem}.calc-result{margin-top:.45rem;padding-top:.45rem}.calc-result-main{font-size:.95rem}.calc-refs--compact{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:.4rem}.calc-refs--compact span{font-size:.58rem}.calc-refs--compact strong{font-size:.82rem}}.calc-card{border:1px solid var(--line);border-radius:12px;padding:1rem;background:#ffffffb8}.calc-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.calc-card-head h2{margin:0;font-family:var(--font-display);font-size:1.15rem}.calc-result{border-radius:14px;border:1px solid var(--line);background:linear-gradient(160deg,#0000000f,#ffffffeb);padding:1rem;margin-top:.85rem}.calc-result h3{margin:0 0 .75rem;font-family:var(--font-display)}.calc-result-main{font-family:var(--font-display);font-size:1.55rem;font-weight:750;color:#0a0a0a;margin-bottom:.35rem}.calc-result-main strong{color:#000;font-weight:800}.app-shell--undisclosed .calc-result{background:linear-gradient(160deg,var(--surface),var(--surface));border-color:#241f1a29}.app-shell--undisclosed .calc-result-main,.app-shell--undisclosed .calc-result-main strong{color:var(--ink)}.app-shell--undisclosed .calc-result-sub{color:#241f1ab8}.calc-refs{display:grid;gap:.35rem;color:var(--ink-soft);font-size:.92rem}.calc-quick{margin-top:.5rem;display:grid;gap:.2rem}.syringe-visual{margin:.55rem 0 .65rem}.syringe-bar{position:relative;height:1.45rem;border-radius:999px;border:1px solid var(--line);background:#ffffffb3;overflow:hidden}.syringe-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#00000073,#141414e0,#0a0a0a);transition:width .35s ease}.syringe-marker{position:absolute;top:-2px;width:3px;height:calc(100% + 4px);background:#0a0a0a;border-radius:2px;transform:translate(-50%);transition:left .35s ease;box-shadow:0 0 0 1px #00000059}.app-shell--undisclosed .syringe-bar{background:#f6f1e7e0;border-color:#241f1a59}.app-shell--undisclosed .syringe-fill{background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(253,251,247,.88),var(--surface))}.app-shell--undisclosed .syringe-marker{background:var(--surface);box-shadow:0 0 0 1px #56442c33}.syringe-ticks{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.72rem;font-weight:700;color:var(--muted)}@media (max-width: 1100px){.amazon-detail{grid-template-columns:1fr 1fr}.amazon-detail .buy-box{grid-column:1 / -1;position:static}}@media (max-width: 900px){.header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "nav nav";gap:.55rem .75rem;padding:.65rem 0 .55rem}.brand{grid-area:brand;min-width:0}.header-nav,.search-wrap{grid-area:nav;justify-content:flex-start;overflow-x:clip;flex-wrap:wrap;width:100%;max-width:100%}.header-nav::-webkit-scrollbar,.search-wrap::-webkit-scrollbar{display:none}.header-actions{grid-area:actions;min-width:0}.header-top-msg{font-size:.65rem}.trust-grid{grid-template-columns:1fr 1fr}.thesis-grid{grid-template-columns:1fr}.supply-flow{flex-direction:column}.supply-step{max-width:none;width:100%}.supply-flow-arrow{transform:rotate(90deg);padding:.15rem 0;animation:none;opacity:.55}.supply-example,.grid-2,.detail-layout,.mission-inner,.lab-inner,.calc-layout,.amazon-detail,.form-row,.form-row--3{grid-template-columns:1fr}.hero-content{padding-top:6.5rem}.buy-box{position:static}}@media (max-width: 640px){.header-actions .ghost-btn>span:not(.nav-label-short),.header-actions .soft-btn>span:not(.nav-label-short),.cart-label{display:none}.header-actions .ghost-btn .nav-label-short,.header-actions .soft-btn .nav-label-short{display:inline}.search-dept{display:none}.trust-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:72px 1fr}.cart-item .line-total{grid-column:2}}.auth-gate{--auth-ink: #0a0a0a;--auth-ink-soft: #1f2a37;--auth-muted: #4a5563;--auth-line: rgba(0, 47, 117, .22);--ink: #0a0a0a;--ink-soft: #1f2a37;--muted: #4a5563;position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:max(1.25rem,env(safe-area-inset-top,0px)) max(1.25rem,env(safe-area-inset-right,0px)) max(1.25rem,env(safe-area-inset-bottom,0px)) max(1.25rem,env(safe-area-inset-left,0px));color:var(--auth-ink);color-scheme:light}.age-gate{z-index:90}.age-gate-card .auth-lead{margin:0 0 1.1rem;font-size:.95rem;line-height:1.45;color:var(--auth-muted)}.age-gate-actions{display:grid;gap:.55rem;margin-top:1.15rem}.auth-gate-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,#fffffff7,#ffffffe6 48%,#ffffffb8),image-set(url(/skincare/hero-serum-sm.webp) 1x,url(/skincare/hero-serum.webp) 2x) right center / cover no-repeat}.auth-card{position:relative;z-index:1;width:min(28rem,100%);background:#fff;color:var(--auth-ink);border:1px solid rgba(0,47,117,.12);padding:1.6rem 1.45rem 1.35rem;box-shadow:0 24px 60px #002f751a}.auth-close{position:absolute;top:.35rem;right:.35rem;border:0;background:transparent;color:var(--auth-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:44px;height:44px;display:grid;place-items:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.skin-bottle-preview--photo{overflow:hidden;border-radius:8px}.vial-approved-photo{background:#000;display:grid;place-items:center;width:100%;height:100%;aspect-ratio:auto}.vial-approved-photo--empty{min-height:8rem;background:#0a0a0a}.vial-approved-img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;object-position:center;display:block}.skin-cart-thumb{width:100%;height:100%;object-fit:cover;display:block}.pending-order-note{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1rem}.pending-order-note>span{flex:1 1 14rem}.cart-confirm-total{margin:.55rem 0 0;font-size:1.05rem;line-height:1.4}.cart-confirm-total>strong{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em}.cart-confirm-meta{margin:.75rem 0 0;padding-left:1.1rem;display:grid;gap:.25rem;font-size:.92rem}.auth-mark{width:4.25rem;height:4.25rem;border-radius:50%;object-fit:contain;border:1px solid rgba(0,47,117,.18);margin-bottom:.75rem;background:#002f75}.auth-kicker{margin:0;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#0047ab}.auth-card h1{margin:.25rem 0 .45rem;font-family:var(--font-brand);font-size:clamp(1.7rem,4vw,2.2rem);font-weight:500;color:var(--auth-ink)}.auth-lead{margin:0 0 1rem;color:var(--auth-ink-soft);line-height:1.5;font-size:.95rem}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem}.auth-tabs button{border:1px solid var(--auth-line);background:#fff;color:var(--auth-ink);padding:.65rem .5rem;letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}.auth-tabs button.is-on{border-color:var(--ink);background:var(--ink);color:var(--surface)}.auth-form{display:grid;gap:.75rem}.auth-form label{display:grid;gap:.35rem;font-size:.82rem;letter-spacing:.04em;color:var(--auth-ink-soft)}.auth-form input[type=email],.auth-form input[type=text],.auth-form input[type=password]{border:1px solid var(--auth-line);padding:.7rem .75rem;border-radius:2px;background:#fff;color:#0a0a0a;color-scheme:light;-webkit-text-fill-color:#0a0a0a}.auth-form input::placeholder{color:#4a5563;opacity:1;-webkit-text-fill-color:#4a5563}.auth-form input:-webkit-autofill,.auth-form input:-webkit-autofill:hover,.auth-form input:-webkit-autofill:focus{-webkit-text-fill-color:#0a0a0a;caret-color:#0a0a0a;-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;border:1px solid var(--auth-line);transition:background-color 99999s ease-out}.auth-check{grid-template-columns:auto 1fr!important;align-items:start;gap:.65rem!important;cursor:pointer}.auth-check input{margin-top:.15rem;accent-color:#0047ab}.auth-field-hint,.auth-error{margin:0;font-size:.82rem;line-height:1.4}.auth-field-hint{color:var(--auth-muted)}.auth-error{color:#8a1f1f}.auth-info{margin:0;font-size:.88rem;line-height:1.45;color:#0f3d7a;background:color-mix(in srgb,#0047ab 8%,white);border:1px solid color-mix(in srgb,#0047ab 22%,transparent);border-radius:8px;padding:.75rem .85rem}.auth-pending-email{margin:0;font-size:.9rem;line-height:1.4;color:var(--auth-ink)}.auth-confirm-actions{display:grid;gap:.5rem;margin-top:.85rem}.auth-confirm-actions .soft-btn,.auth-confirm-actions .ghost-btn,.auth-submit{width:100%;justify-content:center}.auth-textlink{justify-self:end;margin-top:-.35rem;padding:.25rem 0;border:0;background:none;box-shadow:none;font-size:.82rem;color:var(--auth-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.auth-textlink:hover,.auth-textlink:focus-visible{color:var(--auth-ink)}.auth-textlink:active{animation:none}.auth-reset-actions{display:flex;justify-content:center;gap:1.25rem;margin-top:.85rem}.auth-reset-actions .auth-textlink{justify-self:auto;margin-top:0;font-size:.88rem}.auth-gate .primary-btn,.app-shell--undisclosed .auth-gate .primary-btn,.app-shell--skincare .auth-gate .primary-btn{background:#e7dfd1!important;border:1px solid #002f75!important;color:var(--ink)!important;-webkit-text-fill-color:var(--ink);box-shadow:none}.auth-gate .primary-btn:hover,.app-shell--undisclosed .auth-gate .primary-btn:hover,.app-shell--skincare .auth-gate .primary-btn:hover{background:#e7dfd1!important;border-color:#0047ab!important;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)}.auth-gate .soft-btn,.auth-gate .ghost-btn,.app-shell--undisclosed .auth-gate .soft-btn,.app-shell--undisclosed .auth-gate .ghost-btn,.app-shell--skincare .auth-gate .soft-btn,.app-shell--skincare .auth-gate .ghost-btn{background:var(--ink)!important;border:1px solid rgba(0,47,117,.28)!important;color:#1f2a37!important;-webkit-text-fill-color:#1f2a37;letter-spacing:.04em;text-transform:none;font-size:.9rem;font-weight:600}.auth-gate .soft-btn:hover,.auth-gate .ghost-btn:hover,.app-shell--undisclosed .auth-gate .soft-btn:hover,.app-shell--undisclosed .auth-gate .ghost-btn:hover,.app-shell--skincare .auth-gate .soft-btn:hover,.app-shell--skincare .auth-gate .ghost-btn:hover{background:#0047ab0f!important;border-color:#0047ab73!important;color:#0047ab!important;-webkit-text-fill-color:#0047ab}.auth-gate .auth-tabs button,.app-shell--undisclosed .auth-gate .auth-tabs button{background:#fff!important;color:var(--auth-ink)!important;border:1px solid var(--auth-line)!important;-webkit-text-fill-color:var(--auth-ink)}.auth-gate .auth-tabs button.is-on,.app-shell--undisclosed .auth-gate .auth-tabs button.is-on{background:var(--ink)!important;border-color:var(--ink)!important;color:var(--surface)!important;-webkit-text-fill-color:var(--surface)}.auth-gate .auth-check span,.app-shell--undisclosed .auth-gate .auth-check span{color:#1f2a37!important}.auth-legal{margin:1rem 0 0;font-size:.78rem;color:var(--auth-muted);line-height:1.45}.auth-legal a{color:#0047ab}.header-account{display:flex;align-items:center;gap:.45rem}.header-account-id{background:none;border:0;padding:0;font-family:inherit;cursor:pointer;font-size:.78rem;letter-spacing:.04em;color:var(--muted);max-width:7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-account-id:hover{color:var(--ink);text-decoration:underline}@media (max-width: 640px){.header-account-id{display:none}}@media (max-width: 700px){.container{width:min(100% - 2rem,var(--max))}html,body,#root,.app-shell,main{overflow-x:clip!important;max-width:100%;width:100%}.brand{min-width:0!important;max-width:100%}.header-inner,.header-actions,.search-wrap,.filters,.section,.section-head,.product-grid,.trust-grid,.flagship-mix,.sk-builder,.sk-builder-grid,.panel,.hero-cta{max-width:100%;min-width:0}.search-wrap{width:100%}.search-wrap input{min-width:0;width:100%}h1,h2,h3,p,li,.hero-brand,.hero-tagline,.hero-copy,.card-blurb,.meta,.disclaimer{overflow-wrap:anywhere;word-wrap:break-word;max-width:100%}img,video,canvas,svg,.skin-product-img,.flagship-mix-img,.generated-vial{max-width:100%!important}.product-grid-scroll:not(.product-grid--catalog){display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-columns:unset!important;overflow-x:visible!important;scroll-snap-type:none!important;gap:.65rem}.product-grid--catalog,.product-grid-scroll.product-grid--catalog{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.75rem!important}.product-grid--catalog .product-body{padding:.7rem .6rem .75rem}.product-grid--catalog .product-body h3{font-size:.95rem;line-height:1.25}.product-grid--catalog .price{font-size:1rem}.product-grid--catalog .product-actions{padding:0 .45rem .55rem;gap:.3rem}.product-grid--catalog .product-actions .primary-btn,.product-grid--catalog .product-actions .soft-btn,.product-grid--catalog .product-actions .ghost-btn{font-size:.65rem;padding:.45rem .35rem;min-height:36px}.dept-bar-inner{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.35rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-right:1.25rem;-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 2.2rem),transparent 100%);mask-image:linear-gradient(to right,#000 calc(100% - 2.2rem),transparent 100%)}.dept-bar-inner::-webkit-scrollbar{display:none}.dept-link{white-space:nowrap;flex:0 0 auto}.filters{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.4rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filters .chip{flex:0 0 auto;text-align:center;white-space:nowrap;justify-content:center}.supply-flow{width:100%;max-width:100%}.supply-step{min-width:0!important;width:100%;max-width:100%}.table-wrap{max-width:100%}.nav-label-full{display:none}.nav-label-short{display:inline}.header-top{padding-top:max(.15rem,env(safe-area-inset-top,0px))}.header-top-inner{gap:.25rem;flex-wrap:nowrap;padding:.38rem 0}.header-top-msg{flex:1 1 auto;min-width:0;font-size:.58rem;line-height:1.3;letter-spacing:.04em;white-space:normal;overflow-wrap:anywhere}.header-top-links{flex-shrink:0}.header-top-links button{font-size:.58rem;letter-spacing:.04em;min-height:44px;padding:.35rem .4rem;touch-action:manipulation}.header-inner{padding:.55rem 0 .45rem;gap:.45rem .5rem;grid-template-columns:minmax(0,1fr) auto;align-items:center}.brand-sub,.app-shell--undisclosed .brand-sub{display:none}.brand-mark{font-size:.95rem;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:9.5rem}.brand-logo{width:36px;height:36px;flex-shrink:0}.app-shell--undisclosed .brand-logo{width:40px;height:40px;border-radius:0;border:0;background:transparent;box-shadow:none}.brand{min-height:44px;min-width:0;padding:.3rem .15rem;gap:.4rem;overflow:hidden}.brand-text{min-width:0;overflow:hidden}.header-actions{flex-shrink:0;gap:.25rem;max-width:none}.site-header .header-auth-btn{white-space:nowrap;padding:.45rem .55rem;font-size:.78rem;min-height:44px}.header-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.15rem;overflow:visible;padding:.1rem 0 .25rem;border-top:1px solid rgba(0,71,171,.08)}.header-nav-link{padding:.55rem .2rem;font-size:.72rem;letter-spacing:.02em;text-align:center;border-radius:8px;white-space:nowrap;min-width:0;min-height:44px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header-actions .ghost-btn,.header-actions .soft-btn{padding-left:.65rem;padding-right:.65rem;font-size:.78rem}.hero.skin-hero,.skin-hero,.hero.hero--undisclosed,.hero--undisclosed{min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;overflow:hidden!important}.skin-hero .container.hero-content,.skin-hero .hero-content,.hero--undisclosed .container.hero-content,.hero--undisclosed .hero-content{order:1!important;position:relative!important;z-index:3!important;width:100%!important;max-width:none!important;margin:0!important;padding:1rem 1.15rem 1.35rem!important}.skin-hero .container.hero-content,.skin-hero .hero-content{background:#fff!important;color:#0a0a0a!important}.hero--undisclosed .container.hero-content,.hero--undisclosed .hero-content{background:transparent!important;color:var(--ink)!important;text-align:left!important;margin-left:0!important;margin-right:auto!important;justify-self:start!important}.skin-hero .hero-media,.skin-hero-media,.hero--undisclosed .hero-media,.hero-media--undisclosed{order:2!important;position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;z-index:1!important;flex:0 0 auto!important;width:100%!important;height:140px!important;min-height:140px!important;max-height:140px!important;animation:none!important;transform:none!important}.skin-hero .hero-media,.skin-hero-media{border-top:1px solid rgba(0,47,117,.1);background:#fff image-set(url(/skincare/hero-serum-sm.webp) 1x,url(/skincare/hero-serum.webp) 2x) center 32% / cover no-repeat!important}.hero--undisclosed .hero-media,.hero-media--undisclosed{height:clamp(200px,55vw,320px)!important;min-height:200px!important;max-height:320px!important;border-top:1px solid rgba(255,255,255,.12);background:transparent!important;display:block!important;padding:0!important;overflow:hidden!important}.hero-labeling-scene{justify-content:center;align-items:center;padding:.5rem .75rem;gap:.45rem}.hero-scene-kit{width:min(46vw,180px)}.hero-scene-vial-wrap{width:min(40vw,140px)}.hero-scene-label{width:min(78%,6.5rem);animation:none;transform:translate(-16%,-40%) rotate(-14deg)}.skin-hero .hero-media:after,.skin-hero-media:after,.hero--undisclosed .hero-media:after,.hero-media--undisclosed:after{display:none!important}.skin-hero .hero-brand-lockup,.hero--undisclosed .hero-brand-lockup{display:flex;flex-direction:row;align-items:center;gap:.6rem;margin-bottom:.5rem;max-width:100%}.skin-hero .hero-brand-mark,.hero--undisclosed .hero-brand-mark{display:block}.hero--undisclosed .hero-brand-mark{width:3.25rem;height:3.25rem}.skin-hero .hero-brand-mark{display:none}.skin-hero .hero-brand{font-size:clamp(2rem,10vw,2.6rem);letter-spacing:.1em;line-height:1;max-width:100%;color:#0a0a0a!important}.hero--undisclosed .hero-brand{font-size:clamp(1.85rem,9vw,2.4rem);letter-spacing:.08em;line-height:1;max-width:100%;color:var(--ink)!important}.skin-hero .hero-brand-rule,.hero--undisclosed .hero-brand-rule{width:min(9rem,55vw);margin:.75rem 0 1rem;position:relative;flex-shrink:0;align-self:flex-start;clear:both}.skin-hero .hero-brand-lockup,.hero--undisclosed .hero-brand-lockup{margin-bottom:.15rem}.skin-hero .hero-tagline{font-size:1.15rem;line-height:1.35;max-width:none;margin-bottom:.55rem;color:#0a0a0a!important}.skin-hero .hero-copy{font-size:.9rem;line-height:1.55;max-width:none;margin-bottom:1.1rem;color:#243044!important}.hero--undisclosed .hero-tagline{font-size:1.1rem;line-height:1.35;max-width:none;color:#241f1af2!important}.hero--undisclosed .hero-copy{font-size:.88rem;line-height:1.55;max-width:none;margin-bottom:.65rem;color:#241f1ac7!important}.hero--undisclosed .ud-brought-by{margin:0;font-size:.68rem;letter-spacing:.1em}.app-shell--undisclosed .lab-banner-inner{flex-wrap:wrap;gap:.45rem;padding:.5rem 0;font-size:.62rem;letter-spacing:.06em}.app-shell--undisclosed .lab-banner{display:none}.app-shell--undisclosed .lab-banner .ghost-btn{min-height:44px;padding:.45rem .75rem;font-size:.65rem}.app-shell--undisclosed .header-inner{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"brand actions"}.app-shell--undisclosed .header-actions{flex-wrap:wrap;justify-content:flex-end}.app-shell--undisclosed .header-actions>*{flex:0 0 auto}.app-shell--undisclosed .brand .brand-mark{display:none}.app-shell--undisclosed .header-actions .ghost-btn>span:not(.nav-label-short),.app-shell--undisclosed .header-actions .soft-btn>span:not(.nav-label-short){display:none}.app-shell--undisclosed .header-actions .nav-label-short{display:inline}.app-shell--undisclosed .header-actions .ghost-btn,.app-shell--undisclosed .header-actions .soft-btn{min-height:44px;min-width:44px}.app-shell--undisclosed .site-header .header-auth-btn{padding:.45rem .65rem;font-size:.78rem}.app-shell--undisclosed .dept-bar{padding:.35rem 0;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.app-shell--undisclosed .dept-bar-inner{gap:.35rem;flex-wrap:nowrap;overflow-x:auto}.app-shell--undisclosed .dept-link{padding:.55rem .75rem;font-size:.75rem;min-height:44px;display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.app-shell--undisclosed .filters .chip{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.app-shell--undisclosed .qty-controls button{background:#f4efe5;color:var(--ink);border-color:#241f1a38}.app-shell--undisclosed .calc-card,.app-shell--undisclosed .calc-example,.app-shell--undisclosed .calc-result{background:#fdfbf7eb;border-color:#241f1a24;color:var(--ink)}.app-shell--undisclosed .product-grid,.app-shell--undisclosed .product-grid-scroll{gap:.75rem}.app-shell--undisclosed .mission-inner,.app-shell--undisclosed .lab-inner,.app-shell--undisclosed .thesis-grid{grid-template-columns:1fr}.app-shell--undisclosed .cart-item{background:#241f1a0a;border-color:#241f1a1f}.app-shell--undisclosed .panel{overflow-x:clip;max-width:100%}.hero--undisclosed .hero-cta{max-width:none}.hero-cta{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.55rem;width:100%}.hero-cta .primary-btn,.hero-cta .soft-btn{width:100%;justify-content:center;min-width:0}.trust-strip{padding:1rem 0}.trust-grid{grid-template-columns:1fr;gap:.85rem}.trust-item{align-items:flex-start}.section{padding:2.1rem 0}.section-head h2{font-size:clamp(1.45rem,6.5vw,1.9rem)}.sk-lineup{grid-template-columns:1fr;gap:1rem}.sk-lineup li{flex-direction:column;align-items:flex-start;gap:.15rem}.sk-lineup li span{text-align:left}.sk-mix-demo{grid-template-columns:1fr}.sk-mix-demo-stills{grid-template-columns:1fr 1fr}.sk-builder-grid{grid-template-columns:1fr}.sk-option,.sk-preset{min-height:44px}.sk-presets-row{display:grid;grid-template-columns:1fr;gap:.55rem}.sk-summary-actions{display:grid;gap:.5rem}.sk-summary-actions .primary-btn,.sk-summary-actions .soft-btn{width:100%;justify-content:center}.product-grid:not(.product-grid--catalog){grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.skin-grid{grid-template-columns:1fr}.flagship-mix{gap:1rem}.flagship-mix-body .hero-cta{margin-top:.75rem}.footer-inner{grid-template-columns:1fr;gap:1rem}.footer-contact{display:flex;flex-wrap:wrap;gap:.5rem}.panel-page{padding:.75rem 0 calc(2rem + env(safe-area-inset-bottom,0px))}.panel{padding:1rem}.checkout-form,.cart-summary{min-width:0}.cart-summary .primary-btn{width:100%;min-height:48px;margin-bottom:env(safe-area-inset-bottom,0px)}.primary-btn,.soft-btn,.ghost-btn,.cart-cta,.danger-btn,.footer-chat-btn{min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.auth-gate{align-items:flex-start;padding:max(.75rem,env(safe-area-inset-top,0px)) max(.75rem,env(safe-area-inset-right,0px)) max(.75rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.auth-card{margin:.5rem 0 1.5rem;width:100%;padding:1.25rem 1rem 1.1rem}.auth-form input{font-size:16px}.field input,.checkout-form input,.auth-form input,textarea,select{font-size:16px;max-width:100%}.order-flow-steps{padding-left:1rem}.consent-check{font-size:.88rem}.amazon-detail,.skin-detail{grid-template-columns:1fr}.skin-detail .skin-visual-col,.amazon-detail .gallery,.amazon-detail>div:first-child{order:2}.skin-detail .skin-detail-copy,.amazon-detail .buy-box,.amazon-detail .product-info{order:1}.app-shell--undisclosed .amazon-detail>.detail-visual{order:0}.app-shell--undisclosed .amazon-detail>.detail-info{order:1}.app-shell--undisclosed .amazon-detail>.buy-box{order:2}.app-shell--undisclosed .amazon-detail>.detail-info{display:contents}.app-shell--undisclosed .amazon-detail .detail-info-head{order:1}.app-shell--undisclosed .amazon-detail .detail-info-fine{order:3}.skin-product-img--detail,.skin-product-img--howto{max-height:240px;object-fit:contain;background:#fff}.flagship-mix{display:flex;flex-direction:column;gap:1rem}.flagship-mix-body{order:1}.flagship-mix-media-col{order:2}.flagship-mix-media{min-height:180px;max-height:220px}.sk-mix-demo-stills img,.sk-mix-demo-video{max-height:220px;object-fit:cover}}@media (max-width: 420px){.header-nav{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}.header-nav-link{font-size:.68rem;padding:.5rem .08rem;min-height:44px}.header-top-links{display:none}.app-shell--undisclosed .header-top-links{display:flex}.app-shell--undisclosed .lab-banner{display:none}.sk-mix-demo-stills{grid-template-columns:1fr}.skin-hero .hero-media,.skin-hero-media{height:120px!important;min-height:120px!important;max-height:120px!important}.hero--undisclosed .hero-media,.hero-media--undisclosed{height:200px!important;min-height:200px!important;max-height:200px!important}.skin-hero .hero-brand{font-size:1.85rem;letter-spacing:.08em}.hero--undisclosed .hero-brand{font-size:1.7rem;letter-spacing:.06em}}#build,#renew,#flagship,#ritual,#skin-catalog,#accessories,#contact-wellpept,#peptide-legal,#about,#catalog,#featured{scroll-margin-top:calc(7.5rem + env(safe-area-inset-top,0px))}html:has(.app-shell--undisclosed){scroll-padding-top:calc(10.5rem + env(safe-area-inset-top,0px))}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed{background-image:none;background-color:#f6f1e7}.app-shell--undisclosed .hero--undisclosed .sentinel-hero-console{position:static;width:100%;min-height:0;margin-top:1.1rem;transform:none;grid-template-columns:4.5rem minmax(0,1fr);gap:.9rem;padding:.85rem 1rem}.app-shell--undisclosed .hero--undisclosed .sentinel-hero-orbit{width:4.5rem;height:4.5rem}.ud-hero-niche .channel-vial:before{display:none}.app-shell--undisclosed .lab-banner,.app-shell--undisclosed .lab-banner .ghost-btn{color:var(--ink-soft)}.ud-hero-plate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.ud-hero-plate .ud-hero-niche{position:absolute;left:73%;top:6%;height:76%;width:auto;transform:translate(-50%);overflow:visible;pointer-events:auto}.ud-hero-plate .ud-hero-niche:before{opacity:1}.ud-vial-niche--media{background-image:none;isolation:isolate}.ud-niche-box{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;isolation:isolate;pointer-events:none}.ud-niche-loop,.ud-niche-wall,.ud-niche-stone{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-repeat:no-repeat}.ud-niche-loop{z-index:0;overflow:hidden;background:linear-gradient(180deg,#2f5866,#1f3d4a 56%,#162c36)}.ud-niche-loop--video,.ud-niche-loop--image{object-fit:cover;width:100%;height:100%}.ud-niche-loop--image{background:none}.ud-niche-wall{z-index:1;mix-blend-mode:multiply;background-size:113% auto;background-position:center 45.33%}.ud-niche-stone{z-index:2;background-size:113% auto;background-position:center 45.33%}.ud-vial-niche--media:before{z-index:3}.ud-vial-niche--media:after{z-index:4}.ud-hero-plate .ud-vial-niche--media .channel-vial{z-index:5}.ud-niche-loop:before,.ud-niche-loop:after{content:"";position:absolute;top:-60%;right:-60%;bottom:-60%;left:-60%;mix-blend-mode:screen;animation-play-state:paused}.ud-niche-loop.is-running:before,.ud-niche-loop.is-running:after{animation-play-state:running}.ud-niche-loop:before{background:radial-gradient(40% 28% at 30% 34%,rgba(126,236,244,.62),transparent 70%),radial-gradient(32% 24% at 72% 58%,rgba(236,198,132,.52),transparent 72%);animation:ud-niche-drift-a 34s ease-in-out infinite alternate}.ud-niche-loop:after{background:radial-gradient(36% 26% at 62% 26%,rgba(150,196,255,.5),transparent 74%),radial-gradient(28% 22% at 24% 70%,rgba(255,232,184,.4),transparent 76%);animation:ud-niche-drift-b 47s ease-in-out infinite alternate}@keyframes ud-niche-drift-a{0%{transform:translate3d(-6%,-4%,0) scale(1)}to{transform:translate3d(7%,5%,0) scale(1.14)}}@keyframes ud-niche-drift-b{0%{transform:translate3d(5%,6%,0) scale(1.1)}to{transform:translate3d(-7%,-5%,0) scale(1)}}@media (prefers-reduced-motion: reduce){.ud-niche-loop:before,.ud-niche-loop:after{animation:none}}.ud-vial-niche--media{--ud-par-x: 0;--ud-par-y: 0}.ud-hero-plate .ud-hero-niche.ud-vial-niche--media{transform:translate(-50%) perspective(900px) rotateY(calc(var(--ud-par-x) * 2.4deg)) rotateX(calc(var(--ud-par-y) * -1.6deg));will-change:transform}.ud-vial-niche--media.is-parallax,.ud-vial-niche--media.is-parallax .ud-niche-loop,.ud-vial-niche--media.is-parallax .channel-vial{transition:transform .5s cubic-bezier(.22,1,.36,1)}.ud-vial-niche--media .ud-niche-loop{transform:translate3d(calc(var(--ud-par-x) * 2.6%),calc(var(--ud-par-y) * 1.8%),0)}.ud-vial-niche--media .channel-vial{transform:translate3d(calc(var(--ud-par-x) * 1.1%),calc(var(--ud-par-y) * .7%),0)}@media (prefers-reduced-motion: reduce){.ud-hero-plate .ud-hero-niche.ud-vial-niche--media{transform:translate(-50%)}.ud-vial-niche--media .ud-niche-loop,.ud-vial-niche--media .channel-vial{transform:none}}.ud-hero-niche .channel-vial{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;min-height:0}.ud-hero-niche .hero-vial-canvas{position:absolute;left:50%;bottom:calc(100% - var(--ud-stand) - 1.35%);transform:translate(-50%);height:46%;width:auto;max-height:none;max-width:100%;min-height:0;filter:drop-shadow(0 1px 3px rgba(0,0,0,.34))}.ud-hero-niche .channel-vial-readout{position:absolute;z-index:2;left:50%;right:auto;top:calc(100% + .45rem);bottom:auto;transform:translate(-50%);width:max-content;max-width:150%;height:auto}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:before{background:linear-gradient(100deg,rgba(250,246,238,.94) 0%,rgba(250,246,238,.88) 24%,rgba(250,246,238,.52) 40%,rgba(250,246,238,.14) 52%,transparent 62%)}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:after{background:none}.app-shell--undisclosed .hero--undisclosed-compact{min-height:min(calc(100vw * 429 / 923),700px)}@media (max-width: 640px){.app-shell--undisclosed .hero--undisclosed-compact{min-height:clamp(80px,20vw,110px)}}@media (max-width: 640px){.app-shell--undisclosed .hero--undisclosed-compact{min-height:100vh!important;min-height:100svh!important}}.app-shell--undisclosed .hero--undisclosed .hero-content{max-width:min(46ch,50%);position:relative}.app-shell--undisclosed .hero--undisclosed .hero-brand{font-size:clamp(1.9rem,4.4vw,3.4rem)}.app-shell--undisclosed .hero--undisclosed .hero-brand-mark{width:clamp(4rem,9vw,6.5rem);height:clamp(4rem,9vw,6.5rem)}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(100deg,#f6f1e7f7,#f6f1e7e6 18%,#f6f1e78c,#f6f1e700 42%)}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:after{content:none}.app-shell--undisclosed .hero--undisclosed .hero-brand,.app-shell--undisclosed .hero--undisclosed .hero-content,.app-shell--undisclosed .hero--undisclosed .hero-tagline{text-shadow:none}@media (max-width: 900px){.app-shell--undisclosed .hero--undisclosed .hero-content{max-width:none}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed{order:-1!important;background-color:#f3eee4!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;margin-bottom:1.1rem}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:before{background:linear-gradient(180deg,transparent 62%,rgba(250,246,238,.45) 100%)}.app-shell--undisclosed .ud-hero-niche .channel-vial-readout{display:none}}.app-shell--undisclosed .product-visual,.app-shell--undisclosed .skin-bottle-preview{aspect-ratio:3 / 4;height:auto}.app-shell--undisclosed .detail-visual{background:none;border:0;padding:0;min-height:0}.app-shell--undisclosed .detail-visual .skin-bottle-preview{width:100%;max-width:none}.app-shell--undisclosed .catalog-page{position:relative;isolation:isolate}.app-shell--undisclosed .catalog-page:before{content:"";position:absolute;inset:0 0 auto 0;height:min(78vh,720px);z-index:-1;background:linear-gradient(180deg,var(--paper) 0%,rgba(243,238,228,.34) 9%,rgba(243,238,228,.5) 46%,rgba(243,238,228,.86) 78%,var(--paper) 100%),url(/ud-masters/scene/gallery_room.webp) center top / cover no-repeat;pointer-events:none}@media (max-width: 900px){.app-shell--undisclosed .catalog-page:before{height:min(52vh,420px);background:linear-gradient(180deg,var(--paper) 0%,rgba(243,238,228,.42) 10%,rgba(243,238,228,.62) 44%,rgba(243,238,228,.9) 76%,var(--paper) 100%),url(/ud-masters/scene/gallery_room-sm.webp) center top / cover no-repeat}}.app-shell--undisclosed #catalog,.app-shell--undisclosed #featured{scroll-margin-top:calc(10.5rem + env(safe-area-inset-top,0px))}@media (max-width: 700px){.app-shell--undisclosed .hero--undisclosed .hero-media,.app-shell--undisclosed .hero-media--undisclosed{height:clamp(250px,66vw,300px)!important;min-height:250px!important;max-height:300px!important}}@media (max-width: 600px){.hero{min-height:min(40vh,320px)}.hero-media{background-position:right 30% center!important}}@media (max-width: 360px){.product-grid:not(.product-grid--catalog),.product-grid-scroll:not(.product-grid--catalog){grid-template-columns:1fr!important}.product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-cta{grid-template-columns:1fr 1fr!important}.sk-option-body strong,.sk-option-body span{overflow-wrap:anywhere}.app-shell--undisclosed .dept-link{padding-left:.55rem;padding-right:.55rem}}@media (hover: none) and (pointer: coarse){button,a,.chip,.sk-option,.sk-preset,.product-card-main,.dept-link,.search-go{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100svh}}.catalog-search-mobile{display:none}@media (max-width: 700px){.catalog-search-mobile{display:flex;align-items:center;gap:.55rem;margin:0 0 .85rem;padding:.55rem .75rem;border:1px solid var(--line, rgba(58, 46, 32, .16));border-radius:10px;background:var(--surface, #fdfbf7);color:var(--ink, #241f1a)}.catalog-search-mobile:focus-within{border-color:var(--ink, #241f1a)}.catalog-search-mobile svg{flex-shrink:0;opacity:.7}.catalog-search-mobile input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:inherit;font-size:16px;padding:.25rem 0}.catalog-search-mobile input::placeholder{color:var(--muted, rgba(36, 31, 26, .66))}}.manual-pay{display:grid;gap:.85rem}.manual-pay h2{margin:0;font-size:1.15rem}.manual-pay-card{border:1px solid var(--line);border-radius:12px;padding:.9rem 1rem;display:grid;gap:.55rem;background:#ffffff0a}.app-shell--skincare .manual-pay-card{background:#fff}.manual-pay-card--crypto{border-color:#2e7d5a73}.manual-pay-row{display:flex;gap:.65rem;align-items:flex-start;justify-content:space-between}.manual-pay-value{display:block;margin-top:.25rem;font-size:.82rem;word-break:break-all;white-space:pre-wrap}.manual-pay-open{justify-content:center;text-decoration:none}.manual-pay-qr{display:block;width:min(100%,220px);height:auto;margin:.15rem auto;border-radius:8px;background:#fff;padding:.5rem}.manual-pay-raw{margin-top:.35rem;font-size:.85rem}.manual-pay-raw pre{white-space:pre-wrap;word-break:break-word;background:#00000059;padding:.75rem;border-radius:8px;font-size:.78rem}.manual-pay-admin{display:grid;gap:.75rem;margin:1rem 0 1.25rem;padding:1rem;border:1px solid var(--line);border-radius:12px}.manual-pay-admin .primary-btn{justify-self:start}.discount-code-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;margin-bottom:.65rem}.discount-code-field{flex:1 1 10rem;min-width:8rem}.discount-code-msg{margin:-.25rem 0 .55rem}.discount-code-msg.ok{color:var(--ok, #2f6b4f)}.summary-row.discount-row span:last-child{color:var(--ok, #2f6b4f)}.discount-admin select{width:100%;min-height:2.6rem}.checkout-form select{width:100%;min-height:2.75rem;font-size:1rem;color:#0a0a0a;background:#fff;color-scheme:light}.checkout-form select option,.checkout-form select optgroup,label.field select option,label.field select optgroup,.strength-field select option,.buy-box select option,.product-card select option,.compare-select option{background-color:#fff;color:#0a0a0a}label.field select,.strength-field select,.buy-box select,.product-card select,.compare-select{color:#0a0a0a;background:#fff;color-scheme:light}.admin-pay-actions{display:flex;flex-wrap:wrap;gap:.35rem}.admin-supply-decide{display:flex;flex-direction:column;gap:.45rem;min-width:min(280px,70vw)}.admin-supply-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.admin-supply-lines label{display:flex;align-items:flex-start;gap:.4rem;font-size:.85rem;line-height:1.35;cursor:pointer}.admin-supply-lines input{margin-top:.15rem}.admin-supply-comment{width:100%;resize:vertical;min-height:2.5rem;font:inherit;font-size:.85rem;padding:.4rem .5rem;border:1px solid #ccc;border-radius:4px;background:#fff;color:#111}@media (max-width: 700px){.manual-pay-row{flex-direction:column}.admin-pay-actions .soft-btn,.admin-pay-actions .ghost-btn{width:100%;justify-content:center}}.app-shell--undisclosed .vial-approved-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.16) 49%,transparent 57%);background-size:250% 100%;background-position:150% 0;opacity:0}.app-shell--undisclosed .product-card{transition:transform .34s cubic-bezier(.2,.7,.2,1),box-shadow .34s ease,border-color .34s ease}.app-shell--undisclosed .product-card:hover{transform:translateY(-6px);box-shadow:0 36px 72px #56442c4a,0 0 52px #efe9e129;border-color:#241f1a42}@media (prefers-reduced-motion: no-preference){.app-shell--undisclosed .hero--undisclosed .hero-brand{background:linear-gradient(100deg,var(--ink) 0%,var(--ink) 40%,#7d6c4c 46.5%,#b9974a 50%,#7d6c4c 53.5%,var(--ink) 60%,var(--ink) 100%);background-size:260% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:none;animation:ud-title-shine 3.2s ease-in-out 1 both}@keyframes ud-title-shine{0%{background-position:165% 0}to{background-position:30% 0}}.app-shell--undisclosed .product-card:hover .vial-approved-photo:after{animation:ud-gloss-sweep .9s ease forwards}@keyframes ud-gloss-sweep{0%{background-position:150% 0;opacity:1}to{background-position:-60% 0;opacity:0}}}.ud-spotlight{position:fixed;top:0;right:0;bottom:0;left:0;z-index:42;pointer-events:none;opacity:0;transition:opacity .45s ease;mix-blend-mode:screen;background:radial-gradient(300px circle at var(--sx, 50%) var(--sy, 30%),rgba(226,234,246,.12),rgba(150,180,220,.04) 42%,transparent 66%)}.ud-motes{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;overflow:hidden;mix-blend-mode:screen}.ud-motes i{position:absolute;bottom:-5%;border-radius:50%;background:radial-gradient(circle,#e8f0fcf2,#241f1a00 70%);opacity:0}.app-shell--undisclosed .product-visual{transform:translateY(var(--rise, 0px));transition:transform .24s ease-out,box-shadow .3s ease,filter .3s ease}.app-shell--undisclosed .product-card:hover .product-visual,.app-shell--undisclosed .product-card:focus-within .product-visual{box-shadow:inset 0 0 0 1px #dce6f52e,0 0 36px #96c8f033,0 20px 46px #00000080;filter:brightness(1.09) contrast(1.03)}.app-shell--undisclosed.fx-reveal-on .product-card{opacity:0;--rise: 22px}.app-shell--undisclosed.fx-reveal-on .product-card.is-revealed{opacity:1;--rise: 0px;transition:opacity .6s ease}@media (prefers-reduced-motion: no-preference){.ud-motes i{animation:ud-mote-float var(--mote-dur, 20s) linear var(--mote-delay, 0s) infinite}@keyframes ud-mote-float{0%{transform:translate(0);opacity:0}12%{opacity:var(--mote-peak, .2)}88%{opacity:var(--mote-peak, .2)}to{transform:translate(var(--mote-drift, 0),-112vh);opacity:0}}}.ud-showcase{position:relative;background:radial-gradient(ellipse at 32% 24%,rgba(255,252,245,.55),transparent 62%),linear-gradient(180deg,#f4efe5,#ece5d8);border-top:1px solid rgba(36,31,26,.07);border-bottom:1px solid rgba(36,31,26,.07);overflow:hidden}.ud-showcase-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1.5rem,5vw,4rem);padding-block:clamp(2rem,5vw,3.5rem)}.hero-vial-canvas{position:relative;z-index:1;display:block;width:auto;max-width:100%;height:auto;max-height:clamp(240px,34vh,420px);opacity:0;transition:opacity .5s ease,filter .45s ease;filter:drop-shadow(0 24px 40px rgba(0,0,0,.62))}.hero-vial-canvas.is-ready{opacity:1}@media (prefers-reduced-motion: no-preference){.hero-vial-canvas{transition:opacity .5s ease,filter .45s ease,transform .85s cubic-bezier(.34,1.32,.44,1)}}.channel-vial{position:relative;z-index:1;display:grid;justify-items:center;gap:.55rem}@media (prefers-reduced-motion: no-preference){.channel-vial{transform:translate3d(calc(var(--ud-px, 0) * 10px),calc(var(--ud-py, 0) * 5px),0);transition:transform .45s cubic-bezier(.22,1,.36,1)}}.channel-vial:before{content:"";position:absolute;top:44%;left:50%;width:66%;aspect-ratio:1 / 1.15;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(239,233,225,.3) 0%,rgba(226,220,210,.14) 40%,transparent 70%);filter:blur(16px);mix-blend-mode:screen;pointer-events:none;z-index:0;opacity:.78;transition:opacity .45s ease}@media (prefers-reduced-motion: no-preference){.channel-vial:before{animation:ud-ember-pulse 6s ease-in-out infinite}@keyframes ud-ember-pulse{0%,to{opacity:.6}50%{opacity:.92}}}.channel-vial-readout{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:#9fdcff;text-shadow:0 0 12px rgba(96,200,255,.55);opacity:0;transition:opacity .5s ease;padding:.28rem .7rem;border:1px solid rgba(120,205,255,.28);border-radius:999px;background:#0e16228c;white-space:nowrap}.channel-vial .hero-vial-canvas.is-ready~.channel-vial-readout{opacity:.9}.ud-showcase-copy{color:var(--ink)}.ud-showcase-kicker{display:inline-block;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--ink-soft);font-weight:700;margin-bottom:.65rem}.ud-showcase-title{font-family:var(--font-brand, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:clamp(1.7rem,3.6vw,2.7rem);line-height:1.08;margin:0 0 .75rem;color:var(--ink)}.ud-showcase-text{font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.62;color:var(--ink-soft);max-width:40ch}@media (max-width: 760px){.ud-showcase-inner{grid-template-columns:1fr;text-align:center}.ud-showcase-copy{order:2}.ud-showcase-text{margin-inline:auto}}.ud-key{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;display:grid;place-items:center;overflow:hidden;pointer-events:auto}.ud-key-veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;animation:ud-key-veil-in var(--ud-key-veil) ease-out both}@keyframes ud-key-veil-in{0%{opacity:0}to{opacity:1}}.ud-key-hole{transform-box:fill-box;transform-origin:center;transform:scale(0);animation:ud-key-iris var(--ud-key-iris) cubic-bezier(.65,0,.35,1) var(--ud-key-reveal) both}@keyframes ud-key-iris{0%{transform:scale(0)}to{transform:scale(16)}}.ud-key-mark{position:relative;width:min(40vw,30vh,250px);aspect-ratio:1;animation:ud-key-part var(--ud-key-iris) cubic-bezier(.65,0,.35,1) var(--ud-key-reveal) both}@keyframes ud-key-part{0%{transform:scale(1);opacity:1}to{transform:scale(2.7);opacity:0}}.ud-key-turn{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;transform:rotate(-7deg);animation:ud-key-seat var(--ud-key-seat) cubic-bezier(.18,.9,.22,1) calc(var(--ud-key-veil) + var(--ud-key-draw)) both}@keyframes ud-key-seat{0%{transform:rotate(-7deg)}to{transform:rotate(0)}}.ud-key-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.ud-key-ring-line{fill:none;stroke:#241f1ae0;stroke-width:1.1;stroke-linejoin:miter;filter:drop-shadow(0 0 7px rgba(170,200,255,.4));animation:ud-key-draw var(--ud-key-draw) cubic-bezier(.35,0,.2,1) var(--ud-key-veil) both}@keyframes ud-key-draw{to{stroke-dashoffset:0}}.ud-key-glyph{position:relative;width:52%;height:auto;opacity:0;transform:scale(1.09);filter:drop-shadow(0 0 12px rgba(150,190,255,.28));animation:ud-key-glyph-in .44s cubic-bezier(.2,.8,.2,1) calc(var(--ud-key-veil) + var(--ud-key-draw) - .28s) both}@keyframes ud-key-glyph-in{0%{opacity:0;transform:scale(1.09)}to{opacity:1;transform:scale(1)}}.ud-key-sheen{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;pointer-events:none;mix-blend-mode:screen;opacity:0;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.5) 50%,transparent 58%);animation:ud-key-sheen .56s ease-out calc(var(--ud-key-veil) + var(--ud-key-draw) - 80ms) both}@keyframes ud-key-sheen{0%{opacity:0;transform:translate(-62%)}35%{opacity:.85}to{opacity:0;transform:translate(62%)}}@media (prefers-reduced-motion: reduce){.ud-key-mark{display:none}.ud-key-hole{animation:none}.ud-key-veil{animation:ud-key-veil-in .12s ease both}}.ud-tune-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;width:100vw;height:100vh;display:block;background:transparent;pointer-events:auto}.ud-bend-defs{position:absolute;width:0;height:0;pointer-events:none}html.ud-bending #root{filter:url(#ud-bend);will-change:filter}.app-shell>.message-dock,.app-shell--undisclosed>.message-dock{position:fixed;z-index:140}.app-shell>.bottom-nav,.app-shell--undisclosed>.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100}.app-shell>.site-header,.app-shell--undisclosed>.site-header{position:sticky;top:0;z-index:40}.app-shell>.menu-sheet-scrim,.app-shell--undisclosed>.menu-sheet-scrim{position:fixed;z-index:200}.app-shell>.menu-sheet,.app-shell--undisclosed>.menu-sheet{position:fixed;z-index:201}.app-shell>.update-pill,.app-shell--undisclosed>.update-pill{position:fixed;z-index:140}.message-dock{position:fixed;right:max(1rem,env(safe-area-inset-right,0px));bottom:max(1rem,env(safe-area-inset-bottom,0px));z-index:140;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.message-direct{position:fixed;right:max(1rem,env(safe-area-inset-right,0px));bottom:max(1rem,env(safe-area-inset-bottom,0px));z-index:140;display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.05rem;border-radius:999px;border:1px solid rgba(236,232,226,.24);background:#101216eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f1efea;font-size:.84rem;font-weight:600;letter-spacing:.04em;cursor:pointer;box-shadow:0 14px 34px #00000080,0 0 22px #efe9e11a;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.message-direct svg{width:1.05rem;height:1.05rem;flex:none}.message-direct:hover,.message-direct:focus-visible{transform:translateY(-2px);border-color:#efe9e16b;box-shadow:0 18px 40px #0000008f,0 0 30px #efe9e133}@media (max-width: 480px){.message-direct{padding:.75rem;gap:0}.message-direct span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.message-direct svg{width:1.25rem;height:1.25rem}}@media (prefers-reduced-motion: reduce){.message-direct{transition:none}.message-direct:hover{transform:none}}.message-dock .message-direct{position:static;right:auto;bottom:auto}.message-panel{width:min(21rem,calc(100vw - 2rem));max-height:min(72vh,34rem);overflow-y:auto;padding:1rem 1.1rem 1.1rem;border-radius:12px;border:1px solid rgba(236,232,226,.22);background:#101216f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f1efea;text-align:left;box-shadow:0 18px 44px #0000008c}.message-panel-kicker{margin:0 0 .3rem;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#f1efea99}.message-panel-note{margin:0 0 .8rem;font-size:.8rem;line-height:1.5;color:#f1efead1}.message-panel-note a{color:inherit}.message-panel-label{display:block;margin-bottom:.3rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f1efea9e}.message-panel-label span{font-weight:500;letter-spacing:.02em;text-transform:none;color:#f1efea6b}.message-panel .message-panel-text,.message-panel .message-panel-input{width:100%;margin-bottom:.7rem;padding:.55rem .65rem;border-radius:7px;border:1px solid rgba(236,232,226,.22);background:#ffffff0f;color:#f5f3ef;font:inherit;font-size:16px;line-height:1.45;color-scheme:dark}.message-panel .message-panel-text{resize:vertical;min-height:5.5rem}.message-panel .message-panel-text::placeholder,.message-panel .message-panel-input::placeholder{color:#f1efea66}.message-panel .message-panel-text:focus,.message-panel .message-panel-input:focus{outline:none;border-color:#efe9e18c;background:#ffffff1a;color:#f5f3ef}.message-panel-why{margin:0 0 .7rem;font-size:.76rem;line-height:1.45;color:#ffb4a6}.message-panel-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.message-panel-count{margin-left:auto;font-size:.7rem;color:#f1efea73;font-variant-numeric:tabular-nums}.message-panel-send,.message-panel-alt{min-height:44px;padding:.55rem 1rem;border-radius:999px;font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.message-panel-send{border:1px solid #f1efea;background:#f1efea;color:#14161a}.message-panel-send:hover:not(:disabled){background:#fff;border-color:#fff}.message-panel-send:disabled{opacity:.45;cursor:not-allowed}.message-panel-alt{border:1px solid rgba(236,232,226,.3);background:transparent;color:#f1efead9}.message-panel-alt:hover{border-color:#ece8e299;color:#f5f3ef}.ud-about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.1rem,2.5vw,2.2rem)}.ud-about-card{padding:1.4rem 1.5rem 1.5rem;border:1px solid rgba(36,31,26,.09);border-radius:16px;background:#241f1a06}.ud-about-card h3{margin:0 0 .7rem;font-family:var(--font-brand, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:1.35rem;line-height:1.2;color:var(--ink, #241f1a)}.ud-about-card p{margin:0 0 .85rem;font-size:.92rem;line-height:1.65;color:var(--ink-soft, rgba(36, 31, 26, .74));max-width:44rem}.ud-about-card p:last-child{margin-bottom:0}.ud-about-lanes{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.5rem}.ud-about-lanes li{display:flex;justify-content:space-between;gap:1rem;padding:.55rem .8rem;border-radius:10px;background:#241f1a0a;font-size:.84rem}.ud-about-lanes b{color:var(--ink, #241f1a);font-weight:600}.ud-about-lanes span{color:var(--muted, #8e97a3)}.ud-calc-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.ud-calc-inner h2{margin:0 0 .75rem;font-family:var(--font-brand, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:clamp(1.7rem,3.4vw,2.5rem);line-height:1.1;color:var(--ink)}.ud-calc-lede{margin:0 0 .8rem;font-size:.98rem;line-height:1.6;color:var(--ink-soft);max-width:40rem}.ud-calc-note{margin:0 0 1.35rem;font-size:.84rem;line-height:1.55;color:var(--muted);max-width:40rem}.ud-calc-points{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.ud-calc-points li{padding:.9rem 1rem;border:1px solid rgba(36,31,26,.09);border-radius:12px;background:#241f1a06;display:grid;gap:.25rem}.ud-calc-points b{color:var(--ink);font-size:.92rem;display:flex;align-items:center;gap:.42rem}.ud-calc-points span{color:var(--ink-soft);font-size:.78rem;line-height:1.45}.ud-mw{padding-top:1.5rem}.ud-mw-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem 1.5rem;flex-wrap:wrap;margin-bottom:1.4rem}.ud-mw-head h2{margin:.1rem 0 .35rem}.ud-mw-sub{margin:0;max-width:46rem;color:var(--ink-soft);font-size:.94rem;line-height:1.6}.ud-mw-filters{display:flex;gap:.45rem;flex-wrap:wrap}.ud-mw-chip{padding:.5rem .95rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-size:.8rem;font-weight:600;letter-spacing:.05em;cursor:pointer}.ud-mw-chip.is-active{background:var(--ink);color:#f3eee4;border-color:var(--ink)}.ud-mw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.1rem}.ud-mw-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}@media (hover: hover){.ud-mw-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}}.ud-mw-media{position:relative;display:block;width:100%;aspect-ratio:4 / 3;padding:0;border:0;background:#e9e2d5;cursor:pointer}.ud-mw-media img{width:100%;height:100%;object-fit:cover;display:block}.ud-mw-media--contain img{object-fit:contain;padding:9%;box-sizing:border-box}.ud-mw-badge{position:absolute;top:.7rem;left:.7rem;padding:.3rem .6rem;border-radius:999px;background:var(--ud-electric);color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ud-mw-body{display:flex;flex-direction:column;gap:.45rem;padding:.9rem 1rem 1rem}.ud-mw-body h3{margin:0;font-size:1.02rem}.ud-mw-by{display:flex;align-items:center;gap:.45rem;margin:0;font-size:.8rem;color:var(--muted)}.ud-mw-avatar{display:inline-grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--ink);color:#f3eee4;font-size:.56rem;font-weight:700;letter-spacing:.04em}.ud-mw-stats{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem .85rem;font-size:.76rem;color:var(--ink-soft)}.ud-mw-stats li:before{content:"•";margin-right:.4rem;color:var(--ud-electric)}.ud-mw-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.ud-mw-actions .primary-btn,.ud-mw-actions .soft-btn{display:inline-flex;align-items:center;gap:.35rem}.ud-mw-order{margin:1.4rem 0 0;font-size:.86rem;color:var(--ink-soft)}.ud-mw-order a{color:var(--ink);font-weight:600}.ud-mw-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:240;background:#14110d8c;display:grid;place-items:center;padding:1rem}.ud-mw-dialog{position:relative;width:min(1040px,100%);max-height:min(92vh,900px);overflow:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);background:var(--paper);border-radius:18px;box-shadow:0 30px 80px #00000059}.ud-mw-close{position:absolute;top:.7rem;right:.7rem;z-index:2;width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);display:grid;place-items:center;cursor:pointer}.ud-mw-gallery{padding:1rem;display:flex;flex-direction:column;gap:.6rem;background:var(--paper-2)}.ud-mw-stage{aspect-ratio:4 / 3;border-radius:12px;overflow:hidden;background:#e9e2d5;display:grid;place-items:center}.ud-mw-stage img{width:100%;height:100%;object-fit:contain;display:block}.ud-mw-thumbs{display:flex;gap:.45rem;flex-wrap:wrap}.ud-mw-thumbs button{width:3.4rem;height:3.4rem;padding:0;border-radius:8px;overflow:hidden;border:2px solid transparent;background:#e9e2d5;cursor:pointer}.ud-mw-thumbs button.is-active{border-color:var(--ink)}.ud-mw-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.ud-mw-info{padding:1.4rem 1.4rem 1.2rem;display:flex;flex-direction:column;gap:.85rem;min-width:0}.ud-mw-kind{margin:0;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ud-electric);font-weight:700}.ud-mw-info h3{margin:0;font-size:1.4rem;line-height:1.15;padding-right:2.4rem}.ud-mw-blurb{margin:0;color:var(--ink-soft);line-height:1.6;font-size:.92rem}.ud-mw-label{display:flex;align-items:center;gap:.4rem;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-bottom:.45rem}.ud-mw-chips{display:flex;flex-wrap:wrap;gap:.35rem}.ud-mw-chips button{padding:.35rem .6rem;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;font-weight:600;cursor:pointer}.ud-mw-chips button.is-active{background:var(--ink);color:#f3eee4;border-color:var(--ink)}.ud-mw-hint{margin:.45rem 0 0;font-size:.8rem;color:var(--muted)}.ud-mw-swatches{display:flex;gap:.55rem}.ud-mw-swatches button{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--line);cursor:pointer;padding:0}.ud-mw-swatches button.is-active{border-color:var(--ink);box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--ink)}.ud-mw-files ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.ud-mw-files li{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.55rem .7rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:.86rem}.ud-mw-files li small{display:block;color:var(--muted);font-size:.72rem;margin-top:.1rem}.ud-mw-files a{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.ud-mw-profile dl{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:.3rem .9rem;font-size:.84rem}.ud-mw-profile dl>div{display:contents}.ud-mw-profile dt{color:var(--muted)}.ud-mw-profile dd{margin:0;color:var(--ink)}.ud-mw-info .ud-mw-order{margin:.2rem 0 0;padding-top:.8rem;border-top:1px solid var(--line);font-size:.82rem}@media (max-width: 760px){.ud-mw-scrim{padding:0;align-items:end}.ud-mw-dialog{grid-template-columns:1fr;max-height:94vh;border-radius:18px 18px 0 0}.ud-mw-gallery{padding:.75rem}.ud-mw-stage{aspect-ratio:16 / 10}.ud-mw-info{padding:1.1rem 1rem 1.2rem}}@media (max-width: 560px){.ud-mw-grid{grid-template-columns:1fr 1fr;gap:.7rem}.ud-mw-body{padding:.7rem .75rem .85rem}.ud-mw-actions .soft-btn{display:none}.ud-mw-actions .primary-btn{width:100%;justify-content:center}}.ud-mw-files li>span{min-width:0}.ud-mw-print{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;padding:.55rem .85rem;border-radius:10px;background:#00ae42;color:#fff;font-size:.82rem;font-weight:700;text-decoration:none}.ud-mw-howto{margin:.6rem 0 0;padding:.6rem .7rem;border-radius:10px;background:var(--paper-2);font-size:.78rem;line-height:1.55;color:var(--ink-soft)}.ud-mw-howto strong{color:var(--ink)}.ud-cg{display:flex;flex-direction:column;gap:.9rem}.ud-cg-field input{width:100%;box-sizing:border-box;padding:.7rem .85rem;font:inherit;font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}.ud-cg-field small{display:block;margin-top:.35rem;color:var(--muted);font-size:.76rem}.ud-cg-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.ud-cg-actions .primary-btn{display:inline-flex;align-items:center;gap:.35rem}.ud-cg-error{margin:0;color:#9b1c1c;font-size:.84rem}.ud-cg-stage{width:100%;height:100%;display:block}.ud-cg-swatches{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.55rem}.ud-cg-swatch{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--muted)}.ud-cg-swatch input{width:30px;height:30px;padding:0;border:1px solid var(--line, #d9d2c4);border-radius:8px;background:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ud-cg-swatch input::-webkit-color-swatch-wrapper{padding:2px}.ud-cg-swatch input::-webkit-color-swatch{border:none;border-radius:6px}.ud-cg-swatch input::-moz-color-swatch{border:none;border-radius:6px}.ud-mw-community{margin-top:2.4rem}.ud-mw-community h3{margin:.1rem 0 .35rem;font-size:1.35rem}.ud-mw-grid--picks{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.8rem}.ud-mw-pick{display:flex;flex-direction:column;gap:.35rem;padding:0 1rem 1rem;background:var(--surface);border:1px solid var(--line);border-radius:14px;color:var(--ink);text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}@media (hover: hover){.ud-mw-pick:hover{transform:translateY(-2px);box-shadow:var(--shadow)}}.ud-mw-pick-art{display:block;margin:0 -1rem .7rem;background:var(--paper-2);border-bottom:1px solid var(--line)}.ud-mw-pick-art svg{display:block;width:100%;height:auto;aspect-ratio:240 / 96}@media (hover: hover){.ud-mw-pick:hover .ud-mw-pick-art{filter:saturate(1.08) contrast(1.03)}}.ud-mw-pick-site{align-self:flex-start;padding:.22rem .55rem;border-radius:999px;background:var(--paper-2);font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.ud-mw-pick strong{font-size:.96rem;line-height:1.3}.ud-mw-pick-blurb{font-size:.8rem;color:var(--ink-soft);line-height:1.5}.ud-mw-pick-stat{font-size:.7rem;font-weight:700;color:var(--ud-electric);letter-spacing:.03em}.ud-mw-pick-go{margin-top:auto;padding-top:.4rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:700;color:var(--ud-electric)}@media (max-width: 560px){.ud-mw-grid--picks{grid-template-columns:1fr}}@media (max-width: 900px){.ud-about-grid,.ud-calc-inner{grid-template-columns:1fr}}@media (max-width: 560px){.ud-calc-points{grid-template-columns:1fr}}.beam-veil{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:230;background:transparent;pointer-events:auto}.ud-vial-niche .silver-label-vial{position:absolute;left:50%;bottom:calc(100% - var(--ud-stand) - .03%);transform:translate(-50%);height:52%;width:auto;max-width:34%;max-height:none;filter:drop-shadow(0 1px 3px rgba(0,0,0,.34))}.ud-vial-niche--10ml .silver-label-vial{height:58.8%}@media (max-width: 900px){.calc-vial-stage .ud-vial-niche .silver-label-vial,.ud-vial-niche .calc-generated-vial .silver-label-vial{max-height:none!important}}.ud-vial-niche{position:relative;overflow:hidden;aspect-ratio:3 / 2;background-image:url(/ud-masters/scene/cubby_frame.webp),url(/ud-masters/scene/cubby_back.webp);background-color:var(--ud-panel, #b9b2a6);background-blend-mode:normal,multiply;background-size:auto 113%,auto 113%;background-position:center 45.33%,center 45.33%;background-repeat:no-repeat,no-repeat;--ud-stand: 79.24%;box-shadow:inset 0 0 0 1px #78603e24}.ud-vial-niche:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(58% 38% at 50% 18%,rgba(255,243,222,.3) 0%,rgba(255,238,210,.13) 46%,transparent 78%);opacity:0;transition:opacity .5s cubic-bezier(.22,1,.36,1);pointer-events:none}.ud-vial-niche.is-live:before,.ud-vial-niche:focus-visible:before{opacity:1}@media (hover: hover){.ud-vial-niche:hover:before,.ud-vial-niche:focus-within:before{opacity:1}}.ud-vial-niche:after{content:"";position:absolute;z-index:1;left:50%;top:calc(var(--ud-stand) - .8%);width:24%;height:2.8%;transform:translate(-50%,-50%);background:radial-gradient(ellipse 25% 29% at 50% 50%,rgba(0,0,0,.92),rgba(0,0,0,.6) 58%,transparent 92%),radial-gradient(ellipse at center,rgba(0,0,0,.2),rgba(0,0,0,.08) 58%,transparent 84%);filter:blur(1.6px);pointer-events:none;transition:width .5s ease,height .5s ease,opacity .5s ease,filter .5s ease}.ud-vial-niche--10ml:after{width:27.1%;height:3.2%;top:calc(var(--ud-stand) - .9%)}.ud-vial-niche.is-live:after,.ud-vial-niche:focus-visible:after{width:32%;height:7%;opacity:.45;filter:blur(8px)}@media (hover: hover){.ud-vial-niche:hover:after,.ud-vial-niche:focus-within:after{width:31%;height:5%;opacity:.62;filter:blur(8px)}}.ud-vial-backdrop{position:absolute;z-index:0;left:14.97%;right:14.97%;top:16.99%;bottom:28.03%;display:grid;place-items:center;pointer-events:none;opacity:1}.ud-vial-backdrop>*{max-width:100%;max-height:100%;width:100%;height:auto;box-shadow:0 2px 8px #16100838}.ud-vial-refl{position:absolute;z-index:2;left:50%;top:var(--ud-stand);height:34%;width:auto;display:none;transform:translate(-50%) scaleY(-1);opacity:.14;-webkit-mask-image:linear-gradient(to top,#000 0%,transparent 30%);mask-image:linear-gradient(to top,#000 0%,transparent 30%);pointer-events:none;transition:opacity .4s ease}.ud-vial-niche.is-live .ud-vial-refl,.ud-vial-niche:focus-visible .ud-vial-refl{opacity:0}@media (hover: hover){.ud-vial-niche:hover .ud-vial-refl,.ud-vial-niche:focus-within .ud-vial-refl{opacity:0}}@media (max-width: 900px){.ud-vial-niche{background-image:url(/ud-masters/scene/cubby_frame-sm.webp),url(/ud-masters/scene/cubby_back-sm.webp)}}.ud-vial-figure{position:absolute;z-index:3;left:50%;bottom:calc(100% - var(--ud-stand) - .03%);height:52%;width:auto;max-width:34%;display:block;transform:translate(-50%);opacity:0;pointer-events:none;transition:opacity .45s ease,filter .45s ease;filter:drop-shadow(0 1px 3px rgba(0,0,0,.34)) brightness(.86)}.ud-vial-niche--10ml .ud-vial-figure{height:58.8%}.ud-vial-niche.is-ready .ud-vial-figure{opacity:1}.ud-vial-niche.is-live .ud-vial-figure,.ud-vial-niche:focus-visible .ud-vial-figure{filter:drop-shadow(0 17px 26px rgba(0,0,0,.58))}@media (hover: hover){.ud-vial-niche:hover .ud-vial-figure,.ud-vial-niche:focus-within .ud-vial-figure{filter:drop-shadow(0 17px 26px rgba(0,0,0,.58))}}.ud-vial-figure{translate:var(--ud-vial-dx, 0px) var(--ud-vial-dy, 0px)}@media (prefers-reduced-motion: no-preference){.ud-vial-figure{transition:opacity .45s ease,filter .45s ease,transform .8s cubic-bezier(.34,1.32,.44,1),translate .7s cubic-bezier(.34,1.32,.44,1)}}.ud-vial-niche.is-held .ud-vial-figure,.ud-bare-vial.is-held .ud-vial-figure{transition:none}@media (hover: hover) and (pointer: fine){.ud-vial-movable .ud-vial-figure{cursor:grab}.ud-vial-movable.is-held .ud-vial-figure{cursor:grabbing}}.ud-vial-movable.is-held .ud-vial-figure{filter:drop-shadow(0 22px 30px rgba(0,0,0,.5))}@media (prefers-reduced-motion: no-preference){.ud-vial-figure{transition:opacity .45s ease,filter .45s ease,transform .8s cubic-bezier(.34,1.32,.44,1)}.ud-vial-niche.is-live .ud-vial-figure,.ud-vial-niche:focus-visible .ud-vial-figure{transform:translate(-50%) translateY(-9%)}@media (hover: hover){.ud-vial-niche:hover .ud-vial-figure,.ud-vial-niche:focus-within .ud-vial-figure{transform:translate(-50%) translateY(-9%)}}}.ud-vial-niche--lit:before{opacity:1}.ud-vial-niche--lit:after{width:31%;height:5%;opacity:.62;filter:blur(8px)}.ud-vial-niche--lit .ud-vial-figure{filter:drop-shadow(0 15px 24px rgba(0,0,0,.55))}@media (hover: hover){.ud-vial-niche--lit:hover .ud-vial-figure,.ud-vial-niche--lit:focus-within .ud-vial-figure{filter:drop-shadow(0 24px 34px rgba(0,0,0,.6))}}.calc-vial-stage{background:none;border:0;padding:0}.calc-vial-stage .ud-vial-niche{width:100%;aspect-ratio:3 / 2;max-height:460px;border-radius:12px}@media (min-width: 900px){.calc-vial-stage .ud-vial-niche{max-height:520px}}.calc-color-swatch--auto{background:conic-gradient(#d4282e,#d4282e 90deg,#1a9c54 90deg,#1a9c54 180deg,#1634b0 180deg,#1634b0 270deg,#b0b9c5 270deg,#b0b9c5 360deg)}.calc-chip-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:.4rem 0 .15rem}.calc-chip{padding:.34rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:inherit;font-size:.78rem;cursor:pointer;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.calc-chip:hover{border-color:#ffffff6b}.calc-chip.is-active{border-color:#fff;background:#78cdff29;box-shadow:0 0 0 1px #78cdff8c}.calc-controls-note{display:block;margin:.15rem 0 .55rem}.calc-stock-swatch{width:3.1rem;border-radius:7px}.calc-stock-swatch--clear{background-color:#fff;background-image:var(--swatch),linear-gradient(45deg,rgba(0,0,0,.16) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.16) 75%),linear-gradient(45deg,rgba(0,0,0,.16) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.16) 75%);background-size:100% 100%,10px 10px,10px 10px;background-position:0 0,0 0,5px 5px}.label-sheet{margin-top:.9rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.12);display:grid;gap:.7rem}.label-sheet-add{display:flex;flex-wrap:wrap;align-items:end;gap:.55rem}.label-sheet-qty{display:grid;gap:.2rem;font-size:.78rem}.label-sheet-qty input{width:5.5rem;font-size:16px;padding:.4rem .5rem;border-radius:8px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:inherit}.label-sheet-err{color:#ffb4b4}.label-sheet-list{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}.label-sheet-list li{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.55rem;padding:.45rem .6rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.label-sheet-name{display:grid;gap:.1rem;min-width:0}.label-sheet-name strong{font-size:.92rem}.label-sheet-count{width:4.2rem;font-size:16px;padding:.32rem .4rem;text-align:center;border-radius:8px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f;color:inherit}.label-sheet-remove{border:0;background:transparent;color:inherit;opacity:.6;cursor:pointer;padding:.35rem;border-radius:8px}.label-sheet-remove:hover{opacity:1;background:#ff5a5a29}.label-sheet-plan{display:grid;gap:.15rem}.label-sheet-cap{display:block;opacity:.75}.label-sheet-guides{display:flex;align-items:center;gap:.45rem;font-size:.82rem}.label-sheet-actions{display:flex;flex-wrap:wrap;gap:.5rem}.label-sheet-pages{display:grid;gap:.8rem}.label-sheet-page{margin:0;display:grid;gap:.45rem}.label-sheet-page img{width:100%;height:auto;display:block;background:#fff;border-radius:6px;border:1px solid rgba(255,255,255,.18)}.label-sheet-page figcaption{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.label-sheet-stock{display:inline-flex;align-items:center;gap:.3rem;font-style:normal}.label-sheet-stock:before{content:"";width:1.5rem;height:.7rem;border-radius:3px;border:1px solid rgba(255,255,255,.3);background:var(--swatch, #fff)}.label-sheet-forced{border-left:2px solid rgba(255,209,128,.55);padding-left:.6rem}.calc-reveal{border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 55%,transparent);margin-top:.75rem;overflow:hidden}.calc-reveal-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.7rem .85rem;background:none;border:0;color:inherit;font:inherit;text-align:left;cursor:pointer;min-height:44px}.calc-reveal-btn:hover{background:color-mix(in srgb,var(--ink) 6%,transparent)}.calc-reveal-btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.calc-reveal-chev{flex:none;transition:transform .16s ease;opacity:.7}.calc-reveal.is-open .calc-reveal-chev{transform:rotate(90deg)}.calc-reveal-label{font-weight:650}.calc-reveal-hint{margin-left:auto;text-align:right;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calc-reveal-body{padding:0 .85rem .85rem;border-top:1px solid var(--line)}.calc-reveal-body>.calc-controls-label:first-child{margin-top:.7rem}@media (max-width: 640px){.calc-reveal-hint{display:none}.calc-reveal-body{padding:0 .6rem .7rem}}.studio-bar{border-bottom:1px solid var(--line);background:#faf6efe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-bar-in{display:flex;align-items:center;gap:.75rem;min-height:56px;padding-block:.5rem}.studio-brand{display:inline-flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none;font-size:.95rem}.studio-mark{width:26px;height:26px;flex:none}.studio-bar-note{margin-left:auto;text-align:right}.studio-foot{border-top:1px solid var(--line);padding:1.25rem 0 2rem;margin-top:1.5rem}.studio-foot .meta+.meta{margin-top:.55rem}.label-studio main{flex:1}@media (max-width: 640px){.studio-bar-note{display:none}}.app-shell--undisclosed .dept-link{color:var(--ink-soft)}.app-shell--undisclosed .dept-link:hover,.app-shell--undisclosed .dept-link.active{background:#241f1a14;color:var(--ink)}.app-shell--undisclosed .dept-bar,.app-shell--undisclosed .dept-bar-inner{background:transparent;border-bottom-color:var(--line)}.app-shell--undisclosed .site-header{background:#faf7f1bd;backdrop-filter:saturate(1.25) blur(18px);-webkit-backdrop-filter:saturate(1.25) blur(18px);border-bottom:1px solid var(--line)}.app-shell--undisclosed .brand-logo--ud-hex,.hero--undisclosed .hero-brand-mark{filter:brightness(0) saturate(0);opacity:.88}.app-shell--undisclosed .card-research{border-left-color:#241f1a47;background:#241f1a0b}.app-shell--undisclosed .card-research strong{color:#241f1ab8}.app-shell--undisclosed .card-research span{color:#241f1ac7}.app-shell--undisclosed .cart-cta,.app-shell--undisclosed .buy-box .cart-cta{background:var(--ink);color:#fbf7f0;border:0}.app-shell--undisclosed .cart-cta:hover{background:#e7dfd1}.app-shell--undisclosed .calc-chip{border-color:#241f1a38;background:#241f1a0d}.app-shell--undisclosed .calc-chip.is-active{border-color:#241f1a80;background:#241f1a1a}@media (max-width: 640px){.app-shell--undisclosed .cart-cta,.app-shell--undisclosed .primary-btn,.app-shell--undisclosed .soft-btn,.app-shell--undisclosed .calc-chip,.app-shell--undisclosed .dept-link,.label-studio .calc-chip,.label-studio .soft-btn{min-height:44px}.app-shell--undisclosed .linkish{padding:.5rem .15rem}}.app-shell--undisclosed .sentinel-hero-figure img{filter:brightness(0) saturate(0);opacity:.5}@media (max-width: 640px){.footer,.studio-foot{padding-bottom:5.5rem}}.ud-ready-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ud-ready-lede{max-width:62ch;margin-bottom:1.1rem}.ud-ready-err{color:#9a3b2f;margin-bottom:.8rem}.ud-ready-list{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.55rem}.ud-ready-row{display:flex;gap:.75rem;align-items:flex-start;border:1px solid var(--line);border-radius:12px;padding:.8rem .95rem;background:var(--surface)}.ud-ready-dot{flex:0 0 auto;width:10px;height:10px;border-radius:50%;margin-top:.42rem;background:#b9b2a6}.ud-ready-row.is-ok .ud-ready-dot{background:#3f7d55}.ud-ready-row.is-off .ud-ready-dot{background:#b4523f}.ud-ready-body{display:grid;gap:.22rem;min-width:0}.ud-ready-body strong{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ud-ready-tag{font:600 .66rem/1 ui-sans-serif,system-ui,sans-serif;letter-spacing:.08em;text-transform:uppercase;padding:.24rem .44rem;border-radius:999px;border:1px solid var(--line);color:var(--ink-soft)}.ud-ready-row.is-ok .ud-ready-tag{color:#3f7d55;border-color:#3f7d5566}.ud-ready-row.is-off .ud-ready-tag{color:#b4523f;border-color:#b4523f66}.ud-ready-tag--need{background:#b4523f1a}.ud-ready-detail{font-variant-numeric:tabular-nums}.ud-ready-missing{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;font-size:.84rem;color:var(--ink);margin-top:.1rem}.ud-ready-set{color:var(--ink-soft)}.ud-ready-missing code{font:500 .8rem/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#241f1a0f;border-radius:5px;padding:.1rem .34rem;overflow-wrap:anywhere}.ud-ready-where{max-width:62ch}.ud-codes-why{margin-bottom:1rem}.ud-codes-tiers{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem}.ud-codes-input{display:grid;gap:.4rem;margin-bottom:1.2rem}.ud-codes-input span{font-size:.82rem;color:var(--ink-soft)}.ud-codes-input textarea,.ud-codes-letter textarea{width:100%;font:400 .86rem/1.55 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;resize:vertical}.ud-codes-env,.ud-codes-list,.ud-codes-letter{border:1px solid var(--line);border-radius:12px;padding:1rem 1.1rem;margin-bottom:1rem;background:#241f1a05}.ud-codes-env{display:flex;flex-wrap:wrap;gap:.8rem;align-items:flex-start;justify-content:space-between}.ud-codes-env>div{flex:1 1 20rem;min-width:0}.ud-codes-envvalue{display:block;margin-top:.5rem;padding:.55rem .7rem;border-radius:8px;background:var(--surface);border:1px solid var(--line);font:400 .8rem/1.5 ui-monospace,Menlo,Consolas,monospace;overflow-wrap:anywhere}.ud-codes-list ul{list-style:none;margin:.7rem 0 0;padding:0;display:grid;gap:.5rem}.ud-codes-list li{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.55rem .7rem;border:1px solid var(--line);border-radius:9px;background:var(--surface)}.ud-codes-who{display:grid;flex:1 1 12rem;min-width:0}.ud-codes-who b{font-size:.92rem}.ud-codes-who .meta{font-size:.76rem;overflow-wrap:anywhere}.ud-codes-list code,.ud-codes-env code{font:600 .84rem/1.4 ui-monospace,Menlo,Consolas,monospace;letter-spacing:.04em}.ud-codes-copy{flex-shrink:0}.ud-codes-letter textarea{margin-top:.6rem}@media (max-width: 640px){.ud-codes-list li{align-items:flex-start}}.ud-opslock{padding-top:2.2rem}.ud-opslock-card{max-width:30rem;margin:0 auto;display:grid;gap:.85rem}.ud-opslock-card h2{display:flex;align-items:center;gap:.45rem;margin:0}.ud-opslock-card .meta{margin:0}.ud-opslock-card code{font:600 .82rem/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow-wrap:anywhere}.ud-opslock-msg{margin:0}.ud-opslock-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.ud-opslock-note{margin:0;font-size:.78rem}.fulfil-pick{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:1.1rem}.fulfil-opt{display:flex;align-items:center;gap:.6rem;text-align:left;padding:.8rem .9rem;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--ink-soft);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.fulfil-opt>span{display:grid;gap:.1rem;min-width:0}.fulfil-opt strong{font-size:.95rem;color:var(--ink)}.fulfil-opt .meta{font-size:.78rem}.fulfil-opt svg{flex-shrink:0}.fulfil-opt:hover{border-color:var(--accent)}.fulfil-opt.is-on{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--cobalt-soft, rgba(0, 71, 171, .07))}.fulfil-opt:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.fulfil-note{margin-bottom:1rem}@media (max-width: 520px){.fulfil-pick{grid-template-columns:1fr}}.auth-open-room{margin:.75rem 0 0;font-size:.86rem;color:var(--ink-soft);line-height:1.5}.auth-open-room a{color:var(--ink);font-weight:650}.ud-followups h2{display:flex;align-items:center;gap:.45rem;margin:0 0 .6rem}.ud-followups-second{margin-top:2rem!important}.ud-followups-weeks{max-width:15rem;margin-bottom:1rem}.ud-followups-weeks span{font-size:.78rem}.ud-followups-list{display:grid;gap:.5rem;margin-bottom:1rem}.ud-followup{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.6rem .8rem;border:1px solid var(--line);border-left:3px solid var(--line);border-radius:10px;background:var(--surface)}.ud-followup--earned{border-left-color:#1f7a4d99}.ud-followup--pending{border-left-color:#bf8b2e99}.ud-followup--paid{border-left-color:var(--line);opacity:.65}.ud-followup-who{display:grid;gap:.1rem;flex:1 1 12rem;min-width:0}.ud-followup-who strong{font-size:.9rem;overflow-wrap:anywhere}.ud-followup-who .meta{font-size:.75rem;overflow-wrap:anywhere}.ud-followup-stat{font-size:.78rem;flex-shrink:0}.ud-followup-amount{font-weight:700;font-size:.95rem;flex-shrink:0}.ud-followup-go{flex-shrink:0;text-decoration:none}.ud-followups-totals{display:flex;flex-wrap:wrap;gap:1.4rem;margin-bottom:1rem}.ud-followups-totals>span{display:grid;gap:.1rem}.ud-followups-totals strong{font-size:1.35rem}.ud-followups-totals .meta{font-size:.74rem}.ud-followups-limit{margin-bottom:1rem}.ud-orders-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.ud-orders-head h2{display:flex;align-items:center;gap:.45rem;margin:0}.ud-orders-head .meta{margin:.25rem 0 0}.ud-orders-csv{flex-shrink:0}.ud-orders-actions{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.ud-orders-backup{display:flex;gap:.5rem;align-items:baseline;margin-bottom:.9rem}.ud-orders-backup svg{flex-shrink:0;position:relative;top:2px}.ud-orders-scope{margin-bottom:1rem}.ud-orders-search{margin-bottom:1rem;max-width:26rem}.ud-orders-search span{display:inline-flex;align-items:center;gap:.35rem}.ud-orders-empty{margin:0}.ud-orders-list{display:grid;gap:.75rem}.ud-order{border:1px solid var(--line);border-left:3px solid var(--line);border-radius:12px;padding:.85rem 1rem;background:var(--surface)}.ud-order--awaiting_payment{border-left-color:#b423188c}.ud-order--paid{border-left-color:#0047ab8c}.ud-order--shipped{border-left-color:#bf8b2eb3}.ud-order--delivered{border-left-color:#1f7a4d99}.ud-order--cancelled{border-left-color:#241f1a40;opacity:.7}.ud-order-top{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.7rem}.ud-order-who{display:grid;gap:.15rem;min-width:0}.ud-order-who strong{font:600 .88rem/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.02em;overflow-wrap:anywhere}.ud-order-who .meta{font-size:.78rem;overflow-wrap:anywhere}.ud-order-total{font-weight:700;font-size:.95rem;color:var(--ink);flex-shrink:0}.ud-order-row{display:grid;grid-template-columns:minmax(9rem,.8fr) minmax(8rem,.8fr) minmax(11rem,1.4fr);gap:.6rem;align-items:end}.ud-order-row .field span{display:flex;align-items:baseline;gap:.3rem;font-size:.76rem}.ud-order-row .field input,.ud-order-row .field select{padding:.5rem .6rem;font-size:.88rem;line-height:1.45;width:100%;min-width:0}.ud-order-tracking input{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;letter-spacing:.02em}.ud-order-pending{font-style:normal;font-weight:600;font-size:.7rem;color:var(--danger);white-space:nowrap}.ud-order--pickup{border-left-color:#6b46a099}.ud-order-tag{display:inline-block;margin-right:.5rem;padding:.1rem .45rem;border-radius:999px;border:1px solid rgba(107,70,160,.4);background:#6b46a01a;color:var(--ink-soft);font:600 .7rem/1.5 inherit;font-style:normal;letter-spacing:.02em;vertical-align:middle}.ud-order-row--pickup{grid-template-columns:minmax(9rem,.8fr) 1fr}.ud-order-collect{margin:0;align-self:center}.ud-order-links{display:flex;flex-wrap:wrap;gap:.9rem;margin:.6rem 0 0}.ud-order-link{display:inline-block;margin-top:0;font-size:.8rem;font-weight:600;color:var(--accent);text-decoration:none;border-bottom:1px solid currentColor}.ud-order-link:hover{opacity:.8}@media (max-width: 720px){.ud-order-row{grid-template-columns:1fr 1fr}.ud-order-tracking{grid-column:1 / -1}}@media (max-width: 460px){.ud-order-row{grid-template-columns:1fr}}.calc-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(122px,1fr));gap:.5rem;margin-bottom:.35rem}.calc-style{display:flex;flex-direction:column;gap:.3rem;padding:.3rem .3rem .35rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.calc-style>span{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.calc-style .label-template-wrap{margin:0;width:100%}.calc-style .label-template img{width:100%;height:auto;display:block;border-radius:4px}.calc-style.is-active{border-color:var(--ink);box-shadow:0 0 0 2px var(--ink)}.calc-style.is-active>span{color:var(--ink)}@media (max-width: 560px){.calc-style-grid{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:.4rem}}@media (min-width: 901px){.calc-layout--with-label>.calc-card--skinny{grid-column:1;grid-row:1 / span 2}.calc-layout--with-label>.calc-label-panel{grid-column:2;grid-row:1}.calc-layout--with-label>.calc-print-stage{grid-column:2;grid-row:2;align-self:start;margin-top:.9rem}}.showroom-line{margin:.15rem 0 1rem;color:var(--muted, #6c6a62);font-size:.95rem}.showroom-find{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap;margin-bottom:.9rem}.catalog-search--showroom{display:flex;flex:1 1 18rem;max-width:30rem}.size-filter{display:flex;gap:.25rem;margin-left:auto;padding:.2rem;border-radius:999px;background:#00000009}.size-filter .chip{border:0;background:transparent}.size-filter .chip.active{background:#1b1b18;color:#fff}.app-shell--undisclosed .catalog-page>.container{width:min(1760px,calc(100% - max(10vw,2.25rem)));max-width:none}@media (min-width: 1700px){.app-shell--undisclosed .catalog-page>.container{width:min(1920px,calc(100% - max(10vw,2.25rem)))}}@media (min-width: 1980px){.app-shell--undisclosed .catalog-page>.container{width:min(2100px,calc(100% - max(10vw,2.25rem)))}}.app-shell--undisclosed .hero--undisclosed .container.hero-content,.app-shell--undisclosed .hero--undisclosed .hero-content{margin-left:max(5vw,1.125rem)}.showroom-wall{padding:clamp(.7rem,1.6vw,1.5rem);border-radius:10px;border:1px solid rgba(120,106,84,.22);border-top-color:#fffdf6e6;background:linear-gradient(105deg,#e4dfd58c,#f5f2eabf 55%,#e4dfd48c);box-shadow:inset 0 1px 12px #b8aa941f,0 18px 25px -23px #3d382e70}.product-grid--catalog .product-card{transition:transform .34s cubic-bezier(.22,.61,.36,1),box-shadow .4s ease}.product-grid--catalog .product-card:hover,.product-grid--catalog .product-card:focus-within{transform:translateY(-5px);box-shadow:0 22px 34px -20px #233e4480,0 0 0 1px color-mix(in srgb,var(--ud-panel, #658d8d) 62%,transparent),0 0 22px -6px color-mix(in srgb,var(--ud-panel, #658d8d) 45%,transparent)}.product-grid--catalog .product-card:hover .ud-vial-niche:before,.product-grid--catalog .product-card:focus-within .ud-vial-niche:before{opacity:1}@media (prefers-reduced-motion: reduce){.product-grid--catalog .product-card{transition:none}.product-grid--catalog .product-card:hover,.product-grid--catalog .product-card:focus-within{transform:none}}@media (max-width: 720px){.product-grid--catalog .product-card:hover,.product-grid--catalog .product-card:focus-within{transform:translateY(-3px)}.showroom-wall{padding:.5rem}.size-filter{margin-left:0}}.app-shell--undisclosed .product-grid--catalog{gap:clamp(1.6rem,3vw,3rem) clamp(1.2rem,2.2vw,2.2rem)}.app-shell--undisclosed .product-grid--catalog .product-card{background:#fffdf838;border:1px solid rgba(201,151,63,.7);border-radius:10px;box-shadow:inset 0 0 0 1px #fffaee8c,0 1px 2px #56442c0f,0 10px 24px #56442c14;overflow:visible}.app-shell--undisclosed .product-grid--catalog .product-card:hover,.app-shell--undisclosed .product-grid--catalog .product-card:focus-within{border-color:#c9973ff2;box-shadow:inset 0 0 0 1px #fffaeeb3,0 2px 4px #56442c14,0 16px 32px #56442c24}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche{border-radius:3px;box-shadow:0 2px 3px #3a34281a,0 14px 22px -18px #3a342873;transition:box-shadow .4s ease}.app-shell--undisclosed .product-grid--catalog .product-card:hover .ud-vial-niche,.app-shell--undisclosed .product-grid--catalog .product-card:focus-within .ud-vial-niche{box-shadow:0 3px 5px #3a34281f,0 20px 30px -20px #3a342880,0 0 34px -4px color-mix(in srgb,var(--ud-panel, #9aa7a2) 38%,transparent)}.app-shell--undisclosed .product-grid--catalog .product-body{padding-inline:.1rem}.app-shell--undisclosed .product-grid--catalog .product-body h3{font-family:var(--font-brand);font-weight:500;font-size:clamp(1.25rem,1.45vw,1.6rem);letter-spacing:.005em;line-height:1.15;margin:.15rem 0 .1rem}.app-shell--undisclosed .product-grid--catalog .meta{font-size:.8rem;letter-spacing:.005em;color:var(--muted)}.app-shell--undisclosed .product-grid--catalog .product-body>.meta:first-of-type,.app-shell--undisclosed .product-grid--catalog .vial-size-tag{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.app-shell--undisclosed .product-grid--catalog .price{font-family:var(--font-brand);font-weight:600;letter-spacing:.01em}.app-shell--undisclosed .product-grid--catalog .card-research{background:none;border-left:1px solid rgba(120,106,84,.35);padding-left:.7rem}.app-shell--undisclosed .product-grid--catalog .card-research strong{font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.app-shell--undisclosed .showroom-wall{border-color:#786a5424;background:linear-gradient(105deg,#e9e3d752,#f8f5ed80 55%,#e9e3d652);box-shadow:inset 0 1px 10px #b8aa9414;padding:clamp(1rem,2.4vw,2.2rem)}.ud-signature-eyebrow{display:flex;align-items:center;gap:.7rem;margin:0 0 .5rem;font-family:var(--font-brand);font-size:clamp(1.05rem,1.5vw,1.45rem);letter-spacing:.02em;color:inherit}.ud-signature-eyebrow>span{font-family:var(--font-body);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;opacity:.72;white-space:nowrap}.ud-signature-eyebrow>span:after{content:"";display:inline-block;width:1.7rem;height:1px;margin-left:.7rem;vertical-align:.25em;background:currentColor;opacity:.5}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche{background-image:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:visible;--ud-stand: 86%}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche:before,.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche:after{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche,.app-shell--undisclosed .product-grid--catalog .product-card:hover .ud-vial-niche,.app-shell--undisclosed .product-grid--catalog .product-card:focus-within .ud-vial-niche{box-shadow:none;border-radius:0}.app-shell--undisclosed .product-grid--catalog .product-card .vial-approved-photo:after{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-live:before,.app-shell--undisclosed .ud-vial-niche:focus-visible:before{opacity:1}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-figure{height:calc(var(--ud-fig-h, .72) * 100%);max-width:62%}.app-shell--undisclosed .product-grid--catalog .ud-vial-niche.is-live .ud-vial-figure,.app-shell--undisclosed .ud-vial-niche:focus-visible .ud-vial-figure{filter:drop-shadow(0 0 7px color-mix(in srgb,var(--ud-panel, #e8d9bc) 55%,#fff2d8)) drop-shadow(13px 20px 17px rgba(88,66,36,.4)) brightness(1) contrast(1)}@media (hover: hover){.app-shell--undisclosed .product-grid--catalog .ud-vial-niche:hover .ud-vial-figure,.app-shell--undisclosed .product-grid--catalog .ud-vial-niche:focus-within .ud-vial-figure{filter:drop-shadow(0 0 7px color-mix(in srgb,var(--ud-panel, #e8d9bc) 55%,#fff2d8)) drop-shadow(13px 20px 17px rgba(88,66,36,.4)) brightness(1) contrast(1)}}@media (prefers-reduced-motion: no-preference){.app-shell--undisclosed .product-grid--catalog .ud-vial-niche.is-live .ud-vial-figure,.app-shell--undisclosed .ud-vial-niche:focus-visible .ud-vial-figure{transform:translate(-50%) translateY(3%) scale(1.16)}@media (hover: hover){.app-shell--undisclosed .product-grid--catalog .ud-vial-niche:hover .ud-vial-figure,.app-shell--undisclosed .product-grid--catalog .ud-vial-niche:focus-within .ud-vial-figure{transform:translate(-50%) translateY(3%) scale(1.16)}}}.app-shell--undisclosed .product-grid--catalog .vial-approved-photo,.app-shell--undisclosed .product-grid--catalog .skin-bottle-preview--photo{background:none;overflow:visible}.app-shell--undisclosed .product-grid--catalog .product-visual,.app-shell--undisclosed .product-grid--catalog .product-card:hover .product-visual,.app-shell--undisclosed .product-grid--catalog .product-card:focus-within .product-visual{background:none;overflow:visible;box-shadow:none}.ud-niche-cut{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .ud-niche-cut{display:block}.ud-vial-niche .ud-niche-cut{position:absolute;z-index:1;left:50%;height:calc(var(--ud-fig-h, .72) * 100% * (1 + 2 * var(--ud-cut-pad, .05)));bottom:calc(100% - var(--ud-stand) - .03% - var(--ud-fig-h, .72) * 100% * var(--ud-cut-pad, .05));width:auto;transform:translate(-50%);pointer-events:none;opacity:0;transition:opacity .45s ease,filter .45s ease}.ud-vial-niche.is-ready .ud-niche-cut{opacity:1}.ud-vial-niche.is-live .ud-niche-cut,.app-shell--undisclosed .ud-vial-niche:focus-visible .ud-niche-cut{filter:brightness(1.1) saturate(1.04)}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-figure{filter:drop-shadow(0 1px 2px rgba(92,72,44,.42)) brightness(.88) contrast(.95)}.app-shell--undisclosed .showroom-wall{background-color:#f3ece0;background-image:url(/ud-masters/scene/wall_stone.webp);background-size:1717px auto;background-repeat:repeat;background-position:center top;border-color:#786a541a;box-shadow:inset 0 1px 14px #96846612}@media (max-width: 900px){.app-shell--undisclosed .showroom-wall{background-image:url(/ud-masters/scene/wall_stone-sm.webp);background-size:860px auto}}.app-shell--undisclosed .product-card .price-range{white-space:nowrap}.app-shell--undisclosed .product-card .price-range i{font-style:normal;margin:0 .28em;opacity:.45;font-size:.86em}.app-shell--undisclosed .filters--delivery{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 .25rem}.app-shell--undisclosed .chip--delivery{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.12rem;padding:.42rem .85rem;line-height:1.25;text-align:left}.app-shell--undisclosed .chip--delivery .chip-lane{font-weight:700;letter-spacing:.02em}.app-shell--undisclosed .chip--delivery .chip-window{font-size:.68rem;letter-spacing:.04em;opacity:.72;white-space:nowrap}.app-shell--undisclosed .chip--delivery.active .chip-window{opacity:.85}@media (max-width: 700px){.app-shell--undisclosed .filters--delivery{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:.2rem}.app-shell--undisclosed .filters--delivery::-webkit-scrollbar{display:none}.app-shell--undisclosed .chip--delivery{flex:0 0 auto}}.supplier-buylist{margin:.6rem 0 .8rem;border:1px solid rgba(120,106,84,.22);border-radius:8px;background:#fffdf8b3;overflow:hidden}.supplier-buylist-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .7rem;border-bottom:1px solid rgba(120,106,84,.16);font-size:.78rem}.supplier-buylist-body{margin:0;padding:.7rem;max-height:260px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.5;white-space:pre;color:var(--ink, #241f1a)}.oos-block{padding:.5rem .7rem .7rem;border-top:1px solid rgba(120,106,84,.16)}.oos-block .link-btn{background:none;border:0;padding:0;font:inherit;font-size:.78rem;color:var(--ink, #241f1a);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.oos-block .meta{margin:.4rem 0}.oos-list{list-style:none;margin:.5rem 0 .7rem;padding:0;display:grid;gap:.3rem;max-height:200px;overflow:auto}.oos-list label{display:flex;align-items:baseline;gap:.5rem;font-size:.8rem;cursor:pointer}.oos-list input{margin:0;flex:0 0 auto}.oos-list em{font-style:normal;opacity:.66;margin-left:auto;white-space:nowrap}@media (max-width: 768px){.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed{height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;padding:0!important}.hero-media--undisclosed .ud-bay{overflow:hidden;aspect-ratio:4 / 5;height:auto;width:100%;max-width:none;margin-inline:0;aspect-ratio:1 / 1}.hero-media--undisclosed .ud-bay-plate{aspect-ratio:auto;width:100%;height:100%;object-fit:cover;transform:scale(var(--ud-bay-zoom, 1));transform-origin:var(--ud-bay-cx, 73%) var(--ud-bay-sill-fit, var(--ud-bay-sill, 71%));object-position:var(--ud-bay-pos, 100%) var(--ud-bay-posy, 50%)}.hero-media--undisclosed .ud-bay-slot,.hero-media--undisclosed .ud-bay-contact{right:auto;margin-left:0;margin-right:0}}.app-shell--undisclosed .detail-visual .skin-bottle-preview,.app-shell--undisclosed .detail-visual .ud-vial-niche{aspect-ratio:3 / 2;height:auto}@media (max-width: 700px){.app-shell--undisclosed .detail-visual .ud-vial-figure{height:62%;max-width:40%}}@media (min-width: 769px){.app-shell--undisclosed .hero--undisclosed{min-height:calc(min(100vw,1400px)*.5625)}}.ud-bay-slot{pointer-events:none}@media (hover: hover) and (pointer: fine){.ud-bay-slot{pointer-events:auto}.ud-bay-slot .ud-bare-vial{transition:transform .8s cubic-bezier(.34,1.32,.44,1)}.ud-bay-slot .ud-bare-vial .ud-vial-figure{transition:filter .45s ease}.ud-bay-slot:hover .ud-bare-vial{transform:translateY(-2.6%)}.ud-bay-slot:hover .ud-bare-vial .ud-vial-figure{filter:drop-shadow(0 16px 26px rgba(18,14,8,.5))}}@media (prefers-reduced-motion: reduce){.ud-bay-slot:hover .ud-bare-vial{transform:none}}.ud-invite-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-top:.5rem}.ud-invite-form .field{flex:1 1 18rem;min-width:0}.ud-invite-out{margin-top:1rem;padding:.85rem 1rem;border-radius:6px;background:#e8dfcd66;box-shadow:inset 0 0 0 1px #78644633}.ud-invite-link{display:block;word-break:break-all;font-size:.8rem;line-height:1.5;margin-bottom:.6rem}.ud-invite-kinds{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:.6rem;margin:0;padding:0;border:0}.ud-invite-kinds legend{padding:0;margin-bottom:.45rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#241f1a8c}.ud-invite-kind{flex:1 1 13rem;min-width:0;display:grid;grid-template-columns:auto 1fr;gap:.15rem .55rem;align-items:start;padding:.7rem .85rem;border-radius:6px;cursor:pointer;background:var(--surface);box-shadow:inset 0 0 0 1px #78644638;transition:box-shadow .16s ease,background .16s ease}.ud-invite-kind:hover{box-shadow:inset 0 0 0 1px #241f1a66}.ud-invite-kind.is-on{background:#e8dfcd8c;box-shadow:inset 0 0 0 2px var(--ink)}.ud-invite-kind input{grid-row:1 / span 2;margin-top:.2rem}.ud-invite-kind-label{font-weight:700;font-size:.92rem}.ud-invite-kind-who{grid-column:2;font-size:.78rem;line-height:1.4;color:#241f1ab8}.ud-invite-msg-label{margin:0 0 .35rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#241f1a8c}.ud-invite-msg{margin:0 0 .75rem;padding:.7rem .8rem;border-radius:5px;background:var(--surface);box-shadow:inset 0 0 0 1px #7864462e;font-family:var(--font-body);font-size:.82rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.ud-invite-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.ud-invite-actions .soft-btn,.ud-invite-actions .primary-btn{flex:0 0 auto;text-decoration:none}.auth-owner-toggle{display:block;margin:.5rem 0 0;padding:.35rem 0;border:0;background:none;font-size:.78rem;text-decoration:underline;text-underline-offset:3px;color:#241f1a99;cursor:pointer}.auth-owner-toggle:hover{color:var(--ink)}.auth-owner{margin-top:.6rem;padding:.75rem .85rem;border-radius:6px;background:#e8dfcd66;box-shadow:inset 0 0 0 1px #78644633}.auth-owner .meta{margin:0 0 .55rem;font-size:.78rem;line-height:1.45}.auth-owner-form{display:flex;flex-wrap:wrap;gap:.5rem}.auth-owner-form input{flex:1 1 12rem;min-width:0;padding:.55rem .7rem;border-radius:5px;border:1px solid rgba(36,31,26,.24);background:var(--surface);color:var(--ink);font-size:16px}.auth-owner-form .soft-btn{flex:0 0 auto}.auth-owner-out{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.7rem}.auth-owner-out .primary-btn,.auth-owner-out .soft-btn{flex:0 0 auto;text-decoration:none}.auth-owner-link{flex:1 1 100%;word-break:break-all;font-size:.72rem;line-height:1.5;padding:.45rem .55rem;border-radius:4px;background:var(--surface);box-shadow:inset 0 0 0 1px #7864462e}.app-shell>.ud-refer,.app-shell--undisclosed>.ud-refer{position:fixed;z-index:60}.ud-refer{position:fixed;left:max(1rem,env(safe-area-inset-left,0px));bottom:calc(var(--bottom-bar-h) + .75rem);z-index:60;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.ud-refer-fab{border:0;border-radius:999px;padding:.7rem 1.15rem;background:linear-gradient(180deg,#342b20f5,#1c1712fa);color:#fdf9f1f2;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;box-shadow:inset 0 1px #fff6e42e,0 6px 18px #1e160c52;transition:transform .18s ease,box-shadow .18s ease}.ud-refer-fab:hover{transform:translateY(-1px);box-shadow:inset 0 1px #fff6e43d,0 10px 24px #1e160c5c}.ud-refer-fab:active{transform:translateY(1px)}.ud-refer-fab{display:inline-flex;align-items:center;gap:.45rem}.ud-refer-fab svg{width:1rem;height:1rem;flex:none}.ud-refer-fab-rate{display:none}@media (max-width: 640px){.ud-refer-fab{padding:.75rem .85rem;gap:.3rem}.ud-refer-fab-word{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.ud-refer-fab-rate{display:inline;font-size:.74rem;letter-spacing:.06em}.ud-refer-fab svg{width:1.25rem;height:1.25rem}}.ud-refer-panel{width:min(22rem,calc(100vw - 2rem));padding:1rem 1.1rem 1.15rem;border-radius:10px;background:linear-gradient(180deg,#fffdf8fc,#f5f0e5fc);box-shadow:inset 0 0 0 1px #78644638,0 18px 44px #1e160c4d}.ud-refer-kicker{margin:0 0 .3rem;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#241f1a8c}.ud-refer-lead{margin:0 0 .5rem;font-size:.82rem;line-height:1.45}.ud-refer-earn{margin:0 0 .8rem;padding:.5rem .6rem;border-radius:5px;background:#241f1a0f;box-shadow:inset 0 0 0 1px #7864462e;font-size:.82rem;line-height:1.45}.ud-refer-earn strong{white-space:nowrap}.ud-refer-why{margin:0;font-size:.8rem;line-height:1.45;color:#241f1abf}.ud-refer-linkbox{margin-bottom:.7rem}.ud-refer-link{display:block;font-size:.78rem;line-height:1.5;padding:.5rem .6rem;border-radius:5px;background:#e8dfcd80;box-shadow:inset 0 0 0 1px #7864462e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ud-refer-link i{font-style:normal;opacity:.45}.ud-refer-link.is-full{white-space:normal;word-break:break-all;font-size:.7rem}.ud-refer-reveal{display:block;margin:.3rem 0 0;padding:.2rem 0;border:0;background:none;font-size:.72rem;text-decoration:underline;text-underline-offset:3px;color:#241f1a99;cursor:pointer}.ud-refer-reveal:hover{color:#241f1af2}.ud-refer-actions{display:flex;flex-wrap:wrap;gap:.5rem}.ud-refer-actions .soft-btn,.ud-refer-actions .primary-btn{flex:0 0 auto;text-decoration:none}.ud-terms{padding-block:2.5rem 3.5rem}.ud-terms h1{margin-bottom:.35rem}.ud-terms h2{margin:2.25rem 0 .6rem;font-size:1.15rem;letter-spacing:.01em}.ud-terms p{max-width:48rem;line-height:1.6}.ud-terms .lede{max-width:48rem}.ud-terms code{font-size:.86em;padding:.05em .35em;border-radius:3px;background:#e8dfcd99}.ud-terms-list{max-width:48rem;margin:.6rem 0 0;padding-left:1.1rem;line-height:1.6}.ud-terms-list li{margin-bottom:.7rem}.ud-terms-table{margin-top:.9rem;border-radius:6px;overflow:hidden;box-shadow:inset 0 0 0 1px #78644638}.ud-terms-row{display:grid;grid-template-columns:9rem 10rem 1fr;gap:.75rem;padding:.7rem .9rem;line-height:1.5;border-top:1px solid rgba(120,100,70,.16)}.ud-terms-row:first-child{border-top:0}.ud-terms-head{background:#e8dfcd8c;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}@media (max-width: 760px){.ud-terms-row{grid-template-columns:1fr;gap:.25rem}.ud-terms-head{display:none}.ud-terms-row>span:first-child{font-size:1rem}}.ud-refer-explain{display:block;width:100%;margin-top:.8rem;padding-top:.65rem;border:0;border-top:1px solid rgba(120,100,70,.22);background:none;text-align:left;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#241f1a9e;cursor:pointer}.ud-refer-explain:hover{color:#241f1aeb}.ud-refer-explain i{font-style:normal;margin-left:.3rem}.ud-refer-stats{margin-top:.85rem;padding-top:.7rem;border-top:1px solid rgba(120,100,70,.22);display:flex;flex-wrap:wrap;gap:.35rem 1rem;font-size:.78rem;line-height:1.5}.ud-refer-stats strong{font-size:1rem}.ud-refer-stats em{flex:1 0 100%;font-style:normal;font-size:.68rem;line-height:1.45;color:#241f1a99}.ud-refer-stats-off{margin-top:.7rem;font-size:.72rem}.ud-invite-keep{margin-top:.75rem;padding:.6rem .7rem;border-radius:5px;background:#241f1a0f;box-shadow:inset 0 0 0 1px #241f1a29;line-height:1.5}.ud-invite-keep code{font-size:.78em;padding:.1em .3em;border-radius:3px;background:var(--surface);overflow-wrap:anywhere}@media (max-width: 900px){.site-header,.app-shell--undisclosed .site-header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.site-header{background:#fffc}.app-shell--undisclosed .site-header{background:#faf7f1cc}}@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))){.site-header{background:#fffffff7}.app-shell--undisclosed .site-header{background:#f9f6f0f7}}.summary-lines{list-style:none;margin:0 0 .6rem;padding:0 0 .6rem;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:.3rem;font-size:.84rem}.summary-lines li{display:flex;justify-content:space-between;gap:.75rem;color:var(--ink-soft)}.summary-lines li span:last-child{flex-shrink:0;font-variant-numeric:tabular-nums;color:var(--ink)}.checkout-known{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;margin:0 0 .75rem;padding:.7rem .85rem;border:1px solid var(--line);border-radius:10px;background:var(--paper, rgba(0, 0, 0, .02));font-size:.88rem}.checkout-known>div{min-width:0}.checkout-known strong{display:block;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.checkout-known-label{display:block;margin-bottom:.1rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.checkout-known .linkish{flex-shrink:0;padding:0;border:0;background:none;box-shadow:none;font-size:.82rem}.checkout-top-go{margin:0 0 1rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.checkout-top-go .pay-go{width:100%;margin-top:0}.checkout-top-go .meta{margin:.5rem 0 0;text-align:center}.checkout-done-editing{margin-top:.75rem}.pay-receipt{margin-top:.85rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.pay-receipt-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.pay-receipt-lines{list-style:none;margin:0 0 .7rem;padding:0 0 .7rem;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:.35rem;font-size:.86rem}.pay-receipt-lines li{display:flex;justify-content:space-between;gap:.75rem}.pay-receipt-lines li span:last-child{flex-shrink:0;font-variant-numeric:tabular-nums}.pay-receipt-totals{margin:0;font-size:.86rem}.pay-receipt-totals>div{display:flex;justify-content:space-between;gap:.75rem;padding:.16rem 0}.pay-receipt-totals dt{color:var(--ink-soft)}.pay-receipt-totals dd{margin:0;font-variant-numeric:tabular-nums}.pay-receipt-final{margin-top:.45rem;padding-top:.5rem!important;border-top:1px solid var(--line);font-size:1rem}.pay-receipt-final dt{color:var(--ink)!important;font-weight:600}.pay-receipt-final dd{font-weight:700}.pay-receipt-statement{margin:.55rem 0 0}.coa-library{max-width:44rem;margin:0 auto;padding:1.25rem 1rem 3rem}.coa-library-head h1{display:flex;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.5rem;line-height:1.2}.coa-library-lead{margin:0 0 .6rem;font-size:.95rem;color:var(--ink)}.coa-library-note,.coa-library-foot{margin:0 0 1rem;font-size:.82rem;line-height:1.5;color:var(--ink-soft)}.coa-library-foot{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line)}.coa-search{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;padding:.6rem .8rem;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.coa-search input{flex:1;min-width:0;border:0;background:none;color:var(--ink);font-size:.95rem;outline:none}.coa-list{list-style:none;margin:0;padding:0}.coa-group+.coa-group{margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--line)}.coa-group-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.55rem}.coa-group-head h2{margin:0;font-size:1.02rem;line-height:1.3}.coa-group-head .linkish{padding:0;border:0;background:none;box-shadow:none;font-size:.8rem;color:var(--ink-soft);white-space:nowrap}.coa-group-head .linkish:hover{background:none;color:var(--ink);text-decoration:underline}.coa-tests{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.coa-test{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:44px;padding:.5rem .8rem;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.coa-test:hover{border-color:var(--cobalt, #0047ab);background:var(--paper)}.coa-test-main{display:flex;align-items:baseline;gap:.55rem;min-width:0}.coa-test-main strong{font-weight:600;font-size:.9rem}.coa-test-main em{font-style:normal;font-size:.78rem;color:var(--ink-soft)}.coa-test-lab{display:inline-flex;align-items:center;gap:.3rem;flex-shrink:0;font-size:.76rem;color:var(--ink-soft)}.coa-empty{margin:1rem 0;font-size:.9rem;color:var(--ink-soft)}.manual-pay-memo{margin:.5rem 0 0;padding:.5rem .7rem;border-left:3px solid var(--cobalt, #0047ab);border-radius:0 6px 6px 0;background:#0047ab0f;font-size:.82rem;line-height:1.45;color:var(--ink)}.manual-pay-memo strong{font-weight:700}.app-shell--undisclosed .manual-pay-memo{border-left-color:#241f1a73;background:#241f1a0d}.manual-pay-howto{margin:.6rem 0 .75rem;padding:.5rem .7rem;border:1px solid rgba(36,31,26,.14);border-radius:9px;background:#241f1a09}.manual-pay-howto>summary{cursor:pointer;font-size:.82rem;font-weight:700}.manual-pay-steps{margin:.6rem 0 .15rem;padding-left:1.15rem;font-size:.84rem;line-height:1.5}.manual-pay-steps li+li{margin-top:.4rem}.manual-pay-warn{margin:.75rem 0 .6rem;font-size:.83rem;line-height:1.5}@media (max-width: 1024px){.checkout-form{grid-template-columns:1fr;gap:2rem}.checkout-summary{grid-column:1;position:static}}@media (max-width: 768px){.checkout-form{margin-top:1.5rem;gap:1.5rem}.checkout-form h2{margin:1.5rem 0 1rem;font-size:1.15rem}.checkout-progress{flex-wrap:wrap;gap:.75rem}.checkout-progress-divider{display:none}.fulfil-pick,.checkout-form .form-row--2{grid-template-columns:1fr}.checkout-summary{order:-1;margin-bottom:1.5rem;padding:1.25rem}.cart-item{grid-template-columns:70px 1fr;gap:1rem}.line-total{grid-column:2;order:-1;margin-bottom:.5rem}.qty-controls{grid-column:2}.stripe-pay-btn,.checkout-form .primary-btn{padding:.875rem;font-size:.95rem}}.cart-confirm-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99;cursor:pointer}.cart-confirm-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;background:var(--surface);border-radius:var(--radius);box-shadow:0 20px 60px #0003;max-width:min(95%,600px);max-height:90vh;overflow-y:auto}.cart-confirm-modal .cart-confirm{margin-top:0;border:none;box-shadow:none}.cart-confirm-modal .primary-btn{width:100%}@media (max-width: 640px){.cart-confirm-modal{top:auto;bottom:0;left:0;right:0;transform:none;border-radius:18px 18px 0 0;max-height:90vh}}.manual-pay-qr-link{display:inline-block;cursor:pointer;transition:transform .2s,opacity .2s}.manual-pay-qr-link:hover{transform:scale(1.02);opacity:.9}.manual-pay-qr-link:active{transform:scale(.98)}.ghost-btn.is-preferred{color:var(--accent);border-color:var(--accent)}.ghost-btn.is-preferred:hover{background:#0047ab0f}.checkout-form>.checkout-fields{grid-column:1;min-width:0}.checkout-form>.cart-summary{grid-column:2;align-self:start;position:sticky;top:2rem;margin-top:0;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}.checkout-form>.checkout-fields>label.field{display:grid;margin-top:1rem}@media (max-width: 1024px){.checkout-form>.checkout-fields,.checkout-form>.cart-summary{grid-column:1}.checkout-form>.cart-summary{position:static}}@media (max-width: 700px){.app-shell--undisclosed .header-inner{align-items:stretch}.app-shell--undisclosed .brand{align-self:stretch;margin:0;padding:0 .25rem}}.ud-install-sheet{position:fixed;top:7.25rem;right:max(1rem,env(safe-area-inset-right,0px));left:auto;width:min(24rem,calc(100vw - 2rem));z-index:170;padding:1rem 1.05rem .9rem;border-radius:12px;border:1px solid rgba(36,31,26,.16);background:#fdfbf7;color:#241f1a;box-shadow:0 18px 48px #14100c47,0 2px 10px #14100c1f;text-align:left}.ud-install-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:start}.ud-install-icon{border-radius:9px;flex:none}.ud-install-title{margin:0;font-weight:700;font-size:.95rem;line-height:1.25}.ud-install-sub{margin:.25rem 0 0;font-size:.78rem;line-height:1.4;color:#241f1ab3}.ud-install-close{border:0;background:none;padding:.25rem;margin:-.25rem -.25rem 0 0;line-height:0;color:#241f1a8c;cursor:pointer}.ud-install-close:hover{color:#241f1a}.ud-install-steps{margin:.85rem 0 0;padding-left:1.2rem;font-size:.86rem;line-height:1.5}.ud-install-steps li+li{margin-top:.35rem}.ud-install-steps svg{vertical-align:-2px}.ud-install-done{margin:.85rem 0 0;font-size:.76rem;color:#241f1a9e}.ud-install-done svg{vertical-align:-2px}@media (max-width: 700px){.ud-install-sheet{top:8.75rem}}@media (max-width: 480px){.ud-install-sheet{top:auto;bottom:max(1rem,env(safe-area-inset-bottom,0px));right:1rem;left:1rem;width:auto}}.ship-speeds{display:flex;flex-wrap:wrap;gap:.5rem;margin:.4rem 0 0}.ship-speed{display:inline-flex;align-items:baseline;gap:.5rem;padding:.4rem .8rem;border:1px solid rgba(36,31,26,.14);border-radius:999px;background:#ffffffc7}.ship-speed strong{font-size:.9rem}.ship-speed span{font-size:.82rem;color:var(--ink-soft)}.ud-vial-niche--zoomable .ud-vial-figure{scale:var(--ud-vial-zoom, 1);transform-origin:50% 50%}@media (prefers-reduced-motion: no-preference){.ud-vial-niche--zoomable .ud-vial-figure{transition:opacity .45s ease,filter .45s ease,transform .8s cubic-bezier(.34,1.32,.44,1),translate .7s cubic-bezier(.34,1.32,.44,1),scale .16s ease-out}}@media (hover: hover) and (pointer: fine){.ud-vial-niche--zoomable .ud-vial-figure{cursor:zoom-in}}.pay-pick{margin:.9rem 0 0;padding:0;border:0;min-width:0;display:grid;gap:.45rem}.pay-pick legend{padding:0;margin-bottom:.35rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}.pay-pick .pay-opt{display:flex;align-items:center;gap:.6rem;margin:0;padding:.6rem .75rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;color:var(--ink);font-weight:600;font-size:.92rem;line-height:1.3}.pay-pick .pay-opt.is-on{background:var(--cobalt);border-color:var(--cobalt-deep);color:#fff;box-shadow:0 4px 12px #00000029}.pay-pick .pay-opt.is-on input{accent-color:#fff}.pay-pick .pay-opt input[type=radio]{margin:0;flex:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.05rem;height:1.05rem;border-radius:50%;border:1.5px solid rgba(36,31,26,.32);background:transparent;display:grid;place-content:center;cursor:pointer;color:inherit;transition:border-color .14s ease}.pay-pick .pay-opt input[type=radio]:after{content:"";width:.52rem;height:.52rem;border-radius:50%;background:transparent;transition:background-color .14s ease}.pay-pick .pay-opt input[type=radio]:checked:after{background:currentColor}.pay-pick .pay-opt.is-on input[type=radio]{border-color:#ffffffb8;color:#fff}.pay-pick .pay-opt:hover input[type=radio],.pay-pick .pay-opt input[type=radio]:focus-visible{border-color:#241f1a99}.pay-pick .pay-opt input[type=radio]:focus-visible{outline:2px solid var(--cobalt);outline-offset:2px}.pay-opt-name{flex:1}.pay-opt-cost{font-size:.82rem;font-weight:600;color:var(--ink-soft);white-space:nowrap}.pay-pick .pay-opt.is-on .pay-opt-cost{color:#ffffffc7}.pay-go{margin-top:.85rem;width:100%}.pay-now{margin-top:1rem}.pay-now .manual-pay{margin-top:0}.checkout-form>.checkout-fields>.cart-confirm{margin-top:0}.buy-box .label-opt{display:flex;align-items:center;gap:.6rem;margin:.6rem 0 0;padding:.55rem .75rem;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;font-weight:600;font-size:.9rem;color:var(--ink)}.buy-box .label-opt.is-on{border-color:var(--accent);box-shadow:0 0 0 2px #0047ab24}.buy-box .label-opt input{margin:0;flex:none;accent-color:var(--accent)}.buy-box .label-opt-name{flex:1}.buy-box .label-opt-note{display:block;font-size:.72rem;font-weight:500;line-height:1.3;color:var(--muted)}.label-opt-cost{font-size:.82rem;font-weight:700;color:var(--ink-soft);white-space:nowrap}.buy-box .label-opt.is-on .label-opt-cost{color:var(--accent)}.buy-box .price-stack{display:grid;gap:.15rem;margin-top:1rem}.buy-box .price-stack .compare{font-size:.95rem}.buy-box .price-save{font-size:.86rem;font-weight:600;color:#1f7a3f}.buy-box .price-stack .price{font-size:1.6rem;line-height:1.1}.cart-cta.is-pressed{transform:translateY(2px) scale(.985);background:linear-gradient(180deg,var(--gold) 0%,var(--gold-deep) 100%);box-shadow:inset 0 3px 8px #00000047;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.cart-cta.is-pop{animation:cta-pop .38s cubic-bezier(.34,1.56,.64,1)}.cta-thinking{display:inline-flex;gap:.35rem;align-items:center;justify-content:center;line-height:1}.cta-thinking i{width:.45rem;height:.45rem;border-radius:50%;background:currentColor;opacity:.35;animation:cta-think .9s ease-in-out infinite}.cta-thinking i:nth-child(2){animation-delay:.15s}.cta-thinking i:nth-child(3){animation-delay:.3s}@keyframes cta-think{0%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){.cta-thinking i{animation:none;opacity:.7}}@keyframes cta-pop{0%{transform:translateY(2px) scale(.985)}60%{transform:translateY(-1px) scale(1.02)}to{transform:none}}.manual-pay-alt{font-size:.88rem}.manual-pay-alt>summary{cursor:pointer;font-weight:600;color:var(--ink-soft)}.manual-pay-alt[open]>summary{margin-bottom:.5rem}.manual-pay-alt .manual-pay-row+.manual-pay-row{margin-top:.4rem}.manual-pay-actions{display:flex;gap:.5rem;align-items:center}.manual-pay-open.soft-btn{justify-content:center;text-decoration:none}.manual-pay-open+.manual-pay-open{margin-top:-.15rem}.section.catalog-page{padding-top:1rem}.catalog-page .section-head{margin-bottom:.65rem}.catalog-page .section-head p{margin-top:.25rem}.catalog-page .filters{margin:.55rem 0 .75rem}.catalog-page .catalog-sort{margin-bottom:.35rem}.footer-link{background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-decoration:underline;cursor:pointer}.badge--new{display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#f3dfa6,#d9b25f 60%,#c39a3f);border-color:#78551466;color:#2a1f08;text-transform:uppercase;letter-spacing:.09em;box-shadow:0 2px 8px #78551447}.badge--new i{font-style:normal;font-size:.95em;line-height:1;color:#6d4c10}.catalog-page .filters{margin:.4rem 0 .7rem}.catalog-toolbar{gap:.5rem;margin-bottom:.55rem}.catalog-search--showroom{display:flex;flex:1 1 16rem;max-width:26rem;align-items:center;gap:.5rem;margin:0;padding:.42rem .95rem;border:1px solid var(--line, rgba(58, 46, 32, .16));border-radius:999px;background:var(--surface, #fdfbf7);color:var(--ink, #241f1a)}.catalog-search--showroom:focus-within{border-color:var(--ink, #241f1a)}.catalog-search--showroom svg{flex-shrink:0;opacity:.7}.catalog-search--showroom input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:inherit;font:inherit;font-size:.9rem;padding:.1rem 0}.catalog-search--showroom input::placeholder{color:var(--muted, rgba(36, 31, 26, .66))}.catalog-page .catalog-toolbar .catalog-sort{display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:.12rem .4rem .12rem .9rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:.82rem;font-weight:600;color:var(--ink-soft)}.catalog-page .catalog-toolbar .catalog-sort select{border:0;border-radius:999px;background:transparent;font:inherit;font-weight:700;color:var(--ink);padding:.3rem .25rem;cursor:pointer}.catalog-toolbar .size-filter{margin-left:0}.catalog-toolbar .ship-speeds{margin:0 0 0 auto}.catalog-toolbar .ship-speed{padding:.34rem .8rem}.catalog-status{margin:0 0 .9rem;font-size:.86rem;line-height:1.45;color:var(--muted, #6c6a62)}@media (max-width: 720px){.catalog-toolbar .ship-speeds{margin-left:0}.catalog-search--showroom input{font-size:16px}}.stack-card-read{width:100%;margin-top:.4rem;font-size:.82rem}.stack-card-read i{font-style:normal;margin-left:.3rem}.app-shell--undisclosed .product-card .card-foot-id .meta{display:flex;align-items:center;justify-content:center}.app-shell--undisclosed .product-card .card-foot-id .meta span{display:inline-block}.app-shell--undisclosed .product-card .card-foot-id .meta .card-strength-now{font-weight:700;color:var(--ink)}.app-shell--undisclosed .product-card .card-foot-id .meta .card-pack{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft, rgba(36, 31, 26, .72))}.app-shell--undisclosed .product-card .card-foot-id{container-type:inline-size}@container (max-width: 230px){.app-shell--undisclosed .product-card .card-foot-id .meta{flex-wrap:wrap;gap:.1rem .5rem;white-space:normal}.app-shell--undisclosed .product-card .card-foot-id .meta .card-meta-divider{display:none}.app-shell--undisclosed .product-card .card-foot-id .meta span{white-space:nowrap}}.detail-research-sources a,.detail-info-fine .detail-research-note a{color:inherit;text-decoration:underline;text-decoration-color:#241f1a59;text-underline-offset:2px}.detail-research-sources a:hover,.detail-info-fine .detail-research-note a:hover{text-decoration-color:currentColor}.detail-research-sources a i,.detail-info-fine .detail-research-note a i{font-style:normal;font-size:.85em}@media (max-width: 720px){.catalog-page .catalog-toolbar .catalog-sort>span{display:none}.catalog-page .catalog-toolbar .catalog-sort{padding-left:.35rem}}.app-shell--undisclosed .product-card .card-details-btn{margin-top:auto;margin-bottom:0}.app-shell--undisclosed .product-card .card-foot-id .meta{min-height:2.25em}.cart-thumb{display:block;width:100%;height:auto;aspect-ratio:3 / 2;background:transparent;border-radius:10px;overflow:hidden}.cart-thumb>.skin-bottle-preview{display:block;width:100%;height:100%;aspect-ratio:auto}.cart-thumb .ud-vial-niche{width:100%}.ud-vial-niche.is-spinning{cursor:default}.cart-item{gap:.75rem;padding-bottom:.6rem}.cart-item strong{margin-bottom:.15rem}.cart-item .meta{margin-bottom:.1rem}.cart-item .qty-controls{margin-top:.3rem}.detail-info-fine .coa-link{font-weight:700;color:var(--ink)}.stack-card-read{display:flex;justify-content:center;align-items:center;gap:.35rem;width:100%;margin-top:.45rem;padding:.6rem .8rem;border:1.5px solid var(--ink);border-radius:10px;background:#ffffffd9;color:var(--ink);font-size:.9rem;font-weight:700;letter-spacing:.01em;text-decoration:none}.stack-card-read:hover,.stack-card-read:focus-visible{background:var(--ink);color:#fffdf8}.stack-card-read i{font-style:normal;margin-left:0}.stack-card-cycle{display:block;margin-top:.1rem;font-family:var(--font-body, inherit);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--cobalt)}.stack-card-qty small{font-size:.72rem;font-weight:500;color:var(--muted)}.stack-card-legal{margin:.5rem 0 0;font-size:.76rem;line-height:1.45;color:var(--ink-soft)}.stack-card-legal strong{color:var(--ink)}.cart-item{grid-template-columns:76px 1fr auto;align-items:start;padding-top:.55rem}.cart-item>.cart-thumb{align-self:start}.cart-item .line-total{align-self:start;justify-self:end;margin:0}.cart-thumb{position:relative;border-radius:8px;border:1px solid rgba(201,151,63,.75);box-shadow:inset 0 0 0 1px #fffaeeb3,0 1px #fffc,0 6px 14px -6px #3a342873;transform:perspective(420px) rotateX(5deg);transform-origin:50% 100%}.cart-thumb .ud-vial-niche{transform:scale(.9);transform-origin:50% 60%}.cart-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;border-radius:7px;box-shadow:inset 0 14px 18px -10px #14100a8c,inset 10px 0 14px -10px #14100a66,inset -10px 0 14px -10px #14100a66,inset 0 -6px 10px -8px #fffaee99}@media (max-width: 720px){.cart-item{grid-template-columns:64px 1fr;gap:.75rem}.cart-item .line-total{grid-column:2;grid-row:1;order:-1;margin-bottom:.35rem}.cart-item>.cart-thumb{grid-column:1;grid-row:1 / span 2}}.cart-confirm--compact{padding:.6rem .8rem;line-height:1.45}.cart-confirm--compact .cart-confirm-total{font-size:1rem}.cart-confirm--compact .linkish{padding:0;font:inherit;text-decoration:underline}:root{--bottom-bar-h: calc(72px + env(safe-area-inset-bottom, 0px)) }.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;border-top:1px solid var(--line);padding-bottom:max(.5rem,env(safe-area-inset-bottom,0px));padding-top:.5rem;justify-content:space-around;align-items:center;min-height:var(--bottom-bar-h);display:flex}.bottom-nav__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem;border:none;background:none;color:var(--muted);cursor:pointer;font-size:.75rem;font-weight:500;position:relative;transition:color .2s}.bottom-nav__tab:active{color:var(--ink)}.bottom-nav__tab:hover{color:var(--ink-soft)}.bottom-nav__tab svg{flex-shrink:0}.bottom-nav__label{font-size:.625rem;text-align:center;max-width:4rem;text-transform:capitalize}@media (min-width: 1024px){.bottom-nav{justify-content:center}.bottom-nav__tab{flex:0 1 7.5rem}}.cart-badge{position:absolute;top:0;right:0;background:var(--danger);color:var(--surface);border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;animation:cart-badge-pulse .6s ease-in-out}.cart-badge--pulse{animation:cart-badge-pulse .45s ease-in-out}@keyframes cart-badge-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.8}to{transform:scale(1);opacity:1}}.menu-sheet-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1e504d;z-index:200;animation:fade-in .2s ease-out}.menu-sheet{position:fixed;bottom:0;left:0;right:0;z-index:201;background:var(--surface);border-radius:12px 12px 0 0;padding:1.5rem;padding-bottom:calc(1.5rem + max(1rem,env(safe-area-inset-bottom,0px)));max-height:80vh;overflow-y:auto;animation:slide-up .3s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.menu-sheet__close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--ink);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.menu-sheet__content{display:flex;flex-direction:column;gap:.5rem;margin-top:.85rem}.menu-sheet__item{display:flex;align-items:center;gap:1rem;padding:1rem;border:none;background:none;color:var(--ink);cursor:pointer;font-size:1rem;font-weight:500;text-align:left;border-radius:var(--radius);transition:background-color .2s}.menu-sheet__item:hover{background-color:var(--paper)}.menu-sheet__item:active{background-color:var(--paper-2)}.menu-sheet__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-sheet__head{margin:.35rem 0 .1rem;padding:0 3rem 0 1rem;font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft)}.menu-sheet__rule{margin:.5rem 1rem;border:0;border-top:1px solid var(--line)}.menu-sheet__item--site{align-items:flex-start;text-decoration:none}.menu-sheet__item--site .menu-sheet__icon{margin-top:.15rem}.menu-sheet__body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.menu-sheet__body b{font-weight:600;line-height:1.25}.menu-sheet__body em{font-style:normal;font-size:.78rem;line-height:1.3;color:var(--ink-soft)}.menu-sheet__item--here{background-color:var(--paper)}.menu-sheet__item--exit .menu-sheet__body b{color:var(--danger, #b4282d)}.menu-sheet__label{flex:1}.cart-lines-view{display:flex;flex-direction:column;gap:1rem;padding:1rem}.cart-header{margin-bottom:.5rem}.cart-header h2{margin:0;font-size:1.5rem}.cart-items{flex:1;display:flex;flex-direction:column;gap:.75rem}.cart-line{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius);align-items:center}.cart-line-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-line-info strong{overflow-wrap:break-word}.cart-line-info strong{font-weight:600}.cart-line-qty{display:flex;align-items:center;gap:.5rem;background:var(--paper);border-radius:6px;padding:.25rem}.cart-line-qty button{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--ink)}.cart-line-qty button:hover{color:var(--cobalt)}.cart-line-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2;text-align:right}.cart-line-was{color:var(--muted);font-size:.86rem;text-decoration:line-through}.cart-plan-note{margin:0;padding:.5rem 1rem 0;font-size:.86rem}.summary-lines .cart-plan-note{padding:.35rem 0 .5rem}.cart-remove{background:none;border:none;cursor:pointer;color:var(--muted);padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.cart-remove:hover{color:var(--danger)}@media (max-width: 560px){.cart-line{grid-template-columns:1fr auto;grid-template-areas:"info remove" "qty  price";gap:.5rem .75rem}.cart-line-info{grid-area:info}.cart-line-qty{grid-area:qty;justify-self:start}.cart-line-price{grid-area:price;justify-self:end}.cart-remove{grid-area:remove;align-self:start}}.cart-subtotal{display:flex;justify-content:space-between;padding:1rem;border-top:2px solid var(--line);font-size:1.125rem;font-weight:600}.app-shell{padding-bottom:calc(var(--bottom-bar-h) + .5rem)}.message-dock,.message-direct{bottom:calc(var(--bottom-bar-h) + .75rem)}.message-dock>.message-direct{display:none}.card-quick{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem;margin-bottom:.85rem}.card-quick-row{display:flex;align-items:center;justify-content:center;gap:.4rem;min-width:0}.card-quick-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:600;color:var(--navy)}.card-quick-cycle{flex:0 0 auto;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;font:inherit;font-size:.82rem;font-style:normal;line-height:1;color:var(--cobalt);background:#0047ab14;border:1px solid rgba(0,71,171,.22);border-radius:50%;pointer-events:none;opacity:.85}.product-card:hover .card-quick-cycle{opacity:1}.card-quick-cycle i{font-style:normal}.card-quick-add{width:100%;padding:.42rem .72rem;font:inherit;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-align:center;white-space:nowrap;color:#1b1612;background:linear-gradient(180deg,var(--ud-electric-hot, #d8b271) 0%,var(--ud-electric, #b08a4f) 58%,#96733c 100%);border:1px solid rgba(201,151,63,.9);border-radius:7px;box-shadow:inset 0 1px #fff4dc73,0 2px #3024164d,0 6px 14px #56442c33;text-shadow:0 1px 0 rgba(255,244,220,.3);cursor:pointer;transition:filter .16s ease,box-shadow .16s ease}.card-quick-add:hover{filter:brightness(1.06);box-shadow:inset 0 1px #fff4dc99,0 3px #3024164d,0 10px 20px #56442c42}.product-card:has(.card-quick-cycle:active),.product-card:has(.card-quick-add:active){animation:spring-press .4s cubic-bezier(.34,1.56,.64,1)}.profile-page{max-width:34rem;margin:0 auto;padding:1rem 1rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.profile-title{margin:0;font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em}.profile-block{display:flex;flex-direction:column;gap:.6rem;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.profile-heading{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.profile-note{margin:0;font-size:.82rem;line-height:1.45;color:var(--ink-soft, var(--muted))}.profile-note--quiet{font-size:.76rem;color:var(--muted)}.profile-facts{display:grid;grid-template-columns:auto 1fr;gap:.35rem .9rem;margin:0;font-size:.86rem}.profile-facts dt{color:var(--muted)}.profile-facts dd{margin:0;overflow-wrap:anywhere}.profile-id{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.profile-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.6rem}.profile-field{display:flex;flex-direction:column;gap:.25rem;font-size:.74rem;font-weight:600;color:var(--muted)}.profile-field input{font:inherit;font-size:.9rem;font-weight:400;color:var(--ink);padding:.5rem .6rem;border:1px solid var(--line);border-radius:7px;background:var(--paper, #fff)}.profile-field input:focus-visible{outline:2px solid var(--cobalt);outline-offset:1px}.profile-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.2rem}.profile-flash{margin:0;font-size:.8rem;color:var(--cobalt)}.ud-install-tile{width:20px;height:20px;border-radius:28%;object-fit:cover;flex:none;box-shadow:0 1px 3px #00000038}.checkout-back{align-self:flex-start;margin-bottom:1rem;padding:.45rem .85rem;font-size:.82rem;gap:.4rem}@media (max-width: 640px){.app-shell .product-grid--catalog .product-card,.app-shell--undisclosed .product-grid--catalog .product-card{padding:.55rem .6rem .65rem}.app-shell .product-grid--catalog .card-eyebrow,.app-shell--undisclosed .product-grid--catalog .card-eyebrow{display:none}.app-shell .product-grid--catalog .product-visual,.app-shell--undisclosed .product-grid--catalog .product-visual{height:168px;min-height:0;margin:0}.app-shell .product-grid--catalog .product-body,.app-shell--undisclosed .product-grid--catalog .product-body{display:flex;flex-direction:column;align-items:stretch;gap:.3rem;padding:0;min-width:0}.app-shell .product-grid--catalog .product-card .card-foot-id,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id>h3,.app-shell--undisclosed .product-grid--catalog .product-card .product-body{text-align:center;align-items:center}.app-shell .product-grid--catalog .product-card .card-foot-id>h3,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id>h3{font-size:1.16rem;font-weight:600;letter-spacing:-.01em;line-height:1.12;margin:0;max-width:100%;min-height:2.56rem;margin-top:-.15rem;display:flex;align-items:center;justify-content:center}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta{flex-wrap:wrap;justify-content:center;row-gap:.05rem;min-height:2.3em;margin-bottom:.3rem}.app-shell--undisclosed .product-grid--catalog .product-card .product-body>*{width:100%;box-sizing:border-box;align-self:stretch}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{width:100%;max-width:100%;margin:0;box-sizing:border-box}.app-shell .product-grid--catalog .product-card .card-details-btn,.app-shell--undisclosed .product-grid--catalog .product-card .card-details-btn{align-self:stretch;width:100%}.app-shell--undisclosed .product-grid--catalog .card-foot-id .meta{min-height:0}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{margin-top:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta{display:flex;align-items:baseline;justify-content:flex-start;gap:.4rem;margin:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{font-size:1.34rem;line-height:1.05;font-weight:800;letter-spacing:-.015em}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-pack{font-size:.62rem;opacity:.72}.app-shell .product-grid--catalog .card-rule,.app-shell--undisclosed .product-grid--catalog .card-rule{display:none}.app-shell .product-grid--catalog .card-foot-buy,.app-shell--undisclosed .product-grid--catalog .card-foot-buy{justify-content:center;flex-wrap:wrap;gap:.35rem;font-size:.72rem;min-width:0}.app-shell .product-grid--catalog .card-warehouse,.app-shell--undisclosed .product-grid--catalog .card-warehouse{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:600;opacity:.72}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-buy .price{flex:0 0 auto;font-size:.82rem;white-space:nowrap}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{display:flex;flex-direction:column;align-items:stretch;gap:.3rem;width:100%;box-sizing:border-box}.app-shell .product-grid--catalog .card-quick-row,.app-shell--undisclosed .product-grid--catalog .card-quick-row{flex:0 0 auto;min-width:0;justify-content:center;gap:.3rem}.app-shell .product-grid--catalog .card-quick-label,.app-shell--undisclosed .product-grid--catalog .card-quick-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add,.app-shell .product-grid--catalog .product-card .card-details-btn,.app-shell--undisclosed .product-grid--catalog .product-card .card-details-btn{flex:0 0 auto;width:100%;min-width:0;box-sizing:border-box;justify-content:center}}.summary-promo{margin:.35rem 0 .5rem}.summary-promo-open{font-size:.82rem;font-weight:600;padding:.2rem 0}.summary-promo-entry{display:flex;align-items:flex-end;gap:.5rem}.summary-promo-entry .field{flex:1 1 auto;min-width:0;margin:0}.summary-promo-label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.25rem}.summary-promo-entry input{width:100%;min-width:0;box-sizing:border-box;text-transform:uppercase;letter-spacing:.06em}.summary-promo-entry .soft-btn{flex:0 0 auto;white-space:nowrap}.summary-row--saving,.summary-promo-on{color:#1a7f4b;font-weight:700}.summary-promo-remove{margin-left:.5rem;font-size:.74rem;font-weight:600;opacity:.8}.discount-code-msg{margin:.35rem 0 0}.discount-code-msg.ok{color:#1a7f4b;font-weight:600}.price-chain-tag.has-figure{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.price-chain-tag-mark{font-size:.92rem;letter-spacing:.08em;opacity:.62}.price-chain-tag-money{display:flex;align-items:baseline;gap:.35rem;font-size:1.32rem;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums;line-height:1.1}.price-chain-tag-money small{font-size:.68rem;font-weight:600;letter-spacing:.02em;opacity:.66;white-space:nowrap}.price-chain-basis{margin:.75rem 0 0;font-size:.78rem;line-height:1.45;color:var(--ink-soft)}.order-history{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.7rem}.order-history-row{border:1px solid var(--line);border-radius:12px;padding:.75rem .85rem;background:var(--surface)}.order-history-head{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.order-history-head strong{font-variant-numeric:tabular-nums;letter-spacing:.02em}.order-history-total{margin-left:auto;font-weight:800;font-variant-numeric:tabular-nums}.order-chip{font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.16rem .45rem;border-radius:999px;background:#0a1e5014;color:var(--ink-soft);white-space:nowrap}.order-chip--awaiting_payment{background:#b423181a;color:#9a2b1f}.order-chip--shipped,.order-chip--delivered{background:#1a7f4b1f;color:#1a7f4b}.order-history-items{list-style:none;margin:.55rem 0 0;padding:.55rem 0 0;border-top:1px solid var(--line);display:grid;gap:.28rem;font-size:.84rem}.order-history-items li{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.order-history-items li span:last-child{flex:0 0 auto;font-variant-numeric:tabular-nums;color:var(--ink-soft)}.order-history-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.6rem;padding-top:.55rem;border-top:1px solid var(--line)}.order-chip--cancelled{text-decoration:line-through;opacity:.7}.bottom-nav{background:#fffc;-webkit-backdrop-filter:blur(18px) saturate(1.6);backdrop-filter:blur(18px) saturate(1.6);border-top:1px solid rgba(10,30,80,.12);box-shadow:0 -6px 24px #0a1e500f}.app-shell--undisclosed .bottom-nav{background:#fdfbf7cc;border-top-color:#241f1a24;box-shadow:0 -6px 24px #241f1a0f}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.bottom-nav,.app-shell--undisclosed .bottom-nav{background:var(--surface)}}.bottom-nav__tab{color:var(--ink-soft)}.bottom-nav__label{font-weight:600}.bottom-nav__mark{display:block;width:26px;height:26px;object-fit:contain;flex-shrink:0}.bottom-nav__mark--disc{border-radius:50%;box-shadow:0 0 0 1px #0047ab2e}.bottom-nav__mark--hex{mix-blend-mode:multiply}.menu-sheet__item{box-shadow:none}.menu-sheet__item:active{animation:none}.menu-sheet__note{font-style:normal;font-size:.78rem;font-weight:500;color:var(--muted)}.install-nudge{position:fixed;left:max(.75rem,env(safe-area-inset-left,0px));right:max(.75rem,env(safe-area-inset-right,0px));bottom:calc(var(--bottom-bar-h) + .75rem);z-index:130;margin:0 auto;max-width:28rem;display:grid;grid-template-columns:auto 1fr;gap:.35rem .85rem;align-items:center;padding:.85rem 2.5rem .85rem .95rem;border-radius:16px;border:1px solid rgba(10,30,80,.12);background:#ffffffdb;-webkit-backdrop-filter:blur(18px) saturate(1.6);backdrop-filter:blur(18px) saturate(1.6);box-shadow:0 18px 48px #0a1e502e,0 2px 10px #0a1e5014;color:#0a0a0a;text-align:left;animation:slide-up .3s ease-out}.install-nudge--undisclosed{border-color:#241f1a29;background:#fdfbf7e6;box-shadow:0 18px 48px #14100c3d,0 2px 10px #14100c1a;color:#241f1a}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.install-nudge{background:#fff}.install-nudge--undisclosed{background:#fdfbf7}}.install-nudge__icon{grid-row:1 / 3;width:40px;height:40px;border-radius:10px;object-fit:cover;box-shadow:0 0 0 1px #0a1e501a}.install-nudge__text{min-width:0}.install-nudge__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.25}.install-nudge__sub{margin:.15rem 0 0;font-size:.8rem;line-height:1.35;color:#0a0a0aad}.install-nudge--undisclosed .install-nudge__sub{color:#241f1ab3}.install-nudge__actions{grid-column:2;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.2rem}.install-nudge__add,.install-nudge__later,.install-nudge__close{box-shadow:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.install-nudge__add:active,.install-nudge__later:active,.install-nudge__close:active{animation:none}.install-nudge__add,.install-nudge__later{min-height:40px;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700}.install-nudge__add{border:0;background:#0047ab;color:#fff}.install-nudge--undisclosed .install-nudge__add{background:#241f1a;color:#fdfbf7}.install-nudge__later{border:1px solid rgba(10,30,80,.18);background:transparent;color:inherit}.install-nudge--undisclosed .install-nudge__later{border-color:#241f1a38}.install-nudge__close{position:absolute;top:.45rem;right:.45rem;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:inherit;opacity:.7}.googly-pupil{transform-box:fill-box;transform-origin:center;transition:transform .22s ease-out;will-change:transform}@media (prefers-reduced-motion: reduce){.googly-pupil{transition:none}}.bottom-nav__tab{box-shadow:none;background:transparent;border-radius:0}.bottom-nav__tab:active{animation:none}.menu-sheet{padding-top:3.25rem}.menu-sheet__close{z-index:2;box-shadow:none;border-radius:50%}.menu-sheet__close:active{animation:none}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.menu-sheet__label{display:flex;flex-direction:column;gap:.1rem}.pay-pick .pay-pick-note{margin:.55rem 0 0;font-size:.8rem;line-height:1.4}.pay-check-note{margin:.75rem 0 .25rem;font-size:.82rem;line-height:1.4}.menu-sheet--message{max-height:none}.message-sheet__foot{margin:.75rem 1rem 0;font-size:.82rem;line-height:1.4;color:var(--muted)}@media (max-width: 900px){.bottom-nav,.app-shell--undisclosed .bottom-nav{-webkit-backdrop-filter:blur(12px) saturate(1.6);backdrop-filter:blur(12px) saturate(1.6)}}@media (max-width: 640px){.header-actions .ud-install-btn .nav-label-full,.header-actions .ud-install-btn .nav-label-short{display:none}}@media (max-width: 640px){.app-shell--undisclosed .header-actions .ghost-btn,.app-shell--undisclosed .header-actions .soft-btn{min-width:38px;width:38px;min-height:38px;height:38px;padding:0}.app-shell--undisclosed .header-actions{gap:.3rem}.app-shell--undisclosed .header-actions .header-account-id,.header-actions .header-signout span{display:none}}@media (max-width: 640px){.app-shell .product-grid--catalog .product-card .card-foot-id h3,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{min-height:2.56rem;display:flex;align-items:flex-end;margin:0 0 .12rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta{display:block;margin:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{display:block;min-height:1.42rem;font-size:1.34rem;line-height:1.05;font-weight:800;letter-spacing:-.015em}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-meta-divider{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-pack{display:block;min-height:.95rem;font-size:.62rem;line-height:.95rem;letter-spacing:.04em;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .product-grid--catalog .card-foot-buy,.app-shell--undisclosed .product-grid--catalog .card-foot-buy{display:flex;flex-wrap:nowrap;align-items:baseline;justify-content:flex-start;gap:.2rem;height:1.25rem;margin-top:.1rem;min-width:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-buy .price-range i{font-size:.86em;line-height:1;vertical-align:baseline}.app-shell .product-grid--catalog .card-warehouse,.app-shell--undisclosed .product-grid--catalog .card-warehouse{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:600;letter-spacing:0;opacity:.72}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-buy .price,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-buy .price-range,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-buy .price-external{flex:0 0 auto;font-family:var(--font-brand, Georgia, "Times New Roman", serif);font-size:.8rem;font-weight:500;line-height:1.15rem;white-space:nowrap}.app-shell .product-grid--catalog .card-foot-buy .stock-chip,.app-shell--undisclosed .product-grid--catalog .card-foot-buy .stock-chip{display:none}.app-shell .product-grid--catalog .card-quick-row,.app-shell--undisclosed .product-grid--catalog .card-quick-row{height:1.85rem;min-height:0;display:flex;align-items:center}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add,.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{width:100%;min-height:2.35rem;font-size:.82rem;letter-spacing:.02em}}@media (max-width: 640px){.app-shell .product-grid--catalog,.app-shell--undisclosed .product-grid--catalog{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.7rem!important}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{height:208px;max-height:208px}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{text-align:center;justify-content:center;font-size:1.62rem;min-height:1.3em}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta{text-align:center}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{font-size:1.44rem;min-height:1.5rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-pack{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-descriptor{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin:.32rem 0 0;font-size:.78rem;line-height:1.32;letter-spacing:.07em;text-transform:uppercase;color:#241f1a8c;text-align:center}.app-shell--undisclosed .product-grid--catalog .product-card .card-rule{display:block;border:0;border-top:1px solid rgba(36,31,26,.14);margin:.7rem 0 0}.app-shell--undisclosed .product-grid--catalog .product-card .card-specs{margin:.62rem 0 0;display:flex;flex-direction:column;gap:.12rem;text-align:left}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec{display:flex;align-items:baseline;gap:.4rem;height:1.42rem;min-width:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dt{flex:0 0 auto;font-size:.92rem;font-weight:400;color:#241f1a99}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dd{flex:0 1 auto;text-align:left;min-width:0;margin:0;font-size:.92rem;font-weight:700;color:#241f1aeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{display:grid!important;grid-template-columns:minmax(84px,.42fr) minmax(0,1fr);grid-template-areas:"cycle add";align-items:stretch;gap:.5rem;margin-top:.75rem}.app-shell .product-grid--catalog .card-quick-row,.app-shell--undisclosed .product-grid--catalog .card-quick-row{grid-area:cycle;display:flex;height:auto;min-height:3.4rem;flex-direction:column;align-items:center;justify-content:center;gap:.02rem;border:1px solid rgba(36,31,26,.18);border-radius:10px;background:#ffffff80;padding:.3rem .4rem;text-align:center}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-cycle{font-size:1.1rem;line-height:1;opacity:.8}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-label{font-size:.9rem;line-height:1.15;font-weight:500;white-space:nowrap}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-cycle{font-size:1.28rem}.app-shell .product-grid--catalog .card-quick:not(:has(.card-quick-row)),.app-shell--undisclosed .product-grid--catalog .card-quick:not(:has(.card-quick-row)){grid-template-columns:minmax(0,1fr);grid-template-areas:"add"}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add{grid-area:add;width:100%;min-height:3.4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;border-radius:10px;padding:.4rem .6rem;background:#1f4231;border:1px solid #16321F;color:#fff;font-size:1rem;letter-spacing:.01em}.card-quick-add-title{display:inline-flex;align-items:center;gap:.4rem;font-size:1rem;font-weight:700;line-height:1.1}.card-quick-add-money{display:flex;align-items:baseline;gap:.42rem;line-height:1.15}.card-quick-add-money b{font-size:.98rem;font-weight:800;color:#e8c271}.card-quick-add-money s{font-size:.88rem;font-weight:600;color:#ffffff9e;text-decoration-thickness:1.5px}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{margin-top:.55rem;min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.1rem;border:1px solid #B8913F;border-radius:10px;padding:.4rem .8rem;background:linear-gradient(180deg,#e4be73,#cba153);color:#2a1f0b;font-size:1.06rem;font-weight:700;letter-spacing:.01em;text-transform:none;border-top-color:#b8913f}.app-shell--undisclosed .product-grid--catalog .card-details-btn i{margin-left:.4rem;color:inherit}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-rule{width:100%;max-width:none;border:0;border-top:1px solid rgba(36,31,26,.22);margin:.85rem 0 0}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{cursor:zoom-in}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual>*:not(.bay-zoom-hint){transform-origin:center 58%;transition:transform .38s cubic-bezier(.2,.9,.28,1),filter .38s ease;will-change:transform}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped>*:not(.bay-zoom-hint){transform:translateY(-17px) scale(1.34);filter:drop-shadow(0 16px 18px rgba(28,22,14,.34)) drop-shadow(0 3px 5px rgba(28,22,14,.2))}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped:after{content:"";position:absolute;top:12%;right:18%;bottom:16%;left:18%;z-index:0;border-radius:14px;background:radial-gradient(ellipse at 50% 62%,#1c160e33,#1c160e00 68%);pointer-events:none}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped{z-index:2}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual>*:not(.bay-zoom-hint){transition:none}}.bay-zoom-hint{position:absolute;top:.14rem;left:50%;transform:translate(-50%);z-index:3;padding:.2rem .62rem;border-radius:999px;border:1px solid rgba(36,31,26,.12);background:#ffffffa8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:.63rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;color:#241f1a99;pointer-events:none;transition:opacity .22s ease}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{position:relative}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual>*{transition:none}}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dd.card-spec-free{color:#1a7f4b}}@media (max-width: 640px){.bay-zoom-hint.is-timing:after{content:"";position:absolute;left:.62rem;right:.62rem;bottom:.14rem;height:1.5px;border-radius:2px;background:#241f1a61;transform-origin:left center;animation:ud-pop-drain var(--ud-pop-ms, 5s) linear forwards}@keyframes ud-pop-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion: reduce){.bay-zoom-hint.is-timing:after{animation:none;opacity:.45}}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-slab,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id,.app-shell--undisclosed .product-grid--catalog .product-card .card-specs{background:none;border:0;box-shadow:none;border-radius:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower{position:relative;margin-top:.7rem;padding:.7rem .5rem 0;border-top:1px solid rgba(74,58,34,.34);box-shadow:inset 0 1px #ffffffc7;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .18s cubic-bezier(.3,.8,.4,1),filter .18s ease}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower.is-live{cursor:pointer}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower.is-pressed{transform:translateY(2px);filter:brightness(.975)}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .product-grid--catalog .product-card .card-lower{transition:none}}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{height:152px;max-height:152px}.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--top{padding:.4rem .5rem .55rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{font-size:1.04rem;min-height:2.3em;margin-bottom:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{font-size:1.16rem;min-height:1.3rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-descriptor{font-size:.56rem;letter-spacing:.05em;margin-top:.22rem;min-height:1.8rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--bottom{padding:.5rem .5rem .55rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec{height:1.12rem;gap:.26rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dt,.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dd{font-size:.68rem}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"cycle" "add"!important;grid-template-rows:1.85rem auto!important;gap:.32rem;margin-top:.5rem}.app-shell .product-grid--catalog .card-quick-row,.app-shell--undisclosed .product-grid--catalog .card-quick-row{min-height:1.85rem;flex-direction:row;gap:.3rem;padding:.2rem .4rem}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-cycle{font-size:.95rem}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-label{font-size:.74rem}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add{min-height:2.5rem;padding:.3rem .35rem;gap:0}.card-quick-add-title{font-size:.8rem;gap:.28rem}.card-quick-add-title svg{width:14px;height:14px}.card-quick-add-money b{font-size:.82rem}.card-quick-add-money s{font-size:.7rem}.card-quick-add-money{gap:.28rem}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{min-height:2.3rem;margin-top:.4rem;font-size:.82rem}}@media (max-width: 640px){.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{font-size:.75rem;padding-inline:.3rem;white-space:nowrap}.app-shell--undisclosed .product-grid--catalog .card-details-btn i{margin-left:.28rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-descriptor{font-size:.53rem;letter-spacing:.03em;line-height:1.28}}@media (max-width: 640px){.app-shell--undisclosed .showroom-wall{padding-inline:.62rem}.app-shell .product-grid--catalog,.app-shell--undisclosed .product-grid--catalog{gap:.5rem!important}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{height:168px;max-height:168px}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower{margin-top:.42rem;padding-top:.22rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--top{padding:.1rem .45rem .18rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{font-size:1.14rem;min-height:2.56rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{font-size:1.1rem;min-height:1.15rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-descriptor{font-size:.5rem;line-height:1.12;margin-top:.1rem;min-height:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--bottom{padding:.2rem .45rem .15rem;gap:.06rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec{height:.98rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dt,.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dd{font-size:.63rem}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{grid-template-rows:1.5rem auto!important;gap:.2rem;margin-top:.24rem}.app-shell .product-grid--catalog .card-quick-row,.app-shell--undisclosed .product-grid--catalog .card-quick-row{min-height:1.5rem;padding:.1rem .35rem}.app-shell--undisclosed .product-grid--catalog .card-quick-row .card-quick-label{font-size:.7rem}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add{min-height:1.95rem;padding:.14rem .3rem}.card-quick-add-title{font-size:.75rem}.card-quick-add-money b{font-size:.76rem}.card-quick-add-money s{font-size:.64rem}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{min-height:1.6rem;margin-top:.24rem;font-size:.72rem}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-lower{position:relative;margin-top:0;padding-top:.5rem;border-top:0;box-shadow:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower{margin-inline:-9.6px;padding-inline:9.6px}.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--top,.app-shell--undisclosed .product-grid--catalog .product-card .card-slab--bottom{padding-inline:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-lower:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;pointer-events:none;background:linear-gradient(180deg,#3a2c1885,#3a2c1885 1px,#3a2c1842 1px,#3a2c1842 2px,#fffdf7eb 2px,#fffdf7eb 3px)}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog{--stone-bay-h: 168px;--stone-rest-scale: .98}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{height:var(--stone-bay-h);max-height:var(--stone-bay-h)}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-spinning.is-live .ud-vial-figure{transform:translate(-50%) scale(var(--stone-rest-scale, 1))}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-spinning.is-live .ud-vial-figure{filter:drop-shadow(0 1px 2px rgba(92,72,44,.42)) brightness(.88) contrast(.95)}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped .bay-zoom-hint{top:auto;bottom:.14rem;opacity:.9}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot{height:1.5rem;display:flex;align-items:center;margin-top:.2rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-row{width:100%;height:100%;min-height:0;padding-block:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-specs{margin-top:.2rem}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{grid-template-areas:"add"!important;grid-template-rows:auto!important;gap:0!important;margin-top:.24rem}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{background:#ffffff38;border-color:#241f1a0d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#241f1a6b}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{min-height:1.49rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3.is-long{font-size:1.02rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-pushed{--stone-rest-scale: .84}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-spinning.is-live .ud-vial-figure{transition:transform .18s cubic-bezier(.3,.8,.3,1),filter .24s ease}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-pushed .ud-vial-niche.is-spinning.is-live .ud-vial-figure{filter:drop-shadow(0 1px 2px rgba(92,72,44,.5)) brightness(.8) contrast(.95)}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-pushed .ud-niche-cut{filter:brightness(1.16) saturate(1.1)}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-spinning.is-live .ud-vial-figure{transition:none}}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped.is-pushed>*:not(.bay-zoom-hint){transform:none}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped>*:not(.bay-zoom-hint){transform:none}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped .ud-vial-niche.is-spinning.is-live .ud-vial-figure{transform-origin:50% 88%;transform:translate(-50%) translateY(6px) scale(1.52);filter:drop-shadow(0 16px 18px rgba(28,22,14,.34)) drop-shadow(0 3px 5px rgba(28,22,14,.2)) brightness(1) contrast(1)}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual:before{content:"";position:absolute;left:50%;top:86%;width:68%;height:22%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;mix-blend-mode:screen;opacity:.85;transition:opacity .24s ease,width .24s ease;background:radial-gradient(ellipse at center,#ffd8968c,#ffce8657 34%,#ffc67829 60%,#ffc67800 82%)}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-pushed:before{width:82%;opacity:1}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card:hover .ud-vial-niche.vial-approved-img,.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.vial-approved-img{transform:none}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card:has(.card-quick-add:active){animation:none}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{top:.26rem;padding:.1rem .5rem;font-size:.58rem;letter-spacing:.05em}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{top:.1rem;padding:.06rem .44rem;font-size:.54rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot,.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick,.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{width:86%;margin-inline:auto}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add{min-height:1.78rem;border-radius:999px}.app-shell--undisclosed .product-grid--catalog .card-cycle-slot .card-quick-row{border-radius:999px}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{min-height:1.5rem;border-radius:999px;font-size:.7rem}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-row{background:transparent;border-color:#241f1a29;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-cycle{background:transparent;border-color:#241f1a2e;box-shadow:none}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add,.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{min-height:1.86rem;height:1.86rem;padding-block:0}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-row{background:none;border:0;box-shadow:none;color:#3a2c1880;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 -1px 0 rgba(58,44,24,.22),0 1px 0 rgba(255,253,247,.9)}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-label{font-size:.54rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-cycle{background:none;border:0;box-shadow:none;color:#3a2c1880;text-shadow:0 -1px 0 rgba(58,44,24,.22),0 1px 0 rgba(255,253,247,.9)}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-row{display:flex;align-items:center;justify-content:center;gap:.44rem;padding-inline:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-label{flex:0 0 auto;text-align:center}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-cycle{flex:0 0 auto;width:auto;min-width:0;margin:0}}.hero-plan-neon{display:inline-flex;align-items:center;gap:.6rem;margin:.7rem 0 0;padding:.34rem .9rem;border-radius:999px;border:1px solid rgba(120,245,255,.34);background:#08141c57;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#eafdff;text-shadow:0 0 4px rgba(150,248,255,.95),0 0 12px rgba(64,220,255,.75),0 0 26px rgba(30,170,255,.45);box-shadow:0 0 10px #40dcff38,inset 0 0 12px #40dcff1f}.hero-plan-neon-rate{color:#fff3dc;text-shadow:0 0 4px rgba(255,226,168,.95),0 0 12px rgba(255,186,90,.75),0 0 26px rgba(255,150,40,.45)}.hero-plan-neon-sep{width:1px;height:.9em;background:#96f8ff73;box-shadow:0 0 6px #40dcff99}.hero-neon-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem .8rem;margin:.7rem 0 0;width:100%}.hero-neon-row .hero-plan-neon{margin:0}@media (max-width: 640px){.hero-plan-neon{font-size:.72rem;padding:.3rem .76rem;gap:.5rem}}@media (prefers-reduced-motion: reduce){.hero-plan-neon{animation:none}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{background:none;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;max-width:none;color:#3a2c188f;font-weight:700;letter-spacing:.1em;text-shadow:0 -1px 0 rgba(58,44,24,.26),0 1px 0 rgba(255,253,247,.92)}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{top:auto;bottom:.12rem}}.ref-ledger{margin:0 0 1.4rem;padding:.9rem 1rem .8rem;border-radius:14px;border:1px solid rgba(36,31,26,.1);background:#fff9}.ref-ledger-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.ref-ledger-cell{display:flex;flex-direction:column;gap:.15rem;min-width:0}.ref-ledger-n{font-size:1.36rem;font-weight:700;line-height:1.1;color:var(--ink);font-variant-numeric:tabular-nums}.ref-ledger-cell--earn .ref-ledger-n{color:#14653a}.ref-ledger-k{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-soft);line-height:1.25}.ref-ledger-note{margin:.7rem 0 0;font-size:.74rem;line-height:1.45;color:var(--ink-soft)}.ref-ledger-cell--pending .ref-ledger-n{color:#8a5a12}.ref-ledger-pending{margin:.9rem 0 0;padding:.75rem .85rem;border-radius:10px;border:1px solid rgba(138,90,18,.22);background:#fff4de99}.ref-ledger-pending p{margin:0;font-size:.8rem;line-height:1.5;color:var(--ink)}.ref-ledger-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:.7rem 0 0}.ref-ledger-actions button{flex:1 1 auto;min-height:2.1rem;font-size:.78rem}.ref-ledger-asked{margin:.6rem 0 0!important;font-size:.76rem!important;color:#14653a!important}.ref-ledger-grid{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr))}@media (max-width: 640px){.ref-ledger-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem .7rem}.ref-ledger-n{font-size:1.24rem}.ref-ledger-actions button{flex:1 1 100%}}@media (max-width: 640px){.app-shell--undisclosed .product-grid--catalog .product-card .product-visual.is-popped .bay-zoom-hint{opacity:0;transition:opacity .16s ease}}@media (max-width: 640px){.hero-media--undisclosed .ud-hero-showcase,.hero-media--undisclosed .ud-bay,.hero-media--undisclosed .ud-bay-plate{max-height:42vh;object-fit:cover}}@media (min-width: 641px){.app-shell--undisclosed .product-grid--catalog{--stone-bay-h: clamp(170px, 14vw, 230px);--stone-rest-scale: .98}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual{height:var(--stone-bay-h);max-height:var(--stone-bay-h)}.app-shell--undisclosed .product-grid--catalog .product-card .ud-vial-niche.is-spinning.is-live .ud-vial-figure{transform:translate(-50%) scale(var(--stone-rest-scale, 1))}}.site-header.is-floating,.app-shell--undisclosed .site-header.is-floating{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;box-shadow:none}.site-header.is-floating:after,.app-shell--undisclosed .site-header.is-floating:after{background:none}@media (max-width: 768px){.app-shell--undisclosed .hero--undisclosed-compact{margin-top:calc(-1 * var(--ud-header-h, 78px))!important}.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed{margin-top:0}}.bottom-nav,.app-shell--undisclosed .bottom-nav{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-top:0;box-shadow:none;padding-left:.3rem;padding-right:.3rem;pointer-events:none}.bottom-nav{--tube: #fdf6ea;--glow: 214, 180, 120}.bottom-nav .bottom-nav__tab{pointer-events:auto;flex:1 1 0;min-width:0;margin:0 .16rem;padding:.42rem .18rem .36rem;gap:.18rem;color:var(--tube);background:#120f0cb8;-webkit-backdrop-filter:blur(6px) saturate(1.3);backdrop-filter:blur(6px) saturate(1.3);border:1px solid rgba(var(--glow),.34);border-radius:15px;text-shadow:0 0 4px rgba(var(--glow),.9),0 0 12px rgba(var(--glow),.5);box-shadow:0 0 10px rgba(var(--glow),.2),inset 0 0 12px rgba(var(--glow),.1),0 6px 16px #18120c4d;transition:transform .13s ease,box-shadow .13s ease,background .13s ease,color .13s ease}.bottom-nav .bottom-nav__tab svg{filter:drop-shadow(0 0 4px rgba(var(--glow),.8))}.bottom-nav .bottom-nav__tab--home{--tube: #eafdff;--glow: 64, 220, 255}.bottom-nav .bottom-nav__tab--you{--tube: #f4ebff;--glow: 176, 132, 255}.bottom-nav .bottom-nav__tab--cart{--tube: #fff3dc;--glow: 255, 186, 90}.bottom-nav .bottom-nav__tab--menu{--tube: #fdf6ea;--glow: 214, 180, 120}.bottom-nav .bottom-nav__tab--message{--tube: #e8fff1;--glow: 96, 240, 152}.bottom-nav .bottom-nav__mark{width:24px;height:24px}.bottom-nav .bottom-nav__mark--hex{mix-blend-mode:normal;filter:drop-shadow(0 0 4px rgba(var(--glow),.7))}.bottom-nav .bottom-nav__tab.is-hit{transform:translateY(2px) scale(.96);color:#14110d;background:rgba(var(--glow),.92);border-color:rgba(var(--glow),1);text-shadow:none;box-shadow:0 0 22px rgba(var(--glow),.6),inset 0 2px 6px #14100a47}.bottom-nav .bottom-nav__tab.is-hit svg{filter:none}.bottom-nav .bottom-nav__tab.is-hit .bottom-nav__mark--hex{filter:invert(1)}.bottom-nav .bottom-nav__tab:active{transform:translateY(2px) scale(.96)}.bottom-nav .bottom-nav__tab:hover{color:var(--tube);filter:brightness(1.08)}@media (prefers-reduced-motion: reduce){.bottom-nav .bottom-nav__tab,.bottom-nav .bottom-nav__tab.is-hit,.bottom-nav .bottom-nav__tab:active{transition:none;transform:none}}.app-shell--undisclosed .product-grid--catalog .product-card,.app-shell--undisclosed .product-grid .product-card{padding-bottom:1.5rem}.app-shell--undisclosed .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid .card-quick{margin-bottom:.72rem}.app-shell .product-grid--catalog .card-quick-add.is-added,.app-shell--undisclosed .product-grid--catalog .card-quick-add.is-added,.card-quick-add.is-added{color:#0b2415;background:linear-gradient(180deg,#b6f5cd,#74dc9a 56%,#4fbd7d);border-color:#9af6bef2;box-shadow:inset 0 1px #f0fff699,0 0 0 2px #78ecaa80,0 0 18px #50dc8c73,0 8px 20px #1850303d;text-shadow:0 1px 0 rgba(240,255,246,.4)}.app-shell .product-grid--catalog .card-quick-add.is-added .card-quick-add-money b,.app-shell--undisclosed .product-grid--catalog .card-quick-add.is-added .card-quick-add-money b,.card-quick-add.is-added .card-quick-add-money b{color:#0b2415}.app-shell .product-grid--catalog .card-quick-add.is-added .card-quick-add-money s,.app-shell--undisclosed .product-grid--catalog .card-quick-add.is-added .card-quick-add-money s,.card-quick-add.is-added .card-quick-add-money s{color:#0b241599}@media (max-width: 640px){.app-shell--undisclosed .hero--undisclosed-compact{padding-bottom:var(--ud-nav-h, 72px)}.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed{flex:1 1 auto!important;min-height:0!important;max-height:none!important;height:auto!important;position:relative!important}.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed .ud-bay{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto;height:auto;max-height:none}.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed .ud-bay-plate{aspect-ratio:auto;max-height:none;width:100%;height:100%;object-fit:cover}}.catalog-toolbar .warehouse-filter{flex:0 1 auto;margin-left:0;max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:flex-start}.catalog-toolbar .warehouse-filter::-webkit-scrollbar{display:none}.catalog-toolbar .warehouse-filter .chip{flex:0 0 auto;white-space:nowrap}@media (max-width: 720px){.catalog-toolbar .warehouse-filter{flex:1 1 100%}}@media (min-width: 1024px){.app-shell .bottom-nav .bottom-nav__tab,.app-shell--undisclosed .bottom-nav .bottom-nav__tab{flex:0 1 7.5rem}}.app-shell--undisclosed .card-quick-add,.app-shell--undisclosed .product-card .card-details-btn,.app-shell--undisclosed .cart-cta,.app-shell--undisclosed .primary-btn{--ud-act-glow: var(--ud-panel, var(--ud-electric, #b08a4f));filter:drop-shadow(0 0 3px color-mix(in srgb,var(--ud-act-glow) 55%,transparent)) drop-shadow(0 0 11px color-mix(in srgb,var(--ud-act-glow) 50%,transparent));transition:filter .18s ease}.app-shell--undisclosed .card-quick-add:hover,.app-shell--undisclosed .card-quick-add:focus-visible,.app-shell--undisclosed .product-card:hover .card-details-btn,.app-shell--undisclosed .product-card .card-details-btn:focus-visible,.app-shell--undisclosed .cart-cta:hover,.app-shell--undisclosed .cart-cta:focus-visible,.app-shell--undisclosed .primary-btn:hover,.app-shell--undisclosed .primary-btn:focus-visible{filter:drop-shadow(0 0 4px color-mix(in srgb,var(--ud-act-glow) 75%,transparent)) drop-shadow(0 0 17px color-mix(in srgb,var(--ud-act-glow) 70%,transparent)) brightness(1.05)}.app-shell--undisclosed .card-quick-add:active,.app-shell--undisclosed .product-card .card-details-btn:active,.app-shell--undisclosed .cart-cta:active,.app-shell--undisclosed .primary-btn:active{filter:drop-shadow(0 0 5px color-mix(in srgb,var(--ud-act-glow) 92%,transparent)) drop-shadow(0 0 24px color-mix(in srgb,var(--ud-act-glow) 88%,transparent)) brightness(1.08)}.app-shell--undisclosed .card-quick-add.is-added{--ud-act-glow: #6fe3a0}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .card-quick-add,.app-shell--undisclosed .product-card .card-details-btn,.app-shell--undisclosed .cart-cta,.app-shell--undisclosed .primary-btn{transition:none}}.ud-roster-totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.5rem;margin:.2rem 0 .9rem}.ud-roster-totals>div{display:flex;flex-direction:column;gap:.1rem;padding:.6rem .75rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.ud-roster-totals strong{font-size:1.05rem;line-height:1.1}.ud-roster-sort{margin-bottom:.6rem}.ud-roster-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem}.ud-roster-row{padding:.7rem .8rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.ud-roster-who{display:flex;flex-direction:column;gap:.1rem;min-width:0;margin-bottom:.5rem}.ud-roster-who strong{overflow-wrap:anywhere}.ud-roster-figures{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin:0}.ud-roster-figures>div{min-width:0}.ud-roster-figures dt{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.ud-roster-figures dd{margin:.1rem 0 0;font-size:.95rem;font-weight:700;overflow-wrap:anywhere}.ud-roster-figures dd.is-owed{color:#1f6b3f}.ud-roster-figures .meta{font-size:.72rem;font-weight:500}@media (max-width: 380px){.ud-roster-figures{gap:.3rem}.ud-roster-figures dt{font-size:.62rem;letter-spacing:.04em}.ud-roster-figures dd{font-size:.86rem}}.ud-payouts-handles{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:-.15rem 0 .55rem}.ud-payouts-handles .chip{display:inline-flex;align-items:center;gap:.3rem;overflow-wrap:anywhere}.ud-payouts-form{display:flex;flex-direction:column;gap:.5rem;margin:.6rem 0 .2rem;padding:.7rem .75rem;border:1px solid var(--line);border-radius:10px;background:var(--bg, transparent)}.ud-payouts-form label{display:flex;flex-direction:column;gap:.2rem;font-size:.78rem;font-weight:600;color:var(--muted)}.ud-payouts-form input{width:100%;min-height:2.4rem;padding:.45rem .6rem;border:1px solid var(--line);border-radius:8px;font:inherit;font-size:1rem;color:inherit;background:var(--surface)}.ud-payouts-methods{flex-wrap:wrap;margin:0}.ud-payouts .ud-roster-totals strong.is-owed{color:#1f6b3f}.ud-payouts .link-btn{display:inline;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;background:none;font:inherit;font-size:.72rem;font-weight:500;color:var(--muted);text-decoration:underline;cursor:pointer}.ud-payouts-history{margin:.4rem 0 .2rem;padding:0 0 0 1rem;font-size:.82rem;color:var(--muted)}.ud-payouts-history li{margin:.15rem 0}.ud-payouts .ud-roster-row .row-actions{margin-top:.55rem}.hero-media--undisclosed .hero-neon-row{position:absolute;left:0;right:0;top:calc(var(--ud-header-h, 56px) + .55rem);z-index:3;width:auto;margin:0;padding:0 .7rem;gap:.4rem;pointer-events:none}@media (max-width: 480px){.hero-media--undisclosed .hero-neon-row{top:calc(var(--ud-header-h, 52px) + .4rem);padding:0 .5rem}.hero-media--undisclosed .hero-plan-neon{font-size:.64rem;padding:.26rem .6rem;gap:.4rem}}.catalog-toolbar .warehouse-filter .chip--vendor{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.04rem;padding:.3rem .7rem;line-height:1.15}.catalog-toolbar .warehouse-filter .chip--vendor .chip-place{font-weight:700;font-size:.86rem;letter-spacing:.02em}.catalog-toolbar .warehouse-filter .chip--vendor .chip-postage{font-weight:500;font-size:.66rem;opacity:.72}.catalog-toolbar .warehouse-filter .chip--vendor.active .chip-postage{opacity:.85}.catalog-toolbar .warehouse-filter .filter-lead{flex:0 0 auto;align-self:center;padding:0 .3rem 0 .45rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);opacity:.6;white-space:nowrap}.ud-coupon-form .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem}.ud-coupon-windows{margin:.15rem 0 .6rem;flex-wrap:wrap}.ud-coupon-minted{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;margin:.8rem 0;padding:.85rem 1rem;border:1px solid var(--gold, var(--line));border-radius:12px;background:var(--surface)}.ud-coupon-minted strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.25rem;letter-spacing:.08em;line-height:1.15;word-break:break-all}.ud-coupon-list{display:flex;flex-direction:column;gap:.5rem;margin:.6rem 0 .8rem}.ud-coupon-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem;padding:.6rem .75rem;border:1px solid var(--line);border-radius:12px;background:var(--surface)}.ud-coupon-row>div:first-child{display:flex;flex-direction:column;gap:.1rem;min-width:0}.ud-coupon-row strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.05em;word-break:break-all}.ud-coupon-kind{margin:0 0 .45rem;flex-wrap:wrap}.app-shell--undisclosed .header-actions .header-tile{--tube: #f5f3f7;--glow: 205, 200, 220;flex:0 0 auto;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.14rem;width:auto;min-width:2.75rem;height:44px;min-height:44px;padding:.3rem .28rem .26rem;border:1px solid rgba(var(--glow),.34);border-radius:13px;color:var(--tube);background:#120f0cb8;-webkit-backdrop-filter:blur(6px) saturate(1.3);backdrop-filter:blur(6px) saturate(1.3);text-transform:none;letter-spacing:.01em;text-shadow:0 0 4px rgba(var(--glow),.9),0 0 12px rgba(var(--glow),.5);box-shadow:0 0 10px rgba(var(--glow),.2),inset 0 0 12px rgba(var(--glow),.1),0 6px 16px #18120c4d;transition:transform .13s ease,box-shadow .13s ease,background .13s ease,color .13s ease}.app-shell--undisclosed .header-actions .header-tile svg,.app-shell--undisclosed .header-actions .header-tile .ud-install-tile{flex:0 0 auto;filter:drop-shadow(0 0 4px rgba(var(--glow),.8))}.app-shell--undisclosed .header-actions .header-tile>span.header-tile__label,.app-shell--undisclosed .header-actions .header-tile>span.nav-label-short{display:block;font-size:.6rem;font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap}.app-shell--undisclosed .header-actions .header-tile>.nav-label-full{display:none}.app-shell--undisclosed .header-actions .header-tile--refer{--tube: #ffe6f3;--glow: 255, 120, 196}.app-shell--undisclosed .header-actions .header-tile--labels{--tube: #fffbe3;--glow: 240, 226, 92}.app-shell--undisclosed .header-actions .header-tile--prints{--tube: #ffebe6;--glow: 255, 122, 96}.app-shell--undisclosed .header-actions .header-tile--install{--tube: #e7f0ff;--glow: 112, 160, 255}.app-shell--undisclosed .header-actions .header-tile--out{--tube: #f5f3f7;--glow: 205, 200, 220}.app-shell--undisclosed .header-actions .header-tile--partners{--tube: #f4f8e6;--glow: 176, 200, 100}.app-shell--undisclosed .header-actions .header-tile--approve{--tube: #ffe9ec;--glow: 255, 92, 124}.app-shell--undisclosed .header-actions .header-tile--account{--tube: #eafdff;--glow: 64, 220, 255}.app-shell--undisclosed .header-actions .header-tile--coa{--tube: #e4fff5;--glow: 70, 214, 170}.app-shell--undisclosed .header-actions .header-tile--research{--tube: #fff0e2;--glow: 255, 150, 70}.app-shell--undisclosed .header-actions .header-tile:hover{color:var(--tube);background:#120f0cb8;border-color:rgba(var(--glow),.5);filter:brightness(1.08);transform:none}.app-shell--undisclosed .header-actions .header-tile:active{animation:none;transform:translateY(2px) scale(.96);color:#14110d;background:rgba(var(--glow),.92);border-color:rgba(var(--glow),1);text-shadow:none;filter:none;box-shadow:0 0 22px rgba(var(--glow),.6),inset 0 2px 6px #14100a47}.app-shell--undisclosed .header-actions .header-tile:active svg,.app-shell--undisclosed .header-actions .header-tile:active .ud-install-tile{filter:none}.app-shell--undisclosed .header-actions{flex-wrap:nowrap;gap:.26rem;min-width:0}@media (max-width: 640px){.app-shell--undisclosed .site-header .header-actions .header-account{display:contents}.app-shell--undisclosed .site-header .header-actions .header-tile{flex:1 1 0;width:auto;min-width:0;max-width:none;padding-left:.1rem;padding-right:.1rem;overflow:hidden}.app-shell--undisclosed .site-header .header-actions .header-tile>span.header-tile__label,.app-shell--undisclosed .site-header .header-actions .header-tile>span.nav-label-short{font-size:.5rem}.app-shell--undisclosed .site-header .header-actions .header-tile--install{display:none}}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .header-actions .header-tile,.app-shell--undisclosed .header-actions .header-tile:active{transition:none;transform:none}}.hero-media--undisclosed .hero-neon-row{top:46%;padding:0;gap:0;justify-content:center;align-items:center;background:linear-gradient(to right,#0c0e1200,#0c0e126b 14%,#12161cb8,#12161cb8,#0c0e126b 86%,#0c0e1200);box-shadow:inset 0 1px #ffffff29,inset 0 -10px 16px -10px #0000008c;transform:perspective(620px) rotateX(5deg);transform-origin:50% 50%;padding:.85rem 0}.hero-media--undisclosed .hero-neon-row .hero-plan-neon{background:none;border-color:transparent;box-shadow:none;margin:0 .55rem}@media (min-width: 900px){.hero-media--undisclosed .hero-neon-row{top:50%}}.header-lockup[hidden]{display:none}.ud-referral-count{margin:.18rem 0 0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.62}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec{display:flex;align-items:baseline;justify-content:center;gap:.4rem;min-width:0}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dt{flex:0 0 auto;font-weight:400;color:#241f1a99}.app-shell--undisclosed .product-grid--catalog .product-card .card-spec dd{flex:0 1 auto;margin:0;text-align:left;min-width:0;font-weight:700;color:#241f1aeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell--undisclosed .product-grid--catalog .product-card .bay-zoom-hint{position:absolute;top:.14rem;left:50%;transform:translate(-50%);z-index:6;white-space:nowrap;pointer-events:none}.app-shell--undisclosed .hero--undisclosed .hero-nameplate{position:relative;z-index:3;margin-left:max(5vw,1.125rem);margin-right:max(5vw,1.125rem);padding:.9rem 0 .75rem;max-width:none}.app-shell--undisclosed .hero--undisclosed .hero-nameplate .hero-brand-lockup{display:flex;align-items:center;gap:clamp(.6rem,1.6vw,1.1rem);margin:0;max-width:none}.app-shell--undisclosed .hero--undisclosed .hero-nameplate .hero-brand-mark{width:clamp(3.2rem,7vw,5.4rem);height:clamp(3.2rem,7vw,5.4rem);flex:0 0 auto}.app-shell--undisclosed .hero--undisclosed .hero-nameplate .hero-brand{margin:0;font-size:clamp(1.7rem,5.2vw,3.4rem);line-height:1}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed:before{content:none}.app-shell--undisclosed .header-actions .header-tile{height:52px;min-height:52px;min-width:3.4rem;gap:.18rem;padding:.42rem .5rem .36rem;border-radius:15px}.app-shell--undisclosed .header-actions .header-tile>span.header-tile__label,.app-shell--undisclosed .header-actions .header-tile>span.nav-label-short{font-size:.625rem}.app-shell--undisclosed .header-actions .header-tile{height:44px;min-height:44px;min-width:3.05rem;gap:.12rem;padding:.3rem .4rem .26rem;border-radius:13px}.app-shell--undisclosed .header-actions .header-tile>span.header-tile__label,.app-shell--undisclosed .header-actions .header-tile>span.nav-label-short{font-size:.58rem}.app-shell--undisclosed .header-actions .header-account-id{--tube: #eafdff;--glow: 64, 220, 255;flex:0 0 auto;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.14rem;width:auto;min-width:3.4rem;max-width:9rem;height:52px;min-height:52px;padding:.42rem .55rem .36rem;border:1px solid rgba(var(--glow),.34);border-radius:15px;color:var(--tube);background:#120f0cb8;-webkit-backdrop-filter:blur(6px) saturate(1.3);backdrop-filter:blur(6px) saturate(1.3);font-size:.72rem;font-weight:600;letter-spacing:.01em;text-transform:none;text-shadow:0 0 4px rgba(var(--glow),.9),0 0 12px rgba(var(--glow),.5);box-shadow:0 0 10px rgba(var(--glow),.2),inset 0 0 12px rgba(var(--glow),.1),0 6px 16px #18120c4d;transition:transform .13s ease,box-shadow .13s ease,background .13s ease,color .13s ease}.app-shell--undisclosed .header-actions .header-account-id .header-account-kind{display:block;font-size:.625rem;font-weight:600;line-height:1;opacity:.85}.app-shell--undisclosed .header-actions .header-account-id .header-account-handle{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.05}.app-shell--undisclosed .header-actions .header-account-id:hover{color:var(--tube);background:#120f0cb8;border-color:rgba(var(--glow),.5);filter:brightness(1.08);transform:none}.app-shell--undisclosed .header-actions .header-account-id:active{animation:none;transform:translateY(2px) scale(.96);color:#14110d;background:rgba(var(--glow),.92);border-color:rgba(var(--glow),1);text-shadow:none;filter:none;box-shadow:0 0 22px rgba(var(--glow),.6),inset 0 2px 6px #14100a47}.app-shell--undisclosed .header-account{display:flex;align-items:center;gap:.28rem}@media (prefers-reduced-motion: reduce){.app-shell--undisclosed .header-actions .header-account-id,.app-shell--undisclosed .header-actions .header-account-id:active{transition:none;transform:none}}.app-shell--undisclosed .hero--undisclosed{display:flex;flex-direction:column;align-items:stretch;min-height:0}.app-shell--undisclosed .hero--undisclosed .hero-nameplate{order:-2}.app-shell--undisclosed .hero--undisclosed .hero-media--undisclosed{order:-1!important;position:relative!important;inset:auto!important}.app-shell--undisclosed .hero--undisclosed .hero-content{order:0;max-width:none}.app-shell--undisclosed .hero--undisclosed-compact,.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed{margin-top:0!important}.app-shell--undisclosed .hero--undisclosed-compact .hero-media--undisclosed:after{content:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot{height:1.6rem;display:flex;align-items:center;width:86%;margin:.2rem auto 0}.app-shell--undisclosed .product-grid--catalog .product-card .card-cycle-slot .card-quick-row{width:100%;height:100%;min-height:0;padding-block:0;border-radius:999px}.app-shell--undisclosed .product-grid--catalog .product-card .card-specs{margin-top:.2rem}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta{display:block;text-align:center}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-pack,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-meta-divider{display:none}.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id .meta .card-strength-now{display:block;font-size:clamp(1rem,1.1vw + .62rem,1.32rem);font-weight:800;line-height:1.15;min-height:1.3rem;color:var(--ink)}.app-shell--undisclosed .product-grid--catalog .product-card .card-descriptor{display:flex;flex-direction:column;align-items:center;gap:.1rem;margin:.34rem 0 0;font-size:.62rem;line-height:1.32;letter-spacing:.07em;text-transform:uppercase;color:#241f1a8c;text-align:center}.app-shell .product-grid--catalog .card-quick,.app-shell--undisclosed .product-grid--catalog .card-quick{display:block;width:86%;margin-inline:auto}.app-shell .product-grid--catalog .card-quick-add,.app-shell--undisclosed .product-grid--catalog .card-quick-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;width:100%;min-height:2.5rem;padding:.3rem .6rem;border-radius:999px;background:#1f4231;border:1px solid #16321F;color:#fff;text-shadow:none;box-shadow:inset 0 1px #ffffff14,0 2px #0c1a1259,0 6px 14px #14281c38;white-space:nowrap;letter-spacing:.01em}.app-shell .product-grid--catalog .card-quick-add:hover,.app-shell--undisclosed .product-grid--catalog .card-quick-add:hover{filter:brightness(1.1)}.app-shell--undisclosed .product-grid--catalog .card-quick-add .card-quick-add-title{display:flex;align-items:center;gap:.3rem;font-size:.74rem;font-weight:700;line-height:1.1}.app-shell--undisclosed .product-grid--catalog .card-quick-add .card-quick-add-title svg{width:.86rem;height:.86rem}.app-shell--undisclosed .product-grid--catalog .card-quick-add .card-quick-add-money{display:flex;align-items:baseline;justify-content:center;gap:.3rem;line-height:1.15}.app-shell--undisclosed .product-grid--catalog .card-quick-add .card-quick-add-money b{font-size:.82rem;font-weight:800;color:#e8c271}.app-shell .product-grid--catalog .card-details-btn,.app-shell--undisclosed .product-grid--catalog .card-details-btn{width:86%;min-height:1.6rem;margin-inline:auto;border-radius:999px;font-size:.66rem}.app-shell--undisclosed .header-actions{grid-column:1 / -1;width:100%;justify-content:center;margin-inline:0}.app-shell--undisclosed .header-actions .header-tile{width:clamp(3.6rem,8vw,7.5rem);min-width:0;max-width:none}.app-shell--undisclosed .header-actions .header-tile>span.header-tile__label,.app-shell--undisclosed .header-actions .header-tile>span.nav-label-short,.app-shell--undisclosed .header-actions .header-account-id .header-account-kind,.app-shell--undisclosed .header-actions .header-account-id .header-account-handle{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell--undisclosed .header-actions .header-account{flex:0 0 auto;gap:.28rem}.hero-media--undisclosed .hero-neon-row{flex-direction:column;align-items:center;justify-content:center;gap:.1rem;padding:.7rem 0;transform:none}.hero-media--undisclosed .hero-neon-row .hero-strip-line{margin:0;padding:0;background:none;border:0;box-shadow:none;text-shadow:0 1px 2px rgba(10,12,16,.55);color:#f6f2ea;font-weight:700;letter-spacing:.14em;text-transform:uppercase;line-height:1.25;animation:none}.hero-media--undisclosed .hero-neon-row .hero-strip-referrals{font-size:.66rem;opacity:.82}.hero-media--undisclosed .hero-neon-row .hero-plan-neon{font-size:.82rem}.hero-media--undisclosed .hero-neon-row .hero-plan-neon .hero-plan-neon-level,.hero-media--undisclosed .hero-neon-row .hero-plan-neon .hero-plan-neon-rate{color:inherit;text-shadow:inherit;font-size:inherit}.hero-media--undisclosed .hero-neon-row .hero-plan-neon .hero-plan-neon-sep{background:#f6f2ea80;box-shadow:none}.app-shell--undisclosed .header-actions .header-tile{width:auto;min-width:clamp(3.4rem,7vw,6.5rem);max-width:clamp(5.5rem,9vw,8.5rem);padding-inline:.42rem}.app-shell--undisclosed .header-actions{gap:clamp(.16rem,.7vw,.4rem)}.sk-neon{color:#1b1712;text-shadow:0 0 1px rgba(var(--glow, 214, 180, 120),.9),0 0 10px rgba(var(--glow, 214, 180, 120),.55),0 0 22px rgba(var(--glow, 214, 180, 120),.3);letter-spacing:.01em}.sk-neon:after{content:"";display:block;height:2px;margin-top:.18rem;border-radius:2px;background:linear-gradient(to right,rgba(var(--glow, 214, 180, 120),.95),rgba(var(--glow, 214, 180, 120),.15));box-shadow:0 0 8px rgba(var(--glow, 214, 180, 120),.6)}.sk-option .sk-neon:after{display:none}.sk-option .sk-neon{text-shadow:0 0 1px rgba(var(--glow, 214, 180, 120),1),0 0 8px rgba(var(--glow, 214, 180, 120),.6)}.skin-visual--lit{position:relative;overflow:hidden;border-radius:10px;background:radial-gradient(90% 38% at 50% 0%,#fff9,#fff0 70%),linear-gradient(180deg,color-mix(in srgb,var(--wall, #ded8ce) 55%,#fdfbf7),color-mix(in srgb,var(--wall, #ded8ce) 100%,#fdfbf7));box-shadow:inset 0 1px #ffffffd9,inset 0 -18px 26px -20px color-mix(in srgb,var(--wall, #ded8ce) 85%,#6b6055)}.skin-visual--lit:before{content:"";position:absolute;inset:0 0 auto;height:38%;pointer-events:none;background:linear-gradient(180deg,#fff6,#fff0)}.skin-visual--lit:after{content:"";position:absolute;left:12%;right:12%;bottom:8%;height:10px;border-radius:50%;pointer-events:none;background:radial-gradient(50% 50% at 50% 50%,color-mix(in srgb,var(--wall, #ded8ce) 80%,#5c5248),#0000 70%);opacity:.7}.skin-card .skin-visual--lit .skin-bottle,.skin-card .skin-visual--lit .skin-product-img{position:relative;z-index:2;transition:transform .34s cubic-bezier(.22,.61,.36,1)}.skin-card:hover .skin-visual--lit .skin-bottle,.skin-card:focus-within .skin-visual--lit .skin-bottle,.skin-card:hover .skin-visual--lit .skin-product-img,.skin-card:focus-within .skin-visual--lit .skin-product-img{transform:translateY(-6px) scale(1.03)}.skin-card:has(.skin-visual--lit){transition:transform .34s cubic-bezier(.22,.61,.36,1),box-shadow .4s ease}.skin-card:has(.skin-visual--lit):hover,.skin-card:has(.skin-visual--lit):focus-within{transform:translateY(-4px);box-shadow:0 20px 32px -22px #3d382e73,0 0 0 1px color-mix(in srgb,var(--wall, #ded8ce) 55%,transparent),0 0 20px -6px color-mix(in srgb,var(--wall, #ded8ce) 45%,transparent)}.skin-bottle--serum .skin-bottle-cap{width:26%;height:14%;border-radius:40% 40% 18% 18%}.skin-bottle--serum .skin-bottle-body{width:46%;height:58%;border-radius:12% 12% 18% 18%}.skin-bottle--cream .skin-bottle-cap{width:72%;height:12%;border-radius:6px 6px 2px 2px}.skin-bottle--cream .skin-bottle-body{width:78%;height:40%;border-radius:4px 4px 14% 14%}.skin-bottle--topical .skin-bottle-cap{width:52%;height:9%;border-radius:50%}.skin-bottle--topical .skin-bottle-body{width:58%;height:26%;border-radius:8px 8px 42% 42%}@media (prefers-reduced-motion: reduce){.skin-card .skin-visual--lit .skin-bottle,.skin-card .skin-visual--lit .skin-product-img,.skin-card:has(.skin-visual--lit){transition:none;transform:none}}.hero-media--undisclosed .hero-neon-row{top:39%;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 78%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 22%,#000 78%,transparent 100%)}@media (min-width: 900px){.hero-media--undisclosed .hero-neon-row{top:42%}}.hero-media--undisclosed .hero-neon-row{top:auto;bottom:3.5%;flex-direction:row;align-items:center;justify-content:space-between;gap:.4rem .6rem;padding:0 .7rem;background:none;box-shadow:none;transform:none;-webkit-mask-image:none;mask-image:none}@media (min-width: 900px){.hero-media--undisclosed .hero-neon-row{top:auto;bottom:4%}}.hero-media--undisclosed .hero-neon-row .hero-strip-line{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.3rem .8rem;border-radius:999px;border:1px solid rgba(120,245,255,.34);background:#08141c6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.2;color:#eafdff;text-shadow:0 0 4px rgba(150,248,255,.95),0 0 12px rgba(64,220,255,.75),0 0 26px rgba(30,170,255,.45);box-shadow:0 0 10px #40dcff38,inset 0 0 12px #40dcff1f}.hero-media--undisclosed .hero-neon-row .hero-strip-referrals{font-size:.72rem;opacity:1}.hero-media--undisclosed .hero-neon-row .hero-strip-line .hero-strip-label{color:#eafdff;font-size:inherit;text-shadow:inherit}.hero-media--undisclosed .hero-neon-row .hero-strip-line .hero-strip-value{color:#fff3dc;font-size:inherit;text-shadow:0 0 4px rgba(255,226,168,.95),0 0 12px rgba(255,186,90,.75),0 0 26px rgba(255,150,40,.45)}.hero-media--undisclosed .hero-neon-row .hero-strip-line .hero-plan-neon-sep{background:#96f8ff73;box-shadow:0 0 6px #40dcff99}@media (max-width: 420px){.hero-media--undisclosed .hero-neon-row{padding:0 .5rem}.hero-media--undisclosed .hero-neon-row .hero-strip-line{font-size:.64rem;padding:.26rem .62rem;gap:.4rem}.hero-media--undisclosed .hero-neon-row .hero-strip-referrals{font-size:.64rem}}.app-shell--undisclosed .hero--undisclosed .hero-nameplate{order:0;padding:1.1rem 0 .75rem}.app-shell--undisclosed .hero--undisclosed .hero-content{order:1}.app-shell--undisclosed .product-card .card-descriptor .card-kind,.app-shell--undisclosed .product-card .card-descriptor .card-fda{font-weight:700;color:#241f1ab3;overflow-wrap:anywhere}.app-shell--undisclosed .product-card .card-descriptor .card-fda--ok{color:#2f7a3d}.app-shell--undisclosed .product-card .card-descriptor .card-fda--caution{color:#8a6a1f}.app-shell--undisclosed .product-card .card-descriptor .card-fda--warn{color:#9b2226}@media (max-width: 720px){.catalog-page .filters.catalog-filters--lead{flex-wrap:wrap;overflow-x:visible;gap:.3rem;justify-content:flex-start}.catalog-page .filters.catalog-filters--lead .chip{flex:0 0 auto;padding:.32rem .62rem;font-size:.74rem;line-height:1.15}.catalog-toolbar .warehouse-filter.size-filter{flex-wrap:wrap;overflow-x:visible;overflow-y:visible;row-gap:.2rem;border-radius:14px}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor{padding:.22rem .5rem}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor .chip-place{font-size:.78rem}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor .chip-postage{font-size:.58rem}.catalog-toolbar .warehouse-filter.size-filter .filter-lead{font-size:.6rem;padding-left:.35rem}}.app-shell .product-grid--catalog .product-card .card-lower>.card-cycle-slot,.app-shell--undisclosed .product-grid--catalog .product-card .card-lower>.card-cycle-slot{margin-top:auto}.product-card .card-lower>.card-cycle-slot~.card-details-btn{margin-top:.15rem}@media (max-width: 380px){.app-shell .product-grid--catalog .product-card .card-foot-id h3,.app-shell--undisclosed .product-grid--catalog .product-card .card-foot-id h3{min-height:2.56rem}}.catalog-toolbar .warehouse-filter.size-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:.28rem;overflow:visible}.catalog-toolbar .warehouse-filter.size-filter .filter-lead{grid-column:1 / -1;align-self:start;padding:0 0 .1rem .2rem}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor{min-height:2.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;width:100%;min-width:0;padding:.3rem;text-align:center;white-space:normal}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor .chip-place{font-size:.76rem;line-height:1.1}.catalog-toolbar .warehouse-filter.size-filter .chip--vendor .chip-postage{font-size:.55rem;line-height:1.15}@media (min-width: 900px){.catalog-toolbar .warehouse-filter.size-filter{grid-template-columns:repeat(auto-fit,minmax(6.5rem,1fr));gap:.35rem}}.ud-owner-status .ud-owner-tally{margin:0 0 .75rem;font-size:.86rem}.ud-owner-status .ud-owner-flag,.ud-owner-status .ud-owner-why{color:#b4451f}.ud-owner-rows{display:grid;gap:.6rem}.ud-owner-row{border:1px solid var(--line, rgba(36, 31, 26, .16));border-radius:12px;padding:.7rem .8rem;background:#fff9}.ud-owner-row header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.ud-owner-row header code{font-size:.78rem;font-weight:700}.ud-owner-row header strong{margin-left:auto}.ud-owner-row>.meta{margin:.25rem 0 .5rem;font-size:.76rem}.ud-owner-pill{padding:.1rem .5rem;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#241f1a14}.ud-owner-pill--paid{background:#c9973f38}.ud-owner-pill--delivered{background:#1f423124}.ud-owner-ship{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.4rem}.ud-owner-ship label{display:flex;flex-direction:column;gap:.15rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-soft)}.ud-owner-ship input::placeholder{color:#241f1a59;font-weight:400}.ud-owner-ship input{min-width:8rem;padding:.3rem .5rem;border:1px solid var(--line, rgba(36, 31, 26, .2));border-radius:8px;font-size:.82rem;text-transform:none;letter-spacing:0}.app-shell--undisclosed .product-grid--catalog .product-card .product-visual:not(.is-popped):has(.ud-vial-niche) .bay-zoom-hint{top:auto;bottom:.18rem;display:flex;align-items:flex-end;justify-content:center}.calc-label-templates--tabs{gap:0;margin:.15rem 0 .7rem;border-bottom:1px solid var(--line)}.calc-label-templates--tabs .calc-label-template{align-items:center;text-align:center;gap:0;padding:.5rem .5rem .45rem;border:0;border-bottom:2px solid transparent;border-radius:6px 6px 0 0;margin-bottom:-1px}.calc-label-templates--tabs .calc-label-template.is-active{border-bottom-color:var(--cobalt, currentColor);background:transparent}.calc-label-templates--tabs .calc-label-template strong{font-size:.86rem}.calc-label-templates--tabs .calc-label-template span{font-size:.66rem;opacity:.6}@media (max-width: 420px){.calc-label-templates--tabs .calc-label-template span{display:none}}.calc-label-templates--lead{max-width:22rem;margin:0 0 1.1rem}@media (max-width: 640px){.calc-label-templates--lead{max-width:none;margin-bottom:.9rem}}.calc-brand-lead{display:grid;gap:.6rem;max-width:34rem;margin:0 0 1.4rem}@media (min-width: 720px){.calc-brand-lead{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:.9rem}}.calc-brand-lead .calc-brand-name-row{display:grid;gap:.25rem;margin:0}.calc-brand-lead .calc-brand-name{width:100%}.calc-brand-lead-logo{display:grid;gap:.25rem;align-content:start;min-width:0}.calc-brand-lead .calc-drop{margin:0;min-height:0;padding:.6rem .7rem}.calc-brand-lead .calc-brand-clear{justify-self:start}.calc-brand-lead-name{display:grid;gap:.6rem;align-content:start;min-width:0}.calc-brand-lead .calc-template-field{gap:.25rem;font-weight:inherit;color:inherit}.calc-brand-lead .calc-template-field select{width:100%;padding:.55rem .6rem;border-radius:8px}.app-shell--undisclosed .product-card .card-descriptor .card-fda--risk{color:#9b2226;font-weight:700}.card-quick-add-unit{font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.72}.app-shell--undisclosed .catalog-toolbar .catalog-sort{padding:.52rem .5rem .52rem .85rem;font-size:.86rem;background:#241f1a0f;border-color:#241f1a29}.app-shell--undisclosed .catalog-toolbar .catalog-sort select{padding:0 1.05rem 0 .15rem;font-size:.86rem;background-color:transparent!important;color:var(--ink)!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.app-shell--undisclosed .catalog-toolbar .catalog-sort{position:relative;padding-right:1.35rem}.app-shell--undisclosed .catalog-toolbar .catalog-sort:after{content:"";position:absolute;right:.62rem;top:50%;width:.34rem;height:.34rem;margin-top:-.22rem;border-right:1.6px solid rgba(36,31,26,.62);border-bottom:1.6px solid rgba(36,31,26,.62);transform:rotate(45deg);pointer-events:none}.app-shell--undisclosed .size-filter button.chip{padding:.59rem .85rem;font-size:.86rem}.ud-trial-search{margin:0 0 1.6rem}.ud-trial-search-field{display:block;max-width:34rem}.ud-trial-search-note{max-width:44rem;margin:.55rem 0 0;font-size:.86rem;line-height:1.45;opacity:.78}.ud-trial-group{margin-top:1.1rem}.ud-trial-group h4{margin:0 0 .4rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.ud-trial-row{padding:.6rem 0;border-top:1px solid rgba(36,31,26,.12)}.ud-trial-list{margin:.4rem 0 0;padding-left:1.1rem}.ud-trial-list li{margin-bottom:.55rem}.ud-trial-list a{font-variant-numeric:tabular-nums;font-weight:700}.ud-trial-search-foot{margin-top:1rem;opacity:.6}.manager-summary__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.manager-summary__refresh{flex:0 0 auto;padding:6px 10px;line-height:0}.manager-actions{list-style:none;margin:4px 0 0;padding:0;display:grid;gap:10px}.manager-action{display:grid;grid-template-columns:18px auto 1fr;align-items:baseline;gap:4px 10px}.manager-action__icon{grid-column:1;align-self:center;opacity:.75}.manager-action__count{grid-column:2;font-weight:700;font-variant-numeric:tabular-nums;font-size:1.05rem}.manager-action__label{grid-column:3;line-height:1.35}.manager-action__hint{display:block;font-style:normal;opacity:.62;font-size:.86em;margin-top:2px}.manager-clear{margin:6px 0 0;opacity:.75}.manager-counts{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(128,128,128,.22)}.manager-count{flex:1 1 130px;display:grid;grid-template-columns:18px 1fr;align-items:baseline;gap:2px 8px}.manager-count>svg{grid-row:1 / span 1;align-self:center;opacity:.7}.manager-count strong{font-size:1.3rem;font-variant-numeric:tabular-nums;line-height:1.1}.manager-count span{grid-column:2;font-size:.9rem;opacity:.8}.manager-count em{grid-column:2;font-style:normal;font-size:.8rem;opacity:.58}.manager-summary__foot{margin-top:12px;opacity:.5}.manager-msg-list{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:12px}.manager-msg{padding:12px 14px;border:1px solid rgba(128,128,128,.22);border-radius:12px}.manager-msg.is-unread{border-left:3px solid currentColor}.manager-msg__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.manager-msg__from{font-size:1rem}.manager-msg__when{flex:0 0 auto;font-size:.8rem}.manager-msg__subject{margin-top:2px;font-weight:600;font-size:.92rem;opacity:.85}.manager-msg__body{margin:8px 0 0;white-space:pre-wrap;line-height:1.4;font-size:.92rem;opacity:.9}.manager-msg__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;align-items:center}.manager-msg__actions .soft-btn{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;padding:6px 10px}.renew-section .renew-head{margin-bottom:1.75rem}.renew-section .renew-head h2{max-width:22ch}.renew-section .renew-head p:not(.section-kicker){max-width:44rem;line-height:1.6}.renew-display{margin:0 0 1.5rem;border:1px solid var(--line, rgba(0, 47, 117, .08));background:#fff;overflow:hidden}.renew-display img,.renew-feature img{display:block;width:100%;height:auto}.renew-index{display:flex;flex-wrap:wrap;gap:.5rem 1.6rem;margin:0 0 1rem;padding:.9rem 0;border-top:1px solid var(--line, rgba(0, 47, 117, .08));border-bottom:1px solid var(--line, rgba(0, 47, 117, .08))}.renew-index a{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:var(--ink-soft, #243044);text-decoration:none}.renew-index a:hover,.renew-index a:focus-visible{color:var(--cobalt-deep, #002f75);text-decoration:underline;text-underline-offset:.3em}.renew-group{padding-top:2.5rem;scroll-margin-top:5rem}.renew-group+.renew-group{margin-top:2rem;border-top:1px solid var(--line, rgba(0, 47, 117, .08))}.renew-group-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1.25rem;margin-bottom:1.25rem}.renew-group-head h3{margin:0;font-family:var(--font-display);font-weight:500;font-size:clamp(1.35rem,2.2vw,1.7rem);letter-spacing:-.01em}.renew-group-head p{margin:0;color:var(--muted);font-size:.92rem}.product-grid.renew-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.app-shell--skincare .renew-grid .skin-visual{aspect-ratio:4 / 5}.app-shell--skincare .renew-grid .skin-visual .skin-product-img{object-fit:contain;object-position:center}.app-shell--skincare .renew-grid .product-body{padding-top:1rem}.app-shell--skincare .renew-grid .product-body h3{font-weight:500;letter-spacing:.01em}.app-shell--skincare .renew-grid .card-blurb{color:var(--muted);line-height:1.55}.renew-feature{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:0;margin:0 0 1.5rem;border:1px solid var(--line, rgba(0, 47, 117, .08));background:#fff;overflow:hidden}.renew-feature figcaption{display:flex;flex-direction:column;justify-content:center;padding:1.75rem 2rem;border-left:2px solid var(--cobalt, #0047ab)}.renew-feature figcaption p{margin:0;max-width:30rem;line-height:1.6}.renew-feature figcaption .section-kicker{margin-bottom:.5rem;color:var(--cobalt, #0047ab)}.renew-group--cellular .renew-group-head h3{color:var(--cobalt-deep, #002f75)}@media (max-width: 900px){.renew-feature{grid-template-columns:1fr}.renew-feature figcaption{padding:1.25rem 1.25rem 1.5rem;border-left:0;border-top:2px solid var(--cobalt, #0047ab)}}@media (max-width: 700px){.product-grid.renew-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.renew-group{padding-top:1.75rem}.renew-index{gap:.5rem 1.1rem}}@media (max-width: 480px){.product-grid.renew-grid{grid-template-columns:1fr;gap:1.5rem}}.sk-notices{border-top:1px solid var(--line);padding-top:.75rem}.sk-notices summary{cursor:pointer;font-weight:600;color:var(--ink-soft);padding:.5rem 0;list-style:none}.sk-notices summary::-webkit-details-marker{display:none}.sk-notices summary:after{content:"+";margin-left:.5rem;color:var(--ink-soft)}.sk-notices[open] summary:after{content:"–"}.sk-notices .sk-legal-page{padding-top:.5rem}.app-shell--skincare .chip.active{background:var(--cobalt, #0047ab);border-color:var(--cobalt, #0047ab);color:#fff}.app-shell--skincare .catalog-search--showroom{border-color:var(--line)}@media (max-width: 480px){.app-shell--skincare .product-grid.renew-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.app-shell--skincare .renew-grid .product-body{padding-top:.6rem}.app-shell--skincare .renew-grid .card-blurb{display:none}}.skin-cover{border-bottom:1px solid var(--line);background:#fff}.skin-cover-frame{position:relative}.skin-cover-img{display:block;width:100%;height:auto}.skin-cover-hotspot{position:absolute;left:5.3%;top:59%;width:31%;height:7.5%;background:transparent;border:0;border-radius:4px;cursor:pointer;padding:0}.skin-cover-hotspot:focus-visible{outline:2px solid var(--cobalt, #0047ab);outline-offset:2px}.skin-cover-cta{display:none;justify-content:center;padding:1rem 0 1.25rem}@media (max-width: 700px){.skin-cover-cta{display:flex}}.skin-cover-cta .primary-btn{min-width:min(100%,20rem)}.sk-mix-stills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:.5rem}.sk-mix-stills figure{margin:0}.sk-mix-stills img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:14px;border:1px solid var(--line);background:#fff}.sk-mix-stills figcaption{margin-top:.45rem;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}.sk-mix-cta{margin-top:1.25rem}@media (max-width: 480px){.sk-mix-stills{gap:.5rem}.sk-mix-stills figcaption{font-size:.7rem;letter-spacing:.04em}.sk-mix-cta .primary-btn{width:100%}}.skin-actives{margin:.15rem 0 .4rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--cobalt, #0047ab)}.skin-actives-block{margin:.15rem 0 .9rem}.skin-actives-block .skin-actives{margin-bottom:.45rem}.skin-actives-list{list-style:none;margin:0 0 .6rem;padding:0;display:grid;gap:.35rem}.skin-actives-list li{display:grid;gap:.1rem;padding-left:.75rem;border-left:2px solid var(--cobalt, #0047ab);line-height:1.4}.skin-actives-list strong{font-size:.92rem}.skin-actives-list span{color:var(--ink-soft);font-size:.92rem}.skin-made{margin:.35rem 0 0;color:var(--ink-soft);font-size:.92rem;line-height:1.45}.skin-made--tint{color:var(--cobalt, #0047ab)}.app-shell--skincare .sk-how .section-head{margin-bottom:.75rem}@media (max-width: 700px){.app-shell--skincare .sk-how .skin-ritual-grid{grid-template-columns:1fr;gap:.25rem}.app-shell--skincare .sk-how .skin-ritual-step{padding:.9rem 0}.app-shell--skincare .sk-how .skin-ritual-step h3{font-size:1.2rem}}.header-auth-btn--guest{display:inline-flex;align-items:center;gap:.4rem}.header-guest{display:inline-block;padding:.12rem .42rem;border-radius:999px;border:1px solid currentColor;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;line-height:1.3;opacity:.8}.cart-cta:active:not(:disabled),.pay-go:active:not(:disabled),.sk-summary-actions .primary-btn:active:not(:disabled){transform:scale(.96) translateY(1px);filter:brightness(.9);transition:transform 70ms ease,filter 70ms ease}@keyframes buy-press{0%{transform:scale(1);filter:brightness(1)}40%{transform:scale(.94) translateY(1px);filter:brightness(.88)}to{transform:scale(1);filter:brightness(1)}}.cart-cta.is-pressed,.pay-go.is-pressed,.sk-summary-actions .primary-btn.is-pressed{animation:buy-press .36s cubic-bezier(.34,1.56,.64,1)}.cart-cta.is-added,.sk-summary-actions .primary-btn.is-added{background:linear-gradient(180deg,#34c47a,#1f9d5a);border-color:#187a46;color:#fff}@media (prefers-reduced-motion: reduce){.cart-cta.is-pressed,.pay-go.is-pressed,.sk-summary-actions .primary-btn.is-pressed{animation:none}}.card-inci{margin:-.2rem 0 .35rem;font-size:.72rem;line-height:1.35;color:var(--ink-soft)}.skin-active-inci{display:block;font-style:normal;font-size:.8rem;color:var(--ink-soft)}.skin-ingredients{margin:.2rem 0 1rem}.skin-ingredients h3{margin:0 0 .4rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.skin-ingredients dl{margin:0;display:grid;gap:.4rem}.skin-ingredients dt{font-size:.82rem;font-weight:700}.skin-ingredients dd{margin:0;font-size:.92rem;line-height:1.45;color:var(--ink-soft)}.calc-result{padding:.6rem .75rem;margin-top:.6rem}.calc-result-main{font-size:.95rem;margin-bottom:.15rem}.calc-result-sub{font-size:.76rem;font-weight:500}.syringe-visual{margin:.35rem 0 .4rem}.syringe-bar{height:.8rem}.syringe-ticks{margin-top:.2rem;font-size:.6rem}.calc-refs--compact{margin-top:.4rem;gap:.4rem}.calc-refs--compact span{font-size:.58rem}.calc-refs--compact strong{font-size:.8rem}.manager-msg__bar{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:10px}.manager-msg__tabs{display:flex;gap:6px}.manager-msg__tabs .soft-btn,.manager-msg__actions .soft-btn{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;padding:6px 10px}.manager-msg__tabs .soft-btn.is-on,.manager-msg__actions .soft-btn.is-on,.manager-msg__compose-foot .soft-btn.is-on{background:#80808038;border-color:currentColor;font-weight:700}.manager-msg__search{display:inline-flex;align-items:center;gap:6px;flex:1 1 200px;padding:6px 10px;border:1px solid rgba(128,128,128,.28);border-radius:999px}.manager-msg__search input{flex:1;min-width:0;border:0;background:transparent;color:inherit;font:inherit;font-size:.9rem;outline:none}.manager-msg__kind{display:inline-block;margin-right:8px;padding:1px 8px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid currentColor;opacity:.75;vertical-align:2px}.manager-msg__kind--order-paid{opacity:1}.manager-msg__addr{margin-top:1px;font-size:.8rem}.manager-msg__replies{list-style:none;margin:10px 0 0;padding:0 0 0 12px;border-left:2px solid rgba(128,128,128,.35);display:grid;gap:8px}.manager-msg__reply .manager-msg__from{font-size:.88rem;opacity:.8}.manager-msg__compose{margin-top:10px;display:grid;gap:8px}.manager-msg__compose textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:88px;padding:10px 12px;border:1px solid rgba(128,128,128,.35);border-radius:10px;background:transparent;color:inherit;font:inherit;font-size:.92rem;line-height:1.4}.manager-msg__compose-foot{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:space-between}.manager-msg__compose-foot .soft-btn{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;padding:6px 12px}.profile-field select{font:inherit;font-size:.9rem;font-weight:400;color:var(--ink);padding:.5rem .6rem;border:1px solid var(--line);border-radius:7px;background:var(--paper, #fff)}.ud-sched-inline{display:flex;gap:.4rem;align-items:stretch}.ud-sched-inline input{flex:1 1 auto;min-width:0}.ud-sched-inline select{flex:0 0 auto}.ud-sched-inline .soft-btn{flex:0 0 auto;font-size:.78rem;padding:0 .6rem;white-space:nowrap}.ud-sched-weeknav{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.5rem}.ud-sched-weeknav .soft-btn{padding:.2rem .7rem;font-size:1.1rem;line-height:1}.ud-sched-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.ud-sched-day{min-height:5.5rem;padding:.35rem .3rem;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;gap:.3rem;font-size:.72rem}.ud-sched-day.is-empty{opacity:.55}.ud-sched-day.is-today{border-color:var(--cobalt);box-shadow:inset 0 0 0 1px var(--cobalt)}.ud-sched-day__head{display:flex;justify-content:space-between;font-weight:700}.ud-sched-hit{display:flex;flex-direction:column;gap:1px;padding:.25rem .3rem;border-radius:6px;background:#8080801f}.ud-sched-hit__time{font-weight:700;font-variant-numeric:tabular-nums}.ud-sched-hit__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ud-sched-hit__dose{opacity:.8}.ud-sched-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.ud-sched-item{display:flex;justify-content:space-between;gap:.6rem;align-items:flex-start;padding:.6rem .7rem;border:1px solid var(--line);border-radius:8px}.ud-sched-item__main{display:flex;flex-direction:column;gap:.15rem;min-width:0;font-size:.86rem}.ud-sched-item__actions{display:flex;gap:.4rem;flex:0 0 auto}.ud-sched-item__actions .soft-btn{font-size:.8rem;padding:.3rem .6rem}.ud-sched-form{display:flex;flex-direction:column;gap:.7rem;padding-top:.6rem;border-top:1px solid var(--line)}.ud-sched-days{display:flex;flex-wrap:wrap;gap:.35rem}.ud-sched-days .soft-btn{font-size:.8rem;padding:.35rem .65rem}.ud-sched-days .soft-btn.is-on{background:var(--cobalt);color:#fff;border-color:var(--cobalt)}.ud-sched-days .soft-btn:disabled{opacity:.4}.ud-sched-readout{font-variant-numeric:tabular-nums}@media (max-width: 480px){.ud-sched-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px}.ud-sched-day{min-height:4.5rem;padding:.25rem .2rem;font-size:.64rem}.ud-sched-hit__name{display:none}}.ud-install-download{display:inline-flex;align-items:center;gap:.45rem;width:100%;box-sizing:border-box;justify-content:center;margin:.25rem 0 .75rem;text-decoration:none}.ud-chain{margin-top:2.5rem}.ud-chain .section-head{margin-bottom:1rem}.ud-chain-figure{margin:0 0 1.5rem}.ud-chain-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line, rgba(58,46,32,.16));border-radius:12px;background:var(--surface, #fdfbf7);padding:12px}.ud-chain-scroll svg{display:block;width:100%;min-width:900px;height:auto;font-family:inherit}.ud-chain-figure figcaption{color:var(--muted, rgba(36,31,26,.66));font-size:.9rem;line-height:1.45;max-width:70ch;margin-top:10px}.ud-chain-h3{margin:1.5rem 0 .6rem;font-size:1.1rem}.ud-chain-tiers{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.ud-chain-tiers li{border:1px solid var(--line, rgba(58,46,32,.16));border-radius:10px;padding:14px 16px;background:var(--surface, #fdfbf7)}.ud-chain-tiers b{display:block;margin-bottom:4px;color:var(--ink, #241f1a)}.ud-chain-tiers span{display:block;color:var(--muted, rgba(36,31,26,.66));font-size:.92rem;line-height:1.45}.ud-chain-plain{margin:0;padding-left:1.2rem;max-width:70ch;display:grid;gap:.5rem}.ud-chain-plain li{line-height:1.5;font-size:.95rem}
