@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:Noto Sans KR,sans-serif;margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);background-size:cover;color:#333}.container{max-width:700px;width:90%;padding:2.5rem;text-align:center;background-color:#fffffff2;border-radius:20px;box-shadow:0 15px 30px #0003;animation:fadeIn .8s ease-out;margin:20px auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1{font-size:2.5rem;font-weight:700;margin-bottom:.8rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);-webkit-background-clip:text;-webkit-text-fill-color:transparent}p{color:#555;margin-bottom:2.5rem;font-size:1.1rem}.dropzone{border:2px dashed #ccc;border-radius:15px;padding:2.5rem;cursor:pointer;transition:all .3s ease;background-color:#fcfcfc;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;color:#888}.dropzone.active{background-color:#e0f2f7;border-color:#a7d9ee}.dropzone p{margin:0;font-size:1.1rem;color:#888}.preview-image{max-width:100%;max-height:300px;border-radius:10px;object-fit:contain;box-shadow:0 5px 15px #0000001a}.gender-selection{margin-top:2rem;margin-bottom:2.5rem}.gender-selection h3{font-size:1.2rem;color:#444;margin-bottom:1.5rem}.gender-options{display:flex;justify-content:center;gap:1.5rem}.gender-options label{cursor:pointer;display:flex;align-items:center;position:relative;font-size:1.1rem;font-weight:400;color:#666}.gender-options input[type=radio]{display:none}.gender-options input[type=radio]+span{background-color:#eee;padding:.8rem 1.5rem;border-radius:25px;transition:all .3s ease;border:1px solid #ddd}.gender-options input[type=radio]:checked+span{background:linear-gradient(45deg,#f09433,#dc2743);color:#fff;border-color:transparent;box-shadow:0 4px 10px #00000026}.gender-options input[type=radio]:hover+span:not(:checked){background-color:#e0e0e0}.personal-info-inputs{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;margin-bottom:2.5rem;align-items:center}.input-group{display:flex;flex-direction:column;align-items:flex-start;width:80%;max-width:300px}.input-group label{font-size:1rem;color:#444;margin-bottom:.5rem;font-weight:700}.input-group input[type=number]{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:1.1rem;color:#333;transition:border-color .3s,box-shadow .3s}.input-group input[type=number]:focus{border-color:#f09433;box-shadow:0 0 0 3px #f0943333;outline:none}.analyze-button{margin-top:2rem;padding:1rem 2rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(45deg,#f09433,#dc2743);border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #0003;width:80%;max-width:300px}.analyze-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 25px #00000040}.analyze-button:disabled{background:linear-gradient(45deg,#d3d3d3,#a0a0a0);cursor:not-allowed;box-shadow:none}.loading-message{margin-top:2rem;font-size:1.1rem;color:#f09433;font-weight:700;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.report-output{margin-top:3rem;text-align:left;padding:1.5rem;background-color:#f9f9f9;border-radius:15px;box-shadow:0 5px 15px #0000001a;line-height:1.8;color:#333;white-space:pre-wrap;word-break:break-word;max-height:500px;overflow-y:auto}.report-output h2{font-size:1.8rem;color:#f09433;margin-bottom:1.5rem;text-align:center}.report-output h3{font-size:1.4rem;color:#e6683c;margin-top:2rem;margin-bottom:1rem}.report-output ul{list-style:disc;margin-left:1.5rem;margin-bottom:1rem}.report-output li{margin-bottom:.5rem}
