.welcome-container{min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.welcome-content{width:100%;max-width:500px;animation:fadeInUp .6s ease-out}.welcome-header{text-align:center;margin-bottom:40px}.welcome-icon{font-size:64px;margin-bottom:20px;animation:bounce 1s ease infinite}.welcome-title{font-size:28px;font-weight:700;color:#fff;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.welcome-subtitle{font-size:16px;color:#ffffffe6;margin:0}.welcome-features{display:flex;justify-content:space-around;margin-bottom:30px;padding:0 10px}.feature-item{display:flex;flex-direction:column;align-items:center;gap:8px}.feature-icon{font-size:32px;background:rgba(255,255,255,.2);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-text{font-size:14px;color:#fff;font-weight:500}.welcome-description{background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:20px;margin-bottom:30px;text-align:center}.welcome-description p{font-size:14px;color:#fff;line-height:1.6;margin:8px 0}.welcome-action{margin-bottom:20px}.start-button{height:50px;border-radius:25px;font-size:18px;font-weight:700;background:linear-gradient(90deg,#ff6b6b 0%,#ee5a6f 100%);border:none;box-shadow:0 4px 12px #ee5a6f66;transition:all .3s ease}.start-button:active{transform:scale(.98)}.welcome-footer{text-align:center}.footer-text{font-size:12px;color:#ffffffb3;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 375px){.welcome-title{font-size:24px}.welcome-icon{font-size:56px}.feature-icon{width:50px;height:50px;font-size:28px}.feature-text{font-size:12px}}.form-steps-container{height:100vh;background:linear-gradient(180deg,#f5f7fa 0%,#ffffff 100%);display:flex;flex-direction:column;overflow:hidden}.steps-header{background:#ffffff;padding:16px 20px;box-shadow:0 2px 8px #0000000f;flex-shrink:0;z-index:100}.steps-progress{margin-bottom:12px}.steps-indicator{display:flex;align-items:center;gap:8px;font-size:16px}.step-current{font-size:24px;font-weight:700;color:#667eea}.step-divider{color:#ccc;font-size:20px}.step-total{font-size:18px;color:#999}.step-title{margin-left:8px;font-size:18px;font-weight:600;color:#333}.steps-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;-webkit-overflow-scrolling:touch}.steps-actions{flex-shrink:0;background:#ffffff;padding:12px 20px;box-shadow:0 -2px 8px #0000000f;display:flex;gap:12px;z-index:100}.btn-prev{flex:0 0 100px}.btn-next{flex:1;height:44px;border-radius:22px;font-size:16px;font-weight:600}.step-container{max-width:500px;margin:0 auto}.step-title{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}.step-description{font-size:14px;color:#666;margin-bottom:24px;line-height:1.6}.form-item{margin-bottom:24px}.form-label{font-size:15px;font-weight:600;color:#333;margin-bottom:12px;display:block}.form-label-required:before{content:"*";color:#ff3141;margin-right:4px}.form-hint{font-size:13px;color:#999;margin-top:8px;line-height:1.5}.form-section{background:#ffffff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #0000000a}.form-section-title{font-size:16px;font-weight:600;color:#333;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}@media (max-width: 375px){.step-current{font-size:20px}.step-title{font-size:16px}.steps-content{padding:16px}}.share-panel{background:#ffffff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f}.share-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.share-description{font-size:14px;color:#999;margin-bottom:16px}.share-actions{display:flex;gap:12px}.qr-container{margin-top:20px;display:flex;flex-direction:column;align-items:center;padding:20px;background:#fafafa;border-radius:12px;animation:fadeIn .3s ease}.qr-wrapper{background:#ffffff;padding:16px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.qr-hint{margin-top:16px;font-size:13px;color:#666;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.result-container{min-height:100vh;height:100vh;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#f5f7fa 0%,#ffffff 100%);-webkit-overflow-scrolling:touch}.result-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:20px;color:#fff;box-shadow:0 2px 8px #0000001a}.header-content{max-width:500px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.result-title{font-size:24px;font-weight:700;margin:0}.result-content{max-width:500px;margin:0 auto;padding:20px}.score-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;padding:24px;text-align:center;color:#fff;margin-bottom:20px;box-shadow:0 4px 12px #667eea4d}.score-card-label{font-size:14px;opacity:.9;margin-bottom:12px}.score-card-value{font-size:48px;font-weight:700;margin-bottom:8px}.score-card-hint{font-size:13px;opacity:.8}.score-card-link{display:inline-block;margin-top:12px;color:#fff;font-size:14px;text-decoration:none;opacity:.9;padding:6px 12px;border:1px solid rgba(255,255,255,.5);border-radius:16px;transition:all .3s ease}.score-card-link:hover{opacity:1;background:rgba(255,255,255,.2);transform:translate(2px)}.chart-section,.qualify-section,.suggestions-section,.no-hope-section{background:#ffffff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f}.section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.chart-wrapper{margin-top:16px}.qualify-section{text-align:center}.qualify-icon{font-size:48px;margin-bottom:12px}.qualify-title{font-size:16px;color:#666;margin-bottom:8px}.qualify-year{font-size:36px;font-weight:700;color:#667eea;margin-bottom:12px}.qualify-description{font-size:14px;color:#666;line-height:1.6}.qualify-description strong{color:#667eea;font-size:18px}.no-hope-section{text-align:center}.no-hope-icon{font-size:64px;margin-bottom:16px}.no-hope-title{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}.no-hope-description{font-size:15px;color:#666;line-height:1.8;margin-bottom:20px}.no-hope-hint{text-align:left;background:#fff7e6;border:1px solid #ffd591;border-radius:8px;padding:16px;font-size:14px;color:#d46b08}.no-hope-hint ul{margin:8px 0 0 20px;padding:0}.no-hope-hint li{margin:8px 0;line-height:1.6}.suggestions-hint{font-size:14px;color:#999;margin-bottom:16px}.suggestion-content{padding:8px 0}.suggestion-item{padding:12px 0;border-bottom:1px solid #f0f0f0}.suggestion-item:last-child{border-bottom:none}.suggestion-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.suggestion-label{font-size:15px;font-weight:600;color:#333}.suggestion-score{font-size:16px;font-weight:700;color:#667eea}.suggestion-benefit{font-size:14px;color:#52c41a;margin-bottom:8px}.suggestion-benefit strong{font-size:16px}.suggestion-description{font-size:13px;color:#999;line-height:1.6;padding:8px 12px;background:#f0f5ff;border-radius:6px;margin-top:8px}.score-detail-section{background:#ffffff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f}.score-items{margin-top:16px}.score-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fafafa;border-radius:8px;margin-bottom:12px}.score-item:last-child{margin-bottom:0}.score-item-label{display:flex;align-items:center;gap:10px;font-size:15px;color:#333;font-weight:500}.score-item-icon{font-size:20px}.score-item-value{font-size:18px;font-weight:700}.disclaimer{background:#fff7e6;border:1px solid #ffd591;border-radius:12px;padding:16px;margin-top:20px;margin-bottom:20px}.disclaimer-title{font-size:15px;font-weight:600;color:#d46b08;margin-bottom:8px}.disclaimer-content{font-size:13px;color:#d46b08;line-height:1.8}@media (max-width: 375px){.score-card-value{font-size:42px}.qualify-year{font-size:32px}}.app{width:100%;min-height:100vh;overflow-x:hidden}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}::-webkit-scrollbar-track{background:transparent}:root{--adm-color-primary: #667eea;--adm-color-success: #52c41a;--adm-color-warning: #faad14;--adm-color-danger: #ff4d4f}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}*{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}p,span,div{-webkit-user-select:text;user-select:text}html{scroll-behavior:smooth}
