:root{--ivm-bg:#E8E2D9;--ivm-bg-alt:#F3EEE7;--ivm-card:#F0EAE1;--ivm-text:#2F2924;--ivm-muted:#7A7168;--ivm-accent:#B08A5A;--ivm-line:#D8CFC5;--ivm-green:#086838;--ivm-radius:4px;--ivm-head:'Cormorant Garamond',Georgia,serif;--ivm-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body.ivm{min-height:100vh;min-height:100svh;background:var(--ivm-bg);background-image:radial-gradient(120% 80% at 50% -10%,var(--ivm-bg-alt) 0%,var(--ivm-bg) 60%);color:var(--ivm-text);font-family:var(--ivm-body);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.ivm-shell{min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:clamp(20px,6vw,64px)}.ivm-card{width:100%;max-width:520px;background:var(--ivm-card);border:1px solid var(--ivm-line);border-radius:var(--ivm-radius);padding:clamp(32px,6vw,56px);text-align:center;box-shadow:0 1px 2px rgb(47 41 36 / .04),0 24px 60px -28px rgb(47 41 36 / .22)}.ivm-wordmark{font-family:var(--ivm-head);font-weight:500;font-size:clamp(20px,4.5vw,26px);letter-spacing:.14em;text-transform:uppercase;color:var(--ivm-green);margin:0 0 28px}.ivm-eyebrow{display:inline-block;font-size:9px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--ivm-accent);margin:0 0 18px}.ivm-headline{font-family:var(--ivm-head);font-weight:300;font-size:clamp(34px,8vw,52px);line-height:1.02;letter-spacing:-.01em;color:var(--ivm-text);margin:0 0 18px}.ivm-message{font-weight:300;font-size:clamp(14px,2.4vw,16px);color:var(--ivm-muted);max-width:40ch;margin:0 auto}.ivm-divider{width:48px;height:1px;background:var(--ivm-accent);opacity:.55;margin:36px auto}.ivm-dealer__title{font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--ivm-text);margin:0 0 8px}.ivm-dealer__hint{font-weight:300;font-size:13px;color:var(--ivm-muted);max-width:36ch;margin:0 auto 22px}.ivm-error{font-size:12px;font-weight:500;color:#8a3b2e;background:#F4E3DC;border:1px solid #E2C3B7;border-radius:var(--ivm-radius);padding:9px 14px;margin:0 auto 18px;max-width:34ch}.ivm-form{margin:0 auto;max-width:380px}.ivm-label{display:block;text-align:left;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ivm-muted);margin:0 0 8px}.ivm-field{display:flex;gap:8px;flex-wrap:wrap}.ivm-input{flex:1 1 180px;min-width:0;font-family:var(--ivm-body);font-size:15px;color:var(--ivm-text);background:#FBF8F3;border:1px solid var(--ivm-line);border-radius:var(--ivm-radius);padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease}.ivm-input::placeholder{color:#A99F95}.ivm-input:focus{outline:none;border-color:var(--ivm-accent);box-shadow:0 0 0 3px rgb(176 138 90 / .18)}.ivm-btn{flex:0 0 auto;font-family:var(--ivm-body);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#FBF8F3;background:var(--ivm-accent);border:1px solid var(--ivm-accent);border-radius:var(--ivm-radius);padding:12px 22px;cursor:pointer;transition:background .15s ease,transform .05s ease}.ivm-btn:hover{background:#9c784b}.ivm-btn:active{transform:translateY(1px)}.ivm-footer{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ivm-muted);opacity:.7;margin:34px 0 0}@media (max-width:420px){.ivm-field{flex-direction:column}.ivm-input{flex:0 0 auto;width:100%}.ivm-btn{flex:0 0 auto;width:100%}}@media (prefers-reduced-motion:reduce){.ivm-input,.ivm-btn{transition:none}}