.dashboard-page{width:100%}.dashboard-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.dashboard-header h2{margin:0 0 4px;font-size:20px;font-weight:600}.dashboard-header p{margin:0;color:#00000073;font-size:13px}.dashboard-stats{margin-bottom:20px}.dashboard-stat-card{background:linear-gradient(135deg,#fafafa,#fff);border:1px solid #f0f0f0;border-radius:10px;height:100%}.dashboard-stat-card .ant-statistic-title{color:#00000073;font-size:13px}.dashboard-stat-card .ant-statistic-content{font-size:28px}.dashboard-tabs .ant-tabs-nav{margin-bottom:16px}.dashboard-panel{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:16px;height:100%;min-height:280px}.dashboard-panel-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:14px;font-weight:600;color:#000000e0}.dashboard-panel-title span:last-child{font-size:12px;font-weight:400;color:#00000073}.dashboard-dist-list{display:flex;flex-direction:column;gap:10px}.dashboard-dist-row{display:grid;grid-template-columns:minmax(96px,42%) 1fr minmax(40px,auto);gap:10px;align-items:start}.dashboard-dist-name{font-size:13px;color:#000000bf;line-height:1.35;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.dashboard-dist-bar-wrap{height:8px;margin-top:4px;background:#eee;border-radius:999px;overflow:hidden;align-self:center}.dashboard-dist-bar{height:100%;border-radius:999px;min-width:2px;transition:width .3s ease}.dashboard-dist-count{font-size:13px;font-weight:600;color:#000000a6;text-align:right;font-variant-numeric:tabular-nums}.dashboard-empty{padding:48px 0}@media (max-width: 768px){.dashboard-dist-row{grid-template-columns:1fr auto;grid-template-rows:auto auto}.dashboard-dist-name{grid-column:1 / -1}.dashboard-dist-bar-wrap{grid-column:1}.dashboard-dist-count{grid-column:2;grid-row:2}}.chat-page{--chat-max-width: 760px;--chat-sidebar-width: 260px;--chat-text: #1a1a1a;--chat-muted: #8b8b8b;--chat-border: #e8e8e8;--chat-user-bg: #f3f4f6;--chat-accent: #4d6bfe;display:flex;flex-direction:row;height:calc(100vh - 64px);background:#fff}.chat-sidebar{flex-shrink:0;width:var(--chat-sidebar-width);display:flex;flex-direction:column;border-right:1px solid var(--chat-border);background:#f7f8fa}.chat-sidebar-header{flex-shrink:0;padding:12px}.chat-sidebar-new-btn{height:36px!important;border-radius:10px!important;font-size:14px}.chat-sidebar-list{flex:1;overflow-y:auto;padding:4px 8px 8px}.chat-sidebar-empty{display:block;padding:24px 12px;text-align:center;font-size:13px}.chat-sidebar-item{display:flex;align-items:center;gap:4px;padding:8px 10px;margin-bottom:2px;border-radius:10px;cursor:pointer;transition:background .15s}.chat-sidebar-item:hover{background:#eceef2}.chat-sidebar-item-active{background:#e8eeff}.chat-sidebar-item-active:hover{background:#dfe8ff}.chat-sidebar-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-sidebar-item-title{font-size:13px;color:var(--chat-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.chat-sidebar-item-time{font-size:11px;color:var(--chat-muted);line-height:1.2}.chat-sidebar-item-delete{flex-shrink:0;opacity:0;color:var(--chat-muted)!important;width:28px!important;height:28px!important}.chat-sidebar-item:hover .chat-sidebar-item-delete,.chat-sidebar-item-active .chat-sidebar-item-delete{opacity:1}.chat-sidebar-item-delete:hover{color:#ff4d4f!important;background:#ff4d4f14!important}.chat-sidebar-footer{flex-shrink:0;padding:8px 12px 12px;border-top:1px solid var(--chat-border)}.chat-sidebar-clear-btn{font-size:13px;color:var(--chat-muted)!important}.chat-sidebar-clear-btn:hover{color:#ff4d4f!important;background:#ff4d4f0f!important}.chat-main{flex:1;min-width:0;display:flex;flex-direction:column}.chat-body{flex:1;overflow-y:auto;scroll-behavior:smooth}.chat-messages-inner{max-width:var(--chat-max-width);margin:0 auto;padding:20px 20px 8px}.chat-turn{margin-bottom:28px}.chat-turn-user{display:flex;justify-content:flex-end}.chat-turn-assistant{display:block}.chat-user-text{max-width:100%;padding:10px 14px;border-radius:14px;background:var(--chat-user-bg);color:var(--chat-text);font-size:15px;line-height:1.65;word-break:break-word;white-space:pre-wrap}.chat-assistant-text{color:var(--chat-text);font-size:15px;line-height:1.75;word-break:break-word}.chat-assistant-text .ant-typography{color:inherit;font-size:inherit;line-height:inherit}.chat-markdown{color:var(--chat-text);font-size:15px;line-height:1.75;word-break:break-word}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 .75em}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{margin:1.1em 0 .5em;font-weight:600;line-height:1.4;color:var(--chat-text)}.chat-markdown h1{font-size:1.35em}.chat-markdown h2{font-size:1.2em}.chat-markdown h3{font-size:1.08em}.chat-markdown ul,.chat-markdown ol{margin:.4em 0 .85em;padding-left:1.5em}.chat-markdown li{margin:.25em 0}.chat-markdown li>p{margin:.2em 0}.chat-markdown blockquote{margin:.75em 0;padding:.35em 0 .35em .85em;border-left:3px solid #d9d9d9;color:#595959}.chat-markdown hr{margin:1em 0;border:none;border-top:1px solid var(--chat-border)}.chat-markdown a{color:var(--chat-accent);text-decoration:none}.chat-markdown a:hover{text-decoration:underline}.chat-markdown .chat-md-inline-code{padding:.12em .35em;border-radius:5px;background:#f3f4f6;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}.chat-markdown .chat-md-pre{margin:.75em 0;padding:12px 14px;overflow-x:auto;border-radius:10px;background:#f6f7f9;border:1px solid var(--chat-border)}.chat-markdown .chat-md-pre code{background:transparent;padding:0;font-size:.88em;line-height:1.55}.chat-markdown table{width:100%;margin:.75em 0;border-collapse:collapse;font-size:.92em}.chat-markdown th,.chat-markdown td{padding:8px 10px;border:1px solid var(--chat-border);text-align:left}.chat-markdown th{background:#fafafa;font-weight:600}.chat-markdown strong{font-weight:600}.chat-bubble-clarify{padding:12px 14px;border-radius:12px;background:#fffbe6;border:1px solid #ffe58f}.chat-loading{display:flex;align-items:center;gap:8px;color:var(--chat-muted);font-size:14px}.chat-loading-dots{display:inline-flex;gap:4px}.chat-loading-dots span{width:5px;height:5px;border-radius:50%;background:var(--chat-muted);opacity:.45;animation:chat-dot-bounce 1.2s infinite ease-in-out}.chat-loading-dots span:nth-child(2){animation-delay:.15s}.chat-loading-dots span:nth-child(3){animation-delay:.3s}@keyframes chat-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-3px);opacity:1}}.reply-badge{margin-bottom:10px}.segment-card,.advice-card{min-width:0}.segment-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.segment-stat{display:flex;align-items:baseline;gap:8px;margin:14px 0 10px;padding:10px 14px;background:#f6ffed;border:1px solid #d9f7be;border-radius:10px}.segment-stat-value{font-size:20px;font-weight:600;color:#389e0d;line-height:1}.segment-stat-label{font-size:13px;color:var(--chat-muted)}.segment-samples{margin-bottom:12px;font-size:13px;padding:10px 12px;background:#fafafa;border-radius:10px;border:1px solid var(--chat-border)}.segment-samples ul{margin:6px 0 0;padding-left:18px;color:#595959}.segment-preview-block{margin-top:16px;padding-top:16px;border-top:1px solid var(--chat-border)}.segment-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.segment-offer-panel{margin-top:16px;padding:12px 14px;border-radius:12px;background:#f7f8fa;border:1px solid var(--chat-border)}.segment-offer-text{display:block;color:var(--chat-text);font-size:14px;line-height:1.6}.segment-offer-hint{display:block;margin-top:10px;font-size:12px}.segment-option-group{display:flex;flex-direction:column;gap:8px;margin-top:12px}.segment-option-group .ant-checkbox-wrapper{margin-inline-start:0!important;color:var(--chat-text)}.segment-dimension-block{margin-top:12px}.segment-dimension-header,.segment-manual-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.segment-cross-mode-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding:8px 10px;border-radius:8px;background:#00000008}.segment-mode-toggle-wrap{display:flex;align-items:center;gap:6px}.segment-mode-toggle-label{font-size:12px;white-space:nowrap}.segment-dimension-mode .ant-radio-button-wrapper{font-size:12px;padding-inline:8px}.segment-dimension-title{display:block;font-size:13px;font-weight:500;margin-bottom:0;color:var(--chat-text)}.segment-dimension-block>.segment-dimension-title{margin-bottom:8px}.segment-radio-group{display:flex;flex-direction:column;gap:8px}.segment-radio-group .ant-radio-wrapper{margin-inline-start:0!important;color:var(--chat-text)}.segment-manual-collapse{margin-top:8px}.segment-manual-collapse .ant-collapse-header{padding:8px 0!important;color:var(--chat-accent)!important}.segment-manual-form{display:flex;flex-direction:column;gap:10px}.segment-manual-section{display:flex;flex-direction:column;gap:10px;padding:10px;border-radius:8px;background:#00000005;border:1px solid rgba(0,0,0,.06)}.segment-manual-section-title{display:block;font-size:13px;font-weight:500;color:var(--chat-text)}.segment-manual-row{display:grid;grid-template-columns:72px 1fr;gap:8px;align-items:center}.segment-manual-row-with-mode{display:block}.segment-manual-row-with-mode .segment-manual-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.segment-manual-note{font-size:12px}.chat-input-wrap{flex-shrink:0;padding:12px 16px 20px;background:linear-gradient(180deg,#fff0,#fff 24%)}.chat-input-inner{max-width:var(--chat-max-width);margin:0 auto}.chat-input-bar{display:flex;align-items:flex-end;gap:8px;padding:10px 12px 10px 16px;background:#fff;border:1px solid var(--chat-border);border-radius:20px;box-shadow:0 2px 12px #0000000a;transition:border-color .2s,box-shadow .2s}.chat-input-bar:focus-within{border-color:#c9d2fe;box-shadow:0 2px 16px #4d6bfe14}.chat-input-bar textarea{flex:1;border:none!important;box-shadow:none!important;resize:none;padding:6px 0!important;background:transparent!important;font-size:15px!important;line-height:1.5!important}.chat-input-bar textarea:focus{box-shadow:none!important}.chat-input-bar textarea::placeholder{color:#b0b0b0}.chat-send-btn{flex-shrink:0;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border:none!important;border-radius:50%!important;display:inline-flex!important;align-items:center;justify-content:center;background:var(--chat-accent)!important;color:#fff!important;box-shadow:none!important}.chat-send-btn:not(:disabled):hover{background:#3d5ce8!important;color:#fff!important}.chat-send-btn:disabled{background:#e5e7eb!important;color:#a3a3a3!important}.chat-input-hint{display:block;margin-top:8px;text-align:center;font-size:12px;color:#c4c4c4}.category-pref-select.ant-select-single .ant-select-selector{height:auto!important;min-height:32px}.category-pref-select .ant-select-selection-item{white-space:normal!important;word-break:break-word;overflow-wrap:anywhere;line-height:1.35;padding-block:4px}.category-pref-select-dropdown .ant-select-item-option-content{white-space:normal;word-break:break-word;overflow-wrap:anywhere;line-height:1.35}.category-pref-select-dropdown .ant-select-item{min-height:auto;height:auto;padding-top:6px;padding-bottom:6px}
