#root{width:100%;min-height:100vh}@keyframes vc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes vc-shimmer{0%{background-position:150% 0}to{background-position:-150% 0}}@keyframes vc-splash-bar{0%{transform:translate(-120%)}to{transform:translate(360%)}}@keyframes vc-splash-out{to{opacity:0;visibility:hidden}}.vc-card,.vc-data-view{animation:vc-rise .45s cubic-bezier(.22,1,.36,1) both}.vc-state{animation:vc-rise .4s ease both}.vc-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--vc-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;animation:vc-splash-out .45s ease 3s forwards}.vc-splash__logo{height:54px;width:auto;mix-blend-mode:multiply;animation:vc-rise .5s ease both}.vc-splash__bar{position:relative;width:190px;height:6px;background:var(--vc-border);border-radius:999px;overflow:hidden}.vc-splash__bar:after{content:"";position:absolute;top:0;bottom:0;left:0;width:35%;border-radius:999px;background:repeating-linear-gradient(-45deg,var(--vc-orange) 0 8px,var(--vc-ink) 8px 16px);animation:vc-splash-bar 1.15s ease-in-out infinite}.vc-sk{background:linear-gradient(90deg,#ededed 25%,#dcdcdc 37%,#ededed 63%);background-size:200% 100%;animation:vc-shimmer 1.4s ease-in-out infinite;border-radius:6px}.vc-sk-logo{height:30px;width:150px;margin:0 auto}.vc-sk-title{height:26px;width:65%;margin-top:1.1rem}.vc-sk-sub{height:14px;width:42%;margin-top:.55rem}.vc-sk-field{margin-bottom:1.15rem}.vc-sk-label{height:12px;width:38%;margin-bottom:.5rem}.vc-sk-input{height:44px;width:100%}@media (prefers-reduced-motion: reduce){.vc-card,.vc-data-view,.vc-state,.vc-splash,.vc-splash__logo,.vc-sk,.vc-splash__bar:after{animation:none!important}}.vc-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:1.25rem 1rem 3rem}.vc-card{width:100%;max-width:560px;background:var(--vc-surface);border-radius:var(--vc-radius);box-shadow:var(--vc-shadow);overflow:hidden}.vc-card__header{position:relative;background:var(--vc-surface);color:var(--vc-ink);padding:1.5rem 1.5rem 1.7rem}.vc-card__header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:repeating-linear-gradient(-45deg,var(--vc-orange) 0 12px,var(--vc-ink) 12px 24px)}.vc-card__brandrow{display:flex;align-items:center;justify-content:center;margin-bottom:1.35rem}.vc-lockup{position:relative;display:inline-block}.vc-logo{height:32px;width:auto;display:block;mix-blend-mode:multiply}.vc-tag{position:absolute;right:-2rem;bottom:-.35rem;background:var(--vc-ink);color:#fff;font-size:.66rem;font-weight:800;letter-spacing:.12em;padding:.24rem .5rem;border-radius:4px;transform:rotate(6deg);transform-origin:left center}.vc-card__eyebrow{margin:1.1rem 0 0;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vc-orange-strong)}.vc-card__title{margin:.5rem 0 0;font-size:clamp(1.5rem,6vw,1.9rem);font-weight:800;line-height:1.12;letter-spacing:-.01em;color:var(--vc-ink)}.vc-card__subtitle{margin:.4rem 0 0;font-size:.9rem;color:var(--vc-muted)}.vc-card__body{padding:1.5rem 1.5rem 1.75rem}.vc-form{display:flex;flex-direction:column;gap:1.4rem}.vc-section{display:flex;flex-direction:column;gap:.85rem}.vc-section__title{margin:0;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--vc-ink);padding-bottom:.5rem;border-bottom:2px solid var(--vc-orange)}.vc-field{display:flex;flex-direction:column;gap:.35rem}.vc-field>span{font-size:.85rem;font-weight:600;color:var(--vc-muted)}.vc-field .req{color:var(--vc-danger);margin-left:2px;font-weight:800}.vc-form input,.vc-form textarea,.vc-form select{width:100%;padding:.7rem .8rem;border-radius:var(--vc-radius-sm);border:1.5px solid var(--vc-border);background:#fff;color:var(--vc-ink);font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.vc-form input::placeholder,.vc-form textarea::placeholder{color:#b0b0b0}.vc-form input:focus,.vc-form textarea:focus,.vc-form select:focus{outline:none;border-color:var(--vc-ink);box-shadow:0 0 0 3px #f7a82759}.vc-form textarea{min-height:84px;resize:vertical}.vc-grid-2{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width: 460px){.vc-grid-2{grid-template-columns:1fr 1fr}}.vc-btn,.vc-form button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.8rem 1.15rem;border:2px solid var(--vc-ink);border-radius:var(--vc-radius-sm);background:var(--vc-ink);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.01em;transition:background .15s,color .15s,transform .05s,border-color .15s}.vc-form button[type=submit]{width:100%;margin-top:.3rem}.vc-btn:hover:not(:disabled),.vc-form button[type=submit]:hover:not(:disabled){background:var(--vc-ink-soft)}.vc-btn:active:not(:disabled),.vc-form button[type=submit]:active:not(:disabled){transform:translateY(1px)}.vc-btn:disabled,.vc-form button[type=submit]:disabled{opacity:.55;cursor:not-allowed}.vc-btn--ghost{background:transparent;color:var(--vc-ink)}.vc-btn--ghost:hover:not(:disabled){background:var(--vc-bg)}.vc-btn--danger{background:var(--vc-danger);border-color:var(--vc-danger);color:#fff}.vc-btn--danger:hover:not(:disabled){filter:brightness(.94)}.vc-btn-row{display:flex;flex-wrap:wrap;gap:.6rem}.vc-p{margin:0 0 1rem;color:var(--vc-ink)}.vc-note{font-size:.85rem;color:var(--vc-muted)}.vc-block{margin-bottom:1.75rem}.vc-block__title{margin:0 0 .75rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--vc-ink);padding-bottom:.5rem;border-bottom:2px solid var(--vc-orange)}.vc-check{display:flex;flex-direction:row!important;align-items:flex-start;gap:.55rem;font-size:.9rem;color:var(--vc-ink)}.vc-check input{width:auto!important;margin-top:.15rem}.vc-callout{border:1.5px solid var(--vc-line);border-left:4px solid var(--vc-orange);border-radius:var(--vc-radius-sm);padding:.9rem 1rem;background:var(--vc-bg);word-break:break-word}.vc-callout p{margin:0 0 .5rem}.vc-callout p:last-child{margin-bottom:0}.vc-record-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.vc-record{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .95rem;border:1.5px solid var(--vc-line);border-radius:var(--vc-radius-sm)}.vc-record__name{font-weight:700}.vc-record__meta{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--vc-muted);margin-top:.15rem}.vc-data-view{width:100%;max-width:560px;margin:1.25rem auto;background:var(--vc-surface);border-radius:var(--vc-radius);box-shadow:var(--vc-shadow);overflow:hidden}.vc-emg-header{position:relative;background:var(--vc-surface);color:var(--vc-ink);padding:1.4rem 1.5rem 1.6rem}.vc-emg-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:7px;background:repeating-linear-gradient(-45deg,var(--vc-orange) 0 12px,var(--vc-ink) 12px 24px)}.vc-emg-header__label{margin:.9rem 0 0;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--vc-danger)}.vc-emg-header__title{margin:.25rem 0 0;font-size:1.4rem;font-weight:800;color:var(--vc-ink)}.vc-emg-critical{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;background:var(--vc-orange);color:var(--vc-on-orange)}.vc-emg-critical__blood{display:inline-flex;align-items:center;gap:.55rem;flex:0 0 auto}.vc-emg-critical__drop{display:inline-flex}.vc-emg-critical__drop svg{width:22px;height:22px;display:block}.vc-emg-critical__value{font-size:2.2rem;font-weight:800;line-height:1}.vc-emg-critical__name{font-size:1.15rem;font-weight:800;text-align:right;line-height:1.15;word-break:break-word}.vc-emg-body{padding:.5rem 1.5rem 1.5rem;margin:0}.vc-data-row{padding:.8rem 0;border-bottom:1px solid var(--vc-line)}.vc-data-row:last-child{border-bottom:none}.vc-data-row dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vc-muted)}.vc-data-row dd{margin:.25rem 0 0;font-size:1.08rem;color:var(--vc-ink);word-break:break-word}.vc-data-row--flag{padding-left:.85rem;border-left:4px solid var(--vc-danger)}.vc-data-row--flag dt{color:var(--vc-danger)}.vc-data-row--flag dd{font-weight:700}.vc-call{display:inline-flex;align-items:center;gap:.6rem;margin-top:.15rem;padding:.5rem .9rem .5rem .55rem;border-radius:999px;background:var(--vc-ink);color:#fff;text-decoration:none;transition:transform .08s ease,filter .18s ease,box-shadow .18s ease;box-shadow:var(--vc-shadow-sm)}.vc-call:hover{color:#fff;filter:brightness(1.12);transform:translateY(-1px)}.vc-call:active{transform:translateY(0)}.vc-call__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--vc-orange);color:var(--vc-on-orange);flex:0 0 auto}.vc-call__icon svg{width:17px;height:17px;display:block}.vc-call__text{display:flex;flex-direction:column;line-height:1.1;font-weight:800;font-size:.95rem;letter-spacing:.02em}.vc-call__text small{font-weight:600;font-size:.82rem;opacity:.85;letter-spacing:.04em}.vc-state{max-width:460px;margin:3rem auto;text-align:center;padding:2.5rem 1.5rem;background:var(--vc-surface);border-radius:var(--vc-radius);box-shadow:var(--vc-shadow-sm);color:var(--vc-muted);font-size:1.05rem}.vc-state .vc-logo{height:34px;margin:0 auto 1.25rem}.vc-error{color:var(--vc-danger)}.vc-logo--vertical{height:48px;mix-blend-mode:multiply}.vc-stepper{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:.2rem 0 .3rem}.vc-stepper__track{display:flex;gap:.4rem;width:100%;max-width:260px}.vc-stepper__seg{flex:1;height:6px;border-radius:999px;background:var(--vc-border);transition:background .25s ease,transform .25s ease}.vc-stepper__seg.is-done{background:var(--vc-orange)}.vc-stepper__seg.is-active{background:var(--vc-orange);transform:scaleY(1.35)}.vc-stepper__label{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--vc-orange-strong)}.vc-step{animation:vc-rise .35s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion: reduce){.vc-step{animation:none!important}}.vc-wizard-nav{display:flex;align-items:center;gap:.7rem;margin-top:.9rem}.vc-nav{display:inline-flex;align-items:center;gap:.55rem;padding:.6rem 1.1rem;border-radius:12px;border:2px solid transparent;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.01em;transition:transform .08s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,filter .18s ease}.vc-wizard-nav button[type=submit]{width:auto;margin-top:0}.vc-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;flex:0 0 auto}.vc-nav__icon svg{width:17px;height:17px;display:block}.vc-nav--primary{margin-left:auto;min-width:9.5rem;justify-content:space-between;background:linear-gradient(135deg,var(--vc-orange) 0%,var(--vc-orange-strong) 100%);color:var(--vc-on-orange);box-shadow:0 6px 16px #f7a82759}.vc-nav--primary .vc-nav__icon{background:var(--vc-on-orange);color:#fff}.vc-nav--primary:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 9px 22px #f7a82773}.vc-nav--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #f7a82759}.vc-nav--primary:disabled{opacity:.6;cursor:not-allowed}.vc-nav--back{background:#fff;color:var(--vc-ink);border-color:var(--vc-border)}.vc-nav--back .vc-nav__icon{background:var(--vc-line);color:var(--vc-ink)}.vc-nav--back:hover{border-color:var(--vc-muted);transform:translateY(-1px);box-shadow:var(--vc-shadow-sm)}.vc-nav--back:active{transform:translateY(0);box-shadow:none}.vc-success{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}.vc-success:after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:repeating-linear-gradient(-45deg,var(--vc-orange) 0 12px,var(--vc-ink) 12px 24px)}.vc-success__scene{position:relative;width:190px;height:190px;display:flex;align-items:center;justify-content:center}.vc-success__icon{position:absolute;width:104px;height:104px;object-fit:contain;transform:scale(0);filter:drop-shadow(0 5px 12px rgba(0,0,0,.2));animation:vc-suc-icon 1.25s cubic-bezier(.22,1,.36,1) forwards}.vc-success__ring{position:absolute;width:104px;height:104px;border-radius:50%;border:5px solid var(--vc-orange);opacity:0}.vc-success__ring.r1{animation:vc-suc-ring .95s ease-out .35s forwards}.vc-success__ring.r2{animation:vc-suc-ring .95s ease-out .55s forwards}.vc-success__ring.r3{animation:vc-suc-ring .95s ease-out .75s forwards}.vc-success__disc{position:absolute;width:104px;height:104px;border-radius:50%;background:var(--vc-orange);display:flex;align-items:center;justify-content:center;transform:scale(0);box-shadow:0 8px 20px #f7a82780;animation:vc-suc-disc .6s cubic-bezier(.22,1,.36,1) 1.05s forwards}.vc-success__disc svg{width:62px;height:62px}.vc-success__msg{margin:0;font-size:1.3rem;font-weight:800;color:var(--vc-ink);opacity:0;animation:vc-suc-msg .5s ease 1.25s forwards}@keyframes vc-suc-icon{0%{transform:scale(0)}18%{transform:scale(1.12)}32%{transform:scale(1)}80%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}@keyframes vc-suc-ring{0%{transform:scale(1);opacity:0}12%{opacity:.85}to{transform:scale(3.2);opacity:0}}@keyframes vc-suc-disc{0%{transform:scale(0)}70%{transform:scale(1.14)}to{transform:scale(1)}}@keyframes vc-suc-msg{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.vc-success__icon{animation:none;opacity:0}.vc-success__ring{animation:none}.vc-success__disc{animation:none;transform:scale(1)}.vc-success__msg{animation:none;opacity:1}}@font-face{font-family:Segoe UI Variable;src:url(/SegUIVar.ttf) format("truetype");font-weight:300 800;font-style:normal;font-display:swap}:root{--vc-ink: #000000;--vc-ink-soft: #1a1a1a;--vc-muted: #808080;--vc-orange: #f7a827;--vc-orange-strong: #e3901a;--vc-on-orange: #241704;--vc-danger: #d64524;--vc-bg: #e6e6e6;--vc-surface: #f2f2f2;--vc-line: #e6e6e6;--vc-border: #cccccc;--vc-font: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--vc-radius: 14px;--vc-radius-sm: 9px;--vc-shadow: 0 12px 34px rgba(0, 0, 0, .1);--vc-shadow-sm: 0 4px 14px rgba(0, 0, 0, .07);font-family:var(--vc-font);line-height:1.5;color:var(--vc-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--vc-bg);color:var(--vc-ink)}a{color:var(--vc-ink);text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--vc-orange);text-decoration-thickness:2px}a:hover{color:var(--vc-orange-strong)}button{font-family:inherit;cursor:pointer}
