.sa-root{--brand:#006b62;--brand-dark:#005149;--brand-soft:#d5efea;--canvas:#f7f9f7;--surface:#fff;--surface-soft:#f0f3f1;--ink:#1b1c1b;--muted:#5d625f;--line:#d9e0dc;--outline:#818985;--success:#2d6948;--success-soft:#dcede2;--warning:#725300;--warning-soft:#f7e8be;--danger:#b3261e;--danger-soft:#ffdad6}
.sa-root *{box-sizing:border-box}
.sa-root{margin:0;background:#edf2ef;color:var(--ink);font:14px/1.6 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}
.sa-root h1,.sa-root h2,.sa-root h3,.sa-root p{margin:0}
.sa-root button,.sa-root input,.sa-root textarea,.sa-root select{font:inherit;color:inherit}
.sa-root button{cursor:pointer;min-height:48px;border:0;background:none;-webkit-tap-highlight-color:transparent}
.sa-root button:hover:not(:disabled){filter:brightness(.96)}
.sa-root button:active:not(:disabled){filter:brightness(.90)}
.sa-root button:disabled{opacity:1;background:#e2e7e4!important;color:#65716a!important;cursor:default}
.sa-root button:focus-visible,.sa-root a:focus-visible,.sa-root input:focus-visible,.sa-root select:focus-visible,.sa-root textarea:focus-visible,.sa-root summary:focus-visible{outline:3px solid #388b82;outline-offset:3px}
.sa-root a{color:var(--brand-dark)}
.sa-root [hidden]{display:none!important}
.sa-root svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.sa-root input,.sa-root select,.sa-root textarea{width:100%;padding:12px;border:1px solid var(--outline);border-radius:8px;background:var(--surface);min-height:52px;line-height:1.6}
.sa-root textarea{resize:vertical}
.sa-root input:focus,.sa-root select:focus,.sa-root textarea:focus{border-color:var(--brand)}
.sa-root{height:810px;display:flex;flex-direction:column;background:var(--canvas);border:1px solid #cbd6cf;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 5px 14px #163e2e06}
.sa-root .appbar{min-height:72px;display:flex;align-items:center;gap:6px;padding:8px 10px;flex-shrink:0}
.sa-root .appbar h3{font-size:19px;font-weight:600;line-height:26px;flex:1;min-width:0}
.sa-root .appbar p{font-size:11px;color:var(--muted);margin-top:2px}
.sa-root .grow{flex:1;min-width:0}
.sa-root .icon-button{width:48px;min-width:48px;min-height:48px;padding:12px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}
.sa-root .body{padding:12px 20px 24px;flex:1;min-height:0;overflow-y:auto;overflow-wrap:anywhere;scrollbar-width:thin}
.sa-root .body h2{font-size:23px;line-height:1.45;font-weight:600;letter-spacing:-.2px}
.sa-root .task-title{font-size:20px!important;line-height:1.55!important}
.sa-root .subtitle{font-size:13px;color:var(--muted);margin-top:10px}
.sa-root .small{font-size:12px}
.sa-root .muted{color:var(--muted)}
.sa-root .body-copy{font-size:14px;line-height:1.8;margin:14px 0}
.sa-root .primary,.sa-root .secondary,.sa-root .tonal,.sa-root .text-button{display:flex;justify-content:center;align-items:center;gap:8px;padding:10px 18px;min-height:48px;border-radius:999px;font-size:14px;font-weight:600;line-height:1.5;text-align:center}
.sa-root .primary{background:var(--brand);color:#fff}
.sa-root .secondary{border:1px solid var(--outline);color:var(--brand-dark)}
.sa-root .tonal{background:var(--brand-soft);color:var(--brand-dark)}
.sa-root .text-button{color:var(--brand-dark);background:transparent}
.sa-root .danger{color:var(--danger)}
.sa-root .footer{flex-shrink:0;padding:14px 20px 18px;background:var(--surface);border-top:1px solid var(--line);display:grid;gap:8px}
.sa-root .footer p{font-size:11px;color:var(--muted);text-align:center}
.sa-root .pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.sa-root .welcome{padding:25px 0 26px}
.sa-root .avatar{height:54px;width:54px;border-radius:16px;background:var(--brand-soft);color:var(--brand-dark);display:grid;place-items:center;margin-bottom:18px}
.sa-root .avatar svg{width:30px;height:30px}
.sa-root .welcome h2{font-size:26px;line-height:1.4}
.sa-root .welcome p{font-size:14px;color:var(--muted);margin-top:10px;line-height:1.8}
.sa-root .suggestions{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sa-root .suggestions button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:13px 0;gap:12px;min-height:56px;font-size:13px}
.sa-root .suggestions button+button{border-top:1px solid var(--line)}
.sa-root .suggestions svg{width:17px;color:var(--muted)}
.sa-root .office-entry{width:100%;display:flex;align-items:center;gap:9px;text-align:left;color:var(--brand-dark);margin-top:15px;font-size:13px;padding:10px 0}
.sa-root .office-entry span{flex:1}
.sa-root .office-entry svg{width:21px}
.sa-root .composer{position:relative;z-index:2;padding:12px 18px 14px;background:var(--surface);border-top:1px solid var(--line)}
.sa-root .composer>label{font-size:12px;font-weight:600;display:block;margin:8px 0 7px}
.sa-root .composer textarea{min-height:84px;max-height:130px;background:var(--canvas);font-size:14px;border-color:#b6c4bd;resize:none;pointer-events:auto;user-select:text;-webkit-user-select:text;touch-action:manipulation}
.sa-root .compose-tools{display:flex;justify-content:space-between;align-items:center;margin:0 0 2px}
.sa-root .compose-tools>div{display:flex}
.sa-root .compose-tools .icon-button{color:var(--muted)}
.sa-root .send-button{width:48px;height:48px;border-radius:50%;background:var(--brand);color:white;display:grid;place-items:center}
.sa-root .attachment{display:flex;align-items:center;gap:8px;padding:4px 7px;background:var(--surface-soft);border-radius:10px;margin-bottom:8px;font-size:12px}
.sa-root .attachment span{flex:1;min-width:0;overflow-wrap:anywhere}
.sa-root .attachment svg{width:20px}
.sa-root .conversation-task{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px;margin:16px 0}
.sa-root .conversation-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--brand-dark)}
.sa-root .conversation-label svg{width:19px}
.sa-root .conversation-task h4{font-size:15px;line-height:1.7;margin:14px 0 6px}
.sa-root .conversation-task p{font-size:12px;color:var(--muted);margin:6px 0 16px}
.sa-root .conversation-task button{width:100%}
.sa-root .eyeline{font-size:12px;color:var(--muted);margin-bottom:8px}
.sa-root .section-title{font-size:14px;font-weight:600;margin:23px 0 10px}
.sa-root .plan-steps{list-style:none;padding:0;margin:10px 0 20px}
.sa-root .plan-steps li{display:flex;gap:12px;padding:10px 0;align-items:flex-start}
.sa-root .plan-steps li>span,.sa-root .mini-number{width:28px;height:28px;background:var(--brand-soft);color:var(--brand-dark);display:grid;place-items:center;border-radius:50%;flex-shrink:0;font-size:12px}
.sa-root .plan-steps strong{font-size:14px;font-weight:600}
.sa-root .plan-steps p{font-size:12px;color:var(--muted);margin-top:3px}
.sa-root .field-label{display:block;font-size:13px;font-weight:600;margin:15px 0 7px}
.sa-root .check{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.7;padding:10px 0;cursor:pointer;min-height:48px}
.sa-root .check input{width:20px;min-height:20px;height:20px;flex-shrink:0;margin:2px 0;accent-color:var(--brand)}
.sa-root .notice{background:var(--surface-soft);padding:12px 14px;border-radius:10px;color:var(--muted);font-size:12px;line-height:1.75;margin:16px 0}
.sa-root .notice.warn{color:var(--warning);background:var(--warning-soft)}
.sa-root .status{display:flex;gap:8px;align-items:center;color:var(--brand-dark);font-size:13px;font-weight:600;margin:5px 0 16px}
.sa-root .status svg{width:20px}
.sa-root .warn,.sa-root .warn-text{color:var(--warning)}
.sa-root .good-text{color:var(--success)}
.sa-root .meta-line{color:var(--muted);font-size:12px;margin:12px 0 18px}
.sa-root .meta-line span{display:block;margin-top:5px}
.sa-root .current-action{background:var(--brand-soft);border-radius:16px;padding:18px;margin:20px 0 25px}
.sa-root .current-action h2{font-size:21px;line-height:1.55;color:var(--brand-dark)}
.sa-root .current-action p{color:var(--brand-dark);font-size:12px;margin-top:8px;opacity:.85}
.sa-root .current-action .eyeline{display:block;color:var(--brand-dark)}
.sa-root .progress{height:5px;background:#b9d9ce;border-radius:8px;margin-top:20px;overflow:hidden}
.sa-root .progress>span{height:100%;display:block;background:var(--brand);transition:width .3s}
.sa-root .timeline{list-style:none;padding:0;margin:0}
.sa-root .timeline li{padding:0 0 21px 23px;position:relative;font-size:13px}
.sa-root .timeline li:before{content:'';position:absolute;left:1px;top:7px;width:9px;height:9px;border:2px solid #91a99d;border-radius:50%;background:var(--canvas)}
.sa-root .timeline li:after{content:'';position:absolute;left:5px;top:21px;bottom:3px;width:1px;background:var(--line)}
.sa-root .timeline li:last-child:after{display:none}
.sa-root .timeline .done:before,.sa-root .timeline .active:before{background:var(--brand);border-color:var(--brand)}
.sa-root .timeline .active strong{color:var(--brand-dark)}
.sa-root .timeline strong{font-weight:550}
.sa-root .timeline p{font-size:12px;color:var(--muted);margin-top:4px}
.sa-root .facts{padding:8px 15px;background:var(--surface-soft);border-radius:12px;margin:19px 0}
.sa-root .facts>div{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:7px 0;font-size:12px}
.sa-root .facts span{color:var(--muted);flex-shrink:0}
.sa-root .facts strong{font-weight:550;text-align:right;overflow-wrap:anywhere}
.sa-root .long-text{min-height:190px;font-size:14px}
.sa-root .source-line{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;margin:12px 0}
.sa-root .source-line svg{width:18px;height:18px}
.sa-root .result-symbol{width:56px;height:56px;border-radius:50%;background:var(--success-soft);color:var(--success);display:grid;place-items:center;margin:8px 0 18px}
.sa-root .result-symbol svg{width:30px;height:30px}
.sa-root .result-items{margin:20px 0;border-top:1px solid var(--line)}
.sa-root .result-items>div{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid var(--line);padding:19px 0}
.sa-root .result-items>div>svg{width:22px;color:var(--brand-dark)}
.sa-root .result-items section{min-width:0}
.sa-root .result-items strong{font-size:14px;font-weight:600}
.sa-root .result-items p{font-size:12px;color:var(--muted);margin-top:5px}
.sa-root .evidence{display:flex;gap:5px;align-items:flex-start;color:var(--success);font-size:12px;margin-top:12px}
.sa-root .evidence svg{width:16px;height:18px}
.sa-root .disclosure{border-bottom:1px solid var(--line);margin:12px 0;font-size:12px}
.sa-root .disclosure summary{color:var(--brand-dark);min-height:48px;padding:14px 0;cursor:pointer}
.sa-root .disclosure p{color:var(--muted);line-height:1.8;padding:0 0 14px}
.sa-root .identity{display:flex;align-items:center;gap:12px;margin:8px 0 20px}
.sa-root .icon-tile{height:48px;width:48px;border-radius:14px;background:var(--surface-soft);color:var(--muted);display:grid;place-items:center;flex-shrink:0}
.sa-root .identity h2{font-size:20px}
.sa-root .identity p{font-size:12px;color:var(--muted);margin-top:4px}
.sa-root .status-list{margin:16px 0;border-top:1px solid var(--line)}
.sa-root .status-list>div{display:flex;gap:10px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:18px 0;font-size:13px}
.sa-root .status-list b{font-size:12px;font-weight:550;text-align:right}
.sa-root .message{margin:15px 0}
.sa-root .sender{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:600;margin-bottom:8px}
.sa-root .sender svg{width:20px;height:20px;color:var(--brand)}
.sa-root .bubble{font-size:14px;line-height:1.8}
.sa-root .bubble p{font-size:13px;color:var(--muted);margin-top:6px}
.sa-root .user{display:flex;justify-content:flex-end}
.sa-root .user .bubble{padding:12px 14px;border-radius:16px 16px 4px 16px;background:var(--brand-soft);max-width:93%;font-size:13px}
.sa-root .chart-panel{padding:4px 16px 16px;background:var(--surface);border:1px solid var(--line);border-radius:14px;margin:20px 0}
.sa-root .chart-panel .section-title{margin-top:14px}
.sa-root .bar-row{margin-top:13px}
.sa-root .bar-row label{display:flex;justify-content:space-between;font-size:12px}
.sa-root .bar-row b{font-weight:600}
.sa-root .bar-row>div{height:7px;background:var(--surface-soft);border-radius:10px;margin-top:7px;overflow:hidden}
.sa-root .bar-row span{height:100%;background:var(--brand);display:block;border-radius:10px}
.sa-root .bar-row:nth-of-type(3) span{opacity:.64}
.sa-root .bar-row:nth-of-type(4) span{opacity:.40}
.sa-root .chart-panel>p{font-size:11px;color:var(--muted);margin-top:16px}
.sa-root .history-row{display:flex;align-items:center;border-bottom:1px solid var(--line)}
.sa-root .history-row>button:first-child{flex:1;text-align:left;padding:18px 0;min-width:0}
.sa-root .history-row strong{font-size:14px;font-weight:550;display:block;overflow-wrap:anywhere}
.sa-root .history-row p{font-size:12px;color:var(--muted);margin-top:5px}
.sa-root .history-row .icon-button{color:var(--muted)}
.sa-root .empty-state{text-align:center;color:var(--muted);padding:42px 10px;font-size:13px}
.sa-root .error-text{color:var(--danger);font-size:12px;margin-top:8px}
.sa-root .inline-answer{margin-top:15px;padding:14px;background:var(--brand-soft);border-radius:12px;font-size:13px}
.sa-root .inline-answer label{display:block;margin:12px 0 5px;font-size:12px}
.sa-root .inline-answer input{font-size:12px}
.sa-root .pill{font-size:11px;padding:4px 8px;border-radius:100px;background:var(--brand-soft);color:var(--brand-dark)}
@media(max-width:720px){.sa-root .body{padding-left:18px;padding-right:18px}}
.sa-icons{display:none!important}.sa-root{height:100dvh;min-height:500px;max-width:460px;margin:0 auto;border:0;border-radius:0;box-shadow:none;background:var(--canvas);color:var(--ink);font:14px/1.6 ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}.sa-root h4{margin:0}.sa-root .body-copy,.sa-root .bubble,.sa-root .evidence{white-space:pre-wrap}.sa-root .source-line{overflow-wrap:anywhere}.sa-root .assistant-table{border-collapse:collapse;width:100%;font-size:12px}.sa-root .assistant-table td,.sa-root .assistant-table th{padding:8px;border-bottom:1px solid var(--line);text-align:left}.sa-root .progress{display:none}.sa-root .error-text{white-space:pre-wrap}.sa-root .bar-row svg{display:block;width:100%;height:100%;stroke:none}.sa-root .bar-row:nth-of-type(3) svg{opacity:.64}.sa-root .bar-row:nth-of-type(4) svg{opacity:.40}.sa-root .history-row>button:first-child{min-width:0;flex:1}

.sa-root .select-trigger{width:100%;padding:12px;border:1px solid var(--outline);border-radius:8px;background:var(--surface);min-height:52px;line-height:1.6;text-align:left}.sa-root .select-trigger:focus-visible{border-color:var(--brand)}

.sa-root .body-copy{color:var(--ink)}.sa-root textarea.long-text{display:block}
