/* ===== GRAND SHOSH — Navy klassik dizayn ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f4f6f9;
  color: #16243d;
  font-size: 15px;
  -webkit-tap-highlight-color: transparent;
}

:root {
  --navy: #16243d;
  --navy-light: #223453;
  --gold: #c9a55c;
  --gold-light: #f7f0e2;
  --gold-border: #e5d4ad;
  --gold-text: #9a7b3c;
  --bg: #f4f6f9;
  --card: #ffffff;
  --border: #e2e6ec;
  --border-light: #eef0f4;
  --text: #16243d;
  --muted: #8a94a6;
  --light-blue: #eef2f7;
  --light-blue-border: #dde3ec;
  --red: #b03030;
  --red-bg: #fdf0f0;
  --red-border: #f0b0b0;
  --green-ok: #2e7d52;
}

.page { display: none; height: 100vh; flex-direction: column; overflow: hidden; }
.page.active { display: flex; }
.content { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; }

/* ===== TOPBAR ===== */
.topbar {
  background: var(--navy); color: #fff;
  padding: 14px 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between;
}
.topbar-title { font-size: 16px; font-weight: 600; }
.topbar-sub { font-size: 11px; color: var(--gold); margin-top: 2px; letter-spacing: 0.04em; }
.topbar-sub2 { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 1px; }
.icon-btn {
  background: rgba(255,255,255,0.12); border: none; color: #fff;
  border-radius: 50%; width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; cursor: pointer; flex-shrink: 0;
}

/* ===== ROLE SELECT ===== */
.role-screen {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 32px 24px; background: var(--navy); min-height: 100vh;
}
.role-logo {
  width: 76px; height: 76px; border-radius: 50%;
  background: rgba(201,165,92,0.15); border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 36px; margin-bottom: 18px;
}
.role-title { font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 2px; }
.role-brand { font-size: 13px; color: var(--gold); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px; font-weight: 600; }
.role-sub { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.role-btn {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 17px 18px; border-radius: 14px; margin-bottom: 11px;
  border: 1px solid rgba(201,165,92,0.4); cursor: pointer;
  background: rgba(255,255,255,0.1); color: #fff; text-align: left;
  min-height: 64px;
}
.role-btn:active { background: rgba(255,255,255,0.12); }
.role-btn i { font-size: 24px; flex-shrink: 0; color: var(--gold); }
.rb-name { font-size: 15px; font-weight: 600; }
.rb-sub { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 2px; }
.rb-arrow { margin-left: auto; font-size: 20px; color: var(--gold); }

/* ===== SECTION LABEL ===== */
.sec-label {
  padding: 12px 16px 5px;
  font-size: 11px; font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.07em;
}
.sec-note { font-size: 10px; font-weight: 400; color: #b8c0cc; text-transform: none; letter-spacing: 0; }

/* ===== PROGRESS CARD ===== */
.prog-card {
  margin: 12px; background: var(--card);
  border-radius: 14px; border: 0.5px solid var(--border); padding: 15px;
}
.prog-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; }
.prog-lbl { font-size: 14px; font-weight: 600; color: var(--text); }
.prog-earn { font-size: 16px; font-weight: 600; color: var(--gold-text); }
.pb-wrap { height: 7px; background: var(--light-blue); border-radius: 4px; overflow: hidden; margin-bottom: 5px; }
.pb-fill { height: 100%; border-radius: 4px; background: var(--navy); transition: width 0.4s; }
.prog-pct { font-size: 12px; color: var(--muted); }

/* ===== ROOM CARDS — katta, qulay ===== */
.room-card {
  display: flex; align-items: center; gap: 13px;
  padding: 15px 16px; background: var(--card);
  border-bottom: 0.5px solid var(--border-light);
  cursor: pointer; min-height: 70px;
}
.room-card:active { background: #fafbfc; }
.rnum {
  width: 50px; height: 50px; border-radius: 11px;
  background: var(--light-blue); border: 0.5px solid var(--light-blue-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600; flex-shrink: 0; color: var(--text);
}
.rnum.gorni { background: var(--gold-light); border-color: var(--gold-border); color: var(--gold-text); }
.rnum.done { background: var(--navy); color: #fff; border-color: var(--navy); }
.rnum.called { background: #e8ecf3; border-color: #ccd5e2; color: #5d6b82; }
.rnum.rejected { background: var(--red-bg); border-color: var(--red-border); color: var(--red); }
.room-info { flex: 1; min-width: 0; }
.room-name { font-size: 15px; font-weight: 600; color: var(--text); }
.room-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
.rbadge {
  font-size: 11px; padding: 5px 11px; border-radius: 99px;
  font-weight: 600; flex-shrink: 0; white-space: nowrap;
}
.b-done { background: var(--navy); color: #fff; }
.b-wait { background: var(--light-blue); color: #5d6b82; border: 0.5px solid var(--light-blue-border); }
.b-gorni { background: var(--gold-light); color: var(--gold-text); border: 0.5px solid var(--gold-border); }
.b-called { background: #e8ecf3; color: #5d6b82; }
.b-reject { background: var(--red-bg); color: var(--red); border: 0.5px solid var(--red-border); }
.chev { color: #c5ccd8; font-size: 20px; margin-left: 2px; }

/* ===== FLOOR FILTER ===== */
.floor-filter {
  display: flex; gap: 7px; padding: 10px 14px; overflow-x: auto;
  background: var(--bg); -webkit-overflow-scrolling: touch;
}
.floor-btn {
  padding: 8px 15px; border-radius: 99px; font-size: 13px; font-weight: 600;
  border: 0.5px solid var(--border); background: var(--card); color: var(--muted);
  cursor: pointer; white-space: nowrap; flex-shrink: 0; min-height: 38px;
}
.floor-btn.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ===== GORNI CHECKLIST ===== */
.gorni-prog { padding: 11px 16px; background: var(--navy); flex-shrink: 0; }
.gp-row { display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.gp-earn { font-size: 14px; font-weight: 600; color: var(--gold); }
.gpb-wrap { height: 5px; background: rgba(255,255,255,0.15); border-radius: 3px; overflow: hidden; }
.gpb-fill { height: 100%; background: var(--gold); border-radius: 3px; transition: width 0.3s; }

.note-banner {
  margin: 10px 12px; background: var(--light-blue);
  border-radius: 11px; padding: 11px 13px;
  font-size: 12px; color: #5d6b82; line-height: 1.5;
}

.gr-sec { background: var(--card); margin-bottom: 5px; }
.gr-sec-head {
  padding: 11px 16px; font-size: 12px; font-weight: 600;
  color: #fff; background: var(--navy-light);
  display: flex; align-items: center; gap: 7px;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.gr-sec-head i { color: var(--gold); font-size: 15px; }
.gorni-item {
  display: flex; align-items: stretch;
  border-bottom: 0.5px solid var(--border-light);
  min-height: 56px; cursor: pointer;
}
.gorni-item:last-child { border-bottom: none; }
.gorni-item:active { background: #fafbfc; }
.gn {
  width: 34px; display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #b8c0cc; flex-shrink: 0;
  border-right: 0.5px solid var(--border-light);
}
.gt { flex: 1; padding: 13px 13px; }
.gl { font-size: 14px; color: var(--text); line-height: 1.4; }
.gl.warn { color: var(--red); font-weight: 600; }
.gnt { font-size: 11px; color: var(--muted); margin-top: 3px; }
.g-tick {
  width: 56px; display: flex; align-items: center; justify-content: center;
  border-left: 0.5px solid var(--border-light); flex-shrink: 0;
}
.gtb {
  width: 28px; height: 28px; border-radius: 7px;
  border: 1.5px solid var(--light-blue-border);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.15s;
}
.gtb.on { background: var(--navy); border-color: var(--navy); }
.gtb.on::after { content: '✓'; color: #fff; font-size: 15px; font-weight: 700; }

/* ===== BUTTONS ===== */
.bottom-action {
  padding: 12px 16px 22px; background: var(--card);
  border-top: 0.5px solid var(--border-light); flex-shrink: 0;
}
.btn-primary {
  width: 100%; padding: 15px; border: none; border-radius: 13px;
  font-size: 15px; font-weight: 600; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--navy); min-height: 52px;
}
.btn-primary:disabled { background: #c5ccd8; cursor: not-allowed; }
.btn-primary:active:not(:disabled) { background: var(--navy-light); }
.btn-gold { background: var(--gold-text); }
.btn-secondary {
  width: 100%; padding: 13px; border: 1px solid var(--red-border);
  border-radius: 13px; font-size: 14px; font-weight: 600;
  color: var(--red); background: var(--card); margin-top: 9px; cursor: pointer;
  min-height: 48px;
}
.hint-txt { font-size: 12px; color: var(--muted); text-align: center; margin-bottom: 9px; }

/* ===== INFO BANNER ===== */
.info-banner {
  margin: 12px; border-radius: 13px; padding: 14px;
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--gold-light); border: 0.5px solid var(--gold-border);
}
.banner-icon { font-size: 26px; flex-shrink: 0; }
.banner-title { font-size: 14px; font-weight: 600; color: var(--gold-text); margin-bottom: 4px; }
.banner-sub { font-size: 13px; color: var(--gold-text); line-height: 1.5; opacity: 0.85; }

/* ===== CHECKLIST CARD ===== */
.checklist-card {
  margin: 0 12px 12px; background: var(--card);
  border-radius: 13px; border: 0.5px solid var(--border); overflow: hidden;
}
.checklist-head {
  padding: 11px 14px; font-size: 11px; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
  border-bottom: 0.5px solid var(--border-light);
}
.remind-item {
  display: flex; align-items: center; gap: 13px;
  padding: 13px 14px; border-bottom: 0.5px solid var(--border-light);
  font-size: 14px; min-height: 50px;
}
.remind-item:last-child { border-bottom: none; }
.remind-num {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}

/* ===== SUPERVISOR PHOTO ===== */
.photo-zone {
  margin: 12px; background: var(--card);
  border-radius: 13px; border: 0.5px solid var(--border); padding: 15px;
}
.photo-zone-title { font-size: 14px; font-weight: 600; margin-bottom: 4px; }
.photo-zone-sub { font-size: 12px; color: var(--muted); margin-bottom: 13px; }
.big-photo-btn {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; width: 100%; padding: 38px 16px;
  background: var(--bg); border: 1.5px dashed var(--light-blue-border);
  border-radius: 11px; cursor: pointer; font-size: 13px; color: var(--muted);
}
.big-photo-btn:active { background: var(--light-blue); }
.big-photo-btn.captured { background: var(--navy); border: 1.5px solid var(--navy); color: rgba(255,255,255,0.8); }
.big-photo-btn i { font-size: 34px; }
.big-photo-btn.captured i { color: var(--gold); }
.zone-photos-title {
  padding: 12px 16px 7px; font-size: 11px; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
}
.zone-photos-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; padding: 0 14px 13px; }
.zone-photo-slot {
  aspect-ratio: 1; border-radius: 10px;
  border: 1.5px dashed var(--light-blue-border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 3px; cursor: pointer; font-size: 9px; color: var(--muted);
}
.zone-photo-slot i { font-size: 18px; }
.zone-photo-slot.captured { background: var(--navy); border: 1.5px solid var(--navy); color: var(--gold); }
.zone-photo-slot.captured i { color: var(--gold); }

/* ===== SV CHECKLIST ===== */
.sv-checklist-card {
  margin: 0 12px 12px; background: var(--card);
  border-radius: 13px; border: 0.5px solid var(--border); overflow: hidden;
}
.sv-checklist-head {
  padding: 11px 14px; font-size: 11px; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
  border-bottom: 0.5px solid var(--border-light);
}
.sv-check-item {
  display: flex; align-items: center; gap: 13px;
  padding: 14px; border-bottom: 0.5px solid var(--border-light);
  cursor: pointer; min-height: 52px;
}
.sv-check-item:last-child { border-bottom: none; }
.sv-check-item:active { background: #fafbfc; }
.sv-cb {
  width: 26px; height: 26px; border-radius: 7px;
  border: 1.5px solid var(--light-blue-border); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.sv-cb.on { background: var(--navy); border-color: var(--navy); }
.sv-cb.on::after { content: '✓'; color: #fff; font-size: 13px; font-weight: 700; }
.sv-check-lbl { font-size: 14px; }

/* ===== GORNI REVIEW (supervizor) ===== */
.gorni-review-card {
  margin: 12px; background: var(--card);
  border-radius: 13px; border: 0.5px solid var(--border); overflow: hidden;
}
.gorni-review-head {
  padding: 12px 14px; font-size: 14px; font-weight: 600;
  border-bottom: 0.5px solid var(--border-light);
  display: flex; justify-content: space-between; align-items: center;
}

/* ===== REPAIR (Masterskaya) ===== */
.repair-form { margin: 12px; background: var(--card); border-radius: 14px; border: 0.5px solid var(--border); padding: 15px; }
.rf-title { font-size: 15px; font-weight: 600; margin-bottom: 14px; }
.rf-row { margin-bottom: 14px; }
.rf-lbl {
  font-size: 11px; color: var(--muted); margin-bottom: 7px;
  text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600;
}
.rf-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.rf-cat {
  padding: 12px 6px; border-radius: 11px; font-size: 12px; text-align: center;
  border: 1px solid var(--border); background: var(--card); color: #5d6b82;
  cursor: pointer; min-height: 62px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
}
.rf-cat i { font-size: 20px; }
.rf-cat.sel { background: var(--navy); color: #fff; border-color: var(--navy); }
.rf-cat.sel i { color: var(--gold); }
.rf-input {
  width: 100%; padding: 13px; border: 1px solid var(--border);
  border-radius: 11px; font-size: 14px; background: var(--bg);
  font-family: inherit; resize: none; outline: none;
}
.rf-input:focus { border-color: var(--navy); }
.rf-urgency { display: flex; gap: 8px; }
.rf-urg {
  flex: 1; padding: 12px; border-radius: 11px; font-size: 13px; font-weight: 600;
  text-align: center; border: 1px solid var(--border); background: var(--card);
  color: #5d6b82; cursor: pointer; min-height: 46px;
}
.rf-urg.sel-normal { background: var(--navy); color: #fff; border-color: var(--navy); }
.rf-urg.sel-urgent { background: var(--red); color: #fff; border-color: var(--red); }

.repair-card {
  display: flex; align-items: center; gap: 13px;
  padding: 14px 16px; background: var(--card);
  border-bottom: 0.5px solid var(--border-light);
  cursor: pointer; min-height: 68px;
}
.repair-card:active { background: #fafbfc; }
.repair-icon {
  width: 48px; height: 48px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.ri-wait { background: var(--gold-light); color: var(--gold-text); }
.ri-progress { background: var(--light-blue); color: #5d6b82; }
.ri-done { background: var(--navy); color: var(--gold); }
.ri-urgent { background: var(--red-bg); color: var(--red); }

.fix-detail {
  margin: 12px; background: var(--card);
  border-radius: 14px; border: 0.5px solid var(--border); overflow: hidden;
}
.fd-head { padding: 13px 15px; background: var(--navy); color: #fff; }
.fd-room { font-size: 15px; font-weight: 600; }
.fd-meta { font-size: 12px; color: var(--gold); margin-top: 2px; }
.fd-body { padding: 15px; }
.fd-problem {
  font-size: 14px; color: var(--text); line-height: 1.55;
  margin-bottom: 13px; padding: 12px; background: var(--bg); border-radius: 10px;
}
.fd-photo-thumb {
  width: 76px; height: 76px; border-radius: 11px;
  background: var(--light-blue); border: 0.5px solid var(--light-blue-border);
  margin-bottom: 13px; object-fit: cover;
}
.fd-actions { display: flex; gap: 9px; }
.btn-half {
  flex: 1; padding: 13px; border-radius: 11px; font-size: 14px;
  font-weight: 600; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 48px;
}
.btn-start { background: var(--navy); color: #fff; border: none; }
.btn-done-locked { background: var(--card); color: #b8c0cc; border: 1px solid var(--border); cursor: not-allowed; }
.btn-done-ready { background: var(--green-ok); color: #fff; border: none; }
.photo-required-note { font-size: 11px; color: var(--muted); text-align: center; margin-top: 8px; }

/* ===== MANAGER ===== */
.mgr-tabs {
  display: flex; background: var(--navy);
  border-bottom: 1px solid var(--navy-light); flex-shrink: 0;
}
.mgr-tab {
  flex: 1; padding: 10px 4px 9px; text-align: center;
  font-size: 10px; color: rgba(255,255,255,0.4); cursor: pointer;
  border-top: 2px solid transparent;
}
.mgr-tab i { display: block; font-size: 18px; margin-bottom: 2px; }
.mgr-tab.active { color: #fff; border-top-color: var(--gold); }
.mgr-tab.active i { color: var(--gold); }
.mgr-content { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.mgr-section { display: none; }
.mgr-section.active { display: block; }

.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px; }
.kpi-card {
  background: var(--card); border-radius: 13px;
  border: 0.5px solid var(--border); padding: 14px;
}
.kpi-lbl { font-size: 11px; color: var(--muted); margin-bottom: 5px; }
.kpi-val { font-size: 26px; font-weight: 700; color: var(--text); }
.kpi-val.gold { color: var(--gold-text); }
.kpi-val.red { color: var(--red); }
.kpi-sub { font-size: 11px; color: var(--muted); margin-top: 2px; }

.feed-item {
  display: flex; align-items: center; gap: 11px;
  padding: 12px 16px; background: var(--card);
  border-bottom: 0.5px solid var(--border-light);
}
.feed-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.fd-navy { background: var(--navy); }
.fd-gold { background: var(--gold); }
.fd-red { background: var(--red); }
.feed-room { font-size: 13px; font-weight: 600; }
.feed-who { font-size: 11px; color: var(--muted); margin-top: 1px; }
.feed-badge {
  font-size: 10px; padding: 3px 9px; border-radius: 99px;
  font-weight: 600; margin-left: auto; flex-shrink: 0; white-space: nowrap;
}
.fb-navy { background: var(--navy); color: #fff; }
.fb-gold { background: var(--gold-light); color: var(--gold-text); }
.fb-red { background: var(--red-bg); color: var(--red); }

.bar-item { margin-bottom: 13px; }
.bar-item:last-child { margin-bottom: 0; }
.bar-head { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 5px; }
.bar-name { font-weight: 600; }
.bar-bg { height: 8px; background: var(--light-blue); border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 4px; }

.payroll-card {
  background: var(--card); margin: 0 12px 12px;
  border-radius: 13px; border: 0.5px solid var(--border); overflow: hidden;
}
.payroll-head {
  padding: 12px 14px; background: var(--navy); color: #fff;
  font-size: 13px; font-weight: 600;
  display: flex; justify-content: space-between;
}
.payroll-head span:last-child { color: var(--gold); }
.pay-row {
  display: flex; align-items: center; gap: 11px;
  padding: 12px 14px; border-bottom: 0.5px solid var(--border-light);
}
.pay-row:last-child { border-bottom: none; }
.pay-av {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--light-blue); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.pay-name { font-size: 14px; font-weight: 600; }
.pay-detail { font-size: 11px; color: var(--muted); margin-top: 1px; }
.pay-amt { font-size: 15px; font-weight: 700; color: var(--gold-text); }
.pay-sub { font-size: 11px; color: var(--muted); }

.total-box { margin: 0 12px 16px; background: var(--navy); border-radius: 14px; padding: 17px; }
.total-box-title { color: var(--gold); font-size: 12px; margin-bottom: 12px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.total-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.total-item { background: rgba(255,255,255,0.07); border-radius: 11px; padding: 11px 13px; }
.total-item-lbl { color: rgba(255,255,255,0.45); font-size: 11px; margin-bottom: 4px; }
.total-item-val { color: #fff; font-size: 17px; font-weight: 700; }
.total-item-val.gold { color: var(--gold); }
.total-item-val.dim { font-size: 13px; text-decoration: line-through; opacity: 0.4; }

/* ===== LOGIN ===== */
.login-screen {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--navy); padding: 32px 24px; min-height: 100vh;
}
.login-field {
  width: 100%; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15); border-radius: 11px;
  padding: 14px; color: #fff; font-size: 15px;
  margin-bottom: 12px; outline: none; min-height: 50px;
}
.login-field::placeholder { color: rgba(255,255,255,0.35); }
.login-field:focus { border-color: var(--gold); }
.login-note { color: rgba(255,255,255,0.3); font-size: 11px; margin-top: 16px; }

/* ===== WORKER SELECT ===== */
.worker-select-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 16px; background: var(--card);
  border: none; border-bottom: 0.5px solid var(--border-light);
  cursor: pointer; width: 100%; text-align: left; min-height: 76px;
}
.worker-select-btn:active { background: #fafbfc; }
.ws-av {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--light-blue); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; flex-shrink: 0;
}
.ws-name { font-size: 16px; font-weight: 600; color: var(--text); }
.ws-sub { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ===== TOAST + MODAL ===== */
.toast {
  position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%);
  background: var(--navy); color: #fff; padding: 11px 22px;
  border-radius: 99px; font-size: 13px; font-weight: 500;
  opacity: 0; transition: opacity 0.3s; z-index: 200;
  white-space: nowrap; pointer-events: none;
}
.toast.show { opacity: 1; }
.modal-overlay {
  position: fixed; inset: 0; background: rgba(22,36,61,0.6);
  display: flex; align-items: center; justify-content: center; z-index: 150;
}
.modal-card {
  background: var(--card); border-radius: 18px; padding: 30px 24px;
  text-align: center; width: 310px; max-width: 90vw;
}
.modal-icon { font-size: 48px; margin-bottom: 14px; }
.modal-title { font-size: 19px; font-weight: 700; margin-bottom: 7px; }
.modal-sub { font-size: 14px; color: var(--muted); margin-bottom: 22px; line-height: 1.55; }

.empty-state { padding: 26px 16px; text-align: center; color: #b8c0cc; font-size: 13px; }

/* SET SECTION */
.set-section { background: var(--card); margin-bottom: 9px; }
.set-head {
  padding: 10px 16px; font-size: 11px; font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.07em;
  border-bottom: 0.5px solid var(--border-light);
}
.set-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 16px; border-bottom: 0.5px solid var(--border-light);
  font-size: 14px; min-height: 54px;
}
.set-row:last-child { border-bottom: none; }
.set-val { color: var(--muted); font-size: 14px; }
.set-val.gold { color: var(--gold-text); font-weight: 600; }
.set-val.ok { color: var(--green-ok); font-weight: 600; }
.set-btn {
  padding: 8px 16px; border-radius: 9px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--border); background: var(--card); color: var(--navy);
  cursor: pointer;
}
