:root{--bg:#f1f4f9;--bg-secondary:#e8edf5;--surface:rgba(255,255,255,0.72);--surface-strong:rgba(255,255,255,0.88);--surface-solid:#ffffff;--line:rgba(36,42,56,0.08);--line-strong:rgba(36,42,56,0.14);--text-primary:#111827;--text-secondary:#5b6474;--text-tertiary:#8c96a5;--blue:#0a84ff;--blue-soft:rgba(10,132,255,0.12);--green:#34c759;--red:#ff453a;--shadow-lg:0 28px 60px rgba(77,90,120,0.16);--shadow-md:0 14px 30px rgba(77,90,120,0.1);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;color:var(--text-primary);background:radial-gradient(circle at top left,rgba(10,132,255,.22),transparent 28%),radial-gradient(circle at 90% 0,rgba(118,182,255,.22),transparent 30%),linear-gradient(180deg,#f7f9fc,#eef2f8 46%,#e8edf5)}button,textarea{font:inherit}button{letter-spacing:0}code{font-family:SF Mono,Cascadia Code,Consolas,monospace}.app-frame{width:min(1500px,calc(100% - 32px));margin:18px auto 28px}.status-shell{display:flex;justify-content:space-between;align-items:center;padding:4px 8px 16px;color:var(--text-secondary);font-size:.95rem}.status-title{font-weight:700;color:var(--text-primary)}.device-shell{display:grid;grid-template-columns:minmax(340px,420px) minmax(0,1fr);gap:20px}.chat-panel,.report-panel{min-height:calc(100vh - 88px);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.chat-panel{grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:16px}.chat-panel,.report-panel{border-radius:var(--radius-xl);padding:22px;display:grid}.report-panel{align-content:start;gap:18px}.chat-header,.detail-head,.detail-row,.insight-item,.legend-item,.report-header,.section-head,.voice-card{display:flex;justify-content:space-between;gap:14px}.chat-header{align-items:flex-start}.eyebrow{margin:0 0 6px;font-size:.76rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em}.chat-header h1,.report-header h2{margin:0;font-size:clamp(2rem,3vw,2.7rem);line-height:1.02;font-weight:750}.brand-copy,.detail-meta,.helper-copy,.insight-item p,.message-meta,.section-head p,.summary-card small,.voice-copy{color:var(--text-secondary)}.brand-copy,.helper-copy,.section-head p,.voice-copy{margin:8px 0 0;line-height:1.55}.chat-header-pill,.report-badge{flex:none;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.72);padding:10px 14px;font-size:.88rem;color:var(--text-secondary)}.chat-bubble,.composer,.empty-state,.summary-card,.surface-card,.voice-card{border:1px solid var(--line);background:var(--surface-strong);box-shadow:var(--shadow-md)}.voice-card{align-items:center;border-radius:var(--radius-lg);padding:16px 18px}.voice-title{margin:0;font-size:1rem;font-weight:700}.voice-button{flex:none;width:56px;height:56px;border-radius:50%;border:0;background:var(--surface-solid);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(17,24,39,.06);cursor:pointer}.voice-button:disabled{opacity:.45;cursor:not-allowed}.voice-button-core{width:18px;height:28px;border-radius:12px;background:var(--blue);position:relative}.voice-button-core:before{bottom:-7px;width:18px;height:10px;border:2px solid var(--blue);border-top:0;border-radius:0 0 12px 12px}.voice-button-core:after,.voice-button-core:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.voice-button-core:after{bottom:-13px;width:2px;height:8px;background:var(--blue)}.icon-button.is-active,.voice-button.is-active{background:var(--red);box-shadow:0 0 0 7px rgba(255,69,58,.14),inset 0 0 0 1px rgba(255,69,58,.18)}.icon-button.is-active .mic-glyph,.icon-button.is-active .mic-glyph:after,.icon-button.is-active .mic-glyph:before,.voice-button.is-active .voice-button-core,.voice-button.is-active .voice-button-core:after,.voice-button.is-active .voice-button-core:before{background:#ffffff;border-color:#ffffff}.chat-messages{min-height:0;overflow:auto;padding-right:4px;display:grid;gap:12px;align-content:start}.message-row{display:flex}.message-row.user{justify-content:flex-end}.chat-bubble{max-width:86%;border-radius:20px;padding:14px 16px}.message-row.user .chat-bubble{background:linear-gradient(180deg,#0a84ff,#0071eb);border-color:transparent}.message-row.user .chat-bubble p,.message-row.user .message-meta{color:rgba(255,255,255,.92)}.chat-bubble p{margin:0;line-height:1.5;white-space:pre-wrap;word-break:break-word}.message-meta{margin-top:8px;font-size:.76rem}.prompt-row{display:flex;gap:10px;overflow:auto;padding-bottom:2px}.prompt-pill{flex:none;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.68);color:var(--text-primary);cursor:pointer}.composer{border-radius:26px;padding:10px}.composer textarea{width:100%;min-height:52px;max-height:160px;resize:none;border:0;background:transparent;color:var(--text-primary);padding:8px 8px 14px;outline:none}.composer textarea::placeholder{color:var(--text-tertiary)}.composer-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.icon-button,.send-button{border:0;cursor:pointer}.icon-button{width:42px;height:42px;border-radius:50%;background:rgba(10,132,255,.08);display:grid;place-items:center}.icon-button:disabled,.send-button:disabled{opacity:.5;cursor:not-allowed}.mic-glyph{width:12px;height:18px;border-radius:8px;background:var(--blue);position:relative}.mic-glyph:before{bottom:-5px;width:12px;height:7px;border:1.8px solid var(--blue);border-top:0;border-radius:0 0 10px 10px}.mic-glyph:after,.mic-glyph:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.mic-glyph:after{bottom:-10px;width:2px;height:6px;background:var(--blue)}.send-button{min-width:72px;min-height:42px;border-radius:999px;padding:0 16px;background:var(--blue);color:#ffffff;font-weight:700}.report-grid,.summary-strip{display:grid;gap:14px}.summary-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-card,.surface-card{border-radius:var(--radius-lg);padding:18px}.summary-card{min-height:132px;display:grid;align-content:start;gap:8px}.summary-card span{font-size:.82rem;color:var(--text-tertiary)}.donut-hole strong,.summary-card strong{font-size:clamp(1.4rem,2vw,2.15rem);line-height:1.05;font-weight:760}.summary-card.emphasis{background:linear-gradient(180deg,rgba(10,132,255,.98),rgba(0,113,235,.95));border-color:transparent}.summary-card.emphasis small,.summary-card.emphasis span,.summary-card.emphasis strong{color:#ffffff}.report-grid{grid-template-columns:1.05fr 1fr}.section-head{align-items:end;margin-bottom:16px}.section-head h3{margin:0;font-size:1.08rem}.section-head p{margin-top:4px}.donut-wrap{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:20px;align-items:center}.donut-chart{width:min(100%,240px);place-items:center;margin:0 auto}.donut-chart,.donut-hole{aspect-ratio:1;border-radius:50%;display:grid}.donut-hole{width:58%;background:rgba(255,255,255,.92);place-items:center;text-align:center;padding:12px}.detail-date,.donut-hole span,.legend-item span,.trend-label,.trend-value{font-size:.82rem}.detail-list,.insight-list,.legend-list{display:grid;gap:12px}.legend-item,.legend-left{align-items:center}.legend-left{min-width:0;display:flex;gap:10px}.legend-swatch{width:10px;height:10px;border-radius:50%;flex:none}.legend-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trend-bars{min-height:228px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:end}.trend-bar-col{display:grid;justify-items:center;gap:10px}.trend-bar{width:100%;min-height:10px;border-radius:999px 999px 12px 12px;background:linear-gradient(180deg,rgba(10,132,255,.96),rgba(10,132,255,.26))}.trend-bar.empty{background:rgba(17,24,39,.08)}.detail-row,.empty-state,.insight-item{border-radius:var(--radius-md);padding:14px 16px;background:rgba(255,255,255,.66)}.insight-item{align-items:center}.detail-amount,.insight-item strong{font-size:1rem}.insight-item p{margin:0;line-height:1.5}.detail-row{align-items:flex-start}.detail-main{display:grid;gap:5px}.detail-note{margin:0;font-size:1rem;font-weight:600}.detail-tag{border-radius:999px;padding:4px 10px;background:var(--blue-soft);color:var(--blue);font-size:.8rem;font-weight:600}.empty-state{color:var(--text-secondary);line-height:1.5}.helper-copy{margin:2px 0 0;font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1180px){.device-shell{grid-template-columns:1fr}.chat-panel,.report-panel{min-height:auto}.summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.report-grid{grid-template-columns:1fr}}@media (max-width:720px){.app-frame{width:min(100% - 18px,100%);margin:12px auto 20px}.status-shell{padding:2px 4px 12px;font-size:.86rem}.device-shell{gap:14px}.chat-panel,.report-panel{border-radius:26px;padding:16px}.report-header,.voice-card{flex-direction:column;align-items:flex-start}.donut-wrap,.summary-strip{grid-template-columns:1fr}.composer-actions{justify-content:flex-end}}