:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.45;color:#0f172a;background:#e8eef5}*{box-sizing:border-box}html,body{margin:0;height:100%}#root{height:100%}body:has(.chat-layout){overflow:hidden}.chat-layout{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;display:flex;flex-direction:column;padding:0;overflow:hidden}.chat-container{width:100%;max-width:none;flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;border-radius:0;box-shadow:none;overflow:hidden}.chat-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#0f766e,#0d9488);color:#fff}.chat-header h1{margin:0;font-size:1.25rem;font-weight:700}.chat-subtitle{display:block;font-size:.78rem;opacity:.9;margin-top:.15rem}.chat-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-logout{padding:.35rem .65rem;border:1px solid rgba(255,255,255,.6);border-radius:8px;background:transparent;color:#fff;font:inherit;font-size:.8rem;cursor:pointer}.btn-logout:hover{background:#ffffff26}.chat-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.65rem;-webkit-overflow-scrolling:touch}.chat-bubble{max-width:88%;padding:.65rem .85rem;border-radius:12px}.chat-bubble--user{align-self:flex-end;background:#0d9488;color:#fff}.chat-bubble--bot{align-self:flex-start;background:#f1f5f9;color:#0f172a}.chat-bubble-text{font-size:.95rem;word-break:break-word;line-height:1.5}.chat-bubble-text--streaming .chat-cursor{display:inline-block;width:.35em;height:1em;margin-left:1px;vertical-align:text-bottom;background:currentColor;opacity:.7;animation:chat-cursor-blink .9s step-end infinite}@keyframes chat-cursor-blink{50%{opacity:0}}.chat-bubble-text p{margin:0 0 .45rem}.chat-bubble-text p:last-child{margin-bottom:0}.chat-bubble-text strong{font-weight:600}.chat-bubble-text em{font-style:italic}.chat-bubble-text a{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:500}.chat-bubble--user .chat-bubble-text a{color:#ccfbf1}.chat-bubble-text ul,.chat-bubble-text ol{margin:.35rem 0 .5rem 1.25rem;padding:0}.chat-bubble-text li{margin:.15rem 0}.chat-bubble-text h1,.chat-bubble-text h2,.chat-bubble-text h3,.chat-bubble-text h4{margin:.6rem 0 .3rem;font-weight:600;line-height:1.25}.chat-bubble-text h1{font-size:1.15rem}.chat-bubble-text h2{font-size:1.05rem}.chat-bubble-text h3{font-size:.98rem}.chat-bubble-text h4{font-size:.92rem}.chat-inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em;background:#0f172a14;padding:.12em .35em;border-radius:6px}.chat-bubble--user .chat-inline-code{background:#ffffff40}.chat-codeblock{margin:.45rem 0;padding:.6rem .7rem;border-radius:10px;background:#020617;color:#e5e7eb;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem}.chat-codeblock code{display:block;white-space:pre}.chat-bubble-text blockquote{margin:.4rem 0;padding-left:.6rem;border-left:3px solid #94a3b8;color:#475569}.chat-bubble-text hr{border:none;border-top:1px solid #cbd5e1;margin:.6rem 0}.chat-bubble-text table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.88rem}.chat-bubble-text th,.chat-bubble-text td{border:1px solid #cbd5e1;padding:.3rem .45rem;text-align:left}.chat-bubble-text th{background:#e2e8f0;font-weight:600}.chat-bubble-text ::selection{background:#2dd4bf40}.chat-input-area{flex-shrink:0;border-top:1px solid #e2e8f0;padding:.65rem .85rem .85rem;background:#fafafa}.chat-input-row{display:flex;flex-direction:row;align-items:stretch;gap:.6rem}.chat-input-area textarea{flex:1;min-width:0;resize:vertical;max-height:200px;padding:.55rem .65rem;border:1px solid #cbd5e1;border-radius:10px;font:inherit}.chat-input-area textarea:focus{outline:2px solid #5eead4;border-color:#14b8a6}.chat-input-area textarea:disabled{opacity:.65}.chat-input-actions{display:flex;flex-direction:row;align-items:center;align-self:flex-end;gap:.45rem;flex-shrink:0}.btn-mic,.btn-send{border:none;border-radius:10px;cursor:pointer;font:inherit}.btn-mic{width:44px;height:44px;background:#e2e8f0}.btn-mic--active{background:#fecaca}.btn-mic:disabled,.btn-send:disabled{opacity:.55;cursor:not-allowed}.btn-send{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:#0d9488;color:#fff;font-weight:600}.btn-send:hover:not(:disabled){background:#0f766e}.login-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:400px;background:#fff;border-radius:14px;padding:1.5rem 1.35rem;box-shadow:0 8px 30px #0f172a14}.login-card h1{margin:0 0 .5rem;font-size:1.35rem;color:#0f172a}.login-hint{margin:0 0 1rem;font-size:.85rem;color:#64748b}.login-hint code{font-size:.78rem}.login-form{display:flex;flex-direction:column;gap:.85rem}.login-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.88rem;color:#334155}.login-form input{padding:.5rem .6rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit}.login-error{margin:0;font-size:.85rem;color:#b91c1c}.login-submit{margin-top:.25rem;padding:.55rem 1rem;border:none;border-radius:10px;background:#0d9488;color:#fff;font:inherit;font-weight:600;cursor:pointer}.login-submit:disabled{opacity:.65;cursor:not-allowed}
