:root{--primary-dark:#114838;--text-inverse:#fff;--radius-sm:.375rem;--header-h:60px;--shadow-header:0 2px 8px #00000040;--sidebar-w:280px;--viewer-w:380px}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{color:#1a1a1a;min-height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.chat-app{flex-direction:column;height:100vh;display:flex;overflow:hidden}.chat-workspace{margin-top:var(--header-h);flex:1;display:flex;overflow:hidden}.chat-sidebar{width:var(--sidebar-w);min-width:var(--sidebar-w);background:#f8faf9;border-right:1px solid #e0e0e0;flex-direction:column;display:flex;overflow:hidden}.chat-main{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-viewer{width:var(--viewer-w);min-width:var(--viewer-w);background:#fafafa;border-left:1px solid #e0e0e0;flex-direction:column;display:flex;overflow:hidden}.chat-loading,.chat-login-wall{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.chat-login-wall{text-align:center;flex-direction:column;gap:.5rem}.chat-login-wall a{color:var(--primary-dark)}.chat-header{height:var(--header-h);background:var(--primary-dark);color:var(--text-inverse);box-shadow:var(--shadow-header);z-index:100;position:fixed;top:0;left:0;right:0}.chat-header-inner{justify-content:space-between;align-items:center;max-width:100%;height:100%;padding:0 1.25rem;display:flex}.chat-logo{align-items:baseline;gap:.35rem;display:flex}.chat-logo-display{font-family:Cormorant Garamond,Georgia,serif;font-size:1.65rem;font-style:italic;font-weight:600}.chat-logo-sub{letter-spacing:.12em;text-transform:uppercase;opacity:.9;font-size:.75rem}.chat-header-actions{align-items:center;gap:.75rem;display:flex}.chat-header-actions a{color:var(--text-inverse);opacity:.95;font-size:.9rem;text-decoration:none}.chat-header-actions a:hover{text-decoration:underline}.chat-user-badge{opacity:.9;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:.85rem;overflow:hidden}.chat-sidebar-search{border-bottom:1px solid #e0e0e0;padding:.65rem}.chat-sidebar-search input{border-radius:var(--radius-sm);border:1px solid #ccc;width:100%;padding:.45rem .5rem;font-size:.9rem}.chat-search-results{max-height:140px;margin-top:.35rem;font-size:.8rem;overflow-y:auto}.chat-search-hit{cursor:pointer;border-radius:var(--radius-sm);padding:.35rem .25rem}.chat-search-hit:hover{background:#e8f0ec}.chat-sidebar-toolbar{border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:.35rem;padding:.5rem .65rem;display:flex}.chat-sidebar-toolbar button{border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:1px solid #b8ccc0;padding:.35rem .5rem;font-size:.8rem}.chat-sidebar-toolbar button:hover{background:#eef5f1}.chat-file-list{flex:1;padding:.35rem 0;overflow-y:auto}.chat-file-row{cursor:pointer;align-items:center;gap:.25rem;padding:.35rem .65rem;font-size:.88rem;display:flex}.chat-file-row:hover{background:#eef5f1}.chat-file-row.folder{font-weight:600}.chat-pin-btn{cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:.85rem}.chat-breadcrumb{color:#555;border-bottom:1px solid #eee;padding:.35rem .65rem;font-size:.75rem}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chat-msg{white-space:pre-wrap;border-radius:.65rem;max-width:85%;padding:.65rem .85rem;font-size:.92rem;line-height:1.45}.chat-msg.user{background:#d9ebe3;align-self:flex-end}.chat-msg.assistant{background:#f0f3f2;align-self:flex-start}.chat-input-row{border-top:1px solid #e0e0e0;flex-direction:column;gap:.35rem;padding:.65rem 1rem 1rem;display:flex}.chat-pinned-chips{flex-wrap:wrap;gap:.35rem;display:flex}.chat-chip{cursor:pointer;background:#e0ebe6;border:none;border-radius:999px;padding:.2rem .45rem;font-size:.75rem}.chat-chip:hover{background:#cddfd5}.chat-input-row textarea{resize:vertical;border-radius:var(--radius-sm);border:1px solid #ccc;width:100%;min-height:72px;padding:.5rem;font-family:inherit;font-size:.9rem}.chat-actions{gap:.5rem;display:flex}.chat-actions button{border-radius:var(--radius-sm);border:1px solid var(--primary-dark);background:var(--primary-dark);color:#fff;cursor:pointer;padding:.4rem .85rem;font-size:.88rem}.chat-actions button.secondary{color:var(--primary-dark);background:#fff}.chat-actions button:disabled{opacity:.55;cursor:not-allowed}.chat-viewer-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:.5rem .65rem;font-size:.9rem;font-weight:600;display:flex}.chat-viewer-header button{cursor:pointer;background:0 0;border:none;font-size:1.1rem}.chat-viewer-body{flex:1;padding:.75rem;font-size:.88rem;overflow:auto}.chat-viewer-body pre{white-space:pre-wrap;word-break:break-word;margin:0}.chat-viewer-toolbar{border-top:1px solid #e0e0e0;gap:.35rem;padding:.5rem;display:flex}.chat-viewer-toolbar button{border-radius:var(--radius-sm);cursor:pointer;background:#fff;border:1px solid #b8ccc0;padding:.35rem .55rem;font-size:.82rem}.chat-viewer-toolbar textarea{width:100%;min-height:200px;margin:.5rem;padding:.5rem;font-family:ui-monospace,monospace;font-size:.85rem}
