@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{font-family:Space Grotesk,system-ui,sans-serif;color:#1b1f2a;background-color:#f4f2ed;--ink: #1b1f2a;--sand: #f4f2ed;--clay: #f0e7da;--sky: #e4f0f6;--accent: #1d6b64;--accent-strong: #0e3e3a;--bubble-user: #1d6b64;--bubble-assistant: #ffffff;--shadow: 0 20px 45px rgba(17, 32, 50, .12)}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;height:100dvh;overflow:hidden;background:radial-gradient(circle at top left,#fdf8f1,#eef5f2 45%,#e4ecf4);display:flex;justify-content:center;align-items:stretch}#root{width:min(900px,100%);display:flex;flex-direction:column}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:linear-gradient(135deg,#fff,#f8f4ed);box-shadow:var(--shadow)}.app__header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 28px;height:auto;flex-shrink:0;background:#fff;border-bottom:1px solid rgba(27,31,42,.08);box-shadow:0 2px 12px #1120320f;position:sticky;top:0;z-index:10}.app__header-identity{display:flex;align-items:center;gap:14px}.app__avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--accent);flex-shrink:0}.app__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:#1b1f2a8c}.app h1{font-size:clamp(28px,3vw,40px);color:var(--accent-strong)}.chat-window{flex:1;overflow-y:auto;background:radial-gradient(circle at top left,#fdf8f1,#eef5f2 45%,#e4ecf4);padding:28px 24px;scroll-behavior:smooth}.chat-window__messages{display:flex;flex-direction:column;gap:20px;max-width:800px;width:100%;margin:0 auto}.chat-window__status{display:flex;align-items:center;gap:5px;padding:14px 18px;background:#fff;border-radius:4px 18px 18px;box-shadow:0 4px 12px #0f182614;width:fit-content;max-width:80px}.chat-window__dot{display:block;width:7px;height:7px;background:var(--accent);border-radius:50%;animation:dotBounce 1.2s infinite}.chat-window__dot:nth-child(2){animation-delay:.15s}.chat-window__dot:nth-child(3){animation-delay:.3s}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}.chat-message{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.chat-message--user{justify-content:flex-end}.chat-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;object-position:top;flex-shrink:0;margin-top:2px;border:1.5px solid var(--accent)}.chat-message__bubble{max-width:min(70%,520px);background:var(--bubble-assistant);color:var(--ink);padding:16px 18px;border-radius:18px;box-shadow:0 12px 24px #0f182614;line-height:1.6;display:flex;flex-direction:column;gap:8px}.chat-para{margin:0}.chat-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:5px}.chat-list--ordered{list-style:decimal}.chat-list li{line-height:1.6}.chat-heading{font-family:Space Grotesk,system-ui,sans-serif;color:var(--accent-strong);line-height:1.35;margin:0}.chat-heading--1{font-size:1.3em;font-weight:700}.chat-heading--2{font-size:1.15em;font-weight:700}.chat-heading--3{font-size:1.05em;font-weight:600;padding-bottom:4px;border-bottom:2px solid rgba(29,107,100,.15)}.chat-heading--4{font-size:.95em;font-weight:600;color:var(--accent)}.chat-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2px 0;border-radius:10px;border:1px solid rgba(29,107,100,.12)}.chat-table{width:100%;border-collapse:collapse;font-size:.88em;line-height:1.5;white-space:nowrap}.chat-table th,.chat-table td{padding:8px 12px;text-align:left;border-bottom:1px solid rgba(29,107,100,.08)}.chat-table th{background:#1d6b6414;color:var(--accent-strong);font-weight:600;font-size:.92em;text-transform:none;letter-spacing:.01em;position:sticky;top:0}.chat-table tbody tr:nth-child(2n){background:#1d6b6408}.chat-table tbody tr:hover{background:#1d6b6412}.chat-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px;word-break:break-all;font-size:.9em;transition:color .15s}.chat-link:hover{color:var(--accent-strong)}.chat-citation{display:inline-block;background:#e8f2ec;color:var(--accent-strong);font-size:10.5px;font-weight:600;letter-spacing:.03em;padding:2px 7px;border-radius:5px;border:1px solid rgba(29,107,100,.25);margin:0 2px;vertical-align:middle;white-space:nowrap}.chat-message--user .chat-message__bubble{background:var(--bubble-user);color:#fff}.chat-footer{flex-shrink:0;background:#fff;border-top:1px solid rgba(27,31,42,.08);padding:14px 24px;position:sticky;bottom:0;box-shadow:0 -4px 20px #0000000d}.chat-input{display:flex;gap:10px;align-items:center;background:#f4f2ed;border:1.5px solid rgba(15,24,38,.12);border-radius:16px;padding:10px 14px;max-width:800px;margin:0 auto;transition:border-color .2s,box-shadow .2s}.chat-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #1d6b641a}.chat-input__field{flex:1;background:transparent;border:none;outline:none;padding:0;font-size:14.5px;font-family:Space Grotesk,system-ui,sans-serif;color:var(--ink);resize:none;line-height:1.5;min-height:22px;max-height:120px;overflow-y:auto}.chat-input__field::placeholder{color:#1b1f2a66}.chat-input__button{width:36px;height:36px;background:var(--accent);color:#fff;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background .2s,transform .15s;font-size:18px;line-height:1}.chat-input__button:hover{background:var(--accent-strong);transform:scale(1.05)}.chat-input__button:active{transform:scale(.96)}.chat-input__button:disabled{background:#1b1f2a26;cursor:not-allowed;transform:none}.chat-footer__hint{text-align:center;font-size:11px;color:#1b1f2a66;margin-top:8px}.toggle{display:flex;align-items:center;gap:10px;font-size:14px;color:#1b1f2ab3}.toggle input{display:none}.toggle__slider{width:42px;height:24px;border-radius:999px;background:#1b1f2a33;position:relative;transition:background .2s ease}.toggle__slider:after{content:"";width:18px;height:18px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;transition:transform .2s ease;box-shadow:0 4px 10px #1b1f2a33}.toggle input:checked+.toggle__slider{background:var(--accent)}.toggle input:checked+.toggle__slider:after{transform:translate(18px)}@media (max-width: 768px){body{padding:0}#root{width:100%}.app__header{padding:10px 16px}.app__avatar{width:52px;height:52px}.app__eyebrow{font-size:10px;letter-spacing:.1em}.app h1{font-size:18px}.chat-window{padding:16px 12px}.chat-window__messages{gap:14px}.chat-message__bubble{max-width:90%;padding:12px 14px;font-size:14px}.chat-avatar{width:28px;height:28px}.chat-footer{padding:10px 12px}.chat-footer__hint{display:none}.chat-table{font-size:.82em}.chat-table th,.chat-table td{padding:6px 8px}.chat-input{padding:8px 12px;border-radius:14px}.chat-input__field{font-size:16px}.chat-input__button{width:32px;height:32px}}
