:root{--primary-blue:#00b4d8;--accent-green:#66ffd1;--color-idle:radial-gradient(circle at 30% 30%, #fff 0%, #b2fefa 20%, #00d2ff 60%, #0077b6 100%);--color-listening:radial-gradient(circle at 30% 30%, #fff 0%, #bff098 20%, #6fd6ff 60%, #00a8cc 100%);--color-speaking:radial-gradient(circle at 30% 30%, #fff 0%, #66ffd1 20%, #00e5ff 60%, #0097a7 100%);--color-thinking:radial-gradient(circle at 30% 30%, #fff 0%, #a5fecb 20%, #20bdff 60%, #5433ff 100%);--bg-light:#f0f9fa;--text-main:#1d1d1f;--text-sec:#6e7e85;--transition-speed:.8s;--ease-ios:cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:before,:after{box-sizing:border-box}html,body{width:100%;min-height:100%}#root{justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex}body{background:#e0eaeb;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;overflow-x:hidden}.app-container{background:#fff;flex-direction:column;width:100%;height:100dvh;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001a}.fluid-bg{z-index:1;filter:blur(80px);pointer-events:none;opacity:.5;width:100%;height:100%;transition:height var(--transition-speed) var(--ease-ios);position:absolute;top:0;left:0}.blob{border-radius:50%;animation:20s ease-in-out infinite alternate blobMove;position:absolute}.blob-1{background:#b2fefa;width:300px;height:300px;animation-duration:25s;top:-50px;left:-50px}.blob-2{background:#90e0ef;width:400px;height:400px;animation-delay:-5s;bottom:-100px;right:-100px}.blob-3{background:#a5fecb;width:250px;height:250px;animation-duration:18s;animation-delay:-2s;top:40%;left:30%}@keyframes blobMove{0%{transform:translate(0)rotate(0)scale(1)}to{transform:translate(100px,50px)rotate(180deg)scale(1.2)}}.landing-screen{z-index:400;width:100%;height:100%;transition:transform var(--transition-speed) var(--ease-ios), opacity var(--transition-speed) var(--ease-ios);flex-direction:column;align-items:center;display:flex;position:absolute;top:0;left:0}.landing-screen.exit{opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-100%)}.landing-header{text-align:left;z-index:10;width:100%;margin-top:72px;padding:0 28px}.landing-header h1{letter-spacing:-1px;color:#111;margin-bottom:12px;font-size:52px;font-weight:700;line-height:1}.landing-header h2{color:#111;margin-bottom:14px;font-size:28px;font-weight:700;line-height:1.25}.landing-header p{color:#8e9ba1;max-width:320px;font-size:15px;font-weight:400;line-height:1.8}.core-container{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.smart-sphere{background:var(--color-idle);z-index:5;border-radius:50%;justify-content:center;align-items:center;width:180px;height:180px;transition:background .6s,transform .6s;animation:4s ease-in-out infinite coreBreathe;display:flex;position:relative;box-shadow:0 20px 50px #00b4d833}.sphere-eyes{gap:24px;transition:all .3s;display:flex;transform:translateY(-5px)}.sphere-eye{clip-path:polygon(50% 0%,0% 100%,25% 100%,50% 40%,75% 100%,100% 100%);filter:drop-shadow(0 0 5px #fff);opacity:.9;background:#fff;width:24px;height:18px;transition:all .3s}.eye-blink .sphere-eye{clip-path:ellipse(50% 10%)!important}.sphere-jump{animation:sphereJump .8s var(--ease-ios)!important}@keyframes coreBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes sphereJump{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.float-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:6;color:#0077b6;white-space:nowrap;background:#ffffffb3;border:1px solid #fff6;border-radius:22px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;animation:4s ease-in-out infinite floatAni;display:flex;position:absolute;box-shadow:0 4px 15px #0000000d}.tag-icon{opacity:.95;color:#5696e6e6;filter:drop-shadow(0 0 8px #ffffff73)drop-shadow(0 3px 8px #4facfe1f);flex-shrink:0;width:18px;height:18px}@keyframes floatAni{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.landing-footer{z-index:10;width:100%;padding:40px 20px}.guide-input{color:var(--text-sec);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#fffc;border:1px solid #ffffff80;border-radius:30px;justify-content:space-between;align-items:center;padding:15px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.guide-input:before{content:"";opacity:1;z-index:-2;background:conic-gradient(#0000,#00f2fe,#4facfe,#0000 30%);width:200%;height:200%;animation:4s linear infinite rotateBeam;position:absolute;top:-50%;left:-50%}.guide-input:after{content:"";z-index:-1;background:#fffffff2;border-radius:29px;position:absolute;inset:1px}@keyframes rotateBeam{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-screen{opacity:0;pointer-events:none;width:100%;height:100%;transition:transform var(--transition-speed) var(--ease-ios), opacity var(--transition-speed) var(--ease-ios);z-index:500;background:linear-gradient(#ffffff24 0%,#ffffff0a 100%);flex-direction:column;display:flex;position:absolute;top:0;left:0;transform:translateY(30px)}.chat-screen.enter{opacity:1;pointer-events:auto;transform:translateY(0)}.chat-header{padding:calc(16px + env(safe-area-inset-top,0px)) 20px 16px;-webkit-backdrop-filter:blur(22px)saturate(140%);z-index:100;background:#ffffff38;border-bottom:1px solid #ffffff47;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;box-shadow:0 10px 30px #00789614}.header-title{cursor:pointer;color:#0077b6;align-items:center;gap:6px;font-size:16px;font-weight:600;display:flex}.status-dot{background:#4facfe;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #4facfe}.header-actions{align-items:center;gap:8px;display:flex}.header-btn{color:#0077b6;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border:1px solid #00b4d833;border-radius:18px;align-items:center;gap:4px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.header-btn:hover{background:#00b4d81a;border-color:#00b4d866}.vh-section-mini{-webkit-backdrop-filter:blur(18px);background:linear-gradient(#ffffff1f 0%,#ffffff05 100%);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;height:22vh;display:flex;position:relative;overflow:hidden}.mini-sphere-wrap{transition:transform .4s;position:relative;transform:translate(-20px)scale(.9)}.mini-sphere-wrap:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#00b4d82e 0%,#00b4d805 55%,#0000 72%);border-radius:50%;transition:opacity .3s,transform .3s;position:absolute;inset:-12px;transform:scale(.9)}.state-text{-webkit-backdrop-filter:blur(12px);color:#4d6c76;letter-spacing:.2px;z-index:12;white-space:nowrap;background:#ffffff17;border:1px solid #ffffff38;border-radius:14px;min-height:22px;padding:6px 12px;font-size:13px;font-weight:600;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(96px,-92px);box-shadow:0 6px 18px #00000008}.state-text:after{content:"";-webkit-backdrop-filter:blur(12px);background:#ffffff17;border-bottom:1px solid #ffffff38;border-left:1px solid #ffffff38;width:10px;height:10px;position:absolute;top:50%;left:-6px;transform:translateY(-50%)rotate(45deg)}.chat-area{-webkit-backdrop-filter:blur(18px)saturate(130%);z-index:5;background:linear-gradient(#ffffff1a 0%,#f0f9fa38 36%,#ffffff29 100%);flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;position:relative;overflow-y:auto}.chat-area:before{content:"";pointer-events:none;background:linear-gradient(#ffffff14 0%,#00b4d808 48%,#ffffff0f 100%);position:absolute;inset:0}.message{z-index:1;word-break:break-word;border-radius:16px;max-width:85%;padding:12px 16px;font-size:15px;line-height:1.5;animation:.3s slideUp;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-msg{-webkit-backdrop-filter:blur(14px);color:#333;background:#ffffffb8;border:1px solid #ffffff8c;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 8px 20px #0f172a0f}.ai-msg.guide-message{width:100%;max-width:100%;padding:16px}.user-msg{-webkit-backdrop-filter:blur(14px);color:#fff;background:#00b4d8e0;border:1px solid #ffffff2e;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 10px 24px #00b4d82e}.msg-status{color:#8e9ba1;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.msg-status-spinner{border:2px solid #00b4d833;border-top-color:var(--primary-blue);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.msg-error{color:#ef4444;margin-top:8px;font-size:14px}.guide-cards-container{flex-direction:column;align-items:stretch;gap:8px;width:100%;margin-top:12px;animation:.5s .3s backwards fadeIn;display:flex}.followup-guide-container{margin-top:14px;padding-top:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.guide-card{color:#334155;cursor:pointer;background:#ffffffbf;border:1px solid #ffffffe6;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:15px 16px;font-size:15px;transition:transform .2s,background .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000005}.guide-card:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 4px 16px #00b4d814}.guide-card:active{transform:scale(.98)}.card-text{flex:1;font-weight:500}.card-arrow{color:#94a3b8;opacity:.6;margin-left:10px;font-size:14px}.input-bar{padding:16px 20px calc(16px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(22px)saturate(140%);z-index:10;background:#ffffff38;border-top:1px solid #ffffff4d;flex-shrink:0;align-items:center;gap:12px;display:flex;position:relative;box-shadow:0 -10px 30px #0078960f}.input-wrap{-webkit-backdrop-filter:blur(12px);background:#fff9;border:1px solid #ffffff80;border-radius:22px;flex:1;align-items:center;padding:8px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.input-wrap:focus-within{border-color:#00b4d84d;box-shadow:0 0 0 3px #00b4d814}.input-wrap input{width:100%;height:28px;color:var(--text-main);background:0 0;border:none;outline:none;font-family:inherit;font-size:15px}.input-wrap input::placeholder{color:#7a8c93}.mic-btn{color:#00b4d8;cursor:pointer;background:#ffffffd9;border:2px solid #00b4d833;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.mic-btn:hover{background:#00b4d814;border-color:#00b4d866}.mic-btn.recording{color:#fff;background:#ef4444;border-color:#ef4444;animation:1.6s infinite micPulse;box-shadow:0 0 #ef444466}.mic-btn.connecting{opacity:.5;cursor:wait}.mic-btn:disabled{opacity:.4;cursor:not-allowed}@keyframes micPulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 12px #ef444400}to{box-shadow:0 0 #ef444400}}.send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b4d8 0%,#33d6f2 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;position:relative;box-shadow:0 10px 24px #00b4d838}.send-btn:hover{transform:scale(1.05)}.send-btn:active{transform:scale(.96)}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.num-highlight{color:var(--primary-blue);font-weight:600}.data-visual-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #00b4d81a;border-radius:16px;margin-top:12px;padding:16px;box-shadow:0 4px 15px #00000008}.state-idle .sphere-eye{filter:drop-shadow(0 0 5px #fff);width:24px;height:18px;transform:translateY(0)}.state-idle .state-text{color:#4d6c76;background:#ffffff4d;border-color:#ffffff59}.state-thinking .smart-sphere{background:var(--color-thinking);animation:.8s infinite alternate coreBreathe;box-shadow:0 20px 70px #5433ff38}.state-thinking .sphere-eye{clip-path:inset(0 round 999px);width:28px;height:8px}.state-thinking .sphere-eye:first-child{transform:rotate(-18deg)translateY(-1px)}.state-thinking .sphere-eye:last-child{transform:rotate(18deg)translateY(-1px)}.state-thinking .mini-sphere-wrap{animation:1.4s linear infinite thinkingOrbit}.state-thinking .mini-sphere-wrap:after{opacity:1;background:radial-gradient(circle,#5433ff29 0%,#5433ff05 55%,#0000 72%);transform:scale(1.12)}.state-thinking .state-text{color:#5c4dcc;background:#5433ff1a;border-color:#5433ff29}.state-speaking .smart-sphere{background:var(--color-speaking);transform:scale(1.06)}.state-speaking .sphere-eye{clip-path:polygon(50% 0%,0% 100%,30% 100%,50% 48%,70% 100%,100% 100%);width:26px;height:20px;transform:translateY(-1px)}.state-speaking .mini-sphere-wrap{animation:.9s ease-in-out infinite speakingBounce}.state-speaking .mini-sphere-wrap:after{opacity:.9;transform:scale(1.02)}.state-speaking .state-text{color:#0a8f96;background:#66ffd124;border-color:#66ffd133}.state-listening .smart-sphere{background:var(--color-listening);transform:scale(1.12);box-shadow:0 20px 60px #00d4ff57}.state-listening .sphere-eye{clip-path:circle(50%);filter:drop-shadow(0 0 8px #ffffffe6);width:18px;height:18px}.state-listening .mini-sphere-wrap{animation:1s ease-in-out infinite listeningWave}.state-listening .mini-sphere-wrap:after{opacity:1;transform:scale(1.08)}.state-listening .state-text{color:#008db3;background:#00b4d81f;border-color:#00b4d82e}@keyframes thinkingOrbit{0%{transform:translate(-20px)scale(.9)rotate(0)}50%{transform:translate(-20px)scale(.9)rotate(180deg)scale(1.05)}to{transform:translate(-20px)scale(.9)rotate(360deg)}}@keyframes speakingBounce{0%,to{transform:translate(-20px)scale(.94)translateY(0)}50%{transform:translate(-20px)scale(1.02)translateY(-6px)}}@keyframes listeningWave{0%,to{transform:translate(-20px)scale(.92)}50%{transform:translate(-20px)scale(1.02)}}.data-visual-card{background:#fff;border-radius:16px;margin-bottom:12px;padding:20px;overflow:hidden;box-shadow:0 2px 12px #00b4d80f}.data-visual-card .ant-table{background:0 0!important}.data-visual-card .ant-table-wrapper{margin-bottom:0}.data-visual-card .ant-table-thead>tr>th{color:#475569;font-size:14px;font-weight:600;background:#00b4d80f!important;border-bottom:2px solid #00b4d81a!important;padding:14px 20px!important}.data-visual-card .ant-table-tbody>tr>td{color:#334155;font-size:14px;border-bottom:1px solid #f1f5f9!important;padding:14px 20px!important}.data-visual-card .ant-table-tbody>tr:nth-child(2n)>td{background:#fafcfd!important}.data-visual-card .ant-table-tbody>tr:hover>td{transition:background .2s;background:#00b4d808!important}.data-visual-card .ant-table-cell{padding:14px 20px!important}.num-highlight{color:#00b4d8;font-size:1.1em;font-weight:700}.trend-up{color:#10b981;font-weight:600}.trend-up:before{content:"↑ "}.trend-down{color:#ef4444;font-weight:600}.trend-down:before{content:"↓ "}.tag-status{border-radius:6px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.insight-text{color:#334155;font-size:15px;line-height:1.8}.insight-text .num-highlight{color:#00b4d8;font-size:1.05em;font-weight:700}.insight-text strong{color:#1d1d1f;font-weight:600}.chart-container{background:#fff;border-radius:12px;margin-top:12px;padding:16px;box-shadow:0 2px 8px #00b4d80a}.chart-container canvas{width:100%!important;height:auto!important}::-webkit-scrollbar{display:none}@media (width>=768px){body{padding:40px}.app-container{border-radius:24px;max-width:1200px;height:90vh;min-height:700px}.landing-screen{flex-direction:row;align-items:center;padding:40px 5%}.landing-header{flex:1;margin-top:0;padding-right:40px}.landing-header h1{font-size:min(80px,8vw)}.landing-header h2{font-size:min(36px,4vw)}.landing-header p{max-width:500px;font-size:18px}.core-container{flex:1;height:100%;min-height:500px}.smart-sphere{width:260px;height:260px}.float-tag{padding:12px 24px;font-size:16px}.landing-footer{width:50%;padding:0;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.chat-header{padding:24px 15%}.chat-area{padding:30px 15%}.input-bar{padding:24px 15%}.message{max-width:75%;font-size:16px}.vh-section-mini{height:15vh}.mini-sphere-wrap{transform:translate(-20px)scale(.42)}.state-text{transform:translate(84px,-80px)}.guide-cards-container{flex-flow:wrap;gap:12px}.guide-card{flex:calc(50% - 12px);min-width:280px}.followup-guide-container .guide-card{flex:100%}}@media (width<=767px){body{background:#fff;align-items:stretch;overflow-x:hidden}.app-container{box-shadow:none;max-width:100%;height:100dvh;padding-top:env(safe-area-inset-top,0px);border-radius:0;overflow-x:hidden}.landing-screen{transition:opacity .3s;overflow:hidden}.landing-screen.exit{transform:none}.chat-screen{transition:opacity .3s;transform:none}.chat-screen.enter{transform:none}.float-tag{animation:none}.landing-header{margin-top:10vh;padding:0 24px}.landing-header h1{font-size:48px}.landing-header h2{font-size:24px}.landing-header p{font-size:15px}.smart-sphere{width:160px;height:160px}.float-tag{white-space:normal;max-width:45%;padding:8px 14px;font-size:12px;line-height:1.35}.core-container{overflow:hidden}.landing-footer{padding:0 20px 40px}.vh-section-mini{height:12vh}.mini-sphere-wrap{transform:translate(-16px)scale(.55)}.state-text{padding:4px 10px;font-size:12px;transform:translate(72px,-68px)}.chat-area{padding:16px}.input-bar{padding:12px 12px calc(12px + env(safe-area-inset-bottom,0px))}.message{max-width:92%}.chart-body{height:auto;min-height:110px}.data-visual-card{border-radius:12px;margin-top:8px;padding:10px}.data-visual-card .ant-table-cell{padding:10px 12px!important}.data-visual-card .ant-table-thead>tr>th,.data-visual-card .ant-table-tbody>tr>td{font-size:13px;padding:10px 12px!important}.chart-container{margin-top:8px;padding:10px}}:root{--report-primary:#00b4d8;--report-accent:#66ffd1;--report-bg:linear-gradient(180deg, #e0eaeb 0%, #f6fbfc 35%, #eef7f8 100%);--report-surface:#ffffffc7;--report-surface-strong:#ffffffe0;--report-border:#00b4d826;--report-border-soft:#00b4d81f;--report-shadow:0 10px 40px #0000000f;--report-card-shadow:0 4px 15px #00000005;--report-text-main:#1e293b;--report-text-body:#334155;--report-text-muted:#6e7e85;--report-text-soft:#94a3b8;--report-success:#10b981;--report-danger:#ef4444}.report-page{background:var(--report-bg);min-height:100vh;overflow-x:hidden}.report-page__header{z-index:10;min-height:72px;padding:12px 24px;padding-top:max(12px, env(safe-area-inset-top,12px));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:16px;display:flex;position:sticky;top:0;height:auto!important;line-height:normal!important}.report-page__back{flex:none}.report-page__hero{flex-direction:column;gap:4px;margin-right:auto;display:flex}.report-page__title{margin:0!important}.report-page__subtitle{color:var(--report-text-muted)}.report-page__controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.report-page__picker{width:160px}.report-page__picker--month{width:140px}.report-page__picker--range{width:280px}.report-page__submode{flex:none}.report-page__range-hint{color:var(--report-text-muted);margin-top:10px;font-size:13px}.report-page__period-tag{border-radius:999px;padding:4px 12px;font-size:13px;margin-inline-end:0!important}.report-page__content{box-sizing:border-box;width:100%;min-width:0;max-width:1240px;margin:0 auto;padding:24px}.report-page__content>*,.report-page__panel,.report-page__panel>*,.report-page__section,.report-page__section .ant-row,.report-page__section .ant-col{min-width:0}.report-page__section .ant-col{max-width:100%}.report-page__section .ant-picker,.report-page__section .ant-segmented,.report-page__controls>*{min-width:0;max-width:100%}.report-page__chart,.report-trend-chart,.report-trend-chart .ant-card-body,.report-trend-chart__canvas,.report-trend-chart__canvas>div,.report-trend-chart__canvas canvas{max-width:100%}.report-trend-chart__canvas,.report-trend-chart .ant-card-body{overflow:visible}.report-insight,.report-insight .ant-card-body{min-width:0}.report-insight__markdown{overflow-wrap:anywhere}.report-insight__markdown>*{min-width:0}.report-insight__markdown table{display:block;overflow-x:auto}.report-insight__markdown img{max-width:100%}.report-page__period-tag{white-space:normal;max-width:100%}.report-page__controls{min-width:0}.report-page__controls .ant-picker,.report-page__controls .ant-segmented,.report-page__controls .ant-tag{max-width:100%}.report-page__hero{min-width:0}.report-page__subtitle{overflow-wrap:anywhere}.metric-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-width:0;height:100%;box-shadow:var(--report-card-shadow);border:1px solid var(--report-border)!important;background:var(--report-surface)!important;border-radius:16px!important}.metric-card .ant-card-body{flex-direction:column;min-width:0;display:flex}.metric-card__value{overflow-wrap:anywhere}.metric-card__change{max-width:100%}.metric-card__change-value{overflow-wrap:anywhere}.report-trend-chart .ant-card-head,.report-trend-chart .ant-card-head-wrapper,.report-trend-chart .ant-card-head-title{min-width:0}.report-trend-chart .echarts-for-react,.report-trend-chart .echarts-for-react>div,.report-trend-chart canvas{width:100%!important}.report-trend-chart__title{min-width:0;color:var(--report-text-main);font-weight:600;display:block}.report-insight__title{min-width:0;color:var(--report-text-main);align-items:center;gap:8px;font-weight:600;display:inline-flex}.report-page__panel,.report-page__state{border:1px solid var(--report-border-soft);background:#ffffffb8;border-radius:20px}.report-page__panel{box-shadow:var(--report-shadow);padding:24px}.report-page__state{text-align:center;padding:80px 24px}.report-page__error{margin-bottom:16px}.report-page__overview{border:1px solid var(--report-border);background:linear-gradient(135deg,#00b4d81a,#66ffd11a);border-radius:16px;margin-bottom:24px;padding:20px}.report-page__overview-title{margin:0 0 8px!important}.report-page__overview-text{color:#475569;line-height:1.8}.report-page__section{background:#ffffff80;border:1px solid #e2e8f0e6;border-radius:18px;margin-bottom:24px;padding:22px}.report-page__section:last-of-type{margin-bottom:0}.report-page__section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.report-page__section-title{margin:0!important}.report-page__section-line{background:linear-gradient(90deg,#00b4d833,#00b4d800);flex:1;height:1px}.report-page__metrics{margin-bottom:18px}.report-page__chart{margin-top:18px}.metric-card__label{color:var(--report-text-muted);margin-bottom:10px;font-size:13px}.metric-card__info-icon{color:var(--report-text-soft);cursor:help;vertical-align:middle;margin-left:6px;font-size:13px;transition:color .2s}.metric-card__info-icon:hover{color:var(--report-primary)}.metric-card__value{color:var(--report-primary);letter-spacing:.3px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:28px;font-weight:700;line-height:1.2}.metric-card__changes{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.metric-card__change{min-height:28px;color:var(--report-text-soft);background:#94a3b81f;border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.metric-card__change--up{color:var(--report-success);background:#10b9811a;border-color:#10b9812e}.metric-card__change--down{color:var(--report-danger);background:#ef44441a;border-color:#ef44442e}.metric-card__change--neutral{color:var(--report-text-soft);background:#94a3b81f;border-color:#94a3b829}.metric-card__change-label{color:currentColor}.metric-card__change-value{font-weight:700}.report-trend-chart{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--report-card-shadow);border:1px solid var(--report-border)!important;background:var(--report-surface)!important;border-radius:16px!important}.report-trend-chart__title{color:var(--report-text-main);font-weight:600}.report-trend-chart__canvas{width:100%}.report-insight{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--report-card-shadow);margin-top:24px;border:1px solid var(--report-border)!important;background:var(--report-surface)!important;border-radius:16px!important}.report-insight__title{color:var(--report-text-main);align-items:center;gap:8px;font-weight:600;display:inline-flex}.report-insight__title-icon{color:var(--report-primary)}.report-insight__loading{padding:4px 0 12px}.report-insight__status-card{background:linear-gradient(135deg,#00b4d80d,#66ffd10f);border:1px solid #00b4d81f;border-radius:14px;padding:14px 16px}.report-insight__status-header{color:var(--report-text-main);align-items:center;gap:10px;margin-bottom:12px;font-weight:600;display:flex}.report-insight__status-dot{background:var(--report-primary);border-radius:50%;width:10px;height:10px;animation:1.8s ease-in-out infinite report-insight-pulse;box-shadow:0 0 0 6px #00b4d81f}.report-insight__status-text{flex:1;min-width:0}.report-insight__steps{gap:10px;display:grid}.report-insight__step{min-width:0;color:var(--report-text-muted);align-items:center;gap:10px;transition:color .2s,transform .2s;display:flex}.report-insight__step--active{color:var(--report-text-main);transform:translate(2px)}.report-insight__step--done{color:var(--report-success)}.report-insight__step-marker{background:#ffffffb8;border:1px solid #94a3b840;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:inline-flex}.report-insight__step--active .report-insight__step-marker{color:var(--report-primary);background:#00b4d814;border-color:#00b4d83d}.report-insight__step--done .report-insight__step-marker{background:#10b9811a;border-color:#10b9813d}.report-insight__step-label{overflow-wrap:anywhere;min-width:0}.report-insight__error{margin-bottom:16px}@keyframes report-insight-pulse{50%{box-shadow:0 0 0 10px #00b4d80a}}.report-insight__cursor{color:var(--report-primary);animation:1s step-end infinite report-insight-blink}.report-insight__markdown{color:var(--report-text-body);font-size:15px;line-height:1.8}.report-insight__markdown h1{color:#0f172a;margin:0 0 16px;font-size:24px;font-weight:600}.report-insight__markdown h2{color:var(--report-text-main);border-bottom:1px solid #e2e8f0;margin:28px 0 16px;padding-bottom:12px;font-size:18px;font-weight:600;position:relative}.report-insight__markdown h2:after{content:"";background:var(--report-primary);width:30px;height:2px;position:absolute;bottom:-1px;left:0}.report-insight__markdown h3{color:var(--report-text-body);align-items:center;margin:24px 0 12px;font-size:16px;font-weight:600;display:flex}.report-insight__markdown h3:before{content:"";background:var(--report-accent);border-radius:50%;width:6px;height:6px;margin-right:10px;display:inline-block}.report-insight__markdown p,.report-insight__markdown hr,.report-insight__markdown table,.report-insight__markdown pre,.report-insight__markdown blockquote,.report-insight__markdown ul,.report-insight__markdown ol{margin-bottom:16px}.report-insight__markdown ul,.report-insight__markdown ol{border:1px solid var(--report-border);background:#00b4d805;border-radius:12px;padding:16px 16px 16px 40px}.report-insight__markdown li{margin-bottom:10px}.report-insight__markdown li:last-child{margin-bottom:0}.report-insight__markdown li::marker{color:var(--report-primary);font-weight:700}.report-insight__markdown strong{color:#1d1d1f;font-weight:600}.report-insight__markdown blockquote{border-left:4px solid var(--report-primary);color:#475569;background:#f0f9fa;border-radius:0 8px 8px 0;padding:16px 20px;font-style:italic}.report-insight__markdown code{color:#0284c7;background:#00b4d814;border:1px solid #00b4d81a;border-radius:6px;padding:4px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em}.report-insight__markdown pre{color:#e2e8f0;background:#0f172a;border-radius:12px;padding:16px;overflow-x:auto}.report-insight__markdown pre code{color:inherit;background:0 0;border:none;padding:0}.report-insight__markdown table{border-spacing:0;border-collapse:separate;background:#fff;border:1px solid #00b4d81a;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 2px 12px #00b4d80f}.report-insight__markdown thead th{color:#475569;text-align:left;background:#00b4d80f;border-bottom:2px solid #00b4d81a;padding:14px 20px;font-size:14px;font-weight:600}.report-insight__markdown tbody td{color:var(--report-text-body);border-bottom:1px solid #f1f5f9;padding:14px 20px;font-size:14px}.report-insight__markdown tbody tr:nth-child(2n) td{background:#fafcfd}.report-insight__markdown tbody tr:hover td{background:#00b4d808;transition:background .2s}@keyframes report-insight-blink{50%{opacity:0}}@media (width<=767px){.report-page{max-width:100vw;overflow-x:hidden}.report-page__header{align-items:flex-start;gap:10px;padding:12px 16px}.report-page__back{flex:none;width:auto}.report-page__hero{flex:1;width:auto;margin-right:0}.report-page__controls{grid-template-columns:1fr;align-items:stretch;gap:8px;width:100%;display:grid}.report-page__controls .ant-segmented,.report-page__controls .ant-segmented-group,.report-page__controls .ant-picker,.report-page__controls .ant-tag{width:100%}.report-page__controls .ant-tag{box-sizing:border-box}.report-page__content{padding:16px}.report-page__panel,.report-page__state,.report-page__section{padding:18px}.report-page__section-header{align-items:flex-start}.report-page__section-line{display:none}.report-page__picker,.report-page__picker--month{width:100%}.metric-card__value{font-size:20px}.metric-card .ant-card-body{padding:14px!important}.metric-card__label{margin-bottom:6px;font-size:12px}.metric-card__changes{flex-flow:wrap;align-items:flex-start;gap:6px;margin-top:10px}.metric-card__change{justify-content:center;width:auto;padding:3px 8px;font-size:11px}.report-trend-chart .ant-card-head{padding:0 16px}.report-trend-chart .ant-card-body{padding-left:12px!important;padding-right:12px!important}.report-trend-chart__canvas{min-height:220px}.report-insight__markdown{font-size:14px}.report-insight__markdown table{display:block;overflow-x:auto}}@media (width<=479px){.report-page__header{gap:8px;padding:8px 12px}.report-page__content{padding:12px}.report-page__panel,.report-page__state,.report-page__section,.report-page__overview{border-radius:14px;padding:14px}.report-page__title{font-size:16px!important}.report-page__subtitle{display:none}.report-page__period-tag{padding:4px 8px;font-size:11px}.report-trend-chart .ant-card-head{min-height:44px;padding:0 12px}.report-trend-chart .ant-card-head-title{white-space:normal}.report-trend-chart .ant-card-body{padding-left:8px!important;padding-right:8px!important}}
