body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-header{background-color:#f5f7fa;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#333}h1{margin-bottom:2rem;color:#2c3e50;font-weight:700}.stylist-form{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;width:90%;max-width:450px;display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;flex-direction:column;text-align:left;gap:.5rem}.input-group label{font-size:.9rem;font-weight:600;color:#555}.input-group input{padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.input-group input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.photo-preview{margin-top:1rem;width:100%;height:250px;border-radius:10px;overflow:hidden;border:2px dashed #ddd;display:flex;align-items:center;justify-content:center}.photo-preview img{width:100%;height:100%;object-fit:cover}.submit-button{margin-top:1rem;padding:1rem;background-color:#3498db;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#2980b9}.submit-button:active{transform:scale(.98)}.submit-button:disabled{background-color:#95a5a6;cursor:not-allowed}.report-container{margin-top:3rem;margin-bottom:3rem;background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 25px #0000001a;width:90%;max-width:600px;text-align:left}.report-container h2{color:#2c3e50;border-bottom:2px solid #3498db;padding-bottom:1rem;margin-bottom:1.5rem}.report-content{font-size:1rem;line-height:1.6;color:#444}.report-content p{margin-bottom:.8rem}
