*{box-sizing:border-box}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#f3f4f6;line-height:1.4}body{margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}button,input,select,textarea{font:inherit}button{border:none;border-radius:10px;background:#2563eb;color:#fff;padding:.55rem .9rem;cursor:pointer}button.secondary{background:#e5e7eb;color:#111827}input,textarea,select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:.5rem .65rem;background:#fff}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(700px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.2rem;display:flex;flex-direction:column;gap:.9rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:#111827;color:#f9fafb;padding:1rem;display:flex;flex-direction:column;gap:.8rem}.tenant-select{margin-top:.35rem}.nav-link{display:block;padding:.45rem .65rem;border-radius:8px;color:#d1d5db}.nav-link.active{background:#2563eb;color:#fff}.content{padding:1rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:.75rem;flex-wrap:wrap}.header-actions,.live-controls{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.live-dot{width:.55rem;height:.55rem;border-radius:999px;display:inline-block}.live-dot.websocket{background:#16a34a}.live-dot.polling{background:#f59e0b}.live-dot.paused{background:#6b7280}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.8rem}.panel-link,.list-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.8rem;display:flex;flex-direction:column;gap:.35rem}.kanban-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.85rem}.column{background:#f9fafb;border:1px solid #d1d5db;border-radius:12px;min-height:260px;display:flex;flex-direction:column}.column-over{border-color:#2563eb;background:#eff6ff}.column>header{padding:.7rem;border-bottom:1px solid #e5e7eb;font-weight:600}.column-body{padding:.7rem;display:flex;flex-direction:column;gap:.5rem}.card-tile{text-align:left;width:100%;background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;display:flex;flex-direction:column;gap:.3rem}.card-tile.dragging{opacity:.6}.pill{width:fit-content;background:#dbeafe;color:#1d4ed8;padding:.15rem .4rem;border-radius:999px;font-size:.75rem}.details-panel{position:fixed;top:1rem;right:1rem;width:min(420px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow:auto;background:#fff;border:1px solid #d1d5db;border-radius:12px;box-shadow:0 16px 40px #11182729;padding:.9rem;display:flex;flex-direction:column;gap:.75rem}.details-head{display:flex;justify-content:space-between;gap:.5rem}.details-block{display:flex;flex-direction:column;gap:.45rem}.comment-input{display:grid;grid-template-columns:1fr auto;gap:.45rem}.comment-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.comment-list li{border:1px solid #e5e7eb;border-radius:8px;padding:.45rem}.list{display:flex;flex-direction:column;gap:.65rem}.small{font-size:.8rem}.muted{color:#6b7280}.error{color:#dc2626}@media(max-width:950px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap;align-items:center}}
