:root{color-scheme:light;--bg: #f7f8fb;--panel: #ffffff;--line: #d9dce3;--line-soft: #eceef3;--text: #1f2937;--muted: #6b7280;--muted-strong: #4b5563;--blue: #1668dc;--blue-soft: #e8f1ff;--green: #168044;--green-soft: #e7f6ee;--orange: #b65f00;--orange-soft: #fff1df;--red: #b42318;--red-soft: #feeceb;--teal: #0f766e;--teal-soft: #e4f5f3;--purple: #6d3fb5;--purple-soft: #f0eaff;--yellow: #946200;--yellow-soft: #fff6d8;--error: #b42318;--shadow: 0 1px 2px rgba(16, 24, 40, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}#root{min-height:100vh;display:flex;flex-direction:column}button,input,select{font:inherit}button,a,input,select{outline-color:var(--blue);outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--blue)}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.app-shell{min-height:100vh;display:flex;flex-direction:column;flex:1}.workspace{min-height:0;flex:1;display:flex}.table-surface{min-width:0;flex:1;display:flex;flex-direction:column;background:var(--panel)}.table-statusbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 16px;padding:10px 16px;border-bottom:1px solid var(--line)}.table-heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px}.table-statusbar p{margin:0;color:var(--muted);font-size:13px}.view-toggle{display:inline-flex;align-items:center;gap:2px;padding:2px;background:#f1f3f8;border:1px solid var(--line);border-radius:8px}.view-toggle button{height:28px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted-strong);cursor:pointer;font-size:13px;font-weight:650}.view-toggle button.active{color:var(--blue);background:#fff;box-shadow:var(--shadow)}.quick-filters{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.quick-filters select{height:32px;min-width:150px;padding:0 30px 0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted-strong);cursor:pointer}.quick-filters input.search{height:32px;min-width:200px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text)}.download-btn{height:32px;padding:0 14px;border:0;border-radius:6px;background:var(--blue);color:#fff;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.download-btn:hover:not(:disabled){filter:brightness(.95)}.download-btn:disabled{opacity:.6;cursor:default}.grid-scroll{min-height:0;flex:1;overflow:auto}.grid-message{padding:24px 16px;color:var(--muted);font-size:14px}.data-grid{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:13px}.data-grid col.select-col{width:42px}.data-grid col.row-col{width:52px}.data-grid col.gallery-col{width:200px}.data-grid col.exh-gallery-col{width:150px}.data-grid col.status-col,.data-grid col.count-col{width:118px}.data-grid col.current-col,.data-grid col.upcoming-col{width:300px}.data-grid col.exhibition-col{width:260px}.data-grid col.eotddate-col{width:130px}.data-grid col.artists-col{width:260px}.data-grid col.dates-col{width:210px}.data-grid col.install-col{width:100px}.data-grid col.mediums-col{width:240px}.data-grid col.eotd-col{width:120px}.data-grid col.priority-col{width:110px}.data-grid col.website-col{width:90px}.data-grid col.instagram-col{width:170px}.data-grid col.strapi-col{width:80px}.data-grid col.spacer-col{width:auto}.data-grid th.spacer-col,.data-grid td.spacer-col{border-right:0}.data-grid th,.data-grid td{height:40px;padding:7px 10px;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#fff;color:var(--text);vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.data-grid thead th{position:sticky;top:0;z-index:2;height:36px;background:#f8fafc;color:var(--muted-strong);font-size:12px;font-weight:700;text-align:left}.data-grid thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.data-grid thead th.sortable:hover,.sort-arrow{color:var(--blue)}.data-grid tbody tr:hover td,.data-grid tbody tr:hover th{background:#fbfdff}.data-grid tbody tr.selected td,.data-grid tbody tr.selected th{background:#eef4ff}.data-grid tbody th{font-weight:650;text-align:left}.select-cell,.row-number{text-align:center;color:var(--muted)}.data-grid th.select-cell,.data-grid td.select-cell,.data-grid th.row-number,.data-grid td.row-number{position:sticky;left:0;z-index:3}.data-grid th.row-number,.data-grid td.row-number{left:42px}.data-grid thead th.select-cell,.data-grid thead th.row-number{z-index:5}.data-grid thead th:nth-child(3),.data-grid tbody th[scope=row]{position:sticky;left:94px;z-index:3;box-shadow:1px 0 0 var(--line)}.data-grid thead th:nth-child(3){z-index:5}input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:var(--blue)}.pill,.tag,.checkmark{display:inline-flex;align-items:center;max-width:100%;min-height:22px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:650;line-height:1.2;vertical-align:middle}.tag{margin:1px 4px 1px 0;color:#315c72;background:#e7f2f7}.status.current{color:var(--green);background:var(--green-soft)}.status.ongoing{color:var(--teal);background:var(--teal-soft)}.status.today{color:var(--green);background:var(--green-soft)}.status.past{color:var(--muted-strong);background:#edf0f5}.status.upcoming{color:var(--orange);background:var(--orange-soft)}.status.none{color:var(--red);background:var(--red-soft)}.install.high{color:var(--green);background:var(--green-soft)}.install.medium{color:var(--yellow);background:var(--yellow-soft)}.install.low{color:var(--red);background:var(--red-soft)}.install.none{color:var(--muted);background:#f0f2f6}.pill.date{color:var(--teal);background:var(--teal-soft)}.priority.high{color:var(--green);background:var(--green-soft)}.priority.medium{color:var(--yellow);background:var(--yellow-soft)}.priority.low{color:var(--muted-strong);background:#edf0f5}.checkmark{color:var(--purple);background:var(--purple-soft)}.table-footer{border-top:1px solid var(--line);padding:8px 16px}.table-footer:empty{display:none}.pagination{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pagination-label{color:var(--muted);font-size:12px;margin-right:4px}.pagination-btn{min-width:28px;height:28px;padding:0 8px;border:1px solid var(--line);background:#fff;border-radius:6px;font-size:13px;color:var(--muted-strong);cursor:pointer}.pagination-btn:hover{background:#f1f3f8}.pagination-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}@media(max-width:900px){.table-statusbar{align-items:flex-start}.quick-filters{justify-content:flex-start}.quick-filters select,.quick-filters input.search{min-width:0;flex:1}}
