:root{font-family:system-ui,sans-serif;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px}#root{max-width:1100px;margin:0 auto;padding:1rem}button,input{font:inherit}.app-shell{display:grid;gap:1rem}.app-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid currentColor}.app-nav,.app-nav-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.app-main{display:grid;gap:1rem}.panel{padding:1rem;border:1px solid currentColor;border-radius:.5rem}.auth-panel,.dashboard-panel{max-width:900px}.form-stack{display:grid;gap:.75rem}.form-stack label{display:grid;gap:.25rem}.stats-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{border:1px solid currentColor;border-radius:.5rem;padding:.75rem}.section-header{display:flex;justify-content:space-between;align-items:center}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid currentColor;text-align:left;padding:.5rem}.status-badge{display:inline-block;border:1px solid currentColor;border-radius:999px;padding:.15rem .5rem}.row-actions{display:flex;gap:.5rem}.modal-overlay{position:fixed;inset:0;display:grid;place-items:center}.modal{max-width:420px;width:calc(100% - 2rem);border:1px solid currentColor;border-radius:.5rem;padding:1rem;background:Canvas}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end}.key-reveal pre{border:1px solid currentColor;border-radius:.375rem;padding:.75rem;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.checkbox-row{display:flex;align-items:center;gap:.5rem}.rooms-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.room-card{border:1px solid currentColor;border-radius:.5rem;padding:.75rem;display:grid;gap:.5rem}.room-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.room-viewer-panel{display:grid;gap:.75rem}.room-viewer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.room-header-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.room-viewer-layout{display:grid;grid-template-columns:1fr 260px;gap:.75rem}.room-feed-wrap{position:relative}.room-feed{border:1px solid currentColor;border-radius:.5rem;padding:.75rem;height:70vh;overflow-y:auto;display:grid;align-content:start;gap:.5rem}.feed-message{border:1px solid currentColor;border-radius:.5rem;padding:.5rem}.feed-message header{display:flex;justify-content:space-between;gap:.5rem}.feed-message p{margin:.5rem 0 0;white-space:pre-wrap}.feed-system-message{margin:0;opacity:.75}.scroll-to-bottom{position:absolute;right:.75rem;bottom:.75rem}.presence-sidebar{border:1px solid currentColor;border-radius:.5rem;padding:.75rem;height:70vh;overflow-y:auto}.presence-sidebar ul{padding-left:1.25rem}@media(max-width:900px){.room-viewer-layout{grid-template-columns:1fr}.room-feed,.presence-sidebar{height:50vh}}
