@charset "UTF-8";:root{--bg: #f5f9ff;--surface: #ffffff;--text: #1f2937;--text-light: #6b7280;--border: #e2e8f0;--accent: #0891b2;--accent-hover: #0e7490;--accent-text: #ffffff;--accent-soft: #cffafe;--radius: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .05), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}main{max-width:800px;margin:0 auto;padding:3rem 1.5rem}h1{font-family:Georgia,Times New Roman,serif;font-weight:500;font-size:2.25rem;color:var(--accent);text-align:center;margin:0 0 2rem}a{color:var(--accent)}.home{min-height:55vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;align-items:stretch}.home h1{font-size:2.75rem;margin-bottom:.75rem}.home .subtitle{color:var(--text-light);margin-bottom:2.5rem;font-size:1.1rem}.chat-form{display:flex;flex-direction:column;gap:1rem}input[type=text]{width:100%;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;background:var(--surface);box-shadow:var(--shadow);transition:border-color .2s,box-shadow .2s}input[type=text]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0891b226}button{padding:1rem 2rem;border:none;border-radius:999px;background:var(--accent);color:var(--accent-text);font-size:1rem;font-family:inherit;font-weight:500;cursor:pointer;box-shadow:var(--shadow);transition:background .2s,transform .1s}button:hover{background:var(--accent-hover)}button:active{transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}.messages{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.msg{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.msg.user{background:var(--accent-soft);border-color:transparent}.msg-label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem}.msg.user .msg-label{color:var(--text-light)}.md :where(p){margin:.6em 0}.md :where(p:first-child){margin-top:0}.md :where(p:last-child){margin-bottom:0}.md :where(pre){background:#f1f5f9;border:1px solid var(--border);padding:.8rem 1rem;border-radius:8px;overflow-x:auto;font-size:.9rem}.md :where(code){background:#f1f5f9;border:1px solid var(--border);padding:.15em .4em;border-radius:4px;font-size:.9em}.md :where(pre code){background:none;padding:0}.md :where(ul,ol){padding-left:1.5em;margin:.6em 0}.md :where(li){margin:.25em 0}.md :where(blockquote){border-left:3px solid var(--accent);margin:.8em 0;padding-left:1em;color:var(--text-light)}.md :where(a){color:var(--accent)}.md :where(h1,h2,h3,h4){font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:500;margin:.8em 0 .4em;color:var(--accent)}.md :where(table){border-collapse:collapse;width:100%;margin:.8em 0}.md :where(th,td){border:1px solid var(--border);padding:.5em .75em}.md :where(th){background:var(--accent-soft)}.tool-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.35rem}.tool-call{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;padding:.15rem .4rem;border-radius:6px;display:inline-flex;align-items:center;gap:.35rem;background:var(--accent-soft);color:var(--accent-hover)}.tool-done{background:#dcfce7;color:#15803d}.tool-error{background:#fee2e2;color:#b91c1c}.tool-duration{opacity:.7;font-size:.9em}.loading{text-align:center;color:var(--accent);padding:1rem}.error-banner{background:#fee2e2;color:#b91c1c;border-radius:var(--radius);padding:.75rem 1rem;margin-top:.75rem;font-size:.9rem}
