:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.start-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.start-content{background:#fff;border-radius:24px;padding:48px 40px;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0003}.main-title{font-size:2rem;color:#333;margin-bottom:12px;font-weight:700}.subtitle{font-size:1.1rem;color:#666;margin-bottom:32px}.type-preview{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px}.type-badge{background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:8px 16px;border-radius:20px;font-size:.9rem;color:#444;font-weight:500}.info-box{background:#f8f9ff;border-radius:16px;padding:20px;margin-bottom:32px}.info-box p{color:#555;font-size:.95rem;margin:8px 0}.start-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 48px;font-size:1.2rem;font-weight:600;border-radius:30px;cursor:pointer;transition:transform .2s,box-shadow .2s}.start-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.question-page{min-height:100vh;display:flex;flex-direction:column;padding:20px;max-width:600px;margin:0 auto}.progress-container{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-top:20px}.progress-bar{flex:1;height:8px;background:#ffffff4d;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#fff;border-radius:4px;transition:width .3s ease}.progress-text{color:#fff;font-weight:600;font-size:.9rem}.question-content{background:#fff;border-radius:24px;padding:40px 32px;box-shadow:0 20px 60px #0003}.question-number{color:#667eea;font-size:1.2rem;font-weight:700;margin-bottom:16px}.question-text{font-size:1.3rem;color:#333;font-weight:600;line-height:1.5;margin-bottom:32px}.options-container{display:flex;flex-direction:column;gap:12px}.option-button{background:#f8f9ff;border:2px solid transparent;padding:16px 20px;font-size:1rem;color:#444;border-radius:16px;cursor:pointer;text-align:left;transition:all .2s;font-weight:500}.option-button:hover{background:#eef0ff;border-color:#667eea;transform:translate(8px)}.result-page{min-height:100vh;padding:40px 20px;max-width:600px;margin:0 auto}.result-header{text-align:center;margin-bottom:24px}.result-header h1{color:#fff;font-size:1.5rem;font-weight:600}.result-main{background:#fff;border-radius:24px;padding:32px;text-align:center;box-shadow:0 20px 60px #0003;margin-bottom:24px}.result-image-container{width:200px;height:200px;margin:0 auto 24px;border-radius:50%;overflow:hidden;border:4px solid #667eea;box-shadow:0 10px 30px #667eea4d}.result-image{width:100%;height:100%;object-fit:cover}.result-type-name{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.type-emoji{font-size:2.5rem}.result-type-name h2{font-size:2rem;color:#333;font-weight:700}.result-description{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:16px}.result-motto{font-size:1rem;color:#667eea;font-style:italic;font-weight:600}.result-details{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px #0003;margin-bottom:24px}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:1.1rem;color:#333;margin-bottom:12px;font-weight:600}.detail-section ul{list-style:none;padding:0}.detail-section li{color:#555;border-bottom:1px solid #f0f0f0;position:relative;padding:8px 0 8px 20px}.detail-section li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700}.detail-section li:last-child{border-bottom:none}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500}.tag.strength{background:#e8f5e9;color:#2e7d32}.tag.weakness{background:#fff3e0;color:#ef6c00}.work-style{font-size:1.1rem;color:#667eea;font-weight:600}.compatibility-section{background:#fff;border-radius:24px;padding:32px;box-shadow:0 20px 60px #0003;margin-bottom:24px}.compatibility-section h2{text-align:center;color:#333;font-size:1.5rem;margin-bottom:24px}.compatibility-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.compatibility-card{padding:20px;border-radius:16px;text-align:center}.compatibility-card.good{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.compatibility-card.bad{background:linear-gradient(135deg,#ffebee,#ffcdd2)}.compatibility-card h4{font-size:.95rem;color:#333;margin-bottom:12px}.compat-type{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px}.compat-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 4px 12px #0000001a}.compat-info{display:flex;align-items:center;gap:4px}.compat-emoji{font-size:1.2rem}.compat-name{font-size:.95rem;font-weight:600;color:#333}.compat-reason{font-size:.85rem;color:#555;line-height:1.4}.restart-button{display:block;width:100%;background:#fff;color:#667eea;border:none;padding:18px;font-size:1.1rem;font-weight:600;border-radius:16px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 30px #0000001a}.restart-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #00000026}@media (max-width: 480px){.main-title{font-size:1.6rem}.start-content{padding:32px 24px}.question-text{font-size:1.1rem}.result-type-name h2{font-size:1.6rem}.compatibility-grid{grid-template-columns:1fr}.result-image-container{width:150px;height:150px}}
