.store{background:var(--paper);color:var(--ink);min-height:100vh;font-family:var(--font-geist-sans)}.store a{color:var(--accent);text-decoration:none}.store a:hover{text-decoration:underline}.store :focus-visible{outline:2px solid var(--accent);outline-offset:2px}.store .s-display{font-family:var(--font-display);font-weight:600;letter-spacing:.01em;color:var(--ink)}.store .s-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.store .s-eyebrow,.store .s-muted{color:var(--ink-muted)}.store .s-error{color:var(--danger);margin:0}.store .s-card{padding:1.25rem}.store .s-btn,.store .s-card{background:var(--surface);border:1px solid var(--line);border-radius:4px}.store .s-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.5rem 1.25rem;color:var(--ink);font:inherit;font-weight:600;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.store .s-btn:hover{border-color:var(--ink-muted)}.store .s-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.store .s-btn--primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.store .s-btn--quiet{border-color:transparent;background:transparent;color:var(--accent)}.store .s-btn:disabled{opacity:.55;cursor:not-allowed}.store .s-field{display:flex;flex-direction:column;gap:.3rem}.store .s-label{font-size:.9rem;font-weight:600}.store .s-field input,.store .s-field select,.store .s-field textarea,.store .s-input{min-height:44px;padding:.5rem .7rem;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--ink);font:inherit}.store .s-field input:focus,.store .s-field select:focus,.store .s-field textarea:focus,.store .s-input:focus{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:0}.store .s-badge{display:inline-block;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--accent-soft);color:var(--accent-strong)}.store .s-table{width:100%;border-collapse:collapse}.store .s-table th{text-align:left;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);padding:.5rem .6rem;border-bottom:1px solid var(--line)}.store .s-table td{padding:.6rem;border-bottom:1px solid var(--line-soft)}@media (max-width:860px){.store .s-table--stack thead{display:none}.store .s-table--stack,.store .s-table--stack tbody,.store .s-table--stack td,.store .s-table--stack tr{display:block;width:100%}.store .s-table--stack tr{border:1px solid var(--line);border-radius:4px;padding:.6rem .8rem;margin-bottom:.75rem}.store .s-table--stack td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:none;min-width:0;overflow-wrap:anywhere}.store .s-table--stack td[data-label]:before{content:attr(data-label);flex:0 0 auto;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-weight:600}.store .s-table--stack td[data-label=Item]{display:block}.store .s-table--stack td[data-label=Item]:before{display:none}.store .s-table--stack td:not([data-label]){justify-content:flex-end}}.store .s-warnstrip{background:var(--dark-band);color:#fff;text-align:center;font-size:.82rem;font-weight:700;letter-spacing:.02em;padding:.45rem 1rem}.store .s-credential{font-family:var(--font-display);text-align:center;font-size:.9rem;letter-spacing:.06em;color:var(--ink-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:.6rem 1rem}@media (prefers-reduced-motion:reduce){.store *{transition:none!important;animation:none!important}}.store .s-header{display:flex;align-items:center;gap:1.25rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.store .s-logo{display:inline-flex}.store .s-logo img{height:36px;width:auto;display:block}.store .s-headerlink{font-weight:600}.store .s-headerinfo{margin-left:auto;text-align:right;font-size:.85rem}.store .s-iconrow{display:flex;align-items:center}.store .s-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--ink);cursor:pointer}.store a.s-iconbtn{color:var(--ink)}.store .s-iconbtn:hover{color:var(--accent)}.store a.s-iconbtn:hover{text-decoration:none}.store .s-cartcount{position:absolute;top:3px;right:1px;background:var(--accent);color:#fff;border-radius:999px;font-size:.68rem;font-weight:700;line-height:1;padding:3px 5px;min-width:17px;text-align:center}.store .s-menubtn{display:none}.store .s-catbarrow{border-bottom:1px solid var(--line-soft)}.store .s-catbar{display:flex;gap:1.25rem;padding:.5rem 0;flex-wrap:wrap}.store .store-cat{position:relative}.store .store-subcats{display:none;position:absolute;top:100%;left:0;z-index:30;background:var(--surface);border:1px solid var(--line);border-radius:4px;padding:.5rem;min-width:180px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.store .store-subcats a{display:block;padding:.25rem 0}.store .store-cat:focus-within>.store-subcats,.store .store-cat:hover>.store-subcats{display:block}.store .s-overlay{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.35)}.store .s-overlay__panel{background:var(--surface);border-bottom:1px solid var(--line);padding:1.25rem 1rem;animation:s-rolldown .16s ease-out}.store .s-overlay__panel form{max-width:720px;margin:0 auto}.store .s-overlay__input{flex:1 1;font-size:1.1rem}@keyframes s-rolldown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.store .s-stickybar{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;align-items:center;gap:1.25rem;padding:.35rem 1rem;background:var(--surface);border-bottom:1px solid var(--line);animation:s-rolldown .2s ease-out}.store .s-logo--sm img{height:26px}.store .s-stickybar .s-catbar{padding:0;flex-wrap:nowrap}.store .s-stickybar .s-iconrow{margin-left:auto}.store .s-drawer-overlay{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.35)}.store .s-drawer{position:absolute;top:0;bottom:0;left:0;width:min(320px,85vw);background:var(--surface);border-right:1px solid var(--line);padding:.5rem 1rem 1.25rem;display:flex;flex-direction:column;overflow-y:auto;animation:s-slidein .2s ease-out}@keyframes s-slidein{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.store .s-drawer__top{display:flex;justify-content:flex-end}.store .s-drawer__nav{display:flex;flex-direction:column}.store .s-drawer__catrow>a,.store .s-drawer__nav>a{display:flex;align-items:center;min-height:44px;color:var(--ink)}.store .s-drawer__catrow{display:flex;align-items:center;justify-content:space-between}.store .s-drawer__catrow>a{flex:1 1}.store .s-drawer__sub{display:flex;align-items:center;min-height:40px;padding-left:1rem}.store .s-drawer__info{margin-top:auto;padding-top:1rem;border-top:1px solid var(--line-soft);font-size:.9rem}@media (max-width:720px){.store .s-menubtn{display:inline-flex}.store .s-catbarrow,.store .s-headerinfo,.store .s-headerlink,.store .s-stickybar .s-catbar{display:none}.store .s-header{gap:.5rem}.store .s-header .s-iconrow,.store .s-stickybar .s-iconrow{margin-left:auto}}.store .s-acct{display:flex;gap:1.5rem;align-items:flex-start}.store .s-acct__nav{display:flex;flex-direction:column;min-width:230px;background:var(--surface);border:1px solid var(--line);border-radius:4px;overflow:hidden}.store .s-acct__link{display:flex;align-items:center;min-height:44px;padding:0 1rem;color:var(--ink);font-weight:600;font-size:.95rem;border-bottom:1px solid var(--line-soft);width:100%;text-align:left}.store .s-acct__nav>:last-child .s-acct__link{border-bottom:none}.store a.s-acct__link:hover{background:var(--paper);text-decoration:none}.store .s-acct__link--active{background:var(--accent);color:#fff}.store a.s-acct__link--active:hover{background:var(--accent)}.store .s-acct__link--button{background:transparent;border:none;font:inherit;font-weight:600;cursor:pointer;color:var(--ink)}.store .s-acct__link--button:hover{background:var(--paper)}.store .s-acct__panel{flex:1 1;min-width:0}@media (max-width:720px){.store .s-acct{flex-direction:column;gap:1rem}.store .s-acct__nav{flex-direction:row;width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.store .s-acct__link{white-space:nowrap;border-bottom:none;border-right:1px solid var(--line-soft)}}.store .s-prose{line-height:1.55}.store .s-prose p{margin:0 0 .9rem}.store .s-prose h2{font-size:1.25rem;font-weight:650;margin:1.6rem 0 .6rem}.store .s-prose h3{font-size:1.05rem;font-weight:650;margin:1.3rem 0 .5rem}.store .s-prose h4{font-size:.95rem;font-weight:650;margin:1.1rem 0 .4rem}.store .s-prose ol,.store .s-prose ul{margin:0 0 .9rem;padding-left:1.4rem}.store .s-prose li{margin:.25rem 0}.store .s-prose blockquote{margin:0 0 .9rem;padding:.1rem 0 .1rem 1rem;border-left:3px solid var(--line);color:var(--ink-muted)}.store .s-prose hr{border:none;border-top:1px solid var(--line);margin:1.5rem 0}.store .s-prose table{width:100%;border-collapse:collapse;margin:0 0 .9rem}.store .s-prose td,.store .s-prose th{border:1px solid var(--line);padding:.45rem .6rem;text-align:left}.store .s-prose th{background:var(--paper)}.store .s-desc{margin-top:1rem;color:var(--ink-muted);max-width:62ch}.store .s-desc p{margin:0 0 .75rem}.store .s-desc ol,.store .s-desc ul{margin:0 0 .75rem;padding-left:1.25rem}.store .s-desc li{margin-bottom:.25rem}.store .s-desc h3{font-size:1rem;margin:1rem 0 .35rem;color:var(--ink)}.store .s-desc a{color:var(--accent)}