: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;min-width:320px;min-height:100vh;padding:1rem 0}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}}.app-container{max-width:500px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f6a623,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#888;font-size:1rem}.form-container{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:.75rem}.section-label{font-size:1.1rem;font-weight:600;color:#f6a623}.photo-upload{width:150px;height:150px;border:3px dashed #f6a623;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;margin:0 auto;transition:all .3s ease}.photo-upload:hover{border-color:#ff6b6b;transform:scale(1.05)}.preview-image{width:100%;height:100%;object-fit:cover}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#888}.upload-icon{font-size:2.5rem;color:#f6a623}.upload-text{font-size:.9rem}.hidden-input{display:none}.mbti-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.mbti-button{padding:.6rem .4rem;font-size:.85rem;border:2px solid #444;border-radius:8px;background:transparent;color:inherit;cursor:pointer;transition:all .2s ease}.mbti-button:hover{border-color:#f6a623;color:#f6a623}.mbti-button.selected{background:linear-gradient(135deg,#f6a623,#ff6b6b);border-color:transparent;color:#fff;font-weight:600}.country-select{padding:.8rem 1rem;font-size:1rem;border:2px solid #444;border-radius:8px;background:#1a1a1a;color:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23f6a623' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.country-select:focus{outline:none;border-color:#f6a623}.country-select option{background:#1a1a1a;color:#fff}.submit-button{margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;background:linear-gradient(135deg,#f6a623,#ff6b6b);color:#fff;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f6a6234d}.submit-button:active{transform:translateY(0)}@media(prefers-color-scheme:light){.country-select{background-color:#f9f9f9;border-color:#ddd}.country-select option{background:#f9f9f9;color:#213547}.mbti-button{border-color:#ddd}.photo-placeholder{color:#666}}
