:root {
  --bg: #070a0f;
  --bg2: #0b1018;
  --panel: rgba(18, 25, 36, .88);
  --panel2: rgba(13, 19, 28, .92);
  --line: rgba(255,255,255,.075);
  --line-strong: rgba(255,255,255,.13);
  --text: #f5f7fb;
  --muted: #8e9bad;
  --muted2: #657286;
  --accent: #5ee7c4;
  --accent2: #7aa7ff;
  --warn: #ffbf5a;
  --danger: #ff6577;
  --done: #5ee7a3;
  --shadow: 0 18px 60px rgba(0,0,0,.35);
  --radius: 22px;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; }
body { min-height: 100vh; overflow-x: hidden; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent2); outline-offset: 2px; }
.hidden { display: none !important; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 228px 1fr; background:
  radial-gradient(900px 520px at 72% -8%, rgba(96, 119, 255, .12), transparent 60%),
  radial-gradient(650px 420px at 10% 70%, rgba(94, 231, 196, .06), transparent 65%),
  var(--bg); }
.sidebar { position: sticky; top: 0; height: 100vh; padding: max(24px, env(safe-area-inset-top)) 18px max(20px, env(safe-area-inset-bottom)); border-right: 1px solid var(--line); background: rgba(7,10,15,.82); backdrop-filter: blur(24px); display: flex; flex-direction: column; z-index: 10; }
.brand { display: flex; gap: 12px; align-items: center; padding: 3px 5px 24px; }
.brand-mark { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; font-weight: 900; letter-spacing: -.6px; color: #07110e; background: linear-gradient(135deg, #9bf3dc, #57d7b5); box-shadow: 0 8px 30px rgba(94,231,196,.18); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; gap: 5px; }
.brand-copy strong { font-size: 17px; letter-spacing: .8px; }
.brand-copy span { color: var(--muted); font-size: 10px; letter-spacing: 2.4px; font-weight: 700; }
.nav { display: flex; flex-direction: column; gap: 7px; }
.nav-btn { width: 100%; border: 1px solid transparent; background: transparent; border-radius: 14px; min-height: 50px; padding: 0 13px; display: flex; align-items: center; gap: 12px; color: #9aa7b8; font-weight: 650; cursor: pointer; transition: .18s ease; }
.nav-btn:hover { background: rgba(255,255,255,.035); color: #fff; }
.nav-btn.active { color: #fff; background: linear-gradient(90deg, rgba(94,231,196,.11), rgba(94,231,196,.035)); border-color: rgba(94,231,196,.16); }
.nav-icon { width: 24px; font-size: 20px; color: var(--accent); text-align: center; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 9px; }
.offline-pill { font-size: 11px; color: var(--muted); display: flex; gap: 8px; align-items: center; padding: 8px 9px; }
.offline-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--done); box-shadow: 0 0 12px rgba(94,231,163,.55); }
.side-action { min-height: 44px; border-radius: 12px; background: rgba(94,231,196,.11); border: 1px solid rgba(94,231,196,.14); color: #dffcf4; font-weight: 750; cursor: pointer; }
.side-action.ghost { background: transparent; border-color: var(--line); color: var(--muted); }

.main { min-width: 0; }
.topbar { min-height: 98px; position: sticky; top: 0; z-index: 8; padding: max(18px, env(safe-area-inset-top)) 30px 16px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: rgba(7,10,15,.78); backdrop-filter: blur(22px); }
.eyebrow { color: var(--muted2); letter-spacing: 1.8px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.event-head { min-width: 0; }
.event-title-row { margin-top: 5px; display: flex; align-items: center; gap: 13px; min-width: 0; }
h1,h2,h3,p { margin-top: 0; }
.event-title-row h1 { margin: 0; font-size: 25px; letter-spacing: -.6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.venue-chip { max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.clock-card { min-width: 92px; padding: 4px 12px 4px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-end; }
.clock-card span { font-variant-numeric: tabular-nums; font-weight: 800; font-size: 18px; }
.clock-card small { color: var(--muted); margin-top: 2px; font-size: 10px; }
.icon-btn, .performance-btn, .primary, .secondary { border-radius: 12px; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); font-weight: 760; cursor: pointer; }
.icon-btn, .secondary { background: rgba(255,255,255,.035); }
.performance-btn { background: linear-gradient(135deg, #18382f, #10261f); color: var(--accent); border-color: rgba(94,231,196,.24); min-width: 116px; letter-spacing: .5px; font-size: 12px; }
.primary { background: linear-gradient(135deg, #68e5c4, #4dd3ae); border-color: transparent; color: #05100d; box-shadow: 0 8px 28px rgba(94,231,196,.13); }
.secondary { color: #d9e0ea; }
.primary.small, .secondary.small { min-height: 40px; padding: 0 14px; font-size: 12px; }

.content { padding: 28px 30px 80px; max-width: 1600px; margin: 0 auto; }
.empty-state { min-height: calc(100vh - 190px); position: relative; border: 1px solid var(--line); border-radius: 28px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; overflow: hidden; padding: 50px 24px; background: linear-gradient(180deg, rgba(16,23,34,.7), rgba(9,13,20,.85)); }
.empty-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(94,231,196,.14), transparent 65%); filter: blur(10px); top: 10%; }
.empty-icon { position: relative; width: 76px; height: 76px; border-radius: 24px; display: grid; place-items: center; font-size: 31px; background: rgba(94,231,196,.09); border: 1px solid rgba(94,231,196,.17); color: var(--accent); margin-bottom: 18px; }
.empty-state h2 { position: relative; font-size: 34px; letter-spacing: -1px; margin-bottom: 12px; }
.empty-state p { position: relative; max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.empty-actions { position: relative; display: flex; gap: 10px; margin-top: 10px; }
.support-line { position: relative; color: var(--muted2); font-size: 11px; margin-top: 22px; }

.status-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }
.status-card { min-height: 220px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(19,27,39,.92), rgba(11,16,24,.92)); padding: 22px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.status-card::after { content:""; position: absolute; width: 160px; height: 160px; border-radius: 50%; top: -95px; right: -50px; background: rgba(122,167,255,.06); }
.now-card { border-color: rgba(94,231,196,.18); background: linear-gradient(145deg, rgba(21,43,39,.78), rgba(11,18,24,.95)); }
.status-label { font-size: 10px; letter-spacing: 1.8px; color: var(--muted); font-weight: 850; display: flex; align-items: center; gap: 8px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(94,231,196,.45); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(94,231,196,0); } 100% { box-shadow: 0 0 0 0 rgba(94,231,196,0); } }
.status-time { color: var(--muted); font-variant-numeric: tabular-nums; font-size: 14px; margin-top: 24px; }
.status-card h2 { margin: 5px 0 8px; font-size: 25px; letter-spacing: -.65px; }
.song-line { color: #dfe7f1; font-size: 14px; }
.song-line::before { content: "♪"; color: var(--accent); margin-right: 8px; }
.song-line.muted { color: var(--muted2); }
.status-note { color: var(--warn); font-size: 12px; margin-top: 13px; line-height: 1.45; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(310px, .7fr); gap: 14px; margin-top: 14px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel2); padding: 22px; box-shadow: var(--shadow); }
.panel-head { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-bottom: 17px; }
.panel-head h3 { margin: 3px 0 0; font-size: 18px; letter-spacing: -.35px; }
.text-btn { border: 0; background: transparent; color: var(--accent2); font-weight: 700; cursor: pointer; font-size: 12px; }
.divider { height: 1px; background: var(--line); margin: 22px 0; }
.mini-head { margin-bottom: 12px; }
.round-add { width: 36px; height: 36px; border-radius: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--accent); font-size: 20px; cursor: pointer; }

.timeline-list { display: grid; gap: 7px; }
.timeline-row { display: grid; grid-template-columns: 70px 18px minmax(0,1fr) auto; align-items: start; gap: 12px; border-radius: 14px; padding: 12px 12px; border: 1px solid transparent; transition: .18s; }
.timeline-row:hover { background: rgba(255,255,255,.025); border-color: var(--line); }
.timeline-row.current { background: rgba(94,231,196,.055); border-color: rgba(94,231,196,.13); }
.timeline-row.done { opacity: .48; }
.timeline-row.done .tl-title { text-decoration: line-through; }
.tl-time { font-variant-numeric: tabular-nums; color: #cdd6e4; font-weight: 760; font-size: 13px; padding-top: 3px; }
.tl-track { position: relative; min-height: 48px; display: flex; justify-content: center; }
.tl-track::before { content:""; position: absolute; top: 14px; bottom: -20px; width: 1px; background: var(--line-strong); }
.timeline-row:last-child .tl-track::before { display:none; }
.tl-dot { position: relative; z-index: 1; margin-top: 5px; width: 10px; height: 10px; border-radius: 50%; background: #344052; border: 2px solid #18202b; }
.timeline-row.current .tl-dot { background: var(--accent); box-shadow: 0 0 14px rgba(94,231,196,.35); }
.timeline-row.done .tl-dot { background: var(--done); }
.tl-title { font-weight: 750; margin-bottom: 5px; }
.tl-song { color: var(--muted); font-size: 12px; }
.tl-song strong { color: #dfe6ef; font-weight: 670; }
.tl-note { margin-top: 5px; color: var(--warn); font-size: 11px; }
.row-actions { display: flex; gap: 7px; align-items: center; }
.done-btn, .edit-row-btn { min-height: 34px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--muted); padding: 0 11px; font-size: 10px; letter-spacing: .5px; font-weight: 850; cursor: pointer; }
.done-btn.done { color: var(--done); border-color: rgba(94,231,163,.2); }
.edit-row-btn { color: #aeb9c8; }
.full .timeline-row { grid-template-columns: 85px 20px minmax(0,1fr) auto; padding: 15px 16px; }
.full .tl-title { font-size: 16px; }
.full .tl-song { font-size: 13px; }

.quick-info { display: grid; gap: 10px; }
.info-row { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.045); }
.info-row:last-child { border-bottom: 0; }
.info-row span { color: var(--muted); font-size: 12px; }
.info-row strong { text-align: right; font-size: 12px; max-width: 65%; }
.important-box { margin-top: 8px; padding: 12px; border-radius: 13px; background: rgba(255,191,90,.07); border: 1px solid rgba(255,191,90,.12); color: #ffd995; font-size: 12px; line-height: 1.5; }
.latest-notes { display: grid; gap: 8px; }
.latest-note { padding: 9px 10px; border-left: 2px solid rgba(122,167,255,.45); background: rgba(122,167,255,.035); border-radius: 0 10px 10px 0; }
.latest-note p { margin: 0 0 4px; font-size: 12px; line-height: 1.45; }
.latest-note small { color: var(--muted2); font-size: 10px; }
.empty-mini { color: var(--muted2); font-size: 12px; padding: 12px 0; }

.page-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 20px; }
.page-head h2 { margin: 4px 0 7px; font-size: 30px; letter-spacing: -.8px; }
.page-head p { margin: 0; color: var(--muted); font-size: 13px; }
.music-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.music-card { border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: linear-gradient(145deg, rgba(18,26,38,.9), rgba(12,17,25,.9)); min-height: 185px; position: relative; }
.music-card .music-type { color: var(--muted2); font-size: 10px; letter-spacing: 1.3px; font-weight: 850; text-transform: uppercase; }
.music-card h3 { margin: 9px 0 4px; font-size: 17px; }
.music-card .artist { color: var(--muted); font-size: 12px; }
.cue-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.cue-chip { border-radius: 999px; padding: 5px 8px; background: rgba(255,255,255,.04); border: 1px solid var(--line); font-size: 10px; color: #bfc9d7; }
.music-note { margin-top: 12px; color: #ffd995; font-size: 11px; line-height: 1.4; }
.music-edit { position: absolute; top: 13px; right: 13px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.list-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.danger-panel { border-color: rgba(255,101,119,.1); }
.pill-list { display: flex; gap: 7px; flex-wrap: wrap; }
.song-pill { border: 1px solid var(--line); background: rgba(255,255,255,.035); padding: 7px 10px; border-radius: 999px; font-size: 11px; color: #cdd6e2; display: inline-flex; gap: 7px; align-items: center; }
.danger-panel .song-pill { border-color: rgba(255,101,119,.13); color: #ffc4cc; }
.song-pill button { border: 0; background: transparent; color: var(--muted2); padding: 0; cursor: pointer; font-size: 13px; }

.people-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.person-card { border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: rgba(16,23,33,.9); }
.avatar { width: 42px; height: 42px; border-radius: 14px; display:grid; place-items:center; background: rgba(122,167,255,.1); color: var(--accent2); font-weight: 850; margin-bottom: 14px; }
.person-card h3 { margin: 0 0 4px; font-size: 16px; }
.person-role { color: var(--muted); font-size: 11px; margin-bottom: 13px; }
.person-phone { color: #e7ecf4; font-size: 12px; text-decoration: none; }
.card-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
.delete-mini { border: 0; background: transparent; color: var(--muted2); font-size: 10px; cursor: pointer; }

.notes-list { display: grid; gap: 9px; }
.note-card { border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; background: rgba(14,20,29,.88); display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: start; }
.note-time { color: var(--accent2); font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 800; }
.note-card p { margin: 0; line-height: 1.55; font-size: 13px; }

.brief-head { align-items: flex-end; }
.brief-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.brief-search { margin-bottom: 10px; }
.brief-search input { width: 100%; min-height: 44px; border-radius: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--text); padding: 0 14px; }
.brief-text { margin: 0; white-space: pre-wrap; word-wrap: break-word; min-height: 55vh; max-height: calc(100vh - 260px); overflow: auto; border: 1px solid var(--line); border-radius: 18px; padding: 20px; background: #090e15; color: #b9c4d2; font: 12px/1.68 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
mark { background: rgba(255,191,90,.32); color: #fff3dd; border-radius: 3px; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(3,5,8,.72); backdrop-filter: blur(16px); }
.modal { width: min(520px, 100%); max-height: min(86vh, 900px); overflow: auto; border: 1px solid var(--line-strong); border-radius: 24px; padding: 26px; background: #0d131c; box-shadow: 0 30px 100px rgba(0,0,0,.6); position: relative; }
.wide-modal { width: min(760px, 100%); }
.modal-close { position: absolute; right: 16px; top: 14px; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.035); color: var(--muted); font-size: 21px; cursor: pointer; }
.modal-kicker { color: var(--accent); letter-spacing: 1.8px; font-size: 10px; font-weight: 850; margin-bottom: 7px; }
.modal h2 { margin-bottom: 8px; font-size: 26px; letter-spacing: -.6px; }
.modal > p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.drop-zone { width: 100%; min-height: 210px; margin-top: 20px; border: 1px dashed rgba(94,231,196,.3); border-radius: 18px; background: rgba(94,231,196,.035); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; cursor: pointer; }
.drop-zone.dragover { background: rgba(94,231,196,.085); }
.drop-zone strong { font-size: 15px; }
.drop-zone span { color: var(--muted); font-size: 12px; }
.drop-icon { font-size: 26px; color: var(--accent); }
.import-foot { color: var(--muted2); font-size: 10px; margin-top: 14px; line-height: 1.5; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.form-grid.one-col { grid-template-columns: 1fr; }
label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; letter-spacing: .4px; font-weight: 700; }
label input, label textarea, .full-label input, .full-label textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); color: var(--text); padding: 10px 11px; min-height: 42px; resize: vertical; }
.full-label { display: grid; margin-top: 12px; }
.modal-actions { display: flex; align-items: center; gap: 9px; margin-top: 20px; }
.spacer { flex: 1; }
.danger-link { border: 0; background: transparent; color: var(--danger); cursor: pointer; font-size: 11px; }
.saved-gigs { display: grid; gap: 8px; margin-top: 18px; }
.saved-gig-row { border: 1px solid var(--line); background: rgba(255,255,255,.025); border-radius: 14px; padding: 13px 14px; display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.saved-gig-row strong { display: block; font-size: 13px; }
.saved-gig-row small { color: var(--muted); }
.saved-gig-row button { min-height: 34px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255,255,255,.04); cursor: pointer; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 28px; transform: translateX(-50%); background: #151d28; color: #eef3f8; border: 1px solid var(--line-strong); box-shadow: var(--shadow); padding: 11px 16px; border-radius: 999px; font-size: 12px; }

.performance-footer { position: fixed; z-index: 20; left: 228px; right: 0; bottom: 0; min-height: 58px; padding: 8px 30px max(8px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(94,231,196,.13); background: rgba(7,12,16,.95); backdrop-filter: blur(16px); color: #b9c6d5; font-size: 11px; font-weight: 750; letter-spacing: .35px; }
.dot-live { display:inline-block; width:7px; height:7px; border-radius:50%; background:var(--accent); margin-right:8px; box-shadow:0 0 12px rgba(94,231,196,.55); }
.performance-footer button { min-height: 36px; border-radius: 10px; padding: 0 13px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); color: var(--muted); font-size: 10px; cursor: pointer; }
body.performance .edit-only { display: none !important; }
body.performance .performance-btn { display: none; }
body.performance .content { padding-bottom: 95px; }
body.performance .nav-btn { min-height: 56px; font-size: 14px; }
body.performance .sidebar { background: #070a0f; }

@media (max-width: 1100px) {
  .app-shell { grid-template-columns: 92px 1fr; }
  .sidebar { padding-left: 12px; padding-right: 12px; }
  .brand { justify-content: center; }
  .brand-copy, .nav-btn span:not(.nav-icon), .side-action, .offline-pill { display: none; }
  .nav-btn { justify-content: center; padding: 0; }
  .nav-icon { font-size: 22px; }
  .performance-footer { left: 92px; }
  .music-grid, .people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .topbar { padding-left: 18px; padding-right: 18px; }
  .content { padding: 20px 18px 90px; }
  .venue-chip { display: none; }
  .icon-btn { display: inline-flex; align-items: center; justify-content: center; position: relative; z-index: 2; }
  .status-grid { grid-template-columns: 1fr; }
  .status-card { min-height: 150px; }
  .dashboard-grid, .list-pair { grid-template-columns: 1fr; }
  .music-grid, .people-grid { grid-template-columns: 1fr; }
  .page-head { align-items: flex-start; }
}
@media (max-width: 620px) {
  .app-shell { display:block; }
  .sidebar { position: fixed; top: auto; bottom: 0; left: 0; right: 0; width: 100%; height: auto; padding: 8px max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); border-right: 0; border-top: 1px solid var(--line); flex-direction: row; }
  .brand, .sidebar-bottom { display:none; }
  .nav { width: 100%; flex-direction: row; justify-content: space-between; gap: 3px; }
  .nav-btn { flex:1; min-height: 48px; }
  .nav-btn:nth-child(n+6) { display:none; }
  .topbar { min-height: 82px; position: sticky; }
  .event-title-row h1 { font-size: 20px; }
  .clock-card { display:none; }
  .performance-btn { min-width: 94px; padding: 0 10px; }
  .content { padding-bottom: 100px; }
  .form-grid { grid-template-columns: 1fr; }
  .performance-footer { left: 0; bottom: 64px; padding: 8px 12px; }
  .performance-footer > div:first-child { display:none; }
  .note-card { grid-template-columns: 70px 1fr auto; }
  .full .timeline-row, .timeline-row { grid-template-columns: 56px 14px minmax(0,1fr); }
  .row-actions { grid-column: 3; }
}


/* Gig menu */
.gig-menu-head { align-items: flex-start; }
.gig-menu-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }
.gig-count { margin-top:12px; display:inline-flex; min-height:30px; align-items:center; padding:0 11px; border-radius:999px; border:1px solid rgba(94,231,196,.14); background:rgba(94,231,196,.055); color:var(--accent); font-size:11px; font-weight:800; letter-spacing:.3px; }
.gig-menu-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.gig-card { min-height:290px; position:relative; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:22px; padding:20px; background:linear-gradient(145deg,rgba(18,25,36,.94),rgba(10,15,23,.96)); box-shadow:var(--shadow); overflow:hidden; }
.gig-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; right:-105px; top:-100px; background:rgba(122,167,255,.06); pointer-events:none; }
.gig-card.selected { border-color:rgba(94,231,196,.24); box-shadow:0 18px 60px rgba(0,0,0,.35), inset 0 0 0 1px rgba(94,231,196,.05); }
.gig-card-top { min-height:27px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.gig-status, .gig-loaded { display:inline-flex; min-height:25px; align-items:center; padding:0 9px; border-radius:999px; font-size:9px; letter-spacing:1px; font-weight:900; border:1px solid var(--line); }
.gig-status.today { color:#07110e; background:var(--accent); border-color:transparent; }
.gig-status.upcoming { color:#bcd0ff; border-color:rgba(122,167,255,.22); background:rgba(122,167,255,.07); }
.gig-status.past { color:var(--muted); background:rgba(255,255,255,.025); }
.gig-status.neutral { color:var(--warn); background:rgba(255,191,90,.06); border-color:rgba(255,191,90,.18); }
.gig-loaded { color:var(--accent); border-color:rgba(94,231,196,.16); background:rgba(94,231,196,.05); }
.gig-date { margin-top:18px; color:var(--muted2); font-size:10px; letter-spacing:1.2px; font-weight:850; text-transform:uppercase; }
.gig-card h3 { margin:6px 0 7px; font-size:23px; letter-spacing:-.55px; }
.gig-venue { color:#c2ccd9; font-size:13px; }
.gig-stats { display:flex; gap:8px; flex-wrap:wrap; margin-top:17px; }
.gig-stats span { padding:6px 8px; border-radius:9px; border:1px solid var(--line); background:rgba(255,255,255,.025); color:var(--muted); font-size:10px; }
.gig-important { margin-top:13px; color:var(--warn); font-size:11px; line-height:1.45; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.gig-card-actions { margin-top:auto; padding-top:20px; display:grid; grid-template-columns:1fr auto; gap:9px; }
.gig-open { min-height:46px; }
.gig-delete { min-height:46px; padding:0 13px; border-radius:12px; border:1px solid rgba(255,101,119,.17); background:rgba(255,101,119,.045); color:#ff8d9b; font-size:10px; font-weight:850; cursor:pointer; }
.gig-menu-empty { grid-column:1/-1; min-height:430px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border:1px dashed var(--line-strong); border-radius:24px; background:rgba(255,255,255,.018); padding:35px; }
.gig-menu-empty-icon { width:62px; height:62px; border-radius:20px; display:grid; place-items:center; border:1px solid rgba(94,231,196,.16); background:rgba(94,231,196,.06); color:var(--accent); font-size:26px; margin-bottom:15px; }
.gig-menu-empty h3 { margin:0 0 8px; font-size:22px; }
.gig-menu-empty p { max-width:520px; color:var(--muted); line-height:1.55; margin-bottom:18px; }
.saved-gig-actions { display:flex; gap:7px; }
.saved-gig-actions .delete-saved { color:#ff8d9b; border-color:rgba(255,101,119,.15); background:rgba(255,101,119,.04); }

@media (max-width: 1250px) {
  .gig-menu-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .gig-menu-grid { grid-template-columns:1fr; }
  .gig-menu-actions { width:100%; justify-content:stretch; }
  .gig-menu-actions button { flex:1; }
}
