/* Cabecera SELLADA de Crew › Hours (sistema 1d, sello de Diego 2026-09-12 22:31).
   Copiada literal de sistema-1d.html. Ninguna opción la modifica. */
.page { padding-top: 24px; }
.crew-head { padding-bottom: 12px; }

/* control de semana (idéntico a 1d) */
.wk { display: inline-flex; align-items: center; gap: 2px; height: 44px; padding: 0 4px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 999px; background: #000; }
.wk-btn { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; background: rgba(255, 255, 255, .06); color: var(--ff-text-primary); }
.wk-btn .i { width: 18px; height: 18px; stroke-width: 1.8; }
.wk-range { display: inline-flex; align-items: center; gap: 10px; padding: 0 16px 0 14px; }
.wk-range .i { width: 19px; height: 19px; color: var(--ff-text-secondary); }
.wk-range strong { font-size: 20px; font-weight: 600; line-height: 24px; letter-spacing: -.01em; white-space: nowrap; }

/* pestañas separadas (idéntico a 1d) */
.tabs2 { position: relative; display: inline-flex; align-items: center; height: 42px; padding: 3px; }
.tabs2 .bg { position: absolute; inset: 0; border-radius: 999px; pointer-events: none; transition: clip-path 200ms cubic-bezier(0.16, 1, 0.3, 1); }
.tabs2 .bg-edge { background: var(--ff-filter-chip-inactive-border); }
.tabs2 .bg-fill { background: #121111; }
.tabs2 .bg-pill { background: linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 45%, rgba(0, 0, 0, .14)), var(--ff-action-primary); box-shadow: var(--ff-action-bevel); }
.tab2 { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: 999px;
  color: var(--ff-text-secondary); font-size: 14px; font-weight: 500; line-height: 1; white-space: nowrap; cursor: pointer; user-select: none;
  transition: transform 200ms cubic-bezier(0.16, 1, 0.3, 1); }
.tab2 .i { width: 16px; height: 16px; }
.tab2:hover { color: var(--ff-text-primary); }
.tab2.on { margin: 0 16px; color: var(--ff-action-primary-text); }
.bg + .tab2.on { margin-left: 0; }
.tabs2 .divider { position: relative; z-index: 1; width: 1px; height: 20px; margin: 0 6px; background: var(--ff-border-hairline); }
.tabs2.no-anim *, .tabs2.no-anim .bg { transition: none; }

/* Cash required arriba a la derecha, sobre la hairline (idéntico a 1d) */
.cash { text-align: right; line-height: 1; }
.cash strong { display: block; font-size: 28px; font-weight: 600; line-height: 30px; letter-spacing: -.01em; font-variant-numeric: tabular-nums; }
.cash small { display: block; margin-top: 0; color: var(--ff-text-muted); font-size: 12px; line-height: 18px; }
