.satm .am-orb-head{display:flex;align-items:center;gap:10px;padding:4px 2px 8px}.satm .am-orb{width:30px;height:30px;border-radius:50%;position:relative;flex:none;background:radial-gradient(circle at 35% 35%,#c2eef6,#2a9aab 55%,#06222d);box-shadow:0 0 12px rgba(95,207,230,.45)}.satm .am-orb:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1px solid rgba(95,207,230,.5);transform:rotate(-22deg) scaleY(.32)}.satm .am-orb-head .t{font-size:11px;color:var(--ink-1)}.satm .am-orb-head .live,.satm .am-orb-head .t{font-family:Geist Mono,monospace;letter-spacing:.16em;text-transform:uppercase}.satm .am-orb-head .live{margin-left:auto;font-size:9px;color:var(--green)}.satm .am-orb-head .live.thinking{color:var(--gold)}.satm .am-msg{display:flex;gap:10px}.satm .am-msg .av{width:28px;height:28px;border-radius:50%;flex:none;display:inline-flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:10px}.satm .am-msg.user{flex-direction:row-reverse}.satm .am-msg.user .av{background:linear-gradient(135deg,#5fcfe6,#2a9aab 50%,#1a4855);color:#03060c;font-weight:600}.satm .am-msg.agent .av{background:radial-gradient(circle at 35% 35%,#c2eef6,#2a9aab 55%,#06222d);box-shadow:0 0 10px rgba(95,207,230,.4)}.satm .am-body-wrap{max-width:84%;display:flex;flex-direction:column;gap:8px;min-width:0}.satm .am-msg.user .am-body-wrap{align-items:flex-end}.satm .am-bubble{padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.satm .am-msg.agent .am-bubble{background:var(--p-bg);border:1px solid var(--p-bd);color:var(--ink-1);border-top-left-radius:5px}.satm .am-msg.user .am-bubble{background:linear-gradient(135deg,rgba(95,207,230,.2),rgba(42,154,171,.16));border:1px solid rgba(95,207,230,.3);color:var(--ink-0);border-top-right-radius:5px}.satm .am-bubble b,.satm .am-bubble strong{color:var(--ink-0)}.satm .am-bubble a{color:var(--teal-1)}.satm .am-bubble p{margin:0 0 8px}.satm .am-bubble p:last-child{margin-bottom:0}.satm .am-bubble pre{overflow-x:auto;background:rgba(0,0,0,.3);border-radius:8px;padding:10px;font-size:12px}.satm .am-stream-label{display:block;font-family:Geist Mono,monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-1);margin-bottom:5px}.satm .am-tool{font-size:11px;padding:1px 0}.satm .am-thinking,.satm .am-tool{font-family:Geist Mono,monospace;color:var(--ink-2)}.satm .am-thinking{font-size:12px;white-space:pre-wrap}.satm .am-dock{flex:1;min-width:0}.satm .am-suggest{display:flex;gap:7px;overflow-x:auto;padding-bottom:9px;scrollbar-width:none}.satm .am-suggest::-webkit-scrollbar{height:0}.satm .am-suggest .s{flex:none;padding:7px 13px;border-radius:999px;background:rgba(95,207,230,.08);border:1px solid rgba(95,207,230,.22);color:var(--ink-1);font-size:12px;white-space:nowrap}.satm .am-input{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:8px 10px;background:rgba(8,16,24,.92);border:1px solid var(--p-bd);border-radius:16px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.satm .am-input textarea{background:transparent;border:none;resize:none;color:var(--ink-0);font-size:14px;padding:8px 6px;max-height:80px;min-width:0}.satm .am-input .mic{width:38px;height:38px;border-radius:50%;background:rgba(255,107,138,.08);border:1px solid rgba(255,107,138,.3);color:#ff97aa;font-size:16px;display:inline-flex;align-items:center;justify-content:center;flex:none}.satm .am-input .mic.rec{background:#ff6b8a;color:#fff;animation:am-micp 1.4s infinite}.satm .am-input .mic:disabled{opacity:.6}@keyframes am-micp{50%{box-shadow:0 0 0 6px rgba(255,107,138,.12)}}.satm .am-input .send{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#5fcfe6,#2a9aab);color:#03060c;border:none;font-size:16px;flex:none}.satm .am-input .send:disabled{opacity:.45}.satm .am-mic-hint{grid-column:1/-1;font-family:Geist Mono,monospace;font-size:10px;color:var(--ink-3);padding:2px 4px 0}.satm .am-mic-hint.error{color:var(--red)}.satm .action-card{border-radius:11px}.satm .action-card .ah{padding:9px 11px}.satm .action-card .ab{padding:11px;gap:8px}.satm .action-card .body{padding:11px}.satm .action-card .cta-row{padding:9px 11px;gap:7px}.satm .action-card .cta-row .btn{padding:9px 12px;font-size:12px}.satm .token-glyph{width:22px;height:22px;font-size:8px}.satm .swap-card .pair{grid-template-columns:1fr;gap:7px}.satm .swap-card .leg{padding:10px}.satm .swap-card .leg .amt{font-size:20px;word-break:break-all}.satm .swap-card .arrow{transform:rotate(90deg);width:24px;height:24px;font-size:14px}.satm .swap-card .meta-grid{gap:8px 10px}.satm .report-card .grid,.satm .swap-card .meta-grid{grid-template-columns:repeat(2,1fr)}