*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #ffffff;--text: #11181c;--text-muted: #687076;--brand: #47b372;--brand-dark: #3a9460;--brand-ring: rgba(71, 179, 114, .2);--brand-outline: rgba(71, 179, 114, .13);--surface: #f9f9f9;--surface-alt: #f3f4f6;--surface-alt-hover: #eaecf0;--surface-muted: #f6f7f8;--surface-border: #ececec;--neutral-border: #e5e7eb;--warning-bg: #fff8e1;--warning-border: #ffe082;--warning-text: #8a6d1e;--success-bg: #eef9f1;--success-border: #bfe5cc;--success-text: #227144;--danger-bg: #ffeeee;--danger-border: #ffcccc;--danger-text: #bb2222}html,body,#root{width:100%;height:100%;min-height:-webkit-fill-available;min-height:100vh;min-height:100svh;min-height:100dvh;background:var(--bg);color:var(--text)}html{height:-webkit-fill-available}button,input{font-family:inherit}button{border:none;cursor:pointer;background:none}.app-loading{width:100%;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:16px}.app-progress-shell{position:fixed;top:max(10px,env(safe-area-inset-top));left:50%;transform:translate(-50%);z-index:20;width:min(320px,calc(100vw - 36px));background:#ffffffe6;border:1px solid var(--surface-border);border-radius:14px;padding:8px 12px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-progress-rail{display:flex;align-items:center;justify-content:space-between}.app-progress-step{position:relative;flex:1;display:flex;justify-content:center}.app-progress-connector{position:absolute;top:5px;right:50%;width:100%;height:2px;z-index:0}.app-progress-connector-bg{width:100%;height:100%;background:#e5e7eb;border-radius:999px}.app-progress-connector-fill{position:absolute;top:0;left:0;width:0;height:100%;background:var(--brand);border-radius:999px;transition:width .2s ease}.app-progress-connector-fill.filled{width:100%}.app-progress-dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb;border:2px solid var(--bg);position:relative;z-index:1;transition:background-color .2s ease}.app-progress-step.completed .app-progress-dot,.app-progress-step.current .app-progress-dot{background:var(--brand)}.app-message{position:fixed;bottom:max(10px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:20;width:min(92vw,460px);background:var(--text);color:var(--bg);border-radius:10px;padding:10px 12px;font-size:12px;line-height:18px}.app-fatal-error{width:min(92vw,560px);margin:12vh auto 0;border-radius:16px;border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--text);padding:22px 20px}.app-fatal-error h1{font-size:20px;margin-bottom:8px}.app-fatal-error p{color:var(--text-muted);line-height:1.5}.app-fatal-error-message{margin-top:10px;color:var(--danger-text)!important}.form-stack{display:flex;flex-direction:column;gap:12px}.form-stack-fill,.form-stack-bottom-cta{flex:1;min-height:0}.form-stack-bottom-cta .form-stack-main{padding-bottom:8px}.form-stack-main{display:flex;flex-direction:column;gap:12px}.form-stack-bottom-cta .voice-button{margin-top:auto}.field-label{font-size:14px;color:var(--text-muted);font-weight:600}.field-block{display:flex;flex-direction:column;gap:10px}.option-chip-list{display:grid;grid-template-columns:1fr;gap:10px}.option-chip-list.centered{width:100%;max-width:420px;margin:0 auto;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.option-chip{width:100%;border-radius:18px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);font-size:16px;line-height:22px;font-weight:650;min-height:58px;padding:13px 14px;text-align:center;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.option-chip:hover:enabled{border-color:var(--brand)}.option-chip.selected{border-color:var(--brand);color:var(--brand-dark);box-shadow:0 0 0 2px var(--brand-outline);background:var(--surface-hover)}.option-chip:disabled{cursor:not-allowed;opacity:.6}@media(max-width:420px){.option-chip-list.centered{grid-template-columns:1fr}.option-chip-list.centered.mobile-two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.option-chip-list.centered.mobile-two-columns .option-chip{min-height:52px;font-size:14px;line-height:18px;padding:10px 8px}.option-chip{min-height:56px;font-size:15px;line-height:21px}}.voice-input{width:100%;border-radius:14px;border:1px solid var(--surface-border);background:var(--surface);padding:14px 16px;font-size:16px;color:var(--text)}.voice-input::placeholder{color:#0f172a7a}.voice-input:focus{outline:2px solid var(--brand-ring);border-color:var(--brand)}.phone-number-group{display:flex;flex-direction:column;gap:8px}.phone-number-row{display:flex;align-items:stretch;gap:8px}.phone-prefix-trigger{flex:0 0 auto;min-width:108px;border-radius:14px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.phone-prefix-trigger:focus-visible{outline:2px solid var(--brand-ring);border-color:var(--brand)}.phone-prefix-flag{font-size:18px;line-height:1}.phone-prefix-code{font-size:15px;font-weight:600}.phone-prefix-chevron{font-size:12px;color:var(--text-muted)}.phone-local-input{flex:1;min-width:0}.phone-country-list{max-height:228px;overflow-y:auto;border-radius:14px;border:1px solid var(--surface-border);background:var(--surface);padding:4px}.phone-country-option{width:100%;border:none;background:transparent;border-radius:10px;padding:10px 12px;text-align:left;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;color:var(--text)}.phone-country-option:hover{background:var(--surface-hover)}.phone-country-option.selected{background:var(--surface-hover);box-shadow:0 0 0 1px var(--brand-outline) inset}.phone-country-flag{font-size:18px;line-height:1}.phone-country-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.phone-country-dial{font-size:14px;font-weight:600;color:var(--text-muted)}@media(max-width:420px){.phone-prefix-trigger{min-width:96px;padding:0 10px;gap:6px}}.voice-button{width:100%;border-radius:999px;padding:15px 18px;background:var(--brand);color:var(--bg);font-size:16px;font-weight:700;transition:background-color .15s ease}.voice-button:hover:enabled{background:var(--brand-dark)}.voice-button:disabled{cursor:not-allowed;opacity:.6}.voice-button-secondary{background:var(--surface-alt);color:var(--text)}.voice-button-secondary:hover:enabled{background:var(--surface-alt-hover)}.call-or-separator{text-align:center;color:var(--text-muted);font-size:14px;font-weight:600;line-height:1;margin-top:-2px;margin-bottom:-2px}.call-store-links{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:14px}.call-store-note{margin:0;color:var(--text-muted);text-align:center;font-size:13px;line-height:18px}.call-store-badges{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.call-store-badge-link{display:inline-flex;border-radius:10px;text-decoration:none;opacity:.94;transition:transform .15s ease,opacity .15s ease}.call-store-badge-link:hover{transform:translateY(-1px);opacity:1}.call-store-badge-image{display:block;height:38px;width:auto}.voice-link{margin-top:4px;color:var(--text-muted);text-align:center;font-size:14px}.voice-link-button{margin-top:2px;align-self:center;border:none;background:transparent;color:var(--text-muted);font-size:13px;line-height:18px;text-decoration:underline;text-underline-offset:3px}.voice-link-button:hover:enabled{color:var(--text)}.voice-link-button:disabled{cursor:not-allowed;opacity:.6}.step-error,.step-warning,.step-success{border-radius:12px;padding:12px 14px;font-size:14px;line-height:20px}.step-error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.step-warning{background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning-text)}.step-success{background:var(--success-bg);border:1px solid var(--success-border);color:var(--success-text)}.step-hint{color:var(--text-muted);text-align:center;font-size:13px}.package-list{display:flex;flex-direction:column;gap:8px}.package-item{width:100%;border-radius:12px;border:1px solid var(--surface-border);background:var(--bg);padding:12px 14px;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:10px}.package-item.selected{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-outline)}.package-name{font-size:14px;font-weight:600;color:var(--text)}.package-price{font-size:14px;color:var(--text-muted)}.voice-container{width:100%;height:100vh;height:100dvh;background:var(--bg);display:flex;align-items:center;justify-content:center}.voice-container.voice-container-illustrated{background-image:linear-gradient(#ffffffad,#ffffffad),var(--voice-step-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat}.voice-content-wrapper{width:100%;max-width:480px;height:100vh;height:100dvh;display:flex;flex-direction:column;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.voice-header{text-align:center;margin-top:82px}.voice-logo{width:58px;height:58px;margin-bottom:20px;filter:brightness(0) saturate(100%) invert(61%) sepia(38%) saturate(633%) hue-rotate(98deg) brightness(90%) contrast(86%)}.voice-title{font-size:30px;line-height:38px;font-weight:700;color:var(--text)}.voice-subtitle{margin-top:10px;font-size:15px;line-height:22px;color:#0f172a9e;font-weight:500}.voice-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;padding-bottom:8px}.voice-footer{margin-bottom:20px}.voice-legal{margin-top:12px;margin-bottom:10px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;font-size:12px;line-height:1;text-align:center}.voice-legal-link{color:var(--text-muted);text-decoration:none}.voice-legal-link:hover{color:var(--text);text-decoration:underline}.voice-legal-separator{color:var(--text-muted)}@media(max-width:480px){.voice-header{margin-top:74px}.voice-title{font-size:26px;line-height:34px}}@media(max-height:860px){.voice-header{margin-top:64px}.voice-logo{width:52px;height:52px;margin-bottom:16px}.voice-title{font-size:28px;line-height:34px}.voice-subtitle{margin-top:8px;font-size:14px;line-height:20px}.voice-body{justify-content:flex-start;padding-top:10px;padding-bottom:6px}}@media(max-height:760px){.voice-content-wrapper{padding-top:18px}.voice-header{margin-top:46px}.voice-logo{width:46px;height:46px;margin-bottom:12px}.voice-title{font-size:24px;line-height:30px}.voice-subtitle{margin-top:6px;font-size:13px;line-height:18px}}.welcome-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;width:100%;overflow:hidden}.welcome-fullscreen{position:fixed;inset:0;width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;padding:0;margin:0;max-width:none;z-index:100;background-color:#f6faf7}.welcome-background-image{position:fixed;inset:0;width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;z-index:0}.welcome-image-fullscreen{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.welcome-overlay{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#0000004d 60%,#000000b3);z-index:1}.welcome-content-overlay{position:fixed;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:40px 24px;padding-top:calc(40px + env(safe-area-inset-top,0px));padding-bottom:calc(40px + env(safe-area-inset-bottom,0px));box-sizing:border-box}.welcome-logo-top{display:flex;align-items:center;gap:8px;margin-bottom:auto}.welcome-logo-flower{height:32px;width:auto;filter:brightness(0) saturate(100%) invert(100%)}.welcome-logo-anima{height:20px;width:auto;filter:brightness(0) saturate(100%) invert(100%)}.welcome-text-content{display:flex;flex-direction:column;align-items:center;width:100%}.welcome-title{font-size:40px;font-weight:700;color:#fff;margin-bottom:16px;text-align:center;width:100%;text-shadow:0 2px 8px rgba(0,0,0,.3)}.welcome-subtitle{font-size:18px;font-weight:400;color:#fff;margin-bottom:32px;text-align:center;line-height:28px;width:100%;opacity:.95;text-shadow:0 1px 4px rgba(0,0,0,.3)}.welcome-continue{margin:0;width:100%;max-width:400px;background:#fff;color:#11181c}.welcome-continue:hover:enabled{background:#f5f7f7}@media(max-width:768px){.welcome-title{font-size:34px;line-height:1.2}.welcome-subtitle{font-size:17px;line-height:1.55}}.login-actions{display:flex;flex-direction:column;gap:12px}.login-actions .voice-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.button-icon{width:18px;height:18px}
