.stock-lab-progress{padding:20px;background:#f9f9f9;border-radius:8px}.progress-errors{margin-bottom:20px;padding:15px;background:#fff5f5;border:2px solid #ff4444;border-radius:6px}.progress-error-item{display:flex;align-items:center;gap:8px;padding:8px 0;color:#d32f2f;font-size:14px}.progress-error-item .error-icon{font-size:16px;flex-shrink:0}.progress-error-item .error-text{flex:1;font-weight:500}.progress-bar-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000000d}.progress-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.progress-stage{font-size:16px;font-weight:600;color:#333}.progress-percentage{font-size:18px;font-weight:700;color:#2196f3}.progress-bar{width:100%;height:24px;background:#e0e0e0;border-radius:12px;overflow:hidden;margin-bottom:12px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#2196f3,#1976d2);transition:width .5s ease;border-radius:12px}.progress-bar-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Courier New,monospace}.progress-ascii{font-size:14px;color:#666;letter-spacing:1px}.progress-count{font-size:14px;font-weight:600;color:#333}.progress-message{font-size:14px;color:#666;margin-bottom:12px;padding:8px 12px;background:#f5f5f5;border-radius:4px;border-left:3px solid #2196F3}.progress-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #eee}.progress-time{font-size:12px;color:#999}.progress-complete{font-size:14px;font-weight:600;color:#4caf50}@media (max-width: 768px){.progress-bar-text{flex-direction:column;align-items:flex-start;gap:4px}.progress-footer{flex-direction:column;align-items:flex-start;gap:8px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f5f5f5;color:#1f2937;line-height:1.6;min-height:100vh}.app{max-width:960px;margin:0 auto;padding:24px 16px 80px}.header{text-align:center;padding:32px 0 20px}.header h1{font-size:28px;font-weight:700;color:#111827;letter-spacing:-.5px}.subtitle{color:#6b7280;margin-top:6px;font-size:14px}.main-tabs{display:flex;gap:4px;justify-content:center;margin-top:18px;background:#f3f4f6;padding:4px;border-radius:12px;display:inline-flex}.main-tab{padding:10px 28px;border:none;background:transparent;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;border-radius:9px;transition:all .2s;white-space:nowrap}.main-tab.active{background:#fff;color:#3b82f6;font-weight:600;box-shadow:0 1px 3px #0000001a}.search-bar{display:flex;gap:10px;justify-content:center;margin:0 auto 12px;max-width:480px}.code-input{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:16px;outline:none;transition:border-color .2s}.code-input:focus{border-color:#3b82f6}.analyze-btn{padding:12px 28px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.analyze-btn:hover:not(:disabled){background:#2563eb}.analyze-btn:disabled{background:#93c5fd;cursor:not-allowed}.position-toggle-row{text-align:center;margin-bottom:14px}.position-toggle{background:none;border:1px dashed #d1d5db;padding:6px 20px;border-radius:8px;color:#6b7280;font-size:13px;cursor:pointer}.position-toggle:hover{border-color:#3b82f6;color:#3b82f6}.position-form h3{font-size:15px;font-weight:600;margin-bottom:12px;color:#374151}.position-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}@media (max-width: 640px){.position-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:4px}.form-label{font-size:12px;color:#6b7280}.form-input{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s}.form-input:focus{border-color:#3b82f6}.form-select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;background:#fff}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#374151;cursor:pointer}.error-banner{display:flex;align-items:flex-start;gap:10px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px;max-width:640px;margin-left:auto;margin-right:auto}.error-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#dc2626;color:#fff;font-weight:700;font-size:13px;flex-shrink:0}.loading-area{text-align:center;padding:48px 16px}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.loading-hint{color:#9ca3af;font-size:13px;margin-top:6px}.empty-state{text-align:center;padding:56px 16px;color:#9ca3af}.empty-hint{font-size:13px;margin-top:6px}.results{display:flex;flex-direction:column;gap:14px}.card{background:#fff;border-radius:12px;padding:18px 22px;box-shadow:0 1px 3px #0000000f;border:1px solid #f3f4f6}.fund-header{margin-bottom:12px}.fund-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.fund-title-row h2{font-size:20px;font-weight:700}.fund-code-badge{background:#eff6ff;color:#3b82f6;padding:3px 10px;border-radius:6px;font-size:13px;font-weight:600;font-family:SF Mono,Consolas,monospace}.fund-meta{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.meta-tag{background:#f9fafb;border:1px solid #e5e7eb;padding:4px 12px;border-radius:6px;font-size:13px;color:#4b5563}.risk-gauge-row{margin-bottom:14px}.risk-gauge{display:flex;flex-direction:column;gap:4px}.risk-gauge-bar-bg{height:10px;background:#e5e7eb;border-radius:5px;overflow:hidden}.risk-gauge-bar{height:100%;border-radius:5px;transition:width .3s,background-color .3s}.risk-gauge-label{display:flex;align-items:baseline;gap:8px;font-size:14px}.risk-score-num{font-size:24px;font-weight:700}.risk-level-text{font-size:16px;font-weight:600}.risk-personal-note{font-size:12px;color:#9ca3af}.conclusion-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.conclusion-label{font-size:14px;color:#6b7280}.conclusion-value{font-size:22px;font-weight:700}.confidence{font-size:13px;color:#9ca3af;margin-left:auto}.note-text{margin-top:8px;font-size:13px;color:#f59e0b}.period-tabs{display:flex;gap:4px;margin-bottom:12px;border-bottom:2px solid #f3f4f6}.period-tab{padding:8px 24px;border:none;background:none;font-size:15px;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s;font-weight:500}.period-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.period-tab:hover:not(.active){color:#374151}.period-content{min-height:80px}.period-summary{margin-top:10px;font-size:14px;color:#4b5563;line-height:1.7}.period-range-text{font-size:12px;color:#9ca3af;margin-top:6px;font-style:italic}.acc-nav-note{font-size:12px;color:#6b7280;margin-top:4px}.nav-note{font-size:11px;color:#d1d5db;margin-top:6px;font-style:italic}.qdii-delay-notice{font-size:12px;color:#f59e0b;margin-top:6px;padding:6px 10px;background:#fffbeb;border-radius:6px;border:1px solid #fde68a}.estimate-notice{font-size:12px;color:#0f766e;margin-top:6px;padding:6px 10px;background:#ecfdf5;border-radius:6px;border:1px solid #99f6e4}.section-tabs{display:flex;gap:2px;margin-bottom:14px;border-bottom:2px solid #f3f4f6;overflow-x:auto;-webkit-overflow-scrolling:touch}.section-tab{padding:8px 14px;border:none;background:none;font-size:13px;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:all .15s;font-weight:500}.section-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.section-tab:hover:not(.active){color:#374151}.tab-body{min-height:120px}.tab-body h4{font-size:15px;font-weight:600;margin-bottom:8px;color:#374151}.metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.metric-cols-3{grid-template-columns:1fr 1fr 1fr}@media (max-width: 640px){.metric-cols-3{grid-template-columns:1fr 1fr}}.metric-item{background:#f9fafb;padding:10px 12px;border-radius:8px;display:flex;flex-direction:column;gap:4px}.metric-highlight{background:#eff6ff}.metric-label{font-size:12px;color:#9ca3af;text-transform:uppercase;letter-spacing:.3px}.metric-value{font-size:16px;font-weight:700;color:#1f2937;font-family:SF Mono,Consolas,monospace}.risk-scores-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.risk-score-bar-row{display:flex;align-items:center;gap:10px}.risk-score-bar-label{width:90px;font-size:13px;color:#6b7280;flex-shrink:0}.risk-score-bar-bg-sm{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.risk-score-bar-fill{height:100%;border-radius:4px;transition:width .3s}.risk-score-bar-num{width:32px;font-size:13px;font-weight:600;text-align:right;color:#374151}.risk-desc{font-size:14px;color:#4b5563;line-height:1.7;margin-bottom:10px}.risk-sub{margin-top:12px}.simple-list,.warn-list{list-style:none;display:flex;flex-direction:column;gap:4px}.simple-list li{font-size:13px;color:#6b7280;padding:4px 0 4px 12px;border-left:2px solid #e5e7eb}.warn-list li{font-size:13px;color:#991b1b;padding:4px 0 4px 12px;border-left:2px solid #ef4444}.position-box{margin-top:12px;padding:12px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px}.position-box h4{color:#92400e}.position-box p{font-size:14px;color:#78350f;line-height:1.7}.dca-tip{margin-top:6px;font-weight:600}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}@media (max-width: 640px){.profile-grid{grid-template-columns:1fr}}.profile-item{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f3f4f6}.profile-label{font-size:13px;color:#6b7280}.profile-value{font-size:13px;color:#1f2937;font-weight:500}.profile-value.unavailable{color:#d1d5db;font-style:italic}.data-quality{margin-top:8px;font-size:12px;color:#9ca3af}.macro-text{font-size:14px;color:#4b5563;margin-bottom:10px}.macro-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}@media (max-width: 640px){.macro-grid{grid-template-columns:1fr}}.macro-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px}.macro-name{font-size:13px;color:#6b7280;flex-shrink:0}.macro-val{font-size:14px;font-weight:600;color:#1f2937;font-family:SF Mono,Consolas,monospace}.macro-up{font-size:13px;color:#16a34a;font-weight:600}.macro-down{font-size:13px;color:#dc2626;font-weight:600}.macro-unavailable{color:#9ca3af;font-size:14px;font-style:italic}.conditions-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.conditions-grid-2{grid-template-columns:1fr}}.cond-title{font-size:15px!important;font-weight:600!important;margin-bottom:8px!important}.cond-title.buy{color:#16a34a!important}.cond-title.sell{color:#dc2626!important}.cond-list{list-style:none;display:flex;flex-direction:column;gap:6px}.cond-item{padding:8px 12px;border-radius:6px;font-size:14px}.buy-cond{background:#f0fdf4;color:#166534}.sell-cond{background:#fef2f2;color:#991b1b}.watch-cond{background:#eff6ff;color:#1e40af}.ds-card h4{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:8px}.ds-grid{display:flex;gap:10px;flex-wrap:wrap}.ds-item{padding:8px 14px;border-radius:8px;font-size:13px;display:flex;flex-direction:column;gap:2px;min-width:160px}.ds-ok{background:#f0fdf4;border:1px solid #bbf7d0}.ds-fail{background:#fef2f2;border:1px solid #fecaca}.ds-name{font-weight:600}.ds-ok .ds-name{color:#166534}.ds-fail .ds-name{color:#991b1b}.ds-status{font-size:12px}.ds-detail{font-size:11px;color:#9ca3af;word-break:break-all}.raw-section{text-align:center}.raw-toggle{background:none;border:1px solid #e5e7eb;padding:6px 16px;border-radius:6px;color:#6b7280;font-size:13px;cursor:pointer;transition:all .15s}.raw-toggle:hover{background:#f9fafb;color:#374151}.raw-card{margin-top:10px;background:#1e1e1e;border-color:#333}.raw-json{color:#d4d4d4;font-size:12px;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-all;font-family:SF Mono,Consolas,Courier New,monospace}.forecast-card h3.forecast-title{font-size:17px;font-weight:700;margin-bottom:4px;color:#1e40af}.forecast-hint{font-size:12px;color:#9ca3af;margin-bottom:14px;line-height:1.5}.forecast-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 640px){.forecast-grid-2{grid-template-columns:1fr}}.forecast-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width: 900px){.forecast-grid-3{grid-template-columns:1fr}}.forecast-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}@media (max-width: 640px){.forecast-grid-4{grid-template-columns:1fr}}.forecast-period{background:#f9fafb;border-radius:10px;padding:14px 16px}.forecast-period-title{font-size:14px;font-weight:700;color:#374151;margin-bottom:10px;border-bottom:1px solid #e5e7eb;padding-bottom:6px}.forecast-na{font-size:13px;color:#9ca3af;font-style:italic}.forecast-block{display:flex;flex-direction:column;gap:8px}.forecast-direction{font-size:15px;font-weight:700}.forecast-confidence{font-size:12px;color:#9ca3af;font-weight:400;margin-left:6px}.forecast-range{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.forecast-range span{font-size:12px;color:#6b7280}.forecast-range strong{font-size:13px;color:#111827;font-family:SF Mono,Consolas,monospace;white-space:nowrap}.prob-bars{display:flex;flex-direction:column;gap:5px}.prob-row{display:flex;align-items:center;gap:8px}.prob-label{width:30px;font-size:12px;font-weight:600;text-align:right;flex-shrink:0}.up-label{color:#16a34a}.sw-label{color:#6b7280}.dn-label{color:#dc2626}.prob-bar-bg{flex:1;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.prob-bar{height:100%;border-radius:6px;transition:width .4s}.up-bar{background:linear-gradient(90deg,#86efac,#16a34a)}.sw-bar{background:linear-gradient(90deg,#d1d5db,#6b7280)}.dn-bar{background:linear-gradient(90deg,#fca5a5,#dc2626)}.prob-val{width:36px;font-size:13px;font-weight:700;text-align:right;font-family:SF Mono,Consolas,monospace}.forecast-reasons{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.forecast-subtitle{font-size:12px;color:#6b7280;font-weight:600;margin-right:2px}.forecast-reason-tag{font-size:11px;background:#eff6ff;color:#3b82f6;padding:2px 8px;border-radius:4px}.forecast-triggers{margin-top:2px}.up-trigger-title{color:#16a34a}.dn-trigger-title{color:#dc2626}.trigger-list{list-style:none;display:flex;flex-direction:column;gap:3px;margin-top:4px}.trigger-item{font-size:12px;padding:4px 8px;border-radius:4px;line-height:1.4}.up-trigger{background:#f0fdf4;color:#166534;border-left:3px solid #16a34a}.dn-trigger{background:#fef2f2;color:#991b1b;border-left:3px solid #dc2626}.forecast-risk-hint{font-size:11px;color:#f59e0b;margin-top:6px;font-style:italic}.forecast-estimate-note{font-size:11px;color:#0f766e;background:#ecfdf5;border:1px solid #99f6e4;border-radius:4px;padding:5px 8px;line-height:1.4}.forecast-llm-summary{background:#f8fafc;border-radius:8px;padding:10px 14px}.forecast-llm-text{font-size:13px;color:#475569;line-height:1.6}.forecast-risk-notes{display:flex;flex-wrap:wrap;gap:6px}.forecast-risk-tag{font-size:11px;background:#fffbeb;color:#92400e;padding:3px 10px;border:1px solid #fde68a;border-radius:4px}.decision-card{border-left:3px solid #3b82f6}.decision-title{font-size:15px;font-weight:600;margin-bottom:4px;color:#374151}.decision-hint{font-size:12px;color:#9ca3af;margin-bottom:14px}.decision-main{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:14px 16px;margin-bottom:12px}.decision-action-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.decision-action-label{font-size:13px;font-weight:500;color:#6b7280}.decision-action-value{font-size:18px;font-weight:700;padding:4px 14px;border-radius:8px}.decision-action-batch_buy{background:#dcfce7;color:#16a34a}.decision-action-small_trial{background:#eff6ff;color:#2563eb}.decision-action-observe{background:#f3f4f6;color:#6b7280}.decision-action-hold{background:#fef9c3;color:#a16207}.decision-action-reduce,.decision-action-avoid{background:#fee2e2;color:#dc2626}.decision-confidence{font-size:12px;padding:2px 8px;border-radius:4px}.confidence-high{background:#dcfce7;color:#16a34a}.confidence-medium{background:#f3f4f6;color:#6b7280}.confidence-low{background:#fffbeb;color:#92400e}.decision-summary{font-size:14px;color:#374151;line-height:1.6;font-weight:500}.decision-buy-amount{font-size:14px;color:#2563eb;font-weight:600;margin-top:6px}.decision-position-hint{font-size:12px;color:#6b7280;margin-top:6px;font-style:italic}.decision-section{margin-bottom:10px}.decision-section-title{font-size:13px;font-weight:600;margin-bottom:4px}.decision-list{margin:0 0 0 16px;font-size:13px;color:#374151;line-height:1.6}.decision-list li{margin-bottom:2px}.decision-list-warn{color:#991b1b}.decision-list-buy{color:#166534}.decision-list-sell{color:#991b1b}.decision-list-invalid{color:#92400e}.decision-disclaimer{font-size:11px;color:#9ca3af;text-align:right;margin-top:8px;font-style:italic}.final-decision-card{border-left:6px solid #6366f1;background:linear-gradient(135deg,#f0f9ff,#fff);box-shadow:0 2px 8px #6366f11f}.final-decision-topline{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.final-decision-kicker{font-size:11px;font-weight:700;color:#6366f1;letter-spacing:0}.final-decision-headline{font-size:18px;font-weight:800;color:#111827;margin-bottom:0;letter-spacing:-.3px}.final-decision-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.final-decision-direction{font-size:14px;font-weight:600;padding:2px 10px;border-radius:6px;background:#f3f4f6}.final-decision-summary{font-size:14px;color:#374151;line-height:1.6;margin-bottom:10px}.final-decision-stats{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:10px;font-size:13px;color:#6b7280}.final-decision-stats strong{color:#1f2937;margin-left:4px;font-family:SF Mono,Consolas,monospace}.final-decision-list{margin:0 0 10px 16px;font-size:13px;color:#374151;line-height:1.6}.final-decision-list li{margin-bottom:2px}.final-decision-warning{margin-bottom:6px}.final-decision-warning p{font-size:12px;color:#92400e;line-height:1.5;margin-bottom:2px}.high-confidence-card{border-left:3px solid #9ca3af}.high-confidence-wait{border-left-color:#9ca3af;background:#f9fafb}.high-confidence-avoid{border-left-color:#dc2626;background:#fef2f2}.high-confidence-small_buy{border-left-color:#f59e0b;background:#fffbeb}.high-confidence-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px}.high-confidence-hint{font-size:12px;color:#9ca3af;margin-bottom:12px;line-height:1.5}.high-confidence-main{margin-bottom:12px}.high-confidence-action-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.high-confidence-action-label{font-size:14px;font-weight:600;color:#374151}.high-confidence-action-value{font-size:16px;font-weight:700;padding:3px 14px;border-radius:8px}.hc-action-wait{background:#e5e7eb;color:#6b7280}.hc-action-avoid{background:#fee2e2;color:#dc2626}.hc-action-small_buy{background:#fef3c7;color:#d97706}.high-confidence-stats{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:#6b7280}.high-confidence-stats strong{color:#1f2937;margin-left:4px;font-family:SF Mono,Consolas,monospace}.high-confidence-section{margin-top:10px}.high-confidence-section-title{font-size:13px;font-weight:700;margin-bottom:6px}.high-confidence-list{margin:0 0 10px 16px;font-size:13px;line-height:1.6}.hc-passed{color:#166534}.hc-blocked{color:#991b1b}.hc-controls{color:#92400e}.high-confidence-list li{margin-bottom:3px}.high-confidence-list li::marker{content:"• "}.hc-passed li::marker{color:#16a34a}.hc-blocked li::marker{color:#dc2626}.hc-controls li::marker{color:#f59e0b}.prediction-card{position:relative;overflow:hidden;border:1px solid rgba(148,163,184,.24);border-left:0;background:radial-gradient(circle at 100% 0%,rgba(20,184,166,.09),transparent 28%),linear-gradient(180deg,#fffffffa,#f8fafcf5)}.prediction-card:before{position:absolute;top:0;left:30px;right:30px;height:3px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,#0f766e,#22c55e,#38bdf8);content:""}.prediction-card-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px;padding-top:4px}.prediction-card-eyebrow,.prediction-period-kicker{display:block;color:#0f766e;font-size:10px;font-weight:850;letter-spacing:.14em}.prediction-title{margin:4px 0 0;color:#0f172a;font-size:21px;font-weight:850;letter-spacing:-.02em}.prediction-hint{max-width:720px;margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.6}.prediction-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 12px;max-width:330px;color:#64748b;font-size:10px}.prediction-legend span{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.prediction-legend-dot{display:inline-block;width:8px;height:8px;border-radius:999px}.prediction-legend-dot.point{background:#0f766e;box-shadow:0 0 0 3px #0f766e24}.prediction-legend-dot.range{width:13px;border-radius:3px;background:#0ea5e947;border:1px solid rgba(14,116,144,.42)}.prediction-legend-dot.midpoint{width:2px;border-radius:0;background:#94a3b8}.prediction-summary{margin-bottom:16px;padding:11px 14px;border:1px solid rgba(13,148,136,.18);border-radius:12px;background:#f0fdfac2;color:#334155;font-size:12px;line-height:1.6}.prediction-trained-banner{display:flex;flex-direction:column;gap:3px;margin-bottom:14px;padding:11px 14px;border:1px solid rgba(34,197,94,.28);border-radius:12px;background:linear-gradient(135deg,#f0fdf4eb,#ecfeffc7);color:#166534;font-size:11px;line-height:1.5}.prediction-trained-banner strong{color:#14532d;font-size:12px}.prediction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px}.prediction-period{position:relative;overflow:hidden;padding:18px;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:#ffffffe6;box-shadow:0 10px 28px #0f172a0e}.prediction-period:before{position:absolute;inset:0 auto 0 0;width:3px;background:#f59e0b;content:""}.prediction-period-supported:before{background:#0ea5e9}.prediction-period-strong:before{background:#22c55e}.prediction-period-weak{border-color:#f59e0b42}.prediction-period-strong{border-color:#22c55e59;background:linear-gradient(150deg,#f0fdf4f5,#fffffff5)}.prediction-period-empty{display:flex;min-height:116px;align-items:center;justify-content:space-between;gap:18px;border-style:dashed;box-shadow:none}.prediction-period-empty:before{background:#cbd5e1}.prediction-period-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.prediction-period-title{margin-top:3px;color:#0f172a;font-size:16px;font-weight:820}.prediction-period-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.prediction-direction-stack{display:flex;min-width:0;flex-direction:column;gap:3px}.prediction-direction{font-size:24px;font-weight:880;letter-spacing:-.03em}.prediction-direction-caption{overflow:hidden;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.prediction-direction-up{color:#15803d}.prediction-direction-down_or_flat{color:#b91c1c}.prediction-direction-uncertain{color:#475569}.prediction-prob-main{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;gap:1px}.prediction-prob-main span{color:#64748b;font-size:10px;font-weight:700}.prediction-prob-main strong{color:#0f766e;font-family:SF Mono,Consolas,monospace;font-size:29px;line-height:1}.prediction-prob-track{position:relative;height:16px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:linear-gradient(90deg,#fee2e2,#f8fafc,#dcfce7)}.prediction-prob-interval{position:absolute;z-index:1;top:2px;bottom:2px;min-width:3px;border:1px solid rgba(14,116,144,.48);border-radius:999px;background:#38bdf84d}.prediction-prob-interval.is-conclusive{border-color:#16a34a85;background:#22c55e47}.prediction-prob-midline{position:absolute;z-index:2;top:-4px;bottom:-4px;left:50%;width:1px;background:#4755699e}.prediction-prob-marker{position:absolute;z-index:3;top:50%;width:12px;height:12px;border:3px solid #fff;border-radius:999px;background:#0f766e;box-shadow:0 2px 8px #0f766e6b;transform:translate(-50%,-50%)}.prediction-prob-scale{display:flex;justify-content:space-between;margin-top:5px;color:#94a3b8;font-size:9px}.prediction-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:14px}.prediction-stat{display:flex;min-width:0;flex-direction:column;gap:3px;padding:8px 9px;border:1px solid rgba(226,232,240,.92);border-radius:9px;background:#f8fafcd1}.prediction-stat span{overflow:hidden;color:#94a3b8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.prediction-stat strong{overflow:hidden;color:#1e293b;font-family:SF Mono,Consolas,monospace;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.prediction-reliability{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:10px 11px;border:1px solid rgba(245,158,11,.24);border-radius:11px;background:#fffbebd1}.prediction-reliability-supported{border-color:#0ea5e93d;background:#f0f9ffdb}.prediction-reliability-strong{border-color:#22c55e40;background:#f0fdf4e0}.prediction-reliability-icon{display:inline-grid;width:22px;height:22px;flex:0 0 auto;place-items:center;border-radius:7px;background:#f59e0b;color:#fff;font-size:12px;font-weight:900}.prediction-reliability-supported .prediction-reliability-icon{background:#0ea5e9}.prediction-reliability-strong .prediction-reliability-icon{background:#22c55e}.prediction-reliability div{display:flex;min-width:0;flex-direction:column;gap:2px}.prediction-reliability strong{color:#334155;font-size:11px}.prediction-reliability div span{color:#64748b;font-size:10px;line-height:1.45}.prediction-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.prediction-no-edge,.prediction-high-win,.prediction-trained-wait,.prediction-model-chip{padding:3px 7px;border:1px solid rgba(148,163,184,.25);border-radius:999px;background:#f8fafcdb;color:#64748b;font-size:9px;font-weight:700}.prediction-no-edge{border-color:#f59e0b40;background:#fffbeb;color:#92400e}.prediction-high-win{border-color:#22c55e4d;background:#f0fdf4;color:#166534}.prediction-trained-wait{border-color:#0d948842;background:#f0fdfa;color:#0f766e}.prediction-details{margin-top:12px;border-top:1px solid rgba(226,232,240,.92)}.prediction-details summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 2px 0;color:#475569;cursor:pointer;font-size:10px;font-weight:760;list-style:none}.prediction-details summary::-webkit-details-marker{display:none}.prediction-details summary:after{width:18px;height:18px;flex:0 0 auto;border-radius:6px;background:#f1f5f9;color:#64748b;content:"+";display:grid;font-size:13px;place-items:center}.prediction-details[open] summary:after{content:"−"}.prediction-details summary small{margin-left:auto;color:#94a3b8;font-size:9px;font-weight:500}.prediction-detail-section{margin-top:14px}.prediction-detail-section h5{margin-bottom:7px;color:#334155;font-size:10px;letter-spacing:.04em}.prediction-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.prediction-edge-positive{color:#16a34a!important}.prediction-edge-negative{color:#dc2626!important}.prediction-edge-neutral{color:#6b7280!important}.prediction-reasons{margin:12px 0 0 18px;color:#64748b;font-size:10px;line-height:1.55}.prediction-rule-text{margin-top:9px;padding:8px 10px;border:1px solid rgba(13,148,136,.18);border-radius:9px;background:#f0fdfab3;color:#0f766e;font-size:10px;line-height:1.45}.prediction-warning{margin-top:9px;color:#92400e;font-size:10px;line-height:1.5}.prediction-disclaimer{margin-top:14px;color:#94a3b8;font-size:10px;font-style:normal;text-align:right}.disclaimer{text-align:center;padding:16px;margin-top:8px}.disclaimer p{font-size:12px;color:#9ca3af;line-height:1.6}.footer{text-align:center;padding:32px 16px;margin-top:24px;border-top:1px solid #e5e7eb}.footer p{font-size:12px;color:#d1d5db}.my-funds-toggle-row{text-align:center;margin-bottom:10px}.my-funds-toggle{background:none;border:1px dashed #d1d5db;padding:6px 20px;border-radius:8px;color:#6b7280;font-size:14px;cursor:pointer;font-weight:500}.my-funds-toggle:hover{border-color:#3b82f6;color:#3b82f6}.my-funds-section{margin-bottom:14px}.my-funds-section h3{font-size:15px;font-weight:600;color:#374151}.my-funds-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.my-funds-refresh-btn{background:none;border:1px solid #e5e7eb;padding:4px 12px;border-radius:6px;font-size:12px;color:#6b7280;cursor:pointer}.my-funds-refresh-btn:hover{background:#f9fafb;color:#374151}.add-fund-row{display:flex;gap:8px;margin-bottom:12px}.add-fund-input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;outline:none}.add-fund-input:focus{border-color:#3b82f6}.add-fund-btn{padding:8px 18px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.add-fund-btn:hover:not(:disabled){background:#2563eb}.add-fund-btn:disabled{background:#93c5fd;cursor:not-allowed}.add-fund-error{color:#dc2626;font-size:13px;margin-bottom:12px}.my-funds-empty{font-size:13px;color:#9ca3af;text-align:center;padding:16px 0}.my-funds-list{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.my-fund-row{border:1px solid #f3f4f6;border-radius:8px;overflow:hidden}.my-fund-row.editing{border-color:#bfdbfe;background:#f8fafc}.my-fund-row-main{display:flex;align-items:center;gap:10px;padding:8px 12px;flex-wrap:wrap}.my-fund-code{font-weight:700;font-size:14px;color:#3b82f6;font-family:SF Mono,Consolas,monospace;min-width:60px}.my-fund-note{font-size:13px;color:#6b7280;flex:1;min-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-fund-position-hint{font-size:11px;color:#9ca3af}.my-fund-row-actions{display:flex;gap:4px;margin-left:auto}.my-fund-edit-btn,.my-fund-del-btn{padding:3px 10px;border:1px solid #e5e7eb;border-radius:4px;font-size:12px;cursor:pointer;background:#fff}.my-fund-edit-btn{color:#3b82f6}.my-fund-edit-btn:hover{background:#eff6ff}.my-fund-edit-btn.editing-active{color:#f59e0b;border-color:#fcd34d;background:#fffbeb}.my-fund-edit-btn.editing-active:hover{background:#fef3c7}.my-fund-del-btn{color:#ef4444}.my-fund-del-btn:hover{background:#fef2f2}.my-fund-edit-form{border-top:1px solid #e5e7eb;padding:12px}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px}@media (max-width: 640px){.edit-form-grid{grid-template-columns:1fr}}.edit-form-group{display:flex;flex-direction:column;gap:4px}.edit-form-label{font-size:12px;color:#6b7280}.edit-form-input{padding:6px 10px;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;outline:none}.edit-form-input:focus{border-color:#3b82f6}.edit-form-select{padding:6px 10px;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;background:#fff}.edit-form-actions{display:flex;gap:8px;margin-top:12px;justify-content:flex-end}.edit-form-save-btn{padding:6px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.edit-form-save-btn:hover{background:#2563eb}.edit-form-cancel-btn{padding:6px 16px;background:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;cursor:pointer}.edit-form-cancel-btn:hover{background:#f9fafb}.batch-analyze-row{text-align:center;margin-bottom:8px}.batch-analyze-btn{padding:10px 32px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.batch-analyze-btn:hover:not(:disabled){background:#d97706}.batch-analyze-btn:disabled{background:#fcd34d;cursor:not-allowed}.batch-results{margin-top:14px}.batch-results-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px;border-bottom:2px solid #f3f4f6;padding-bottom:6px}.batch-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;margin-bottom:8px}.batch-card-error{background:#fef2f2;border-color:#fecaca}.batch-card-error-text{font-size:13px;color:#dc2626}.batch-card-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.batch-card-name{font-size:14px;font-weight:700;color:#1f2937}.batch-card-code{font-size:12px;color:#3b82f6;background:#eff6ff;padding:1px 8px;border-radius:4px;font-family:SF Mono,Consolas,monospace}.batch-card-nav{font-size:12px;color:#6b7280}.batch-card-pnl{font-size:13px;font-weight:600;padding:1px 8px;border-radius:4px}.pnl-positive{color:#16a34a;background:#f0fdf4}.pnl-negative{color:#dc2626;background:#fef2f2}.batch-card-body{display:flex;flex-direction:column;gap:6px}.batch-risk-row{display:flex;align-items:center;gap:8px}.batch-risk-label{font-size:12px;color:#6b7280;width:28px;flex-shrink:0}.batch-risk-bar-bg{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.batch-risk-bar{height:100%;border-radius:3px;transition:width .3s}.batch-risk-score{font-size:13px;font-weight:600;white-space:nowrap}.batch-insight-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.batch-action-bias{font-size:13px;font-weight:600}.batch-forecast-short{font-size:13px;color:#6b7280}.batch-prediction-short{font-size:12px;font-weight:600;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:2px 8px}.batch-decision-brief{margin-bottom:10px;padding:10px 12px;border-radius:8px;background:#eff6ff;border:1px solid #dbeafe}.batch-decision-brief-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.batch-decision-headline{font-size:14px;font-weight:700;color:#111827;line-height:1.4}.batch-decision-pill{font-size:11px;padding:2px 8px;border-radius:999px;white-space:nowrap}.batch-decision-reduce,.batch-decision-avoid{background:#fee2e2;color:#dc2626}.batch-decision-observe{background:#f3f4f6;color:#6b7280}.batch-decision-hold{background:#fef9c3;color:#a16207}.batch-decision-buy_watch{background:#dcfce7;color:#16a34a}.batch-decision-brief-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;font-size:12px;color:#6b7280}.batch-decision-why,.batch-decision-warning{margin-top:6px;font-size:12px;line-height:1.5}.batch-decision-warning{color:#92400e}.batch-validation-row{display:flex;align-items:center;gap:8px}.batch-quality{font-size:12px;font-weight:600}.batch-accuracy{font-size:11px;color:#9ca3af}.batch-risks-row{display:flex;gap:6px;flex-wrap:wrap}.batch-risk-tag{font-size:11px;background:#fffbeb;color:#92400e;padding:2px 8px;border:1px solid #fde68a;border-radius:4px}.portfolio-summary{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:14px 18px;margin-bottom:12px}.portfolio-summary-title{font-size:14px;font-weight:700;color:#0369a1;margin-bottom:10px;border-bottom:1px solid #bae6fd;padding-bottom:6px}.portfolio-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 12px}@media (max-width: 480px){.portfolio-summary-grid{grid-template-columns:1fr 1fr}}.portfolio-summary-item{display:flex;flex-direction:column;gap:2px}.portfolio-summary-label{font-size:11px;color:#6b7280}.portfolio-summary-value{font-size:15px;font-weight:700;color:#1f2937;font-family:SF Mono,Consolas,monospace}.portfolio-action-summary{margin-top:12px;padding-top:10px;border-top:1px solid #bae6fd}.portfolio-action-summary-label{display:block;font-size:12px;font-weight:700;color:#0369a1;margin-bottom:8px}.portfolio-action-pill-row{display:flex;flex-wrap:wrap;gap:6px}.portfolio-action-pill{font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid transparent;white-space:nowrap}.pill-reduce{background:#fee2e2;color:#dc2626;border-color:#fecaca}.pill-avoid{background:#fff1f2;color:#be123c;border-color:#fecdd3}.pill-observe{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.pill-hold{background:#fef9c3;color:#a16207;border-color:#fde68a}.pill-buy{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.pill-muted{opacity:.55}.portfolio-action-note{font-size:12px;color:#475569;margin-top:8px;line-height:1.5}.portfolio-warnings{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:14px 18px;margin-bottom:12px}.portfolio-warnings-title{font-size:14px;font-weight:700;color:#92400e;margin-bottom:8px;border-bottom:1px solid #fde68a;padding-bottom:6px}.portfolio-warnings-list{list-style:none;display:flex;flex-direction:column;gap:6px}.portfolio-warning-item{font-size:13px;color:#78350f;line-height:1.5;padding-left:16px;position:relative}.portfolio-warning-item:before{content:"⚠";position:absolute;left:0;font-size:11px}.portfolio-exposure-card{margin-bottom:14px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#fffffff5,#f8fafcf0),radial-gradient(circle at top right,rgba(2,132,199,.08),transparent 30%);border:1px solid rgba(226,232,240,.94);box-shadow:0 16px 32px #0f172a0d}.portfolio-exposure-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.portfolio-exposure-kicker{display:inline-flex;padding:5px 10px;border-radius:999px;background:#0ea5e91a;color:#0369a1;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.portfolio-exposure-top h4{font-size:18px;color:#0f172a}.portfolio-exposure-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.portfolio-exposure-meta span{padding:8px 12px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(226,232,240,.92);font-size:12px;font-weight:700;color:#334155}.portfolio-exposure-list{display:grid;gap:12px}.portfolio-exposure-row{padding:14px 15px;border-radius:18px;background:#ffffffd1;border:1px solid rgba(226,232,240,.9)}.portfolio-exposure-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.portfolio-exposure-head strong{display:block;font-size:15px;color:#111827}.portfolio-exposure-head span{display:block;margin-top:4px;font-size:12px;color:#64748b}.portfolio-exposure-right{text-align:right}.portfolio-exposure-right b{display:block;font-size:15px}.portfolio-exposure-right small{display:block;margin-top:4px;font-size:12px;color:#64748b}.portfolio-exposure-bar{height:10px;margin-top:12px;border-radius:999px;background:#e2e8f0eb;overflow:hidden}.portfolio-exposure-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#0f766e,#0284c7)}.portfolio-exposure-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.portfolio-exposure-tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fffc;border:1px solid rgba(203,213,225,.9);font-size:11px;font-weight:700;color:#334155}.portfolio-exposure-tag.positive{color:#166534;border-color:#22c55e3d}.portfolio-exposure-tag.neutral{color:#334155}.market-dashboard,.market-content{display:flex;flex-direction:column;gap:14px}.market-controls{text-align:center}.market-controls-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.market-bench-select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}.market-custom-input{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:140px;outline:none}.market-custom-input:focus{border-color:#3b82f6}.market-refresh-btn{padding:8px 20px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.market-refresh-btn:hover:not(:disabled){background:#0284c7}.market-refresh-btn:disabled{background:#7dd3fc;cursor:not-allowed}.market-hint{font-size:12px;color:#9ca3af;margin-top:8px}.market-section-title{font-size:15px;font-weight:700;color:#1e40af;margin-bottom:10px;border-bottom:2px solid #e0e7ff;padding-bottom:6px}.market-summary-card{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-color:#bfdbfe}.market-summary-text{font-size:14px;color:#475569;line-height:1.7;margin-bottom:10px}.market-summary-tags{display:flex;gap:8px;flex-wrap:wrap}.market-tag{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600}.tag-risk-on{background:#fef2f2;color:#dc2626}.tag-risk-off{background:#f0fdf4;color:#16a34a}.tag-neutral{background:#f3f4f6;color:#6b7280}.tag-bullish{background:#f0fdf4;color:#16a34a}.tag-bearish{background:#fef2f2;color:#dc2626}.tag-mixed{background:#fffbeb;color:#92400e}.tag-tight{background:#fef2f2;color:#dc2626}.tag-loose{background:#f0fdf4;color:#16a34a}.tag-unknown{background:#f3f4f6;color:#9ca3af}.market-index-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.market-index-item{display:flex;flex-direction:column;gap:4px;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.market-index-item.unavailable{opacity:.5}.market-index-header{display:flex;align-items:center;gap:6px}.market-index-name{font-size:13px;color:#6b7280;font-weight:500}.market-index-source{font-size:10px;color:#9ca3af;background:#f3f4f6;padding:1px 6px;border-radius:3px}.market-index-value{font-size:18px;font-weight:700;color:#1f2937;font-family:SF Mono,Consolas,monospace}.market-index-na{font-size:13px;color:#d1d5db;font-style:italic}.market-index-change{font-size:13px;font-weight:600}.market-index-change.up{color:#16a34a}.market-index-change.down{color:#dc2626}.market-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 640px){.market-two-col{grid-template-columns:1fr}}.market-simple-list{display:flex;flex-direction:column;gap:6px}.market-simple-row{display:flex;align-items:center;gap:10px;padding:6px 10px;background:#f9fafb;border-radius:6px}.market-simple-name{font-size:13px;color:#6b7280;min-width:90px}.market-simple-value{font-size:15px;font-weight:700;color:#1f2937;font-family:SF Mono,Consolas,monospace}.market-risk-list{list-style:none;display:flex;flex-direction:column;gap:6px}.market-risk-item{font-size:13px;color:#78350f;padding:8px 12px;background:#fffbeb;border-radius:6px;border-left:3px solid #f59e0b;line-height:1.5}.market-as-of{font-size:12px;color:#9ca3af;text-align:center;margin-top:4px}.header{position:sticky;top:0;z-index:100;background:#f5f5f5d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:20px 0 14px;border-bottom:1px solid rgba(229,231,235,.6)}.tab-fade-in{animation:fadeSlideIn .25s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:10px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;box-shadow:0 8px 24px #00000026;animation:toastIn .3s ease-out;pointer-events:none}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-success{background:#065f46;color:#fff}.toast-error{background:#991b1b;color:#fff}.toast-info{background:#1e40af;color:#fff}.toast-icon{font-size:16px;font-weight:700;flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff3}.toast-message{line-height:1.4}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;display:flex;align-items:center;justify-content:center;animation:dialogOverlayIn .15s ease-out}@keyframes dialogOverlayIn{0%{opacity:0}to{opacity:1}}.dialog-box{background:#fff;border-radius:14px;padding:24px 28px;max-width:380px;width:90%;box-shadow:0 20px 60px #0003;animation:dialogBoxIn .2s ease-out}@keyframes dialogBoxIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-title{font-size:17px;font-weight:700;color:#1f2937;margin-bottom:8px}.dialog-text{font-size:14px;color:#6b7280;line-height:1.6;margin-bottom:20px}.dialog-actions{display:flex;gap:10px;justify-content:flex-end}.dialog-btn{padding:8px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .15s}.dialog-btn-cancel{background:#f3f4f6;color:#374151}.dialog-btn-cancel:hover{background:#e5e7eb}.dialog-btn-danger{background:#dc2626;color:#fff}.dialog-btn-danger:hover{background:#b91c1c}.card{box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;transition:box-shadow .2s,border-color .2s}.card:hover{box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a;border-color:#e5e7eb}.my-fund-row{transition:border-color .15s,background .15s}.my-fund-row:hover{background:#fafbfc}.main-tab{position:relative}.main-tab:hover:not(.active){color:#374151;background:#fff9}.empty-state svg{display:block;margin:0 auto 16px;opacity:.3}.analyze-btn:active:not(:disabled){transform:scale(.98)}.batch-analyze-btn:active:not(:disabled){transform:scale(.98)}.add-fund-btn:active:not(:disabled){transform:scale(.97)}html{scroll-behavior:smooth}.metric-item{transition:background .15s}.metric-item:hover{background:#f3f4f6}.market-index-item{transition:border-color .15s,box-shadow .15s}.market-index-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}body{background:radial-gradient(circle at top left,rgba(217,119,6,.12),transparent 28%),radial-gradient(circle at top right,rgba(14,165,233,.12),transparent 30%),linear-gradient(180deg,#f7f5ef,#f3f6fb 48%,#eef2f7);color:#172033}.app-shell{position:relative;min-height:100vh;overflow-x:hidden}.workspace-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 12% 16%,rgba(251,191,36,.18),transparent 18%),radial-gradient(circle at 88% 10%,rgba(14,165,233,.12),transparent 22%),radial-gradient(circle at 60% 80%,rgba(15,118,110,.08),transparent 24%)}.app{max-width:1180px;padding-top:18px}.workspace-header{background:#f7f5efb8;border-radius:24px;padding:20px 24px 18px;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 48px #0f172a0f}.header-topline{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:16px}.workspace-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#0f766e1a;color:#0f766e;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px}.workspace-account{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.workspace-user-badge{display:flex;flex-direction:column;gap:2px;padding:10px 14px;min-width:220px;border-radius:16px;background:#ffffffd1;border:1px solid rgba(203,213,225,.9);text-align:left}.workspace-user-badge strong{font-size:14px;color:#111827}.workspace-user-badge span{font-size:12px;color:#64748b}.workspace-secondary-btn,.profile-secondary-btn,.profile-primary-btn,.admin-side-btn,.auth-link-button,.auth-submit{border:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.workspace-secondary-btn{padding:11px 16px;border-radius:12px;background:#ffffffd1;color:#1e293b;border:1px solid rgba(203,213,225,.88)}.workspace-secondary-btn:hover,.profile-secondary-btn:hover,.admin-side-btn:hover,.auth-link-button:hover{transform:translateY(-1px)}.asset-mode-switch{display:inline-flex;gap:8px;padding:6px;border-radius:16px;background:#ffffffb8;border:1px solid rgba(226,232,240,.9);margin-bottom:16px}.asset-mode-chip{border:none;cursor:pointer;border-radius:12px;padding:10px 16px;background:transparent;color:#475569;font-size:14px;font-weight:700;transition:background .18s ease,color .18s ease,transform .18s ease}.asset-mode-chip.active{background:linear-gradient(135deg,#0f766e,#0284c7);color:#fff;box-shadow:0 12px 24px #0284c72e}.asset-mode-chip:hover{transform:translateY(-1px)}.analysis-hero-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.analysis-hero-card{background:#ffffffeb;border:1px solid rgba(226,232,240,.95);border-radius:18px;padding:18px 20px;box-shadow:0 12px 30px #0f172a0d}.analysis-hero-card span{display:block;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.analysis-hero-card strong{display:block;margin-top:8px;font-size:28px;line-height:1.1}.analysis-hero-card p{margin-top:10px;font-size:13px;color:#475569;line-height:1.6}.analysis-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.analysis-focus-card{position:relative;overflow:hidden;min-height:260px;padding:20px;border-radius:22px;border:1px solid rgba(226,232,240,.92);box-shadow:0 18px 36px #0f172a0f}.analysis-focus-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(255,255,255,.4),transparent 34%)}.analysis-focus-card.support-card{background:linear-gradient(135deg,#fffffff5,#eff6ffeb),radial-gradient(circle at top left,rgba(2,132,199,.12),transparent 30%)}.analysis-focus-card.position-card{background:linear-gradient(135deg,#fffffff5,#f0fdf4f0),radial-gradient(circle at bottom left,rgba(34,197,94,.12),transparent 30%)}.analysis-focus-card.signal-card{background:linear-gradient(135deg,#fffffff5,#fffbebf0),radial-gradient(circle at top right,rgba(245,158,11,.12),transparent 32%)}.analysis-focus-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.analysis-focus-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(226,232,240,.9);font-size:11px;font-weight:800;color:#475569;letter-spacing:.08em;text-transform:uppercase}.analysis-focus-head strong{font-size:30px;line-height:1;color:#0f172a}.analysis-focus-summary{margin-top:14px;font-size:14px;color:#334155;line-height:1.7}.analysis-zone-track{position:relative;height:12px;margin-top:16px;border-radius:999px;background:linear-gradient(90deg,#22c55e2e,#3b82f629,#ef44442e);overflow:hidden}.analysis-zone-fill{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#0284c79e,#0ea5e9e6);border-radius:999px}.analysis-zone-marker{position:absolute;top:50%;width:18px;height:18px;transform:translate(-50%,-50%);border-radius:999px;border:3px solid #fff;background:#0f172a;box-shadow:0 10px 18px #0f172a38}.analysis-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.analysis-mini-card{padding:12px 13px;border-radius:16px;background:#ffffffc2;border:1px solid rgba(226,232,240,.9)}.analysis-mini-card span{display:block;font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.analysis-mini-card strong{font-size:15px;color:#0f172a}.analysis-badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.analysis-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;border:1px solid rgba(203,213,225,.82);background:#ffffffbd;font-size:12px;font-weight:700}.analysis-badge.positive{color:#166534}.analysis-badge.negative{color:#991b1b}.analysis-badge.neutral{color:#334155}.analysis-budget-strip{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;margin-top:16px;padding:12px 14px;border-radius:18px;background:#ffffffbd;border:1px solid rgba(226,232,240,.9)}.analysis-budget-strip span{font-size:12px;color:#64748b;font-weight:700}.analysis-budget-strip strong{font-size:13px;color:#0f172a}.stock-workspace{display:flex;flex-direction:column;gap:16px}.stock-subtabs{align-self:flex-start}.stock-hero-card{display:flex;flex-direction:column;gap:16px}.stock-hero-copy h2{font-size:28px;line-height:1.12;color:#111827}.stock-kicker{background:#0284c71a;color:#0369a1}.stock-search-bar{justify-content:flex-start;margin:0;max-width:620px}.stock-analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stock-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stock-snapshot-card{display:flex;flex-direction:column;gap:16px}.stock-final-strip{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;border-radius:16px;background:linear-gradient(135deg,#0ea5e914,#0f766e14);border:1px solid rgba(186,230,253,.9)}.stock-final-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#0369a1;margin-bottom:6px}.stock-final-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.stock-position-advice{color:#0f766e;font-weight:600}.compact-empty{padding:22px 16px}.stock-market-top{display:flex;flex-direction:column;gap:12px}.market-refresh-btn.secondary{background:#0f766e}.market-refresh-btn.secondary:hover:not(:disabled){background:#0d9488}.stock-industry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stock-industry-card{display:flex;flex-direction:column;gap:14px}.stock-industry-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.stock-industry-top h3{font-size:18px;color:#111827;margin-bottom:6px}.stock-industry-top p{font-size:13px;color:#64748b;line-height:1.6}.stock-industry-change{padding:8px 12px;border-radius:12px;font-size:14px;font-weight:800;white-space:nowrap}.stock-industry-change.up{background:#dcfce7;color:#166534}.stock-industry-change.down{background:#fee2e2;color:#991b1b}.stock-industry-meta{display:flex;flex-wrap:wrap;gap:8px}.stock-industry-meta span,.stock-member-pill,.stock-lab-score,.stock-lab-rank{font-size:12px}.stock-industry-meta span{padding:5px 10px;border-radius:999px;background:#f8fafceb;border:1px solid rgba(226,232,240,.88);color:#475569}.stock-industry-members{display:flex;flex-direction:column;gap:8px}.stock-member-pill{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(226,232,240,.9)}.stock-member-pill strong{color:#111827}.stock-member-pill span{color:#64748b}.stock-member-pill b.up,.stock-lab-fund-metrics b.up{color:#166534}.stock-member-pill b.down,.stock-lab-fund-metrics b.down{color:#991b1b}.stock-lab-error-panel{display:flex;flex-direction:column;gap:8px;margin:14px 0;padding:12px;border:1px solid #fecaca;border-radius:8px;background:#fff1f2;color:#991b1b}.stock-lab-error-panel strong{font-size:13px}.stock-lab-error-row{display:grid;grid-template-columns:92px 120px 1fr;gap:8px;align-items:center;font-size:12px}.stock-lab-error-row span,.stock-lab-error-row b,.stock-lab-error-row em{min-width:0;overflow-wrap:anywhere;font-style:normal}.stock-lab-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.stock-lab-meta-item{padding:12px;border:1px solid rgba(203,213,225,.92);border-radius:8px;background:#f8fafc}.stock-lab-meta-item span,.stock-lab-final-label{display:block;margin-bottom:4px;font-size:12px;color:#64748b}.stock-lab-meta-item strong{font-size:18px;color:#0f172a}.stock-lab-selection-strip{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.stock-lab-selection-strip.compact{margin:0 0 12px}.stock-lab-selection-strip span,.stock-lab-candidate-list span{padding:6px 10px;border-radius:8px;background:#eef2ff;color:#3730a3;font-size:12px;font-weight:700}.stock-lab-final{display:flex;flex-direction:column;gap:10px;margin:14px 0;padding:14px;border:1px solid rgba(187,247,208,.95);border-radius:8px;background:#f0fdf4}.stock-lab-final p{margin:0;color:#14532d;line-height:1.6}.stock-lab-top-pick{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.stock-lab-top-pick strong{color:#052e16}.stock-lab-top-pick span,.stock-lab-top-pick b,.stock-lab-top-pick em{padding:5px 8px;border-radius:8px;background:#ffffffd1;color:#166534;font-size:12px;font-style:normal}.stock-lab-candidate-list{display:flex;flex-wrap:wrap;gap:8px}.stock-lab-sector-list{display:flex;flex-direction:column;gap:12px}.stock-lab-sector{border:1px solid rgba(226,232,240,.9);border-radius:18px;padding:16px;background:linear-gradient(180deg,#f8fafcf5,#fffffff0)}.stock-lab-sector-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.stock-lab-rank{display:inline-flex;margin-right:8px;padding:4px 8px;border-radius:999px;background:#0f766e1f;color:#0f766e;font-weight:800}.stock-lab-score{padding:6px 10px;border-radius:999px;background:#0284c71f;color:#0369a1;font-weight:700}.stock-lab-fund-list{display:flex;flex-direction:column;gap:8px}.stock-lab-fund-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px;border-radius:14px;background:#ffffffeb;border:1px solid rgba(226,232,240,.86)}.stock-lab-fund-item strong{display:block;margin-bottom:4px;color:#111827}.stock-lab-fund-item span{font-size:12px;color:#64748b}.stock-lab-fund-metrics{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;text-align:right}.analysis-budget-bar{height:10px;border-radius:999px;background:#e2e8f0e6;overflow:hidden}.analysis-budget-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#facc15,#f97316,#ef4444)}.analysis-empty-block{margin-top:16px;padding:14px 16px;border-radius:18px;background:#ffffffb8;border:1px dashed rgba(148,163,184,.5)}.analysis-empty-block p{font-size:13px;color:#475569;line-height:1.7}.tone-positive{color:#15803d!important}.tone-negative{color:#b91c1c!important}.tone-neutral{color:#475569!important}.nav-visual-card{padding:20px 22px 18px;background:linear-gradient(135deg,#fffffff5,#f8fafcf0),linear-gradient(160deg,rgba(15,118,110,.06),transparent 35%);border-radius:24px;overflow:hidden}.nav-visual-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.nav-visual-header h3{font-size:20px;color:#0f172a}.nav-visual-kicker{display:inline-flex;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#0284c71a;color:#0369a1;font-size:12px;font-weight:700}.nav-visual-metrics{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.nav-visual-chip{padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700}.nav-visual-chip.up{background:#22c55e24;color:#166534}.nav-visual-chip.down{background:#ef44441f;color:#991b1b}.nav-visual-chip.muted{background:#e2e8f0b8;color:#334155}.nav-visual-stage{border-radius:20px;background:linear-gradient(180deg,#ffffffe6,#f8fafccc),radial-gradient(circle at top right,rgba(14,165,233,.08),transparent 24%);border:1px solid rgba(226,232,240,.9);padding:8px}.nav-visual-svg{width:100%;height:auto;display:block}.nav-visual-axis{font-size:11px;fill:#64748b}.nav-visual-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.nav-visual-footer div{padding:12px 14px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(226,232,240,.88)}.nav-visual-footer span{display:block;font-size:11px;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.nav-visual-footer strong{font-size:14px;color:#0f172a}.profit-lab-card{border-radius:26px;padding:24px;background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 24%),radial-gradient(circle at left bottom,rgba(217,119,6,.1),transparent 26%),linear-gradient(135deg,#fffffff5,#f8fafcf0);border:1px solid rgba(226,232,240,.98)}.profit-lab-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.profit-lab-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#0f766e1f;color:#0f766e;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.profit-lab-title{font-size:28px;color:#0f172a;letter-spacing:-.03em}.profit-lab-subtitle{margin-top:10px;max-width:760px;color:#475569;line-height:1.7;font-size:14px}.profit-lab-refresh{flex-shrink:0}.profit-lab-loading{padding:32px 16px 18px}.profit-lab-status-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.profit-lab-status-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(203,213,225,.88);color:#334155;font-size:12px;font-weight:700}.profit-lab-content{display:flex;flex-direction:column;gap:18px}.profit-lab-insight{display:flex;flex-direction:column;gap:8px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0f766e1f,#0369a114),#ffffffeb;border:1px solid rgba(14,165,233,.18)}.profit-lab-insight strong{font-size:17px;color:#0f172a}.profit-lab-insight span{font-size:14px;line-height:1.7;color:#334155}.profit-lab-insight b{color:#0f766e}.profit-lab-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profit-lab-summary-card{padding:18px 18px 16px;border-radius:20px;background:#ffffffe0;border:1px solid rgba(226,232,240,.95);box-shadow:0 14px 28px #0f172a0a}.profit-lab-summary-card.strong{background:linear-gradient(160deg,#0f766e1f,#fffffff0);border-color:#0f766e38}.profit-lab-summary-card span{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.profit-lab-summary-card strong{display:block;margin-top:10px;font-size:24px;color:#0f172a;line-height:1.18}.profit-lab-summary-card p{margin-top:10px;font-size:13px;color:#475569;line-height:1.6}.profit-lab-vs-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.profit-lab-vs-card{padding:18px 20px;border-radius:20px;background:#ffffffe6;border:1px solid rgba(226,232,240,.95)}.profit-lab-vs-card.alt{background:linear-gradient(160deg,#0369a114,#fffffff0)}.profit-lab-vs-card h4{font-size:17px;margin-bottom:12px;color:#0f172a}.profit-lab-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profit-lab-stats span{padding:11px 12px;border-radius:14px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.86);font-size:13px;color:#475569}.profit-lab-stats strong{margin-left:4px;color:#0f172a;font-size:14px}.profit-lab-chart-wrap{padding:14px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(226,232,240,.95)}.profit-lab-chart{display:block;width:100%;border-radius:18px}.profit-lab-table-wrap{padding:18px 18px 8px;border-radius:22px;background:#ffffffe6;border:1px solid rgba(226,232,240,.95)}.profit-lab-table-header{display:flex;justify-content:space-between;gap:12px;align-items:baseline;margin-bottom:14px}.profit-lab-table-header h4{font-size:17px;color:#0f172a}.profit-lab-table-header span{font-size:12px;color:#64748b}.profit-lab-ranking-list{display:grid;gap:10px}.profit-lab-ranking-item{display:grid;grid-template-columns:1.6fr repeat(3,minmax(92px,1fr));gap:10px;align-items:center;padding:14px 16px;border-radius:16px;background:linear-gradient(180deg,#f8fafcf5,#fffffff0);border:1px solid rgba(226,232,240,.9)}.profit-lab-ranking-item div{display:flex;flex-direction:column;gap:4px}.profit-lab-ranking-item small{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.profit-lab-ranking-item strong{font-size:14px;color:#111827}.profit-lab-ranking-item span{font-size:13px;font-weight:700;color:#0f172a}.profit-lab-fund-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profit-lab-fund-card{padding:16px;border-radius:18px;background:linear-gradient(180deg,#f8fafcf5,#f1f5f9e6);border:1px solid rgba(226,232,240,.92)}.profit-lab-fund-head{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.profit-lab-fund-head strong{font-size:15px;color:#111827}.profit-lab-fund-head span{font-size:12px;color:#64748b;font-family:SF Mono,Consolas,monospace}.profit-lab-fund-card p{margin-top:8px;font-size:12px;color:#64748b}.profit-lab-fund-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.profit-lab-fund-metrics span{padding:8px 10px;border-radius:12px;background:#ffffffdb;border:1px solid rgba(226,232,240,.84);font-size:12px;color:#475569}.profit-lab-fund-metrics strong{display:block;margin-top:4px;color:#0f172a;font-size:13px}.profit-lab-fund-note{margin-top:14px;font-size:13px;color:#64748b;line-height:1.7}.sector-lab-card{border-radius:26px;padding:24px;background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 24%),radial-gradient(circle at left bottom,rgba(217,119,6,.1),transparent 26%),linear-gradient(135deg,#fffffff5,#f8fafcf0);border:1px solid rgba(226,232,240,.98);margin-bottom:20px}.sl-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.sl-title{font-size:22px;font-weight:750;margin:0 0 4px;letter-spacing:-.3px}.sl-subtitle{font-size:14px;color:#64748b;margin:0;line-height:1.6;max-width:640px}.sl-holiday-warn{color:#f59e0b;font-weight:600;margin-left:4px}.sl-refresh-btn{padding:9px 20px;border-radius:10px;border:1px solid #0f766e;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:opacity .15s;white-space:nowrap}.sl-refresh-btn:hover{opacity:.88}.sl-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.sl-status-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.sl-pill{display:inline-block;padding:4px 12px;border-radius:20px;background:#f1f5f9;font-size:12px;color:#475569;font-weight:500}.sl-pill-date{background:#dcfce7;color:#166534}.sl-sectors{margin-top:18px;display:flex;flex-direction:column;gap:10px}.sl-sector{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#ffffffd1;transition:box-shadow .15s}.sl-sector:hover{box-shadow:0 2px 12px #0000000f}.sl-sector-header{display:flex;align-items:center;padding:14px 18px;cursor:pointer;-webkit-user-select:none;user-select:none;gap:16px;flex-wrap:wrap;transition:background .12s}.sl-sector-header:hover{background:#f1f5f999}.sl-sector-rank{display:flex;align-items:center;gap:8px;min-width:220px}.sl-medal{font-size:20px}.sl-sector-name{font-weight:680;font-size:15px;color:#1e293b}.sl-profit-index{font-size:12px;color:#64748b}.sl-profit-index strong{color:#0f766e;font-size:16px;margin-left:2px}.sl-sector-preds{display:flex;gap:12px;flex:1;justify-content:center}.sl-sector-pred{display:flex;flex-direction:column;align-items:center;gap:2px}.sl-sector-pred small{font-size:11px;color:#94a3b8}.sl-sector-pred strong{font-size:15px}.sl-sector-pred strong.up{color:#16a34a}.sl-sector-pred strong.down{color:#dc2626}.sl-expand-icon{font-size:11px;color:#94a3b8;margin-left:auto}.sl-funds{border-top:1px solid #f1f5f9;padding:8px 18px 14px}.sl-no-funds{font-size:13px;color:#94a3b8;padding:10px 0;margin:0}.sl-fund-list{display:flex;flex-direction:column;gap:6px}.sl-fund-row{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;background:#f8fafc;flex-wrap:wrap}.sl-fund-rank{font-weight:700;font-size:14px;color:#0f766e;min-width:28px}.sl-fund-info{display:flex;flex-direction:column;min-width:180px;flex:1}.sl-fund-name{font-weight:600;font-size:14px;color:#1e293b}.sl-fund-code{font-size:11px;color:#94a3b8}.sl-fund-prob{font-weight:700;font-size:15px;min-width:44px;text-align:center;padding:3px 8px;border-radius:6px}.sl-fund-prob.high{background:#dcfce7;color:#166534}.sl-fund-prob.mid{background:#fef9e7;color:#92400e}.sl-fund-prob.low{background:#fef2f2;color:#991b1b}.sl-fund-rets{display:flex;gap:8px}.sl-fund-ret{font-size:13px;font-weight:600;min-width:58px;text-align:right}.sl-fund-ret.up{color:#16a34a}.sl-fund-ret.down{color:#dc2626}.sl-hallucination{margin-top:16px;padding:12px 16px;border-radius:12px;font-size:13px;line-height:1.6;display:flex;gap:10px;align-items:flex-start}.sl-hallucination.ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.sl-hallucination.warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.sl-hallucination-label{font-weight:700;white-space:nowrap}.sl-footer{margin-top:14px;display:flex;gap:20px;font-size:12px;color:#94a3b8;flex-wrap:wrap}.auth-app-shell,.profile-app-shell{display:flex;align-items:center;justify-content:center;padding:32px 18px 48px}.auth-shell,.profile-shell{width:min(1180px,100%)}.auth-shell{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.auth-hero,.auth-card,.profile-hero,.profile-user-card,.profile-ops-card{background:#ffffffdb;border:1px solid rgba(226,232,240,.92);box-shadow:0 24px 48px #0f172a14}.auth-hero{border-radius:28px;padding:34px}.auth-hero-badge,.profile-kicker,.admin-top-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#d977061f;color:#b45309;font-size:12px;font-weight:700;margin-bottom:12px}.auth-hero h2,.profile-hero h2,.admin-top-strip h2{font-size:34px;line-height:1.08;color:#111827;letter-spacing:-.03em}.auth-hero p,.profile-hero p,.admin-top-strip p{margin-top:14px;font-size:15px;line-height:1.75;color:#475569}.auth-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.auth-feature-card{padding:16px;border-radius:18px;background:linear-gradient(180deg,#f8fafcf5,#f1f5f9db);border:1px solid rgba(226,232,240,.9)}.auth-feature-card strong{display:block;margin-bottom:8px;font-size:15px}.auth-feature-card span{font-size:13px;color:#475569;line-height:1.6}.auth-card{border-radius:28px;padding:30px}.auth-card-header h3{font-size:28px;color:#111827}.auth-card-header p{margin-top:10px;color:#64748b;font-size:14px;line-height:1.7}.auth-card-kicker{display:inline-block;font-size:12px;font-weight:700;color:#0369a1;margin-bottom:8px}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:24px}.auth-label{display:flex;flex-direction:column;gap:7px;font-size:13px;color:#334155;font-weight:600}.auth-input{height:48px;border-radius:14px;border:1px solid rgba(203,213,225,.95);background:#ffffffeb;padding:0 14px;font-size:15px;color:#111827;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.auth-input:focus{border-color:#0284c7;box-shadow:0 0 0 4px #0284c71a}.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.auth-submit,.profile-primary-btn,.admin-side-btn.primary{height:48px;border-radius:14px;background:linear-gradient(135deg,#0f766e,#0284c7);color:#fff;font-size:15px;font-weight:700;box-shadow:0 16px 28px #0284c72e}.auth-submit:hover,.profile-primary-btn:hover,.admin-side-btn.primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px #0284c73d}.auth-card-footer{display:flex;justify-content:space-between;gap:12px;margin-top:18px;flex-wrap:wrap}.auth-link-button{background:transparent;color:#0369a1;font-size:13px;font-weight:700;padding:0}.auth-link-button.subtle{color:#64748b}.auth-error{margin:0}.profile-shell{display:flex;flex-direction:column;gap:16px}.profile-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:26px 28px;border-radius:28px}.profile-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.profile-primary-btn,.profile-secondary-btn,.admin-side-btn,.admin-user-list-item{padding:12px 16px;border-radius:14px}.profile-secondary-btn,.admin-side-btn,.admin-user-list-item{background:#ffffffd1;border:1px solid rgba(203,213,225,.9);color:#1e293b}.profile-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profile-stat-card{padding:20px;border-radius:20px;background:#ffffffdb;border:1px solid rgba(226,232,240,.92);box-shadow:0 16px 30px #0f172a0d}.profile-stat-card span{display:block;font-size:12px;color:#64748b;margin-bottom:8px}.profile-stat-card strong{font-size:30px;color:#111827}.profile-panels{display:grid;grid-template-columns:.9fr 1.1fr;gap:14px}.profile-user-card,.profile-ops-card{border-radius:24px;padding:22px}.profile-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.profile-meta-grid div,.admin-user-meta div{padding:14px;border-radius:16px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.88)}.profile-meta-grid span,.admin-user-meta span{display:block;font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.profile-meta-grid strong,.admin-user-meta strong{font-size:14px;color:#111827}.profile-panel-head,.admin-panel-head{display:flex;justify-content:space-between;gap:8px;align-items:baseline;margin-bottom:14px}.profile-panel-head span,.admin-panel-head span{font-size:12px;color:#64748b}.profile-timeline,.admin-timeline{display:flex;flex-direction:column;gap:12px}.profile-timeline-item,.admin-timeline-item{display:grid;grid-template-columns:14px 1fr;gap:12px}.profile-timeline-dot,.admin-timeline-dot{width:14px;height:14px;border-radius:999px;margin-top:5px}.status-completed{background:#16a34a}.status-failed{background:#dc2626}.status-processing{background:#eab308}.status-pending{background:#64748b}.profile-timeline-content,.admin-timeline-content{padding:14px 16px;border-radius:18px;background:#f8fafcf5;border:1px solid rgba(226,232,240,.88)}.profile-timeline-top,.admin-timeline-top{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-bottom:8px}.profile-timeline-top span,.admin-timeline-top span{font-size:12px;color:#64748b}.profile-timeline-content p,.admin-timeline-content p{font-size:13px;color:#334155;line-height:1.6}.profile-timeline-meta,.admin-timeline-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;font-size:12px;color:#64748b}.profile-timeline-error,.admin-inline-error{margin-top:10px;padding:8px 10px;border-radius:10px;background:#fef2f2e6;color:#991b1b;font-size:12px}.profile-empty,.admin-empty{font-size:14px;color:#64748b;line-height:1.7}.admin-surface-shell{padding:22px}.admin-app-shell{display:grid;grid-template-columns:300px 1fr;gap:18px;min-height:calc(100vh - 44px)}.admin-sidebar-panel,.admin-main-panel{background:#ffffffe6;border:1px solid rgba(226,232,240,.92);border-radius:28px;box-shadow:0 22px 42px #0f172a14}.admin-sidebar-panel{padding:22px;display:flex;flex-direction:column;gap:18px}.admin-brand-block{display:flex;align-items:center;gap:14px}.admin-brand-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d97706,#0f766e);color:#fff;font-weight:800;font-size:20px}.admin-brand-title{font-size:20px;font-weight:800;color:#111827}.admin-brand-subtitle{margin-top:4px;font-size:12px;color:#64748b}.admin-sidebar-actions{display:flex;flex-direction:column;gap:10px}.admin-side-btn{text-align:left}.admin-side-btn.ghost{background:#f8fafceb}.admin-user-list{display:flex;flex-direction:column;gap:10px}.admin-list-title{font-size:12px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.admin-user-list-item{display:flex;flex-direction:column;gap:4px;text-align:left}.admin-user-list-item.active{background:linear-gradient(135deg,#0f766e1f,#0284c71f);border-color:#0ea5e966}.admin-user-list-item strong{font-size:14px}.admin-user-list-item span{font-size:12px;color:#64748b}.admin-main-panel{padding:22px;display:flex;flex-direction:column;gap:16px}.admin-top-strip{padding:12px 2px 4px}.admin-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.admin-stat-card{padding:18px;border-radius:18px;background:linear-gradient(180deg,#f8fafcf2,#f1f5f9e0);border:1px solid rgba(226,232,240,.88)}.admin-stat-card span{display:block;font-size:12px;color:#64748b;margin-bottom:8px}.admin-stat-card strong{font-size:30px;color:#111827}.admin-panels-grid,.admin-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.admin-panel-card{border-radius:22px;padding:20px}.admin-table-scroll{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px 10px;border-bottom:1px solid rgba(226,232,240,.92);text-align:left;font-size:13px}.admin-table th{color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.admin-user-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.admin-watchlist{margin-bottom:16px}.admin-watchlist h4{margin-bottom:10px}.admin-watchlist-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.admin-watch-item{padding:12px;border-radius:14px;background:#f8fafcf5;border:1px solid rgba(226,232,240,.88)}.admin-watch-item strong{display:block;margin-bottom:6px}.admin-watch-item span{font-size:12px;color:#64748b}.workspace-header{padding:18px 22px 16px}.header-topline{align-items:center;margin-bottom:12px}.header-topline>div:first-child{min-width:0;text-align:left}.header-topline h1{font-size:clamp(25px,2.4vw,31px);line-height:1.18}.header-topline .subtitle{max-width:640px;line-height:1.55}.workspace-account{flex:0 1 auto;max-width:490px}.workspace-user-badge{min-width:176px;max-width:230px;padding:8px 12px}.workspace-user-badge strong,.workspace-user-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-secondary-btn{padding:9px 13px}.asset-mode-switch{margin-bottom:10px}.main-tabs{margin-top:8px}.analysis-command-center{position:relative;overflow:hidden;margin:18px 0 20px;padding:24px;border:1px solid rgba(255,255,255,.78);border-radius:26px;background:linear-gradient(120deg,#ffffffed,#f8fafcd1),radial-gradient(circle at top right,rgba(14,165,233,.16),transparent 34%);box-shadow:0 22px 54px #0f172a14}.analysis-command-center:after{content:"";position:absolute;width:260px;height:260px;right:-128px;top:-150px;border-radius:50%;border:34px solid rgba(15,118,110,.06);pointer-events:none}.command-center-heading{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.command-center-kicker,.result-eyebrow{display:block;margin-bottom:5px;color:#0f766e;font-size:10px;font-weight:800;letter-spacing:.14em}.command-center-heading h2{color:#0f172a;font-size:24px;line-height:1.25;letter-spacing:-.03em}.command-center-heading p{margin-top:6px;color:#64748b;font-size:13px;line-height:1.65}.command-status-group{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;max-width:360px}.command-status-group span{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 11px;border:1px solid rgba(203,213,225,.82);border-radius:999px;background:#ffffffbf;color:#475569;font-size:11px;font-weight:700}.status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px #10b9811c}.analysis-command-center .search-bar{position:relative;z-index:1;max-width:none;margin:0;gap:10px}.code-input-wrap{position:relative;display:flex;flex:1;min-width:0}.analysis-command-center .code-input{width:100%;min-height:54px;padding:0 106px 0 46px;border:1px solid rgba(148,163,184,.56);border-radius:16px;background:#ffffffe6;box-shadow:inset 0 1px 2px #0f172a08;color:#0f172a;font-size:17px;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-weight:650}.analysis-command-center .code-input:focus{border-color:#0284c7;box-shadow:0 0 0 4px #0284c71c}.search-leading-icon{position:absolute;z-index:2;left:17px;top:50%;color:#64748b;font-size:23px;line-height:1;transform:translateY(-52%)}.clear-code-btn{position:absolute;z-index:2;right:64px;top:50%;width:25px;height:25px;border:none;border-radius:50%;background:#e2e8f0;color:#475569;cursor:pointer;font-size:18px;line-height:22px;transform:translateY(-50%)}.enter-hint{position:absolute;z-index:2;right:13px;top:50%;padding:3px 7px;border:1px solid #dbe3ec;border-radius:6px;background:#f8fafc;color:#94a3b8;font-size:10px;font-family:SF Mono,Cascadia Code,Consolas,monospace;transform:translateY(-50%)}.analysis-command-center .analyze-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:148px;min-height:54px;border-radius:16px;background:linear-gradient(135deg,#0f766e,#0284c7);box-shadow:0 14px 26px #0284c730}.analysis-command-center .analyze-btn:hover:not(:disabled){background:linear-gradient(135deg,#0b665f,#0369a1);transform:translateY(-1px)}.analysis-command-center .analyze-btn:disabled{background:#cbd5e1;box-shadow:none}.button-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.quick-fund-section{position:relative;z-index:1;display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:start;margin-top:14px}.recent-fund-section{grid-template-columns:76px minmax(0,1fr) auto;margin-top:9px}.quick-fund-label{padding-top:7px;color:#64748b;font-size:11px;font-weight:750}.quick-fund-list{display:flex;flex-wrap:wrap;gap:7px}.quick-fund-chip{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:5px 10px;border:1px solid rgba(203,213,225,.82);border-radius:10px;background:#ffffffb8;color:#475569;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.quick-fund-chip strong{color:#0f766e;font-family:SF Mono,Cascadia Code,Consolas,monospace;font-size:11px}.quick-fund-chip span{max-width:125px;overflow:hidden;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.quick-fund-chip:hover,.quick-fund-chip.active{border-color:#0284c775;background:#f0f9ffeb;transform:translateY(-1px)}.quick-fund-chip.recent strong{color:#b45309}.clear-history-btn{padding:6px 8px;border:none;background:transparent;color:#94a3b8;cursor:pointer;font-size:11px}.clear-history-btn:hover{color:#dc2626}.analysis-command-center .position-toggle-row{margin:15px 0 0;text-align:left}.analysis-command-center .position-toggle{display:inline-flex;align-items:center;gap:7px;border:none;padding:5px 0;color:#475569;font-weight:650}.analysis-command-center .position-toggle span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:7px;background:#0f766e1a;color:#0f766e}.result-command-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 19px;border:1px solid rgba(14,165,233,.18);border-radius:20px;background:linear-gradient(110deg,#f0fdfaf5,#eff6ffe8),#fff;box-shadow:0 12px 28px #0f172a0d}.result-command-copy strong{display:block;color:#0f172a;font-size:17px}.result-command-copy p{margin-top:3px;color:#64748b;font-size:12px}.result-action-group{display:flex;flex-shrink:0;gap:8px}.result-action-group button{min-height:38px;padding:0 14px;border:1px solid rgba(148,163,184,.56);border-radius:11px;background:#ffffffd6;color:#334155;cursor:pointer;font-size:12px;font-weight:750}.result-action-group button:hover{border-color:#0284c7;color:#0369a1}.result-action-group button.primary{border-color:transparent;background:#0f766e;color:#fff}.empty-state{margin:0 auto;max-width:900px;padding:30px 16px 48px;color:#64748b}.empty-orbit{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin:0 auto 14px;border:1px solid rgba(14,165,233,.2);border-radius:19px;background:linear-gradient(135deg,#0f766e1f,#0284c71a);color:#0f766e;font-size:27px;box-shadow:0 16px 30px #0f766e14}.empty-state h3{color:#0f172a;font-size:20px}.empty-state>p{margin-top:5px;color:#64748b;font-size:13px}.empty-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px}.empty-capability-grid>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;padding:14px;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:#ffffff94;text-align:left}.empty-capability-grid strong{grid-row:1 / span 2;color:#cbd5e1;font-size:23px;line-height:1.1}.empty-capability-grid span{color:#334155;font-size:12px;font-weight:750}.empty-capability-grid small{margin-top:2px;color:#94a3b8;font-size:10px}@media (max-width: 1080px){.auth-shell,.profile-panels,.admin-app-shell,.admin-panels-grid,.admin-detail-grid{grid-template-columns:1fr}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.analysis-hero-grid,.analysis-focus-grid,.profile-stats-grid,.auth-feature-grid,.nav-visual-footer,.profit-lab-summary-grid,.profit-lab-fund-grid,.stock-analysis-grid,.stock-industry-grid{grid-template-columns:1fr}.header-topline,.profile-hero,.nav-visual-header,.profit-lab-top{flex-direction:column}.header-topline{align-items:stretch}.workspace-account{max-width:none;justify-content:flex-start}.command-center-heading{flex-direction:column;gap:12px}.command-status-group{justify-content:flex-start;max-width:none}.profit-lab-vs-grid{grid-template-columns:1fr}.stock-lab-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-exposure-top{flex-direction:column}.profit-lab-ranking-item{grid-template-columns:1fr 1fr}.stock-lab-fund-item,.stock-lab-sector-top{flex-direction:column;align-items:flex-start}.stock-lab-error-row{grid-template-columns:1fr}}@media (max-width: 640px){.app{padding-left:12px;padding-right:12px}.workspace-header,.auth-hero,.auth-card,.profile-hero,.profile-user-card,.profile-ops-card,.admin-sidebar-panel,.admin-main-panel{border-radius:22px;padding:18px}.auth-hero h2,.profile-hero h2,.admin-top-strip h2{font-size:28px}.admin-user-meta,.admin-watchlist-grid,.profile-meta-grid,.admin-stat-grid,.profit-lab-ranking-item,.profit-lab-stats,.analysis-mini-grid,.stock-mini-grid{grid-template-columns:1fr}.profit-lab-table-header{flex-direction:column;align-items:flex-start}.analysis-budget-strip,.portfolio-exposure-head{grid-template-columns:1fr}.analysis-budget-strip,.portfolio-exposure-head,.portfolio-exposure-right{text-align:left}.asset-mode-switch{width:100%}.asset-mode-chip{flex:1}.stock-search-bar{flex-direction:column;max-width:none}.analysis-command-center{padding:18px;border-radius:22px}.analysis-command-center .search-bar,.result-command-bar{flex-direction:column;align-items:stretch}.analysis-command-center .analyze-btn{width:100%}.quick-fund-section,.recent-fund-section{grid-template-columns:1fr;gap:6px}.quick-fund-label{padding-top:0}.clear-history-btn{justify-self:start;padding-left:0}.result-action-group{width:100%}.result-action-group button{flex:1}.empty-capability-grid{grid-template-columns:1fr}.workspace-user-badge{max-width:min(100%,250px)}}@media (hover: hover){.prediction-period{transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.prediction-period:not(.prediction-period-empty):hover{border-color:#0f766e4d;box-shadow:0 14px 34px #0f172a14;transform:translateY(-2px)}}@media (max-width: 900px){.prediction-card-header{align-items:flex-start;flex-direction:column;gap:12px}.prediction-legend{justify-content:flex-start;max-width:none}.prediction-grid{grid-template-columns:1fr}}@media (max-width: 640px){.prediction-card:before{left:18px;right:18px}.prediction-title{font-size:19px}.prediction-period{padding:15px;border-radius:14px}.prediction-direction{font-size:21px}.prediction-prob-main strong{font-size:25px}.prediction-highlight-grid,.prediction-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prediction-details summary small{display:none}}@media (prefers-reduced-motion: reduce){.prediction-period{transition:none}.prediction-period:not(.prediction-period-empty):hover{transform:none}}
