:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{min-height:100dvh;margin:0}.app-shell{flex-direction:column;max-width:960px;height:100dvh;margin:0 auto;padding:1.5rem;display:flex}.top-nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.top-nav a{margin-right:1rem}.card{border:1px solid #8884;border-radius:10px;margin-bottom:1rem;padding:1rem 1.25rem}.form-field{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.form-field input,.form-field textarea{border:1px solid #8888;border-radius:6px;padding:.5rem}button{cursor:pointer;color:#fff;background:#4f46e5;border:1px solid #8888;border-radius:6px;padding:.5rem 1rem}button:disabled{opacity:.6;cursor:not-allowed}.error-text{color:#dc2626}.status-badge{border:1px solid #8888;border-radius:999px;padding:.15rem .6rem;font-size:.8rem;display:inline-block}.layout-two-col{grid-template-columns:260px 1fr;align-items:start;gap:1.5rem;display:grid}.sidebar-list{margin:0;padding:0;list-style:none}.sidebar-list li{cursor:pointer;border-radius:6px;padding:.4rem .6rem}.sidebar-list li.active{background:#4f46e522;font-weight:600}.chat-box{flex-direction:column;gap:.5rem;min-height:300px;max-height:400px;margin-bottom:.75rem;display:flex;overflow-y:auto}.chat-page{flex-direction:column;flex:1;min-height:0;display:flex}.chat-page .chat-header{flex-direction:column;flex-shrink:0;gap:.35rem;display:flex}.chat-page .chat-header .top-nav{gap:.5rem;margin-bottom:0}.chat-page .chat-header h1{margin:0;font-size:1.1rem}.chat-page .chat-header .muted{margin:0;font-size:.8rem}.chat-page .chat-header button{padding:.3rem .6rem;font-size:.8rem}.btn-short{display:none}.chat-page .chat-box{flex:1;min-height:0;max-height:none}.chat-page form{flex-shrink:0}.chat-msg{border-radius:8px;max-width:80%;padding:.5rem .75rem}.chat-msg.user{background:#4f46e522;align-self:flex-end}.chat-msg.assistant{background:#8822;align-self:flex-start}.muted{opacity:.7;font-size:.9rem}.seg{border:1px solid #8888;border-radius:6px;display:inline-flex;overflow:hidden}.seg button{color:inherit;background:0 0;border:none;border-radius:0}.seg button.on{color:#fff;background:#4f46e5}.chat-cta{margin-top:1rem}@media (width<=768px){.app-shell{padding:1rem}.top-nav{align-items:flex-start}.chat-page .chat-header{gap:.25rem}.chat-page .chat-header .top-nav{gap:.35rem}.chat-page .chat-header button{white-space:nowrap;padding:.25rem .5rem;font-size:.8rem}.btn-full{display:none}.btn-short{display:inline}.layout-two-col{grid-template-columns:1fr;padding-bottom:4.5rem}.chat-msg{max-width:90%}.chat-cta{z-index:20;background:var(--lightningcss-light,#fff)var(--lightningcss-dark,#1f1f1f);border-top:1px solid #8884;margin:0;padding:.75rem 1rem;position:fixed;bottom:0;left:0;right:0}.chat-cta .chat-cta-btn{width:100%;padding:.75rem 1rem;font-size:1rem}}
