: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}}.container{max-width:600px;margin:0 auto;padding:2rem}h1{text-align:center;margin-bottom:.5rem;font-size:2rem}.subtitle{text-align:center;color:#888;margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:2rem}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group label{font-weight:600;font-size:1.1rem}.photo-upload{width:200px;height:200px;border:2px dashed #666;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .2s,background-color .2s;margin:0 auto}.photo-upload:hover{border-color:#646cff;background-color:#646cff1a}.photo-upload.dragging{border-color:#646cff;background-color:#646cff33;border-style:solid}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#888}.photo-icon{font-size:2.5rem}.photo-preview{width:100%;height:100%;object-fit:cover}.mbti-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.mbti-button{padding:.75rem .5rem;border:2px solid #444;border-radius:8px;background:transparent;color:inherit;font-weight:500;cursor:pointer;transition:all .2s}.mbti-button:hover{border-color:#646cff;background-color:#646cff1a}.mbti-button.selected{border-color:#646cff;background-color:#646cff;color:#fff}.country-select{padding:.75rem 1rem;border:2px solid #444;border-radius:8px;background-color:#1a1a1a;color:inherit;font-size:1rem;cursor:pointer;transition:border-color .2s}.country-select:hover,.country-select:focus{border-color:#646cff;outline:none}.submit-button{padding:1rem 2rem;border:none;border-radius:12px;background:linear-gradient(135deg,#646cff,#8b5cf6);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #646cff66}.submit-button:active{transform:translateY(0)}.error-message{background-color:#ef44441a;border:1px solid #ef4444;color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center}.loading-text{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.result-card{background:linear-gradient(135deg,#646cff1a,#8b5cf61a);border:1px solid rgba(100,108,255,.3);border-radius:16px;padding:2rem;margin-bottom:2rem}.result-content{line-height:1.8;text-align:left}.result-content h2{color:#646cff;font-size:1.5rem;margin-top:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(100,108,255,.3)}.result-content h2:first-child{margin-top:0}.result-content h3{color:#8b5cf6;font-size:1.2rem;margin-top:1rem;margin-bottom:.5rem}.result-content li{margin-left:1.5rem;margin-bottom:.25rem}.result-content p{margin-bottom:.5rem}.generated-image{max-width:100%;height:auto;object-fit:cover;border-radius:12px;margin:1rem 0}@media(prefers-color-scheme:light){.country-select{background-color:#f9f9f9;border-color:#ddd}.mbti-button{border-color:#ddd}.photo-upload{border-color:#ccc}.result-card{background:linear-gradient(135deg,#646cff0d,#8b5cf60d)}}
