:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201d;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17201d;--muted: #68716e;--line: #e4e8e6;--surface: #f6f8f7;--accent: #183f35;--accent-soft: #eaf2ef;--gold: #a7792b}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}button,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.page{min-height:100vh;background:#fff}.launcher{position:fixed;right:28px;bottom:26px;z-index:20;display:flex;align-items:center;gap:10px;min-height:54px;border:0;border-radius:28px;padding:0 20px;color:#fff;background:var(--accent);box-shadow:0 10px 28px #0c272038;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,width .18s ease}.launcher:hover{transform:translateY(-2px);box-shadow:0 14px 34px #0c272047}.launcher:focus-visible{outline:3px solid #9bc7b8;outline-offset:3px}.launcher--open{width:48px;min-height:48px;padding:0;justify-content:center;display:none}.launcher span{font-size:14px;font-weight:650}.chat-panel{position:fixed;right:28px;bottom:26px;z-index:30;width:min(430px,calc(100vw - 40px));height:min(720px,calc(100vh - 52px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:#fff;border:1px solid #dfe5e2;border-radius:20px;box-shadow:0 24px 70px #111f1b33;animation:panel-in .2s ease-out}@keyframes panel-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}.chat-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px 12px 16px;border-bottom:1px solid var(--line);background:#fffffff5}.chat-header__identity{display:flex;align-items:center;gap:11px}.chat-header__identity>div:last-child{display:flex;flex-direction:column;gap:2px}.chat-header__identity strong{font-family:Georgia,Times New Roman,serif;font-size:18px;letter-spacing:.1px}.chat-header__identity span{color:var(--muted);font-size:11.5px}.chat-header__mark{width:40px;height:40px;display:grid;place-items:center;color:#fff;border-radius:12px;background:var(--accent)}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#5d6663;cursor:pointer}.icon-button:hover{background:var(--surface);color:var(--ink)}.chat-body{overflow-y:auto;padding:22px 16px 28px;scroll-behavior:smooth;background:#fbfcfb}.chat-loading{color:var(--muted);font-size:13px;text-align:center;padding:32px 0}.message{display:flex;gap:8px;margin-bottom:18px;animation:message-in .16s ease-out}@keyframes message-in{0%{opacity:0;transform:translateY(4px)}}.message--user{justify-content:flex-end}.message__avatar{flex:0 0 27px;width:27px;height:27px;margin-top:2px;border-radius:9px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.message__column{min-width:0;max-width:calc(100% - 35px)}.message--user .message__column{max-width:84%}.message__bubble{padding:11px 13px;border:1px solid var(--line);border-radius:4px 15px 15px;background:#fff;font-size:14px;line-height:1.55}.message--user .message__bubble{color:#fff;background:var(--accent);border-color:var(--accent);border-radius:15px 15px 4px}.message__bubble p{margin:0 0 9px}.message__bubble p:last-child{margin-bottom:0}.message__bubble ul,.message__bubble ol{padding-left:20px}.message__bubble a{color:inherit;text-decoration-thickness:1px;text-underline-offset:2px}.message__status{margin:6px 3px 0;color:var(--muted);font-size:11.5px}.message__warning{margin-top:8px;padding:8px 10px;border-radius:8px;background:#fff7e8;color:#785716;font-size:12px}.message__ai-label{display:inline-block;margin:8px 3px 0;color:#7b8380;font-size:10.5px}.typing{height:20px;display:flex;align-items:center;gap:4px}.typing span{width:5px;height:5px;border-radius:50%;background:#77827e;animation:typing 1.1s infinite}.typing span:nth-child(2){animation-delay:.14s}.typing span:nth-child(3){animation-delay:.28s}@keyframes typing{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.message__sources{margin-top:10px;display:grid;gap:7px}.message__sources-title{padding-left:2px;color:var(--muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.citation{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}.citation summary{min-height:52px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:9px;padding:8px 10px;cursor:pointer;list-style:none}.citation summary::-webkit-details-marker{display:none}.citation__number{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:var(--accent);background:var(--accent-soft);font-size:11px;font-weight:750}.citation__summary-text{display:flex;flex-direction:column;gap:2px;min-width:0}.citation__summary-text strong{overflow:hidden;color:#26302d;font-size:11.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.citation__type{color:var(--muted);font-size:9.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.citation__body{padding:0 11px 12px;border-top:1px solid #edf0ef}.citation__body blockquote{margin:11px 0 9px;padding:9px 11px;border-left:3px solid var(--gold);background:#faf8f3;color:#313733;font-family:Georgia,Times New Roman,serif;font-size:12px;line-height:1.55}.citation__fixture{margin-top:10px;padding:6px 8px;border-radius:6px;background:#fff1ef;color:#8a3d32;font-size:10px;font-weight:650}.citation__meta{display:flex;flex-wrap:wrap;gap:4px 9px;color:var(--muted);font-size:10px}.citation__meta span+span:before{content:"·";margin-right:9px}.citation__body a{display:inline-block;margin-top:8px;color:var(--accent);font-size:10.5px;font-weight:650}.chat-footer{padding:11px 13px 10px;border-top:1px solid var(--line);background:#fff}.composer{display:flex;align-items:flex-end;gap:8px;min-height:48px;padding:5px 5px 5px 13px;border:1px solid #d8dfdc;border-radius:14px;background:#fff;transition:border-color .15s,box-shadow .15s}.composer:focus-within{border-color:#8eaaa2;box-shadow:0 0 0 3px #edf4f1}.composer textarea{flex:1;min-height:36px;max-height:120px;padding:8px 0;resize:none;overflow-y:auto;border:0;outline:0;color:var(--ink);background:transparent;line-height:1.4}.composer textarea::placeholder{color:#949c99}.composer button{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:11px;color:#fff;background:var(--accent);cursor:pointer}.composer button:disabled{cursor:default;opacity:.35}.chat-footer>p{margin:7px 4px 0;color:#89918e;font-size:9.5px;line-height:1.35;text-align:center}@media(max-width:600px){.launcher{right:18px;bottom:18px}.chat-panel{inset:0;width:100%;height:100dvh;border:0;border-radius:0}.chat-header{padding-top:max(12px,env(safe-area-inset-top))}.chat-footer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.chat-body{padding-inline:13px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
