@import "https://fonts.googleapis.com/css2family=Poppins:wght@400;500;600;700&display=swap";:root{--bg:#fff;--surface:#fffffffa;--surface-strong:#fff;--surface-muted:#f3f7fb;--line:#dbe3ec;--text:#182534;--muted:#66758a;--accent:#3f6f9f;--accent-soft:#ebf3fa;--highlight:#8ea6be;--shadow:0 10px 24px #1825340f;--radius-lg:18px;--radius-md:14px;--radius-sm:10px;--container:1680px;--page-gutter:clamp(1.25rem, 2.6vw, 2.5rem);--sans:"Poppins", sans-serif;--heading:"Poppins", sans-serif;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--text);background:var(--bg);margin:0}a{color:inherit;text-decoration:none}button,a,input,select{transition:transform .18s,border-color .18s,background-color .18s,color .18s,opacity .18s,box-shadow .18s}button,input,select{font:inherit}button{cursor:pointer;background:0 0;border:0}img{max-width:100%;display:block}#root,.site-shell{min-height:100vh}.site-header{z-index:50;width:100%;padding:.8rem 0;position:fixed;top:0;left:0}.site-header__nav,.page-main{width:min(calc(100% - (var(--page-gutter) * 2)), var(--container));margin:0 auto}.site-footer{width:100%}.site-footer__grid{width:min(calc(100% - (var(--page-gutter) * 2)), var(--container));margin:0 auto}.site-header__nav{border:1px solid #0000;border-radius:28px;transition:background-color .22s,border-color .22s,box-shadow .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s,transform .22s}.site-header__nav--scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border-color:#dbe3ecf2;box-shadow:0 14px 30px #18253414}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 1rem;display:flex;position:relative}.site-header__top{flex:auto;justify-content:space-between;align-items:center;gap:1rem;min-width:0;display:flex}.site-header__center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.site-header__center>*{pointer-events:auto}.site-header__panel{align-items:center;gap:1rem;display:inline-flex}.brand{align-items:center;min-width:0;display:inline-flex}.brand-logo{align-items:center;gap:.6rem;min-width:0;display:inline-flex}.brand-logo__mark{object-fit:contain;flex:none;width:auto;height:2.6rem}.brand-logo--compact .brand-logo__mark{width:auto;height:2.6rem}.brand-logo__wordmark{min-width:0}.brand-logo__wordmark strong,.brand-logo__wordmark small{display:block}.brand-logo__wordmark strong{letter-spacing:-.02em;font-size:.98rem}.brand-logo__wordmark small{color:var(--muted);font-size:.76rem}.site-nav{align-items:center;gap:.35rem;display:inline-flex}.site-nav__link,.filter-pill,.choice-card{border:1px solid #0000}.site-nav__link{min-height:2.85rem;color:var(--muted);border-radius:999px;align-items:center;gap:.35rem;padding:.72rem .95rem;font-size:.92rem;font-weight:500;display:inline-flex}.site-nav__link:hover,.site-nav__link--active{border-color:var(--line);color:var(--text);background:#fff}.site-nav__link--button{font-size:.92rem;font-weight:500;font-family:var(--sans)}.site-nav__dropdown{position:relative}.site-nav__dropdown-panel{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;background:#fffffff5;border-radius:24px;width:min(720px,100vw - 3rem);padding:1rem;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 18px 38px #1a231d14}.site-nav__dropdown--open .site-nav__dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.site-nav__dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.site-nav__dropdown-link{background:#f6f9fd;border:1px solid #0000;border-radius:18px;gap:.35rem;padding:1rem;display:grid}.site-nav__dropdown-link:hover{border-color:var(--line);background:#fff}.site-nav__dropdown-link strong{font-size:.96rem}.site-nav__dropdown-link span{color:var(--muted);font-size:.88rem;line-height:1.55}.site-nav--mobile{display:none}.site-nav__link--mobile-child{padding-left:1.2rem}.header-actions{align-items:center;gap:.75rem;display:inline-flex}.menu-toggle{border:1px solid var(--line);width:2.9rem;height:2.9rem;color:var(--text);background:#ffffffe0;border-radius:999px;justify-content:center;align-items:center;display:none}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:3rem;padding:.85rem 1.2rem;font-weight:600;display:inline-flex}.button:hover,.choice-card:hover,.filter-pill:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#f9f6ef}.button--secondary,.button--ghost,.filter-pill{border-color:var(--line);background:var(--surface-strong);color:var(--text)}.page-main{padding-block:7rem 4rem}.page-hero h1,.content-section h2,.site-footer h2{max-width:20ch}.hero-section,.page-hero,.content-section,.catalog-shell,.product-hero,.cart-layout,.checkout-layout,.product-layout{margin-bottom:1.5rem}.hero-section{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1.5rem;padding:.5rem 0;display:grid}.hero-copy,.hero-panel,.page-hero,.content-section,.ai-preview,.filters-panel,.catalog-results,.product-hero__content,.product-hero__media,.order-summary,.checkout-form,.product-sidebar{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow)}.page-hero{text-align:center}.page-hero h1,.page-hero .lead{margin-left:auto;margin-right:auto}.hero-copy,.hero-panel,.page-hero,.content-section,.filters-panel,.catalog-results,.product-hero__content,.product-hero__media,.order-summary,.checkout-form,.product-sidebar{padding:clamp(1.35rem,2.8vw,2.2rem)}.eyebrow,.field-label,.product-card__meta,.product-card__type,.footer-title{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem}.eyebrow{color:#7289a1;margin:0 0 1rem}h1,h2,h3{color:var(--text);margin:0}h1,h2{font-family:var(--heading);letter-spacing:-.03em;font-weight:700;line-height:1.08}h1{text-wrap:balance;max-width:18ch;font-size:clamp(2.3rem,4.6vw,3.8rem)}h2{text-wrap:balance;max-width:22ch;font-size:clamp(1.55rem,2.5vw,2.15rem)}h3{letter-spacing:-.03em;font-size:1.15rem;line-height:1.3}p{margin:0;line-height:1.65}.lead{max-width:54ch;color:var(--muted);margin-top:1.1rem;font-size:1rem}.lead--narrow{max-width:46ch}.lead--center{text-align:center;margin-left:auto;margin-right:auto}.muted{color:var(--muted)}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:1.5rem;display:flex}.hero-actions--stack{flex-direction:column}.hero-panel,.catalog-results,.checkout-form{gap:1rem;display:grid}.hero-panel__top,.floating-card__header,.cart-item__header,.summary-row,.site-footer__grid,.footer-links,.footer-meta,.section-heading--split,.catalog-results__intro,.product-facts,.cart-item__controls{justify-content:space-between;gap:1rem;display:flex}.hero-panel__top,.footer-title,.product-card__meta,.product-card__type{font-size:.84rem}.stat-card,.floating-card,.info-card,.category-card,.product-card,.step-card,.choice-card,.cart-item,.field,.product-image,.detail-row{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong)}.stat-card,.floating-card,.info-card,.category-card,.product-card,.step-card,.choice-card,.cart-item{padding:1rem}.choice-card{align-content:start;min-height:116px;padding:1.15rem 1rem 1.2rem}.choice-card span{line-height:1.6}.stat-card strong{font-family:var(--heading);margin-bottom:.4rem;font-size:2rem;display:block}.hero-product-stack,.trust-grid,.category-grid,.product-grid,.steps-grid,.detail-list,.summary-stack,.meta-stack,.footer-links,.footer-meta{gap:.45rem;display:grid}.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid,.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card-index{background:var(--highlight);border-radius:999px;width:2.6rem;height:.35rem;display:inline-block}.catalog-shell,.checkout-layout,.cart-layout,.product-layout{gap:1.5rem;display:grid}.catalog-shell{grid-template-columns:330px minmax(0,1fr)}.checkout-layout,.cart-layout,.product-layout{grid-template-columns:minmax(0,1.2fr) 380px}.product-layout{align-items:start}.product-column,.product-sidebar,.cart-items{gap:1.5rem;display:grid}.cart-empty{text-align:center;min-height:52vh;padding:4rem var(--page-gutter);flex-direction:column;justify-content:center;align-items:center;display:flex}.cart-empty__lottie{width:200px;height:200px;margin-bottom:-.5rem}.cart-empty__title{color:var(--text);margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cart-empty__desc{color:var(--muted);max-width:38ch;margin:0 0 2rem;font-size:1.05rem;line-height:1.65}.cart-empty__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.cart-overview{grid-template-columns:minmax(280px,420px) minmax(320px,1fr);align-items:start;gap:1.5rem;display:grid}.cart-overview__intro{max-width:420px}.cart-overview h2{max-width:none}.cart-overview__text{text-align:right;justify-self:end;max-width:34rem;padding-top:.4rem}.filters-panel__section,.section-heading{border-bottom:1px solid var(--line);margin-bottom:1.1rem;padding-bottom:1.1rem}.filters-panel__section:last-child,.filters-panel__section--last,.section-heading:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-heading h2{margin-top:.35rem}.filters-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:block}.filters-panel__section--split,.form-grid{gap:1rem;display:grid}.filters-panel__section--split{grid-template-columns:repeat(2,minmax(0,1fr))}.chip-row{flex-wrap:wrap;gap:.75rem;display:flex}.filter-pill{border-radius:999px;padding:.75rem 1rem}.filters-panel .filter-pill{padding:.45rem .9rem;font-size:.875rem}.filter-pill--active,.choice-card--active{background:var(--accent);border-color:var(--accent);color:#f9f6ef}.field{gap:.55rem;padding:1.1rem 1.1rem 1.2rem;display:grid}.field--filter{padding:1rem 1rem 1.1rem}.field--full{grid-column:1/-1}.text-input,select{border:1px solid var(--line);width:100%;min-height:3.2rem;color:var(--text);background:#fffdfa;border-radius:16px;outline:none;padding:.95rem 1rem}.text-input:focus,select:focus{border-color:#213a2f73;box-shadow:0 0 0 4px #213a2f14}.catalog-results__intro,.section-heading--split{align-items:end}.catalog-results__intro .muted,.section-heading--split .muted{max-width:42ch}.product-card{box-shadow:none;flex-direction:column;gap:.8rem;display:flex}.product-card--compact{min-height:100%}.product-card__content,.product-card__actions{gap:.55rem;display:grid}.product-card__labels{flex-wrap:wrap;justify-content:space-between;gap:.75rem;display:flex}.product-card__footer{justify-content:center;margin-top:auto;display:flex}.product-card__actions{justify-content:center;gap:.6rem;width:100%;display:flex}.product-card__actions .button{white-space:nowrap;flex:1}.product-card-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.product-card-gallery__item{gap:.75rem;display:grid}.product-card-gallery__image{aspect-ratio:1;object-fit:contain;border:1px solid var(--line);width:100%;box-shadow:none;background:#fff;border-radius:18px;padding:.85rem}.product-card-gallery__item p{font-weight:600;line-height:1.4}.product-image{background:#fff;min-height:180px;padding:0;position:relative;overflow:hidden}.product-image__media{width:100%;height:100%;min-height:inherit;object-fit:cover}.product-image__badge{border:1px solid var(--line);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#ffffffe6;border-radius:999px;padding:.45rem .75rem;font-size:.75rem;display:inline-flex;position:absolute;top:1rem;left:1rem}.product-hero{grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:1.5rem;display:grid}.pk-bar{z-index:200;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);pointer-events:none;background:#fffffff0;transition:transform .28s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;transform:translateY(-110%)}.pk-bar--on{pointer-events:auto;transform:translateY(0)}.pk-bar__inner{max-width:880px;padding:.7rem var(--page-gutter);align-items:center;gap:1rem;margin:0 auto;display:flex}.pk-bar__name{color:var(--text);flex:1;font-size:.88rem;font-weight:600}.pk-bar__price{color:var(--text);font-size:.9rem;font-weight:700}.pk-bar__btn{padding:.5rem 1.1rem;font-size:.82rem}.pk2-hero{text-align:center;padding:clamp(3.5rem, 8vw, 6rem) var(--page-gutter) 0;background:var(--surface-muted);border-bottom:1px solid var(--line);flex-direction:column;align-items:center;display:flex}.pk2-overline{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-size:.72rem;font-weight:600}.pk2-title{letter-spacing:-.04em;color:var(--text);margin:0 0 1rem;font-size:clamp(2.8rem,7vw,5rem);font-weight:800;line-height:1}.pk2-sub{color:var(--muted);max-width:48ch;margin:0 0 2.5rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.pk2-hero-img{width:min(560px,90%)}.pk2-hero-img img{object-fit:contain;filter:drop-shadow(0 20px 50px #18253421);width:100%;height:auto;display:block}.pk2-hero-buy{flex-direction:column;align-items:center;gap:.45rem;padding:2.25rem 0 3rem;display:flex}.pk2-hero-price{letter-spacing:-.035em;color:var(--text);font-size:2.2rem;font-weight:800;line-height:1}.pk2-hero-note{color:var(--muted);margin-bottom:.75rem;font-size:.78rem}.pk2-buy-btn{border-radius:100px;align-items:center;gap:.5rem;padding:.85rem 2.25rem;font-size:1rem;transition:background .18s,transform .14s;display:inline-flex}.pk2-buy-btn--ok{background:#16a34a!important}.pk2-buy-btn:hover{transform:translateY(-1px)}.pk2-split{grid-template-columns:1fr 1fr;min-height:600px;display:grid}.pk2-split__img{background:#f8f9fb;overflow:hidden}.pk2-split__img img{object-fit:cover;width:100%;height:100%;display:block}.pk2-split__text{border-left:1px solid var(--line);flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,6rem) clamp(2rem,5vw,5rem);display:flex}.pk2-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .85rem;font-size:.72rem;font-weight:600}.pk2-split__heading{letter-spacing:-.025em;color:var(--text);margin:0 0 1rem;font-size:clamp(1.75rem,3.5vw,2.6rem);font-weight:800;line-height:1.1}.pk2-split__body{color:var(--muted);max-width:42ch;margin:0 0 1.75rem;font-size:.93rem;line-height:1.7}.pk2-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pk2-list li{border-bottom:1px solid var(--line);color:var(--text);align-items:center;gap:.7rem;padding:.75rem 0;font-size:.88rem;font-weight:500;display:flex}.pk2-list li:first-child{border-top:1px solid var(--line)}.pk2-list li svg{color:var(--accent);flex-shrink:0}.pk2-cta{text-align:center;padding:clamp(4rem, 9vw, 7rem) var(--page-gutter);border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:.5rem;display:flex}.pk2-cta__price{letter-spacing:-.04em;color:var(--text);font-size:2.4rem;font-weight:800;line-height:1}.pk2-cta__note{color:var(--muted);margin-bottom:.85rem;font-size:.78rem}.pk2-cta__link{color:var(--muted);margin-top:.4rem;font-size:.82rem;text-decoration:none;transition:color .15s}.pk2-cta__link:hover{color:var(--text)}@media (width<=760px){.pk2-split{min-height:unset;grid-template-columns:1fr}.pk2-split__img{aspect-ratio:4/3}.pk2-split__text{border-left:none;border-top:1px solid var(--line)}}.pk-sticky-bar{z-index:200;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);pointer-events:none;background:#ffffffeb;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.pk-sticky-bar--visible{pointer-events:auto;transform:translateY(0)}.pk-sticky-bar__inner{max-width:960px;padding:.75rem var(--page-gutter);align-items:center;gap:1rem;margin:0 auto;display:flex}.pk-sticky-bar__name{color:var(--text);flex:1;font-size:.9rem;font-weight:600}.pk-sticky-bar__price{color:var(--text);font-size:.95rem;font-weight:700}.pk-sticky-bar__btn{align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.85rem;display:inline-flex}.pk-root{flex-direction:column;display:flex}.pk-hero{background:var(--surface-muted);padding:clamp(3rem, 7vw, 5.5rem) var(--page-gutter) 0;text-align:center;border-bottom:1px solid var(--line)}.pk-hero__inner{flex-direction:column;align-items:center;max-width:820px;margin:0 auto;display:flex}.pk-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#3f6f9f1a;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.28rem .85rem;font-size:.72rem;font-weight:600;display:inline-flex}.pk-hero__title{letter-spacing:-.03em;color:var(--text);margin:0 0 1rem;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.08}.pk-hero__sub{color:var(--muted);margin:0 0 2.5rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.pk-hero__img-wrap{width:100%;max-width:560px;margin:0 auto}.pk-hero__img{object-fit:contain;filter:drop-shadow(0 24px 48px #18253424);width:100%;height:auto;display:block}.pk-hero__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;padding:2.5rem 0 3rem;display:flex}.pk-price-block{flex-direction:column;align-items:flex-start;gap:.1rem;display:flex}.pk-price{letter-spacing:-.03em;color:var(--text);font-size:2rem;font-weight:800;line-height:1}.pk-price-note{color:var(--muted);font-size:.75rem}.pk-cta-btn{border-radius:var(--radius-lg);align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;transition:background .18s,transform .14s;display:inline-flex}.pk-cta-btn--added{background:#16a34a!important}.pk-facts-strip{border-bottom:1px solid var(--line)}.pk-facts-strip__inner{max-width:820px;padding:1.25rem var(--page-gutter);margin:0 auto;display:flex}.pk-fact{color:var(--muted);flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:flex}.pk-fact:not(:last-child){border-right:1px solid var(--line)}.pk-fact svg{color:var(--accent);flex-shrink:0}.pk-section{padding:clamp(4rem, 8vw, 6.5rem) var(--page-gutter)}.pk-section--light{background:#fff}.pk-section__inner{max-width:1100px;margin:0 auto}.pk-section__inner--center{text-align:center}.pk-section__inner--narrow{max-width:680px}.pk-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.72rem;font-weight:600;display:block}.pk-body{color:var(--muted);margin:0;font-size:.95rem;line-height:1.7}.pk-inbox{grid-template-columns:1.65fr 1fr;align-items:center;gap:clamp(2rem,4vw,4rem);max-width:1200px;margin:0 auto;display:grid}.pk-inbox__img img{object-fit:contain;border-radius:var(--radius-lg);width:100%;height:auto;display:block}.pk-inbox__text h2{letter-spacing:-.025em;color:var(--text);margin:0 0 1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.1}.pk-inbox__text .pk-body{margin-bottom:1.75rem}.pk-checklist{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pk-checklist li{border-bottom:1px solid var(--line);color:var(--text);align-items:center;gap:.85rem;padding:.8rem 0;font-size:.9rem;font-weight:500;display:flex}.pk-checklist li:first-child{border-top:1px solid var(--line)}.pk-checklist__dot{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.pk-section--who{background:var(--surface-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pk-who-title{letter-spacing:-.03em;color:var(--text);margin:0 0 2.5rem;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.1}.pk-who-grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.pk-who-card{background:#fff;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;transition:background .2s;display:flex}.pk-who-card:hover{background:var(--accent-soft)}.pk-who-card strong{color:var(--text);font-size:.95rem;font-weight:700}.pk-who-card p{color:var(--muted);margin:0;font-size:.83rem;line-height:1.55}.pk-section--light h2{letter-spacing:-.025em;color:var(--text);margin:0 0 2rem;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:800;line-height:1.1}.pk-specs{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.pk-spec-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.pk-spec-row:last-child{border-bottom:none}.pk-spec-row:nth-child(2n){background:var(--surface-muted)}.pk-spec-row dt{color:var(--muted);font-size:.85rem;font-weight:500}.pk-spec-row dd{color:var(--text);margin:0;font-size:.9rem;font-weight:600}.pk-bottom-cta{background:var(--accent);padding:clamp(4rem, 9vw, 7rem) var(--page-gutter);text-align:center}.pk-bottom-cta__inner{flex-direction:column;align-items:center;gap:.75rem;max-width:560px;margin:0 auto;display:flex}.pk-bottom-cta h2{letter-spacing:-.025em;color:#fff;margin:0;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.1}.pk-bottom-cta p{color:#ffffffa6;margin:0 0 .5rem;font-size:.9rem}.pk-bottom-cta__actions{flex-direction:column;align-items:center;gap:.85rem;display:flex}.pk-bottom-cta__buy{color:var(--text);border-radius:var(--radius-lg);cursor:pointer;background:#fff;border:none;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;transition:opacity .18s,transform .14s;display:inline-flex}.pk-bottom-cta__buy:hover{opacity:.9;transform:translateY(-1px)}.pk-bottom-cta__link{color:#ffffff8c;font-size:.85rem;text-decoration:none;transition:color .16s}.pk-bottom-cta__link:hover{color:#ffffffe6}@media (prefers-color-scheme:dark){.pk-section--who{background:#0f1923;border-color:#ffffff14}.pk-who-title{color:#fff}.pk-label{color:#ffffff73}.pk-who-grid{background:#ffffff14;border-color:#ffffff14}.pk-who-card{background:#ffffff0a}.pk-who-card:hover{background:#ffffff14}.pk-who-card strong{color:#fff}.pk-who-card p{color:#ffffff80}.pk-bottom-cta{background:#0d1117}}@media (width<=860px){.pk-inbox{grid-template-columns:1fr}.pk-who-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.pk-facts-strip__inner{flex-direction:column}.pk-fact{border-bottom:1px solid var(--line);justify-content:flex-start;border-right:none!important}.pk-fact:last-child{border-bottom:none}.pk-who-grid{grid-template-columns:1fr}.pk-hero__cta{flex-direction:column;align-items:center}}.product-hero__media{align-items:stretch;display:grid}.product-hero__media .product-image{min-height:520px}.product-facts{flex-wrap:wrap;margin-top:1.5rem}.product-facts>div{gap:.35rem;min-width:150px;display:grid}.product-cta{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.detail-row{align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.meta-stack>div{gap:.3rem;display:grid}.cart-item{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.cart-item__content{gap:1.1rem;display:grid}.cart-item__header{align-items:start}.cart-item__eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem;font-size:.78rem}.cart-item__header h3{max-width:none;margin-bottom:.35rem}.cart-item__controls{align-items:end}.cart-item__quantity{gap:.55rem;max-width:110px;display:grid}.cart-item__quantity select{min-height:56px}.cart-item__remove{min-width:120px}.order-summary{align-self:start;height:fit-content;padding:1.1rem;position:sticky;top:6rem}.order-summary__card{border:1px solid var(--line);background:#fff;border-radius:24px;gap:0;padding:1rem 1rem .35rem;display:grid}.summary-row{border-bottom:1px solid var(--line);align-items:center;padding:.85rem 0}.summary-row--compact{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;display:grid}.summary-row__value{text-align:right;max-width:160px;line-height:1.45}.summary-row__value--muted{color:var(--text)}.summary-row--block{align-items:start;gap:.75rem}.summary-row--total{border-bottom:0;margin-top:.5rem}.order-summary .content-section{padding:1.25rem 1.25rem 1rem}.order-summary__actions{margin-top:1rem}.order-summary__actions .button{width:100%}.choice-grid,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-grid{gap:1rem;display:grid}.choice-card{text-align:left;gap:.4rem;padding:1.05rem 1rem 1.1rem;display:grid}.site-footer{background:var(--surface-strong);padding-bottom:2.5rem}.footer-tagline{color:var(--muted);margin-top:.75rem;font-size:.875rem}.site-footer__grid{border-top:1px solid var(--line);grid-template-columns:minmax(0,1.2fr) repeat(3,minmax(140px,.6fr));align-items:start;padding:2rem 0 0}.content-section--plain{box-shadow:none;background:0 0;border:0;padding-inline:0}.trust-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-item{border-top:1px solid var(--line);gap:.85rem;padding:1rem 0;display:grid}.steps-grid--home .step-card{background:#fff}.footer-links,.footer-meta{flex-direction:column;align-items:flex-start;gap:.3rem}.footer-title{color:var(--text);margin-bottom:.65rem;font-size:.7rem;font-weight:700}.footer-link{color:var(--muted);font-size:.875rem}.footer-link:hover{color:var(--text)}.footer-meta span{font-size:.875rem}.hero-section--create{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr)}.ai-preview{background:radial-gradient(circle at top,#b7805224,#0000 40%),linear-gradient(#ffffffeb,#f0e9e0e0);align-items:center;padding:1.2rem;display:grid}.ai-preview__window{border-radius:var(--radius-md);border:1px solid var(--line);background:#f7f4eefa;overflow:hidden}.ai-preview__toolbar{border-bottom:1px solid var(--line);gap:.5rem;padding:.9rem 1rem;display:flex}.ai-preview__toolbar span{background:#2d29252e;border-radius:50%;width:.75rem;height:.75rem}.ai-preview__body{gap:.75rem;padding:1rem;display:grid}.ai-chip,.ai-output{border:1px solid var(--line);background:#ffffffc2;border-radius:18px;padding:.9rem 1rem}.ai-chip{width:fit-content;font-weight:700}.ai-output p{color:var(--muted);margin-bottom:.4rem}.step-card__number{color:var(--highlight);letter-spacing:.06em;margin-bottom:1rem;font-weight:800;display:inline-flex}.community-section{margin-bottom:1.75rem}.community-grid{gap:1rem;display:grid}.community-grid--catalog{grid-template-columns:repeat(4,minmax(0,1fr))}.community-grid--testimonials{grid-template-columns:repeat(3,minmax(0,1fr))}.community-panel{gap:.45rem;padding:1.2rem;display:grid}.community-panel p,.testimonial-card p{color:var(--muted)}.arc-hero{min-height:clamp(720px,92vh,960px);margin-bottom:2rem;padding-top:1.5rem;position:relative;overflow:hidden}.arc-hero__ring{width:100%;margin-inline:auto;position:relative}.arc-hero__pivot{width:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.arc-hero__card{opacity:0;animation:.8s ease-out forwards arc-fade-in-up;position:absolute}.arc-hero__image{background:#edf4fb;border:1px solid #212b261a;border-radius:26px;width:100%;height:100%;transition:transform .18s;overflow:hidden;box-shadow:0 18px 40px #2a45621f}.arc-hero__card:hover .arc-hero__image{transform:scale(1.04)rotate(0)!important}.arc-hero__image img{object-fit:cover;width:100%;height:100%}.arc-hero__content{z-index:2;text-align:center;opacity:0;justify-items:center;margin-top:clamp(-9rem,-12vw,-5.5rem);padding-inline:1.25rem;animation:.8s ease-out .75s forwards arc-fade-in;display:grid;position:relative}.arc-hero__content h1{max-width:8.5ch;margin-inline:auto;font-size:clamp(3.25rem,7vw,6.2rem);line-height:.92}.arc-hero__content .lead{max-width:34rem;margin-inline:auto;font-size:clamp(1rem,1.5vw,1.18rem)}.arc-hero__content .hero-actions{justify-content:center}.arc-hero--create{min-height:clamp(720px,88vh,940px);margin-bottom:3rem}.arc-hero--create .arc-hero__ring{transform-origin:bottom;transform:translateY(1.5rem)scale(.94)}.arc-hero--create .arc-hero__content{margin-top:clamp(-7rem,-10vw,-4.5rem)}.arc-hero--create .arc-hero__content h1{letter-spacing:-.035em;max-width:12ch;font-size:clamp(3rem,6vw,5.25rem);line-height:.98}.arc-hero--create .arc-hero__content .lead{max-width:38rem}.home-marquee-hero{text-align:center;background:radial-gradient(circle at 50% 18%,#8ea6be38,#0000 34%),linear-gradient(#fffffffa,#f6f9fdf0);justify-content:center;align-items:center;width:100vw;min-height:clamp(680px,100vh - 7rem,860px);margin-bottom:2rem;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.home-marquee-hero__content{z-index:2;flex-direction:column;align-items:center;width:min(100%,820px);padding:clamp(2rem,5vw,4.5rem) 1.25rem clamp(18rem,36vh,24rem);display:flex;position:relative}.home-marquee-hero__tagline{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #dbe3ece6;border-radius:999px;margin-bottom:1rem;padding:.5rem .9rem;font-size:.78rem;font-weight:600}.home-marquee-hero__title{max-width:18ch;margin-inline:auto;font-size:clamp(3rem,7.2vw,6.4rem);line-height:1.05}.home-marquee-hero__title span{margin-right:.22em;display:inline-block}.home-marquee-hero__title span:last-child{margin-right:0}.home-marquee-hero__description{max-width:42rem;color:var(--muted);margin-top:1.35rem;font-size:clamp(1rem,1.4vw,1.18rem)}.home-marquee-hero__actions{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1.65rem;display:flex}.home-marquee-hero__marquee{z-index:1;width:100vw;height:clamp(190px,31vh,300px);position:absolute;bottom:0;left:50%;overflow:hidden;transform:translate(-50%);-webkit-mask-image:linear-gradient(#0000,#000 18% 82%,#0000);mask-image:linear-gradient(#0000,#000 18% 82%,#0000)}.home-marquee-hero__track{will-change:transform;width:max-content;animation:46s linear infinite home-marquee-scroll;display:flex}.home-marquee-hero__group{flex:none;gap:clamp(.75rem,1.7vw,1.25rem);padding:1rem clamp(.75rem,1.7vw,1.25rem) 2rem 0;display:flex}.home-marquee-hero__image-card{aspect-ratio:3/4;background:#edf4fb;border:1px solid #dbe3ecf2;border-radius:18px;flex:none;width:clamp(120px,12vw,176px);overflow:hidden;box-shadow:0 18px 34px #18253421}.home-marquee-hero__image-card img{object-fit:cover;width:100%;height:100%}@keyframes home-marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes arc-fade-in-up{0%{opacity:0;transform:translate(-50%,60%)}to{opacity:1;transform:translate(-50%,50%)}}@keyframes arc-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.testimonial-v2{border:1px solid var(--line);background:linear-gradient(#ffffffe6,#f6f1ead9);border-radius:30px;margin-bottom:2rem;padding:1.2rem}.testimonial-v2__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.testimonial-v2__card{border:1px solid var(--line);min-height:260px;box-shadow:var(--shadow);background:#fff;border-radius:24px;gap:1.4rem;padding:1.25rem;display:grid}.testimonial-v2__card--2{transform:translateY(18px)}.testimonial-v2__card--3{transform:translateY(8px)}.testimonial-v2__meta{gap:.2rem;display:grid}.testimonial-v2__meta span{color:var(--muted);font-size:.9rem}.testimonials-v2-marquee{background:#fff;margin-bottom:2rem;padding:2rem 0 0;position:relative}.testimonials-v2-marquee__inner{background:0 0;border:0;border-radius:0;padding:0;position:relative;overflow:hidden}.testimonials-v2-marquee__heading{text-align:center;justify-items:center;max-width:42rem;margin:0 auto 2.5rem;display:grid}.testimonials-v2-marquee__badge{color:#7289a1;letter-spacing:.12em;text-transform:uppercase;background:#fffc;border:1px solid #1825341a;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:.35rem .9rem;font-size:.76rem;display:inline-flex}.testimonials-v2-marquee__heading h2{text-align:center;max-width:16ch;margin-top:1.1rem;font-size:clamp(2.3rem,4vw,4.3rem);line-height:.96}.testimonials-v2-marquee__heading p{max-width:35rem;color:var(--muted);margin:1rem 0 0;font-size:1.02rem;line-height:1.7}.testimonials-v2-marquee__columns{justify-content:center;gap:1rem;height:680px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.testimonials-v2-marquee__column{width:min(100%,340px);overflow:hidden}.testimonials-v2-marquee__column--mid,.testimonials-v2-marquee__column--last{display:block}.testimonials-v2-marquee__list{will-change:transform;flex-direction:column;gap:1rem;margin:0;padding:0 0 1rem;list-style:none;display:flex}@keyframes marquee-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.testimonials-v2-marquee__item{background:#fffffffa;border:1px solid #18253414;border-radius:30px;outline:none;width:min(100%,340px);padding:1.5rem;box-shadow:0 14px 34px #18253412}.testimonials-v2-marquee__quote{gap:1rem;margin:0;display:grid}.testimonials-v2-marquee__icon{color:#4b74a3}.testimonials-v2-marquee__quote p{color:#5f7288;margin:0;line-height:1.75}.testimonials-v2-marquee__footer{align-items:center;gap:.85rem;display:flex}.testimonials-v2-marquee__footer img{object-fit:cover;border-radius:999px;width:40px;height:40px}.testimonials-v2-marquee__avatar{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.testimonials-v2-marquee__footer div{gap:.12rem;display:grid}.testimonials-v2-marquee__footer cite{color:var(--text);font-style:normal;font-weight:700}.testimonials-v2-marquee__footer span{color:var(--muted);font-size:.92rem}.ai-composer,.ai-gen-showcase{margin-bottom:1.75rem}.ai-composer{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:1rem;display:grid}.ai-composer__chat,.ai-composer__visuals,.ai-gen-showcase,.ai-chat-card,.ai-preview-card,.ai-prompt-list,.ai-gen-tile{border:1px solid var(--line);background:#fff;border-radius:28px}.ai-composer__chat,.ai-composer__visuals,.ai-gen-showcase{padding:1.25rem}.ai-composer__chat,.ai-composer__visuals{gap:1rem;display:grid}.ai-chat-card{gap:1rem;padding:1rem;display:grid}.ai-chat-card__messages{gap:.75rem;display:grid}.ai-bubble{border-radius:18px;max-width:85%;padding:.9rem 1rem;line-height:1.55}.ai-bubble--user{background:#edf4fb;justify-self:start}.ai-bubble--assistant{color:#f8f5ef;background:#3f6f9f;justify-self:end}.ai-chat-card__input{grid-template-columns:1fr auto;align-items:center;gap:.75rem;display:grid}.ai-preview-card{overflow:hidden}.ai-preview-card__image{background:#edf4fb;min-height:320px}.ai-preview-card__image img{object-fit:cover;width:100%;height:100%}.ai-preview-card__body{gap:.3rem;padding:1rem 1.1rem;display:grid}.ai-preview-card__body span,.ai-prompt-list .eyebrow{margin:0}.ai-prompt-list{gap:.75rem;padding:1rem;display:grid}.ai-prompt-chip{text-align:left;border:1px solid var(--line);background:#f8f7f3;border-radius:18px;padding:.85rem 1rem}.ai-gen-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.ai-gen-tile{gap:.75rem;padding:1.2rem;display:grid}.ai-gen-tile--wide{grid-column:span 3}.ai-gen-tags{flex-wrap:wrap;gap:.75rem;display:flex}.ai-gen-tags span{border:1px solid var(--line);color:var(--muted);background:#f7f5f0;border-radius:999px;padding:.7rem .9rem;display:inline-flex}.about-founders{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.founder-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.founder-card__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1rem;font-weight:700;display:flex}.founder-card__avatar--laura{color:#1e5a9e;background:#dbeafe}.founder-card__avatar--oscar{color:#065f46;background:#d1fae5}.founder-card__body{gap:.75rem;display:grid}.founder-card__role{color:var(--muted);margin:-.5rem 0 0;font-size:.875rem;font-weight:600}.founder-card__body p{color:var(--muted);margin:0;line-height:1.65}.about-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.about-value{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-muted);padding:1.5rem}.about-value h3{margin-bottom:.6rem;font-size:1rem}.about-value p{color:var(--muted);margin:0;font-size:.9375rem;line-height:1.65}.how-steps{gap:1rem;display:grid}.how-step{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-strong);align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.how-step__number{color:var(--accent);opacity:.4;flex-shrink:0;width:2.5rem;font-size:1.5rem;font-weight:700;line-height:1}.how-step h3{margin-bottom:.4rem;font-size:1.05rem}.how-step p{color:var(--muted);margin:0;line-height:1.65}.cta-band{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--accent-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;display:flex}.cta-band h2{margin-bottom:.25rem;font-size:clamp(1.1rem,2vw,1.4rem)}.faq-list{border:1px solid var(--line);border-radius:var(--radius-lg);gap:0;display:grid;overflow:hidden}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-item__question{text-align:left;width:100%;color:var(--text);background:var(--surface-strong);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex}.faq-item--open .faq-item__question{background:var(--accent-soft);color:var(--accent)}.faq-item__icon{color:var(--muted);flex-shrink:0;font-size:1.25rem;font-weight:400}.faq-item__answer{color:var(--muted);background:var(--surface-strong);margin:0;padding:0 1.5rem 1.25rem;font-size:.9375rem;line-height:1.7}.info-sections{gap:2rem;display:grid}.info-block{gap:1rem;display:grid}.info-block h2{border-bottom:1px solid var(--line);padding-bottom:.75rem;font-size:1.15rem}.info-block p{color:var(--muted);margin:0;line-height:1.7}.info-block__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.info-tile{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);gap:.6rem;padding:1.25rem 1.5rem;display:grid}.info-tile h3{font-size:.9375rem}.info-tile p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.65}.info-tile__meta{font-weight:600;color:var(--accent)!important;font-size:.78rem!important}.delivery-page{width:min(100%,1040px);margin:0 auto}.delivery-hero{padding-block:clamp(1.5rem,3vw,2.4rem)}.delivery-hero h1{max-width:16ch;font-size:clamp(2rem,4vw,3rem)}.delivery-content{padding:clamp(1.25rem,2.4vw,2rem)}.delivery-content .info-sections{gap:1.5rem}.delivery-content .info-block{gap:.85rem}.info-block__head{align-items:center;gap:.7rem;display:flex}.info-block__number{background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;display:inline-flex}.delivery-content .info-block h2{border:0;max-width:none;margin:0;padding:0;font-size:1.08rem}.delivery-content .info-block__grid{gap:.75rem}.delivery-content .info-tile{background:var(--surface-strong);border-radius:var(--radius-sm);padding:1rem}.delivery-content .info-tile h3{margin:0;font-size:.9rem}.delivery-content .info-tile p{font-size:.82rem;line-height:1.6}.delivery-content .info-block--plain{border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg, var(--surface-strong), var(--surface));padding:1rem}.delivery-content .info-block--plain p{padding-left:2.7rem}@media (width<=780px){.about-founders,.about-values,.info-block__grid{grid-template-columns:1fr}.delivery-content .info-block--plain p{padding-left:0}}.wizard-section{margin-bottom:1.75rem}.wizard-shell{max-width:640px;margin:0 auto}.wizard-header{text-align:center;margin-bottom:2rem}.wizard-progress{justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.wizard-progress__dot{background:var(--line);border-radius:50%;width:8px;height:8px;transition:width .22s,background-color .22s,border-radius .22s}.wizard-progress__dot--active{background:var(--accent);border-radius:4px;width:28px}.wizard-progress__dot--done{background:var(--accent)}.wizard-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow);padding:2rem}.wizard-card--center{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.wizard-step-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 .5rem;font-size:.8rem;font-weight:600}.wizard-card__title{color:var(--text);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.wizard-card--center .wizard-card__title{margin:0}.wizard-loading-flow{border-radius:var(--radius-md);width:min(100%,320px);height:auto;display:block}.wizard-loading-title{text-wrap:balance;max-width:30rem;min-height:1.5em}.wizard-field-label{color:var(--muted);margin:0 0 .6rem;font-size:.875rem;font-weight:600}.wizard-field-label+.wizard-field-label{margin-top:1.25rem}.wizard-hint{color:var(--muted);margin:.75rem 0 0;font-size:.85rem;line-height:1.55}.category-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.category-chip{border:1.5px solid var(--line);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem 1rem;font-size:.875rem;font-weight:500}.category-chip:hover{border-color:var(--highlight);transform:translateY(-1px)}.category-chip--selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.wizard-textarea{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;font:inherit;resize:vertical;min-height:88px;color:var(--text);background:#fffdfa;padding:.85rem 1rem;font-size:.9375rem;transition:border-color .18s,box-shadow .18s}.wizard-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #3f6f9f1f}.option-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.option-grid--three{grid-template-columns:repeat(3,1fr)}.option-card{border:1.5px solid var(--line);border-radius:var(--radius-md);cursor:pointer;text-align:center;background:0 0;flex-direction:column;gap:.15rem;padding:.85rem 1rem;font-size:.875rem;display:flex}.option-card:hover{border-color:var(--highlight);transform:translateY(-1px)}.option-card--selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.option-card__main{font-weight:600}.option-card__sub{color:var(--muted);font-size:.78rem}.option-card--selected .option-card__sub{color:var(--accent);opacity:.75}.wizard-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.wizard-actions--end{justify-content:flex-end}.label-preview{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-md);margin-top:1.5rem;max-width:220px;margin-inline:auto;overflow:hidden}.label-preview__image{aspect-ratio:1;background:#edf4fb;justify-content:center;align-items:center;display:flex}.label-preview__placeholder{color:var(--muted);text-align:center;padding:1rem;font-size:.78rem;line-height:1.4}.label-preview__text{text-align:center;color:var(--text);background:#fff;margin:0;padding:.75rem 1rem;font-size:1rem;font-weight:700}.spinner{border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pikto-card{max-width:100%;box-shadow:var(--shadow);background:#fff;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden;container-type:inline-size}.pikto-card--bordered{border:4px solid #0f1923}.pikto-card--kvadratisk{width:320px;max-width:100%}.pikto-card__img{object-fit:contain;flex-shrink:0;width:100%;display:block}.pikto-card--kvadratisk .pikto-card__img{aspect-ratio:1}.pikto-card__label{font-family:var(--sans);color:#0f1923;text-align:center;background:#fff;width:100%;margin:0;padding:.55rem 1rem .75rem;font-size:clamp(.95rem,6.5cqw,1.35rem);font-weight:700;line-height:1.3}.pikto-card__placeholder{background:var(--surface);width:100%;color:var(--muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.pikto-card--kvadratisk .pikto-card__placeholder{aspect-ratio:1}.pikto-card--vandret{aspect-ratio:1774/887;flex-direction:row;align-items:stretch;width:600px;max-width:100%;display:flex;container-type:inline-size}.pikto-card--vandret.pikto-card--bordered{border-width:6px}.pikto-card__text-zone{box-sizing:border-box;background:#fff;flex:0 0 40%;justify-content:center;align-items:center;min-width:0;padding:.5rem 1rem;display:flex;overflow:hidden;container-type:inline-size}.pikto-card__img-zone{flex:1 1 0;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.pikto-card--vandret .pikto-card__label{text-align:center;overflow-wrap:break-word;word-break:break-word;background:0 0;width:100%;margin:0;padding:0;font-size:clamp(.9rem,10cqw,2.2rem);line-height:1.2}.pikto-card--vandret .pikto-card__img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;aspect-ratio:unset;flex-shrink:0;display:block}.pikto-card--vandret .pikto-card__placeholder{background:var(--surface);width:100%;height:100%;color:var(--muted);aspect-ratio:unset;justify-content:center;align-items:center;font-size:.85rem;display:flex}.pikto-card--preview{box-shadow:none;border-color:var(--line);margin-top:1.25rem}.result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.wizard-dev-prompts{border-radius:var(--radius-md);background:#fffbea;border:1.5px dashed #e2a800;margin-top:1rem;padding:.85rem 1rem}[data-theme=dark] .wizard-dev-prompts{background:#2a2200;border-color:#7a5c00}.wizard-dev-prompts__label{color:#a07000;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;font-size:.7rem;font-weight:600}[data-theme=dark] .wizard-dev-prompts__label{color:#d4a800}.wizard-dev-prompts__chips{flex-wrap:wrap;gap:.35rem;display:flex}.wizard-dev-chip{color:#7a5000;cursor:pointer;background:0 0;border:1px solid #d4a800;border-radius:100px;padding:.25rem .65rem;font-size:.8rem;font-weight:500;transition:background .12s,color .12s}.wizard-dev-chip:hover{color:#2a2000;background:#f0d000}[data-theme=dark] .wizard-dev-chip{color:#d4a800;border-color:#7a5c00}[data-theme=dark] .wizard-dev-chip:hover{color:#f0d000;background:#3a2e00}.wizard-dev-meta{border-radius:var(--radius-md);text-align:left;border:1.5px dashed #e2a800;width:100%;margin-top:1.5rem;overflow:hidden}[data-theme=dark] .wizard-dev-meta{border-color:#7a5c00}.wizard-dev-meta__summary{color:#a07000;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fffbea;padding:.6rem .9rem;font-size:.72rem;font-weight:600;list-style:none}[data-theme=dark] .wizard-dev-meta__summary{color:#d4a800;background:#2a2200}.wizard-dev-meta__summary::-webkit-details-marker{display:none}.wizard-dev-meta__table{border-collapse:collapse;background:#fffdf0;width:100%;font-size:.8rem}[data-theme=dark] .wizard-dev-meta__table{background:#1e1a00}.wizard-dev-meta__row:nth-child(2n) td{background:#fff8d6}[data-theme=dark] .wizard-dev-meta__row:nth-child(2n) td{background:#251f00}.wizard-dev-meta__key{color:var(--muted);white-space:nowrap;border-right:1px solid #f0d060;width:40%;padding:.3rem .9rem;font-weight:500}[data-theme=dark] .wizard-dev-meta__key{border-right-color:#3a3000}.wizard-dev-meta__val{color:var(--text);word-break:break-all;padding:.3rem .9rem;font-family:monospace}.reveal-frame{border-radius:var(--radius-lg);border:1px solid var(--line);width:100%;max-width:320px;box-shadow:var(--shadow);background:#fff;position:relative;overflow:hidden}.reveal-img{aspect-ratio:1;object-fit:cover;filter:blur(38px)saturate(.1)brightness(1.55);will-change:filter;width:100%;transition:filter 3.4s cubic-bezier(.16,1,.3,1);display:block}.reveal-img--sharp{filter:blur()saturate()brightness()}.reveal-scanlines{opacity:1;pointer-events:none;background:repeating-linear-gradient(0deg,#0000000f 0 1px,#0000 1px 3px);transition:opacity 3s;position:absolute;inset:0}.reveal-scanlines--gone{opacity:0}.reveal-progress{background:#fff;flex-direction:column;gap:.4rem;padding:.75rem 1rem .85rem;display:flex}.reveal-progress__bar{background:var(--line);border-radius:99px;height:4px;overflow:hidden}.reveal-progress__fill{background:var(--accent);border-radius:99px;height:100%;transition:width 80ms linear}.reveal-progress__label{color:var(--muted);letter-spacing:.02em;font-size:.78rem;font-weight:600}.error-icon{color:#c0392b;background:#fdecea;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:700;display:flex}@media (width<=1180px){.site-header__center{order:3;justify-content:flex-start;width:100%;position:static;inset:auto}.site-header__inner{flex-wrap:wrap}.site-nav--desktop{justify-content:flex-start}.catalog-shell,.checkout-layout,.cart-layout,.product-layout,.product-hero{grid-template-columns:1fr}.choice-grid,.form-grid,.trust-grid,.community-grid--catalog,.community-grid--testimonials,.category-grid,.product-grid,.steps-grid,.product-card-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-composer,.ai-gen-showcase__grid{grid-template-columns:1fr}.arc-hero{min-height:700px}.testimonial-v2__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonials-v2-marquee__column--last{display:none}.ai-gen-tile--wide{grid-column:auto}}@media (width<=780px){.hero-section,.hero-section--create,.choice-grid,.form-grid,.filters-panel__section--split,.trust-grid,.trust-grid--two,.trust-grid--three,.community-grid--catalog,.community-grid--testimonials,.testimonial-v2__grid,.ai-gen-showcase__grid,.category-grid,.product-grid,.steps-grid,.product-card-gallery,.site-footer__grid,.cart-item{grid-template-columns:1fr}.menu-toggle{display:inline-flex}.site-header__center{display:none}.site-header__panel{border-top:1px solid #d8ddd8a6;flex-direction:column;align-items:stretch;width:100%;padding:.25rem 0 .35rem;display:none}.site-header__panel--open{display:flex}.site-nav--mobile{gap:.35rem;display:grid}.site-nav--mobile .site-nav__link{justify-content:flex-start;width:100%}.header-actions{flex-direction:column;align-items:stretch}.header-actions .button,.product-card__actions .button,.product-cta .button{width:100%}.page-main{width:min(calc(100% - 1rem), var(--container));padding-top:6.4rem;padding-bottom:3rem}.hero-copy,.hero-panel,.page-hero,.content-section,.ai-preview,.filters-panel,.catalog-results,.product-hero__content,.product-hero__media,.order-summary,.checkout-form,.product-sidebar{border-radius:24px;padding:1.2rem}.filters-panel{padding:1.3rem}.filters-panel .chip-row{gap:.65rem}.filters-panel .filter-pill{padding:.75rem .95rem}.filters-panel .text-input,.filters-panel select{min-height:3.3rem}h1{max-width:16ch;font-size:clamp(2.15rem,10vw,3.15rem)}h2{max-width:18ch}.hero-panel__top,.floating-card__header,.product-card__footer,.cart-item__header,.summary-row,.section-heading--split,.catalog-results__intro,.product-facts,.cart-item__controls{flex-direction:column;align-items:flex-start}.cart-overview{grid-template-columns:1fr}.cart-overview__text{text-align:left;justify-self:start;max-width:none;padding-top:0}.cart-item__quantity{width:100%;max-width:100%}.cart-item__remove{width:100%}.summary-row--compact{grid-template-columns:1fr}.summary-row__value{text-align:left;max-width:none}.community-panel,.testimonial-v2__card,.ai-composer__chat,.ai-composer__visuals,.ai-gen-showcase{border-radius:22px}.arc-hero__content{margin-top:clamp(-5rem,-14vw,-3rem);padding-inline:.25rem}.arc-hero__content h1,.arc-hero__content .lead{margin-inline:auto}.arc-hero__content .hero-actions{justify-content:center}.home-marquee-hero{min-height:700px}.home-marquee-hero__content{padding-top:2.4rem;padding-bottom:12rem}.home-marquee-hero__title{max-width:18ch;font-size:clamp(2.65rem,13vw,4.2rem)}.home-marquee-hero__description{max-width:30rem}.home-marquee-hero__marquee{height:190px}.home-marquee-hero__image-card{border-radius:16px;width:118px}.testimonial-v2__card--2,.testimonial-v2__card--3{transform:none}.testimonials-v2-marquee__columns{grid-template-columns:1fr;max-height:none;display:grid;overflow:visible;-webkit-mask-image:none;mask-image:none}.testimonials-v2-marquee__column,.testimonials-v2-marquee__column--mid,.testimonials-v2-marquee__column--last,.testimonials-v2-marquee__item{width:100%}.testimonials-v2-marquee__column--mid,.testimonials-v2-marquee__column--last{display:none}.testimonials-v2-marquee__list{transform:none!important}.ai-chat-card__input{grid-template-columns:1fr}.option-grid{grid-template-columns:repeat(2,1fr)}.option-grid--three{grid-template-columns:1fr}.wizard-shell{padding-inline:var(--page-gutter)}.result-actions{flex-direction:column;align-items:stretch}.result-actions .button{justify-content:center;width:100%}}[data-theme=dark]{--bg:#0f1520;--surface:#141c2afa;--surface-strong:#16203a;--surface-muted:#1a2540;--line:#263348;--text:#e2eaf4;--muted:#7e9ab8;--accent:#5fa3db;--accent-soft:#162540;--highlight:#3a5872;--shadow:0 10px 24px #0000004d}[data-theme=dark] .site-header__nav--scrolled{border-color:var(--line);background:#0f1520f2;box-shadow:0 14px 30px #00000040}[data-theme=dark] .site-nav__link:hover,[data-theme=dark] .site-nav__link--active{background:var(--surface-muted);border-color:var(--line)}[data-theme=dark] .site-nav__dropdown-panel{background:var(--surface-strong);border-color:var(--line);box-shadow:0 18px 38px #00000059}[data-theme=dark] .site-nav__dropdown-link{background:var(--surface-muted)}[data-theme=dark] .site-nav__dropdown-link:hover,[data-theme=dark] .product-card,[data-theme=dark] .wizard-card,[data-theme=dark] .auth-modal,[data-theme=dark] .info-tile,[data-theme=dark] .faq-item,[data-theme=dark] .founder-card,[data-theme=dark] .how-step,[data-theme=dark] .cart-item,[data-theme=dark] .dash-card,[data-theme=dark] .order-summary__card,[data-theme=dark] .product-hero,[data-theme=dark] .checkout-layout,[data-theme=dark] .hero-panel,[data-theme=dark] .step-card,[data-theme=dark] .choice-card,[data-theme=dark] .floating-card,[data-theme=dark] .info-card,[data-theme=dark] .category-card{background:var(--surface-strong);border-color:var(--line)}[data-theme=dark] .product-image,[data-theme=dark] .product-card-gallery__image,[data-theme=dark] .label-preview__image,[data-theme=dark] .pikto-card{background:#f0f4f8}[data-theme=dark] .pikto-card__label{color:#182534;background:#f0f4f8}[data-theme=dark] .text-input,[data-theme=dark] .wizard-textarea,[data-theme=dark] select{background:var(--surface-muted);border-color:var(--line);color:var(--text)}[data-theme=dark] .text-input::placeholder,[data-theme=dark] .wizard-textarea::placeholder{color:var(--muted)}[data-theme=dark] .site-footer{background:var(--surface-strong)}[data-theme=dark] .site-footer__grid{border-top-color:var(--line)}.sky-switch{cursor:pointer;flex-shrink:0;display:inline-block;position:relative}.sky-switch__checkbox{opacity:0;width:0;height:0;position:absolute}.sky-switch__container{background:linear-gradient(#6ab4f5 0%,#aad4f8 100%);border:1.5px solid #ffffff40;border-radius:999px;width:56px;height:28px;transition:background .5s;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.sky-switch__checkbox:checked~.sky-switch__container{background:linear-gradient(#0d1b2a 0%,#1a2d4a 100%);border-color:#6496dc4d}.sky-switch__clouds{opacity:1;background:radial-gradient(14px 7px at 18px 16px,#ffffffe6 0%,#0000 70%),radial-gradient(10px 5px at 26px 20px,#ffffffb3 0%,#0000 70%),radial-gradient(8px 5px at 42px 14px,#fff9 0%,#0000 70%);transition:opacity .5s;position:absolute;inset:0}.sky-switch__checkbox:checked~.sky-switch__container .sky-switch__clouds{opacity:0}.sky-switch__stars-container{opacity:0;color:#c8e6ffcc;justify-content:flex-end;align-items:center;padding-right:4px;transition:opacity .5s;display:flex;position:absolute;inset:0}.sky-switch__stars-container svg{width:32px;height:auto}.sky-switch__checkbox:checked~.sky-switch__container .sky-switch__stars-container{opacity:1}.sky-switch__circle-container{z-index:2;width:22px;height:22px;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:absolute;top:2px;left:2px}.sky-switch__checkbox:checked~.sky-switch__container .sky-switch__circle-container{transform:translate(28px)}.sky-switch__sun-moon-container{background:linear-gradient(135deg,#ffe066 0%,#ffb800 100%);border-radius:50%;width:22px;height:22px;transition:background .5s,box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 0 8px 2px #ffc80066}.sky-switch__checkbox:checked~.sky-switch__container .sky-switch__sun-moon-container{background:linear-gradient(135deg,#e8e8f0 0%,#c8ccd8 100%);box-shadow:0 0 6px 1px #a0b4dc4d}.sky-switch__moon{opacity:0;border-radius:50%;transition:opacity .4s;position:absolute;inset:0;overflow:hidden}.sky-switch__checkbox:checked~.sky-switch__container .sky-switch__moon{opacity:1}.sky-switch__spot{background:#a0aac880;border-radius:50%;position:absolute}.sky-switch__spot:first-child{width:5px;height:5px;top:4px;left:5px}.sky-switch__spot:nth-child(2){width:3px;height:3px;top:10px;left:12px}.sky-switch__spot:nth-child(3){width:4px;height:4px;top:13px;left:4px}.auth-overlay{z-index:150;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0c121eb8;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.auth-modal{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 32px 80px #00000040}.auth-modal__close{border:1px solid var(--line);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:color .18s,border-color .18s;display:flex;position:absolute;top:1rem;right:1rem}.auth-modal__close:hover{color:var(--text);border-color:var(--accent)}.auth-modal__brand{align-items:center;gap:.625rem;margin-bottom:1.5rem;display:flex}.auth-modal__logo{background:var(--accent);color:#fff;letter-spacing:.03em;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:.78rem;font-weight:700;display:flex}.auth-modal__tagline{color:var(--text);margin:0;font-size:.9rem;font-weight:600}.auth-tabs{border-bottom:1px solid var(--line);gap:0;margin-bottom:1.5rem;display:flex}.auth-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.6rem 0;font-size:.875rem;font-weight:500;transition:color .18s,border-color .18s}.auth-tab:hover{color:var(--text)}.auth-tab--active{color:var(--text);border-bottom-color:var(--accent);font-weight:600}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-field{flex-direction:column;gap:.375rem;display:flex}.auth-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:600}.auth-error{color:#e05252;border-radius:var(--radius-sm);background:#e0525214;border:1px solid #e0525233;margin:0;padding:.6rem .75rem;font-size:.82rem}.auth-submit{justify-content:center;width:100%;margin-top:.25rem}.auth-footer-note{text-align:center;color:var(--muted);margin:1.25rem 0 0;font-size:.82rem}.auth-link{color:var(--accent);cursor:pointer;font-weight:600;font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.animated-folder{cursor:pointer;flex-direction:column;align-items:center;width:160px;padding-bottom:.75rem;display:flex;position:relative}.animated-folder__glow{filter:blur(14px);pointer-events:none;z-index:0;background:radial-gradient(#3f6f9f59 0%,#0000 70%);width:120px;height:60px;transition:opacity .4s;position:absolute;top:30%;left:50%;transform:translate(-50%)}.animated-folder__stage{perspective:600px;width:120px;height:96px;transform-style:preserve-3d;z-index:1;position:relative}.animated-folder__back{transform-origin:bottom;background:linear-gradient(135deg,#5a88b8 0%,#3f6f9f 100%);border-radius:4px 10px 10px;height:80px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;box-shadow:0 4px 16px #1825342e}.animated-folder__tab{transform-origin:bottom;background:#4d7dac;border-radius:6px 6px 0 0;width:48px;height:14px;transition:transform .4s;position:absolute;top:8px;left:0}.animated-folder__front{transform-origin:bottom;z-index:15;background:linear-gradient(160deg,#6fa0ce 0%,#4a80b0 60%,#3d6e9e 100%);border-radius:4px 10px 10px;height:70px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;box-shadow:0 2px 8px #1825341f}.animated-folder__shine{transform-origin:bottom;z-index:16;pointer-events:none;background:linear-gradient(160deg,#ffffff2e 0%,#fff0 50%);border-radius:4px 10px 10px;height:70px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0}.animated-folder__title{color:var(--text);text-align:center;z-index:1;margin:.625rem 0 .2rem;font-size:.85rem;font-weight:700}.animated-folder__count{color:var(--muted);text-align:center;z-index:1;margin:0;font-size:.72rem}.animated-folder__hint{color:var(--muted);text-align:center;z-index:1;margin:.3rem 0 0;font-size:.7rem;transition:opacity .3s,transform .3s}.flip-hidden{display:none!important}.flip-visible{display:block}.header-user{align-items:center;gap:.125rem;display:flex}.header-user__btn{border-radius:var(--radius-sm) 0 0 var(--radius-sm);padding-right:.5rem}.header-user__logout{border-radius:0 var(--radius-sm) var(--radius-sm) 0;opacity:.6;padding-left:.4rem;padding-right:.4rem}.header-user__logout:hover{opacity:1}.dashboard-page{min-height:80vh;padding-top:clamp(5rem,10vw,7rem)}.dashboard-gate{min-height:60vh;padding:clamp(5rem, 10vw, 8rem) var(--page-gutter) 4rem;text-align:center;justify-content:center;align-items:center;display:flex}.dashboard-gate__inner{max-width:480px}.dashboard-hero{padding:2rem var(--page-gutter) 0;max-width:var(--container);margin:0 auto}.dashboard-hero__inner{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin-bottom:2.5rem;padding:1.75rem 2.5rem;display:flex}.dashboard-hero__inner h1{margin:.25rem 0;font-size:clamp(1.6rem,3vw,2rem)}.dashboard-hero__inner .eyebrow{margin-bottom:.25rem}.dashboard-hero__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.dashboard-section{padding:0 var(--page-gutter) 4rem;max-width:var(--container);margin:0 auto}.dashboard-section__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.dashboard-section__head h2{align-items:center;gap:.6rem;margin:0;font-size:1.25rem;display:flex}.dashboard-count{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:.15rem .6rem;font-size:.78rem;font-weight:600}.dashboard-filter-tabs{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-sm);gap:.375rem;padding:.25rem;display:flex}.dashboard-filter-tab{border-radius:calc(var(--radius-sm) - 2px);color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.3rem .85rem;font-size:.8rem;font-weight:500;transition:background .18s,color .18s}.dashboard-filter-tab--active{background:var(--surface-strong);color:var(--text);box-shadow:0 1px 4px #00000014}.dashboard-empty{text-align:center;background:var(--surface-strong);border:1px dashed var(--line);border-radius:var(--radius-lg);flex-direction:column;align-items:center;padding:3.5rem 2rem;display:flex}.dashboard-empty__title{color:var(--text);margin:0 0 .5rem;font-size:1rem;font-weight:600}.dashboard-empty__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;display:grid}.dash-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);transition:box-shadow .22s,transform .22s;overflow:hidden}.dash-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.dash-card__img-wrap{aspect-ratio:1;background:var(--surface-muted);overflow:hidden}.dash-card__img{object-fit:cover;width:100%;height:100%;display:block}.dash-card__body{padding:.625rem .75rem .75rem;position:relative}.dash-card__label{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0 0 .2rem;font-size:.85rem;font-weight:700;overflow:hidden}.dash-card__date{color:var(--muted);margin:0;font-size:.72rem}.dash-card__delete{border:1px solid var(--line);background:var(--surface-muted);width:28px;height:28px;color:var(--muted);cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .18s,color .18s;display:flex;position:absolute;top:.5rem;right:.5rem}.dash-card:hover .dash-card__delete{opacity:1}.dash-card__delete:hover{color:#e05252;border-color:#e0525259}.dash-card__confirm{color:var(--muted);align-items:center;gap:.4rem;margin-top:.4rem;font-size:.75rem;display:flex}.dash-card__confirm-yes{color:#e05252;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;text-decoration:underline}.dash-card__confirm-no{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem}.wizard-meta{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;margin:-.25rem 0 .875rem;font-size:.78rem}.wizard-saved-note{color:#4aad6f;border-radius:var(--radius-sm);text-align:center;background:#4aad6f14;border:1px solid #4aad6f33;margin:0 0 .875rem;padding:.5rem .875rem;font-size:.82rem}.wizard-saved-link{color:#3a9a5e;text-underline-offset:2px;font-weight:600;text-decoration:underline}@media (width<=640px){.dashboard-hero__inner{flex-direction:column;padding:1.5rem}.dashboard-section__head{flex-direction:column;align-items:flex-start}.dashboard-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.875rem}.header-actions{flex-wrap:wrap;gap:.5rem}}.auth-wizard-steps{justify-content:center;gap:.4rem;margin-bottom:1.5rem;display:flex}.auth-wizard-dot{background:var(--line);border-radius:50%;width:8px;height:8px;transition:background .25s,transform .25s}.auth-wizard-dot--active{background:var(--accent);transform:scale(1.3)}.auth-wizard-dot--done{background:var(--accent);opacity:.45}.auth-step{flex-direction:column;gap:0;display:flex}.auth-step__label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem;font-size:.75rem;font-weight:600}.auth-type-grid{grid-template-columns:1fr 1fr;gap:.625rem;margin-bottom:.75rem;display:grid}.auth-type-card{border-radius:var(--radius-md);border:1.5px solid var(--line);background:var(--surface-muted);cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.875rem 1rem;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.auth-type-card:hover{border-color:var(--accent);background:var(--accent-soft)}.auth-type-card--selected{border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 3px #3f6f9f1f}.auth-type-card__icon{color:var(--accent);margin-bottom:.2rem}.auth-type-card__label{color:var(--text);font-size:.9rem;font-weight:700;line-height:1.2}.auth-type-card__sub{color:var(--muted);font-size:.72rem;line-height:1.3}.auth-org-toggle{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-sm);gap:0;padding:.25rem;display:flex}.auth-org-tab{border-radius:calc(var(--radius-sm) - 2px);color:var(--muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.35rem .5rem;font-size:.8rem;font-weight:500;transition:background .18s,color .18s}.auth-org-tab--active{background:var(--surface-strong);color:var(--text);font-weight:600;box-shadow:0 1px 4px #00000014}.auth-field__hint{color:var(--muted);margin:.35rem 0 0;font-size:.75rem;line-height:1.45}.auth-joincode-input{letter-spacing:.18em;text-transform:uppercase;text-align:center;font-family:Courier New,Courier,monospace;font-size:1.15rem;font-weight:700}.auth-org-summary{color:var(--accent);background:var(--accent-soft);border-radius:var(--radius-sm);border:1px solid #3f6f9f33;margin-bottom:.25rem;padding:.5rem .875rem;font-size:.8rem}.auth-step-actions{justify-content:space-between;gap:.625rem;margin-top:1.25rem;display:flex}.auth-step-actions .button--primary{flex:1;justify-content:center}.dashboard-hero__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.82rem;display:flex}.dashboard-org-badge{background:var(--accent-soft);color:var(--accent);border:1px solid #3f6f9f33;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.dashboard-org-badge--privat{background:var(--surface-muted);color:var(--muted);border-color:var(--line)}.dashboard-role-badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.join-code-widget{margin-top:1.25rem}.join-code-widget__inner{background:var(--accent-soft);border-radius:var(--radius-md);border:1px solid #3f6f9f33;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.join-code-widget__title{color:var(--accent);margin:0 0 .25rem;font-size:.82rem;font-weight:700}.join-code-widget__hint{color:var(--muted);max-width:34ch;margin:0;font-size:.75rem;line-height:1.45}.join-code-widget__btn{border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--text);cursor:pointer;border:1.5px solid #3f6f9f4d;flex-shrink:0;align-self:center;align-items:center;gap:.625rem;padding:.5rem 1rem;transition:border-color .18s,box-shadow .18s;display:flex}.join-code-widget__btn:hover{border-color:var(--accent);box-shadow:0 0 0 3px #3f6f9f1a}.join-code-widget__code{letter-spacing:.14em;color:var(--accent);font-family:Courier New,Courier,monospace;font-size:1.15rem;font-weight:700}.dashboard-tabs{border-bottom:2px solid var(--line);gap:0;margin-bottom:1.75rem;display:flex}.dashboard-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.7rem 1.25rem;font-size:.9rem;font-weight:500;transition:color .18s,border-color .18s;display:flex}.dashboard-tab:hover{color:var(--text)}.dashboard-tab--active{color:var(--text);border-bottom-color:var(--accent);font-weight:700}.dash-card__author{color:var(--accent);margin:.1rem 0;font-size:.7rem}.wizard-share-org{margin-bottom:.5rem}.wizard-share-org__btn{width:100%;color:var(--accent);border-style:dashed;border-color:#3f6f9f66;justify-content:center;font-size:.85rem}.wizard-share-org__btn:hover{background:var(--accent-soft);border-color:var(--accent);border-style:solid}.upload-modal{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:440px;padding:2rem 2rem 1.75rem;position:relative;box-shadow:0 32px 80px #00000040}.upload-modal__logo{justify-content:center;align-items:center;display:flex}.upload-modal__sub{color:var(--muted);margin:.1rem 0 0;font-size:.75rem}.upload-dropzone{border:2px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-muted);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:160px;margin-top:1.25rem;padding:2rem 1.5rem;transition:border-color .18s,background .18s;display:flex}.upload-dropzone:hover,.upload-dropzone--active{border-color:var(--accent);background:var(--accent-soft)}.upload-dropzone__icon{color:var(--muted);margin-bottom:.25rem;transition:color .18s}.upload-dropzone:hover .upload-dropzone__icon,.upload-dropzone--active .upload-dropzone__icon{color:var(--accent)}.upload-dropzone__main{color:var(--text);margin:0;font-size:.95rem;font-weight:600}.upload-dropzone__sub{color:var(--muted);margin:0;font-size:.75rem}.upload-pick-actions{gap:.625rem;margin-top:.875rem;display:flex}.upload-pick-btn{flex:1;justify-content:center}.upload-edit{flex-direction:column;gap:1rem;margin-top:1.25rem;display:flex}.upload-style-toggle{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-sm);align-self:center;gap:0;padding:.25rem;display:flex}.upload-style-btn{border-radius:calc(var(--radius-sm) - 2px);color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:.35rem 1rem;font-size:.8rem;font-weight:500;transition:background .18s,color .18s}.upload-style-btn:disabled{opacity:.5;cursor:default}.upload-style-btn--active{background:var(--surface-strong);color:var(--text);font-weight:600;box-shadow:0 1px 4px #00000014}.upload-card-preview{flex-direction:column;align-items:center;gap:.5rem;display:flex}.upload-card-preview__frame{border-radius:var(--radius-md);border:1px solid var(--line);background:#f8f8f8;width:180px;height:180px;position:relative;overflow:hidden;box-shadow:0 4px 16px #1825341a}.upload-card-preview__img{object-fit:cover;width:100%;height:100%;display:block}.upload-card-preview__spinner{background:var(--surface-muted);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.upload-card-preview__label{color:var(--text);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:200px;margin:0;font-size:.92rem;font-weight:700;overflow:hidden}.upload-save-actions{flex-direction:column;gap:.5rem;display:flex}.upload-save-btn{justify-content:center;width:100%}.upload-save-btn--done{cursor:default;color:#3a9a5e!important;background:#4aad6f1a!important;border-color:#4aad6f59!important}.upload-retry-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.35rem;padding:.25rem;font-size:.78rem;transition:color .18s;display:flex}.upload-retry-btn:hover{color:var(--text)}.webcam-view{border-radius:var(--radius-md);border:1px solid var(--line);flex-direction:column;gap:0;margin-top:1.25rem;display:flex;overflow:hidden}.webcam-frame{aspect-ratio:4/3;background:#000;position:relative;overflow:hidden}.webcam-video{object-fit:cover;width:100%;height:100%;display:block}.webcam-flash{opacity:0;pointer-events:none;background:#fff;transition:opacity 60ms;position:absolute;inset:0}.webcam-flash--active{opacity:.85}.webcam-guide{opacity:.7;width:20px;height:20px;position:absolute}.webcam-guide--tl{border-top:2px solid #fff;border-left:2px solid #fff;top:12px;left:12px}.webcam-guide--tr{border-top:2px solid #fff;border-right:2px solid #fff;top:12px;right:12px}.webcam-guide--bl{border-bottom:2px solid #fff;border-left:2px solid #fff;bottom:12px;left:12px}.webcam-guide--br{border-bottom:2px solid #fff;border-right:2px solid #fff;bottom:12px;right:12px}.webcam-controls{background:var(--surface-strong);border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.webcam-cancel-btn{justify-content:center;min-width:90px;font-size:.82rem}.webcam-shutter-btn{background:var(--accent);color:#fff;outline:3px solid var(--accent);outline-offset:3px;cursor:pointer;border:3px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .14s,box-shadow .14s;display:flex;box-shadow:0 4px 16px #3f6f9f73}.webcam-shutter-btn:hover{transform:scale(1.06);box-shadow:0 6px 20px #3f6f9f8c}.webcam-shutter-btn:active{transform:scale(.94)}.wizard-gate{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);max-width:560px;margin:0 auto;padding:2rem}.wizard-gate__features{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.wizard-gate__feature{align-items:flex-start;gap:.875rem;display:flex}.wizard-gate__bullet{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.45rem}.wizard-gate__title{color:var(--text);margin:0 0 .2rem;font-size:.92rem;font-weight:700}.wizard-gate__desc{color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}.wizard-gate__actions{gap:.75rem;display:flex}.wizard-gate__actions .button{flex:1;justify-content:center}.auth-demo{border-top:1px solid var(--line);flex-direction:column;align-items:center;gap:.55rem;margin-top:1rem;padding-top:1rem;display:flex}.auth-demo__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:600}.auth-demo__btns{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.auth-demo__btn{cursor:pointer;border:1.5px solid #0000;border-radius:999px;padding:.3rem .75rem;font-size:.78rem;font-weight:600;line-height:1;transition:opacity .16s,transform .12s}.auth-demo__btn:hover{opacity:.82;transform:translateY(-1px)}.auth-demo__btn:active{transform:translateY(0)}.auth-demo__btn--privat{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.auth-demo__btn--skole{color:#b45309;background:#fef3c7;border-color:#fcd34d}.auth-demo__btn--sfo{color:#065f46;background:#d1fae5;border-color:#6ee7b7}.auth-demo__btn--institution{color:#5b21b6;background:#ede9fe;border-color:#c4b5fd}.auth-demo__btn--admin{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.loese-search-bar{width:min(var(--container), 100% - var(--page-gutter) * 2);margin:0 auto;padding:1rem 0 0}.loese-search-bar__inner{align-items:center;gap:.75rem;display:flex}.loese-search-input-wrap{flex:1;align-items:center;display:flex;position:relative}.loese-search-icon{color:var(--muted);pointer-events:none;position:absolute;left:.85rem}.loese-search-input{border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);width:100%;color:var(--text);font-family:var(--sans);padding:.65rem 2.5rem;font-size:.9rem;transition:border-color .16s}.loese-search-input:focus{border-color:var(--accent);outline:none}.loese-search-clear{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;display:flex;position:absolute;right:.75rem}.loese-search-clear:hover{color:var(--text)}.loese-filter-toggle{border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-strong);color:var(--text);cursor:pointer;white-space:nowrap;align-items:center;gap:.4rem;padding:.65rem 1rem;font-size:.88rem;font-weight:500;transition:border-color .16s,background .16s;display:flex;position:relative}.loese-filter-toggle:hover,.loese-filter-toggle--open{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.loese-filter-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.loese-pack-chips{flex-wrap:wrap;gap:.45rem;padding:.85rem 0 .25rem;display:flex}.loese-pack-chip{border:1.5px solid var(--line);background:var(--surface-muted);color:var(--text);cursor:pointer;border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.loese-pack-chip:hover{border-color:var(--accent);background:var(--accent-soft)}.loese-pack-chip--active{border-color:var(--accent);background:var(--accent);color:#fff}.loese-pack-chip__count{opacity:.75;font-size:.72rem;font-weight:400}.loese-pack-chip--active .loese-pack-chip__count{opacity:.85}.loese-results-bar{width:min(var(--container), 100% - var(--page-gutter) * 2);justify-content:space-between;align-items:center;gap:1rem;margin:.75rem auto 0;display:flex}.loese-results-count{color:var(--muted);margin:0;font-size:.85rem}.loese-results-count strong{color:var(--text)}.loese-results-count em{color:var(--text);font-style:normal;font-weight:500}.loese-kurv-link{color:var(--accent);border:1.5px solid var(--accent);background:var(--accent-soft);border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.82rem;font-weight:600;transition:background .14s;display:inline-flex}.loese-kurv-link:hover{background:var(--accent);color:#fff}.loese-grid-section{width:min(var(--container), 100% - var(--page-gutter) * 2);margin:1.25rem auto 4rem}.piktogram-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.85rem;display:grid}@media (width>=480px){.piktogram-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (width>=900px){.piktogram-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.piktogram-card{border-radius:var(--radius-md);border:1.5px solid var(--line);background:var(--surface-strong);flex-direction:column;transition:box-shadow .16s,border-color .16s,transform .12s;display:flex;overflow:hidden}.piktogram-card:hover{border-color:var(--highlight);transform:translateY(-2px);box-shadow:0 6px 20px #18253417}.piktogram-card--added{background:#f0fdf4;border-color:#22c55e}[data-theme=dark] .piktogram-card--added{background:#22c55e14}.piktogram-card__img-wrap{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative;overflow:hidden}.piktogram-card__img{object-fit:contain;width:100%;height:100%}.piktogram-card__footer{border-top:1px solid var(--line);flex-direction:column;gap:.35rem;padding:.5rem .6rem .6rem;display:flex}.piktogram-card__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.75rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.piktogram-card__bottom{justify-content:space-between;align-items:center;display:flex}.piktogram-card__price{color:var(--muted);font-size:.72rem;font-weight:500}.piktogram-card__btn{border:1.5px solid var(--line);background:var(--surface-muted);width:26px;height:26px;color:var(--muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .14s,border-color .14s,color .14s;display:flex}.piktogram-card__btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.piktogram-card__btn--added{color:#fff;background:#22c55e;border-color:#22c55e}.piktogram-card__btn--added:hover{background:#16a34a;border-color:#16a34a}.piktogram-card__img-wrap--landscape{aspect-ratio:2}.piktogram-grid--landscape{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.loese-orientation-toggle{border:1.5px solid var(--line);border-radius:var(--radius-sm);flex-shrink:0;display:flex;overflow:hidden}.loese-orientation-btn{background:var(--surface-strong);height:38px;color:var(--muted);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 .7rem;transition:background .14s,color .14s;display:flex}.loese-orientation-btn+.loese-orientation-btn{border-left:1.5px solid var(--line)}.loese-orientation-btn--active{background:var(--accent);color:#fff}.loese-orientation-btn:not(.loese-orientation-btn--active):hover{background:var(--surface-muted);color:var(--text)}.piktogram-card--selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.piktogram-card--selectable:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.piktogram-card__check{pointer-events:none;color:#fff;background:#ffffffe0;border:1.5px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .14s,border-color .14s;display:flex;position:absolute;top:.35rem;right:.35rem}.piktogram-card__check--active{background:#22c55e;border-color:#22c55e}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg, var(--surface-strong) 25%, var(--surface-muted) 50%, var(--surface-strong) 75%);background-size:200% 100%;animation:1.4s infinite shimmer}.skeleton-line{background:linear-gradient(90deg, var(--surface-strong) 25%, var(--surface-muted) 50%, var(--surface-strong) 75%);background-size:200% 100%;border-radius:4px;animation:1.4s infinite shimmer}.piktogram-grid--pending{opacity:.6;pointer-events:none}.loese-selected-badge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.loese-jump-nav{width:min(var(--container), 100% - var(--page-gutter) * 2);flex-wrap:wrap;gap:.5rem;margin:.5rem auto 0;display:flex}.loese-jump-pill{border:1.5px solid var(--line);background:var(--bg);color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .9rem;font-size:.78rem;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.loese-jump-pill:hover{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.loese-kat-section{margin-bottom:2.5rem}.loese-kat-header{border-bottom:1.5px solid var(--line);align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.6rem;scroll-margin-top:5rem;display:flex}.loese-kat-title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.loese-kat-count{color:var(--muted);font-size:.78rem;font-weight:400}.loese-custom-cta{width:min(var(--container), 100% - var(--page-gutter) * 2);margin:0 auto 4rem}.loese-custom-cta__inner{background:var(--accent-soft);border:1.5px solid var(--line);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:1.25rem;padding:1.5rem 2rem;display:flex}.loese-custom-cta__icon{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.loese-custom-cta__text{flex:1;min-width:200px}.loese-custom-cta__heading{color:var(--text);margin:0 0 .2rem;font-size:.95rem;font-weight:700}.loese-custom-cta__sub{color:var(--muted);margin:0;font-size:.82rem}.loese-custom-cta__btn{white-space:nowrap;flex-shrink:0;font-size:.85rem}@media (width<=560px){.loese-custom-cta__inner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.loese-custom-cta__btn{text-align:center;justify-content:center;width:100%}}@media (prefers-color-scheme:dark){.loese-custom-cta__inner{background:#3f6f9f1f;border-color:#3f6f9f40}}.pdf-bar{background:var(--text);color:#fff;z-index:90;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.5rem;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(110%);box-shadow:0 -4px 28px #0000002e}.pdf-bar--visible{transform:translateY(0)}.pdf-bar__count{color:#ffffffd9;margin:0;font-size:.9rem}.pdf-bar__count strong{color:#fff;font-size:1rem}.pdf-bar__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.pdf-bar__error{color:#fca5a5;font-size:.78rem}.pdf-bar__clear-btn{color:#ffffffbf;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;padding:.45rem 1rem;font-size:.85rem;transition:border-color .14s,color .14s,background .14s}.pdf-bar__clear-btn:hover{color:#fff;background:#ffffff14;border-color:#fff9}.pdf-bar__download-btn{align-items:center;gap:.4rem;display:inline-flex}.skema-page{width:min(var(--container), 100% - var(--page-gutter) * 2);margin:1.5rem auto 5rem}.skema-upload-wrap{flex-direction:column;gap:1.25rem;max-width:540px;margin:0 auto;display:flex}.skema-drop-zone{border:2px dashed var(--line);border-radius:var(--radius-lg);background:var(--surface-strong);cursor:pointer;justify-content:center;align-items:center;min-height:240px;transition:border-color .16s,background .16s;display:flex;position:relative;overflow:hidden}.skema-drop-zone:hover{border-color:var(--accent);background:#3f6f9f0a}.skema-drop-zone--has-file{cursor:default;border-style:solid;border-color:var(--line);min-height:280px}.skema-drop-zone__inner{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;display:flex}.skema-drop-icon{width:56px;height:56px;color:var(--accent);background:#3f6f9f1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.skema-drop-title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.skema-drop-hint{color:var(--muted);margin:0;font-size:.875rem}.skema-drop-formats{color:var(--muted);background:var(--surface-muted);border-radius:999px;margin:.5rem 0 0;padding:.25rem .75rem;font-size:.75rem}.skema-preview-img{object-fit:contain;width:100%;height:100%;padding:.75rem}.skema-preview-remove{color:#fff;cursor:pointer;background:#182534b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .14s;display:flex;position:absolute;top:.6rem;right:.6rem}.skema-preview-remove:hover{background:#182534e6}.skema-upload-actions{justify-content:flex-end;display:flex}.skema-error{color:#b91c1c;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;display:flex}[data-theme=dark] .skema-error{color:#fca5a5;background:#b91c1c1f;border-color:#b91c1c4d}.skema-analyzing{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.skema-spinner{color:var(--accent);animation:1s linear infinite spin}.skema-analyzing__title{color:var(--text);margin:0;font-size:1.15rem;font-weight:700}.skema-analyzing__sub{color:var(--muted);margin:0;font-size:.875rem}.skema-missing-notice{color:#92400e;border-radius:var(--radius-md);background:#fffbeb;border:1px solid #fde68a;align-items:flex-start;gap:.6rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.84rem;display:flex}[data-theme=dark] .skema-missing-notice{color:#fcd34d;background:#92400e1f;border-color:#92400e59}.skema-grid-wrap{border-radius:var(--radius-lg);border:1.5px solid var(--line);overflow-x:auto;box-shadow:0 2px 12px #1825340f}.skema-grid{grid-template-columns:40px repeat(5,1fr);min-width:580px;display:grid}.skema-grid__corner{background:var(--accent);border-radius:var(--radius-lg) 0 0 0}.skema-grid__day-header{background:var(--accent);color:#fff;text-align:center;letter-spacing:.02em;padding:.65rem .25rem;font-size:.82rem;font-weight:700}.skema-grid__day-header:last-child{border-radius:0 var(--radius-lg) 0 0}.skema-grid__lesson-label{background:var(--surface-muted);color:var(--muted);border-top:1px solid var(--line);border-right:1px solid var(--line);justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.skema-grid__cell{border-top:1px solid var(--line);border-left:1px solid var(--line);background:var(--surface-strong);aspect-ratio:2;min-width:0;padding:4px}.skema-slot{border-radius:4px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.skema-slot--filled{cursor:pointer;overflow:hidden}.skema-slot--filled:hover .skema-slot__remove{opacity:1}.skema-slot--filled:hover{opacity:.85}.skema-slot__img{object-fit:contain;width:100%;height:100%;display:block}.skema-slot__remove{color:#fff;cursor:pointer;opacity:0;pointer-events:none;background:#182534a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .14s;display:flex;position:absolute;top:2px;right:2px}.skema-slot--filled:hover .skema-slot__remove{opacity:1;pointer-events:auto}.skema-slot--missing{background:#f3f4f6;flex-direction:column;gap:3px;padding:4px}[data-theme=dark] .skema-slot--missing{background:#ffffff0d}.skema-slot__missing-label{color:var(--muted);text-align:center;font-size:.6rem;font-weight:700;line-height:1.2}.skema-slot__missing-badge{color:#b45309;background:#fef3c7;border-radius:999px;padding:1px 5px;font-size:.55rem;font-weight:600}.skema-slot--empty{background:0 0}.skema-slot--review{outline-offset:-2px;outline:2px solid #f59e0b}.skema-slot__review-badge{color:#fff;pointer-events:none;z-index:1;background:#f59e0b;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;top:3px;left:3px}.skema-review-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.65rem 1rem;font-size:.82rem;display:flex}.skema-review-notice svg{color:#d97706;flex-shrink:0;margin-top:1px}[data-theme=dark] .skema-review-notice{color:#fde68a;background:#f59e0b1a;border-color:#f59e0b40}[data-theme=dark] .skema-review-notice svg{color:#fbbf24}.skema-result-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.skema-pdf-hint{text-align:right;color:var(--muted);margin-top:.5rem;font-size:.78rem}.skema-section{width:min(var(--container), 100% - var(--page-gutter) * 2);margin:1.25rem auto 0}.skema-section__label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:0 0 .6rem;font-size:.72rem;font-weight:700}.skema-chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.skema-chip{background:var(--surface-strong);border:1.5px solid var(--line);border-radius:var(--radius-sm);color:var(--text);align-items:center;gap:.4rem;padding:.2rem .4rem .2rem .25rem;font-size:.75rem;font-weight:500;transition:border-color .14s;display:flex}.skema-chip:hover{border-color:var(--accent)}.skema-chip__img{object-fit:cover;border-radius:3px;width:48px;height:24px}.skema-chip__title{white-space:nowrap}.skema-chip__remove{background:var(--surface-muted);width:16px;height:16px;color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .14s,color .14s;display:flex}.skema-chip__remove:hover{color:#dc2626;background:#fee2e2}.order-modal{background:var(--surface-strong);border-radius:var(--radius-lg);flex-direction:column;width:min(560px,100vw - 2rem);max-height:calc(100svh - 3rem);animation:.22s cubic-bezier(.34,1.36,.64,1) both modal-in;display:flex;position:relative;box-shadow:0 24px 64px #1825342e}.order-modal__header{border-bottom:1px solid var(--line);align-items:flex-start;gap:.9rem;padding:1.75rem 2rem 1.25rem;display:flex}.order-modal__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.order-modal__title{color:var(--text);margin:0;font-size:1rem;font-weight:700}.order-modal__sub{color:var(--muted);margin:.2rem 0 0;font-size:.82rem}.order-modal__body{flex-direction:column;flex:1;gap:1.1rem;padding:1.25rem 2rem;display:flex;overflow-y:auto}.order-modal__section{flex-direction:column;gap:.5rem;display:flex}.order-modal__section-label{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.7rem;font-weight:700}.order-modal__card-row{flex-wrap:wrap;gap:.4rem;display:flex}.order-modal__card-chip{background:var(--surface-muted);border:1px solid var(--line);color:var(--text);border-radius:6px;align-items:center;gap:.35rem;padding:.2rem .5rem .2rem .2rem;font-size:.73rem;font-weight:500;display:flex}.order-modal__card-thumb{object-fit:cover;border-radius:3px;width:36px;height:18px}.order-modal__footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem 1.5rem;display:flex}.order-modal__summary{flex-direction:column;gap:.15rem;display:flex}.order-modal__count{color:var(--text);font-size:.9rem;font-weight:700}.order-modal__note{color:var(--muted);font-size:.73rem}.order-modal__send-btn{white-space:nowrap}@media (width<=480px){.order-modal__footer{flex-direction:column;align-items:stretch}.order-modal__send-btn{text-align:center;justify-content:center}}.photo-stack-card{aspect-ratio:1;cursor:pointer;background:var(--surface-strong,#fff);border-radius:18px;flex-direction:column;justify-content:flex-start;width:100%;padding:1.25rem 1.25rem 0;transition:box-shadow .24s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #18253417}.photo-stack-card:hover{box-shadow:0 8px 36px #18253426}.photo-stack-card--all{background:var(--accent,#3f6f9f)}.photo-stack-card--all .photo-stack-card__category,.photo-stack-card--all .photo-stack-card__title,.photo-stack-card--all .photo-stack-card__subtitle{color:#ffffffeb}.photo-stack-card--all .photo-stack-card__category{color:#ffffffa6}.photo-stack-card--new{box-shadow:none;border:2px dashed var(--border,#d1dce8);background:0 0;justify-content:center;align-items:center;padding:0;transition:border-color .2s,background .2s;display:flex}.photo-stack-card--new:hover{border-color:var(--accent,#3f6f9f);box-shadow:none;background:#3f6f9f0a}.photo-stack-card__new-inner{color:var(--muted);flex-direction:column;align-items:center;gap:.5rem;display:flex}.photo-stack-card--new:hover .photo-stack-card__new-inner{color:var(--accent,#3f6f9f)}.photo-stack-card__new-icon{opacity:.7;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s;display:flex}.photo-stack-card--new:hover .photo-stack-card__new-icon{opacity:1}.photo-stack-card__new-label{text-align:center;font-size:.78rem;font-weight:600}.photo-stack-card__text{z-index:2;position:relative}.photo-stack-card__category{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.62rem;font-weight:700}.photo-stack-card__title{color:var(--text);word-break:break-word;margin:.15rem 0 .1rem;font-size:1.25rem;font-weight:800;line-height:1.2}.photo-stack-card__subtitle{color:var(--muted);font-size:.78rem}.photo-stack-card__stack{width:100%;height:58%;position:absolute;bottom:0;right:0}.photo-stack-card__img{border:3px solid var(--bg,#f7f9fb);object-fit:contain;transform-origin:bottom;background:#fff;border-radius:10px;width:auto;max-width:80%;height:80%;position:absolute;bottom:-10px;right:1.25rem;box-shadow:0 4px 14px #18253424}.photo-stack-card__empty-stack{color:var(--border,#d1dce8);justify-content:center;align-items:center;display:flex;position:absolute;bottom:1rem;right:1.5rem}[data-theme=dark] .photo-stack-card{background:var(--surface-strong)}[data-theme=dark] .photo-stack-card--all{background:#2a5280}[data-theme=dark] .photo-stack-card__img{border-color:var(--bg);background:#1a2535}[data-theme=dark] .testimonials-v2-marquee{background:var(--bg)}[data-theme=dark] .testimonials-v2-marquee__badge{background:var(--surface-muted);border-color:var(--line);color:var(--muted)}[data-theme=dark] .testimonials-v2-marquee__item{background:var(--surface-strong);border-color:var(--line);box-shadow:0 14px 34px #00000040}[data-theme=dark] .testimonials-v2-marquee__quote p{color:var(--muted)}[data-theme=dark] .testimonials-v2-marquee__icon{color:var(--accent)}[data-theme=dark] .home-marquee-hero{background:radial-gradient(circle at 50% 18%,#5fa3db1f,#0000 34%),linear-gradient(#0f1520fa,#16203af5)}[data-theme=dark] .home-marquee-hero__tagline{border-color:var(--line);color:var(--muted);background:#16203abf}[data-theme=dark] .home-marquee-hero__title{color:var(--text)}[data-theme=dark] .home-marquee-hero__image-card{border-color:var(--line);background:#1a2540;box-shadow:0 18px 34px #00000059}.folder-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}@media (width<=480px){.folder-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.folder-card-wrap{flex-direction:column;gap:.4rem;display:flex}.folder-card-rename{background:var(--surface-strong);border-radius:14px;padding:1rem;box-shadow:0 2px 12px #18253414}.folder-card-actions{opacity:0;align-items:center;gap:.35rem;padding-left:.25rem;transition:opacity .16s;display:flex}.folder-card-wrap:hover .folder-card-actions{opacity:1}.folder-card-action-btn{border:1px solid var(--border);background:var(--surface-strong);color:var(--muted);cursor:pointer;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.72rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.folder-card-action-btn:hover{color:var(--text);border-color:var(--text)}.folder-card-action-btn--danger:hover{color:#dc2626;border-color:#fca5a5}.folder-toolbar{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.folder-toolbar__btn{font-size:.83rem}.new-folder-form{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.new-folder-input{border:1.5px solid var(--border);background:var(--surface-strong);min-width:160px;color:var(--text);border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-size:.9rem;transition:border-color .16s}.new-folder-input:focus{border-color:var(--accent,#3f6f9f)}.rename-folder-form{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.rename-folder-input{border:1.5px solid var(--border);background:var(--bg);min-width:120px;color:var(--text);border-radius:7px;outline:none;flex:1;padding:.4rem .6rem;font-size:.85rem}.rename-folder-input:focus{border-color:var(--accent,#3f6f9f)}.rename-folder-save,.rename-folder-cancel{padding:.3rem .65rem!important;font-size:.78rem!important}.folder-contents-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.folder-contents-back{color:var(--muted);border:1px solid var(--border);background:var(--surface-strong);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.folder-contents-back:hover{color:var(--text);border-color:var(--text)}.folder-contents-title{color:var(--text);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:700;display:flex}.dash-card__folder-wrap{position:relative}.dash-card__folder-btn{border:1px solid var(--border);background:var(--surface-strong);width:22px;height:22px;color:var(--muted);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;margin-top:.25rem;transition:color .14s,border-color .14s;display:inline-flex}.dash-card__folder-btn:hover{color:var(--accent,#3f6f9f);border-color:var(--accent,#3f6f9f)}.dash-card__folder-menu{z-index:20;background:var(--surface-strong);border:1px solid var(--border);border-radius:8px;min-width:130px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 6px 20px #1825341f}.dash-card__folder-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.45rem .75rem;font-size:.78rem;font-weight:500;transition:background .12s;display:block}.dash-card__folder-item:hover{background:var(--line,#0000000d)}.dash-card__remove-folder{color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:.2rem;margin-top:.25rem;padding:.15rem .45rem;font-size:.68rem;font-weight:600;transition:color .14s,border-color .14s;display:inline-flex}.dash-card__remove-folder:hover{color:#dc2626;border-color:#fca5a5}.svl-section{background:var(--bg);padding:clamp(3rem,6vw,5rem) 0}.svl-inner{width:min(calc(100% - 2 * var(--page-gutter)), var(--container));margin-inline:auto}.svl-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.svl-header h2{color:var(--text);margin:.5rem 0 1rem;max-width:20ch;margin-inline:auto;font-size:clamp(2.3rem,4vw,4.3rem);font-weight:700;line-height:.96}.svl-header__lead{color:var(--muted);max-width:52ch;margin-inline:auto;font-size:clamp(.9rem,1.5vw,1.02rem);line-height:1.7}.svl-flow-wrap{position:relative}.svl-marker{background:var(--accent);color:#fff;z-index:3;pointer-events:none;width:34px;height:34px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.svl-marker--start{top:calc(50% - 20px);left:-28px;transform:translateY(-50%)}.svl-marker--end{top:calc(50% - 20px);right:-28px;transform:translateY(-50%)}.svl-marker--success{background:#4aad6f;box-shadow:0 0 0 5px #4aad6f38}@media (width<=860px){.svl-marker,.svl-journey-wrap{display:none}}.svl-journey-wrap{pointer-events:none;z-index:0;position:absolute;inset:0}.svl-journey-svg{filter:drop-shadow(0 1px 4px #3f6f9f47);width:100%;height:100%;display:block;overflow:visible}.svl-journey-mask{background:var(--bg);position:absolute;inset:0}.svl-flow{z-index:1;flex-direction:row;align-items:stretch;gap:1.25rem;padding-inline:clamp(1.75rem,3vw,2.5rem);display:flex;position:relative}.svl-step{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow);z-index:1;flex-direction:column;flex:1 1 0;align-items:center;gap:.6rem;padding:clamp(1.1rem,2vw,1.6rem) clamp(.9rem,1.5vw,1.25rem) clamp(1.25rem,2vw,1.6rem);display:flex;position:relative}.svl-step__body{flex-direction:column;align-items:center;gap:.6rem;width:100%;display:flex}.svl-step__dot{background:var(--accent);color:#fff;width:38px;height:38px;box-shadow:0 0 0 4px var(--accent-soft);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.87rem;font-weight:700;display:flex}.svl-step__location{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin:0;font-size:.72rem;font-weight:600}.svl-step__cards{justify-content:center;display:flex}.svl-step__card{border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong);width:110px;height:110px;overflow:hidden;box-shadow:0 4px 16px #18253417}.svl-step__card img{object-fit:contain;width:100%;height:100%}.svl-step__text{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}@media (width<=860px){.svl-flow{grid-template-columns:repeat(2,1fr);gap:1rem;padding-inline:0;display:grid}.svl-step--low{margin-top:0}}@media (width<=540px){.svl-flow{grid-template-columns:1fr;gap:0;padding-inline:0;position:relative}.svl-flow:before{content:"";background:repeating-linear-gradient(to bottom, var(--highlight) 0px, var(--highlight) 8px, transparent 8px, transparent 15px);pointer-events:none;z-index:0;width:2px;position:absolute;top:19px;bottom:19px;left:calc(1.1rem + 19px)}.svl-step{text-align:left;box-shadow:none;z-index:1;background:0 0;border-bottom:none;border-left:none;border-right:none;border-radius:0;flex-direction:row;align-items:flex-start;gap:1rem;padding:1.1rem;position:relative}.svl-step:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-left:1px solid var(--line);border-right:1px solid var(--line)}.svl-step:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg);border-bottom:1px solid var(--line);border-left:1px solid var(--line);border-right:1px solid var(--line)}.svl-step:not(:first-child){border-top:1px solid var(--line)}.svl-flow{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.svl-step__dot{z-index:2;flex-shrink:0;margin-top:.05rem;margin-bottom:0;position:relative}.svl-step__body{flex:1;align-items:flex-start;gap:.5rem;min-width:0}.svl-step__cards{justify-content:flex-start}.svl-step__card{width:56px;height:56px}}@media (prefers-color-scheme:dark){.svl-step__card{background:var(--surface)}}.admin-gate{text-align:center;min-height:60vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.admin-page{background:var(--surface-muted);min-height:100vh;padding:clamp(2rem,4vw,3.5rem) 0 4rem}.admin-inner{width:min(calc(100% - 2 * var(--page-gutter)), 1200px);flex-direction:column;gap:1.5rem;margin-inline:auto;display:flex}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-heading{margin:0;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:700}.admin-sub{color:var(--muted);margin:.15rem 0 0;font-size:.85rem}.admin-refresh{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;transition:border-color .16s,color .16s;display:inline-flex}.admin-refresh:hover{border-color:var(--accent);color:var(--accent)}.admin-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=640px){.admin-stats{grid-template-columns:repeat(2,1fr)}}.admin-stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);flex-direction:column;gap:.2rem;padding:1.1rem 1.25rem;display:flex}.admin-stat--muted{opacity:.55}.admin-stat__num{color:var(--accent);font-size:clamp(1.7rem,2.5vw,2.2rem);font-weight:700;line-height:1}.admin-stat__label{color:var(--muted);font-size:.78rem;font-weight:500}.admin-type-row{flex-wrap:wrap;gap:.5rem;display:flex}.admin-type-pill{border-radius:999px;padding:.25rem .75rem;font-size:.76rem;font-weight:600}.admin-type-pill--privat{color:#1d4ed8;background:#dbeafe}.admin-type-pill--skole{color:#b45309;background:#fef3c7}.admin-type-pill--sfo{color:#065f46;background:#d1fae5}.admin-type-pill--institution{color:#5b21b6;background:#ede9fe}.admin-tabs{border-bottom:2px solid var(--line);gap:.25rem;display:flex}.admin-tab{color:var(--muted);cursor:pointer;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.4rem;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.88rem;font-weight:500;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.admin-tab:hover{color:var(--text);background:var(--surface-muted)}.admin-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.admin-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.admin-section--placeholder{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.admin-placeholder-icon{color:var(--line)}.admin-section--placeholder h3{color:var(--text);margin:0}.admin-section--placeholder p{max-width:40ch;margin:0}.admin-placeholder-note{opacity:.7;font-size:.8rem}.admin-td-actions{white-space:nowrap}.admin-td-actions__inner{align-items:center;gap:.35rem;display:inline-flex}.admin-td-date{white-space:nowrap;font-size:.78rem}.admin-action-btn{border-radius:var(--radius-sm);border:1px solid var(--line);width:28px;height:28px;color:var(--muted);cursor:pointer;background:#fff;flex:none;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.admin-action-btn:hover{background:var(--surface-muted);color:var(--text)}.admin-action-btn--key:hover{color:#b45309;background:#fef3c7;border-color:#fcd34d}.admin-action-btn--delete:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.admin-tr--danger td{background:#fff5f5}.admin-tr--danger-confirm td{background:#fef2f2}.admin-tr--action td{background:var(--surface-muted)}.admin-inline-action{flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.admin-inline-action__label{color:var(--muted);align-items:center;gap:.4rem;display:flex}.admin-inline-action--danger{color:#991b1b}.admin-reset-input-wrap{align-items:center;gap:.35rem;display:flex}.admin-reset-input{border:1px solid var(--line);border-radius:var(--radius-sm);font:inherit;background:#fff;width:180px;padding:.35rem .65rem;font-size:.85rem}.admin-reset-save{align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.8rem;display:flex}.admin-reset-save--done{background:#16a34a!important}.button--danger{color:#fff;font:inherit;cursor:pointer;background:#dc2626;border:0;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s}.button--danger:hover{background:#b91c1c}.admin-badge--clickable{cursor:pointer;align-items:center;gap:.3rem;display:inline-flex}.admin-badge--clickable:hover{opacity:.8}.admin-type-select-wrap{align-items:center;gap:.35rem;display:flex}.admin-type-select{font:inherit;border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:#fff;padding:.25rem .5rem;font-size:.78rem}.admin-join-code{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);align-items:center;gap:.3rem;padding:.15rem .45rem;font-family:monospace;font-size:.72rem;display:inline-flex}.admin-join-code--lg{gap:.5rem;padding:.3rem .65rem;font-size:.8rem}.admin-join-code__label{font-family:var(--sans);color:var(--muted);letter-spacing:.03em;text-transform:uppercase;font-size:.7rem;font-weight:500}.admin-copy-btn{width:20px;height:20px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.admin-copy-btn:hover{color:var(--accent)}.admin-org-cell{flex-direction:column;gap:.2rem;display:flex}.admin-org-list{flex-direction:column;gap:.75rem;display:flex}.admin-org-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;overflow:hidden}.admin-org-card--open{border-color:var(--accent)}.admin-org-card__header{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.admin-org-card__header:hover{background:var(--surface-muted)}.admin-org-card__left{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.admin-org-card__name{font-size:.95rem}.admin-org-card__right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.admin-org-chevron{color:var(--muted);flex:none;transition:transform .2s}.admin-org-chevron--open{transform:rotate(180deg)}.admin-org-card__body{border-top:1px solid var(--line);background:var(--surface-muted);padding:1.25rem}.admin-org-meta{flex-wrap:wrap;gap:2rem;margin-bottom:1.25rem;display:flex}.admin-org-meta .field-label{margin-bottom:.15rem;display:block}.admin-org-meta p{margin:0;font-size:.85rem}.admin-id-text{color:var(--muted);font-family:monospace;font-size:.75rem}.admin-table--compact td,.admin-table--compact th{padding:.55rem .75rem;font-size:.8rem}.admin-pikto-footer{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.admin-pikto-card--confirm .admin-pikto-img{position:relative}.admin-pikto-confirm{color:#fff;border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:#dc2626e0;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;inset:0}.admin-pikto-confirm .button--ghost{color:#fff;border-color:#ffffff80;padding:.2rem .6rem;font-size:.75rem}.admin-pikto-confirm .button--danger{padding:.2rem .6rem;font-size:.75rem}.admin-empty{text-align:center;color:var(--muted);padding:2rem 0}.admin-search{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface-muted);width:100%;max-width:360px;color:var(--text);outline:none;margin-bottom:1.25rem;padding:.55rem .9rem;font-size:.88rem;transition:border-color .16s}.admin-search:focus{border-color:var(--accent)}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap;padding:.55rem .75rem;font-size:.72rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:.7rem .75rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--surface-muted)}.admin-td-name{font-weight:600}.admin-td-muted{color:var(--muted);font-size:.82rem}.admin-td-num{text-align:right;font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600}.admin-email-link{color:var(--accent);text-decoration:none}.admin-email-link:hover{text-decoration:underline}.admin-badge{border-radius:999px;padding:.18rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.admin-badge--privat{color:#1d4ed8;background:#dbeafe}.admin-badge--skole{color:#b45309;background:#fef3c7}.admin-badge--sfo{color:#065f46;background:#d1fae5}.admin-badge--institution{color:#5b21b6;background:#ede9fe}.admin-badge--personlig{background:var(--surface-muted);color:var(--muted)}.admin-badge--delt{color:#b45309;background:#fef3c7}.admin-pikto-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.admin-pikto-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);transition:box-shadow .16s;overflow:hidden}.admin-pikto-card:hover{box-shadow:var(--shadow)}.admin-pikto-img{aspect-ratio:1;background:var(--line);overflow:hidden}.admin-pikto-img img{object-fit:cover;width:100%;height:100%}.admin-pikto-meta{flex-direction:column;gap:.2rem;padding:.6rem .75rem;display:flex}.admin-pikto-label{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.admin-pikto-owner,.admin-pikto-org,.admin-pikto-date{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.admin-pikto-tags{flex-wrap:wrap;gap:.25rem;margin-top:.15rem;display:flex}.admin-tag{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.admin-tag--delt{color:#b45309;background:#fef3c7;border-color:#fcd34d}.umd-wrap{position:relative}.umd-trigger{cursor:pointer;color:var(--text);font-family:var(--sans);white-space:nowrap;background:0 0;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem .55rem .3rem .3rem;font-size:.85rem;font-weight:500;transition:background .15s,border-color .15s;display:flex}.umd-trigger:hover,.umd-trigger--open{background:var(--surface-muted);border-color:var(--line)}.umd-chevron{color:var(--muted);flex-shrink:0;transition:transform .2s}.umd-avatar{letter-spacing:.03em;background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:700;display:inline-flex}.umd-avatar--lg{width:42px;height:42px;font-size:.95rem}.umd-avatar--privat{background:#3f6f9f}.umd-avatar--skole{background:#c08a1e}.umd-avatar--sfo{background:#3a8f5e}.umd-avatar--institution{background:#6b4faa}.umd-panel{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);z-index:200;min-width:240px;padding:.6rem .5rem;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #1825341f}.umd-profile{align-items:center;gap:.75rem;padding:.55rem .6rem;display:flex}.umd-profile__text{flex-direction:column;gap:.08rem;min-width:0;display:flex}.umd-profile__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.umd-profile__email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.umd-type-badge{background:var(--surface-muted);color:var(--muted);border-radius:999px;width:fit-content;margin-top:.18rem;padding:.1rem .5rem;font-size:.68rem;font-weight:600;display:inline-block}.umd-type-badge--privat{color:#2e5782;background:#e8f0f8}.umd-type-badge--skole{color:#92650a;background:#fef3c7}.umd-type-badge--sfo{color:#1a6641;background:#d1fae5}.umd-type-badge--institution{color:#5034a0;background:#ede9f8}.umd-divider{background:var(--line);height:1px;margin:.35rem 0}.umd-nav-item{border-radius:var(--radius-sm);color:var(--text);cursor:pointer;align-items:center;gap:.6rem;padding:.52rem .7rem;font-size:.84rem;font-weight:500;text-decoration:none;transition:background .13s;display:flex}.umd-nav-item:hover{background:var(--surface-muted)}.umd-nav-item--active{background:var(--accent-soft);color:var(--accent)}.umd-nav-item__icon{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.umd-nav-item--active .umd-nav-item__icon{color:var(--accent)}.umd-nav-item__label{flex:1}.umd-nav-item__arrow{color:var(--line);opacity:0;flex-shrink:0;transition:opacity .13s,transform .13s}.umd-nav-item:hover .umd-nav-item__arrow{opacity:1;transform:translate(2px)}.umd-logout{border-radius:var(--radius-sm);color:#c0392b;cursor:pointer;text-align:left;width:100%;font-size:.84rem;font-weight:500;font-family:var(--sans);background:0 0;border:none;align-items:center;gap:.6rem;padding:.52rem .7rem;transition:background .13s;display:flex}.umd-logout:hover{background:#fdf2f2}.umd-logout .umd-nav-item__icon{color:#c0392b}.umd-theme-toggle{cursor:pointer;width:100%;font-family:var(--sans);text-align:left;background:0 0;border:none}.umd-theme-toggle__pill{flex-shrink:0;margin-left:auto;font-size:.9rem}.header-cart-btn{position:relative}.admin-tag--personlig{background:var(--surface);color:var(--muted)}.checkout-payment-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.checkout-payment-section__text{text-align:center;flex:1;min-width:200px}.checkout-payment-section__text h2{margin:.3rem 0 .5rem}.checkout-payment-section__text .muted{margin:0;font-size:.88rem}.checkout-payment-section__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.checkout-pay-btn{white-space:nowrap;font-weight:600;transition:background .35s,color .2s,box-shadow .35s,transform .15s}.checkout-pay-btn--waiting{background:var(--surface-muted);color:var(--muted);border:1.5px solid var(--line);cursor:not-allowed;opacity:.75}.checkout-pay-btn--ready{color:#fff;cursor:pointer;background:#2a9d5c;border:none;box-shadow:0 4px 18px #2a9d5c52}.checkout-pay-btn--ready:hover{background:#22874e;transform:translateY(-1px);box-shadow:0 6px 22px #2a9d5c6b}.checkout-pay-btn--ready:active{transform:translateY(0)}@media (width<=600px){.checkout-payment-section{text-align:center;flex-direction:column;align-items:stretch}.checkout-payment-section__actions{flex-direction:column-reverse;width:100%}.checkout-pay-btn{width:100%}}.field-label-hint{color:var(--muted);margin-left:.3em;font-size:.8em;font-weight:400}.child-gift-toggle{border:1.5px solid var(--line);border-radius:var(--radius-md);background:var(--surface-muted);margin-top:1.25rem;padding:1rem 1.1rem;transition:border-color .18s,background .18s}.child-gift-toggle--active{border-color:var(--accent);background:var(--accent-soft)}.child-gift-toggle__label{cursor:pointer;align-items:flex-start;gap:.85rem;display:flex}.child-gift-toggle__checkbox{opacity:0;width:0;height:0;position:absolute}.child-gift-toggle__checkbox-wrap{flex-shrink:0;margin-top:.1rem;position:relative}.child-gift-toggle__checkmark{border:2px solid var(--line);background:#fff;border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s,border-color .15s;display:flex}.child-gift-toggle__checkbox:checked~.child-gift-toggle__checkmark{background:var(--accent);border-color:var(--accent)}.child-gift-toggle__checkbox:checked~.child-gift-toggle__checkmark:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;display:block;transform:rotate(45deg)translate(-1px,-1px)}.child-gift-toggle__text{flex-direction:column;gap:.3rem;display:flex}.child-gift-toggle__title{color:var(--text);align-items:center;gap:.4rem;font-size:.92rem;font-weight:600;display:flex}.child-gift-toggle__desc{color:var(--muted);font-size:.83rem;line-height:1.55}.child-gift-message{border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem}.child-gift-message__preview{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;padding:.85rem 1rem}.child-gift-message__preview-title{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:0 0 .4rem;font-size:.74rem;font-weight:600}.child-gift-message__preview-text{color:var(--text);margin:0;font-size:.88rem;line-height:1.6}.child-gift-message__textarea{resize:vertical;min-height:80px}.child-gift-message__count{text-align:right;color:var(--muted);margin-top:.3rem;font-size:.74rem;display:block}[data-theme=dark] .child-gift-toggle{background:var(--surface-muted)}[data-theme=dark] .child-gift-toggle--active{background:var(--accent-soft);border-color:var(--accent)}[data-theme=dark] .child-gift-toggle__checkmark{background:var(--surface-strong);border-color:var(--line)}[data-theme=dark] .child-gift-message__preview{background:var(--surface-strong)}.umd-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.getting-started{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:2rem;padding:1.25rem}.getting-started__head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.5rem;margin-bottom:1rem;display:grid}.getting-started__head h2{letter-spacing:0;margin:.15rem 0 .35rem;font-size:clamp(1.25rem,2.2vw,1.7rem)}.getting-started__head p:not(.eyebrow){max-width:720px;color:var(--muted);margin:0;line-height:1.65}.getting-started__progress{grid-template-columns:repeat(3,minmax(82px,1fr));gap:.5rem;display:grid}.getting-started__stat{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-sm);padding:.72rem .8rem}.getting-started__stat span{color:var(--muted);white-space:nowrap;font-size:.72rem}.getting-started__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.getting-card{min-height:132px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);gap:.75rem;padding:1rem;display:flex}.getting-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.getting-card__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:2.25rem;height:2.25rem;color:var(--accent);flex:none;justify-content:center;align-items:center;display:inline-flex}.getting-card__text{flex-direction:column;gap:.25rem;display:flex}.getting-card__text span{color:var(--muted);font-size:.8rem;line-height:1.45}.getting-card--green .getting-card__icon{color:#26704c;background:#dff7e9}.getting-card--amber .getting-card__icon{color:#9a6810;background:#fff2cd}.getting-card--violet .getting-card__icon{color:#6244aa;background:#eee9fb}.getting-card--primary{border-color:#3f6f9f73}.tour-shell{z-index:500;justify-content:center;align-items:flex-end;padding:1.25rem;display:flex;position:fixed;inset:0}.tour-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0d162152;position:absolute;inset:0}.tour-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);width:min(520px,100%);padding:1.35rem;position:relative;box-shadow:0 24px 70px #1825343d}.tour-close{width:2rem;height:2rem;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:.8rem;right:.8rem}.tour-close:hover{background:var(--surface-muted);color:var(--text)}.tour-card__top{justify-content:space-between;align-items:center;gap:1rem;padding-right:2rem;display:flex}.tour-card__kicker{color:var(--accent);text-transform:uppercase;font-size:.76rem;font-weight:700}.tour-card h2{letter-spacing:0;max-width:430px;margin:.55rem 0 .45rem;font-size:clamp(1.25rem,4vw,1.65rem)}.tour-card p{color:var(--muted);margin:0;line-height:1.65}.tour-dots{gap:.28rem;display:inline-flex}.tour-dot{background:var(--line);border-radius:999px;width:.45rem;height:.45rem}.tour-dot--active{background:var(--accent);width:1.2rem}.tour-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}.profile-page{padding:clamp(6rem, 10vw, 8rem) var(--page-gutter) 4rem;min-height:78vh}.profile-page--gate{justify-content:center;align-items:center;display:flex}.profile-layout{grid-template-columns:minmax(240px,340px) minmax(0,680px);gap:1.25rem;width:min(100%,1080px);margin:0 auto;display:grid}.profile-card{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.4rem}.profile-card--center{text-align:center;max-width:520px}.profile-summary{text-align:center;flex-direction:column;align-self:start;align-items:center;display:flex}.profile-avatar{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:7rem;height:7rem;margin-bottom:1rem;font-size:1.8rem;font-weight:800;display:inline-flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar--skole{background:#c08a1e}.profile-avatar--sfo{background:#3a8f5e}.profile-avatar--institution{background:#6b4faa}.profile-summary h1{margin:0;font-size:1.35rem}.profile-summary p{color:var(--muted);overflow-wrap:anywhere;margin:.25rem 0 .5rem}.profile-back{margin-top:1.1rem}.profile-form__head{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-form__head h2{margin:.15rem 0 0;font-size:1.5rem}.profile-saved{color:#26704c;background:#dff7e9;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.8rem;font-weight:700;display:inline-flex}.profile-avatar-row{flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem;display:flex}.profile-avatar-upload,.profile-remove-avatar{border:1px solid var(--line);min-height:2.55rem;color:var(--text);background:var(--surface-muted);border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .85rem;font-weight:600;display:inline-flex}.profile-remove-avatar{color:var(--muted)}.profile-field{gap:.45rem;margin-bottom:1rem;display:grid}.profile-field>span{color:var(--text);align-items:center;gap:.4rem;font-size:.86rem;font-weight:700;display:inline-flex}.profile-error{border-radius:var(--radius-sm);color:#b42318;background:#fdf2f2;margin-bottom:1rem;padding:.75rem .85rem;font-size:.86rem}.profile-actions{justify-content:flex-end;display:flex}@media (width<=980px){.getting-started__head,.profile-layout{grid-template-columns:1fr}.getting-started__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.getting-started{padding:1rem}.getting-started__progress,.getting-started__grid{grid-template-columns:1fr}.getting-card{min-height:auto}.tour-shell{padding:.75rem}.profile-page{padding-top:5.8rem}}.dashboard-hero__inner{margin-bottom:1rem}.join-code-widget{margin:0 0 1rem}.join-code-widget__inner{border-radius:var(--radius-md);align-items:center;padding:.75rem 1rem}.join-code-widget__hint{display:none}.join-code-widget__title{margin:0}.join-code-widget__btn{min-height:2.35rem;padding:.4rem .75rem}.join-code-widget__code{font-size:.95rem}.getting-started{border-radius:var(--radius-lg);box-shadow:none;margin-bottom:1.25rem;padding:1rem}.getting-started__head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin-bottom:.85rem}.getting-started__head h2{max-width:none;margin:.1rem 0 .2rem;font-size:clamp(1.15rem,2vw,1.45rem)}.getting-started__head p:not(.eyebrow){font-size:.9rem;line-height:1.45}.getting-started__progress{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.getting-started__stat{background:var(--surface-muted);border-radius:999px;align-items:center;gap:.35rem;padding:.32rem .55rem;display:inline-flex}.getting-started__stat strong,.getting-started__stat span{display:inline}.getting-started__stat strong{font-size:.78rem}.getting-started__stat span{font-size:.68rem}.getting-started__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.getting-card{border-radius:var(--radius-sm);min-height:86px;box-shadow:none;align-items:flex-start;padding:.78rem}.getting-card:hover{transform:translateY(-1px)}.getting-card__icon{border-radius:.75rem;width:2rem;height:2rem}.getting-card__text{gap:.15rem}.getting-card__text strong{font-size:.88rem}.getting-card__text span{font-size:.74rem;line-height:1.35}@media (width<=980px){.getting-started__head{grid-template-columns:1fr}.getting-started__progress{justify-content:flex-start}.getting-started__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.join-code-widget__inner{align-items:flex-start}.getting-started__grid{grid-template-columns:1fr}}.backend-shell{background:var(--surface-muted);min-height:100vh;display:flex}.backend-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;flex:none;width:240px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.backend-sidebar__top{border-bottom:1px solid var(--line);padding:1.25rem 1.25rem .5rem}.backend-sidebar__logo{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.backend-sidebar__nav{flex-direction:column;flex:1;gap:.15rem;padding:.75rem .625rem;display:flex}.backend-nav__link{border-radius:var(--radius-sm);color:var(--muted);align-items:center;gap:.65rem;padding:.6rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.backend-nav__link:hover{background:var(--surface-muted);color:var(--text)}.backend-nav__link--active{background:var(--accent-soft);color:var(--accent)}.backend-nav__link--active svg{color:var(--accent)}.backend-sidebar__bottom{border-top:1px solid var(--line);padding:.875rem 1rem}.backend-user-row{align-items:center;gap:.625rem;display:flex}.backend-user-avatar{background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.backend-user-info{flex:1;min-width:0}.backend-user-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;display:block;overflow:hidden}.backend-user-info small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;display:block;overflow:hidden}.backend-user-logout{border-radius:var(--radius-sm);width:1.75rem;height:1.75rem;color:var(--muted);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.backend-user-logout:hover{color:#dc2626;background:#fef2f2}.backend-main{flex-direction:column;flex:1;min-width:0;display:flex}.backend-topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;flex:none;justify-content:space-between;align-items:center;height:52px;padding:0 1.75rem;display:flex;position:sticky;top:0}.backend-topbar__breadcrumb{color:var(--muted);align-items:center;gap:.4rem;font-size:.8rem;display:flex}.backend-topbar__breadcrumb-home{color:var(--muted);text-decoration:none;transition:color .15s}.backend-topbar__breadcrumb-home:hover{color:var(--text)}.backend-topbar__breadcrumb-sep{color:var(--line);flex:none}.backend-topbar__shop-btn{gap:.4rem;padding:.35rem .85rem;font-size:.8rem}.backend-content{flex:1;min-width:0;padding:2rem 2.25rem;overflow-x:hidden}.backend-content .dashboard-page{padding-top:0}.backend-content .dashboard-hero{padding:0 0 .5rem}.backend-content .dashboard-section{padding:0 0 2rem}.backend-content .dashboard-hero__inner h1{margin-bottom:.1rem;font-size:1.35rem}.backend-content .dashboard-hero__inner{margin-bottom:.75rem;padding:0}.backend-content .profile-page{min-height:auto;padding:0}.backend-content .admin-page{background:0 0;min-height:auto;padding-top:0}.backend-content .skema-page{margin-top:0}.dash-home{flex-direction:column;gap:2.5rem;display:flex}.dash-home__greeting h1{margin:0 0 .25rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.2}.dash-home__section{flex-direction:column;gap:1rem;display:flex}.dash-home__section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;font-size:.78rem;font-weight:600}.dash-home__section-header{justify-content:space-between;align-items:center;display:flex}.dash-home__see-all{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:.8rem;font-weight:500}.dash-home__see-all:hover{text-decoration:underline}.dash-quick-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.dash-quick-card{border:1px solid var(--line);border-radius:var(--radius-md);text-align:left;cursor:pointer;background:#fff;flex-direction:column;gap:.35rem;padding:1.25rem 1.25rem 1.1rem;transition:border-color .18s,box-shadow .18s,transform .16s;display:flex}.dash-quick-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #3f6f9f1f}.dash-quick-card--primary{background:var(--accent);border-color:var(--accent);color:#fff}.dash-quick-card--primary .dash-quick-card__icon{color:#ffffffd9}.dash-quick-card.dash-quick-card--primary p{color:#ffffffd1}.dash-quick-card--primary:hover{background:#35608d;border-color:#35608d;box-shadow:0 4px 16px #3f6f9f40}.dash-quick-card__icon{color:var(--accent);margin-bottom:.25rem}.dash-quick-card strong{font-size:.9rem;font-weight:600}.dash-quick-card p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.dash-recent-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.875rem;display:grid}.dash-recent-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;transition:box-shadow .18s;overflow:hidden}.dash-recent-card:hover{box-shadow:var(--shadow)}.dash-recent-card__img-wrap{aspect-ratio:1;background:var(--surface-muted);justify-content:center;align-items:center;display:flex;overflow:hidden}.dash-recent-card__img{object-fit:contain;width:100%;height:100%;display:block}.dash-recent-card__label{text-align:center;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid var(--line);margin:0;padding:.5rem .625rem;font-size:.75rem;font-weight:500;overflow:hidden}.dash-empty{border:1px dashed var(--line);border-radius:var(--radius-md);text-align:center;background:#fff;flex-direction:column;align-items:center;gap:.875rem;padding:3rem 2rem;display:flex}.dash-empty__icon{color:var(--line)}.dash-empty p{color:var(--muted);margin:0;font-size:.9rem}@media (width<=900px){.backend-sidebar{width:200px}.backend-content{padding:1.5rem 1.25rem}}@media (width<=680px){.backend-shell{flex-direction:column}.backend-sidebar{border-right:none;border-bottom:1px solid var(--line);width:100%;height:auto;position:static}.backend-sidebar__nav{flex-flow:wrap;padding:.5rem}.backend-nav__link span{display:none}.backend-nav__link{justify-content:center;padding:.6rem}.backend-topbar{position:static}.backend-content{padding:1rem}.dash-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hpc-root{border-radius:var(--radius-lg);background:#000;position:relative;overflow:hidden;box-shadow:0 20px 60px #18253424}.hpc-video{object-fit:cover;width:100%;height:100%;display:block}.hpc-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hpc-btn{pointer-events:auto;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;transition:background .18s,transform .15s;display:flex}.hpc-btn:hover{background:#0000008c;transform:scale(1.07)}.hpc-status{color:#ffffffbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.04em;background:#0000004d;border-radius:100px;padding:.2rem .6rem;font-size:.7rem;font-weight:500;position:absolute;bottom:.85rem;left:.85rem}.shop-page{--shop-gutter:clamp(1.25rem, 3vw, 2.5rem)}.shop-hero{max-width:1200px;padding:0 var(--shop-gutter);margin:clamp(1.5rem,3vw,2.5rem) auto 0}.shop-hero__inner{background:var(--accent-soft);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:center;max-width:100%;padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,5vw,4rem)}.shop-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#3f6f9f1f;border-radius:100px;margin-bottom:1rem;padding:.25rem .85rem;font-size:.72rem;font-weight:600;display:inline-block}.shop-hero__inner h1{color:var(--text);max-width:540px;margin:0 auto .75rem;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1.2}.shop-hero__inner p{color:var(--muted);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.65}.shop-body{max-width:1200px;padding:0 var(--shop-gutter) clamp(3rem, 8vw, 6rem);margin:0 auto}.shop-section{padding-top:clamp(2.5rem,6vw,4rem)}.shop-section__header{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.shop-section__icon-wrap{background:var(--accent-soft);border:1px solid var(--line);width:2.4rem;height:2.4rem;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;display:flex}.shop-section__header h2{color:var(--text);margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.shop-section__header p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.shop-cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}.shop-divider{background:var(--line);height:1px;margin-top:clamp(2.5rem,6vw,4rem)}.shop-featured{background:var(--surface-muted);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:clamp(1.75rem,4vw,2.75rem);display:grid}.shop-featured__img-wrap{border-radius:var(--radius-md);aspect-ratio:4/3;background:#fff;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.shop-featured__img{object-fit:cover;width:100%;height:100%;display:block}.shop-featured__badge{background:var(--accent);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:100px;padding:.25rem .7rem;font-size:.7rem;font-weight:600;position:absolute;top:.85rem;left:.85rem}.shop-featured__body{flex-direction:column;gap:.75rem;display:flex}.shop-featured__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:600}.shop-featured__title{color:var(--text);margin:0;font-size:clamp(1.25rem,2.5vw,1.65rem);font-weight:700;line-height:1.25}.shop-featured__desc{color:var(--muted);margin:0;font-size:.92rem;line-height:1.65}.shop-featured__checklist{flex-direction:column;gap:.45rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.shop-featured__checklist li{color:var(--text);align-items:center;gap:.55rem;font-size:.88rem;display:flex}.shop-featured__checklist li:before{content:"";background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2,6 5,9 10,3'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:70%;border-radius:50%;flex-shrink:0;width:1.05rem;height:1.05rem}.shop-featured__footer{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.5rem;padding-top:1.1rem;display:flex}.shop-featured__price-block{align-items:baseline;gap:.4rem;display:flex}.shop-featured__price{color:var(--text);letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.shop-featured__vat{color:var(--muted);font-size:.8rem}.shop-featured__actions{flex-wrap:wrap;gap:.65rem;display:flex}@media (width<=700px){.shop-featured{grid-template-columns:1fr;gap:1.5rem}.shop-featured__img-wrap{aspect-ratio:16/9}.shop-cards-grid{grid-template-columns:1fr}}.wl-overlay{z-index:9999;background:url(/bg.png) 50%/cover no-repeat;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.wl-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:2.25rem 2rem 2rem;position:relative;overflow:hidden;box-shadow:0 32px 80px #0a162833}.wl-img-wrap{justify-content:center;margin-bottom:1.4rem;display:flex}.wl-img{object-fit:contain;width:200px;height:200px}@media (width<=480px){.wl-img{width:160px;height:160px}}.wl-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#1a3a5c;opacity:.55;margin-bottom:.55rem;font-size:.68rem;font-weight:700}.wl-title{color:#0d1c2e;letter-spacing:-.03em;margin-bottom:.9rem;font-size:1.55rem;font-weight:800;line-height:1.2}.wl-body{color:#4a6280;margin-bottom:1rem;font-size:.92rem;line-height:1.65}.wl-cta-label{color:#64748b;margin-bottom:1.25rem;font-size:.85rem;font-weight:500;line-height:1.5}.wl-form{text-align:left;flex-direction:column;gap:.85rem;display:flex}.wl-field{flex-direction:column;gap:.3rem;display:flex}.wl-label{color:var(--text,#0f1c2e);font-size:.82rem;font-weight:600}.wl-optional{color:#94a3b8;font-weight:400}.wl-input{width:100%;color:var(--text,#0f1c2e);box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.wl-input:focus{border-color:var(--accent,#1a3a5c);background:#fff;box-shadow:0 0 0 3px #1a3a5c1a}.wl-input:disabled{opacity:.6;cursor:not-allowed}.wl-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.5rem .75rem;font-size:.83rem}.wl-btn{justify-content:center;align-items:center;gap:.4rem;width:100%;margin-top:.25rem;display:flex}.wl-btn:disabled{opacity:.55;cursor:not-allowed}.wl-spin{animation:.8s linear infinite spin}.wl-note{color:#94a3b8;margin-top:1rem;font-size:.78rem}.wl-done{flex-direction:column;align-items:center;gap:.5rem;padding:2rem 0 1.5rem;display:flex;position:relative}.wl-confetti{pointer-events:none;z-index:10;position:absolute;inset:-40px -60px}.wl-done__title{color:#0d1c2e;letter-spacing:-.02em;z-index:11;font-size:1.35rem;font-weight:800;position:relative}.wl-done__sub{color:#4a6280;z-index:11;max-width:280px;font-size:.9rem;line-height:1.6;position:relative}.credits-modal-overlay{z-index:900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f192385;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.credits-modal{background:var(--bg);border-radius:var(--radius-lg);flex-direction:column;gap:1.5rem;width:min(760px,100%);max-height:90vh;padding:2.5rem 2rem 2rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0f192338}.credits-modal__close{border:1px solid var(--line);cursor:pointer;width:2rem;height:2rem;color:var(--muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute;top:1.1rem;right:1.1rem}.credits-modal__close:hover{background:var(--surface-muted);color:var(--text)}.credits-modal__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.credits-modal__badge-wrap{margin-bottom:.25rem}.credits-modal__badge{color:#c0392b;letter-spacing:.03em;background:#fff2f2;border:1px solid #c0392b33;border-radius:999px;padding:.2rem .75rem;font-size:.72rem;font-weight:600;display:inline-block}.credits-modal__title{color:var(--text);margin:0;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700;line-height:1.15}.credits-modal__sub{color:var(--muted);max-width:44ch;margin:0;font-size:.875rem;line-height:1.55}.credits-modal__tabs{background:var(--surface-muted);border-radius:var(--radius-sm);align-self:center;gap:.25rem;padding:.25rem;display:flex}.credits-modal__tab{border-radius:calc(var(--radius-sm) - 2px);color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:background .15s,color .15s}.credits-modal__tab--active{background:var(--bg);color:var(--text);box-shadow:0 1px 4px #0f19231a}.credits-modal__tab:hover:not(.credits-modal__tab--active){color:var(--text)}.credits-modal__body{flex-direction:column;gap:1rem;display:flex}.credits-modal__footer{text-align:center;color:var(--muted);border-top:1px solid var(--line);padding-top:.5rem;font-size:.78rem;line-height:1.5}.credits-modal__footer a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.credits-plan-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.credits-plan-card{border:1.5px solid var(--line);border-radius:var(--radius-md);background:var(--bg);flex-direction:column;gap:.35rem;padding:1.25rem 1rem 1rem;transition:border-color .15s;display:flex;position:relative}.credits-plan-card--featured{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.credits-plan-card--current{background:var(--surface-muted)}.credits-plan-card__pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;width:fit-content;margin-bottom:.25rem;padding:.18rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.credits-plan-card__pill--popular{background:var(--accent);color:#fff}.credits-plan-card__pill--current{background:var(--surface-muted);color:var(--muted);border:1px solid var(--line)}.credits-plan-card__name{color:var(--text);margin:0;font-size:1rem;font-weight:700}.credits-plan-card__tagline{color:var(--muted);min-height:2em;margin:0;font-size:.72rem;line-height:1.4}.credits-plan-card__price-row{align-items:baseline;gap:.2rem;margin-top:.5rem;display:flex}.credits-plan-card__price{color:var(--text);font-size:1.7rem;font-weight:800;line-height:1}.credits-plan-card__price-unit{color:var(--muted);font-size:.78rem}.credits-plan-card__credit-count{color:var(--accent);margin:0 0 .5rem;font-size:.78rem;font-weight:600}.credits-plan-card__features{flex-direction:column;flex:1;gap:.35rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.credits-plan-card__features li{color:var(--muted);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.credits-plan-card__features li svg{color:var(--accent);flex-shrink:0}.credits-plan-card__btn{width:100%;margin-top:auto;padding:.6rem 1rem;font-size:.82rem}.credits-plan-card__btn:disabled{opacity:.5;cursor:default}.credits-pkg-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.credits-pkg-card{border:1.5px solid var(--line);border-radius:var(--radius-md);text-align:center;background:var(--bg);flex-direction:column;align-items:center;gap:.3rem;padding:1.25rem 1rem 1rem;display:flex;position:relative}.credits-pkg-card--featured{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.credits-pkg-card__pill{letter-spacing:.04em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:999px;margin-bottom:.25rem;padding:.18rem .6rem;font-size:.65rem;font-weight:700;display:inline-block}.credits-pkg-card__amount{color:var(--text);margin:0;font-size:1.05rem;font-weight:700}.credits-pkg-card__price-row{justify-content:center;align-items:baseline;gap:.2rem;display:flex}.credits-pkg-card__price{color:var(--text);font-size:1.8rem;font-weight:800;line-height:1}.credits-pkg-card__price-unit{color:var(--muted);font-size:.82rem}.credits-pkg-card__per{color:var(--muted);margin:0 0 .75rem;font-size:.72rem}.credits-pkg-card__btn{width:100%;margin-top:auto;padding:.6rem 1rem;font-size:.82rem}.credits-pkg-note{text-align:center;color:var(--muted);margin:0;font-size:.75rem}@media (width<=620px){.credits-modal{padding:2rem 1.25rem 1.5rem}.credits-plan-grid,.credits-pkg-grid{grid-template-columns:1fr}.credits-plan-card__tagline{min-height:auto}}@media (width<=800px) and (width>=621px){.credits-plan-grid,.credits-pkg-grid{grid-template-columns:1fr 1fr}}.wizard-credits-chip{background:var(--surface-muted);border:1px solid var(--line);color:var(--muted);letter-spacing:.01em;border-radius:999px;align-self:flex-end;align-items:center;gap:.45rem;margin-bottom:.5rem;padding:.3rem .75rem .3rem .65rem;font-size:.72rem;font-weight:500;display:flex}.wizard-credits-chip__label{text-transform:uppercase;letter-spacing:.06em;font-size:.65rem}.wizard-credits-chip__count{color:var(--text);text-align:center;min-width:1.1rem;font-size:.82rem;font-weight:700}.wizard-credits-chip__count--empty{color:#c0392b}.wizard-credit-bar{border-radius:var(--radius-sm);background:var(--accent-soft);border:1px solid #3f6f9f2e;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.7rem 1rem;font-size:.82rem;display:flex}.wizard-credit-bar--empty{background:#fff2f2;border-color:#c0392b33}.wizard-credit-bar__cost{color:var(--accent);font-weight:600}.wizard-credit-bar--empty .wizard-credit-bar__cost{color:#c0392b}.wizard-credit-bar__balance{color:var(--muted);font-size:.78rem}.wizard-credit-bar__balance strong{color:var(--text);font-weight:700}@media (width<=480px){.wizard-credit-bar{flex-direction:column;align-items:flex-start;gap:.25rem}}.dp-header{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.dp-header__left{flex-direction:column;gap:.3rem;display:flex}.dp-header__title{color:var(--text);margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.dp-header__meta{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.dp-header__email{color:var(--muted);font-size:.8rem}.dp-header__right{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.dp-join-wrap{margin-bottom:1rem}.dp-empty{text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:4rem 2rem;display:flex}.dp-empty__icon{color:var(--line);margin-bottom:.5rem}.dp-empty__title{color:var(--text);margin:0;font-size:1.05rem;font-weight:600}.dp-empty__sub{color:var(--muted);max-width:36ch;margin:0 0 .75rem;font-size:.875rem;line-height:1.55}.dp-empty__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=560px){.dp-header{flex-direction:column;align-items:flex-start}.dp-header__right{width:100%}.dp-header__right .button{flex:1;justify-content:center}}
