.zc-help{font-family:var(--font-body-family,inherit);font-style:var(--font-body-style,normal);font-weight:var(--font-body-weight,400);color:rgba(var(--color-foreground,18 18 18),1);background:rgb(var(--color-background,255 255 255))}.zc-help *{box-sizing:border-box}.zc-help h1,.zc-help h2,.zc-help h3,.zc-help summary{font-family:var(--font-heading-family,var(--font-body-family,inherit));font-style:var(--font-heading-style,normal);font-weight:var(--font-heading-weight,600)}.zc-help__page{width:min(var(--page-width,120rem),calc(100% - 4rem));margin-inline:auto}.zc-help__hero{padding:clamp(5.2rem,8vw,8.4rem) 0;background:radial-gradient(circle at 84% 14%,rgba(240,196,23,.25),transparent 28%),linear-gradient(135deg,#111,#292929);color:#fff}.zc-help__eyebrow{display:inline-block;margin-bottom:1.6rem;color:#f0c417;font-size:1.2rem;letter-spacing:.12em}.zc-help__hero h1{max-width:78rem;margin:0;color:#fff;font-size:clamp(4rem,6vw,6.8rem);line-height:1.04;letter-spacing:-.045em}.zc-help__intro{max-width:70rem;margin:1.8rem 0 0;color:rgba(255,255,255,.72);font-size:clamp(1.6rem,2vw,1.9rem)}.zc-help__search{display:flex;align-items:center;max-width:72rem;margin-top:2.8rem;padding:.7rem .7rem .7rem 1.6rem;border-radius:1.2rem;background:#fff;box-shadow:0 1.8rem 4.2rem rgba(0,0,0,.2)}.zc-help__search svg{width:2.1rem;flex:0 0 auto;color:#777}.zc-help__search input{min-width:0;flex:1;padding:1.1rem;border:0;outline:0;background:transparent;color:#171717;font:inherit}.zc-help__search button{border:0;border-radius:.9rem;padding:1.2rem 1.9rem;background:rgb(var(--color-button,240 196 23));color:rgb(var(--color-button-text,20 20 20));font:inherit;font-weight:600;cursor:pointer}.zc-help__main{padding:clamp(4.8rem,7vw,7.2rem) 0}.zc-help__heading{margin-bottom:2.2rem}.zc-help__heading h2{margin:0;font-size:clamp(2.8rem,3.4vw,4rem);line-height:1.15}.zc-help__heading p{max-width:72rem;margin:.8rem 0 0;color:rgba(var(--color-foreground,18 18 18),.68)}.zc-help__layout{display:grid;grid-template-columns:28rem minmax(0,1fr);gap:2.4rem;align-items:start}.zc-help__topics{position:sticky;top:2rem;display:grid;gap:.8rem}.zc-help__topics button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.4rem 1.5rem;border:1px solid rgba(var(--color-foreground,18 18 18),.16);border-radius:1rem;background:rgb(var(--color-background,255 255 255));color:rgba(var(--color-foreground,18 18 18),1);font:inherit;text-align:left;cursor:pointer}.zc-help__topics button::after{content:'→';color:#8a6b00}.zc-help__topics button[aria-pressed=true]{border-color:rgb(var(--color-foreground,18 18 18));background:rgb(var(--color-foreground,18 18 18));color:rgb(var(--color-background,255 255 255))}.zc-help__topics button[aria-pressed=true]::after{color:#f0c417}.zc-help__faq{display:grid;gap:.9rem}.zc-help__faq details{border:1px solid rgba(var(--color-foreground,18 18 18),.14);border-radius:1.2rem;background:rgb(var(--color-background,255 255 255))}.zc-help__faq details[hidden]{display:none}.zc-help__faq summary{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.8rem 2rem;cursor:pointer;list-style:none}.zc-help__faq summary::-webkit-details-marker{display:none}.zc-help__faq summary::after{content:'+';display:grid;width:2.8rem;height:2.8rem;flex:0 0 auto;place-items:center;border-radius:50%;background:rgba(var(--color-foreground,18 18 18),.07);font-size:2rem}.zc-help__faq details[open] summary::after{content:'−';background:#fff8d6;color:#6e5600}.zc-help__answer{padding:0 2rem 2rem;color:rgba(var(--color-foreground,18 18 18),.72)}.zc-help__answer ol{margin:.4rem 0 0;padding-left:2rem}.zc-help__answer li+li{margin-top:.6rem}.zc-help__empty{display:none;padding:2.2rem;text-align:center;color:rgba(var(--color-foreground,18 18 18),.68)}.zc-help__empty.is-visible{display:block}.zc-help__contact{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;margin-top:5rem;padding:3.6rem;border-radius:1.8rem;background:#191919;color:#fff}.zc-help__contact h2{margin:0 0 .8rem;color:#fff;font-size:clamp(2.8rem,3.6vw,4rem)}.zc-help__contact p{margin:0;color:rgba(255,255,255,.67)}.zc-help__contact-links{display:grid;gap:.8rem}.zc-help__contact-links a{display:flex;justify-content:space-between;gap:1.4rem;padding:1.3rem 1.5rem;border:1px solid rgba(255,255,255,.14);border-radius:1rem;background:rgba(255,255,255,.06);color:#fff;text-decoration:none}.zc-help__contact-links a:first-child{border-color:#f0c417;background:#f0c417;color:#171717;font-weight:600}@media(max-width:900px){.zc-help__layout{grid-template-columns:1fr}.zc-help__topics{position:static;grid-template-columns:repeat(2,1fr)}.zc-help__contact{grid-template-columns:1fr}}@media(max-width:600px){.zc-help__page{width:calc(100% - 2.8rem)}.zc-help__hero h1{font-size:3.9rem}.zc-help__search{padding-left:1.2rem}.zc-help__search button{padding:1.1rem 1.2rem}.zc-help__topics{display:flex;overflow-x:auto;padding-bottom:.4rem}.zc-help__topics button{flex:0 0 auto;width:auto}.zc-help__contact{padding:2.5rem}}
