.hc{--ease-glide:cubic-bezier(.32, .72, 0, 1)}.hc-main{max-width:720px;margin-inline:auto}.hc-head{padding:4px 2px 2px}.hc-blurb{max-width:60ch;color:var(--secondary);text-wrap:pretty;margin-top:6px;font-size:14.5px;line-height:1.5}.hc-progress-row{align-items:center;gap:12px;margin-bottom:4px;display:flex}.hc-progress-row .mg-progress{flex:1}.hc-progress-row span{color:var(--secondary);letter-spacing:.02em;flex-shrink:0;font-size:12px;font-weight:600}.hc-counter{color:var(--secondary);letter-spacing:.02em;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:6px;padding:4px 2px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.hc-counter svg{color:var(--tertiary);transition:color .2s ease-out}.hc-counter:hover svg{color:var(--tint)}.hc-scrim{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14182842;animation:.2s ease-out hc-fade;position:fixed;inset:0}.hc-sheet-panel{z-index:41;max-height:78vh;padding:8px 14px calc(18px + env(safe-area-inset-bottom,0px));animation:hc-rise .34s var(--ease-glide);border-radius:26px 26px 0 0;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.hc-sheet-panel__grip{background:#3c3c4338;border-radius:999px;width:40px;height:5px;margin:4px auto 10px}.hc-sheet-panel__title{color:var(--secondary);letter-spacing:.08em;text-transform:uppercase;padding:2px 8px 10px;font-size:11px;font-weight:700}@keyframes hc-rise{0%{transform:translateY(100%)}to{transform:none}}@keyframes hc-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.hc-sheet-panel,.hc-scrim{animation:none}}.hc-body{flex-direction:column;gap:22px;padding:24px 24px 26px;display:flex}.hc-q__label{letter-spacing:-.006em;text-wrap:pretty;margin-bottom:10px;font-size:15px;font-weight:600;line-height:1.35}.hc .mg-rail{max-height:calc(100dvh - 44px);overflow:hidden}.hc .mg-wordmark,.hc-rail__title{flex-shrink:0}.hc-rail__nav{scrollbar-width:thin;scrollbar-color:transparent transparent;flex-direction:column;flex:1;gap:2px;min-height:0;padding-bottom:4px;transition:scrollbar-color .25s ease-out;display:flex;overflow-y:auto}.hc .mg-rail:hover .hc-rail__nav{scrollbar-color:#3c3c433d transparent}.hc-rail__nav::-webkit-scrollbar{width:7px}.hc-rail__nav::-webkit-scrollbar-track{background:0 0}.hc-rail__nav::-webkit-scrollbar-thumb{background-color:#0000;background-clip:padding-box;border:2px solid #0000;border-radius:999px;transition:background-color .25s ease-out}.hc .mg-rail:hover .hc-rail__nav::-webkit-scrollbar-thumb{background-color:#3c3c4342}.hc-rail__nav::-webkit-scrollbar-thumb:hover{background-color:#3c3c436b}.hc-rail__title{color:var(--secondary);letter-spacing:.08em;text-transform:uppercase;padding:6px 10px 12px;font-size:11px;font-weight:700}.hc-step{width:100%;color:var(--secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:11px;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:500;transition:background .2s ease-out,color .2s ease-out;display:flex}.hc-step:hover{background:#ffffff80}.hc-step.on{background:var(--paper);color:var(--label);box-shadow:var(--shadow-card);font-weight:600}.hc-step:disabled{cursor:default;opacity:.55}.hc-step__mark{width:22px;height:22px;color:var(--secondary);background:#3c3c431a;border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;transition:background .25s ease-out,color .25s ease-out;display:grid}.hc-step.on .hc-step__mark{background:var(--tint);color:#fff}.hc-step__mark.done{background:var(--verified-tint);color:var(--verified-ink)}.hc-step.on .hc-step__mark.done{background:var(--verified);color:#fff}.hc-check{border:1.5px solid #3c3c434d;border-radius:6px;flex-shrink:0;width:20px;height:20px;transition:background .15s ease-out,border-color .15s ease-out;position:relative}.mg-list__row.pick .hc-check{background:var(--tint);border:none}.mg-list__row.pick .hc-check:after{content:"✓";color:#fff;place-items:center;font-size:12px;display:grid;position:absolute;inset:0}.mg-list__row .hc-choice{text-wrap:pretty;flex:1;line-height:1.4}.mg-list__row.pick .hc-choice{font-weight:500}.hc-choice b{font-weight:600;display:block}.hc-choice__note{color:var(--secondary);margin-top:3px;font-size:13px;font-weight:400;line-height:1.4;display:block}.mg-list__row{align-items:flex-start}.mg-list__row .mg-radio,.mg-list__row .hc-check{margin-top:1px}.hc-fields{background:#fff;border-radius:14px;overflow:visible;box-shadow:0 1px 3px #28346e14}.hc-field{border-bottom:1px solid var(--hairline);flex-direction:column;align-items:stretch;gap:7px;padding:13px 15px;display:flex}.hc-field:last-child{border-bottom:none}.hc-field__label{color:var(--secondary);font-size:12.5px;font-weight:600;line-height:1.3}.hc-input{width:100%;min-width:0;height:38px;color:var(--label);text-align:left;background:#f0f1f5;border:1px solid #0000;border-radius:10px;padding:0 13px;font-family:inherit;font-size:14.5px;transition:background .15s ease-out,border-color .15s ease-out,box-shadow .15s ease-out}.hc-input::placeholder{color:var(--tertiary)}.hc-input:focus{border-color:var(--tint);background:#fff;outline:none;box-shadow:0 0 0 3px #0a7aff29}.hc-input.invalid{border-color:#d1341f;box-shadow:0 0 0 3px #d1341f24}.hc-select{flex:1;min-width:0;position:relative}.hc-select__btn{width:100%;height:38px;color:var(--label);cursor:pointer;background:#f0f1f5;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:0 13px;font-family:inherit;font-size:14px;transition:background .15s ease-out,box-shadow .15s ease-out;display:flex}.hc-select__btn:hover{background:#e9eaf0}.hc-select__btn.placeholder{color:var(--tertiary)}.hc-select__btn:focus-visible{border-color:var(--tint);outline:none;box-shadow:0 0 0 3px #0a7aff29}.hc-select__btn svg{color:var(--tertiary);flex-shrink:0}.hc-select__menu{z-index:20;max-height:280px;box-shadow:var(--shadow-panel);animation:hc-pop .16s var(--ease-glide);background:#fff;border-radius:14px;margin-top:6px;padding:6px;position:absolute;left:0;right:0;overflow-y:auto}@keyframes hc-pop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}.hc-select__opt{width:100%;color:var(--label);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;font-family:inherit;font-size:13.5px;transition:background .12s ease-out;display:flex}.hc-select__opt:hover{background:#0a7aff0f}.hc-select__opt.on{background:#0a7aff1a;font-weight:600}.hc-select__opt svg{color:var(--tint)}.hc-cap{justify-content:space-between;align-items:baseline;margin-bottom:12px;display:flex}.hc-cap b{color:var(--secondary);font-size:13px;font-weight:600}.hc-cols{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hc-col__head{letter-spacing:.06em;text-transform:uppercase;color:var(--tint);margin-bottom:8px;padding-left:2px;font-size:11.5px;font-weight:700}.hc-chip{border:1px solid var(--hairline);width:100%;color:var(--label);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:flex-start;gap:9px;margin-bottom:7px;padding:9px 11px;font-family:inherit;font-size:12.5px;line-height:1.35;transition:background .15s ease-out,border-color .15s ease-out;display:flex}.hc-chip:hover{border-color:#0a7aff4d}.hc-chip.pick{background:#0a7aff14;border-color:#0a7aff66;font-weight:500}.hc-chip:disabled{opacity:.45;cursor:not-allowed}.hc-chip .hc-check{width:17px;height:17px;margin-top:1px}.hc-chip.pick .hc-check{background:var(--tint);border:none}.hc-chip.pick .hc-check:after{content:"✓";color:#fff;place-items:center;font-size:10px;display:grid;position:absolute;inset:0}.hc-foot{border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-top:2px;padding:14px 18px;display:flex}.hc-foot__saved{color:var(--secondary);align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.hc-foot__saved svg{color:var(--verified-ink)}.hc-foot__right{align-items:center;gap:14px;display:flex}.hc .mg-wordmark__mark{color:#fff;letter-spacing:-.03em;font-size:15px;font-weight:800}.hc-welcome{padding:40px 34px 38px}.hc-welcome__brand{letter-spacing:-.02em;align-items:center;gap:11px;margin-bottom:24px;font-size:19px;font-weight:700;display:flex}.hc-welcome__brand .mg-wordmark__mark{border-radius:10px;width:34px;height:34px;font-size:18px}.hc-welcome__actions{align-items:center;gap:18px;display:flex}.hc-welcome__reset{font-size:14px;font-weight:500}.hc-welcome__draftnote{color:var(--secondary);text-wrap:pretty;margin-top:12px;font-size:13px;line-height:1.5}.hc-welcome__powered{border-top:1px solid var(--hairline);color:var(--tertiary);align-items:center;gap:10px;margin-top:30px;padding-top:20px;font-size:12px;font-weight:500;display:flex}.hcr-newrun{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:4px 4px 8px;display:flex}.hcr-newrun span{color:var(--secondary);font-size:14px;font-weight:500}.hc-welcome__elitez{width:auto;height:20px}.hc-welcome__meta{flex-wrap:wrap;gap:18px;margin:22px 0 26px;display:flex}.hc-welcome__meta div{color:var(--secondary);align-items:center;gap:8px;font-size:13.5px;display:flex}.hc-welcome__meta svg{color:var(--tint)}@media (max-width:767px){.hc-main{max-width:none}.hc-cols{grid-template-columns:1fr;gap:20px}.hc-body{padding:20px 16px 22px}}@media (prefers-reduced-motion:reduce){.hc-select__menu{animation:none}}.hcr-screen{flex-direction:column;gap:16px;display:flex}.hcr-hero{justify-content:space-between;align-items:center;gap:26px;padding:30px;display:flex}.hcr-hero__text{min-width:0}.hcr-hero__ring{flex-shrink:0}.hcr-lead{color:var(--secondary);text-wrap:pretty;font-size:15px;line-height:1.5}.hcr-hero .hcr-lead{margin-top:12px}.hcr-block{padding:26px 28px}.hcr-block__head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.hcr-rows{flex-direction:column;display:flex}.hcr-row{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:14px;padding:12px 2px;display:flex}.hcr-row:last-child{border-bottom:none}.hcr-row__title{font-size:14px;font-weight:500}.hcr-row__meter{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.hcr-row__tier{text-align:right;min-width:118px;color:var(--secondary);font-size:12.5px;font-weight:600}.hcr-seg{gap:3px;display:inline-flex}.hcr-seg i{background:#3c3c431f;border-radius:3px;width:18px;height:6px;transition:background .4s ease-out}.hcr-seg i.f{background:var(--ring-b)}.hcr-focus{flex-direction:column;gap:9px;margin:16px 0 18px;display:flex}.hcr-focus__item{align-items:center;gap:10px;font-size:14.5px;font-weight:500;display:flex}.hcr-focus__mark{background:var(--ring-a);border-radius:50%;flex-shrink:0;width:7px;height:7px}.hcr-next__note{border-top:1px solid #0a7aff29;margin-top:11px;padding-top:11px;font-size:13px;line-height:1.5}.hcr-demolink{color:var(--tint);align-items:center;gap:5px;margin-top:16px;font-size:13.5px;font-weight:500;text-decoration:none;display:inline-flex}.hcr-demolink:hover{text-underline-offset:3px;text-decoration:underline}@media (max-width:767px){.hcr-hero{flex-direction:column-reverse;align-items:flex-start;gap:18px;padding:26px 18px}.hcr-block{padding:22px 18px}.hcr-row__tier{min-width:96px}}.hc-doc{color:#111;font-size:12px;line-height:1.5;display:none}.hc-doc__head{border-bottom:2px solid #111;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:8px;padding-bottom:14px;display:flex}.hc-doc__logo{width:auto;height:30px;margin-bottom:10px;display:block}.hc-doc__title{letter-spacing:-.01em;font-size:18px;font-weight:700}.hc-doc__prov{color:#555;margin-top:5px;font-size:11px}.hc-doc__prov a{color:#555;text-decoration:none}.hc-doc__meta{text-align:right;margin:0;font-size:11px}.hc-doc__meta div{margin-bottom:3px}.hc-doc__meta dt{color:#666;display:inline}.hc-doc__meta dd{margin:0 0 0 6px;font-weight:600;display:inline}.hc-doc__section{break-inside:auto;margin-top:13px}.hc-doc__h2{break-after:avoid;break-inside:avoid;border-bottom:1px solid #bbb;margin:0 0 6px;padding-bottom:4px;font-size:13.5px;font-weight:700}.hc-doc__row{page-break-inside:avoid;break-inside:avoid;border-bottom:1px solid #eee;gap:20px;padding:4px 0;display:flex}.hc-doc__q{color:#333;flex:58%}.hc-doc__a{flex:42%;font-weight:600}@media print{html,body{background:#fff!important}.mg{display:none!important}.hc-doc{background:#fff!important;width:100%!important;display:block!important}@page{size:A4;margin:16mm 15mm}}
