*{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:100vh;min-height:100dvh;background:var(--bg);color:var(--text)}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}.field-label{font-size:14px;color:var(--text-muted);font-weight:600}.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:focus{outline:2px solid var(--brand-ring);border-color:var(--brand)}.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)}.voice-link{margin-top:4px;color:var(--text-muted);text-align:center;font-size:14px}.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-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:var(--text-muted)}.voice-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;justify-content:center}.voice-footer{margin-bottom:20px}.voice-legal{margin-top:14px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:1}.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}}.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}
