:root{--background:var(--pz-bg);--surface:var(--pz-surface);--surface-secondary:var(--pz-surface-2);--text-primary:var(--pz-text);--text-secondary:var(--pz-text-2);--text-muted:var(--pz-text-3);--border:var(--pz-border);--border-strong:var(--pz-border-strong);--border-subtle:var(--pz-border);--accent:var(--pz-accent);--accent-hover:var(--pz-accent-hover);--focus:var(--pz-accent)}*{box-sizing:border-box}html{scroll-behavior:smooth}a{color:inherit}a:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 40%, transparent);outline-offset:4px;border-radius:8px}.brand{align-items:center;gap:12px;min-height:44px;font-size:15px;font-weight:750;text-decoration:none;display:inline-flex}.brandMark{justify-content:center;align-items:center;display:inline-flex}nav{gap:28px;display:flex}.headerRight,.headerAuth{align-items:center;display:flex}.headerRight{gap:36px}.headerAuth{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.headerAuth a{border-radius:10px;padding:10px 14px;font-size:14px;font-weight:750;text-decoration:none}.headerAuth .headerRegister{background:var(--text-primary);color:var(--pz-on-accent)}nav a{color:var(--text-secondary);font-size:14px;font-weight:650;text-decoration:none}nav a:hover{color:var(--text-primary)}.hero,.section,footer{max-width:1240px;margin:0 auto}.formError{background:var(--pz-danger-soft);border:1px solid var(--pz-danger);color:var(--pz-danger);border-radius:12px;margin:0;padding:12px 14px;font-size:13px}.captchaPlaceholder,.captchaDisabled,.captchaBlock{color:var(--text-muted);border-radius:12px;min-height:66px;margin:0;font-size:13px}.captchaPlaceholder,.captchaDisabled{background:var(--surface-secondary);border:1px dashed var(--border-strong);align-items:center;padding:14px;display:flex}.captchaBlock{overflow-x:auto}.accountOverview{background:radial-gradient(circle at 92% 2%, color-mix(in srgb, var(--pz-accent) 35%, transparent), transparent 34%), var(--pz-text);border:1px solid color-mix(in srgb, var(--pz-bg) 10%, transparent);color:var(--pz-on-accent);border-radius:28px;gap:30px;margin-bottom:72px;padding:34px;display:grid;overflow:hidden}.accountOverview .eyebrow{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg))}@keyframes accountPulse{50%{opacity:.48}}.marketPage{min-height:100vh}.siteHeader{background:var(--pz-bg);border-bottom:1px solid var(--border);z-index:var(--pz-z-header);grid-template-columns:1fr auto 1fr;align-items:center;padding:16px 36px;display:grid;position:sticky;top:0}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.siteHeader{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:color-mix(in srgb, var(--pz-bg) 82%, transparent)}}.siteHeader>*{min-width:0}.siteHeader nav{justify-content:center}.siteHeader nav a[aria-current=page]{color:var(--text-primary)}.siteHeader .headerAuth{justify-self:end}.marketHero{border-bottom:1px solid var(--border);border-top:1px solid var(--border);grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:end;gap:72px;max-width:1440px;margin:0 auto;padding:96px 36px 72px;display:grid}.marketHero h1{max-width:980px;margin-bottom:0;font-size:clamp(52px,6.8vw,96px)}.marketHero>p{color:var(--text-secondary);max-width:520px;margin-bottom:8px;font-size:18px}.marketCatalog{grid-template-columns:300px minmax(0,1fr);gap:48px;max-width:1440px;margin:0 auto;padding:64px 36px 112px;display:grid}.marketFilters{background:var(--surface);border:1px solid var(--border);border-radius:20px;align-self:start;padding:24px;position:sticky;top:20px}.marketFilters h2{letter-spacing:-.035em;margin-bottom:28px;font-size:28px}.marketFilters form,.marketFilters label{display:grid}.marketFilters form{gap:16px}.marketFilters label{color:var(--text-secondary);letter-spacing:.02em;gap:7px;font-size:13px;font-weight:800}.marketFilters input,.marketFilters select{appearance:none;background:var(--surface);border:1px solid var(--border-strong);color:var(--text-primary);font:inherit;border-radius:10px;outline:0;width:100%;min-height:46px;padding:0 12px;font-size:14px}.marketFilters input:focus,.marketFilters select:focus{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent)}.marketFilters button,.marketStatePage button{background:var(--text-primary);color:var(--pz-on-accent);cursor:pointer;font:inherit;border:0;border-radius:10px;min-height:48px;padding:0 18px;font-size:14px;font-weight:800}.marketFilters form>a{color:var(--text-muted);justify-self:center;align-items:center;min-height:44px;font-size:13px;font-weight:700;display:inline-flex}.marketResults{min-width:0}.marketResultsHeader{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.marketResultsHeader h2{letter-spacing:-.045em;margin-bottom:0;font-size:clamp(34px,4vw,52px);line-height:1.05}.marketResultsHeader>span{color:var(--text-muted);white-space:nowrap;font-size:13px;font-weight:750}.marketEmpty{background:radial-gradient(circle at 95% 5%, color-mix(in srgb, var(--pz-accent) 36%, transparent), transparent 30%), var(--text-primary);color:var(--pz-on-accent);border-radius:24px;grid-template-columns:100px minmax(0,1fr);gap:32px;min-height:500px;padding:clamp(36px,6vw,72px);display:grid;position:relative;overflow:hidden}.marketEmpty:after{border:1px solid color-mix(in srgb, var(--pz-bg) 12%, transparent);content:"";border-radius:50%;width:520px;height:520px;position:absolute;bottom:-220px;right:-130px}.marketEmpty>span{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg));letter-spacing:.12em;font-size:14px;font-weight:850}.marketEmpty .eyebrow{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg))}.marketEmpty h3{letter-spacing:-.05em;max-width:800px;margin-bottom:26px;font-size:clamp(38px,5vw,68px);line-height:1}.marketEmpty p:not(.eyebrow){color:color-mix(in srgb, var(--pz-bg) 78%, transparent);max-width:720px;font-size:17px}.marketEmpty>a{background:var(--pz-surface);color:var(--text-primary);z-index:1;border-radius:12px;grid-column:2;place-self:end start;align-items:center;min-height:48px;padding:0 20px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex;position:relative}.marketProductGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.marketProductCard{background:var(--surface);border:1px solid var(--border);border-radius:18px;flex-direction:column;min-height:420px;padding:28px;display:flex}.marketProductMeta,.marketPriceLine{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;font-size:13px;font-weight:800;display:flex}.marketProductCard h3{letter-spacing:-.045em;margin:52px 0 12px;font-size:clamp(32px,4vw,46px)}.marketProductCard>p{color:var(--text-secondary);min-height:72px}.marketProductCard ul,.productOutcome ul,.productCompatibility ul{flex-wrap:wrap;gap:8px;margin:12px 0 24px;padding:0;list-style:none;display:flex}.marketProductCard li,.productOutcome li,.productCompatibility li{background:var(--surface-secondary);color:var(--text-secondary);border-radius:999px;padding:7px 11px;font-size:13px;font-weight:750}.marketPriceLine{border-top:1px solid var(--border);letter-spacing:0;text-transform:none;margin-top:auto;padding-top:18px}.marketProductCard>a{color:var(--accent);align-items:center;min-height:44px;margin-top:20px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.skeletonLine,.marketSkeletonPanel,.marketSkeletonCard{background:var(--surface-secondary);animation:1.4s ease-in-out infinite alternate marketPulse}.marketSkeletonHero{display:block}.skeletonLine{border-radius:12px}.skeletonEyebrow{width:160px;height:18px;margin-bottom:32px}.skeletonTitle{max-width:900px;height:190px}.marketSkeletonPanel{min-height:500px}.marketSkeletonCard{min-height:420px}@keyframes marketPulse{to{opacity:.48}}.marketStatePage{max-width:1200px;min-height:100vh;margin:0 auto;padding:32px;display:grid}.marketStatePage>section,.compactState{align-self:center;max-width:760px}.marketStatePage h1{font-size:clamp(46px,8vw,80px)}.marketStatePage p:not(.eyebrow){color:var(--text-secondary);max-width:620px;font-size:18px}.marketStatePage button,.compactState>a{margin-top:20px;display:inline-flex}.compactState{min-height:auto;padding-top:120px;padding-bottom:120px;display:block}.compactState>a{color:var(--accent);font-weight:800}.productHero,.productOutcome,.productSection,.productCompatibility,.productCta{max-width:1320px;margin:0 auto;padding-left:36px;padding-right:36px}.productHero{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 340px;align-items:end;gap:72px;padding-top:88px;padding-bottom:88px;display:grid}.productBack{color:var(--text-muted);align-items:center;min-height:44px;margin-bottom:64px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.productHero h1{margin-bottom:24px;font-size:clamp(64px,10vw,132px)}.productLead{color:var(--text-secondary);max-width:760px;font-size:clamp(18px,2vw,23px)}.productPriceCard{background:var(--text-primary);color:var(--pz-on-accent);border-radius:20px;padding:32px;display:grid}.productPriceCard p{color:color-mix(in srgb, var(--pz-bg) 68%, transparent);letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:800}.productPriceCard strong{letter-spacing:-.04em;margin-bottom:28px;font-size:36px}.productPriceCard span{border-top:1px solid color-mix(in srgb, var(--pz-bg) 15%, transparent);color:color-mix(in srgb, var(--pz-bg) 68%, transparent);padding-top:20px;font-size:13px}.productOutcome{background:var(--accent);color:var(--pz-on-accent);border-radius:24px;grid-template-columns:1.2fr .8fr;gap:72px;padding-top:72px;padding-bottom:72px;display:grid}.productOutcome .eyebrow{color:color-mix(in srgb, var(--pz-bg) 78%, transparent)}.productOutcome h2{letter-spacing:-.05em;font-size:clamp(38px,5vw,66px);line-height:1}.productOutcome>div:last-child>p:not(.eyebrow){font-size:18px}.productOutcome li{background:color-mix(in srgb, var(--pz-bg) 16%, transparent);color:var(--pz-on-accent)}.productSection,.productCompatibility{padding-top:96px;padding-bottom:96px}.featureGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:48px;display:grid}.featureGrid article{background:var(--surface);border:1px solid var(--border);border-radius:16px;min-height:240px;padding:24px}.featureGrid span{color:var(--text-muted);font-size:13px;font-weight:800}.featureGrid h3{letter-spacing:-.035em;margin-top:96px;font-size:24px}.moduleSection,.faqSection{border-top:1px solid var(--border);grid-template-columns:.65fr 1.35fr;gap:64px;display:grid}.moduleSection h2,.productCompatibility h2,.faqSection h2,.productCta h2{letter-spacing:-.05em;font-size:clamp(38px,5vw,62px);line-height:1}.moduleColumns{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.moduleColumns>div{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:24px}.moduleColumns h3{margin-bottom:22px;font-size:16px}.moduleColumns ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.moduleColumns li,.moduleColumns p{color:var(--text-secondary);font-size:13px}.moduleColumns li:before{color:var(--accent);content:"•";margin-right:8px}.screenshotGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px;display:grid}.screenshotGrid figure{margin:0}.screenshotGrid img{background:var(--surface-secondary);border:1px solid var(--border);border-radius:18px;width:100%;height:auto}.screenshotGrid figcaption{color:var(--text-muted);padding:10px 4px;font-size:13px}.productCompatibility{background:var(--text-primary);color:var(--pz-on-accent);border-radius:24px;justify-content:space-between;align-items:center;display:flex}.productCompatibility .eyebrow{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg))}.productCompatibility h2{margin-bottom:0}.productCompatibility li{background:color-mix(in srgb, var(--pz-bg) 12%, transparent);color:var(--pz-on-accent);padding:10px 16px;font-size:14px}.faqSection details{border-top:1px solid var(--border);padding:22px 0}.faqSection summary{cursor:pointer;font-size:18px;font-weight:780}.faqSection details p{color:var(--text-secondary);max-width:720px;margin:14px 0 0}.productCta{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:24px;margin-bottom:72px;padding-top:72px;padding-bottom:72px}.productCta h2{max-width:900px;margin-left:auto;margin-right:auto}.productCta .primaryAction{margin-top:18px}.hero{padding:112px 32px 72px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;max-width:1050px;margin-bottom:32px;font-size:clamp(48px,7vw,88px);line-height:.98}.heroText{color:var(--text-secondary);max-width:780px;margin-bottom:36px;font-size:clamp(18px,2vw,22px)}.heroActions{flex-wrap:wrap;gap:12px;display:flex}.primaryAction,.secondaryAction{border-radius:12px;align-items:center;min-height:48px;padding:0 22px;font-size:15px;font-weight:750;text-decoration:none;display:inline-flex}.primaryAction{background:var(--accent);color:var(--pz-on-accent)}.primaryAction:hover{background:var(--accent-hover)}.secondaryAction{background:var(--surface);border:1px solid var(--border)}.section{padding:96px 32px}.sectionHeading{max-width:720px}.sectionHeading h2{letter-spacing:-.045em;margin-bottom:20px;font-size:clamp(36px,5vw,58px);line-height:1.05}.sectionHeading>p:last-child{color:var(--text-secondary);font-size:18px}.cardTopline{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;font-size:13px;font-weight:800;display:flex}footer{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;padding:32px;font-size:13px;display:flex}@media (max-width:900px){.headerRight nav{display:none}.siteHeader{grid-template-columns:1fr auto}.siteHeader nav{display:none}.marketHero{grid-template-columns:1fr;gap:32px}.marketCatalog{grid-template-columns:1fr}.marketFilters{position:static}.marketFilters form{grid-template-columns:repeat(2,minmax(0,1fr))}.marketFilters form>button,.marketFilters form>a{align-self:end}.productHero,.productOutcome,.moduleSection,.faqSection{grid-template-columns:1fr}.productPriceCard{max-width:520px}.featureGrid,.moduleColumns{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){nav{display:none}.headerRight{gap:0}.headerAuth a:first-child{padding-inline:10px}.headerAuth a{padding:9px 11px}.hero{padding:72px 20px 48px}h1{font-size:clamp(42px,13vw,64px)}.heroActions a{justify-content:center;width:100%}.section{padding:72px 20px}footer{flex-direction:column;align-items:flex-start;gap:8px;padding:28px 20px}.accountOverview{border-radius:20px;gap:24px;margin-bottom:52px;padding:22px 16px}.siteHeader{padding:18px 20px}.siteHeader .headerAuth a:first-child{padding-inline:10px}.marketHero{padding:64px 20px 48px}.marketHero h1{font-size:clamp(44px,13vw,66px)}.marketCatalog{gap:28px;padding:36px 12px 72px}.marketFilters{border-radius:16px;padding:20px}.marketFilters form{grid-template-columns:1fr}.marketResultsHeader{flex-direction:column;align-items:flex-start;padding:0 8px}.marketEmpty{grid-template-columns:1fr;min-height:540px;padding:32px 24px}.marketEmpty h3{font-size:38px}.marketEmpty>a{grid-column:1}.marketProductGrid,.featureGrid,.moduleColumns,.screenshotGrid{grid-template-columns:1fr}.marketProductCard{min-height:390px}.productHero,.productOutcome,.productSection,.productCompatibility,.productCta{border-radius:0;padding-left:20px;padding-right:20px}.productHero{gap:40px;padding-top:56px;padding-bottom:64px}.productHero>*{min-width:0}.productBack{margin-bottom:44px}.productHero h1{overflow-wrap:anywhere;font-size:clamp(52px,18vw,76px)}.productOutcome{gap:40px;padding-top:56px;padding-bottom:56px}.productSection,.productCompatibility{padding-top:72px;padding-bottom:72px}.featureGrid article{min-height:190px}.featureGrid h3{margin-top:70px}.productCompatibility{flex-direction:column;align-items:flex-start;gap:24px}.productCta{margin-bottom:0}}.operationsPage{min-height:100vh}.operationsHeader{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:18px 28px;display:flex}.operationsHeader>div{align-items:center;gap:12px;display:flex}.operationsHeader>div span{color:var(--text-muted);font-size:13px;font-weight:750}.operationsHeader>div a{background:var(--text-primary);color:var(--pz-bg);border-radius:9px;padding:9px 12px;font-size:13px;font-weight:750;text-decoration:none}.operationsWorkspace{grid-template-columns:minmax(300px,390px) minmax(0,1fr);min-height:calc(100vh - 77px);display:grid}.operationsQueue{background:var(--surface);border-right:1px solid var(--border);min-width:0;padding:30px 20px}.operationsQueueHeading{justify-content:space-between;align-items:end;padding:0 8px 24px;display:flex}.operationsQueueHeading .eyebrow{margin-bottom:8px}.operationsQueueHeading h1{letter-spacing:-.05em;margin:0;font-size:38px;line-height:1}.operationsQueueHeading>span{background:var(--surface-secondary);color:var(--text-secondary);height:var(--pz-tap-min);min-width:var(--pz-tap-min);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex}.operationsFilters{background:var(--surface-secondary);border-radius:11px;grid-template-columns:repeat(3,1fr);gap:3px;padding:3px;display:grid}.operationsFilters button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 4px;font-size:13px;font-weight:750}.operationsFilters button.active{background:var(--surface);box-shadow:var(--pz-shadow-sm);color:var(--text-primary)}.operationsRequestList{gap:8px;margin-top:16px;display:grid}.operationsRequest{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;flex-direction:column;gap:8px;padding:15px;display:flex}.operationsRequest:hover,.operationsRequest.active{background:var(--pz-accent-soft);border-color:var(--pz-accent)}.operationsRequest strong{color:var(--text-primary);font-size:13px;line-height:1.4}.operationsRequest>span:last-child{color:var(--text-muted);font-size:13px}.operationsStatus{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:5px 8px;font-size:13px;font-weight:850;display:inline-flex}.status-new,.status-triage{background:var(--pz-accent-soft);color:var(--pz-accent-soft-text)}.status-clarification_required,.status-estimated{background:var(--pz-warning-soft);color:var(--pz-warning)}.status-quoted,.status-accepted,.status-in_progress{background:var(--pz-accent-soft);color:var(--pz-accent-soft-text)}.status-delivered,.status-closed{background:var(--pz-success-soft);color:var(--pz-success)}.status-rejected,.status-spam{background:var(--pz-danger-soft);color:var(--pz-danger)}.operationsDetail{width:100%;max-width:920px;margin:0 auto;padding:48px clamp(28px,5vw,72px) 100px}.operationsBlank{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;display:flex}.operationsBlank>span{font-size:32px}.operationsBlank h2{color:var(--text-primary);letter-spacing:-.04em;margin:20px 0 6px;font-size:30px}.operationsBlank p{margin:0}.operationsDetailHead{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.operationsDetailHead>div>span{color:var(--text-muted);font-size:13px;font-weight:750}.operationsDetailHead h2{letter-spacing:-.055em;margin:10px 0 0;font-size:clamp(34px,5vw,54px);line-height:1.02}.operationsMeta{border-bottom:1px solid var(--border);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0;padding:20px 0;display:grid}.operationsMeta div{flex-direction:column;gap:4px;display:flex}.operationsMeta span{color:var(--text-muted);text-transform:uppercase;font-size:13px}.operationsMeta strong{font-size:13px}.operationsSection{margin-top:34px}.operationsSection h3,.operationsActionForm h3,.operationsQuoteForm h3{margin:0 0 14px;font-size:16px}.operationsSection>p{color:var(--text-secondary);white-space:pre-wrap}.operationsContacts>div{flex-wrap:wrap;gap:10px;display:flex}.operationsContacts a,.operationsContacts span{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:13px;text-decoration:none}.operationsAttachments{gap:8px;margin:0;padding:0;list-style:none;display:grid}.operationsAttachments li{background:var(--surface);border:1px solid var(--border);border-radius:11px;flex-direction:column;gap:3px;padding:12px;display:flex}.operationsAttachments strong{font-size:13px}.operationsAttachments span{color:var(--text-muted);font-size:13px}.operationsTakeButton,.operationsActionForm>button,.operationsQuoteForm>button{background:var(--accent);color:var(--pz-on-accent);cursor:pointer;font:inherit;border:0;border-radius:11px;width:100%;min-height:46px;padding:0 16px;font-size:13px;font-weight:800}.operationsTakeButton{margin-top:30px}.operationsActionForm,.operationsQuoteForm{background:var(--surface);border:1px solid var(--border);border-radius:18px;gap:16px;margin-top:34px;padding:24px;display:grid}.operationsActionForm label,.operationsQuoteForm label{gap:7px;display:grid}.operationsActionForm label>span,.operationsQuoteForm label>span{font-size:13px;font-weight:750}.operationsActionForm select,.operationsActionForm textarea,.operationsQuoteForm input{background:var(--surface);border:1px solid var(--border-strong);color:var(--text-primary);font:inherit;resize:vertical;border-radius:10px;padding:11px 12px;font-size:13px}.operationsQuoteForm>div:first-child{justify-content:space-between;align-items:center;display:flex}.operationsQuoteForm>div:first-child h3{margin:0}.operationsQuoteForm>div:first-child span{color:var(--accent);font-size:13px;font-weight:800}.operationsCurrentQuote{background:var(--text-primary);color:var(--pz-bg);border-radius:12px;flex-direction:column;padding:16px;display:flex}.operationsCurrentQuote strong{font-size:22px}.operationsCurrentQuote span{color:color-mix(in srgb, var(--pz-bg) 68%, transparent);font-size:13px}.operationsMessages{gap:8px;display:grid}.operationsMessages article{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:13px}.operationsMessages article.internal{background:var(--pz-warning-soft);border-color:var(--pz-warning)}.operationsMessages span{color:var(--text-muted);text-transform:uppercase;font-size:13px;font-weight:800}.operationsMessages p{white-space:pre-wrap;margin:5px 0 0;font-size:13px}.operationsEmpty{color:var(--text-muted);padding:30px 10px;font-size:13px}.operationsState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 77px);padding:30px;display:flex}.operationsState h1{letter-spacing:-.05em;margin-bottom:8px;font-size:42px}.operationsState p{color:var(--text-secondary)}.operationsState a{background:var(--accent);color:var(--pz-on-accent);border-radius:10px;margin-top:14px;padding:12px 18px;font-size:13px;font-weight:750;text-decoration:none}@media (max-width:850px){.operationsWorkspace{grid-template-columns:1fr}.operationsQueue{border-bottom:1px solid var(--border);border-right:0}.operationsRequestList{grid-auto-columns:minmax(250px,75vw);grid-auto-flow:column;padding-bottom:8px;overflow-x:auto}.operationsBlank{min-height:30vh}}@media (max-width:600px){.operationsHeader{padding:14px 16px}.operationsHeader>div>span{display:none}.operationsQueue{padding:24px 12px}.operationsDetail{padding:34px 16px 80px}.operationsDetailHead{flex-direction:column-reverse}.operationsMeta{grid-template-columns:1fr}.operationsActionForm,.operationsQuoteForm{border-radius:14px;padding:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.skeletonLine,.marketSkeletonPanel,.marketSkeletonCard{animation:none}}.customPage{min-height:100vh;padding-bottom:80px}.customHeader{justify-content:space-between;align-items:center;max-width:1240px;margin:0 auto;padding:24px 32px;display:flex}.customHeaderLinks{align-items:center;gap:10px;display:flex}.customHeaderLinks a{color:var(--text-secondary);border-radius:10px;padding:10px 14px;font-size:14px;font-weight:750;text-decoration:none}.customHeaderLinks a:last-child{background:var(--text-primary);color:var(--pz-bg)}.customHero{grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);align-items:end;gap:80px;max-width:1240px;margin:0 auto;padding:96px 32px 64px;display:grid}.customHero h1{letter-spacing:-.065em;max-width:940px;margin:18px 0 0;font-size:clamp(48px,6.2vw,86px);line-height:.98}.customHero>p{color:var(--text-secondary);margin:0 0 6px;font-size:17px}.customWorkspace{grid-template-columns:minmax(280px,.72fr) minmax(0,1.55fr);align-items:start;gap:20px;max-width:1240px;margin:0 auto;padding:0 32px;display:grid}.customPromise,.customForm,.customReceipt{background:var(--surface);border:1px solid var(--border);border-radius:24px}.customPromise{background:radial-gradient(circle at 92% 6%, color-mix(in srgb, var(--pz-accent) 40%, transparent), transparent 28%), var(--text-primary);color:var(--pz-bg);padding:36px;position:sticky;top:20px;overflow:hidden}.customPromise .eyebrow{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg))}.customPromise ol{gap:0;margin:38px 0 46px;padding:0;list-style:none;display:grid}.customPromise li{grid-template-columns:38px 1fr;gap:18px;padding:24px 0;display:grid;position:relative}.customPromise li+li{border-top:1px solid color-mix(in srgb, var(--pz-bg) 12%, transparent)}.customPromise li>span{color:color-mix(in srgb, var(--pz-accent) 45%, var(--pz-bg));letter-spacing:.08em;font-size:13px;font-weight:850}.customPromise li strong{margin-bottom:5px;font-size:16px;display:block}.customPromise li p,.customTrust p{color:color-mix(in srgb, var(--pz-bg) 78%, transparent);margin:0;font-size:13px}.customTrust{background:color-mix(in srgb, var(--pz-bg) 7%, transparent);border:1px solid color-mix(in srgb, var(--pz-bg) 10%, transparent);border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.customTrust>span{background:var(--pz-accent);color:var(--pz-on-accent);border-radius:50%;flex:0 0 24px;justify-content:center;align-items:center;height:24px;font-size:13px;font-weight:900;display:inline-flex}.customForm,.customReceipt{padding:clamp(28px,4vw,54px)}.customFormHeading,.customSectionTitle,.customAttachmentBlock>div:first-child{justify-content:space-between;align-items:center;display:flex}.customFormHeading{border-bottom:1px solid var(--border);margin-bottom:38px;padding-bottom:22px}.customFormHeading>span,.customSectionTitle>strong,.customAttachmentBlock>div:first-child>strong{font-size:18px;font-weight:800}.customFormHeading>strong,.customSectionTitle>span,.customAttachmentBlock>div:first-child>span{color:var(--text-muted);font-size:13px;font-weight:700}.customTypeFieldset{border:0;margin:0 0 36px;padding:0}.customTypeFieldset legend{margin-bottom:16px;font-size:18px;font-weight:800}.customTypeGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.customTypeGrid label,.customContactChoice label{cursor:pointer;display:block;position:relative}.customTypeGrid input,.customContactChoice input,.customFilePicker input{cursor:pointer;opacity:0;z-index:1;width:100%;height:100%;margin:0;position:absolute;inset:0}.customTypeGrid label>span{border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:4px;min-height:94px;padding:16px;transition:border-color .15s,background .15s,transform .15s;display:flex}.customTypeGrid label:hover>span{border-color:var(--border-strong);transform:translateY(-1px)}.customTypeGrid input:checked+span{background:var(--pz-accent-soft);border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.customTypeGrid input:focus-visible+span,.customContactChoice input:focus-visible+span,.customFilePicker input:focus-visible+span{outline:3px solid color-mix(in srgb, var(--focus) 35%, transparent);outline-offset:3px}.customTypeGrid strong{font-size:14px}.customTypeGrid small{color:var(--text-muted);font-size:13px;line-height:1.35}.customFieldGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.customFieldWide{grid-column:1/-1}.customField{flex-direction:column;gap:8px;display:flex}.customField>span{font-size:13px;font-weight:750}.customField input,.customField textarea,.customField select{appearance:none;background:var(--surface);border:1px solid var(--border-strong);color:var(--text-primary);font:inherit;border-radius:12px;outline:0;width:100%;padding:14px 15px;font-size:15px;transition:border-color .15s,box-shadow .15s}.customField textarea{resize:vertical;line-height:1.55}.customField select{background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 18px) 52%,calc(100% - 13px) 52%;background-repeat:no-repeat;background-size:5px 5px;padding-right:40px}.customField input:focus,.customField textarea:focus,.customField select:focus{border-color:var(--accent);box-shadow:var(--pz-shadow-focus)}.customField small{color:var(--text-muted);font-size:13px}.customAttachmentBlock,.customContactBlock{border-top:1px solid var(--border);margin-top:38px;padding-top:36px}.customFilePicker{background:var(--surface-secondary);border:1px dashed var(--border-strong);cursor:pointer;border-radius:16px;grid-template-columns:46px 1fr;align-items:center;gap:2px 14px;margin-top:16px;padding:18px;display:grid;position:relative}.customFilePicker>span{background:var(--surface);border:1px solid var(--border);border-radius:12px;grid-row:span 2;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;display:inline-flex}.customFilePicker>strong{font-size:13px}.customFilePicker>small{color:var(--text-muted);font-size:13px}.customFileList{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.customFileList li{border:1px solid var(--border);border-radius:12px;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;min-width:0;padding:8px;display:grid}.customFileList img,.customFileIcon{object-fit:cover;border-radius:9px;width:44px;height:44px}.customFileIcon{background:var(--surface-secondary);color:var(--text-secondary);justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.customFileList li>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.customFileList li strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.customFileList li small{color:var(--text-muted);font-size:13px}.customFileList button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;width:44px;height:44px;font-size:24px}.customContactChoice{background:var(--surface-secondary);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:4px;margin:16px 0 20px;padding:4px;display:grid}.customContactChoice label>span{color:var(--text-secondary);text-align:center;border-radius:9px;min-height:44px;padding:12px 10px;font-size:13px;font-weight:750;display:block}.customContactChoice input:checked+span{background:var(--surface);box-shadow:var(--pz-shadow-sm);color:var(--text-primary)}.customForm .captchaBlock,.customForm .captchaPlaceholder,.customForm .captchaDisabled{margin-top:30px}.customConsent{color:var(--text-secondary);align-items:flex-start;gap:10px;margin:26px 0 18px;font-size:13px;display:flex}.customConsent input{accent-color:var(--accent);flex:none;width:17px;height:17px;margin-top:1px}.customPrimaryButton{background:var(--accent);color:var(--pz-on-accent);cursor:pointer;font:inherit;border:0;border-radius:13px;justify-content:space-between;align-items:center;width:100%;min-height:54px;padding:0 20px;font-size:14px;font-weight:800;text-decoration:none;transition:background .15s,transform .15s;display:flex}.customPrimaryButton:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.customPrimaryButton:disabled{cursor:wait;opacity:.65}.customSubmitNote{color:var(--text-muted);text-align:center;margin:10px 0 0;font-size:13px}.customReceipt{min-height:600px}.customReceiptIcon{background:var(--pz-success-soft);color:var(--pz-success);border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:42px;font-size:28px;font-weight:900;display:flex}.customReceipt h2{letter-spacing:-.055em;margin:14px 0 18px;font-size:clamp(42px,6vw,64px);line-height:1}.customReceiptLead{color:var(--text-secondary);max-width:560px}.customRequestNumber{background:var(--text-primary);color:var(--pz-bg);border-radius:16px;flex-direction:column;gap:6px;margin:36px 0 14px;padding:22px;display:flex}.customRequestNumber span{color:color-mix(in srgb, var(--pz-bg) 68%, transparent);text-transform:uppercase;font-size:13px;font-weight:750}.customRequestNumber strong{letter-spacing:.03em;font-size:clamp(22px,4vw,34px)}.customReceiptFacts{grid-template-columns:repeat(2,1fr);gap:10px;margin:0 0 36px;display:grid}.customReceiptFacts>div{background:var(--surface-secondary);border-radius:14px;padding:16px}.customReceiptFacts dt{color:var(--text-muted);font-size:13px}.customReceiptFacts dd{margin:4px 0 0;font-size:13px;font-weight:750}.customReceiptActions{flex-direction:column;gap:12px;display:flex}.customRefreshButton{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;font:inherit;background:0 0;border-radius:12px;width:100%;margin:-22px 0 30px;padding:11px 14px;font-size:13px;font-weight:800}.customRefreshButton:hover{border-color:var(--text-primary);color:var(--text-primary)}.customRefreshButton:disabled{cursor:wait;opacity:.6}.customReceiptSection{border-top:1px solid var(--border-subtle);margin:4px 0 30px;padding-top:28px}.customQuoteCard{background:var(--pz-success-soft);border:1px solid var(--pz-success);border-radius:18px;margin-bottom:24px;padding:22px}.customQuoteCard>div,.customQuoteCard li,.customReceiptSectionHeading{justify-content:space-between;align-items:center;display:flex}.customQuoteCard>div>span,.customReceiptSectionHeading span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:13px;font-weight:800}.customQuoteCard>div>strong{color:var(--pz-success);font-size:25px}.customQuoteCard ul{border-top:1px solid var(--pz-success);margin:18px 0 0;padding:12px 0 0;list-style:none}.customQuoteCard li{gap:18px;padding-top:8px}.customQuoteCard li span{color:var(--text-secondary);font-size:13px}.customQuoteCard li strong{flex:none;font-size:13px}.customReceiptSectionHeading{align-items:flex-start;gap:20px;margin-bottom:18px}.customReceiptSectionHeading>div{align-items:center;gap:9px;display:flex}.customReceiptSectionHeading>div strong{background:var(--surface-secondary);border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:13px;display:inline-flex}.customReceiptSectionHeading small,.customEmptyConversation{color:var(--text-muted);font-size:13px}.customConversation{flex-direction:column;gap:10px;display:flex}.customMessage{background:var(--surface-secondary);border-radius:4px 16px 16px;align-self:flex-start;max-width:86%;padding:14px 16px}.customMessageCustomer{background:var(--text-primary);color:var(--pz-bg);border-radius:16px 4px 16px 16px;align-self:flex-end}.customMessage>span,.customMessage time{color:var(--text-muted);font-size:13px;font-style:normal;font-weight:800;display:block}.customMessageCustomer>span,.customMessageCustomer time{color:color-mix(in srgb, var(--pz-bg) 68%, transparent)}.customMessage p{white-space:pre-wrap;margin:5px 0;font-size:13px;line-height:1.5}.customReplyForm{border-top:1px solid var(--border-subtle);gap:10px;margin-top:20px;padding-top:20px;display:grid}.customReplyForm label{font-size:13px;font-weight:800}.customReplyForm textarea{background:var(--pz-surface);border:1px solid var(--border-strong);color:var(--text-primary);font:inherit;resize:vertical;border-radius:14px;padding:14px;font-size:14px}.customReplyForm button{background:var(--text-primary);color:var(--pz-bg);cursor:pointer;font:inherit;border:0;border-radius:12px;padding:13px 16px;font-size:13px;font-weight:850}.customReplyForm button:disabled{cursor:wait;opacity:.65}.customTextButton{color:var(--text-secondary);cursor:pointer;font:inherit;background:0 0;border:0;padding:10px;font-size:13px;font-weight:750}.customRegisterLink{color:var(--accent);text-align:center;font-size:13px;font-weight:750;text-decoration:none}@media (max-width:900px){.customHero{grid-template-columns:1fr;align-items:start;gap:28px}.customHero>p{max-width:660px}.customWorkspace{grid-template-columns:1fr}.customPromise{position:static}.customPromise ol{grid-template-columns:repeat(3,1fr);margin-bottom:28px}.customPromise li,.customPromise li+li{border:0;padding-right:20px}}@media (max-width:700px){.customPage{padding-bottom:0}.customHeader{padding:18px 20px}.customHeaderLinks a:first-child{display:none}.customHero{gap:20px;padding:58px 20px 42px}.customHero h1{font-size:clamp(45px,13vw,62px)}.customHero>p{font-size:15px}.customWorkspace{gap:10px;padding:0 10px 10px}.customPromise,.customForm,.customReceipt{border-radius:18px}.customPromise{padding:26px 22px}.customPromise ol{grid-template-columns:1fr;margin:22px 0;display:grid}.customPromise li{padding:14px 0}.customPromise li+li{border-top:1px solid color-mix(in srgb, var(--pz-bg) 12%, transparent)}.customForm,.customReceipt{padding:28px 18px}.customTypeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.customTypeGrid label>span{min-height:88px;padding:14px}.customFieldGrid{grid-template-columns:1fr}.customFieldWide{grid-column:auto}.customSectionTitle,.customAttachmentBlock>div:first-child{flex-direction:column;align-items:flex-start;gap:3px}.customContactChoice label>span{padding:12px 5px;font-size:13px}.customReceiptFacts{grid-template-columns:1fr}.customReceiptSectionHeading,.customQuoteCard>div,.customQuoteCard li{flex-direction:column;align-items:flex-start;gap:6px}.customMessage{max-width:94%}}:root{--font-body:var(--pz-font-text);--font-display:var(--pz-font-display);--puzzle-shadow:var(--pz-shadow-lg);--puzzle-shadow-pressed:var(--pz-shadow-md)}button,input,textarea,select{font-family:var(--font-body)}button,[role=button]{min-height:44px;font-weight:750}h1,h2,h3,.brand>span:last-child,.marketProductMeta>span,.operationsHeader>div>span{font-family:var(--font-display);letter-spacing:-.035em;text-wrap:balance;font-weight:700}p,li,dd,time{font-weight:520}.brand{letter-spacing:-.025em;font-weight:800}.brandMark{background:0 0;border-radius:0;overflow:visible}.brandMark svg{display:block;overflow:visible}.marketFilters,.marketEmpty,.marketProductCard,.customPromise,.customForm,.customReceipt,.operationsQueue,.operationsDetail{box-shadow:var(--puzzle-shadow)}.marketFilters,.marketProductCard,.customForm,.customReceipt,.operationsQueue,.operationsDetail{border-color:color-mix(in srgb, var(--accent) 18%, var(--border))}.customPrimaryButton,.operationsTakeButton,.marketEmpty a,.marketStatePage button,.marketStatePage section a{box-shadow:0 4px 0 color-mix(in srgb, var(--accent) 36%, var(--pz-accent-press));min-height:48px;font-weight:800;transition:transform .18s,box-shadow .18s,background-color .18s}.customPrimaryButton:hover:not(:disabled),.operationsTakeButton:hover,.marketEmpty a:hover,.marketStatePage button:hover,.marketStatePage section a:hover{transform:translateY(-2px)}.customPrimaryButton:active:not(:disabled),.operationsTakeButton:active,.marketEmpty a:active,.marketStatePage button:active,.marketStatePage section a:active{box-shadow:var(--puzzle-shadow-pressed);transform:translateY(1px)}.siteHeader nav a,.siteHeader .headerAuth a,.customHeaderLinks a,.operationsHeader a{align-items:center;min-height:44px;padding-block:10px;display:inline-flex}.customRequestNumber span,.customReceiptFacts dt,.customReceiptSectionHeading span,.customReceiptSectionHeading small,.customEmptyConversation,.customMessage>span,.customMessage time,.operationsFilters button,.operationsStatus,.operationsRequest>span{font-size:13px}.customMessage p,.operationsRequest{font-size:14px;line-height:1.55}.operationsFilters button,.customReplyForm button{min-height:44px}@media (max-width:700px){body,input,textarea,select{font-size:16px}.siteHeader,.customHeader,.operationsHeader{min-height:72px}.customRequestNumber span,.customReceiptFacts dt,.customReceiptSectionHeading span,.customReceiptSectionHeading small,.customMessage>span,.customMessage time,.operationsFilters button,.operationsStatus,.operationsRequest>span{font-size:13px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.customQuoteCard>div>span,.customReceiptSectionHeading>div strong,.operationsRequest>span:last-child{font-size:13px;line-height:1.4}.pz-wordmark{font-family:var(--pz-font-display);font-weight:var(--pz-weight-black);letter-spacing:-.02em;white-space:nowrap;color:var(--pz-text);line-height:1;display:inline-flex}.pzMarketing .pz-wordmark,.pzOnDark .pz-wordmark{background:linear-gradient(#fff 0% 38%,#c9c6d8 62%,#f2f0f8 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.pz-wordmark i{background:linear-gradient(115deg,#2e7bff 0%,#8b3dff 50%,#ff3dd4 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}:root{--site-header-h:82px}@media (max-width:860px){:root{--site-header-h:124px}}.siteHeader{z-index:50;background:#000;border-bottom:1px solid #ffffff12;max-width:none;min-height:82px;padding:8px 42px;position:sticky;top:0}.siteHeader .brand{min-height:52px}.siteHeader nav a,.siteHeader .headerAuth a{color:#c8c4d5}.siteHeader nav a:hover,.siteHeader nav a[aria-current=page],.siteHeader .headerAuth a:hover{color:#fff}.siteHeader button{color:#d9d5e7}.siteHeader .headerAuth{flex-wrap:nowrap}.siteHeader .headerAuth .headerRegister{color:#fff;background:linear-gradient(112deg,#4268ff,#7541ff 53%,#d931dc);border:1px solid #ffffff24;box-shadow:0 8px 22px #6a30ff4d}@media (max-width:860px){.siteHeader{min-height:0;padding:10px 20px}}@media (max-width:550px){.siteHeader{padding:10px 16px}}.pzMarketing{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ground:#0b0908;--ground-2:#141010;--panel:#1b1614;--line:#2c2422;--line-lit:#453a35;--ink:#f7f2ec;--ink-2:#c9bfb5;--ink-3:#94897f;--paper:#f4ece0;--paper-ink:#1c1611;--paper-ink-2:#6b5d4f;--amber:#b48b5a;--amber-deep:#8a6431;--neon-blue:#2e7bff;--neon-violet:#8b3dff;--neon-magenta:#ff3dd4;--neon:linear-gradient(115deg, var(--neon-blue) 0%, var(--neon-violet) 50%, var(--neon-magenta) 100%);--serif:var(--font-pazlix-editorial), Georgia, "Times New Roman", serif;background:var(--ground);color:var(--ink);overflow-x:clip}.pzWrap{width:min(1240px, calc(100% - var(--pz-space-10)));margin-inline:auto}.pzKicker{color:var(--amber);font:600 12px/1 var(--pz-font-text);letter-spacing:.22em;text-transform:uppercase;align-items:center;gap:10px;margin:0;display:inline-flex}.pzKicker:before{background:var(--amber);content:"";width:34px;height:1px}.pzTitle{color:var(--ink);font:400 clamp(34px, 4.6vw, 64px) / 1.02 var(--serif);letter-spacing:-.02em;margin:var(--pz-space-5) 0 0;text-wrap:balance}.pzTitle em{color:var(--amber);font-style:italic}.pzLead{color:var(--ink-2);font-size:var(--pz-text-body-lg);line-height:var(--pz-leading-relaxed);margin:var(--pz-space-5) 0 0;max-width:54ch}.pzCta{background:var(--neon);border-radius:var(--pz-radius-pill);color:#fff;cursor:pointer;font:var(--pz-weight-bold) var(--pz-text-body) / 1 var(--pz-font-text);align-items:center;gap:var(--pz-space-2);min-height:52px;padding:0 var(--pz-space-7,1.75rem);transition:box-shadow var(--pz-duration-base) var(--pz-ease-standard), transform var(--pz-duration-base) var(--pz-ease-standard);border:0;justify-content:center;text-decoration:none;display:inline-flex;box-shadow:0 0 0 1px #8b3dff73,0 0 40px -6px #8b3dff9e}.pzCta:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #8b3dffb3,0 0 56px -2px #8b3dffc7}.pzGhost{color:var(--ink);font:var(--pz-weight-semibold) var(--pz-text-body) / 1 var(--pz-font-text);align-items:center;gap:var(--pz-space-2);min-height:52px;transition:border-color var(--pz-duration-fast) var(--pz-ease-standard);border-bottom:1px solid #f7f2ec57;text-decoration:none;display:inline-flex}.pzGhost:hover{border-bottom-color:var(--amber)}.pzBanner{isolation:isolate;padding:clamp(var(--pz-space-16), 11vw, var(--pz-space-24)) 0 clamp(var(--pz-space-10), 7vw, var(--pz-space-16));text-align:center;align-items:center;display:grid;position:relative;overflow:hidden}.pzBanner>img{object-fit:cover;z-index:-2;position:absolute;inset:0}.pzBanner:before{content:"";z-index:-1;background:radial-gradient(120% 88%,#0b0908eb 0%,#0b0908c7 42%,#0b090875 78%),linear-gradient(#0b0908e0 0%,#0000 28%),linear-gradient(#0000 66%,#0b0908eb 100%);position:absolute;inset:0}.pzBanner .pzKicker,.pzBanner .pzTitle,.pzBanner .pzLead{margin-inline:auto}.pzBanner .pzLead{text-align:center}.pzActions{gap:var(--pz-space-4);margin-top:var(--pz-space-8);flex-wrap:wrap;display:flex}.pzBanner .pzActions{justify-content:center}.pzFooter{border-top:1px solid var(--line);color:var(--ink-3);font-size:var(--pz-text-caption);align-items:center;gap:var(--pz-space-4) var(--pz-space-6);padding:var(--pz-space-8) 0 var(--pz-space-12);flex-wrap:wrap;display:flex}.pzFooter nav{gap:var(--pz-space-6);flex-wrap:wrap;margin-left:auto;display:flex}.pzFooter a{color:var(--ink-2);min-height:var(--pz-tap-min);align-items:center;text-decoration:none;display:inline-flex}.pzFooter a:hover{color:var(--ink)}@media (max-width:680px){.pzWrap{width:calc(100% - var(--pz-space-6))}.pzFooter nav{margin-left:0}}:is(body:has(.pzMarketing),body:has(.pzGround),body:has([data-pz-ground=dark])){background:linear-gradient(#02030ab8,#02030ab8),#04060f url(/backgrounds/pazlix-deep-stars.jpg) top/cover fixed}.pzGround,[data-pz-ground=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ground:transparent;--ground-2:#0a0c189e;--panel:#0e101ebd;--panel-2:#141728c7;--line:#ffffff1a;--line-lit:#fff3;--ink:#f4f3fa;--ink-2:#c2bed4;--ink-3:#918da5;color:var(--ink);background:0 0}@media (max-width:860px){.siteHeader{grid-template-columns:1fr auto;grid-template-areas:"brand burger""auth auth""nav nav";row-gap:10px}.siteHeader .brand{grid-area:brand}.siteHeader nav{grid-area:nav;display:none}.siteHeader[data-menu] nav{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding-top:8px;display:flex}.siteHeader[data-menu] nav a{padding:12px 2px}.siteHeader .headerAuth{grid-area:auth;justify-content:flex-end;gap:8px}.siteHeader .headerAuth a{padding:10px 12px;font-size:13.5px}}
