.app-root{min-height:100dvh;height:100dvh;overflow-y:auto;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f3f4f6;color:#111827}body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden}.chat-page{max-width:900px;margin:0 auto;padding:1.5rem}.card{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:1rem}.card h1,.card h2{margin:0 0 .75rem;font-size:1.1rem}.muted{color:#6b7280;font-size:.875rem;line-height:1.4}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.field label{font-size:.8rem;color:#374151}.field input,.field select,.field textarea{width:100%;box-sizing:border-box;padding:.55rem .65rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;background:#fff}.field-grid{display:grid;grid-gap:.75rem;gap:.75rem}.field-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.btn-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.btn{border:0;border-radius:8px;padding:.55rem .9rem;font:inherit;font-weight:600;cursor:pointer;background:#111827;color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#4b5563}.btn-danger{background:#991b1b}.btn-ghost{background:#e5e7eb;color:#111827}.chat-panel{display:flex;flex-direction:column;min-height:640px}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.chat-messages-shell{position:relative;flex:1 1;min-height:0;min-width:0}.chat-messages{flex:1 1;min-height:360px;max-height:52vh;min-width:0;overflow-x:hidden;overflow-y:auto;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;padding:.75rem}.chat-message-typing{width:-moz-fit-content;width:fit-content;max-width:88%;min-width:3.5rem;padding-top:.75rem;padding-bottom:.75rem}.chat-typing-dots{display:inline-flex;align-items:center;gap:.3rem;height:1rem}.chat-typing-dots span{width:.45rem;height:.45rem;border-radius:999px;background:#6b7280;animation:chat-typing-bounce 1.2s ease-in-out infinite}.chat-typing-dots span:nth-child(2){animation-delay:.15s}.chat-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-.25rem);opacity:1}}.chat-scroll-bottom-btn{position:absolute;left:50%;bottom:.65rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#374151;font-size:1rem;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgb(17 24 39/12%);transform:translateX(-50%);transition:background .15s ease,transform .15s ease}.chat-scroll-bottom-btn:hover{background:#f3f4f6}.chat-scroll-bottom-btn:active{transform:translateX(-50%) scale(.96)}.chat-message{max-width:88%;margin:.5rem 0;padding:.65rem .8rem;border-radius:10px;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.4;font-size:.95rem;box-sizing:border-box}.chat-message.user{margin-left:auto;background:#dbeafe}.chat-message.assistant{margin-right:auto;background:#e5e7eb}.chat-message-meta{margin-top:.4rem;font-size:.72rem;color:#6b7280}.chat-input-row{margin-top:.75rem;width:100%;min-width:0;box-sizing:border-box}.chat-input-shell{display:flex;align-items:flex-end;gap:.35rem;width:100%;box-sizing:border-box;padding:.45rem .45rem .45rem .7rem;border:1px solid #cbd5e1;border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.chat-input-shell:focus-within{border-color:#007476;box-shadow:inset 0 0 0 1px rgb(0 116 118/15%)}.chat-input-field{flex:1 1;min-width:0;min-height:1.5rem;max-height:6rem;padding:.2rem 0;border:0;outline:none;resize:none;font:inherit;font-size:.9rem;line-height:1.45;background:transparent;color:#111827}.chat-input-field::placeholder{color:#9ca3af}.chat-input-field:disabled{opacity:.6;cursor:not-allowed}.chat-send-btn{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:#007476;color:#fff;cursor:pointer;transition:background .15s ease,transform .1s ease}.chat-send-btn:hover:not(:disabled){background:#005f61}.chat-send-btn:active:not(:disabled){transform:scale(.96)}.chat-send-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.quick-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.quick-row button{font-size:.78rem;padding:.35rem .55rem}.status-bar{margin-top:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;background:#111827;color:#d1fae5;border-radius:8px;padding:.6rem .75rem;overflow:auto;white-space:pre-wrap}.measurement-block{border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem}.collapsed-hint{font-size:.8rem;color:#6b7280}.chat-core-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.chat-core-title{margin:0 0 .25rem;font-size:1rem;font-weight:700}.chat-core-actions{margin-top:0}.btn-compact{padding:.35rem .65rem;font-size:.78rem;white-space:nowrap}.radaway-demo-shell{position:fixed;inset:0;width:100%;height:100%;height:100dvh;overflow:hidden}.radaway-demo-frame{display:block;width:100%;height:100%;border:0}.floating-chat-root{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.floating-chat-panel{position:relative;display:flex;flex-direction:column;width:min(24rem,calc(100vw - 2.5rem));height:min(42rem,calc(100dvh - 5rem));max-height:min(42rem,calc(100dvh - 5rem));min-width:0;overflow:hidden;padding:.65rem .75rem .75rem;border-radius:16px;background:#fff;border:1px solid #d1d5db;box-shadow:0 20px 40px rgb(17 24 39/18%),0 4px 12px rgb(17 24 39/10%)}.floating-chat-panel>*{min-width:0;max-width:100%}.floating-chat-panel .chat-core-header{flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:.5rem;padding-right:1.5rem}.floating-chat-panel .chat-core-title{margin:0;font-size:.85rem;font-weight:700;line-height:1.2}.floating-chat-panel .chat-core-header .muted{display:none}.floating-chat-panel .chat-core-actions{flex-shrink:0}.floating-chat-panel .btn-compact{padding:.25rem .5rem;font-size:.7rem}.floating-chat-panel .chat-messages-shell{flex:1 1;min-height:0;display:flex;flex-direction:column}.floating-chat-panel .chat-messages{flex:1 1;min-height:0;max-height:none}.floating-chat-panel .chat-clarifying-prompt-block,.floating-chat-panel .chat-quick-prompts{flex-shrink:0}.floating-chat-panel .chat-input-row{flex-shrink:0;margin-top:.5rem}.chat-quick-prompts--floating{margin-top:.5rem;padding:.55rem .6rem;border:1px dashed #d1d5db;border-radius:10px;background:#f9fafb}.chat-quick-prompts-label{margin:0 0 .45rem;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.chat-quick-prompts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.35rem;gap:.35rem}.chat-quick-prompt-chip{display:block;width:100%;padding:.45rem .55rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:.72rem;font-weight:500;line-height:1.25;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease}.chat-quick-prompt-chip:hover:not(:disabled){border-color:#007476;background:#f0fdfa}.chat-quick-prompt-chip:disabled{opacity:.55;cursor:not-allowed}.chat-clarifying-prompt-block{margin-top:.75rem}.chat-clarifying-prompt-question{margin:0 0 .45rem}.chat-clarifying-summary{margin:.35rem 0 .65rem;padding:.55rem .65rem;border:1px solid #bae6fd;border-radius:10px;background:#f0f9ff}.chat-clarifying-summary--floating{margin-left:0;margin-right:0}.chat-clarifying-summary-title{margin:0 0 .35rem;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0369a1}.chat-clarifying-summary-list{margin:0;padding:0;list-style:none}.chat-clarifying-summary-list li{font-size:.76rem;line-height:1.4;color:#0f172a}.chat-clarifying-summary-list li+li{margin-top:.2rem}.chat-clarifying-summary-field{font-weight:600;color:#334155}.chat-clarifying-summary-value{color:#0f172a}.floating-chat-close{position:absolute;top:.45rem;right:.45rem;z-index:1;width:1.5rem;height:1.5rem;border:0;border-radius:999px;background:#f3f4f6;color:#374151;font-size:1rem;line-height:1;cursor:pointer}.floating-chat-close:hover{background:#e5e7eb}.floating-chat-launcher{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.1rem;border:0;border-radius:999px;background:#007476;color:#fff;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgb(0 116 118/35%)}.floating-chat-launcher:hover{background:#005f61}.floating-chat-launcher--open{background:#111827;box-shadow:0 10px 24px rgb(17 24 39/25%)}.floating-chat-launcher-icon{font-size:1.1rem;line-height:1}@media (max-width:640px){.floating-chat-root{right:.75rem;bottom:.75rem}.floating-chat-launcher-label{display:none}.floating-chat-launcher{width:3.5rem;height:3.5rem;justify-content:center;padding:0}}