*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;line-height:1.5715;color:#000000d9;background-color:#f0f2f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch}.mobile-titlebar{display:none;position:fixed;top:0;left:0;right:0;height:50px;padding-top:env(safe-area-inset-top);background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;justify-content:center;z-index:100}.mobile-titlebar-text{font-size:17px;font-weight:500;color:#333}.mobile-tabbar{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #f0f0f0;flex-direction:row;justify-content:space-around;align-items:center;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.mobile-tabbar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-tabbar-icon{font-size:22px;color:#999;line-height:1}.mobile-tabbar-label{font-size:11px;color:#999;margin-top:2px}.mobile-tabbar-item.active .mobile-tabbar-icon,.mobile-tabbar-item.active .mobile-tabbar-label{color:#1677ff}.layout-content{transition:padding .2s ease}@media(max-width:767px){.desktop-header{display:none!important}.mobile-titlebar,.mobile-tabbar{display:flex}.layout-content{padding-top:calc(58px + env(safe-area-inset-top))!important;padding-bottom:calc(64px + env(safe-area-inset-bottom))!important}.ant-layout-footer{display:none}}@media(min-width:768px){.desktop-header{display:flex}.mobile-titlebar,.mobile-tabbar{display:none!important}}@media(max-width:767px){.layout-content{padding-left:8px!important;padding-right:8px!important}.main-content-area{padding:0 8px!important}.layout-content>div{max-width:100%!important}.ant-card-body{padding:8px 10px!important}body,.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-form-item-label label{font-size:max(inherit,14px)}*{max-width:100%;box-sizing:border-box}.ant-row{margin-left:-4px!important;margin-right:-4px!important}.ant-row>.ant-col{padding-left:4px!important;padding-right:4px!important}.ant-space-horizontal{flex-wrap:wrap}.ant-statistic-content-value{white-space:nowrap}.ant-table-wrapper{overflow-x:auto}.ant-typography h1{font-size:20px!important;margin-bottom:8px!important}.ant-typography h2{font-size:18px!important;margin-bottom:6px!important}.ant-typography h3{font-size:16px!important;margin-bottom:4px!important}.ant-typography h4{font-size:15px!important}.ant-typography h5{font-size:14px!important;margin-bottom:2px!important}.ant-segmented{width:100%}.ant-segmented .ant-segmented-group{width:100%;display:flex}.ant-segmented .ant-segmented-item{flex:1;text-align:center}.ant-btn{min-height:40px!important;min-width:44px!important;height:40px!important;font-size:14px!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-select-selector{min-height:40px!important;height:40px!important}.ant-input-number .ant-input-number-input{min-height:40px!important;padding:8px!important}.mobile-tabbar-item{min-height:44px!important;min-width:44px!important}a,.ant-menu-item,.ant-dropdown-menu-item{min-height:40px!important;line-height:40px!important}.ant-form-item{margin-bottom:10px!important}.ant-form-item-label{padding-bottom:2px!important}.ant-card{margin-bottom:8px!important}.ant-alert{margin-bottom:8px!important;padding:8px 10px!important}.ant-alert-message{font-size:13px!important;margin-bottom:0!important}.ant-alert-description{font-size:12px!important}.ant-typography p{margin-bottom:4px!important}.ant-divider{margin:8px 0!important}.ant-space{gap:6px!important}.ant-space-item{margin-bottom:0!important}.ant-statistic-title{font-size:12px!important;margin-bottom:2px!important}.ant-statistic-content{font-size:16px!important}.ant-tag{font-size:12px!important;line-height:18px!important;padding:0 6px!important}}.message-bubble-wrapper{display:flex;margin-bottom:16px;animation:fadeIn .3s ease-in}.message-bubble-wrapper.ai{justify-content:flex-start}.message-bubble-wrapper.user{justify-content:flex-end}.message-bubble{display:flex;align-items:flex-start;max-width:70%}.ai-bubble .message-content{background-color:#f0f2f5;padding:12px 16px;border-radius:2px 8px 8px}.user-bubble{flex-direction:row-reverse}.user-bubble .message-content{background-color:#1890ff;color:#fff;padding:12px 16px;border-radius:8px 2px 8px 8px}.check-icon{font-size:18px;align-self:flex-end}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{display:inline-block;margin-left:8px}.typing-indicator span{display:inline-block;width:8px;height:8px;background-color:#666;border-radius:50%;margin:0 2px;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.user-response-area{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-response-area .ant-radio-button-wrapper{transition:all .3s}.user-response-area .ant-radio-button-wrapper:hover{transform:translate(4px);box-shadow:0 2px 8px #1890ff33}.user-response-area .ant-radio-button-wrapper-checked{background-color:#1890ff!important;border-color:#1890ff!important;color:#fff!important}.result-panel{max-width:800px;margin:0 auto;padding:24px;animation:fadeInUp .5s ease-out}.result-header{text-align:center;margin-bottom:32px}.score-card{text-align:center;box-shadow:0 4px 12px #0000001a}.key-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:24px}.key-metrics .ant-card{box-shadow:0 2px 8px #00000014;transition:all .3s}.key-metrics .ant-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.result-panel{padding:16px}.key-metrics{grid-template-columns:1fr}}.diagnostic-page{max-width:1000px;margin:0 auto;padding:24px}.diagnostic-card{box-shadow:0 2px 12px #00000014;border-radius:8px;min-height:600px}.diagnostic-conversation{display:flex;flex-direction:column;height:100%}.progress-section{margin-bottom:24px}.progress-text{text-align:center;margin-top:8px;font-size:14px;color:#666}.messages-container{flex:1;overflow-y:auto;padding:20px;background-color:#fafafa;border-radius:8px;margin-bottom:20px;max-height:500px;min-height:300px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background-color:#bfbfbf}@media(max-width:768px){.diagnostic-page{padding:12px}.messages-container{max-height:400px}}#root{min-height:100vh}html{scroll-behavior:smooth}@media(max-width:767px){.layout-content{-webkit-overflow-scrolling:touch;overflow-y:auto}*{touch-action:manipulation}}
