:root{--x-color-primary:#4f46e5;--x-color-primary-contrast:#fff;--x-color-primary-soft:#eef2ff;--x-color-secondary:#0f172a;--x-color-secondary-contrast:#fff;--x-color-background:#fff;--x-color-surface:#f8fafc;--x-color-text:#0f172a;--x-color-muted:#64748b;--x-color-border:#e2e8f0;--x-font-heading:system-ui, sans-serif;--x-font-body:system-ui, sans-serif;--x-radius:8px;--x-radius-button:8px;--x-space-section:72px;--x-space-gap:24px;--x-section-y:calc(var(--x-space-section) * .66);--x-color-text-soft:color-mix(in srgb, var(--x-color-text) 80%, var(--x-color-background));--x-color-overlay:color-mix(in srgb, var(--x-color-text) 55%, transparent);--x-shadow:0 1px 2px color-mix(in srgb, var(--x-color-text) 6%, transparent), 0 8px 24px color-mix(in srgb, var(--x-color-text) 6%, transparent);--x-shadow-lg:0 20px 50px color-mix(in srgb, var(--x-color-text) 12%, transparent);--container:1180px;--gutter:16px}@media (min-width:768px){:root{--x-section-y:var(--x-space-section);--gutter:24px}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}body{background:var(--x-color-background);color:var(--x-color-text);font-family:var(--x-font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--x-font-heading);letter-spacing:-.02em;color:var(--x-color-text);margin:0 0 .5em;line-height:1.15}h1{font-size:clamp(2rem,6vw,3.4rem)}h2{font-size:clamp(1.6rem,4vw,2.4rem)}h3{font-size:1.15rem}p{margin:0 0 1em}a{color:var(--x-color-primary);text-underline-offset:3px}:focus-visible{outline:3px solid var(--x-color-primary);outline-offset:2px}button,input,select,textarea{font:inherit;color:inherit}.skip-link{z-index:100;background:var(--x-color-primary);color:var(--x-color-primary-contrast);border-radius:var(--x-radius);padding:8px 16px;position:absolute;top:8px;left:-9999px}.skip-link:focus{left:8px}.container{width:100%;max-width:var(--container);padding:0 var(--gutter);margin:0 auto}.container--narrow{max-width:820px}.text-center{text-align:center}.empty{color:var(--x-color-muted);text-align:center;padding:24px 0}.muted{color:var(--x-color-muted)}.btn{--btn-bg:var(--x-color-primary);--btn-fg:var(--x-color-primary-contrast);--btn-border:var(--x-color-primary);border-radius:var(--x-radius-button);border:2px solid var(--btn-border);background:var(--btn-bg);min-height:48px;color:var(--btn-fg);font-weight:600;font-family:var(--x-font-body);text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:8px;padding:12px 24px;line-height:1.2;text-decoration:none;transition:transform .15s,filter .15s,background .15s;display:inline-flex}.btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled,.btn[aria-disabled=true]{opacity:.6;cursor:not-allowed;transform:none}.btn--sm{min-height:40px;padding:8px 16px;font-size:.9rem}.btn--block{width:100%}.btn--secondary{--btn-bg:transparent;--btn-fg:var(--x-color-text);--btn-border:var(--x-color-border)}.btn--ghost{--btn-bg:transparent;--btn-fg:var(--x-color-primary);--btn-border:transparent}html[data-buttons=outline] .btn--primary{--btn-bg:transparent;--btn-fg:var(--x-color-primary)}html[data-buttons=outline] .btn--primary:hover{--btn-bg:var(--x-color-primary);--btn-fg:var(--x-color-primary-contrast)}.button-row{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.button-row--center{justify-content:center}.button-row .btn{flex:auto}@media (min-width:480px){.button-row .btn{flex:none}}.badge{background:var(--x-color-primary-soft);color:var(--x-color-primary);border-radius:999px;padding:2px 10px;font-size:.75rem;font-weight:700;display:inline-block}.badge--accent{background:var(--x-color-secondary);color:var(--x-color-secondary-contrast)}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--x-color-primary);background:var(--x-color-primary-soft);border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-block}.preview-banner{background:var(--x-color-secondary);color:var(--x-color-secondary-contrast);text-align:center;padding:8px var(--gutter);font-size:.85rem;font-weight:600}.site-header{background:color-mix(in srgb, var(--x-color-background) 92%, transparent);border-bottom:1px solid var(--x-color-border);z-index:40}.site-header--sticky{-webkit-backdrop-filter:saturate(1.4)blur(10px);position:sticky;top:0}.site-header__inner{align-items:center;gap:16px;min-height:68px;display:flex}.brand{color:var(--x-color-text);align-items:center;gap:10px;min-width:0;margin-right:auto;text-decoration:none;display:inline-flex}.brand__logo{object-fit:contain;width:auto;max-width:180px;height:36px}.brand__name{font-family:var(--x-font-heading);white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:700;overflow:hidden}.site-nav{gap:4px;display:none}.site-nav__link{color:var(--x-color-text-soft);border-radius:var(--x-radius);padding:8px 12px;font-weight:500;text-decoration:none}.site-nav__link:hover{color:var(--x-color-primary);background:var(--x-color-primary-soft)}.site-header__actions{align-items:center;gap:8px;display:flex}.site-header__cta{display:none}.cart-link{width:44px;height:44px;color:var(--x-color-text);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative}.cart-link:hover{background:var(--x-color-primary-soft)}.cart-link__count{background:var(--x-color-primary);min-width:18px;height:18px;color:var(--x-color-primary-contrast);text-align:center;border-radius:999px;padding:0 5px;font-size:.7rem;font-weight:700;line-height:18px;position:absolute;top:2px;right:2px}.mobile-menu{position:relative}.mobile-menu summary{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__bars,.mobile-menu__bars:before,.mobile-menu__bars:after{background:var(--x-color-text);border-radius:2px;width:20px;height:2px;transition:transform .2s;display:block;position:relative}.mobile-menu__bars:before,.mobile-menu__bars:after{content:"";position:absolute}.mobile-menu__bars:before{top:-6px}.mobile-menu__bars:after{top:6px}.mobile-menu[open] .mobile-menu__bars{background:0 0}.mobile-menu[open] .mobile-menu__bars:before{transform:translateY(6px)rotate(45deg)}.mobile-menu[open] .mobile-menu__bars:after{transform:translateY(-6px)rotate(-45deg)}.mobile-menu__panel{background:var(--x-color-background);border-bottom:1px solid var(--x-color-border);box-shadow:var(--x-shadow-lg);padding:12px var(--gutter) 20px;flex-direction:column;gap:4px;display:flex;position:fixed;top:68px;left:0;right:0}.mobile-menu__link{color:var(--x-color-text);border-bottom:1px solid var(--x-color-border);padding:12px 8px;font-weight:500;text-decoration:none}.mobile-menu__panel .btn{margin-top:12px}@media (min-width:900px){.site-nav{display:flex}.site-header__cta{display:inline-flex}.mobile-menu{display:none}.brand{margin-right:0}.site-nav{margin:0 auto}}.section{padding:var(--x-section-y) 0}.section--surface{background:var(--x-color-surface)}.section--primary{background:var(--x-color-primary);color:var(--x-color-primary-contrast)}.section--dark{background:var(--x-color-text);color:var(--x-color-background)}.section--primary h1,.section--primary h2,.section--primary h3,.section--dark h1,.section--dark h2,.section--dark h3{color:inherit}.section--primary .section__subtitle,.section--dark .section__subtitle{color:inherit;opacity:.85}.section--primary .btn--primary{--btn-bg:var(--x-color-primary-contrast);--btn-fg:var(--x-color-primary);--btn-border:var(--x-color-primary-contrast)}.section--dark .btn--primary{--btn-bg:var(--x-color-background);--btn-fg:var(--x-color-text);--btn-border:var(--x-color-background)}.section--primary .btn--secondary,.section--dark .btn--secondary{--btn-fg:inherit;--btn-border:currentColor}.section--primary .eyebrow{background:color-mix(in srgb, var(--x-color-primary-contrast) 18%, transparent);color:var(--x-color-primary-contrast)}.section__heading{max-width:720px;margin-bottom:calc(var(--x-space-gap) * 1.5)}.section__heading--center{text-align:center;margin-left:auto;margin-right:auto}.section__subtitle{color:var(--x-color-muted);margin:0;font-size:1.1rem}.section__footer{margin-top:calc(var(--x-space-gap) * 1.5);text-align:center}.hero__inner{gap:calc(var(--x-space-gap) * 1.5);align-items:center;display:grid}.hero__title{margin-bottom:16px;font-size:clamp(2.1rem,7vw,3.8rem)}.hero__subtitle{color:var(--x-color-muted);max-width:620px;font-size:clamp(1.05rem,2.4vw,1.25rem)}.section--primary .hero__subtitle,.section--dark .hero__subtitle{color:inherit;opacity:.9}.hero--center .hero__content{text-align:center;margin:0 auto}.hero--center .hero__subtitle{margin-left:auto;margin-right:auto}.hero__media img{border-radius:var(--x-radius);width:100%;box-shadow:var(--x-shadow-lg)}@media (min-width:900px){.hero__inner{grid-template-columns:1.05fr 1fr}.hero--center .hero__inner,.hero--no-image .hero__inner{grid-template-columns:1fr}.hero--center .hero__media{max-width:880px;margin:0 auto}}.product-grid{gap:var(--x-space-gap);grid-template-columns:1fr;display:grid}@media (min-width:560px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}}.product-list{gap:16px;display:grid}.product-card{background:var(--x-color-surface);border:1px solid var(--x-color-border);border-radius:var(--x-radius);transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{box-shadow:var(--x-shadow);transform:translateY(-3px)}.product-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.product-card__media{aspect-ratio:16/10;background:var(--x-color-primary-soft);overflow:hidden}.product-card__media img{object-fit:cover;width:100%;height:100%}.product-card__placeholder{width:100%;height:100%;font-family:var(--x-font-heading);color:var(--x-color-primary);place-items:center;font-size:3rem;font-weight:700;display:grid}.product-card__body{flex-direction:column;flex:1;gap:6px;padding:16px 18px 20px;display:flex}.product-card__type{letter-spacing:.06em;text-transform:uppercase;color:var(--x-color-primary);font-size:.75rem;font-weight:700}.product-card__title{margin:0;font-size:1.1rem}.product-card__desc{color:var(--x-color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;display:-webkit-box;overflow:hidden}.product-card .price{margin-top:auto;padding-top:8px}.product-card--list .product-card__link{flex-direction:row}.product-card--list .product-card__media{aspect-ratio:auto;flex-shrink:0;width:38%;max-width:260px}.price__compare{color:var(--x-color-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.price__main{font-family:var(--x-font-heading);color:var(--x-color-text);font-size:1.2rem;font-weight:700}.price--lg .price__main{font-size:clamp(1.8rem,5vw,2.4rem)}.price__detail{color:var(--x-color-muted);font-size:.85rem}.benefits{gap:var(--x-space-gap);grid-template-columns:1fr;display:grid}@media (min-width:640px){.benefits{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.benefit{background:var(--x-color-surface);border:1px solid var(--x-color-border);border-radius:var(--x-radius);padding:24px}.section--surface .benefit{background:var(--x-color-background)}.section--primary .benefit,.section--dark .benefit{background:color-mix(in srgb, currentColor 8%, transparent);border-color:color-mix(in srgb, currentColor 20%, transparent)}.benefit__icon{border-radius:var(--x-radius);background:var(--x-color-primary-soft);width:48px;height:48px;color:var(--x-color-primary);place-items:center;margin-bottom:14px;font-size:1.4rem;display:inline-grid}.benefit p{color:var(--x-color-muted);margin:0}.section--primary .benefit p,.section--dark .benefit p{color:inherit;opacity:.85}.testimonials{gap:var(--x-space-gap);display:grid}@media (min-width:768px){.testimonials{grid-template-columns:repeat(2,1fr)}}@media (min-width:1180px){.testimonials{grid-template-columns:repeat(4,1fr)}}.testimonial{background:var(--x-color-background);border:1px solid var(--x-color-border);border-radius:var(--x-radius);flex-direction:column;gap:16px;margin:0;padding:24px;display:flex}.testimonial__rating{color:var(--x-color-primary);letter-spacing:2px}.testimonial blockquote{color:var(--x-color-text-soft);flex:1;margin:0;font-size:1rem}.testimonial figcaption{align-items:center;gap:12px;display:flex}.testimonial figcaption span{flex-direction:column;line-height:1.3;display:flex}.testimonial figcaption small{color:var(--x-color-muted)}.testimonial__avatar{object-fit:cover;border-radius:999px;flex-shrink:0;width:48px;height:48px}.testimonial__avatar--initial{background:var(--x-color-primary-soft);color:var(--x-color-primary);place-items:center;font-weight:700;display:grid}.faq{flex-direction:column;gap:12px;display:flex}.faq__item{border:1px solid var(--x-color-border);border-radius:var(--x-radius);background:var(--x-color-surface);padding:0 20px}.faq__item summary{cursor:pointer;padding:18px 32px 18px 0;font-weight:600;list-style:none;position:relative}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";color:var(--x-color-primary);font-size:1.4rem;transition:transform .2s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.faq__item[open] summary:after{transform:translateY(-50%)rotate(45deg)}.faq__item .rich-text{color:var(--x-color-text-soft);padding-bottom:18px}.cta__inner{text-align:center}.cta__inner p{opacity:.9;font-size:1.15rem}.page-title{font-size:clamp(2rem,5vw,3rem)}.rich-text{font-size:1.05rem}.rich-text p:last-child,.rich-text ul:last-child{margin-bottom:0}.rich-text ul{margin:0 0 1em;padding-left:1.2em}.rich-text li{margin-bottom:.4em}.image-text{gap:calc(var(--x-space-gap) * 1.5);align-items:center;display:grid}.image-text__media img{border-radius:var(--x-radius);width:100%}.image-text__content .rich-text{color:var(--x-color-text-soft)}@media (min-width:900px){.image-text{grid-template-columns:1fr 1fr}.image-text--reverse .image-text__media{order:2}}.video{aspect-ratio:16/9;border-radius:var(--x-radius);background:var(--x-color-text);position:relative;overflow:hidden}.video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video__caption{text-align:center;color:var(--x-color-muted);margin-top:12px}.catalog__header{padding:calc(var(--x-section-y) * .6) 0 0}.catalog__toolbar{flex-direction:column;gap:16px;margin:24px 0;display:flex}@media (min-width:768px){.catalog__toolbar{flex-direction:row;justify-content:space-between;align-items:center}}.chips{scrollbar-width:none;margin:0 calc(var(--gutter) * -1);padding-bottom:4px;padding-left:var(--gutter);padding-right:var(--gutter);gap:8px;display:flex;overflow-x:auto}@media (min-width:768px){.chips{flex-wrap:wrap;margin:0;padding:0}}.chip{border:1px solid var(--x-color-border);color:var(--x-color-text);white-space:nowrap;background:var(--x-color-background);border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none}.chip:hover{border-color:var(--x-color-primary)}.chip--active{background:var(--x-color-primary);border-color:var(--x-color-primary);color:var(--x-color-primary-contrast)}.field-inline{color:var(--x-color-muted);align-items:center;gap:8px;font-size:.9rem;display:flex}.pagination{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:40px;display:flex}.pagination a,.pagination span{border-radius:var(--x-radius);border:1px solid var(--x-color-border);min-width:44px;height:44px;color:var(--x-color-text);place-items:center;text-decoration:none;display:inline-grid}.pagination [aria-current=page]{background:var(--x-color-primary);border-color:var(--x-color-primary);color:var(--x-color-primary-contrast)}.breadcrumbs{color:var(--x-color-muted);flex-wrap:wrap;gap:6px;padding:20px 0 0;font-size:.85rem;display:flex}.breadcrumbs a{color:var(--x-color-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--x-color-primary)}.product{gap:calc(var(--x-space-gap) * 1.5);padding:24px 0 var(--x-section-y);display:grid}@media (min-width:960px){.product{grid-template-columns:1.2fr 1fr;grid-template-areas:"gallery buy""details buy";align-items:start}.product__gallery{grid-area:gallery}.product__details{grid-area:details}.product__buy{grid-area:buy;position:sticky;top:92px}}.gallery__main{border-radius:var(--x-radius);background:var(--x-color-primary-soft);aspect-ratio:16/10;overflow:hidden}.gallery__main img{object-fit:cover;width:100%;height:100%}.gallery__thumbs{gap:8px;margin-top:10px;display:flex;overflow-x:auto}.gallery__thumb{border-radius:var(--x-radius);cursor:pointer;aspect-ratio:16/10;background:0 0;border:2px solid #0000;flex-shrink:0;width:88px;padding:0;overflow:hidden}.gallery__thumb img{object-fit:cover;width:100%;height:100%}.gallery__thumb[aria-pressed=true]{border-color:var(--x-color-primary)}.product__title{margin-bottom:12px;font-size:clamp(1.8rem,5vw,2.6rem)}.product__short{color:var(--x-color-muted);font-size:1.1rem}.buy-box{background:var(--x-color-surface);border:1px solid var(--x-color-border);border-radius:var(--x-radius);box-shadow:var(--x-shadow);flex-direction:column;gap:16px;padding:24px;display:flex}.offers{border:0;flex-direction:column;gap:10px;margin:0;padding:0;display:flex}.offers legend{margin-bottom:8px;font-weight:600}.offer-option{border:2px solid var(--x-color-border);border-radius:var(--x-radius);cursor:pointer;background:var(--x-color-background);align-items:flex-start;gap:12px;padding:14px;display:flex}.offer-option:has(input:checked){border-color:var(--x-color-primary);background:var(--x-color-primary-soft)}.offer-option input{accent-color:var(--x-color-primary);flex-shrink:0;width:18px;height:18px;margin-top:4px}.offer-option__body{flex-direction:column;gap:2px;display:flex}.offer-option__desc{color:var(--x-color-muted);font-size:.85rem}.trust{color:var(--x-color-muted);gap:8px;margin:0;padding:0;font-size:.9rem;list-style:none;display:grid}.trust li:before{content:"✓";color:var(--x-color-primary);margin-right:8px;font-weight:700}.product__description{padding-top:8px}.product__description h2{font-size:1.4rem}.tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.notice{border-radius:var(--x-radius);background:var(--x-color-primary-soft);color:var(--x-color-text);padding:12px 16px;font-size:.92rem}.notice--error{background:color-mix(in srgb, var(--x-color-secondary) 12%, var(--x-color-background));border:1px solid color-mix(in srgb, var(--x-color-secondary) 35%, transparent)}.page{padding:calc(var(--x-section-y) * .6) 0 var(--x-section-y)}.checkout{gap:calc(var(--x-space-gap) * 1.5);display:grid}@media (min-width:960px){.checkout{grid-template-columns:1.3fr 1fr;align-items:start}.checkout__summary{position:sticky;top:92px}}.card{background:var(--x-color-surface);border:1px solid var(--x-color-border);border-radius:var(--x-radius);padding:20px}@media (min-width:768px){.card{padding:28px}}.card h2{font-size:1.25rem}.form,.form__row{gap:16px;display:grid}@media (min-width:560px){.form__row{grid-template-columns:1fr 1fr}}.field{flex-direction:column;gap:6px;display:flex}.field label{font-size:.92rem;font-weight:600}.input{border-radius:var(--x-radius);border:1px solid var(--x-color-border);background:var(--x-color-background);width:100%;min-height:48px;padding:10px 14px;font-size:1rem}.input:focus{border-color:var(--x-color-primary);box-shadow:0 0 0 3px var(--x-color-primary-soft);outline:none}.input[aria-invalid=true]{border-color:var(--x-color-secondary)}.field__error{color:var(--x-color-secondary);font-size:.85rem}select.input{appearance:auto}.coupon{gap:8px;display:flex}.coupon .input{text-transform:uppercase}.coupon .btn{flex-shrink:0}.summary-lines{flex-direction:column;gap:14px;margin:0 0 16px;padding:0;list-style:none;display:flex}.summary-line{align-items:center;gap:12px;display:flex}.summary-line__img{border-radius:calc(var(--x-radius) * .6);aspect-ratio:16/10;background:var(--x-color-primary-soft);flex-shrink:0;width:72px;overflow:hidden}.summary-line__img img{object-fit:cover;width:100%;height:100%}.summary-line__info{flex-direction:column;flex:1;min-width:0;line-height:1.35;display:flex}.summary-line__info small{color:var(--x-color-muted)}.summary-line__price{white-space:nowrap;font-weight:600}.totals{border-top:1px solid var(--x-color-border);gap:8px;padding-top:14px;display:grid}.totals div{justify-content:space-between;gap:12px;display:flex}.totals__total{font-family:var(--x-font-heading);font-size:1.3rem;font-weight:700}.qty{border:1px solid var(--x-color-border);border-radius:var(--x-radius-button);align-items:center;display:inline-flex;overflow:hidden}.qty button{cursor:pointer;background:0 0;border:0;width:36px;height:36px;font-size:1.1rem}.qty span{text-align:center;min-width:28px;font-weight:600}.link-button{color:var(--x-color-muted);cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.providers{border:0;gap:10px;margin:0;padding:0;display:grid}.providers legend{margin-bottom:8px;font-weight:600}.secure-note{color:var(--x-color-muted);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:.85rem;display:flex}.order{flex-direction:column;gap:20px;max-width:760px;margin:0 auto;display:flex}.order__status{text-align:center}.order__icon{background:var(--x-color-primary-soft);width:72px;height:72px;color:var(--x-color-primary);border-radius:999px;place-items:center;margin-bottom:12px;font-size:2rem;display:inline-grid}.order__icon--paid{background:var(--x-color-primary);color:var(--x-color-primary-contrast)}.pix{text-align:center;justify-items:center;gap:16px;display:grid}.pix__qr{background:var(--x-color-background);border-radius:var(--x-radius);border:1px solid var(--x-color-border);width:220px;height:220px;padding:10px}.pix__code{word-break:break-all;background:var(--x-color-background);border:1px dashed var(--x-color-border);border-radius:var(--x-radius);text-align:left;width:100%;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.delivery{border-bottom:1px solid var(--x-color-border);gap:12px;padding:16px 0;display:grid}.delivery:last-child{border-bottom:0}.spinner{border:2px solid;border-right-color:#0000;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{background:var(--x-color-surface);border-top:1px solid var(--x-color-border);margin-top:0;padding:48px 0 24px;font-size:.95rem}.site-footer__grid{gap:32px;display:grid}@media (min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__name{font-family:var(--x-font-heading);margin-bottom:8px;font-size:1.15rem;display:block}.site-footer__about p{color:var(--x-color-muted);max-width:420px}.site-footer__links,.site-footer__social{flex-direction:column;gap:10px;display:flex}.site-footer a{color:var(--x-color-text-soft);text-decoration:none}.site-footer a:hover{color:var(--x-color-primary)}.site-footer__bottom{border-top:1px solid var(--x-color-border);color:var(--x-color-muted);flex-direction:column;gap:8px;margin-top:40px;padding-top:20px;font-size:.85rem;display:flex}@media (min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between}}.site-footer .site-footer__powered{color:var(--x-color-muted)}.admin-bar{z-index:60;border-radius:var(--x-radius);background:var(--x-color-text);color:var(--x-color-background);box-shadow:var(--x-shadow-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;padding:10px 16px;font-size:.85rem;display:flex;position:fixed;bottom:12px;left:12px;right:12px}@media (min-width:768px){.admin-bar{flex-wrap:nowrap;left:50%;right:auto;transform:translate(-50%)}}.admin-bar__label{font-weight:600}.admin-bar__actions{flex-wrap:wrap;gap:12px;display:flex}.admin-bar a{color:inherit;font-weight:600}.unavailable{min-height:100vh;padding:var(--gutter);background:var(--x-color-surface);place-items:center;display:grid}.unavailable__card{text-align:center;background:var(--x-color-background);border:1px solid var(--x-color-border);border-radius:var(--x-radius);max-width:480px;padding:40px 28px}.unavailable__card p{color:var(--x-color-muted)}.not-found{text-align:center;padding:var(--x-section-y) 0}.not-found p{color:var(--x-color-muted)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
