.theme-switcher{--theme-icon-size: 15px;display:inline-flex;flex:0 0 auto;gap:3px;padding:4px;border:1px solid var(--border, #303030);border-radius:12px;background:var(--surface, #121212);box-shadow:0 10px 30px #00000038}.theme-switcher--fallback{position:fixed;z-index:1000;right:18px;top:18px}.dashboard-sidebar .theme-switcher{width:100%;margin-top:10px}.dashboard-sidebar .theme-switcher button{flex:1;min-width:0}.mobile-nav-actions .theme-switcher{grid-column:1 / -1;width:100%}.mobile-nav-actions .theme-switcher button{flex:1}.auth-copy .theme-switcher{margin-top:auto;align-self:flex-start}.app-header .theme-switcher{margin-left:auto}.theme-switcher button{min-width:64px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 9px;border:1px solid transparent;border-radius:8px;color:var(--muted, #ffffff);background:transparent;font:600 14px/1 system-ui,sans-serif;cursor:pointer}.theme-switcher button svg{width:var(--theme-icon-size)!important;height:var(--theme-icon-size)!important;min-width:var(--theme-icon-size);max-width:var(--theme-icon-size);min-height:var(--theme-icon-size);max-height:var(--theme-icon-size);flex:0 0 var(--theme-icon-size);fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-switcher button:hover{color:var(--text, #f2f2f2)}.theme-switcher button[aria-pressed=true]{color:#fff;background:var(--accent, var(--red, #d32f2f));border-color:var(--accent, var(--red, #d32f2f))}.theme-switcher button:focus-visible{outline:3px solid var(--lime, #A9D35E);outline-offset:2px}html[data-theme=dark] .theme-switcher button[aria-pressed=true]{color:#303247}html[data-theme=light] .theme-switcher{box-shadow:0 10px 28px #21212121}@media (max-width: 720px){.theme-switcher{--theme-icon-size: 14px}.theme-switcher--fallback{right:12px;top:12px}.theme-switcher button{min-width:40px;padding-inline:9px}.theme-switcher button span{display:none}.dashboard-sidebar .theme-switcher{width:72px;margin:0;align-self:center}.dashboard-sidebar .theme-switcher button{min-width:0;padding-inline:4px}.mobile-nav-actions .theme-switcher button span{display:inline}}.agent-widget{position:fixed!important;inset:auto 24px calc(24px + env(safe-area-inset-bottom,0px) + var(--agent-visual-bottom,0px)) auto!important;z-index:2147483000!important;display:block!important;visibility:visible!important;opacity:1!important;isolation:isolate;pointer-events:none;font-family:inherit}.agent-launcher{min-height:52px!important;display:flex!important;align-items:center;gap:9px;padding:8px 16px 8px 8px;border:1px solid rgba(15,23,42,.12)!important;border-radius:999px!important;color:#fff!important;background:#5a5d7a!important;box-shadow:0 14px 36px #0f172a38!important;visibility:visible!important;opacity:1!important;-moz-appearance:none;appearance:none;-webkit-appearance:none;transform:none!important;pointer-events:auto;touch-action:manipulation;cursor:pointer}.agent-launcher span{width:36px;height:36px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#303247;background:#a9d35e}.agent-launcher span img{width:100%;height:100%;display:block;object-fit:cover}.agent-launcher b{font-size:14px}.agent-panel{position:absolute;right:0;bottom:64px;width:min(380px,calc(100vw - 24px));height:min(540px,calc(100dvh - 104px));grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden;border:1px solid var(--border,#E5E7EB);border-radius:20px;color:var(--text,#1F2937);background:var(--surface,#FFFFFF);box-shadow:0 24px 70px #0f172a40;pointer-events:auto}.agent-panel:not([hidden]){display:grid;animation:agent-panel-in .18s ease-out both}@keyframes agent-panel-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.agent-panel header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border,#E5E7EB)}.agent-panel header>div{display:grid;gap:2px}.agent-panel header strong{color:var(--heading,#0F172A);font-size:15px}.agent-panel header small{display:flex;align-items:center;gap:6px;color:var(--muted,#6B7280);font-size:11px}.agent-panel header i{width:7px;height:7px;border-radius:50%;background:#22c55e}.agent-panel header button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:10px;color:var(--muted,#6B7280);background:var(--surface-raised,#F2F4F7);font-size:24px;cursor:pointer}.agent-log{min-height:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:16px;overscroll-behavior:contain}.agent-welcome{margin:auto 0;padding:18px;border-radius:16px;text-align:center;background:var(--surface-raised,#F2F4F7)}.agent-welcome strong{color:var(--heading,#0F172A)}.agent-welcome p{margin:7px 0 0;color:var(--muted,#6B7280);font-size:13px;line-height:1.55}.agent-message{max-width:88%;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:7px}.agent-message.is-user{align-self:flex-end;grid-template-columns:minmax(0,1fr)}.agent-message>span{width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#303247;background:#a9d35e;font-size:9px;font-weight:600}.agent-message>span img{width:100%;height:100%;display:block;object-fit:cover}.agent-message.is-user>span{display:none}.agent-message p{margin:0;padding:10px 12px;border-radius:5px 14px 14px;color:var(--text,#1F2937);background:var(--surface-raised,#F2F4F7);font-size:13px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.agent-message.is-user p{border-radius:14px 14px 5px;color:#fff;background:#5a5d7a}.agent-message.is-pending p{color:var(--muted,#6B7280)}.agent-panel form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin:8px 12px 4px;padding:6px;border:1px solid var(--border,#D1D5DB);border-radius:16px;background:var(--surface,#FFFFFF)}.agent-panel textarea{width:100%;min-height:40px;max-height:112px;padding:9px;border:0;outline:0;color:var(--text,#1F2937);background:transparent;resize:none;font:inherit;font-size:13px;line-height:1.5}.agent-panel form button{min-width:58px;height:40px;padding:0 12px;border:0;border-radius:11px;color:#fff;background:#5a5d7a;font-weight:700;cursor:pointer}.agent-panel form button:disabled{opacity:.55;cursor:wait}.agent-note{margin:0;padding:3px 14px 10px;color:var(--muted,#6B7280);font-size:10px;text-align:center}.agent-launcher:focus-visible,.agent-panel button:focus-visible,.agent-panel textarea:focus-visible{outline:3px solid #A9D35E;outline-offset:2px}html[data-theme] body:not(.splash) .agent-widget .agent-launcher:hover:not(:disabled),html[data-theme] body:not(.splash) .agent-widget .agent-launcher:focus-visible:not(:disabled){color:#fff!important;background:#676a88!important;border-color:#fff!important;box-shadow:0 14px 36px #0f172a47!important;transform:none!important}html[data-theme] body:not(.splash) .agent-widget .agent-panel form button{color:#fff!important;background:#5a5d7a!important;border-color:#5a5d7a!important;box-shadow:none!important}html[data-theme] body:not(.splash) .agent-widget .agent-panel header button{color:var(--muted,#6B7280)!important;background:var(--surface-raised,#F2F4F7)!important;border-color:transparent!important;box-shadow:none!important}html[data-theme=dark] .agent-panel{border-color:#4b4e68;color:#f8fafc;background:#2f3147}html[data-theme=dark] .agent-panel header{border-color:#4b4e68}html[data-theme=dark] .agent-panel header strong{color:#fff}html[data-theme=dark] .agent-panel header button,html[data-theme=dark] .agent-welcome,html[data-theme=dark] .agent-message p{background:#3a3d57}html[data-theme=dark] .agent-message.is-user p{background:#5a5d7a}html[data-theme=dark] .agent-panel form{border-color:#555873;background:#34364d}html[data-theme=dark] .agent-panel textarea{color:#fff}@media (max-width:720px){.agent-widget{inset:auto max(14px,env(safe-area-inset-right,0px)) max(calc(96px + env(safe-area-inset-bottom,0px)),calc(18px + env(safe-area-inset-bottom,0px) + var(--agent-visual-bottom,0px))) auto!important}body.dashboard-page .agent-widget{bottom:max(calc(132px + env(safe-area-inset-bottom,0px)),calc(82px + env(safe-area-inset-bottom,0px) + var(--agent-visual-bottom,0px)))!important}.agent-launcher b{display:none}.agent-launcher{width:56px!important;min-width:56px!important;height:56px!important;justify-content:center;padding:9px!important;border:2px solid #FFFFFF!important;box-shadow:0 10px 28px #0f172a52!important}.agent-launcher span{width:36px;height:36px}.agent-panel{bottom:60px;width:calc(100vw - 24px);height:min(520px,calc(var(--agent-visual-height,100dvh) - 92px))}body.dashboard-page .agent-panel{height:min(500px,calc(var(--agent-visual-height,100dvh) - 156px))}}@media (prefers-reduced-motion:reduce){.agent-panel:not([hidden]){animation:none}}
