:root{--primary: #d61b56;--primary-hover: #b81548;--text: #1a1a1a;--muted: #6b7280;--placeholder: #9ca3af;--surface: rgba(255, 255, 255, .9);--error: #dc2626;--primary-tint-20: rgba(214, 27, 86, .2);--primary-tint-60: rgba(214, 27, 86, .6);--bg-1: #ddfee1;--bg-2: #cef2ff;--bg-3: #ebd5ff;--bg-4: #ffdfeb;font-family:Lato,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:linear-gradient(135deg,var(--bg-1) 0%,var(--bg-2) 25%,var(--bg-3) 50%,var(--bg-4) 75%,var(--bg-1) 100%);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Urbanist,sans-serif}button{font-family:Urbanist,sans-serif;border-radius:8px;border:none;padding:.75em 1.5em;font-size:1em;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input,textarea{font-family:Lato,sans-serif}.progress-dots{display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.progress-dot{width:8px;height:8px;border-radius:50%;background:var(--muted);opacity:.5;transition:all .2s ease}.progress-dot.active{width:24px;border-radius:4px;background:var(--primary);opacity:1}.progress-dot.completed{background:var(--primary);opacity:.6}.step-form{width:100%;max-width:420px}.step-title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:var(--text)}.step-subtitle{color:var(--muted);margin:0 0 1.5rem;font-size:1rem}@media(max-width:480px){.step-title{font-size:1.4rem;margin-bottom:.35rem}.step-subtitle{margin-bottom:1rem;font-size:.95rem}}.form-group{margin-bottom:1.25rem}@media(max-width:480px){.form-group{margin-bottom:1rem}}.form-group label{display:block;font-family:Urbanist,sans-serif;font-weight:600;color:var(--text);margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid var(--placeholder);border-radius:8px;font-size:1rem;background:var(--surface);color:var(--text)}.form-group input::placeholder{color:var(--placeholder)}.form-group input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint-20)}.form-group input.error{border-color:var(--error)}.form-error{display:block;color:var(--error);font-size:.85rem;margin-top:.25rem}.btn-primary{width:100%;background:var(--primary);color:#fff;margin-top:.5rem}.btn-primary:hover{background:var(--primary-hover)}.file-upload{margin-bottom:1.5rem}.file-upload__label{display:block;font-family:Urbanist,sans-serif;font-weight:600;color:var(--text);margin-bottom:.5rem}.file-upload__label .required{color:var(--error)}.file-upload__dropzone{border:2px dashed var(--placeholder);border-radius:12px;padding:1.5rem;background:var(--surface);cursor:pointer;transition:border-color .2s,background .2s;min-height:100px;display:flex;align-items:center;justify-content:center}.file-upload__dropzone:hover{border-color:var(--primary);background:#fffffff2}.file-upload__dropzone.drag-active{border-color:var(--primary);background:var(--primary-tint-20)}.file-upload__dropzone.has-error{border-color:var(--error)}.file-upload__input{display:none}.file-upload__hint{color:var(--muted);font-size:.9rem}.file-upload__preview{display:flex;flex-direction:column;align-items:center;gap:.5rem}.file-upload__preview img{max-width:120px;max-height:120px;object-fit:cover;border-radius:8px}.file-upload__filename{color:var(--text);font-weight:500}.file-upload__remove{background:none;color:var(--primary);padding:.25em .5em;font-size:.85rem}.file-upload__remove:hover{text-decoration:underline}.file-upload__error{display:block;color:var(--error);font-size:.85rem;margin-top:.25rem}.upload-section{margin-top:1.5rem}.upload-section__label{font-family:Urbanist,sans-serif;font-size:1rem;font-weight:600;color:var(--text);margin:0 0 .5rem}.upload-section__desc{color:var(--muted);font-size:.95rem;line-height:1.5;margin:0 0 1rem}.upload-section .file-upload{margin-bottom:0}@media(max-width:480px){.upload-section,.step-actions{margin-top:1rem}}.step-actions{display:flex;gap:1rem;margin-top:1.5rem}.step-actions .btn-primary,.step-actions .btn-secondary{flex:1}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--placeholder)}.btn-secondary:hover{background:#fffffff2;border-color:var(--muted)}.photos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media(max-width:480px){.photos-grid{gap:.75rem;margin-bottom:1rem}}.photo-slot{display:flex;flex-direction:column;align-items:center;gap:.5rem}.photo-slot__label{font-family:Urbanist,sans-serif;font-size:.8rem;font-weight:600;color:var(--text);text-align:center;margin-bottom:.25rem}.photo-slot__dropzone{width:100%;aspect-ratio:3 / 4;border:2px dashed var(--placeholder);border-radius:12px;background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,background .2s}.photo-slot__dropzone:hover{border-color:var(--primary);background:#fffffff2}.photo-slot__dropzone.drag-active{border-color:var(--primary);background:var(--primary-tint-20)}.photo-slot__dropzone.has-error{border-color:var(--error)}.photo-slot__dropzone.has-image{border-style:solid;border-color:var(--placeholder);padding:0}.photo-slot__dropzone.has-image .photo-slot__hint{display:none}.photo-slot__dropzone img{width:100%;height:100%;object-fit:cover}.photo-slot__hint{font-size:12px;color:var(--muted);text-align:center;padding:.5rem;line-height:1.3}.photo-slot__remove{font-size:.75rem;color:var(--primary);background:none;border:none;cursor:pointer;padding:.25em}.photo-slot__remove:hover{text-decoration:underline}.photo-slot__error{font-size:.7rem;color:var(--error);text-align:center}.consent-content{max-height:260px;overflow-y:auto;border:1px solid var(--placeholder);border-radius:8px;padding:1rem;margin-bottom:1rem;background:var(--surface)}.consent-text{margin:0;font-family:Lato,sans-serif;font-size:.9rem;line-height:1.6;white-space:pre-wrap;color:var(--text)}.consent-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin-bottom:.5rem}.consent-checkbox input{margin-top:.25rem;width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.consent-checkbox span{color:var(--text);font-size:1rem}.consent-hint{color:var(--muted);font-size:.9rem;margin:0 0 1rem}@media(max-width:480px){.consent-content{max-height:250px;padding:.75rem}.consent-text{font-size:.85rem}}.success{text-align:center;max-width:420px}.success-icon{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.success-title{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--text)}.success-message{color:var(--text);margin:0 0 .5rem;font-size:1rem}.success-sub{color:var(--muted);margin:0;font-size:.9rem}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 3rem}@media(max-width:480px){.app{padding:1rem .75rem 2rem}}.app-header{margin-bottom:2rem}@media(max-width:480px){.app-header{margin-bottom:1rem}}.logo{display:inline-block;text-decoration:none}.logo img{height:36px;width:auto;display:block}.app-main{flex:1;width:100%;max-width:480px;background:var(--surface);border-radius:16px;padding:2rem;box-shadow:0 4px 24px #00000014;position:relative}@media(max-width:480px){.app-main{padding:1.25rem}}.step-container{min-height:200px}.submit-error{color:var(--error);font-size:.9rem;margin-top:1rem;text-align:center}.loading-overlay{position:absolute;inset:0;background:#ffffffe6;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:40px;height:40px;border:3px solid var(--primary-tint-20);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay p{color:var(--muted);margin:0}
