.lf-root{color:#000;isolation:isolate;background:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif;position:relative}.lf-ambient{z-index:0;pointer-events:none;background:radial-gradient(60% 50% at 18% 12%,#ff340312,#0000 70%),radial-gradient(50% 40% at 90% 100%,#ff34030d,#0000 75%);position:absolute;inset:0}.lf-shell{z-index:1;min-height:100vh;padding:6rem 1rem 4rem;position:relative}@media(min-width:640px){.lf-shell{padding:8rem 1.5rem 6rem}}@media(min-width:1024px){.lf-shell{padding:9rem 2.5rem 7rem}}.lf-grid{grid-template-columns:1fr;gap:2.5rem;max-width:1240px;margin:0 auto;display:grid}@media(min-width:1024px){.lf-grid{grid-template-columns:4fr 8fr;align-items:start;gap:4rem}}.lf-rail{flex-direction:column;gap:1.5rem;display:flex}@media(min-width:1024px){.lf-rail{padding-right:1rem;position:sticky;top:7rem}}.lf-eyebrow{letter-spacing:.02em;color:#000;margin:0;font-size:.7rem;font-weight:600}.lf-eyebrow-rule{background:#ff3403;width:2.5rem;height:2px;margin-top:.5rem;margin-bottom:.5rem}.lf-rail-title{letter-spacing:-.03em;color:#000;max-width:14ch;margin:0;font-size:clamp(1.85rem,3.4vw,3rem);font-weight:600;line-height:1.04}.lf-reassure{flex-direction:column;gap:.6rem;margin:.5rem 0 0;padding:0;list-style:none;display:flex}.lf-reassure li{color:#000000bf;padding-left:1rem;font-size:.92rem;line-height:1.5;position:relative}.lf-reassure li:before{content:"";background:#ff3403;width:.5rem;height:1px;position:absolute;top:.65em;left:0}.lf-rail-progress{border-top:1px solid #00000024;margin-top:1.25rem;padding-top:1.5rem}.lf-close{letter-spacing:.02em;color:#000c;align-self:flex-start;font-size:.7rem;font-weight:500;transition:color .2s}.lf-close:hover{color:#ff3403}.lf-main{min-width:0}.lf-progress{padding:0}.lf-progress-meta{letter-spacing:.02em;flex-direction:column;gap:.35rem;margin-bottom:.9rem;font-size:.68rem;font-weight:500;display:flex}.lf-progress-pct{color:#000;letter-spacing:-.01em;font-size:1rem;font-weight:600}.lf-progress-step{color:#000c}.lf-progress-label{color:#000}.lf-dots{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.lf-dot{background:#00000026;border-radius:9999px;width:24px;height:6px;transition:all .5s cubic-bezier(.65,0,.35,1)}.lf-dot.is-active{background:#ff3403;width:40px}@media(prefers-reduced-motion:reduce){.lf-dot{transition:none}}.lf-card{padding-top:0}.lf-h1{letter-spacing:-.02em;color:#000;font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:600;line-height:1.1}.lf-sub{color:#000000b8;max-width:60ch;margin-top:.85rem;font-size:1rem;line-height:1.55}.lf-tiles{grid-template-columns:1fr;gap:1rem;margin-top:2.5rem;display:grid}@media(min-width:768px){.lf-tiles{grid-template-columns:repeat(2,1fr)}}.lf-tile{text-align:left;cursor:pointer;color:#000;background:#fff;border:1px solid #0000001f;border-radius:.75rem;flex-direction:column;gap:.75rem;min-height:44px;padding:1.25rem;font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 12px 28px -20px #00000038}.lf-tile:hover{border-color:#ff3403;transform:translateY(-2px);box-shadow:0 2px 4px #0000000d,0 20px 40px -20px #ff34034d}.lf-tile[aria-pressed=true]{color:#000;background:#ff3403;border-color:#ff3403}.lf-tile-icon{color:#000000bf;transition:color .2s}.lf-tile:hover .lf-tile-icon{color:#ff3403}.lf-tile[aria-pressed=true] .lf-tile-icon{color:#000}.lf-tile-title{letter-spacing:-.01em;font-size:1.2rem;font-weight:600}.lf-tile-body{color:#000000b3;font-size:.9rem;line-height:1.5}.lf-tile[aria-pressed=true] .lf-tile-body{color:#000000c7}.lf-pills{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:2rem;display:grid}@media(min-width:768px){.lf-pills{grid-template-columns:repeat(3,1fr);gap:1rem}}.lf-pill{cursor:pointer;color:#000;text-align:left;background:#fff;border:1px solid #0000001f;border-radius:.75rem;min-height:56px;padding:1.25rem;font-family:inherit;font-size:1.1rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 12px 28px -20px #00000038}.lf-pill:hover{color:#000;border-color:#ff3403;transform:translateY(-2px);box-shadow:0 2px 4px #0000000d,0 20px 40px -20px #ff34034d}.lf-pill[aria-pressed=true]{color:#000;background:#ff3403;border-color:#ff3403}.lf-pill.is-pulse{animation:.28s cubic-bezier(.4,0,.2,1) lf-pulse}.lf-pills.is-locked .lf-pill:not(.is-pulse){opacity:.35}@keyframes lf-pulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.lf-pill.is-pulse{animation:none}.lf-pills.is-locked .lf-pill:not(.is-pulse){opacity:1}.lf-tile:hover,.lf-pill:hover{transform:none}}.lf-step-anim{animation:.45s cubic-bezier(.16,1,.3,1) lf-step-in}@keyframes lf-step-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.lf-step-anim{animation:none}}.lf-fieldset{flex-direction:column;gap:1.75rem;margin-top:2rem;display:flex}.lf-label{letter-spacing:.02em;color:#000000b8;margin-bottom:.6rem;font-size:.7rem;font-weight:500;display:block}.lf-input,.lf-textarea,.lf-select{color:#000;background:0 0;border:0;border-bottom:1px solid #0000004d;width:100%;padding:.85rem 0;font-family:inherit;font-size:1.05rem;transition:border-color .2s}.lf-input::placeholder,.lf-textarea::placeholder{color:#000000b3}.lf-input:focus,.lf-textarea:focus,.lf-select:focus{border-bottom-color:#ff3403;outline:none}.lf-input:focus-visible,.lf-textarea:focus-visible,.lf-select:focus-visible{outline-offset:2px;outline:2px solid #ff3403}.lf-textarea{resize:vertical;min-height:6rem}.lf-select option{color:#000;background:#fff}.lf-error{color:#000;border-left:3px solid #ff3403;margin-top:.5rem;padding:.35rem 0 .35rem .6rem;font-size:.85rem;font-weight:600}.lf-hint{color:#000c;font-size:.85rem}.lf-actions{border-top:1px solid #00000024;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:1.75rem;display:flex}.lf-back{min-height:44px}.lf-primary{min-height:48px}.lf-back{color:#000c;cursor:pointer;letter-spacing:.2em;text-transform:none;background:0 0;border:none;border-radius:.75rem;padding:.5rem .75rem;font-family:inherit;font-size:.7rem;font-weight:500;transition:color .2s}.lf-back:hover{color:#ff3403}.lf-primary{color:#000;cursor:pointer;letter-spacing:.2em;text-transform:none;background:#ff3403;border:none;border-radius:.75rem;padding:1rem 2.25rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:opacity .2s}.lf-primary:hover{opacity:.85}.lf-primary:disabled{opacity:.45;cursor:not-allowed}.lf-category{margin-top:2.25rem}.lf-category-title{letter-spacing:.02em;color:#000;margin-bottom:1rem;font-size:.7rem;font-weight:600}.lf-resume{color:#000;background:#fff6f3;border:1px solid #0000001f;border-radius:.75rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.lf-resume-actions{gap:.75rem;display:flex}.lf-resume-btn{color:#000;cursor:pointer;letter-spacing:.2em;text-transform:none;background:#fff;border:1px solid #00000059;border-radius:.75rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.7rem;font-weight:500;transition:all .2s}.lf-resume-btn:hover{color:#000;border-color:#ff3403}.lf-resume-btn.primary{color:#000;background:#ff3403;border-color:#ff3403}.lf-resume-btn.primary:hover{opacity:.85;color:#000}.lf-ch-results{background:#fff;border:1px solid #0000002e;border-radius:.75rem;max-height:18rem;margin-top:.5rem;overflow-y:auto;box-shadow:0 12px 28px -20px #00000040}.lf-ch-result{cursor:pointer;text-align:left;color:#000;background:0 0;border:0;border-bottom:1px solid #0000001a;width:100%;padding:.85rem 1rem;font-family:inherit;transition:background .18s,color .18s}.lf-ch-result:hover{color:#000;background:#ff3403}.lf-ch-result:last-child{border-bottom:0}.lf-summary{margin-top:2rem}.lf-summary-section{border-top:1px solid #00000024;padding:1.75rem 0}.lf-summary-head{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.lf-summary-row{grid-template-columns:1fr;gap:.25rem;padding:.4rem 0;font-size:.95rem;display:grid}@media(min-width:640px){.lf-summary-row{grid-template-columns:12rem 1fr;gap:1rem}}.lf-summary-row dt{color:#000c;letter-spacing:.02em;font-size:.7rem}.lf-summary-row dd{color:#000;margin:0}.lf-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.lf-success{text-align:center;color:#000;max-width:540px;margin:0 auto;padding:6rem 1rem}.lf-success h1{letter-spacing:-.03em;color:#000;font-size:clamp(2rem,5vw,4rem);font-weight:600}.lf-success p{color:#000000bf;margin-top:1.25rem;font-size:1.05rem}.lf-success-alt a{color:#000;border-bottom:1px solid #ff3403;padding-bottom:.15rem;font-weight:600}.lf-success>a{color:#000;letter-spacing:.02em;border-bottom:1px solid #ff3403;margin-top:2rem;padding-bottom:.3rem;font-size:.75rem;font-weight:600;display:inline-block}.lf-mobile-progress{background:#fafafa;border:1px solid #0000001f;border-radius:.75rem;margin-bottom:2rem;padding:1rem 1.1rem}@media(min-width:1024px){.lf-mobile-progress{display:none}}@media(max-width:1023px){.lf-rail-progress{display:none}}.lf-help{color:#000c;margin:.45rem 0 0;font-size:.78rem;line-height:1.45}.lf-row{grid-template-columns:1fr;gap:1rem;display:grid}@media(min-width:640px){.lf-row{grid-template-columns:1fr 1fr}}.lf-optional{border-top:1px solid #00000024;margin-top:2.5rem;padding-top:1.5rem}.lf-optional-toggle{color:#000;cursor:pointer;letter-spacing:-.01em;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:44px;padding:.6rem 0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.lf-optional-toggle:hover{color:#ff3403}.lf-optional-toggle span:last-child{color:#000;font-size:1.25rem;line-height:1}.lf-sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lf-reassure-mobile{border-top:1px solid #00000024;margin-top:2.5rem;padding-top:1.5rem}@media(min-width:1024px){.lf-reassure-mobile{display:none}}@media(max-width:1023px){.lf-shell{padding-top:5.25rem}.lf-rail{gap:.9rem}.lf-rail .lf-reassure{display:none}.lf-mobile-progress{margin-bottom:1.25rem;padding:.8rem .95rem}.lf-tiles{margin-top:1.5rem}}
