@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a0f15;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh;background:linear-gradient(160deg,#1a0f15,#1f1018,#211220)}#root{width:100%;max-width:480px;margin:0 auto;padding:2rem 1.5rem}.header{text-align:center;margin-bottom:3rem}.header__subtitle{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:#f472b6;margin-bottom:.5rem}.header__title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;color:#fff;letter-spacing:.02em}.card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,114,182,.15);border-radius:24px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0000004d}.photo-upload{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.photo-upload__area{width:160px;height:160px;border:2px dashed rgba(244,114,182,.35);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;overflow:hidden;background:#f472b60d;position:relative}.photo-upload__area:hover{border-color:#f472b6;background:#f472b61a;transform:scale(1.03)}.photo-upload__area--has-image{border-style:solid;border-color:#f472b6}.photo-upload__preview{width:100%;height:100%;object-fit:cover}.photo-upload__icon{font-size:2rem;color:#f472b6;margin-bottom:.25rem;line-height:1}.photo-upload__text{font-size:.7rem;color:#f472b6bf;letter-spacing:.05em}.photo-upload__input{display:none}.photo-upload__label{font-size:.75rem;color:#f472b6a6;margin-top:1rem;letter-spacing:.05em}.form{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem}.form__group{position:relative}.form__label{display:block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#f472b6b3;margin-bottom:.75rem}.form__input-wrapper{position:relative;display:flex;align-items:center}.form__input{width:100%;background:transparent;border:none;border-bottom:1.5px solid rgba(244,114,182,.2);padding:.5rem 0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;color:#fff;outline:none;transition:border-color .3s ease}.form__input:focus{border-bottom-color:#f472b6}.form__input::placeholder{color:#f472b659}.form__input::-webkit-outer-spin-button,.form__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form__input[type=number]{-moz-appearance:textfield}.form__unit{font-family:Inter,sans-serif;font-size:.85rem;font-weight:400;color:#f472b699;margin-left:.5rem;flex-shrink:0}.submit-btn{width:100%;padding:1rem;border:none;border-radius:50px;background:linear-gradient(135deg,#f472b6,#ec4899,#db2777);color:#fff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:linear-gradient(135deg,#fb7ec5,#f472b6,#ec4899);box-shadow:0 6px 24px #ec48994d;transform:translateY(-1px)}.submit-btn:active{transform:scale(.98) translateY(0)}.submit-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.error{margin-top:1.5rem;padding:1rem 1.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:16px}.error__text{font-family:Inter,sans-serif;font-size:.85rem;color:#fca5a5;margin:0;line-height:1.5}.report{margin-top:1.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(244,114,182,.15);border-radius:24px;padding:2rem;box-shadow:0 8px 32px #0000004d;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.report__title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:#f472b6;margin:0 0 1.5rem;text-align:center}.report__content{font-family:Inter,sans-serif;font-size:.9rem;color:#ffffffd9;line-height:1.8}.report__content p{margin:0 0 .25rem}@media(max-width:480px){#root{padding:1.5rem 1rem}.card{padding:2rem 1.5rem}.header__title{font-size:1.8rem}.photo-upload__area{width:130px;height:130px}.form__input{font-size:1.25rem}}
