:root{--chat-font:-apple-system-body, ui-sans-serif, -apple-system, "system-ui", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, "sans-serif", "Segoe UI Emoji", "Segoe UI Symbol";--chat-page:#fff;--chat-sidebar-bg:#fff;--chat-composer-bg:#fff;--chat-layer-2:#f3f3f3;--chat-text:#0d0d0d;--chat-text-2:#5d5d5d;--chat-text-3:#8f8f8f;--chat-placeholder:#8f8f8f;--chat-border:#0000001a;--chat-border-strong:#0003;--chat-border-composer-sm:#b9b9b9;--chat-hover:#0000000d;--chat-accent:#0285ff;--chat-send-bg:#0d0d0d;--chat-send-fg:#fff;--chat-send-bg-hover:#212121;--chat-composer-shadow:#0000000a 0 0 0 1px, #0000000a 0 2px 8px 0, #00000006 0 4px 80px 8px;--chat-composer-shadow-sm:#0000000d 0 4px 16px 0}@media (prefers-color-scheme:dark){:root{--chat-page:#000;--chat-sidebar-bg:#000;--chat-composer-bg:#212121;--chat-layer-2:#303030;--chat-text:#fff;--chat-text-2:#cdcdcd;--chat-text-3:#afafaf;--chat-placeholder:#cdcdcd;--chat-border:#ffffff26;--chat-border-strong:#fff3;--chat-border-composer-sm:#fff3;--chat-hover:#ffffff0d;--chat-accent:#48aaff;--chat-send-bg:#fff;--chat-send-fg:#0d0d0d;--chat-send-bg-hover:#e8e8e8}}.chat-root{background:var(--chat-page);min-height:100dvh;color:var(--chat-text);font-family:var(--chat-font);display:flex}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.chat-center{box-sizing:border-box;flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;gap:24px;padding:52px 24px;display:flex}.chat-topbar{z-index:2;align-items:center;gap:8px;height:52px;padding:0 24px;display:flex;position:absolute;top:0;left:0;right:0}.chat-topbar__title{display:block}.chat-note{color:var(--chat-text-2);text-align:center;padding:0 24px;font-size:12px;line-height:16px;position:absolute;bottom:4px;left:0;right:0}.chat-sidebar{box-sizing:border-box;background:var(--chat-sidebar-bg);width:260px;height:100dvh;box-shadow:inset -1px 0 0 0 var(--chat-border);flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0}.chat-sidebar[data-collapsed=true]{width:52px}.chat-sidebar__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;height:52px;padding:0 8px;display:flex}.chat-sidebar[data-collapsed=true] .chat-sidebar__header{justify-content:center;padding:0 4px}.chat-sidebar__brand{margin-left:6px;display:block}@media (prefers-color-scheme:dark){.brand-logo--invert-dark{filter:invert()}}.chat-sidebar__body{flex-direction:column;flex:1;min-height:0;display:flex}.chat-sidebar__group{flex-direction:column;padding:4px 0 0;display:flex}.chat-sidebar__group--primary{padding:8px 0 0}.chat-sidebar__spacer{flex:1}.chat-sidebar__group--footer{border-top:1px solid var(--chat-border);padding:9px 0 8px}.chat-sidebar__item{box-sizing:border-box;height:36px;color:var(--chat-text);text-align:start;cursor:pointer;background:0 0;border-radius:10px;grid-template-columns:20px 1fr;align-items:center;gap:6px;margin:0 6px;padding:0 10px;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;display:grid}.chat-sidebar__item:hover{background:var(--chat-hover)}.chat-sidebar__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chat-sidebar[data-collapsed=true] .chat-sidebar__item{grid-template-columns:20px;justify-content:center;width:40px;padding:0 10px}.chat-sidebar[data-collapsed=true] .chat-sidebar__label,.chat-sidebar[data-collapsed=true] .chat-sidebar__brand{display:none}.chat-composer{box-sizing:border-box;border:1px solid var(--chat-border-strong);background:var(--chat-composer-bg);width:100%;max-width:768px;min-height:52px;box-shadow:var(--chat-composer-shadow);border-radius:28px;grid-template-rows:36px;grid-template-columns:36px minmax(0,1fr) 80px;align-items:center;padding:7px 10px;display:grid}.chat-composer:focus-within{outline:3px solid var(--chat-accent)}.chat-composer__field{align-items:center;height:36px;min-height:36px;padding-right:6px;display:flex;position:relative}.chat-composer__label{cursor:text;position:absolute;inset:0}.chat-composer__input{width:100%;height:24px;min-height:24px;color:var(--chat-text);resize:none;background:0 0;border:0;outline:none;font-family:inherit;font-size:17px;font-weight:400;line-height:24px;position:relative}.chat-composer__input::placeholder{color:var(--chat-placeholder);font-size:17px}.chat-composer__actions{justify-content:flex-end;align-items:center;gap:8px;height:36px;display:flex}.chat-icon-button{box-sizing:border-box;width:44px;height:44px;min-height:44px;color:var(--chat-text);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;margin:-4px;padding:4px;display:grid}.chat-icon-button:hover{background:var(--chat-hover)}.chat-icon-button--flat{color:var(--chat-text-2);border-radius:8px;margin:0}.chat-send,.chat-send:hover{cursor:pointer;background:0 0}.chat-send:not(:disabled):hover .chat-send__circle{background:var(--chat-send-bg-hover)}.chat-send:disabled{cursor:default;opacity:.35}.chat-send__circle{background:var(--chat-send-bg);width:36px;height:36px;color:var(--chat-send-fg);border-radius:999px;place-items:center;display:grid}.chat-heading{letter-spacing:.07px;width:280px;max-width:100%;min-height:56px;color:var(--chat-text);text-align:center;text-wrap:balance;margin:0 0 24px;font-size:24px;font-weight:400;line-height:28px}.chat-chip-anchor{width:100%;max-width:768px;height:0;position:relative}.chat-chip{box-sizing:border-box;border:1px solid var(--chat-border-strong);background:var(--chat-composer-bg);height:44px;color:var(--chat-text);letter-spacing:-.08px;white-space:nowrap;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:600;line-height:20px;display:flex;position:absolute;top:24px;left:50%;transform:translate(-50%)}.chat-chip:hover{background:var(--chat-layer-2)}.chat-sidebar__item:focus-visible,.chat-icon-button:focus-visible,.chat-chip:focus-visible{outline:2px solid var(--chat-accent);outline-offset:1px}.chat-backdrop{display:none}@media (max-width:639px){.chat-sidebar{z-index:40;position:fixed;top:0;left:0}.chat-sidebar[data-mobile-open=false]{display:none}.chat-backdrop{z-index:35;background:#00000073;border:0;display:block;position:fixed;inset:0}.chat-center{gap:16px;padding:52px 12px 44px}.chat-chip{top:16px}.chat-heading{margin-bottom:16px}.chat-topbar,.chat-note{padding:0 12px}.chat-composer{border-color:var(--chat-border-composer-sm);min-height:56px;box-shadow:var(--chat-composer-shadow-sm);border-radius:40px;grid-template-columns:36px minmax(0,1fr) 36px;align-items:end;column-gap:4px;padding:9px 10px}.chat-composer__input,.chat-composer__input::placeholder{font-size:16px}.chat-composer__voice{display:none}}@media (min-width:640px){.chat-topbar__menu,.chat-topbar__title{display:none}}
.chat-conversation{--chat-msg-font:16px;--chat-msg-line:26px;--chat-bubble-pad-y:10px;--chat-bubble-pad-x:20px;--chat-bubble-radius:23px;--chat-bubble-max:74%;--chat-msg-gap:32px;--chat-bubble-bg:#f5f5f5;--chat-pass:#0f7a3d;--chat-fail:#b42318;flex-direction:column;flex:1;min-height:0;display:flex}@media (prefers-color-scheme:dark){.chat-conversation{--chat-bubble-bg:#303030;--chat-pass:#4ac07a;--chat-fail:#f97066}}.chat-main--conversation{height:100dvh}.chat-main--conversation .chat-topbar{background:var(--chat-page)}.chat-thread{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.chat-thread__inner{box-sizing:border-box;width:100%;max-width:816px;margin:0 auto;padding:76px 24px 24px;position:relative}.chat-msg{font-size:var(--chat-msg-font);line-height:var(--chat-msg-line);display:flex}.chat-msg+.chat-msg{margin-top:var(--chat-msg-gap)}.chat-msg--user{justify-content:flex-end}.chat-msg--assistant{justify-content:flex-start}.chat-bubble{max-width:var(--chat-bubble-max);box-sizing:border-box;padding:var(--chat-bubble-pad-y) var(--chat-bubble-pad-x);border-radius:var(--chat-bubble-radius);background:var(--chat-bubble-bg);color:var(--chat-text);white-space:pre-wrap;overflow-wrap:anywhere}.chat-answer{width:100%;min-width:0;color:var(--chat-text)}.chat-answer__p{overflow-wrap:anywhere;margin:0}.chat-answer__p+.chat-answer__p,.chat-answer__p+.chat-answer__list,.chat-answer__list+.chat-answer__p,.chat-answer__list+.chat-answer__list{margin-top:16px}.chat-answer__list{margin:0;padding-left:24px}.chat-answer__list li+li{margin-top:4px}.chat-answer strong{font-weight:600}.chat-error{color:var(--chat-fail);margin:0}.chat-typing{height:var(--chat-msg-line);align-items:center;gap:5px;display:flex}.chat-typing__dot,.chat-tool__pulse{background:var(--chat-text-3);border-radius:999px;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-pulse}.chat-typing__dot:nth-child(3){animation-delay:.16s}.chat-typing__dot:nth-child(4){animation-delay:.32s}@keyframes chat-pulse{0%,to{opacity:.28}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.chat-typing__dot,.chat-tool__pulse{opacity:.6;animation:none}}.chat-tool{box-sizing:border-box;border:1px solid var(--chat-border);background:var(--chat-page);border-radius:16px;margin:16px 0;padding:16px}.chat-tool:last-child{margin-bottom:0}.chat-tool--running{align-items:center;gap:8px;padding:12px 16px;display:flex}.chat-tool--empty .chat-tool__title{color:var(--chat-text-2)}.chat-tool__running-label{color:var(--chat-text-2);font-size:14px;line-height:20px}.chat-tool__title{color:var(--chat-text);margin:0;font-size:15px;font-weight:600;line-height:22px}.chat-tool__subtitle{color:var(--chat-text-2);margin:0 0 6px;font-size:13px;font-weight:600;line-height:18px}.chat-tool__block{margin-top:14px}.chat-tool__note{color:var(--chat-text-2);margin:8px 0 0;font-size:14px;line-height:20px}.chat-tool__question{flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin:10px 0 0;font-size:14px;line-height:20px;display:flex}.chat-tool__question-label{color:var(--chat-text-3)}.chat-tool__question-text{color:var(--chat-text);overflow-wrap:anywhere}.chat-tool__status{color:var(--chat-text-3)}.chat-verdict{color:var(--chat-text);align-items:baseline;gap:8px;margin:12px 0 0;font-size:15px;line-height:22px;display:flex}.chat-verdict--yes .chat-mark{color:var(--chat-pass)}.chat-verdict--no .chat-mark{color:var(--chat-text-3)}.chat-mark{flex-shrink:0;font-size:13px;line-height:20px}.chat-mark--yes{color:var(--chat-pass)}.chat-mark--no{color:var(--chat-fail)}.chat-tool__names,.chat-tool__sources,.chat-tool__measures{color:var(--chat-text);margin:0;padding-left:20px;font-size:14px;line-height:22px}.chat-tool__sources{padding-left:0;list-style:none}.chat-tool__sources a{color:var(--chat-accent);overflow-wrap:anywhere;padding:3px 0;text-decoration:underline;display:inline-block}.chat-checklist{margin:12px 0 0;padding:0;list-style:none}.chat-check{border-top:1px solid var(--chat-border);grid-template-columns:16px minmax(0,auto) minmax(0,1fr);align-items:baseline;gap:8px;padding:5px 0;font-size:14px;line-height:20px;display:grid}.chat-check:first-child{border-top:0}.chat-check__label{color:var(--chat-text)}.chat-check__detail{color:var(--chat-text-2);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-check__detail--empty{color:var(--chat-text-3)}.chat-robots{flex-wrap:wrap;gap:6px 14px;margin:0;padding:0;list-style:none;display:flex}.chat-robot{color:var(--chat-text-2);align-items:baseline;gap:6px;font-size:13px;line-height:20px;display:flex}.chat-steps{margin:12px 0 0;padding:0;list-style:none}.chat-step{grid-template-columns:22px minmax(0,1fr);gap:10px;padding:6px 0;display:grid}.chat-step__index{background:var(--chat-layer-2);width:22px;height:22px;color:var(--chat-text-2);border-radius:999px;place-items:center;font-size:12px;line-height:22px;display:grid}.chat-step__body{flex-direction:column;min-width:0;display:flex}.chat-step__title{color:var(--chat-text);font-size:14px;font-weight:600;line-height:22px}.chat-step__detail{color:var(--chat-text-2);font-size:14px;line-height:20px}.chat-dock{background:var(--chat-page);flex-shrink:0;justify-content:center;padding:8px 24px 12px;display:flex}.chat-main--conversation .chat-note{background:var(--chat-page);flex-shrink:0;padding-bottom:4px;position:static}@media (max-width:639px){.chat-thread__inner{padding:64px 12px 16px}.chat-dock{padding:8px 12px 12px}.chat-tool{padding:14px}.chat-check{grid-template-columns:16px minmax(0,1fr)}.chat-check__detail{white-space:normal;grid-column:2}}
