:root{font-family:Inter,system-ui,Arial,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.app-shell{max-width:1080px;margin:0 auto;padding:.75rem;display:grid;gap:1rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}label{display:grid;gap:.3rem;min-width:180px;font-size:.95rem}input,select,textarea,button{font:inherit;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:10px}button{background:#0f766e;color:#fff;cursor:pointer;min-height:40px}button:hover{filter:brightness(.95)}.seat-map{display:grid;gap:.75rem}.seat-button{min-height:58px;border-radius:10px;border:2px solid #cbd5e1;background:#f8fafc;color:#0f172a;display:grid;gap:.2rem;align-content:center;justify-items:center;font-size:.92rem}.seat-heat{min-height:58px}.seat-flagged{border-color:#dc2626;background:#fef2f2}.seat-empty{min-height:58px}.wide{min-width:320px}.wide-input{width:100%}.file-label{display:inline-grid;min-width:140px}.alert-info{color:#0c4a6e}.alert-warning{color:#a16207}.alert-high{color:#b91c1c}.error{color:#b91c1c;font-weight:600}.heatmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.heatmap-item{border:1px solid #cbd5e1;border-radius:10px;padding:.6rem;display:grid;gap:.2rem}.inline-button{margin-left:.75rem;min-height:30px;padding:.2rem .55rem;font-size:.85rem;background:#334155}.pinned{background:#fff7ed;border-radius:8px;padding:.25rem .45rem}.nav-row button{flex:1 1 120px}.date-meta{display:grid;gap:.1rem;align-content:end;min-width:120px;padding-bottom:.2rem}@media (max-width: 640px){.app-shell{padding:.55rem;gap:.75rem}.card{padding:.75rem}label{min-width:100%}.row{gap:.5rem}input,select,textarea,button{width:100%}.inline-button{width:auto}.seat-map{gap:.5rem}}
