@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body, "Inter"),system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:calc(16px * var(--body-scale, 1));line-height:1.55;color:var(--color-text);background:var(--color-bg);background-image:radial-gradient(900px 600px at 80% -10%,rgba(59,130,246,.18),transparent 60%),radial-gradient(700px 500px at -10% 30%,rgba(59,130,246,.1),transparent 60%);background-attachment:fixed;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Inter"),system-ui,sans-serif;font-weight:700;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:calc(2.5rem * var(--heading-scale, 1))}h2{font-size:calc(2rem * var(--heading-scale, 1))}h3{font-size:calc(1.35rem * var(--heading-scale, 1))}h4{font-size:calc(1.05rem * var(--heading-scale, 1))}p{margin:0 0 1em}.muted{color:var(--color-text-muted)}.eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;color:var(--color-accent);margin:0 0 .75rem}.page-w{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 1.25rem}.section{padding:var(--section-spacing) 0}.page--narrow{max-width:760px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content{position:absolute;left:-9999px;top:0;background:var(--color-accent);color:#fff;padding:.5rem 1rem;z-index:9999}.skip-to-content:focus{left:1rem;top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:calc(var(--radius) - 2px);font-weight:600;line-height:1;border:1px solid transparent;transition:transform .12s ease,background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;text-align:center;cursor:pointer}.btn--accent{background:var(--color-accent);color:#fff;box-shadow:0 0 #3b82f699}.btn--accent:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px -10px #3b82f6b3;color:#fff}.btn--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--block{width:100%}.btn[disabled]{opacity:.55;cursor:not-allowed;transform:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;color:var(--color-text);border:1px solid transparent;border-radius:999px;position:relative}.icon-btn:hover{color:var(--color-accent);border-color:var(--color-border)}.cart-count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;background:var(--color-accent);color:#fff;border-radius:999px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.cart-count:empty,.cart-count[data-cart-count="0"]{display:none}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],textarea,select{width:100%;padding:.7rem .85rem;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 4px);outline:none;transition:border-color .12s ease,box-shadow .12s ease;font:inherit}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #3b82f638}label{display:block;margin:0 0 .8rem;font-size:.9rem;color:var(--color-text-muted)}label input,label textarea,label select{margin-top:.35rem;color:var(--color-text)}.rte a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.rte code,code,kbd,pre,samp{font-family:var(--font-mono)}.rte pre{background:var(--color-surface);padding:1rem;border-radius:var(--radius);overflow-x:auto;border:1px solid var(--color-border)}.rte img{border-radius:var(--radius)}.announcement-bar{background:linear-gradient(90deg,#3b82f626,#3b82f60d);border-bottom:1px solid var(--color-border);font-family:var(--font-mono);font-size:.82rem;letter-spacing:.03em}.announcement-bar .page-w{display:flex;justify-content:center;gap:2rem;padding-block:.55rem;flex-wrap:wrap}.announcement-bar__item{color:var(--color-text-muted)}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--color-bg) 85%,transparent);border-bottom:1px solid var(--color-border)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.85rem 1.25rem}.site-header__logo{display:flex;align-items:center;font-weight:800;letter-spacing:-.02em;font-size:1.15rem}.site-header__logo-text{font-family:var(--font-mono)}.site-header__logo-text:before{content:"$ ";color:var(--color-accent)}.site-header__nav{display:none;gap:1.6rem;justify-content:center}.site-header__nav-link{font-weight:500;color:var(--color-text-muted);position:relative}.site-header__nav-link:hover{color:var(--color-text)}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--color-accent);transition:width .18s ease}.site-header__nav-link:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:.25rem;justify-self:end}.site-header__menu-toggle{justify-self:start}@media(min-width:900px){.site-header__nav{display:inline-flex}.site-header__menu-toggle{display:none}}.mobile-nav{padding:.5rem 1.25rem 1.25rem;border-top:1px solid var(--color-border)}.mobile-nav__link{display:block;padding:.65rem 0;color:var(--color-text-muted)}.mobile-nav__link:hover{color:var(--color-text)}.hero{position:relative;overflow:hidden;padding-top:calc(var(--section-spacing) * 1.1)}.hero__glow{position:absolute;inset:-10% -10% auto -10%;height:70%;z-index:-1;background:radial-gradient(60% 50% at 80% 20%,rgba(59,130,246,.32),transparent 60%),radial-gradient(45% 45% at 25% 30%,rgba(96,165,250,.2),transparent 60%);filter:blur(20px)}.hero__inner{display:grid;gap:1.25rem;max-width:880px}.hero__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);padding:.35rem .7rem;border-radius:999px;width:max-content}.hero__eyebrow .dot{width:8px;height:8px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 12px var(--color-accent)}.hero__heading{font-size:clamp(2.25rem,4.5vw + 1rem,4.5rem);background:linear-gradient(180deg,#fff,#cbd5e1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__sub{font-size:1.15rem;color:var(--color-text-muted);max-width:60ch}.hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.hero__terminal{margin-top:2rem;padding:1.25rem 1.5rem;background:linear-gradient(180deg,#111827d9,#0b0f1ad9);border:1px solid var(--color-border);border-radius:var(--radius);font-family:var(--font-mono);font-size:.92rem;color:var(--color-text);overflow-x:auto;box-shadow:0 30px 80px -40px #3b82f666;white-space:pre}.hero__terminal .t-prompt{color:var(--color-accent);margin-right:.5rem}.hero__terminal .t-accent{color:var(--color-accent-hover)}.image-with-text__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:800px){.image-with-text__inner{grid-template-columns:1fr 1fr;gap:3.5rem}.image-with-text--reverse .image-with-text__media{order:2}}.image-with-text__media img,.image-with-text__placeholder{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);width:100%;height:auto}.rich-text__inner{max-width:760px}.rich-text__heading{font-size:clamp(1.75rem,2.5vw + 1rem,2.5rem)}.rich-text__body{font-size:1.05rem;color:var(--color-text-muted)}.logo-list__heading{text-align:center;font-size:1rem;font-weight:600;color:var(--color-text-muted);margin-bottom:2rem}.logo-list__grid{list-style:none;padding:0;margin:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.logo-list__item{display:flex;align-items:center;justify-content:center;height:80px;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);filter:grayscale(1);opacity:.75;transition:opacity .15s ease,filter .15s ease}.logo-list__item:hover{opacity:1;filter:none}.logo-list__placeholder{font-family:var(--font-mono);color:var(--color-text-muted)}.faq__inner{max-width:880px;margin:0 auto}.faq__head{text-align:center;margin-bottom:2rem}.faq__list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.faq__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.faq__item details{padding:1rem 1.25rem}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;font-weight:600}.faq__item summary::-webkit-details-marker{display:none}.faq__icon{transition:transform .2s ease;color:var(--color-accent)}.faq__item details[open] .faq__icon{transform:rotate(45deg)}.faq__answer{color:var(--color-text-muted);margin-top:.75rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}@media(min-width:900px){.product-grid{grid-template-columns:repeat(var(--per-row, 3),1fr)}}.product-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-3px);border-color:var(--color-accent);box-shadow:0 16px 40px -20px #3b82f666}.product-card__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--color-surface-2)}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.35rem}.product-card__title{font-size:1rem;margin:0}.product-card__price{display:flex;gap:.5rem;color:var(--color-text-muted);font-size:.95rem}.product-card__price strong{color:var(--color-text)}.badge{position:absolute;top:.6rem;left:.6rem;background:var(--color-surface-2);color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-family:var(--font-mono);letter-spacing:.08em}.badge--sale{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.product__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:900px){.product__grid{grid-template-columns:1.1fr 1fr;gap:3rem}}.product__media-main{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1}.product__media-main .product__image{width:100%;height:100%;object-fit:cover}.product__thumbs{list-style:none;padding:0;margin:1rem 0 0;display:flex;gap:.5rem;flex-wrap:wrap}.product__thumbs button{width:64px;height:64px;padding:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 4px);overflow:hidden}.product__thumbs button img{width:100%;height:100%;object-fit:cover}.product__vendor{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-muted);font-size:.78rem;margin:0 0 .5rem}.product__title{font-size:clamp(1.75rem,3vw + 1rem,2.5rem);margin:0 0 1rem}.product__price{display:flex;align-items:baseline;gap:.65rem;margin-bottom:1.25rem}.product__price-current{font-size:1.5rem;font-weight:700}.product__price-compare{color:var(--color-text-muted)}.product__taxes{font-size:.78rem;color:var(--color-text-muted)}.product__variants{display:grid;gap:1.25rem;margin-bottom:1.5rem}.product__option{border:0;padding:0;margin:0}.product__option-label{font-weight:600;margin-bottom:.6rem;display:block}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.product__option-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .9rem;min-height:40px;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:999px;font-size:.92rem;cursor:pointer;transition:all .12s ease}.product__option input:checked+.product__option-pill{background:#3b82f61f;color:var(--color-accent);border-color:var(--color-accent)}.product__option input:focus-visible+.product__option-pill{box-shadow:0 0 0 3px #3b82f640}.product__option--cards .product__option-values{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.product__plan-card{flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem;min-height:96px;border-radius:var(--radius);background:var(--color-surface);position:relative}.product__plan-card .product__plan-icon{color:var(--color-accent)}.product__plan-card .product__option-value{font-weight:600;font-size:1rem;color:var(--color-text)}.product__option input:checked+.product__plan-card{border-color:var(--color-accent);background:linear-gradient(180deg,#3b82f624,#3b82f60a);box-shadow:0 12px 32px -16px #3b82f680}.product__option input:checked+.product__plan-card:after{content:"";position:absolute;top:.5rem;right:.5rem;width:10px;height:10px;border-radius:999px;background:var(--color-accent);box-shadow:0 0 12px var(--color-accent)}.product__buy{display:grid;gap:.75rem;margin-bottom:1.5rem}.product__description{color:var(--color-text-muted)}.product__features{list-style:none;padding:1rem 1.25rem;margin:0;display:grid;gap:.65rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);font-size:.95rem}.product__features li{display:flex;align-items:center;gap:.65rem}.product__features svg{color:var(--color-accent)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;pointer-events:none;visibility:hidden}.cart-drawer[data-open]{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .2s ease}.cart-drawer[data-open] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:var(--color-bg);border-left:1px solid var(--color-border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;box-shadow:-20px 0 60px -10px #0009}.cart-drawer[data-open] .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.cart-drawer__head h2{margin:0;font-size:1.1rem}.cart-drawer__body{padding:1rem 1.25rem;flex:1;overflow-y:auto}.cart-empty{text-align:center;padding:2rem 0;display:grid;gap:1rem}.cart-items{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:0}.cart-item__image{width:80px;height:80px;background:var(--color-surface);border-radius:calc(var(--radius) - 4px);overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-weight:600}.cart-item__variant{color:var(--color-text-muted);font-size:.85rem;margin:.15rem 0}.cart-item__row{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.cart-item__price{font-weight:600}.qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);overflow:hidden}.qty__btn{width:32px;height:32px;background:transparent;color:var(--color-text);border:0;display:inline-flex;align-items:center;justify-content:center}.qty__btn:hover{color:var(--color-accent)}.qty__input{width:38px;text-align:center;background:transparent;color:var(--color-text);border:0;padding:0;font-weight:600}.qty__input::-webkit-inner-spin-button,.qty__input::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.cart-totals{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.cart-totals__row{display:flex;justify-content:space-between;font-size:1.05rem}.cart-totals__note{color:var(--color-text-muted);font-size:.85rem;margin:.35rem 0 0}.cart-actions{display:grid;gap:.5rem;margin-top:1rem}.cart-note-label{margin-top:1rem;display:block}.cart-note{min-height:60px;resize:vertical;margin-top:.35rem}.terms{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem}.terms input{width:auto}.site-footer{border-top:1px solid var(--color-border);margin-top:var(--section-spacing);background:var(--color-surface)}.site-footer__inner{display:grid;gap:2rem;padding:3rem 1.25rem 2rem;grid-template-columns:1fr}@media(min-width:800px){.site-footer__inner{grid-template-columns:1.2fr 2fr}}.site-footer__tagline{color:var(--color-text-muted);margin:.75rem 0}.site-footer__social{display:flex;gap:.5rem}.site-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:var(--color-surface-2);border:1px solid var(--color-border);color:var(--color-text-muted)}.site-footer__social a:hover{color:var(--color-accent);border-color:var(--color-accent)}.site-footer__blocks{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.site-footer__block h4{font-size:.95rem;margin-bottom:.85rem}.site-footer__block ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.site-footer__block a{color:var(--color-text-muted)}.site-footer__block a:hover{color:var(--color-text)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.85rem;flex-wrap:wrap;gap:1rem}.payment-icons{display:flex;gap:.35rem;flex-wrap:wrap}.payment-icon{height:22px;opacity:.85}.newsletter-form__row{display:flex;gap:.5rem}.newsletter-form__row input{flex:1}.form-status{font-size:.85rem;margin-top:.5rem}.form-status--ok{color:var(--color-success)}.pagination{margin-top:2.5rem;display:flex;justify-content:center;gap:.35rem;flex-wrap:wrap}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 .75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);font-family:var(--font-mono);font-size:.85rem}.pagination a:hover{color:var(--color-accent);border-color:var(--color-accent)}.pagination .is-current{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:100;display:grid;gap:.5rem}.toast{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);padding:.65rem .9rem;border-radius:calc(var(--radius) - 4px);font-size:.9rem;box-shadow:0 16px 40px -20px #00000080;animation:toast-in .2s ease-out}.toast--success{border-color:var(--color-success)}.toast--error{border-color:var(--color-danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.account__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.account__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:800px){.account__grid{grid-template-columns:2fr 1fr}}.orders-table{width:100%;border-collapse:collapse}.orders-table th,.orders-table td{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--color-border);font-size:.92rem}.search-form{display:flex;gap:.5rem;margin-top:1.5rem}.search-form input{flex:1}.collection-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.collection-tile{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.collection-tile img{width:100%;height:100%;object-fit:cover}.collection-tile__body{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.7));color:#fff}.collection-tile__body h3{margin:0}.article-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.article-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:block}.article-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.article-card__body{padding:1rem}.article-card__body h3{margin:.25rem 0 .35rem}.article__image{border-radius:var(--radius);margin:1rem 0 2rem}.article__content{font-size:1.05rem}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
