@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");:root{--hc3-bg:#121516;--hc3-surface:#14181a;--hc3-surface-2:#191d1f;--hc3-surface-bright:#1c2226;--hc3-border:rgba(111,216,153,.35);--hc3-tile-border:#6fffb9;--hc3-tile-border-gradient:linear-gradient(180deg,#334c5d,#12183a 25%,rgba(37,176,90,.5) 50%,#6fffb9);--hc3-primary:#d2e7f4;--hc3-text:#f3f0f0;--hc3-text-muted:#9bb5c5;--hc3-accent:#6fd899;--hc3-accent-strong:#3eff9a;--hc3-radius-sm:12px;--hc3-radius-lg:34px;--hc3-container:1348px;--hc3-pad-x:48px}.hc3-body{background:var(--hc3-bg);color:var(--hc3-text);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:0;min-height:100vh}.hc3-container{box-sizing:border-box;margin:0 auto;max-width:var(--hc3-container);padding:0 var(--hc3-pad-x);width:100%}.hc3-fullbleed{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.hc3-header{background:var(--hc3-surface-2);position:sticky;top:0;z-index:50}.hc3-header-inner{height:72px;justify-content:space-between}.hc3-brand,.hc3-header-inner{align-items:center;display:flex}.hc3-brand{color:inherit;gap:18px;text-decoration:none}.hc3-brand-mark{background:var(--hc3-accent);border-radius:8px;height:40px;width:40px}.hc3-brand-logo{display:block;height:40px;object-fit:contain;width:auto}.hc3-brand-title{font-size:28px;font-weight:500;line-height:36px}.hc3-header-actions{align-items:center;display:flex;gap:16px}.hc3-login{color:var(--hc3-text);font-weight:500}.hc3-login,.hc3-primary-btn{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:24px;text-decoration:none}.hc3-primary-btn{align-items:center;background:var(--hc3-accent-strong);border-radius:100px;color:#021521;display:inline-flex;font-weight:700;height:40px;justify-content:center;padding:0 24px}.hc3-main{padding:96px 0 0}.hc3-hero-wrap{background:var(--hc3-surface)}.hc3-hero{padding-bottom:72px;padding-top:96px;text-align:center}.hc3-hero h1{color:var(--hc3-text);font-size:45px;font-weight:500;line-height:52px;margin:0}.hc3-hero p{color:var(--hc3-text-muted);font-size:24px;font-weight:400;line-height:32px;margin:20px auto 0;max-width:1000px}.hc3-search{display:flex;margin:56px auto 0;max-width:720px}.hc3-search input{background:#1c2226;border:1px solid hsla(0,0%,100%,.08);border-radius:999px;box-sizing:border-box;color:var(--hc3-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;height:56px;outline:none;padding:0 20px;width:100%}.hc3-tiles{display:grid;gap:32px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:64px;margin-top:72px}.hc3-tile{background:#282c2f;border:1px solid transparent;border-radius:16px;box-sizing:border-box;height:168px;opacity:.7;overflow:hidden;padding:24px 24px 32px;--hc3-tile-bg:#282c2f;background:linear-gradient(var(--hc3-tile-bg),var(--hc3-tile-bg)) padding-box,var(--hc3-tile-border-gradient) border-box;color:inherit;display:flex;flex-direction:column;gap:12px;min-height:0;text-decoration:none;transition:opacity .14s ease}.hc3-tile:focus-visible,.hc3-tile:hover{opacity:1;--hc3-tile-bg:#1c2226}.hc3-tile-top{align-items:flex-end;display:flex;gap:12px;justify-content:space-between}.hc3-tile-title{color:var(--hc3-primary);font-size:28px;font-weight:400;line-height:36px}.hc3-help-page{padding:0 0 64px}.hc3-help-layout{display:grid;gap:72px;grid-template-columns:202px minmax(0,1fr);min-height:600px;padding-top:56px}.hc3-help-sidebar{align-self:start}.hc3-help-nav{background:var(--hc3-surface);border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:12px 8px}.hc3-help-nav-item{border-radius:8px;color:var(--hc3-primary);display:block;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:20px;padding:12px;text-decoration:none}.hc3-help-nav-item.is-active{background:#1a2a2d}.hc3-help-subnav{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding-left:12px}.hc3-help-subnav-item{border-radius:8px;color:#b2b2b2;display:block;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:20px;padding:6px 8px 6px 12px;position:relative;text-decoration:none}.hc3-help-subnav-item.is-active{color:var(--hc3-primary)}.hc3-help-subnav-item.is-active:before{background:var(--hc3-text-muted);border-radius:1px;bottom:0;content:"";left:0;position:absolute;top:0;width:1px}.hc3-help-article-head{align-items:flex-start;display:flex;gap:16px}.hc3-help-back{align-items:center;color:var(--hc3-accent);display:inline-flex;height:40px;justify-content:center;text-decoration:none;width:40px}.hc3-help-back-icon{font-size:24px;line-height:1}.hc3-help-article-title{color:var(--hc3-text);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:24px;font-weight:400;line-height:32px;margin:0}.hc3-help-article-updated{color:var(--hc3-text-muted);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;line-height:16px;margin-top:2px}.hc3-help-article-body{margin-top:20px}.hc3-help-video{background:#1c2226;border-radius:16px;max-width:590px;overflow:hidden;width:100%}.hc3-help-video iframe{aspect-ratio:16/9;display:block;width:100%}.hc3-help-richtext{max-width:720px}.hc3-help-category-title-row{align-items:center;display:flex;gap:16px}.hc3-help-category-icon{align-items:center;background:var(--hc3-surface-bright);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hc3-help-category-icon .hc3-ms{color:var(--hc3-accent);font-size:28px}.hc3-help-category-title{color:var(--hc3-text);font-family:Outfit,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:24px;font-weight:400;line-height:32px;margin:0}.hc3-help-category-desc{color:var(--hc3-text-muted);font-size:14px;line-height:20px;margin:12px 0 0}.hc3-help-category-body{margin-top:20px}.hc3-help-article-list{display:flex;flex-direction:column;gap:12px}.hc3-help-article-row{align-items:center;background:#1c2226;border-radius:12px;color:var(--hc3-primary);display:flex;gap:12px;justify-content:space-between;padding:16px 18px;text-decoration:none}.hc3-help-article-row-title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:500;line-height:24px}.hc3-help-article-row-icon{color:#b2b2b2;font-size:24px;line-height:1}.hc3-tile-icon{align-items:center;background:var(--hc3-accent);border-radius:999px;color:#021521;display:flex;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;height:40px;justify-content:center;width:40px}.hc3-tile-icon .hc3-ms{font-size:22px}.hc3-ms,.hc3-tile-icon .hc3-ms{display:inline-block;font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;text-rendering:optimizeLegibility}.hc3-tile-desc{color:rgba(210,231,244,.8);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0;padding-left:4px;padding-right:40px}.hc3-cta-banner,.hc3-discord{background:var(--hc3-surface);border-radius:var(--hc3-radius-lg) var(--hc3-radius-lg) 0 0;margin-top:0}.hc3-discord{padding:64px 0}.hc3-cta-banner{margin-top:0;padding:64px 0 48px}.hc3-cta-banner h2,.hc3-discord h2{color:#d2e7f4;font-size:24px;font-weight:400;line-height:32px;margin:0}.hc3-cta-banner p,.hc3-discord p{color:var(--hc3-text-muted);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0;max-width:1000px}.hc3-discord p{margin-top:6px}.hc3-discord p+p{margin-top:24px}.hc3-cta-copy p{margin-top:6px}.hc3-cta-copy p+p{margin-top:24px}.hc3-cta-inner{display:flex;flex-direction:column;gap:32px}.hc3-cta-copy{max-width:1000px}.hc3-cta-actions{align-items:center;display:flex;gap:12px;justify-content:flex-start;width:fit-content}.hc3-cta-leading{align-items:center;color:var(--hc3-accent);display:inline-flex;height:26px;justify-content:center;width:26px}.hc3-cta-leading svg{display:block;fill:currentColor;height:100%;width:100%}.hc3-cta-leading img{display:block;height:100%;object-fit:contain;width:100%}.hc3-cta-button{align-items:center;border-radius:100px;color:var(--hc3-accent);display:inline-flex;gap:8px;height:60px;justify-content:center;text-decoration:none}.hc3-cta-button-text{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:18px;font-weight:500;letter-spacing:1px;line-height:28px;text-transform:uppercase}.hc3-cta-button-arrow{color:inherit;font-size:40px;line-height:1}.hc3-cta-link,.hc3-discord-cta{align-items:center;color:var(--hc3-accent);display:inline-flex;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;gap:12px;letter-spacing:1px;margin-top:32px;text-decoration:none;text-transform:uppercase}.hc3-cta-icon,.hc3-discord-cta-icon{align-items:center;color:inherit;display:inline-flex;height:18px;justify-content:center;width:18px}.hc3-cta-icon svg,.hc3-discord-cta-icon svg{display:block;fill:currentColor;height:100%;width:100%}.hc3-cta-icon .hc3-ms{display:inline-block;font-family:Material Symbols Outlined;font-size:22px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;text-rendering:optimizeLegibility}.hc3-footer{background:var(--hc3-surface-2);padding:32px 48px 48px}.hc3-footer-inner{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.hc3-footer-legal{color:var(--hc3-text);font-size:12px;line-height:16px}.hc3-footer-disclaimer,.hc3-footer-legal{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.hc3-footer-disclaimer{color:var(--hc3-text-muted);font-size:11px;line-height:15px;max-width:1000px}@media (max-width:992px){:root{--hc3-pad-x:24px}.hc3-help-layout{gap:24px;grid-template-columns:1fr}.hc3-help-nav{width:100%}.hc3-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){:root{--hc3-pad-x:16px}.hc3-main{padding-top:64px}.hc3-hero h1{font-size:32px;line-height:38px}.hc3-hero p{font-size:18px;line-height:24px}.hc3-tiles{gap:16px;grid-template-columns:1fr}.hc3-discord{padding:40px 16px}.hc3-footer{padding:32px 16px 48px}}