.induction-gate{position:fixed;inset:0;z-index:calc(var(--z-modal) + 40);display:flex;align-items:stretch;justify-content:center;font-family:var(--font-zoho-puvi),system-ui,sans-serif}.induction-gate__backdrop{position:absolute;inset:0;background:radial-gradient(120% 80% at 50% -10%,rgba(242,101,34,.28),transparent 55%),linear-gradient(165deg,#1a1410,#0f0c0a 45%,#1c120c)}.induction-gate__sheet{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:32rem;margin:0 auto;padding:max(1rem,env(safe-area-inset-top)) 1.25rem max(1rem,env(safe-area-inset-bottom));min-height:100dvh;color:#fff7f2}.induction-gate__progress{display:flex;gap:.5rem;justify-content:center;padding:.5rem 0 1rem}.induction-gate__dot{width:.5rem;height:.5rem;border-radius:999px;background:rgba(255,247,242,.25);transition:width .2s ease,background .2s ease}.induction-gate__dot--active{width:1.5rem;background:#f26522}.induction-gate__dot--done{background:rgba(242,101,34,.7)}.induction-gate__body{flex:1;display:flex;flex-direction:column;gap:.75rem}.induction-gate__brand{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f26522}.induction-gate__title{margin:0;font-size:clamp(1.5rem,4vw,1.85rem);font-weight:700;line-height:1.2;color:#fff7f2}.induction-gate__subtitle{margin:0 0 .5rem;font-size:.95rem;line-height:1.45;color:rgba(255,247,242,.72)}.induction-gate__chips{display:flex;flex-wrap:wrap;gap:.65rem}.induction-gate__chips--stack{flex-direction:column}.induction-gate__chip{min-height:2.75rem;padding:.65rem 1rem;border-radius:.85rem;border:1px solid rgba(255,247,242,.18);background:rgba(255,247,242,.06);color:#fff7f2;font:inherit;font-weight:600;font-size:.95rem;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease,color .15s ease}.induction-gate__chip:hover{border-color:rgba(242,101,34,.55);background:rgba(242,101,34,.12)}.induction-gate__chip--selected{border-color:#f26522;background:rgba(242,101,34,.22);box-shadow:inset 0 0 0 1px rgba(242,101,34,.35)}.induction-gate__chip--wide{width:100%;display:flex;flex-direction:column;gap:.15rem;padding:.9rem 1.1rem}.induction-gate__chip-label{font-weight:700}.induction-gate__chip-hint{font-size:.85rem;font-weight:400;color:rgba(255,247,242,.65)}.induction-gate__step3{display:flex;flex-direction:column;gap:.85rem}.induction-gate__other input{width:100%;min-height:2.75rem;border-radius:.85rem;border:1px solid rgba(255,247,242,.22);background:rgba(0,0,0,.25);color:#fff7f2;padding:.7rem .95rem;font:inherit;font-size:1rem}.induction-gate__other input:focus{outline:2px solid rgba(242,101,34,.65);outline-offset:1px}.induction-gate__error{margin:.5rem 0 0;color:#ffb4a2;font-size:.875rem}.induction-gate__footer{position:sticky;bottom:0;display:flex;gap:.75rem;padding-top:1rem;margin-top:auto;background:linear-gradient(180deg,transparent,rgba(15,12,10,.92) 28%)}.induction-gate__back{min-height:2.85rem;padding:0 1.1rem;border-radius:.9rem;border:1px solid rgba(255,247,242,.22);background:transparent;color:#fff7f2;font:inherit;font-weight:600;cursor:pointer}.induction-gate__cta{flex:1;min-height:2.85rem;border:none;border-radius:.9rem;background:#f26522;color:#fff;font:inherit;font-weight:700;font-size:1rem;cursor:pointer}.induction-gate__cta:disabled{opacity:.45;cursor:not-allowed}@media (min-width:640px){.induction-gate{align-items:center;padding:1.5rem}.induction-gate__sheet{min-height:auto;max-height:min(90dvh,40rem);border-radius:1.25rem;border:1px solid rgba(255,247,242,.1);background:linear-gradient(180deg,rgba(36,24,18,.96),rgba(18,13,10,.98));box-shadow:0 24px 80px rgba(0,0,0,.45);padding:1.5rem 1.75rem 1.35rem;overflow:auto}.induction-gate__footer{position:static;background:none}}@media (prefers-reduced-motion:reduce){.induction-gate__dot{transition:none}}.induction-gate .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}