:root {
    --help-ink: #172033;
    --help-muted: #667085;
    --help-border: #e3e7ee;
    --help-surface: #ffffff;
    --help-soft: #f5f7fa;
    --help-accent: #ef5b2a;
    --help-accent-dark: #c94018;
    --help-blue: #183f6d;
    --help-radius: 12px;
    --help-shadow: 0 12px 34px rgba(26, 39, 64, .08);
}
html, body { min-height: 100%; margin: 0; overflow-x: hidden; }

.help-shell { width:100%; min-height: 100%; background: #fff; color: var(--help-ink); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x:hidden; overflow-y:auto; }
.help-shell *, .help-shell *::before, .help-shell *::after { box-sizing: border-box; }
.help-site-header { position: sticky; top: 0; z-index: 20; min-height: 68px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding: 12px max(24px, calc((100vw - 1240px) / 2)); background:rgba(255,255,255,.96); border-bottom:1px solid var(--help-border); backdrop-filter: blur(12px); }
.help-brand { display:flex; align-items:center; gap:11px; color:var(--help-ink); text-decoration:none; }
.help-brand-mark { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; color:#fff; background:linear-gradient(145deg,var(--help-accent),var(--help-accent-dark)); font-weight:800; font-size:21px; box-shadow:0 6px 16px rgba(239,91,42,.24); }
.help-brand strong, .help-brand small { display:block; line-height:1.15; }
.help-brand strong { font-size:16px; letter-spacing:.01em; }.help-brand small { margin-top:3px; color:var(--help-muted); font-size:12px; }
.help-site-header nav { display:flex; align-items:center; gap:22px; }.help-site-header nav a { color:#475467; font-weight:600; font-size:13px; text-decoration:none; }.help-site-header nav a:hover { color:var(--help-accent); }
.help-shell main { width:calc(100% - 48px); max-width:1240px; margin:0 auto; }
.help-hero { margin:28px 0 36px; min-height:300px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; padding:54px 9%; border-radius:16px; color:#fff; background:radial-gradient(circle at 78% 12%,rgba(255,153,95,.38),transparent 30%),linear-gradient(125deg,#183f6d 0%,#1f527e 52%,#ef5b2a 145%); overflow:hidden; }
.help-hero-copy { width:100%; max-width:760px; min-width:0; }.help-hero h1 { max-width:100%; margin:0; font-size:clamp(32px,4vw,52px); line-height:1.08; letter-spacing:-.035em; overflow-wrap:anywhere; }.help-hero p { margin:17px auto 29px; max-width:650px; color:#e8eef6; font-size:17px; line-height:1.6; }
.help-search { width:100%; max-width:760px; min-width:0; display:grid; grid-template-columns:24px minmax(0,1fr) auto; align-items:center; gap:10px; padding:8px 8px 8px 18px; border-radius:12px; background:#fff; box-shadow:0 18px 40px rgba(8,28,54,.22); }
.help-search svg { width:21px; fill:none; stroke:#98a2b3; stroke-width:2; stroke-linecap:round; }.help-search input { min-width:0; border:0; outline:0; height:44px; color:var(--help-ink); background:transparent; font:500 15px/1.3 inherit; }.help-search button { min-width:100px; height:44px; border:0; border-radius:8px; color:#fff; background:var(--help-accent); font:700 14px inherit; cursor:pointer; }.help-search button:hover { background:var(--help-accent-dark); }
.help-section { margin:0 0 38px; }.help-section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin:0 0 17px; }.help-section-heading h2 { margin:0; font-size:24px; letter-spacing:-.02em; }.help-section-heading p { margin:6px 0 0; color:var(--help-muted); font-size:14px; }.help-section-heading>a { color:var(--help-accent-dark); font-size:13px; font-weight:700; text-decoration:none; }
.help-category-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }.help-category-card { min-height:136px; display:grid; grid-template-columns:46px minmax(0,1fr) 18px; align-items:start; gap:14px; padding:22px; color:var(--help-ink); background:var(--help-surface); border:1px solid var(--help-border); border-radius:var(--help-radius); text-decoration:none; transition:border-color .2s,box-shadow .2s,transform .2s; }.help-category-card:hover { border-color:#f3a184; box-shadow:var(--help-shadow); transform:translateY(-2px); }.help-category-icon { width:46px;height:46px;display:grid;place-items:center;border-radius:11px;background:#fff0e9;color:var(--help-accent-dark);font-size:17px;font-weight:800; }.help-category-card strong,.help-category-card small,.help-category-card em { display:block; }.help-category-card strong { margin:2px 0 7px; font-size:16px; }.help-category-card small { min-height:36px; color:var(--help-muted); line-height:1.45; }.help-category-card em { margin-top:9px; color:#98a2b3; font-size:11px; font-style:normal; font-weight:700; text-transform:uppercase; letter-spacing:.05em; }.help-chevron { align-self:center;color:#98a2b3;font-size:24px; }
.help-home-columns { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; align-items:start; }.help-panel { padding:23px; border:1px solid var(--help-border); border-radius:var(--help-radius); background:#fff; }
.help-article-list { border-top:1px solid var(--help-border); }.help-article-row { display:grid; grid-template-columns:28px minmax(0,1fr) 18px; gap:10px; align-items:start; padding:16px 4px; color:var(--help-ink); border-bottom:1px solid var(--help-border); text-decoration:none; }.help-article-row:hover strong { color:var(--help-accent-dark); }.help-article-row-icon { width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--help-soft);color:var(--help-blue);font-size:12px; }.help-article-row-copy strong,.help-article-row-copy span,.help-article-row-copy small { display:block; }.help-article-row-copy strong { font-size:14px; line-height:1.4; }.help-article-row-copy span { margin-top:5px;color:var(--help-muted);font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }.help-article-row-copy small { margin-top:7px;color:#98a2b3;font-size:11px; }
.help-empty { min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;padding:30px;color:var(--help-muted);border:1px dashed #cfd6df;border-radius:var(--help-radius);background:var(--help-soft); }.help-empty strong { color:#344054;font-size:16px; }.help-empty.compact { min-height:110px; }
.help-category-layout { display:grid;grid-template-columns:260px minmax(0,1fr);gap:46px;padding:36px 0 64px;align-items:start; }.help-sidebar { position:sticky;top:94px;border-right:1px solid var(--help-border);padding-right:24px; }.help-sidebar-home { display:block;margin-bottom:14px;color:var(--help-accent-dark);font-size:13px;font-weight:800;text-decoration:none; }.help-sidebar nav { display:grid;gap:4px; }.help-sidebar nav a { display:flex;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:7px;color:#475467;text-decoration:none;font-size:13px;font-weight:600; }.help-sidebar nav a:hover,.help-sidebar nav a.active { color:var(--help-blue);background:#edf3f8; }.help-sidebar nav small { color:#98a2b3; }.help-category-title { margin:24px 0 28px;padding-bottom:24px;border-bottom:1px solid var(--help-border); }.help-category-title h1 { margin:0;font-size:36px;letter-spacing:-.03em; }.help-category-title p { max-width:720px;margin:11px 0 0;color:var(--help-muted);font-size:15px;line-height:1.6; }
.help-breadcrumb { display:flex;align-items:center;gap:8px;min-width:0;color:#98a2b3;font-size:12px;white-space:nowrap;overflow:hidden; }.help-breadcrumb a { color:#667085;text-decoration:none; }.help-breadcrumb span:last-child { overflow:hidden;text-overflow:ellipsis; }.help-article-layout { display:grid;grid-template-columns:minmax(0,820px) 250px;gap:60px;align-items:start;padding:32px 0 70px; }.help-article-header { padding:28px 0 24px;border-bottom:1px solid var(--help-border); }.help-article-category { margin:0 0 10px;color:var(--help-accent-dark);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em; }.help-article-header h1 { margin:0;font-size:clamp(32px,4vw,46px);line-height:1.13;letter-spacing:-.035em; }.help-article-summary { margin:17px 0 0;color:#596579;font-size:17px;line-height:1.65; }.help-article-meta { display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px;color:#98a2b3;font-size:12px; }.help-article-meta button { border:1px solid var(--help-border);border-radius:7px;padding:7px 11px;color:#475467;background:#fff;font:700 12px inherit;cursor:pointer; }.help-article-meta button:hover { border-color:var(--help-accent);color:var(--help-accent-dark); }.help-article-cover { display:block;width:100%;max-height:440px;object-fit:cover;margin:28px 0;border-radius:12px; }.help-video { position:relative;padding-top:56.25%;margin:28px 0;border-radius:12px;overflow:hidden;background:#111; }.help-video iframe { position:absolute;inset:0;width:100%;height:100%;border:0; }
.help-article-content { padding:25px 0;color:#283548;font-size:16px;line-height:1.78;overflow-wrap:anywhere; }.help-article-content h2 { margin:2em 0 .65em;font-size:27px;line-height:1.25;letter-spacing:-.02em;scroll-margin-top:92px; }.help-article-content h3 { margin:1.7em 0 .6em;font-size:21px;scroll-margin-top:92px; }.help-article-content p { margin:.85em 0; }.help-article-content img { max-width:100%;height:auto;border-radius:8px; }.help-article-content table { display:block;max-width:100%;overflow:auto;border-collapse:collapse;margin:20px 0; }.help-article-content th,.help-article-content td { min-width:120px;padding:10px 12px;border:1px solid #d9dee6;vertical-align:top; }.help-article-content th { background:#f4f6f8;text-align:left; }.help-article-content pre { overflow:auto;padding:18px;border-radius:9px;color:#e8edf5;background:#172033;line-height:1.55; }.help-article-content code { padding:.15em .35em;border-radius:4px;background:#f0f2f5;font-family:"Cascadia Code",Consolas,monospace;font-size:.9em; }.help-article-content pre code { padding:0;background:none; }.help-article-content blockquote,.help-article-content .callout { margin:20px 0;padding:15px 18px;border-left:4px solid var(--help-accent);background:#fff5ef;color:#384354; }.help-article-content a { color:#1769aa; }
.help-toc-wrap { position:sticky;top:94px; }.help-toc { padding-left:19px;border-left:1px solid var(--help-border); }.help-toc>strong { display:block;margin-bottom:12px;font-size:13px; }.help-toc nav { display:grid;gap:4px; }.help-toc a { padding:5px 0;color:#667085;font-size:12px;line-height:1.4;text-decoration:none; }.help-toc a.level-3 { padding-left:13px; }.help-toc a:hover,.help-toc a.active { color:var(--help-accent-dark); }.help-article-pager { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;padding-top:24px;border-top:1px solid var(--help-border); }.help-article-pager a { min-height:88px;padding:15px;border:1px solid var(--help-border);border-radius:9px;color:var(--help-ink);text-decoration:none; }.help-article-pager .next { grid-column:2;text-align:right; }.help-article-pager small,.help-article-pager strong { display:block; }.help-article-pager small { margin-bottom:7px;color:#98a2b3;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.06em; }.help-article-pager strong { font-size:13px;line-height:1.45; }.help-related { margin-top:36px; }.help-related h2 { font-size:22px; }.help-preview-bar { padding:9px 18px;text-align:center;color:#7a2e0e;background:#fff0e8;border-bottom:1px solid #fac4ae;font-size:13px;font-weight:700; }
@media (max-width: 980px) { .help-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-home-columns{grid-template-columns:1fr}.help-article-layout{grid-template-columns:1fr}.help-toc-wrap{display:none}.help-category-layout{grid-template-columns:220px minmax(0,1fr);gap:28px} }
@media (max-width: 700px) { .help-site-header{padding:10px 16px}.help-site-header nav a:first-child{display:none}.help-shell main{width:calc(100% - 28px)}.help-hero{margin:14px 0 28px;min-height:270px;padding:38px 18px}.help-hero h1{font-size:28px;line-height:1.15}.help-hero p{font-size:15px}.help-search{grid-template-columns:20px minmax(0,1fr)}.help-search button{grid-column:1/-1;width:100%}.help-category-grid{grid-template-columns:minmax(0,1fr)}.help-category-card{min-width:0}.help-category-layout{display:block;padding-top:18px}.help-sidebar{position:static;border:0;border-bottom:1px solid var(--help-border);padding:0 0 15px;margin-bottom:24px}.help-sidebar nav{display:flex;overflow:auto}.help-sidebar nav a{flex:0 0 auto}.help-category-title h1{font-size:30px}.help-article-layout{padding-top:18px}.help-breadcrumb{white-space:normal;flex-wrap:wrap}.help-article-header{padding-top:20px}.help-article-summary{font-size:15px}.help-article-content{font-size:15px}.help-article-pager{grid-template-columns:1fr}.help-article-pager .next{grid-column:1}.help-panel{padding:18px} }
