:root{color-scheme:light;font-family:Inter,Noto Sans SC,system-ui,-apple-system,sans-serif;background:#f6f7fb;letter-spacing:-.01em}*{box-sizing:border-box}body{margin:0;background:#f6f7fb;color:#111827}.app-shell{min-height:100vh;display:grid;grid-template-columns:220px 1fr}.sidebar{background:#101828;color:#e5e7eb;padding:22px 18px;display:flex;flex-direction:column;gap:20px;border-right:1px solid rgba(255,255,255,.06)}.brand{font-weight:800;font-size:18px}.mood-block{display:flex;flex-direction:column;gap:10px;align-items:center;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);border-radius:14px}.mood-block img{width:120px;height:120px;border-radius:14px;border:1px solid rgba(255,255,255,.1);object-fit:cover}.mood-text{display:flex;flex-direction:column;gap:4px}.mood-line{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;color:#e5e7eb}.social-buttons{display:flex;flex-direction:column;gap:8px}.wide-btn{width:100%}.small{font-size:12px}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:8px}.pill-info{background:#ffffff14;border-radius:14px;padding:10px;font-size:13px;color:#e5e7eb}.status-line{display:flex;align-items:center;gap:8px;color:#cbd5e1;font-size:13px}.content{padding:20px 24px 28px;display:flex;flex-direction:column;gap:18px}.content-compact{padding-top:8px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.topbar h1{margin:6px 0;font-size:26px}.subtext{margin:0;color:#6b7280}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#6e59e6}.top-actions{display:flex;align-items:center;gap:10px}button{border:none;border-radius:12px;padding:10px 16px;background:#111827;color:#fff;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}button:disabled{opacity:.6;cursor:not-allowed}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #11182733}.primary{width:100%;background:#111827;color:#fff}.soft{background:#ecf0f7;color:#0f172a;border:1px solid #d9dfec;box-shadow:none}.pill{display:inline-flex;background:#eceffd;border:1px solid #dde3ff;border-radius:999px;overflow:hidden}.pill button{background:transparent;border:none;color:#1f2937;padding:8px 14px;cursor:pointer;font-weight:600}.pill button.active{background:#111827;color:#fff}.chat-card.full{width:100%}.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 10px 30px #1118270d}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.muted{color:#6b7280;font-size:14px}.badge.warning{background:#fff4e5;border:1px solid #fbbf24;color:#b45309;padding:6px 10px;border-radius:10px;font-size:13px}.messages{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px;height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.messages.tall{height:calc(100vh - 200px)}.message{padding:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff}.message.assistant{border-color:#dbeafe;background:#eff6ff}.message.user{align-self:flex-end;background:#f5f3ff;border-color:#e4e0ff}.meta{display:flex;justify-content:space-between;color:#6b7280;font-size:12px;margin-bottom:4px}.composer{display:flex;gap:10px;margin-top:12px}.composer input,.token-actions input{flex:1;background:#f8fafc;border:1px solid #d9dfec;border-radius:12px;padding:12px;color:#0f172a;outline:none}.composer input:focus,.token-actions input:focus{border-color:#6e59e6;box-shadow:0 0 0 3px #6e59e626}.error{margin-top:10px;color:#b91c1c;font-size:14px}.side-card{display:flex;flex-direction:column;gap:14px}.agent-block{display:flex;gap:12px;align-items:center;padding:10px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}.agent-block img{width:72px;height:72px;border-radius:12px;border:1px solid #e5e7eb;object-fit:cover}.agent-name{display:flex;align-items:center;gap:8px;font-weight:700}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.card-section{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fdfdff}.token-actions{display:flex;flex-direction:column;gap:10px}.token-buttons{display:flex;gap:8px}.token-card{margin-top:10px;background:#fff;border-radius:12px;padding:10px;border:1px solid #e5e7eb}.row{display:flex;justify-content:space-between;margin-bottom:6px;color:#1f2937}.holders ul{list-style:none;padding:0;margin:8px 0}.holders li{display:flex;justify-content:space-between;color:#374151;font-size:14px}.mono{font-family:JetBrains Mono,SFMono-Regular,ui-monospace,monospace}.timestamp{color:#6b7280;font-size:12px}.analysis{white-space:pre-wrap;color:#1f2937}.empty{color:#6b7280;font-size:14px;padding:10px 0}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:16px;z-index:20}.modal-card{width:min(720px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 20px 60px #1118272e;display:flex;flex-direction:column;gap:12px}.lang-pill.wide{width:100%;justify-content:space-between}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;gap:12px}.nav{flex-direction:row;flex-wrap:wrap}.content{padding:20px}.main-grid{grid-template-columns:1fr}}@media(max-width:720px){.topbar{flex-direction:column}.top-actions{align-self:flex-start}.suggestions{grid-template-columns:1fr}}
