:root{
      --bg:#f5f3ef;
      --card:#fffdf9;
      --ink:#171513;
      --muted:#6f655d;
      --line:#e6dfd5;
      --accent:#e65a2c;
      --accent-soft:rgba(230,90,44,.1);
    }

/* Black Friday client recommendation tagging */
.client-recs-hero{
  position:static;
  overflow:visible;
  background:transparent;
  color:var(--ink);
}
.client-recs-hero:after{display:none}
.client-recs-hero .eyebrow{color:var(--accent)}
.client-recs-hero p:last-child{max-width:720px;color:var(--muted)}
.client-recs-controls{display:grid;grid-template-columns:1fr .75fr 1.15fr auto;gap:12px;align-items:end;margin-top:16px}
.client-recs-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:16px;align-items:start;margin-top:16px}
.client-recs-list{display:grid;gap:10px;max-height:720px;overflow:auto;padding-right:3px}
.client-recs-date{position:sticky;top:0;z-index:2;margin:6px 0 0;padding:9px 12px;border-radius:12px;background:#171513;color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.client-recs-card{display:grid;grid-template-columns:1fr auto;gap:10px 16px;padding:16px;border:1px solid rgba(23,21,19,.1);border-radius:17px;background:#fff;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.client-recs-card:hover,.client-recs-card.is-selected{border-color:#9bcf2d;box-shadow:0 8px 24px rgba(23,21,19,.08);transform:translateY(-1px)}
.client-recs-card-main{display:grid;gap:5px;min-width:0}
.client-recs-card-main strong{font-size:16px;color:#171513}
.client-recs-card-main span{color:#6f6a62;font-size:12px;line-height:1.45}
.client-recs-card-time{color:#171513;font-size:12px;font-weight:900;white-space:nowrap}
.client-recs-card button{grid-column:1/-1;justify-self:start;width:auto;padding:7px 12px;border:1px solid #171513;border-radius:999px;background:transparent;color:#171513;font:inherit;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.client-recs-card button:hover{background:#171513;color:#fff}
.client-recs-detail{position:sticky;top:14px;min-height:330px;padding:22px;border:1px solid rgba(23,21,19,.1);border-radius:20px;background:#f8f5ef}
.client-recs-detail-empty{display:grid;align-content:center;min-height:285px;text-align:center}
.client-recs-detail-empty span,.client-recs-detail-kicker{color:#5a7c13;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.client-recs-detail-empty h2,.client-recs-detail-head h2{margin:8px 0;font-size:26px;line-height:1.05;color:#171513}
.client-recs-detail-empty p,.client-recs-detail-head p{margin:0;color:#6f6a62;font-size:12px;line-height:1.5}
.client-recs-detail-head{display:grid;gap:4px;padding-bottom:17px;border-bottom:1px solid rgba(23,21,19,.1)}
.client-recs-current{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0}
.client-recs-current:empty:after{content:"No recommendation tags yet";color:#6f6a62;font-size:12px}
.client-recs-tag-search{width:100%;margin:4px 0 12px}
.client-recs-tag-library{display:grid;gap:16px;max-height:430px;overflow:auto;padding:2px}
.client-recs-tag-group{display:grid;gap:8px}
.client-recs-tag-group + .client-recs-tag-group{padding-top:14px;border-top:1px solid rgba(23,21,19,.08)}
.client-recs-tag-group-head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.client-recs-tag-group-head h3{margin:0;color:#171513;font-size:11px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}
.client-recs-tag-group-head span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:#ebe7df;color:#6f6a62;font-size:10px;font-weight:800}
.client-recs-tag-group-options{display:flex;flex-wrap:wrap;gap:7px}
.client-recs-tag{display:inline-flex;align-items:center;gap:6px;width:auto;min-height:34px;padding:7px 10px;border:1px solid rgba(23,21,19,.16);border-radius:999px;background:#fff;color:#171513;font:inherit;font-size:11px;line-height:1.2;cursor:pointer}
.client-recs-tag:hover{border-color:#171513}
.client-recs-tag.is-active{border-color:#2f6c36;background:#e4f4e5;color:#24552a;font-weight:800}
.client-recs-tag.is-active:after{content:"×";font-size:15px;line-height:1}
.client-recs-tag[disabled]{cursor:wait;opacity:.55}
.client-recs-save-status{min-height:18px;margin:12px 0 0;color:#6f6a62;font-size:11px}
.client-recs-save-status.is-success{color:#2f6c36}
.client-recs-save-status.is-error{color:#a33d2b}
.client-recs-controls .field{display:grid;gap:6px}
.client-recs-controls .field label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.client-recs-controls select,.client-recs-controls input,.client-recs-tag-search{min-height:44px;padding:10px 12px;border:1px solid rgba(23,21,19,.14);border-radius:12px;background:#fff;color:#171513;font:inherit}
@media(max-width:900px){
  .client-recs-controls{grid-template-columns:1fr 1fr}
  .client-recs-layout{grid-template-columns:1fr}
  .client-recs-list{max-height:none}
  .client-recs-detail{position:static}
}
@media(max-width:600px){
  .client-recs-controls{grid-template-columns:1fr}
  .client-recs-card{grid-template-columns:1fr}
  .client-recs-card-time{white-space:normal}
  .client-recs-detail{padding:17px}
}

    .todo-manager-picker{
      display:grid;
      grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
      gap:10px;
    }

    .todo-manager-option{
      display:grid;
      grid-template-columns:28px minmax(0, 1fr);
      align-items:center;
      gap:12px;
      padding:12px 14px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:16px;
      background:#fff;
      cursor:pointer;
      min-width:0;
    }

    .todo-manager-option input{
      -webkit-appearance:none;
      appearance:none;
      width:22px;
      height:22px;
      min-width:22px;
      margin:0;
      border:1.5px solid rgba(23,21,19,.22);
      border-radius:6px;
      background:#fff;
      display:grid;
      place-items:center;
      justify-self:center;
      align-self:center;
      box-shadow:none;
      transition:border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
    }

    .todo-manager-option input::after{
      content:'';
      width:10px;
      height:6px;
      border-left:2px solid transparent;
      border-bottom:2px solid transparent;
      transform:rotate(-45deg) scale(0.9);
      margin-top:-1px;
      opacity:0;
      transition:opacity .16s ease, border-color .16s ease;
    }

    .todo-manager-option input:checked{
      border-color:var(--accent);
      background:var(--accent);
    }

    .todo-manager-option input:checked::after{
      border-left-color:#fff;
      border-bottom-color:#fff;
      opacity:1;
    }

    .todo-manager-option input:focus-visible{
      outline:none;
      box-shadow:0 0 0 3px rgba(230,90,44,.18);
    }

    .todo-manager-avatar{
      width:42px;
      height:42px;
      min-width:42px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,247,242,.98));
      color:var(--ink);
      display:flex;
      align-items:center;
      justify-content:center;
      overflow:hidden;
      font-size:12px;
      font-weight:800;
      letter-spacing:.04em;
    }

    .todo-manager-avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .todo-manager-optionContent{
      display:flex;
      align-items:flex-start;
      gap:10px;
      min-width:0;
    }

    .todo-manager-optionBody{
      display:flex;
      flex-direction:column;
      gap:2px;
      min-width:0;
    }

    .todo-manager-optionBody strong{
      font-size:13px;
      line-height:1.3;
      color:var(--ink);
      display:block;
      overflow-wrap:anywhere;
      word-break:break-word;
    }

    .todo-manager-optionBody small{
      font-size:11px;
      color:var(--muted);
      text-transform:uppercase;
      letter-spacing:.06em;
      display:block;
      overflow-wrap:anywhere;
      word-break:break-word;
    }

    .todo-card[data-status="completed"]{
      opacity:.84;
    }

    *{ box-sizing:border-box; }
    body{
      margin:0;
      font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:var(--bg);
      color:var(--ink);
    }

    body.pin-locked{
      overflow:hidden;
    }

    body.staff-mobileNavOpen{
      overflow:hidden;
    }

    .page{
      max-width:1100px;
      margin:0 auto;
      padding:24px 18px 40px;
      display:grid;
      gap:18px;
    }

    .page[hidden]{
      display:none !important;
    }

    .hero{
      display:grid;
      gap:6px;
    }

    .section-hero{
      display:grid;
      gap:6px;
      margin-bottom:6px;
      align-items:start;
    }

    .section-hero h1{
      font-size:clamp(30px, 4.6vw, 52px);
      line-height:.94;
    }

    .section-hero > p:not(.eyebrow){
      margin:0;
      max-width:68ch;
      color:var(--muted);
      font-size:14px;
      line-height:1.5;
    }

    .eyebrow{
      margin:0;
      font-size:10px;
      line-height:1;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:800;
    }

    h1{
      margin:0;
      font-size:clamp(34px, 6vw, 62px);
      line-height:.92;
      letter-spacing:-.06em;
      font-weight:800;
    }

    .hero p{
      margin:0;
      max-width:60ch;
      color:var(--muted);
      line-height:1.45;
      font-size:14px;
    }

    .panel{
      background:var(--card);
      border:1px solid var(--line);
      border-radius:22px;
      padding:20px;
      display:grid;
      gap:16px;
      box-shadow:0 8px 24px rgba(23,21,19,.03);
    }

    .tabs{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }

    .tabs-wrap{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }

    .staff-shellCard{
      gap:18px;
      padding:18px;
      border-radius:28px;
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.08), transparent 34%),
        linear-gradient(180deg, rgba(255,253,249,.98), rgba(255,255,255,.98));
      box-shadow:0 18px 40px rgba(23,21,19,.05);
    }

    .staff-shellHead{
      align-items:flex-start;
      gap:14px;
    }

    .staff-shellIntro{
      display:grid;
      gap:8px;
      min-width:0;
    }

    .staff-shellTitleRow{
      display:grid;
      gap:4px;
    }

    .staff-shellTitle{
      margin:0;
      font-size:26px;
      line-height:.98;
      letter-spacing:-.05em;
      font-weight:850;
      color:var(--ink);
    }

    .staff-shellCopy{
      margin:0;
      font-size:13px;
      line-height:1.5;
      color:var(--muted);
      max-width:46ch;
    }

    .staff-shellActions{
      margin-left:auto;
      display:flex;
      align-items:stretch;
      gap:10px;
      flex-wrap:wrap;
    }

    .staff-shellNav{
      display:grid;
      gap:10px;
      padding:14px;
      border:1px solid rgba(23,21,19,.06);
      border-radius:22px;
      background:rgba(255,255,255,.78);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
    }

    .staff-mobileNavBar{
      display:none;
      grid-template-columns:minmax(0, 1fr) auto;
      align-items:center;
      gap:12px;
    }

    .staff-mobileNavBar[hidden]{
      display:none !important;
    }

    .staff-mobileNavCurrentWrap{
      display:grid;
      gap:0;
      min-width:0;
    }

    .staff-mobileNavLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-mobileNavCurrent{
      font-size:20px;
      line-height:1;
      letter-spacing:-.03em;
      color:var(--ink);
      font-weight:800;
      white-space:nowrap;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .staff-mobileNavTrigger{
      display:none;
      align-items:center;
      justify-content:center;
      gap:0;
      width:42px;
      min-width:42px;
      min-height:42px;
      height:42px;
      padding:0;
      border:1px solid rgba(23,21,19,.08);
      border-radius:999px;
      background:#fff;
      color:var(--ink);
      box-shadow:0 8px 18px rgba(23,21,19,.04);
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
    }

    .staff-mobileNavTriggerIcon{
      display:grid;
      gap:3px;
      flex:0 0 auto;
    }

    .staff-mobileNavTriggerIcon span{
      width:14px;
      height:2px;
      border-radius:999px;
      background:currentColor;
      display:block;
    }

    .staff-mobileNavTriggerText{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0, 0, 0, 0);
      white-space:nowrap;
      border:0;
    }

    .staff-mobileDrawer{
      position:fixed;
      inset:0;
      z-index:960;
      display:grid;
      align-items:start;
      padding:88px 12px 0;
    }

    .staff-mobileDrawer[hidden]{
      display:none !important;
    }

    .staff-mobileDrawerScrim{
      position:absolute;
      inset:0;
      min-height:0;
      padding:0;
      border:0;
      border-radius:0;
      background:rgba(23,21,19,.34);
      backdrop-filter:blur(4px);
    }

    .staff-mobileDrawerSheet{
      position:relative;
      display:grid;
      gap:14px;
      width:min(100%, 560px);
      margin:0 auto;
      padding:15px 15px calc(15px + env(safe-area-inset-bottom));
      border:1px solid rgba(23,21,19,.08);
      border-radius:26px;
      background:linear-gradient(180deg, rgba(255,253,249,.98), rgba(255,255,255,.99));
      box-shadow:0 24px 48px rgba(23,21,19,.16);
    }

    .staff-mobileDrawerHead{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:0 2px 8px;
      border-bottom:1px solid rgba(23,21,19,.08);
    }

    .staff-mobileDrawerTitle{
      margin:0;
      font-size:24px;
      line-height:1;
      letter-spacing:-.05em;
      color:var(--ink);
      font-weight:850;
    }

    .staff-mobileDrawerClose{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:34px;
      min-width:34px;
      min-height:34px;
      height:34px;
      padding:0;
      border:1px solid rgba(23,21,19,.08);
      border-radius:999px;
      background:rgba(255,255,255,.88);
      color:var(--ink);
      font-size:20px;
      font-weight:800;
      line-height:1;
      box-shadow:0 8px 18px rgba(23,21,19,.05);
      flex:0 0 auto;
    }

    .staff-mobileDrawerIdentity{
      display:grid;
      gap:3px;
      min-width:0;
    }

    .staff-mobileDrawerIdentity[hidden]{
      display:none !important;
    }

    .staff-mobileDrawerIdentityLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-mobileDrawerIdentityName{
      font-size:18px;
      line-height:1.15;
      letter-spacing:-.03em;
      color:var(--ink);
      font-weight:800;
    }

    .staff-mobileDrawerIdentityMeta{
      font-size:10px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-mobileDrawerUtility{
      display:flex;
      flex-wrap:nowrap;
      gap:10px;
      padding-top:10px;
      border-top:1px solid rgba(23,21,19,.08);
    }

    .staff-mobileDrawerUtilityBtn{
      display:flex;
      align-items:center;
      justify-content:center;
      flex:1 1 0;
      min-height:38px;
      padding:0 14px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:999px;
      background:rgba(255,255,255,.9);
      color:var(--ink);
      text-decoration:none;
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      cursor:pointer;
    }

    .staff-mobileDrawerUtilityBtn[hidden]{
      display:none !important;
    }

    .staff-mobileDrawerNav{
      display:grid;
      gap:0;
      padding:2px 0;
    }

    .tab-btn--drawer{
      justify-content:flex-start;
      min-height:54px;
      padding:0 34px 0 14px;
      border:0;
      border-bottom:1px solid rgba(23,21,19,.08);
      border-radius:0;
      background:transparent;
      box-shadow:none;
      color:var(--ink);
      text-align:left;
      font-size:14px;
      letter-spacing:-.015em;
      font-weight:750;
      position:relative;
    }

    .tab-btn--drawer:hover{
      transform:none;
      border-color:rgba(23,21,19,.08);
      box-shadow:none;
    }

    .tab-btn--drawer[aria-selected="true"]{
      background:rgba(255,247,241,.9);
      color:var(--accent);
      border-color:rgba(23,21,19,.08);
      box-shadow:none;
    }

    .tab-btn--drawer[aria-selected="true"]::before{
      content:'';
      position:absolute;
      left:0;
      top:14px;
      bottom:14px;
      width:3px;
      border-radius:999px;
      background:var(--accent);
    }

    .tab-btn--drawer::after{
      content:'';
      position:absolute;
      right:10px;
      top:50%;
      width:7px;
      height:7px;
      margin-top:-5px;
      border-top:1.5px solid rgba(23,21,19,.28);
      border-right:1.5px solid rgba(23,21,19,.28);
      transform:rotate(45deg);
    }

    .tab-btn--drawer[aria-selected="true"]::after{
      border-color:rgba(230,90,44,.55);
    }

    .staff-mobileDrawerNav .tab-btn--drawer:first-child{
      border-top-left-radius:16px;
      border-top-right-radius:16px;
    }

    .staff-mobileDrawerNav .tab-btn--drawer:last-child{
      border-bottom:0;
      border-bottom-left-radius:16px;
      border-bottom-right-radius:16px;
    }

    .tabs--staff{
      display:grid;
      grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
      gap:10px;
      width:100%;
    }

    .session-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:42px;
      padding:0 16px;
      border:1px solid rgba(23,21,19,.1);
      border-radius:12px;
      background:#fff;
      color:var(--ink);
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      text-transform:none;
      text-decoration:none;
      cursor:pointer;
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    }

    .session-btn[hidden]{
      display:none !important;
    }

    .session-btn--desktopOnly{
      display:inline-flex;
    }

    .session-actions{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      flex-wrap:wrap;
    }

    .session-identity{
      display:grid;
      gap:4px;
      min-width:210px;
      padding:12px 14px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(252,250,246,.98));
      box-shadow:0 12px 26px rgba(23,21,19,.04);
    }

    .session-identity[hidden]{
      display:none !important;
    }

    .session-identityLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .session-identityName{
      max-width:100%;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:14px;
      line-height:1.2;
      color:var(--ink);
      font-weight:800;
    }

    .session-identityMeta{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .session-btn--ghost{
      color:var(--muted);
      background:#fff8f1;
    }

    .tab-btn{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:8px;
      min-height:54px;
      padding:0 16px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:18px;
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,247,242,.98));
      color:var(--muted);
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
      text-transform:none;
      text-align:left;
      box-shadow:0 8px 18px rgba(23,21,19,.03);
      transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    }

    .tab-btn:hover,
    .session-btn:hover{
      transform:translateY(-1px);
      border-color:rgba(230,90,44,.22);
      box-shadow:0 14px 28px rgba(23,21,19,.06);
    }

    .tab-btn[aria-selected="true"]{
      background:linear-gradient(135deg, #e65a2c 0%, #d87439 100%);
      color:#fff;
      border-color:var(--accent);
      box-shadow:0 16px 30px rgba(230,90,44,.22);
    }

    .tab-btn:focus-visible,
    .session-btn:focus-visible,
    .btn-primary:focus-visible,
    .btn-secondary:focus-visible,
    .quick-range-btn:focus-visible,
    .request-queue-tab:focus-visible{
      outline:none;
      box-shadow:0 0 0 4px rgba(230,90,44,.14);
    }

    .tab-count{
      min-width:24px;
      height:24px;
      padding:0 7px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:#e65a2c;
      color:#fff;
      border:1px solid rgba(0,0,0,.05);
      box-shadow:0 4px 10px rgba(230,90,44,.28);
      font-size:11px;
      line-height:1;
      letter-spacing:0;
      font-weight:900;
    }

    .tab-count[hidden]{
      display:none !important;
    }

    .quick-chipRow{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .quick-chip{
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.1);
      background:#fff;
      color:var(--ink);
      font-size:12px;
      font-weight:700;
      letter-spacing:.02em;
    }

    .quick-chip:hover{
      border-color:var(--accent);
      color:var(--accent);
    }

    .tab-panel[hidden]{
      display:none !important;
    }

    .pin-gate{
      position:fixed;
      inset:0;
      z-index:999;
      display:grid;
      place-items:center;
      padding:24px 18px;
      background:rgba(245,243,239,.96);
      backdrop-filter:blur(6px);
    }

    .pin-gate[hidden]{
      display:none !important;
    }

    .pin-card{
      width:min(100%, 420px);
      background:var(--card);
      border:1px solid var(--line);
      border-radius:30px;
      padding:28px;
      display:grid;
      gap:18px;
      box-shadow:0 26px 56px rgba(23,21,19,.1);
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.12), transparent 36%),
        linear-gradient(180deg, rgba(255,253,249,.98), rgba(255,255,255,.98));
    }

    .pin-card.is-validating{
      pointer-events:none;
    }

    .pin-cardHero{
      display:grid;
      gap:8px;
    }

    .pin-cardForm{
      display:grid;
      gap:14px;
    }

    .pin-cardSignals{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .pin-cardSignal{
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(255,255,255,.84);
      color:var(--ink);
      font-size:11px;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
    }

    .pin-card h2{
      margin:0;
      font-size:32px;
      line-height:.98;
      letter-spacing:-.05em;
    }

    .pin-card p{
      margin:0;
      color:var(--muted);
      font-size:14px;
      line-height:1.55;
    }

    .pin-actions{
      display:flex;
      gap:10px;
      align-items:center;
    }

    .pin-actions .btn-primary[data-loading="true"]{
      position:relative;
      padding-right:40px;
      opacity:.92;
    }

    .pin-actions .btn-primary[data-loading="true"]::after{
      content:'';
      position:absolute;
      right:14px;
      top:50%;
      width:14px;
      height:14px;
      margin-top:-7px;
      border-radius:999px;
      border:2px solid rgba(255,255,255,.35);
      border-top-color:#fff;
      animation:pin-spin .75s linear infinite;
    }

    .pin-status{
      min-height:20px;
      font-size:13px;
      color:var(--muted);
    }

    .pin-status[data-tone="loading"]{
      color:var(--accent);
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    .pin-status[data-tone="loading"]::before{
      content:'';
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--accent);
      box-shadow:0 0 0 rgba(230,90,44,.35);
      animation:pin-pulse 1s ease-out infinite;
      flex:0 0 auto;
    }

    .pin-status[data-tone="error"]{
      color:#a63f2b;
    }

    .pin-status[data-tone="success"]{
      color:#17663a;
    }

    @keyframes pin-spin{
      to{ transform:rotate(360deg); }
    }

    @keyframes pin-pulse{
      0%{ box-shadow:0 0 0 0 rgba(230,90,44,.32); }
      70%{ box-shadow:0 0 0 8px rgba(230,90,44,0); }
      100%{ box-shadow:0 0 0 0 rgba(230,90,44,0); }
    }

    .controls{
      display:grid;
      grid-template-columns:repeat(6, minmax(0,1fr));
      gap:10px;
    }

    .field{
      display:grid;
      gap:6px;
    }

    .field--span2{
      grid-column:span 2;
    }

    label{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    input, textarea, select, button{
      font:inherit;
    }

    input, textarea, select{
      width:100%;
      min-height:44px;
      border-radius:14px;
      border:1px solid rgba(23,21,19,.1);
      background:#fff;
      color:var(--ink);
      padding:0 14px;
      outline:none;
    }

    textarea{
      min-height:160px;
      resize:vertical;
      padding:14px;
    }

    .request-off-note{
      min-height:96px;
    }

    .master-schedule-grid{
      display:grid;
      grid-template-columns:repeat(6, minmax(0,1fr));
      gap:10px;
    }

    .master-schedule-actions{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
    }

    .master-schedule-status{
      min-height:20px;
      font-size:13px;
      color:var(--muted);
    }

    .master-schedule-status[data-tone="success"]{
      color:#17663a;
    }

    .master-schedule-board{
      display:grid;
      gap:10px;
    }

    .live-weekly-board{
      display:grid;
      gap:4px;
    }

    .live-weekly-head{
      display:flex;
      flex-wrap:wrap;
      align-items:flex-end;
      justify-content:space-between;
      gap:2px 8px;
    }

    .live-weekly-controls{
      display:flex;
      align-items:end;
      gap:8px;
      flex-wrap:wrap;
    }

    .live-weekly-date-field{
      display:grid;
      gap:4px;
      min-width:150px;
    }

    .live-weekly-date-field input{
      min-height:34px;
      padding:0 10px;
      border-radius:10px;
      font-size:12px;
    }

    .live-weekly-label{
      font-size:10px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .live-weekly-title{
      margin:2px 0 0;
      font-size:16px;
      line-height:1.05;
    }

    .live-weekly-range{
      color:var(--muted);
      font-size:10px;
    }

    .live-weekly-grid{
      display:grid;
      grid-template-columns:minmax(0, 1fr);
      gap:10px;
    }

    .live-weekly-day{
      border:1px solid rgba(23,21,19,.08);
      border-radius:10px;
      background:#fff;
      padding:10px;
      display:grid;
      gap:8px;
      align-content:start;
      min-height:unset;
    }

    .live-weekly-day-head{
      display:grid;
      gap:1px;
    }

    .live-weekly-day-label{
      font-size:10px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .live-weekly-day-date{
      font-size:13px;
      font-weight:700;
      color:var(--ink);
    }

    .live-weekly-list{
      display:grid;
      gap:8px;
    }

    .live-weekly-shift{
      border:1px solid rgba(23,21,19,.08);
      border-radius:10px;
      background:#fcfaf6;
      padding:8px;
      display:grid;
      gap:6px;
    }

    .live-weekly-shift-head{
      display:grid;
      gap:2px;
      padding-bottom:4px;
      border-bottom:1px solid rgba(23,21,19,.08);
    }

    .live-weekly-shift-pill{
      display:block;
      min-height:0;
      padding:0;
      border-radius:0;
      background:transparent;
      font-size:12px;
      font-weight:800;
      color:var(--ink);
    }

    .live-weekly-shift-count{
      display:none;
    }

    .live-weekly-level-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:10px;
    }

    .live-weekly-level-column{
      display:grid;
      gap:6px;
      min-width:0;
      padding:6px;
      border:1px solid rgba(23,21,19,.06);
      border-radius:8px;
      background:#fff;
    }

    .live-weekly-level-head{
      font-size:9px;
      color:var(--muted);
      font-weight:800;
      text-transform:uppercase;
      letter-spacing:.08em;
      line-height:1.2;
    }

    .live-weekly-workers{
      display:grid;
      gap:4px;
    }

    .live-weekly-chip{
      border:0;
      border-radius:0;
      background:transparent;
      padding:0 0 0 8px;
      display:block;
      min-height:0;
      max-width:none;
      font-size:11px;
      font-weight:600;
      line-height:1.2;
      white-space:normal;
      overflow:visible;
      text-overflow:clip;
      border-left:2px solid rgba(230,90,44,.28);
    }

    .live-weekly-chip--approved{
      color:var(--muted);
      text-decoration:line-through;
      text-decoration-thickness:2px;
      border-left-color:rgba(23,21,19,.14);
      opacity:.72;
    }

    .live-weekly-level-empty{
      min-height:24px;
    }

    .live-weekly-empty{
      color:var(--muted);
      font-size:11px;
    }

    .master-schedule-week{
      overflow:auto;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
    }

    .master-schedule-week table{
      width:100%;
      border-collapse:collapse;
      min-width:860px;
    }

    .master-schedule-week th,
    .master-schedule-week td{
      padding:12px 14px;
      border-bottom:1px solid var(--line);
      text-align:left;
      vertical-align:top;
    }

    .master-schedule-week th{
      background:#fcfaf6;
      font-size:11px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .master-schedule-week tr:last-child td{
      border-bottom:0;
    }

    .master-schedule-staff{
      font-weight:700;
      white-space:nowrap;
    }

    .master-schedule-shift{
      display:inline-flex;
      min-height:28px;
      align-items:center;
      padding:4px 10px;
      border-radius:999px;
      background:var(--accent-soft);
      color:var(--ink);
      font-size:12px;
      font-weight:700;
    }

    .master-schedule-off{
      color:var(--muted);
      font-size:12px;
    }

    .master-schedule-cell select{
      min-height:36px;
      padding:0 10px;
      border-radius:10px;
      font-size:12px;
    }

    input:focus, textarea:focus, select:focus{
      border-color:rgba(230,90,44,.35);
      box-shadow:0 0 0 4px rgba(230,90,44,.08);
    }

    .quick-ranges{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .quick-range-btn{
      min-height:40px;
      padding:0 14px;
      border:1px solid rgba(23,21,19,.1);
      border-radius:12px;
      background:#fff;
      color:var(--ink);
      font-size:12px;
      font-weight:800;
      letter-spacing:.02em;
    }

    button{
      appearance:none;
      border:0;
      border-radius:12px;
      min-height:42px;
      padding:0 18px;
      cursor:pointer;
      transition:background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
    }

    .btn-primary{
      background:var(--accent);
      color:#fff;
      font-weight:800;
      letter-spacing:.02em;
    }

    .btn-secondary{
      background:#fff;
      border:1px solid rgba(23,21,19,.1);
      color:var(--ink);
      font-weight:800;
      letter-spacing:.02em;
    }

    .btn-primary:hover,
    .btn-secondary:hover,
    .quick-range-btn:hover,
    .session-btn:hover{
      transform:translateY(-1px);
    }

    .stats{
      display:grid;
      grid-template-columns:repeat(4, minmax(0,1fr));
      gap:10px;
    }

    .stat{
      border:1px solid var(--line);
      border-radius:18px;
      padding:14px;
      background:#fff;
      display:grid;
      gap:4px;
    }

    .global-kpi-dashboard{
      display:grid;
      gap:12px;
    }

    .global-kpi-hero{
      border:1px solid var(--line);
      border-radius:20px;
      padding:16px;
      background:linear-gradient(135deg, #fffaf3 0%, #fff 100%);
      display:grid;
      gap:12px;
    }

    .global-kpi-hero-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }

    .global-kpi-hero-title{
      display:grid;
      gap:4px;
    }

    .global-kpi-hero-title h2{
      margin:0;
      font-size:24px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .global-kpi-hero-copy{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.4;
    }

    .global-kpi-pill{
      display:inline-flex;
      align-items:center;
      min-height:30px;
      padding:0 12px;
      border-radius:999px;
      background:var(--accent-soft);
      color:var(--accent);
      font-size:11px;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .global-kpi-metrics{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:10px;
    }

    .global-kpi-card{
      border:1px solid var(--line);
      border-radius:16px;
      padding:12px;
      background:#fff;
      display:grid;
      gap:4px;
    }

    .global-kpi-label{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .global-kpi-value{
      font-size:22px;
      line-height:1;
      letter-spacing:-.04em;
      font-weight:800;
      color:var(--ink);
    }

    .global-kpi-subvalue{
      font-size:12px;
      line-height:1.35;
      color:var(--muted);
    }

    .stat-kicker{
      font-size:10px;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .stat-value{
      font-size:24px;
      line-height:1;
      letter-spacing:-.04em;
      font-weight:800;
    }

    .table-wrap{
      overflow:auto;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
    }

    .kpi-groups{
      display:grid;
      gap:10px;
    }

    .kpi-group{
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      overflow:hidden;
    }

    .kpi-group summary{
      list-style:none;
      cursor:pointer;
      display:grid;
      grid-template-columns:minmax(180px, 240px) minmax(0, 1fr);
      align-items:stretch;
      gap:10px;
      padding:12px 14px;
      min-height:118px;
      background:#fcfaf6;
      font-weight:700;
    }

    .kpi-group summary::-webkit-details-marker{
      display:none;
    }

    .kpi-group-identity{
      display:grid;
      grid-template-columns:56px minmax(0, 1fr);
      align-content:start;
      align-items:start;
      gap:10px;
      min-width:0;
    }

    .kpi-group-avatar{
      width:56px;
      height:56px;
      border-radius:16px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#f1e8dd;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--ink);
      font-size:16px;
      font-weight:800;
      letter-spacing:.02em;
    }

    .kpi-group-avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .kpi-group-identity-copy{
      display:grid;
      gap:8px;
      min-width:0;
    }

    .kpi-group-name{
      font-size:17px;
      font-weight:800;
      color:var(--ink);
      line-height:1.15;
      letter-spacing:-.03em;
      max-width:none;
    }

    .kpi-group-level{
      display:grid;
      gap:4px;
      justify-items:start;
    }

    .kpi-group-meta{
      display:grid;
      gap:8px;
      font-size:11px;
      color:var(--muted);
      font-variant-numeric:tabular-nums;
      align-content:center;
      min-width:0;
    }

    .kpi-group-primary,
    .kpi-group-secondary,
    .kpi-group-note{
      display:grid;
      gap:4px 12px;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      align-items:start;
    }

    .kpi-group-secondary{
      grid-template-columns:1fr;
    }

    .kpi-group-note{
      grid-template-columns:1fr;
    }

    .kpi-summary-line{
      display:grid;
      gap:1px;
      line-height:1.12;
      max-width:100%;
      min-width:0;
    }

    .kpi-summary-label{
      font-size:9px;
      line-height:1;
      letter-spacing:.18em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .kpi-summary-value{
      color:var(--ink);
      font-size:12px;
      font-weight:700;
      letter-spacing:-.015em;
    }

    .kpi-group-primary .kpi-summary-value{
      font-size:13px;
      font-weight:800;
    }

    .kpi-group-note{
      color:var(--accent);
      font-weight:700;
    }

    .kpi-group-note--muted{
      color:var(--muted);
    }

    .kpi-share{
      display:grid;
      gap:4px;
    }

    .kpi-share-bar{
      width:100%;
      height:8px;
      border-radius:999px;
      background:#efe6db;
      overflow:hidden;
    }

    .kpi-share-fill{
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, #e65a2c 0%, #f09a6d 100%);
    }

    @media (max-width: 760px){
      .kpi-group summary{
        grid-template-columns:1fr;
      }

      .kpi-group-identity{
        grid-template-columns:48px minmax(0, 1fr);
      }

      .kpi-group-avatar{
        width:48px;
        height:48px;
      }

      .kpi-group-primary,
      .kpi-group-secondary{
        grid-template-columns:1fr;
      }
    }

    .kpi-group-body{
      padding:0;
    }

    .debug-panel{
      margin-top:2px;
      border-top:1px solid var(--line);
      padding-top:14px;
    }

    .panel-toggle{
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      overflow:hidden;
    }

    .panel-toggle summary{
      cursor:pointer;
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      background:#fcfaf6;
    }

    .panel-toggle summary::-webkit-details-marker{
      display:none;
    }

    .panel-toggle-label{
      font-size:10px;
      line-height:1;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:800;
    }

    .panel-toggle-copy{
      font-size:12px;
      color:var(--muted);
    }

    .panel-toggle-body{
      padding:14px;
      border-top:1px solid var(--line);
    }

    .debug-summary{
      cursor:pointer;
      list-style:none;
      font-size:10px;
      line-height:1;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:800;
    }

    .debug-summary::-webkit-details-marker{
      display:none;
    }

    .debug-copy{
      margin-top:12px;
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }

    .debug-pre{
      margin:12px 0 0;
      padding:14px;
      border-radius:16px;
      border:1px solid var(--line);
      background:#fbf8f1;
      color:var(--muted);
      font-size:11px;
      line-height:1.45;
      white-space:pre-wrap;
      word-break:break-word;
      max-height:420px;
      overflow:auto;
    }

    table{
      width:100%;
      border-collapse:collapse;
      min-width:780px;
    }

    th, td{
      padding:12px 14px;
      text-align:left;
      border-bottom:1px solid var(--line);
      vertical-align:top;
    }

    th{
      font-size:11px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
      background:#fcfaf6;
    }

    tr:last-child td{
      border-bottom:0;
    }

    .rank{
      font-weight:800;
      width:64px;
    }

    .money, .count{
      font-variant-numeric: tabular-nums;
    }

    .empty{
      padding:18px;
      border:1px dashed rgba(23,21,19,.16);
      border-radius:16px;
      color:var(--muted);
      background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(252,250,246,.92));
      font-size:13px;
      line-height:1.5;
    }

    .hint{
      font-size:12px;
      line-height:1.45;
      color:var(--muted);
    }

    .request-off-form{
      display:grid;
      gap:8px;
    }

    .schedule-change-section{
      display:grid;
      gap:8px;
      margin-top:10px;
    }

    .schedule-change-sectionHead{
      display:grid;
      gap:4px;
      padding:0;
    }

    .schedule-change-sectionTitle{
      margin:0;
      font-size:18px;
      line-height:1;
      letter-spacing:-.04em;
      color:var(--ink);
    }

    .schedule-change-sectionCopy{
      margin:0;
      max-width:560px;
      font-size:12px;
      line-height:1.4;
      color:var(--muted);
    }

    .request-off-form--schedule-changes{
      gap:10px;
      padding:16px;
      border:1px solid var(--line);
      border-radius:18px;
      background:#fffdf9;
      box-shadow:none;
    }

    .request-off-form-head{
      display:grid;
      gap:4px;
      padding:0;
    }

    .request-off-form-title{
      margin:0;
      font-size:18px;
      line-height:1;
      letter-spacing:-.04em;
    }

    .request-off-form-copy{
      margin:0;
      max-width:500px;
      font-size:12px;
      line-height:1.4;
      color:var(--muted);
    }

    .request-off-grid{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:6px;
    }

    .request-off-grid--schedule-changes{
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:8px;
    }

    .request-off-grid--schedule-filters{
      grid-template-columns:minmax(0, 220px);
      gap:8px;
    }

    .request-off-helper{
      padding:0;
      border-radius:0;
      background:transparent;
      border:none;
      font-size:11px;
      line-height:1.4;
      color:var(--muted);
    }

    .request-review-panel--schedule-lane{
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(23,21,19,.08);
      background:#fffdf9;
      box-shadow:none;
    }

    .open-shift-toolbar{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:10px;
      flex-wrap:wrap;
      margin-bottom:8px;
    }

    .open-shift-toolbar .request-queue-tabs{
      flex:1 1 320px;
      min-width:0;
      margin:0;
      order:1;
    }

    .open-shift-toolbar .request-off-grid--schedule-filters{
      flex:0 0 auto;
      order:2;
    }

    .request-off-note--compact{
      min-height:42px;
      padding-top:0;
      padding-bottom:0;
    }

    .request-off-role{
      min-height:44px;
      border:1px solid rgba(23,21,19,.1);
      border-radius:14px;
      background:#fff;
      padding:12px 14px;
      color:var(--ink);
      display:flex;
      align-items:center;
      font-size:14px;
    }

    .request-off-meta{
      display:grid;
      gap:4px;
      padding:10px 0 0;
      border:none;
      border-top:1px solid rgba(23,21,19,.08);
      border-radius:0;
      background:transparent;
    }

    .request-off-meta-name{
      font-size:14px;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }

    .request-off-meta-copy{
      font-size:12px;
      color:var(--muted);
      line-height:1.35;
    }

    .request-off-meta-copy--compact{
      font-size:11px;
    }

    .swap-trade-preview{
      display:grid;
      gap:10px;
      margin-top:4px;
    }

    .swap-trade-row{
      display:grid;
      grid-template-columns:minmax(0, 1fr) auto;
      gap:12px;
      align-items:center;
      padding:12px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:14px;
      background:#fff;
    }

    .swap-trade-person{
      display:grid;
      gap:4px;
      min-width:0;
    }

    .swap-trade-personName{
      font-size:14px;
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }

    .swap-trade-personMeta{
      font-size:12px;
      line-height:1.35;
      color:var(--muted);
    }

    .swap-trade-flow{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .swap-trade-shift{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 10px;
      border-radius:999px;
      font-size:12px;
      line-height:1;
      font-weight:800;
      letter-spacing:-.01em;
      white-space:nowrap;
    }

    .swap-trade-shift--from{
      border:1px solid rgba(180,58,44,.16);
      background:rgba(180,58,44,.06);
      color:#8b2e24;
    }

    .swap-trade-shift--to{
      border:1px solid rgba(45,133,84,.18);
      background:rgba(45,133,84,.08);
      color:#215b3b;
    }

    .swap-trade-arrow{
      font-size:14px;
      line-height:1;
      color:var(--muted);
      font-weight:700;
    }

    .request-off-meta-label,
    .request-off-meta-top,
    .request-off-meta-badge,
    .request-off-meta-chips,
    .request-off-meta-chip{
      display:none;
    }

    .request-off-meta-label{
      font-size:11px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--accent);
    }

    .request-off-meta-top{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }

    .request-off-meta-badge{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:30px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(203, 121, 92, .12);
      color:#8e4c35;
      font-size:11px;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .request-off-meta-badge[data-tone="warn"]{
      background:rgba(180,58,44,.1);
      color:#8b2e24;
    }

    .request-off-meta-badge[data-tone="ready"]{
      background:rgba(45,133,84,.12);
      color:#215b3b;
    }

    .request-off-meta-chips{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }

    .request-off-meta-chip{
      display:grid;
      gap:3px;
      min-width:112px;
      padding:10px 11px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
    }

    .request-off-meta-chipLabel{
      font-size:10px;
      font-weight:800;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .request-off-meta-chipValue{
      font-size:14px;
      font-weight:700;
      color:var(--ink);
      line-height:1.3;
    }

    .request-off-actions{
      display:flex;
      gap:6px;
      flex-wrap:wrap;
    }

    .request-off-status{
      padding:10px 12px;
      border-radius:12px;
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,250,246,.96));
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }

    .request-off-status--success{
      border-color:rgba(45, 133, 84, .2);
      background:rgba(45, 133, 84, .08);
      color:#215b3b;
    }

    .request-off-status--error{
      border-color:rgba(180, 58, 44, .2);
      background:rgba(180, 58, 44, .08);
      color:#8b2e24;
    }

    .staff-directory-shell{
      display:grid;
      gap:12px;
    }

    .staff-directory-status{
      padding:12px 14px;
      border-radius:14px;
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,250,246,.96));
      color:var(--muted);
      font-size:13px;
      line-height:1.45;
    }

    .staff-directory-status--success{
      border-color:rgba(45, 133, 84, .2);
      background:rgba(45, 133, 84, .08);
      color:#215b3b;
    }

    .staff-directory-status--error{
      border-color:rgba(180, 58, 44, .2);
      background:rgba(180, 58, 44, .08);
      color:#8b2e24;
    }

    .staff-directory-list{
      display:grid;
      grid-template-columns:1fr;
      gap:12px;
    }

    .staff-directory-empty{
      grid-column:1 / -1;
      border:1px dashed var(--line);
      border-radius:18px;
      background:#fff;
      padding:18px;
      color:var(--muted);
      font-size:14px;
      line-height:1.45;
    }

    .staff-directory-card{
      border:1px solid var(--line);
      border-radius:18px;
      background:#fff;
      padding:16px;
      display:grid;
      gap:14px;
    }

    .staff-directory-cardHead{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
    }

    .staff-directory-avatar{
      width:56px;
      height:56px;
      border-radius:16px;
      overflow:hidden;
      background:var(--accent-soft);
      color:var(--accent);
      display:grid;
      place-items:center;
      flex:0 0 auto;
      font-size:18px;
      font-weight:800;
      letter-spacing:-.03em;
    }

    .staff-directory-avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .staff-directory-identity{
      min-width:0;
      display:grid;
      gap:4px;
    }

    .staff-directory-name{
      margin:0;
      font-size:20px;
      line-height:1;
      letter-spacing:-.04em;
      font-weight:800;
    }

    .staff-directory-role{
      margin:0;
      color:var(--muted);
      font-size:13px;
      line-height:1.4;
    }

    .staff-directory-fields{
      display:grid;
      gap:10px;
    }

    .staff-directory-field{
      display:grid;
      gap:4px;
      border-top:1px solid var(--line);
      padding-top:10px;
    }

    .staff-directory-label{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-directory-value{
      font-size:14px;
      line-height:1.4;
      color:var(--ink);
      font-weight:700;
      word-break:break-word;
    }

    .staff-directory-value.is-empty{
      color:var(--muted);
      font-weight:600;
    }

    .staff-directory-value a{
      color:inherit;
      text-decoration:none;
    }

    .staff-directory-value a:hover{
      text-decoration:underline;
    }

    .personal-dashboard{
      display:grid;
      gap:14px;
    }

    .personal-dashboard[hidden]{
      display:none !important;
    }

    .personal-dashboard-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }

    .personal-dashboard-headCopy{
      display:grid;
      gap:6px;
    }

    .personal-dashboard-titleRow{
      display:grid;
      gap:10px;
    }

    .personal-dashboard-title{
      margin:0;
      font-size:28px;
      line-height:.96;
      letter-spacing:-.05em;
      font-weight:800;
    }

    .personal-dashboard-copy{
      margin:6px 0 0;
      font-size:13px;
      line-height:1.45;
      color:var(--muted);
      max-width:50ch;
    }

    .personal-dashboard-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:34px;
      padding:0 14px;
      border-radius:12px;
      border:1px solid rgba(230,90,44,.2);
      background:linear-gradient(135deg, rgba(230,90,44,.16) 0%, rgba(230,90,44,.06) 100%);
      color:#b64621;
      font-size:12px;
      font-weight:900;
      letter-spacing:.1em;
      text-transform:uppercase;
      white-space:nowrap;
      width:max-content;
      box-shadow:0 10px 24px rgba(230,90,44,.08);
    }

    .personal-dashboard-status{
      justify-self:start;
      padding:7px 11px;
      border-radius:12px;
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,250,246,.96));
      color:var(--muted);
      font-size:11px;
      line-height:1.35;
      letter-spacing:.06em;
      font-weight:800;
    }

    .personal-dashboard-status--error{
      border-color:rgba(180, 58, 44, .2);
      background:rgba(180, 58, 44, .08);
      color:#8b2e24;
    }

    .personal-dashboard-sections{
      display:grid;
      gap:12px;
    }

    .personal-dashboard-section{
      display:grid;
      gap:10px;
      padding-top:12px;
      border-top:1px solid var(--line);
    }

    .personal-dashboard-section-head{
      display:grid;
      gap:8px;
    }

    .personal-dashboard-section-titleRow{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      flex-wrap:wrap;
    }

    .personal-dashboard-section-title{
      margin:0;
      font-size:18px;
      line-height:1;
      letter-spacing:-.03em;
      font-weight:800;
      color:var(--ink);
    }

    .personal-dashboard-section-copy{
      margin:0;
      font-size:12px;
      line-height:1.4;
      color:var(--muted);
    }

    .personal-dashboard-section-copy:empty{
      display:none;
    }

    .personal-dashboard-grid{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:10px;
    }

    .personal-dashboard-grid--attendance{
      grid-template-columns:repeat(4, minmax(0, 1fr));
    }

    .personal-dashboard-card--reliability{
      grid-column:1 / -1;
      min-height:0;
    }

    .personal-dashboard-grid--sales{
      grid-template-columns:repeat(5, minmax(0, 1fr));
    }

    .level7-compare-loadingValue{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-size:12px;
      font-weight:700;
      color:#6d645d;
    }

    .level7-compare-loadingDot{
      width:8px;
      height:8px;
      border-radius:999px;
      background:var(--accent);
      animation:personalLevel7Pulse 1s ease-in-out infinite;
    }

    @keyframes personalLevel7Pulse{
      0%,100%{ opacity:.35; transform:scale(.92); }
      50%{ opacity:1; transform:scale(1); }
    }

    .staff-growth-hero-copy{
      margin:0;
      color:#6d645d;
      font-size:14px;
      line-height:1.45;
    }

    .staff-growth-pill{
      display:inline-flex;
      align-items:center;
      min-height:36px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid rgba(230,90,44,.18);
      color:var(--accent);
      background:rgba(230,90,44,.06);
      font-size:11px;
      font-weight:900;
      letter-spacing:.14em;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .level7-compare-layout{
      display:grid;
      gap:18px;
      grid-column:1 / -1;
    }

    .level7-compare-periodTabs{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .level7-compare-periodTab{
      min-height:44px;
      padding:0 16px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.1);
      background:#fff;
      color:#171513;
      font-size:12px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
    }

    .level7-compare-periodTab.is-active{
      background:#171513;
      border-color:#171513;
      color:#fff;
    }

    .level7-compare-period{
      display:grid;
      gap:16px;
      padding:20px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:24px;
      background:rgba(255,255,255,.82);
    }

    .level7-compare-periodHead{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:14px;
      flex-wrap:wrap;
    }

    .level7-compare-periodHead h2{
      margin:0;
      font-size:30px;
      line-height:1;
      letter-spacing:-.06em;
      color:#171513;
    }

    .level7-compare-periodHead p{
      margin:8px 0 0;
      color:#6d645d;
      font-size:14px;
      line-height:1.45;
    }

    .level7-compare-tableWrap{
      overflow:auto;
      border-radius:20px;
      border:1px solid rgba(23,21,19,.08);
      background:#fff;
    }

    .level7-compare-table{
      width:100%;
      min-width:0;
      table-layout:fixed;
      border-collapse:collapse;
    }

    .level7-compare-table th,
    .level7-compare-table td{
      padding:16px 14px;
      vertical-align:top;
      border-bottom:1px solid rgba(23,21,19,.08);
    }

    .level7-compare-table th{
      background:#f6efe5;
      color:#85786d;
      font-size:11px;
      line-height:1.1;
      font-weight:900;
      letter-spacing:.16em;
      text-transform:uppercase;
      text-align:left;
      white-space:nowrap;
    }

    .level7-compare-header{
      display:inline-grid;
      gap:2px;
    }

    .level7-compare-headerSub{
      font-size:10px;
      letter-spacing:.12em;
    }

    .level7-compare-table tbody tr:nth-child(even){
      background:#fcfaf6;
    }

    .level7-compare-rowLabel,
    .level7-compare-rowValue{
      width:33.333%;
    }

    .level7-compare-rowValue.is-empty{
      background:transparent;
    }

    .level7-compare-row.is-single .level7-compare-rowValue:first-of-type{
      width:66.666%;
      border-right:none;
    }

    .level7-compare-row.is-single .level7-compare-rowValue:last-of-type{
      display:none;
    }

    .level7-compare-row.is-stylist .level7-compare-rowLabel,
    .level7-compare-row.is-stylist .level7-compare-rowValue{
      background:#fffaf5;
    }

    .level7-compare-staffName{
      display:block;
      font-size:18px;
      line-height:1.05;
      font-weight:900;
      letter-spacing:-.03em;
      color:#171513;
    }

    .level7-compare-staffMeta{
      display:block;
      margin-top:5px;
      font-size:11px;
      line-height:1.2;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#6d645d;
    }

    .level7-compare-staffName.is-period{
      font-size:15px;
      letter-spacing:-.02em;
    }

    .level7-compare-trendCell,
    .level7-compare-cellNumeric{
      font-size:14px;
      line-height:1.35;
      font-weight:800;
      color:#171513;
    }

    .level7-compare-cellNumeric{
      font-size:16px;
      line-height:1.15;
      letter-spacing:-.03em;
      font-weight:900;
    }

    .level7-compare-trendMeta{
      display:block;
      margin-top:6px;
      font-size:10px;
      line-height:1.2;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#85786d;
    }

    .level7-compare-stackCell{
      min-width:112px;
    }

    .level7-compare-metricValue{
      display:grid;
      gap:4px;
    }

    .level7-compare-metricLabel{
      font-size:10px;
      line-height:1;
      font-weight:900;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:#85786d;
    }

    .level7-compare-metricNumber{
      font-size:16px;
      line-height:1.05;
      font-weight:900;
      letter-spacing:-.03em;
      color:#171513;
    }

    .level7-compare-metricValue.is-primary .level7-compare-metricNumber{
      font-size:18px;
    }

    .level7-compare-reliabilityCell{
      min-width:0;
    }

    .level7-compare-reliabilityScoreWrap{
      display:flex;
      align-items:baseline;
    }

    .level7-compare-reliabilityScore{
      font-size:28px;
      line-height:1;
      font-weight:900;
      letter-spacing:-.05em;
      color:#171513;
    }

    .level7-compare-reliabilityDetails{
      margin-top:10px;
    }

    .level7-compare-reliabilityToggle{
      cursor:pointer;
      list-style:none;
      font-size:12px;
      font-weight:800;
      color:var(--accent);
    }

    @media (max-width: 780px){
      .level7-compare-table,
      .level7-compare-table tbody,
      .level7-compare-table tr,
      .level7-compare-table th,
      .level7-compare-table td{
        display:block;
        width:100%;
      }

      .level7-compare-table th,
      .level7-compare-table td{
        border-bottom:none;
      }

      .level7-compare-row{
        border-bottom:1px solid rgba(23,21,19,.08);
      }

      .level7-compare-rowLabel{
        width:auto;
        border-bottom:1px solid rgba(23,21,19,.08);
      }

      .level7-compare-rowValue.is-empty{
        display:none;
      }

      .level7-compare-row.is-single .level7-compare-rowValue:last-of-type{
        display:none;
      }
    }

    .level7-compare-reliabilityToggle::-webkit-details-marker{
      display:none;
    }

    .level7-compare-reliabilityRule,
    .level7-compare-reliabilitySummary{
      margin-top:8px;
      font-size:12px;
      line-height:1.4;
      color:#6d645d;
    }

    .level7-compare-reliabilityFormula{
      display:grid;
      gap:8px;
      margin-top:10px;
    }

    .level7-compare-reliabilityLine{
      display:grid;
      grid-template-columns:minmax(0, 1fr) auto;
      gap:10px;
      align-items:end;
      font-size:12px;
      line-height:1.35;
      padding-bottom:8px;
      border-bottom:1px solid rgba(23,21,19,.08);
    }

    .level7-compare-reliabilityLineCopy{
      display:grid;
      gap:2px;
    }

    .level7-compare-reliabilityLineValue{
      font-weight:900;
      color:#171513;
    }

    .level7-compare-reliabilityLine.is-plus .level7-compare-reliabilityLineValue{
      color:#215b3b;
    }

    .level7-compare-reliabilityLine.is-minus .level7-compare-reliabilityLineValue{
      color:#8b2e24;
    }

    .level7-compare-reliabilityLineLabel{
      font-size:12px;
      font-weight:800;
      color:#171513;
    }

    .level7-compare-reliabilityLineDetail{
      font-size:11px;
      color:#85786d;
    }

    .personal-dashboard-toggle{
      display:inline-flex;
      align-items:center;
      padding:3px;
      border-radius:999px;
      background:#f5eee4;
      border:1px solid rgba(23,21,19,.08);
      gap:3px;
    }

    .personal-dashboard-toggleBtn{
      width:auto;
      min-height:30px;
      padding:0 12px;
      border:none;
      border-radius:999px;
      background:transparent;
      color:var(--muted);
      font-size:11px;
      line-height:1;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
      box-shadow:none;
    }

    .personal-dashboard-toggleBtn[aria-selected="true"]{
      background:#fff;
      color:var(--ink);
      box-shadow:0 4px 14px rgba(23,21,19,.08);
    }

    .todo-viewShell{
      display:flex;
      justify-content:flex-start;
      padding:4px 0 2px;
    }

    .todo-viewToggle{
      padding:5px;
      gap:5px;
      border-radius:22px;
      background:linear-gradient(180deg, rgba(247,240,231,.96), rgba(242,233,222,.88));
      border:1px solid rgba(23,21,19,.08);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.7),
        0 10px 24px rgba(23,21,19,.06);
    }

    .todo-viewToggleBtn{
      min-height:36px;
      padding:0 14px;
      font-size:11px;
      letter-spacing:.06em;
    }

    .todo-viewToggleBtn[aria-selected="true"]{
      background:#fffdf9;
      box-shadow:
        0 8px 18px rgba(23,21,19,.08),
        inset 0 1px 0 rgba(255,255,255,.8);
    }

    .staff-coaching{
      display:grid;
      gap:14px;
    }

    .staff-coaching[hidden]{
      display:none !important;
    }

    .staff-coaching-shell{
      display:grid;
      gap:12px;
      padding:16px;
      border:1px solid var(--line);
      border-radius:18px;
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.12), transparent 42%),
        linear-gradient(180deg, #fffaf2 0%, #fcfaf6 100%);
    }

    .staff-coaching-hero{
      display:grid;
      gap:6px;
    }

    .staff-coaching-kicker{
      font-size:10px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-coaching-title{
      margin:0;
      font-size:22px;
      line-height:1.05;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:800;
    }

    .staff-coaching-copy{
      margin:0;
      font-size:13px;
      line-height:1.55;
      color:var(--muted);
    }

    .staff-coaching-overview{
      margin:0;
      font-size:13px;
      line-height:1.6;
      color:var(--ink);
      max-width:68ch;
    }

    .staff-coaching-snapshot{
      display:grid;
      gap:10px;
      margin-top:2px;
    }

    .staff-coaching-pills{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .staff-coaching-pill{
      display:grid;
      gap:2px;
      min-width:120px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(255,255,255,.84);
    }

    .staff-coaching-pillLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-coaching-pillValue{
      font-size:13px;
      line-height:1.35;
      color:var(--ink);
      font-weight:800;
    }

    .staff-coaching-signals{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:8px;
    }

    .staff-coaching-signal{
      display:grid;
      gap:3px;
      padding:10px 12px;
      border-radius:14px;
      border:1px solid rgba(23,21,19,.08);
      background:#fff;
    }

    .staff-coaching-signalLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-coaching-signalValue{
      font-size:13px;
      line-height:1.4;
      color:var(--ink);
      font-weight:700;
    }

    .staff-coaching-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:10px;
    }

    .staff-coaching-card{
      display:grid;
      gap:10px;
      padding:14px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:16px;
      background:rgba(255,255,255,.78);
    }

    .staff-coaching-card--wide{
      grid-column:1 / -1;
    }

    .staff-coaching-cardTitle{
      margin:0;
      font-size:11px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-coaching-dayLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-coaching-dayTitle{
      margin:0;
      font-size:24px;
      line-height:1.02;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
    }

    .staff-coaching-body{
      display:grid;
      gap:8px;
    }

    .staff-coaching-body--tight{
      gap:6px;
    }

    .staff-coaching-list{
      display:grid;
      gap:8px;
      margin:0;
      padding:0;
      list-style:none;
    }

    .staff-coaching-list li{
      font-size:13px;
      line-height:1.5;
      color:var(--ink);
    }

    .staff-coaching-focus{
      display:grid;
      gap:10px;
    }

    .staff-coaching-focusItem{
      display:grid;
      gap:3px;
      padding:10px 12px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
    }

    .staff-coaching-focusTitle{
      font-size:13px;
      line-height:1.35;
      font-weight:800;
      color:var(--ink);
    }

    .staff-coaching-focusReason{
      font-size:12px;
      line-height:1.45;
      color:var(--muted);
    }

    .staff-coaching-progression{
      padding:12px 14px;
      border-radius:16px;
      background:#f5efe5;
      border:1px solid rgba(23,21,19,.08);
      font-size:13px;
      line-height:1.55;
      color:var(--ink);
    }

    .staff-coaching-links{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }

    .staff-coaching-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:34px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.1);
      background:#fff;
      color:var(--ink);
      text-decoration:none;
      font-size:12px;
      line-height:1;
      font-weight:700;
    }

    .service-mix{
      display:grid;
      gap:14px;
    }

    .service-mix[hidden]{
      display:none !important;
    }

    .service-mix-panels{
      display:grid;
      grid-template-columns:minmax(0, 1fr);
      gap:12px;
    }

    .service-mix-panel{
      display:grid;
      gap:12px;
      padding:14px;
      border-radius:18px;
      border:1px solid rgba(23,21,19,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,250,246,.92) 100%);
    }

    .service-mix-panelHead{
      display:grid;
      gap:4px;
    }

    .service-mix-panelTitle{
      margin:0;
      font-size:13px;
      line-height:1.2;
      letter-spacing:-.01em;
      color:var(--ink);
      font-weight:800;
    }

    .service-mix-panelMeta{
      font-size:11px;
      line-height:1.45;
      color:var(--muted);
    }

    .service-mix-panelSummary{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .service-mix-summaryChip{
      display:grid;
      gap:2px;
      min-width:110px;
      padding:9px 11px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
    }

    .service-mix-summaryLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .service-mix-summaryValue{
      font-size:13px;
      line-height:1.35;
      color:var(--ink);
      font-weight:800;
    }

    .service-mix-strip{
      width:100%;
      height:18px;
      display:flex;
      overflow:hidden;
      border-radius:999px;
      background:#efe6db;
      border:1px solid rgba(23,21,19,.08);
    }

    .service-mix-stripSegment{
      height:100%;
      min-width:2px;
      flex:0 0 auto;
    }

    .service-mix-legend{
      display:grid;
      gap:8px;
    }

    .service-mix-legendItem{
      display:grid;
      grid-template-columns:auto minmax(0, 1fr) auto;
      align-items:center;
      gap:10px;
      padding:8px 10px;
      border-radius:14px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
    }

    .service-mix-legendSwatch{
      width:10px;
      height:10px;
      border-radius:999px;
      background:#d9c9b5;
      box-shadow:0 0 0 1px rgba(23,21,19,.06);
    }

    .service-mix-legendName{
      min-width:0;
      font-size:12px;
      line-height:1.35;
      color:var(--ink);
      font-weight:700;
    }

    .service-mix-legendStats{
      justify-self:end;
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
    }

    .service-mix-legendShare{
      flex:0 0 auto;
      font-size:12px;
      line-height:1.2;
      color:var(--accent);
      font-weight:800;
      white-space:nowrap;
    }

    .service-mix-legendMetric{
      font-size:11px;
      line-height:1.35;
      color:var(--muted);
      white-space:nowrap;
    }

    .service-mix-legendMetric strong{
      color:var(--ink);
      font-weight:800;
    }

    .service-mix-empty{
      padding:16px 14px;
      border-radius:16px;
      border:1px dashed rgba(23,21,19,.12);
      background:#fff;
      font-size:12px;
      line-height:1.5;
      color:var(--muted);
    }

    .personal-dashboard-card{
      border:1px solid var(--line);
      border-radius:16px;
      background:#fcfaf6;
      padding:12px;
      display:grid;
      gap:6px;
      align-content:start;
      min-height:102px;
    }

    .personal-dashboard-card--loading{
      opacity:.72;
    }

    .personal-dashboard-label{
      font-size:9px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .personal-dashboard-value{
      font-size:28px;
      line-height:1;
      letter-spacing:-.05em;
      font-weight:800;
      color:var(--ink);
      overflow-wrap:anywhere;
      word-break:break-word;
    }

    .personal-dashboard-subvalue{
      font-size:12px;
      line-height:1.4;
      color:var(--muted);
    }

    .personal-dashboard-banner{
      grid-column:1 / -1;
      border:1px solid rgba(50, 110, 74, .16);
      border-radius:18px;
      padding:16px 18px;
      display:grid;
      gap:6px;
      background:
        radial-gradient(circle at top right, rgba(79, 164, 116, .16), transparent 42%),
        linear-gradient(180deg, #f7fff8 0%, #f3fbf4 100%);
    }

    .personal-dashboard-bannerLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#326e4a;
      font-weight:900;
    }

    .personal-dashboard-bannerTitle{
      font-size:24px;
      line-height:1;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
    }

    .personal-dashboard-bannerCopy{
      font-size:13px;
      line-height:1.45;
      color:var(--muted);
    }

    .staff-retail-game{
      display:grid;
      gap:14px;
    }

    .staff-retail-game[hidden]{
      display:none !important;
    }

    .staff-retail-game-shell{
      display:grid;
      gap:12px;
      padding:16px;
      border-radius:26px;
      border:1px solid rgba(23,21,19,.08);
      background:
        radial-gradient(circle at top right, rgba(255,191,94,.16), transparent 28%),
        radial-gradient(circle at left center, rgba(230,90,44,.08), transparent 34%),
        linear-gradient(180deg, #fffaf3 0%, #fffdf9 100%);
      box-shadow:0 18px 40px rgba(23,21,19,.05);
    }

    .staff-retail-game-hero,
    .staff-retail-featureCard{
      display:grid;
      gap:14px;
      padding:18px;
      border-radius:22px;
      border:1px solid rgba(23,21,19,.08);
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.18), transparent 34%),
        linear-gradient(180deg, #fff8f1 0%, #fffdf9 100%);
      box-shadow:0 14px 34px rgba(23,21,19,.05);
    }

    .staff-retail-game-hero--hot,
    .staff-retail-featureCard--hot{
      background:
        radial-gradient(circle at top right, rgba(255,139,61,.24), transparent 34%),
        linear-gradient(180deg, #fff2df 0%, #fffbf5 100%);
    }

    .staff-retail-game-hero--surge,
    .staff-retail-featureCard--surge{
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.18), transparent 34%),
        linear-gradient(180deg, #fff6ec 0%, #fffdf9 100%);
    }

    .staff-retail-game-hero--steady,
    .staff-retail-featureCard--steady{
      background:
        radial-gradient(circle at top right, rgba(90,132,92,.14), transparent 34%),
        linear-gradient(180deg, #f7fbf6 0%, #fffdf9 100%);
    }

    .staff-retail-game-hero--start,
    .staff-retail-featureCard--start{
      background:
        radial-gradient(circle at top right, rgba(84,71,62,.12), transparent 34%),
        linear-gradient(180deg, #f7f3ee 0%, #fffdf9 100%);
    }

    .staff-retail-featureCard--color{
      background:
        radial-gradient(circle at top right, rgba(90,132,92,.14), transparent 34%),
        linear-gradient(180deg, #f7fbf6 0%, #fffdf9 100%);
    }

    .staff-retail-game-kicker{
      font-size:10px;
      line-height:1;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:#8f3415;
      font-weight:900;
    }

    .staff-retail-game-titleRow{
      display:flex;
      justify-content:space-between;
      gap:12px;
      align-items:flex-start;
      flex-wrap:wrap;
    }

    .staff-retail-game-title{
      margin:0;
      font-size:40px;
      line-height:.9;
      letter-spacing:-.07em;
      color:var(--ink);
      font-weight:900;
    }

    .staff-retail-game-copy{
      margin:6px 0 0;
      font-size:12px;
      line-height:1.45;
      color:#43352d;
      max-width:420px;
    }

    .staff-retail-game-tier{
      display:inline-flex;
      align-items:center;
      min-height:34px;
      padding:0 13px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.08);
      background:#fff;
      color:var(--ink);
      font-size:11px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      font-weight:900;
    }

    .staff-retail-game-ring{
      --ring-progress:10%;
      width:88px;
      aspect-ratio:1;
      border-radius:50%;
      padding:7px;
      background:
        conic-gradient(#e46034 0 var(--ring-progress), rgba(23,21,19,.08) var(--ring-progress) 100%);
      box-shadow:0 10px 24px rgba(23,21,19,.06);
      flex:0 0 auto;
    }

    .staff-retail-game-ringInner{
      width:100%;
      height:100%;
      border-radius:50%;
      background:#fffdf9;
      border:1px solid rgba(23,21,19,.08);
      display:grid;
      place-items:center;
      text-align:center;
      gap:3px;
    }

    .staff-retail-game-ringInner span{
      font-size:9px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-retail-game-ringInner strong{
      font-size:13px;
      line-height:1;
      letter-spacing:-.03em;
      color:var(--ink);
      font-weight:900;
    }

    .staff-retail-game-track{
      width:100%;
      height:12px;
      border-radius:999px;
      overflow:hidden;
      background:rgba(23,21,19,.08);
    }

    .staff-retail-game-track span{
      display:block;
      height:100%;
      border-radius:999px;
      background:linear-gradient(90deg, #e46034 0%, #ffbf5e 100%);
    }

    .staff-retail-game-metrics{
      display:grid;
      grid-template-columns:repeat(4, minmax(0, 1fr));
      gap:8px;
    }

    .staff-retail-game-metrics--triple{
      grid-template-columns:repeat(3, minmax(0, 1fr));
    }

    .staff-retail-game-badges{
      display:grid;
      gap:6px;
    }

    .staff-retail-game-metric{
      display:grid;
      gap:3px;
      padding:10px 12px;
      border-radius:15px;
      background:rgba(255,255,255,.82);
      border:1px solid rgba(23,21,19,.08);
    }

    .staff-retail-game-metric span{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-retail-game-metric strong{
      font-size:20px;
      line-height:1;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
    }

    .staff-retail-game-nudge{
      display:grid;
      gap:4px;
      padding:12px 14px;
      border-radius:16px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
    }

    .staff-retail-game-nudgeTitle{
      font-size:11px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .staff-retail-game-nudgeCopy{
      font-size:13px;
      line-height:1.5;
      color:var(--ink);
    }

    .staff-retail-expandable{
      display:grid;
      gap:10px;
      margin:0;
      padding:0;
      border:none;
    }

    .staff-retail-expandableSummary{
      list-style:none;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:12px 14px;
      border-radius:16px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(23,21,19,.08);
      color:var(--ink);
      font-size:12px;
      line-height:1.2;
      font-weight:800;
      cursor:pointer;
      box-shadow:0 8px 18px rgba(23,21,19,.03);
    }

    .staff-retail-expandableSummary::-webkit-details-marker{
      display:none;
    }

    .staff-retail-expandableSummary::after{
      content:'+';
      flex:0 0 auto;
      font-size:18px;
      line-height:1;
      color:#8f3415;
      font-weight:700;
    }

    .staff-retail-expandable[open] .staff-retail-expandableSummary::after{
      content:'-';
    }

    .staff-retail-expandableMeta{
      margin-left:auto;
      color:#7a675c;
      font-size:10px;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
    }

    .staff-retail-expandableBody{
      display:grid;
      gap:10px;
    }

    .staff-retail-game-grid{
      display:grid;
      grid-template-columns:minmax(0, 1fr);
      gap:12px;
      align-items:start;
    }

    .staff-retail-card{
      display:grid;
      gap:10px;
      padding:15px;
      border-radius:20px;
      border:1px solid rgba(23,21,19,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,250,246,.92) 100%);
    }

    .staff-retail-card--board{
      align-self:stretch;
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.14), transparent 40%),
        radial-gradient(circle at bottom left, rgba(255,191,94,.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,250,246,.92) 100%);
    }

    .staff-retail-cardHead{
      display:grid;
      gap:5px;
    }

    .staff-retail-cardTitle{
      margin:0;
      font-size:15px;
      line-height:1.2;
      letter-spacing:-.02em;
      font-weight:800;
      color:var(--ink);
    }

    .staff-retail-cardMeta{
      font-size:11px;
      line-height:1.5;
      color:#5b4940;
    }

    .staff-retail-boardToggle{
      display:inline-flex;
      align-items:center;
      padding:3px;
      border-radius:999px;
      background:#f5eee4;
      border:1px solid rgba(23,21,19,.08);
      gap:3px;
    }

    .staff-retail-boardToggleBtn{
      width:auto;
      min-height:30px;
      padding:0 12px;
      border:none;
      border-radius:999px;
      background:transparent;
      color:#5f4b41;
      font-size:11px;
      line-height:1;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
      box-shadow:none;
    }

    .staff-retail-boardToggleBtn.is-active,
    .staff-retail-boardToggleBtn[aria-pressed="true"]{
      background:#fff;
      color:var(--ink);
      box-shadow:0 4px 14px rgba(23,21,19,.08);
    }

    .staff-retail-strategyList{
      display:grid;
      gap:8px;
    }

    .staff-retail-strategyCard{
      display:grid;
      gap:8px;
      padding:11px 12px;
      border-radius:18px;
      border:1px solid rgba(230,90,44,.12);
      background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,248,243,.94) 100%);
      box-shadow:0 10px 24px rgba(23,21,19,.04);
    }

    .staff-retail-strategyHead{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:8px;
      flex-wrap:wrap;
    }

    .staff-retail-strategyClient{
      font-size:14px;
      line-height:1.25;
      color:var(--ink);
      font-weight:800;
    }

    .staff-retail-strategyTime{
      margin-top:3px;
      font-size:10px;
      line-height:1.35;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-retail-strategyBadge{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(230,90,44,.08);
      border:1px solid rgba(230,90,44,.12);
      color:#b64621;
      font-size:10px;
      line-height:1;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
    }

    .staff-retail-strategyDetail{
      margin:0;
      font-size:12px;
      line-height:1.5;
      color:var(--muted);
    }

    .staff-retail-strategySignals{
      display:grid;
      gap:6px;
    }

    .staff-retail-badgeRow{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
    }

    .staff-retail-badgePill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:34px;
      padding:0 11px;
      border-radius:999px;
      background:#fff;
      border:1px solid rgba(23,21,19,.08);
      box-shadow:0 8px 18px rgba(23,21,19,.04);
    }

    .staff-retail-badgeIcon{
      font-size:14px;
      line-height:1;
    }

    .staff-retail-badgeLabel{
      font-size:11px;
      line-height:1;
      letter-spacing:.06em;
      text-transform:uppercase;
      color:var(--ink);
      font-weight:800;
    }

    .staff-retail-strategySignal{
      display:grid;
      gap:3px;
      padding:9px 10px;
      border-radius:14px;
      background:#fcfaf6;
      border:1px solid rgba(23,21,19,.08);
    }

    .staff-retail-strategySignal span{
      font-size:10px;
      line-height:1;
      letter-spacing:.1em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .staff-retail-strategySignal strong{
      font-size:12px;
      line-height:1.4;
      color:var(--ink);
      font-weight:800;
    }

    .staff-retail-boardList{
      display:grid;
      gap:8px;
    }

    .staff-retail-boardRow{
      display:grid;
      grid-template-columns:auto minmax(0, 1fr) auto;
      gap:12px;
      align-items:center;
      padding:12px 13px;
      border-radius:16px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(255,255,255,.92);
      box-shadow:0 8px 18px rgba(23,21,19,.03);
    }

    .staff-retail-boardRow--self{
      border-color:rgba(230,90,44,.18);
      background:linear-gradient(180deg, rgba(255,246,238,.96) 0%, rgba(255,255,255,.98) 100%);
    }

    .staff-retail-boardRank{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:38px;
      height:38px;
      padding:0 8px;
      border-radius:13px;
      background:#22130d;
      color:#fff8f1;
      font-size:12px;
      line-height:1;
      letter-spacing:.08em;
      font-weight:900;
    }

    .staff-retail-boardIdentity{
      min-width:0;
      display:grid;
      gap:3px;
    }

    .staff-retail-boardName{
      font-size:14px;
      line-height:1.25;
      color:var(--ink);
      font-weight:800;
    }

    .staff-retail-boardMeta{
      font-size:11px;
      line-height:1.4;
      color:#5b4940;
    }

    .staff-retail-boardValue{
      font-size:20px;
      line-height:1;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
      white-space:nowrap;
    }

    .staff-retail-colorHero{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
      flex-wrap:wrap;
    }

    .staff-retail-colorValue{
      margin:0;
    }

    .staff-retail-colorMeta{
      margin-top:6px;
      font-size:12px;
      line-height:1.45;
      color:#5b4940;
    }

    .staff-retail-card--board .staff-retail-cardHead,
    .staff-retail-card--color .staff-retail-cardHead{
      grid-template-columns:minmax(0, 1fr);
      align-items:start;
    }

    .staff-retail-game-empty{
      padding:14px 12px;
      border-radius:16px;
      border:1px dashed rgba(23,21,19,.12);
      background:#fff;
      font-size:12px;
      line-height:1.5;
      color:var(--muted);
    }

    .next-move{
      display:grid;
      gap:14px;
    }

    .next-move[hidden]{
      display:none !important;
    }

    .next-move-shell{
      display:grid;
      gap:10px;
      padding:14px;
      border:1px solid var(--line);
      border-radius:20px;
      background:
        radial-gradient(circle at top right, rgba(230,90,44,.14), transparent 34%),
        linear-gradient(180deg, #fff8f1 0%, #fffdf9 100%);
      box-shadow:0 12px 30px rgba(23,21,19,.04);
    }

    .next-move-hero{
      display:grid;
      gap:6px;
    }

    .next-move-kicker{
      font-size:10px;
      line-height:1;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .next-move-titleRow{
      display:flex;
      gap:10px;
      align-items:center;
      flex-wrap:wrap;
    }

    .next-move-title{
      margin:0;
      font-size:24px;
      line-height:1;
      letter-spacing:-.05em;
      font-weight:900;
      color:var(--ink);
    }

    .next-move-badge{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:0 10px;
      border-radius:999px;
      background:rgba(23,21,19,.06);
      color:var(--muted);
      font-size:11px;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:800;
    }

    .next-move-copy{
      margin:0;
      color:var(--muted);
      font-size:12px;
      line-height:1.45;
      max-width:62ch;
    }

    .next-move-summary{
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:6px;
    }

    .next-move-pill{
      display:grid;
      gap:3px;
      padding:9px 11px;
      border:1px solid rgba(23,21,19,.08);
      border-radius:16px;
      background:rgba(255,255,255,.72);
    }

    .next-move-pillLabel{
      font-size:10px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:800;
    }

    .next-move-pillValue{
      font-size:16px;
      line-height:1.1;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
    }

    .next-move-columns{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:8px;
      align-items:start;
    }

    .next-move-column{
      display:grid;
      gap:8px;
      padding:11px;
      border-radius:18px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(255,255,255,.82);
      align-content:start;
    }

    .next-move-column--done{
      background:linear-gradient(180deg, rgba(26,111,71,.08) 0%, rgba(255,255,255,.92) 100%);
      border-color:rgba(26,111,71,.14);
    }

    .next-move-column--todo{
      background:linear-gradient(180deg, rgba(230,90,44,.09) 0%, rgba(255,255,255,.92) 100%);
      border-color:rgba(230,90,44,.14);
    }

    .next-move-columnHead{
      display:grid;
      gap:4px;
    }

    .next-move-columnTitle{
      margin:0;
      font-size:15px;
      line-height:1;
      letter-spacing:-.02em;
      font-weight:900;
      color:var(--ink);
    }

    .next-move-columnCopy{
      margin:0;
      color:var(--muted);
      font-size:12px;
      line-height:1.45;
    }

    .next-move-list{
      display:grid;
      gap:8px;
    }

    .next-move-item{
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      gap:4px;
      padding:7px 9px;
      border-radius:10px;
      border:1px solid rgba(23,21,19,.07);
      background:rgba(255,255,255,.96);
      min-height:0;
      box-shadow:0 1px 0 rgba(23,21,19,.03);
    }

    .next-move-itemTop{
      display:flex;
      gap:8px;
      align-items:center;
      justify-content:space-between;
    }

    .next-move-itemName{
      margin:0;
      font-size:11px;
      line-height:1.3;
      color:var(--ink);
      font-weight:800;
    }

    .next-move-itemMeta{
      margin:0;
      color:var(--muted);
      font-size:10px;
      line-height:1.25;
    }

    .next-move-itemDetails{
      display:grid;
      gap:6px;
      margin-top:2px;
    }

    .next-move-itemDetails summary{
      list-style:none;
    }

    .next-move-itemDetails summary::-webkit-details-marker{
      display:none;
    }

    .next-move-itemDetailsToggle{
      display:inline-flex;
      align-items:center;
      gap:6px;
      width:max-content;
      min-height:24px;
      padding:0 9px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(247,240,232,.9);
      color:var(--muted);
      font-size:9px;
      line-height:1;
      letter-spacing:.08em;
      text-transform:uppercase;
      font-weight:900;
      cursor:pointer;
      user-select:none;
    }

    .next-move-itemDetailsToggle::after{
      content:'›';
      font-size:11px;
      line-height:1;
      transform:translateY(-.5px);
    }

    .next-move-itemDetails[open] .next-move-itemDetailsToggle{
      background:rgba(230,90,44,.1);
      color:#9b3b1f;
      border-color:rgba(230,90,44,.16);
    }

    .next-move-itemDetails[open] .next-move-itemDetailsToggle::after{
      transform:rotate(90deg) translateX(-1px);
    }

    .next-move-itemDetailsBody{
      display:grid;
      gap:7px;
      padding:9px 10px;
      border-radius:10px;
      border:1px solid rgba(23,21,19,.06);
      background:rgba(250,247,241,.88);
    }

    .next-move-itemDetailBlock{
      display:grid;
      gap:4px;
      min-width:0;
    }

    .next-move-itemDetailLabel{
      font-size:9px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:900;
    }

    .next-move-itemDetailCopy{
      margin:0;
      color:var(--ink);
      font-size:11px;
      line-height:1.45;
      overflow-wrap:anywhere;
    }

    .next-move-itemApprove{
      display:grid;
      gap:8px;
      padding-top:2px;
    }

    .next-move-bulk{
      display:grid;
      gap:10px;
      margin-bottom:10px;
      padding:12px;
      border-radius:16px;
      border:1px solid rgba(230,90,44,.18);
      background:linear-gradient(180deg, rgba(255,247,239,.98), rgba(255,252,248,.96));
      box-shadow:0 10px 24px rgba(155,59,31,.08);
    }

    .next-move-bulkHead{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      align-items:center;
      justify-content:space-between;
    }

    .next-move-bulkSummary{
      display:grid;
      gap:4px;
      min-width:0;
    }

    .next-move-bulkCopy{
      margin:0;
      font-size:12px;
      line-height:1.45;
      color:var(--ink);
    }

    .next-move-bulkMiniActions{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }

    .next-move-bulkMiniBtn{
      min-height:34px;
      padding:0 12px;
      font-size:12px;
      white-space:nowrap;
    }

    .next-move-itemApproveRow{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
    }

    .next-move-itemApproveInput{
      min-height:40px;
      min-width:0;
      flex:1 1 180px;
      border-radius:12px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--ink);
      padding:0 12px;
      font-size:13px;
      font-weight:600;
    }

    .next-move-itemApproveBtn{
      min-height:40px;
      padding:0 14px;
      font-size:13px;
      white-space:nowrap;
    }

    .next-move-itemApproveStatus{
      font-size:12px;
      line-height:1.45;
      color:var(--muted);
    }

    .next-move-itemApproveStatus[data-tone="success"]{
      color:#12755f;
      font-weight:700;
    }

    .next-move-itemApproveStatus[data-tone="error"]{
      color:#b4472d;
      font-weight:700;
    }

    .next-move-group{
      display:grid;
      gap:7px;
      padding:8px;
      border-radius:14px;
      background:rgba(247,240,232,.72);
      border:1px solid rgba(23,21,19,.06);
    }

    .next-move-groupHead{
      display:flex;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      padding:3px 2px 5px;
      border-bottom:1px solid rgba(23,21,19,.08);
    }

    .next-move-groupTitle{
      margin:0;
      font-size:11px;
      line-height:1;
      letter-spacing:.18em;
      text-transform:uppercase;
      color:#9b3b1f;
      font-weight:900;
    }

    .next-move-groupCount{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-width:26px;
      min-height:26px;
      padding:0 9px;
      border-radius:999px;
      background:#fff;
      color:#9b3b1f;
      border:1px solid rgba(155,59,31,.16);
      font-size:10px;
      font-weight:900;
      letter-spacing:.08em;
    }

    .next-move-item.is-bulk-selected{
      border-color:rgba(230,90,44,.28);
      background:linear-gradient(180deg, rgba(255,248,242,.98), rgba(255,252,248,.96));
      box-shadow:0 10px 22px rgba(230,90,44,.12);
    }

    .next-move-chip{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:20px;
      padding:0 7px;
      border-radius:999px;
      font-size:9px;
      font-weight:900;
      letter-spacing:.08em;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .next-move-chip[data-tone="done"]{
      background:rgba(26,111,71,.12);
      color:#17663a;
    }

    .next-move-chip[data-tone="todo"]{
      background:rgba(230,90,44,.12);
      color:#b64621;
    }

    .next-move-chip[data-tone="info"]{
      background:rgba(23,21,19,.06);
      color:var(--muted);
    }

    .next-move-itemTopRight{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      align-items:center;
      justify-content:flex-end;
    }

    .next-move-itemSelect{
      display:inline-flex;
      align-items:center;
      gap:6px;
      min-height:24px;
      padding:0 10px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.08);
      background:rgba(255,255,255,.92);
      color:var(--ink);
      font-size:10px;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
      cursor:pointer;
      user-select:none;
    }

    .next-move-itemSelect input{
      width:14px;
      height:14px;
      margin:0;
      accent-color:#d15d32;
      cursor:pointer;
    }

    .next-move-empty{
      padding:12px;
      border-radius:14px;
      border:1px dashed rgba(23,21,19,.12);
      color:var(--muted);
      font-size:12px;
      line-height:1.45;
      background:rgba(255,255,255,.56);
    }

    .next-move-statusBanner{
      display:grid;
      gap:8px;
      padding:16px 18px;
      border-radius:18px;
      border:1px solid rgba(23,21,19,.08);
      background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(252,250,246,.92) 100%);
    }

    .next-move-statusEyebrow{
      font-size:10px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--muted);
      font-weight:900;
    }

    .next-move-statusTitle{
      font-size:22px;
      line-height:1.05;
      letter-spacing:-.04em;
      color:var(--ink);
      font-weight:900;
    }

    .next-move-statusCopy{
      font-size:13px;
      line-height:1.5;
      color:var(--muted);
      max-width:56ch;
    }

    .personal-requests{
      display:grid;
      gap:8px;
      padding-top:0;
    }

    .personal-requests-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-end;
      gap:8px;
      flex-wrap:wrap;
    }

    .personal-requests-tabs{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
      align-items:center;
    }

    .personal-requests-title{
      margin:0;
      font-size:15px;
      line-height:1;
      letter-spacing:-.03em;
      font-weight:800;
    }

    .personal-requests-copy{
      display:none;
    }

    .personal-requests-list{
      display:grid;
      gap:8px;
    }

    .personal-requests-empty{
      padding:14px;
      border:1px dashed var(--line);
      border-radius:14px;
      color:var(--muted);
      background:#fcfaf6;
      font-size:13px;
      line-height:1.45;
    }

    .personal-request-card{
      background:#fffdf9;
    }

    .request-review-panel{
      margin-top:10px;
      display:grid;
      gap:10px;
      padding:16px;
      border:1px solid var(--line);
      border-radius:18px;
      background:rgba(255,255,255,.54);
    }

    .request-queue-tabs{
      display:flex;
      gap:8px;
      flex-wrap:wrap;
    }

    .request-queue-tab{
      min-height:36px;
      padding:0 12px;
      border-radius:999px;
      border:1px solid rgba(23,21,19,.1);
      background:#fff;
      color:var(--muted);
      font-size:11px;
      font-weight:800;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    .request-queue-tab.is-active{
      background:var(--accent);
      border-color:var(--accent);
      color:#fff;
    }

    .request-queue-tabCount{
      min-width:20px;
      min-height:20px;
      padding:0 6px;
      border-radius:999px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:rgba(23,21,19,.08);
      color:inherit;
      font-size:10px;
      font-weight:900;
    }

    .request-queue-tab.is-active .request-queue-tabCount{
      background:rgba(255,255,255,.18);
    }

    .request-review-list{
      display:grid;
      gap:8px;
    }

    .request-review-card{
      border:1px solid var(--line);
      border-radius:14px;
      background:#fff;
      padding:8px 10px;
      display:grid;
      gap:4px;
    }

    .request-review-card[data-status="approved"]{
      border-color:rgba(45, 133, 84, .22);
      background:rgba(45, 133, 84, .06);
    }

    .request-review-card[data-status="denied"]{
      border-color:rgba(180, 58, 44, .22);
      background:rgba(180, 58, 44, .06);
    }

    .request-review-card-head{
      display:flex;
      gap:8px;
      align-items:flex-start;
      justify-content:space-between;
      flex-wrap:nowrap;
    }

    .request-review-card-main{
      display:grid;
      gap:2px;
      min-width:0;
      flex:1 1 320px;
    }

    .request-review-name{
      font-size:15px;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }

    .request-review-dates{
      font-size:14px;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }

    .request-review-meta{
      display:grid;
      gap:1px;
      font-size:11px;
      line-height:1.35;
      color:var(--muted);
    }

    .request-review-shiftLine{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:8px;
      margin-top:2px;
    }

    .request-review-shiftValue{
      font-size:15px;
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.02em;
      color:var(--ink);
    }

    .request-review-roleLine{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:6px;
      font-size:11px;
      line-height:1.35;
      color:var(--muted);
    }

    .request-review-label{
      font-size:10px;
      font-weight:800;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .request-review-metaRow{
      display:flex;
      flex-wrap:wrap;
      gap:6px;
      align-items:center;
    }

    .request-review-token{
      display:inline-flex;
      align-items:center;
      min-height:24px;
      padding:2px 9px;
      border-radius:999px;
      background:rgba(23,21,19,.06);
      color:var(--ink);
      font-size:11px;
      font-weight:800;
      line-height:1;
    }

    .request-review-token--accent{
      background:var(--accent-soft);
      color:var(--accent);
    }

    .field-hint{
      margin-top:6px;
      font-size:11px;
      line-height:1.35;
      color:var(--muted);
    }

    .supply-card .request-review-copy{
      margin:0;
      color:var(--muted);
      line-height:1.45;
    }

    .request-review-badge{
      display:inline-flex;
      align-items:center;
      border-radius:999px;
      padding:5px 8px;
      font-size:9px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      font-weight:900;
      border:1px solid var(--line);
      background:#fcfaf6;
      color:var(--muted);
    }

    .request-review-badge[data-status="approved"]{
      border-color:rgba(45, 133, 84, .2);
      background:rgba(45, 133, 84, .08);
      color:#215b3b;
    }

    .request-review-badge[data-status="denied"]{
      border-color:rgba(180, 58, 44, .2);
      background:rgba(180, 58, 44, .08);
      color:#8b2e24;
    }

    .request-review-actions{
      display:flex;
      gap:4px;
      flex-wrap:nowrap;
      align-items:center;
      justify-content:flex-end;
      flex:0 0 auto;
    }

    .request-review-actions button{
      min-height:34px;
      padding:0 12px;
      font-size:12px;
    }

    .request-review-side{
      display:grid;
      gap:4px;
      justify-items:end;
      align-content:start;
      flex:0 0 auto;
    }

    .request-review-card--open-shift{
      padding:10px 12px;
      gap:8px;
      border-radius:16px;
    }

    .request-review-card--open-shift .request-review-card-head{
      gap:10px;
      align-items:flex-start;
    }

    .request-review-card--open-shift .request-review-name{
      font-size:14px;
      line-height:1.2;
    }

    .request-review-card--open-shift .request-review-dates{
      font-size:13px;
      line-height:1.2;
    }

    .request-review-card--open-shift .request-review-shiftValue{
      font-size:14px;
    }

    .request-review-card--open-shift .request-review-meta{
      gap:2px;
      font-size:12px;
    }

    .request-review-inlineNotice{
      display:grid;
      gap:2px;
      padding:9px 10px;
      border-radius:12px;
      font-size:12px;
      line-height:1.35;
      border:1px solid rgba(37,99,73,.18);
      background:rgba(231,245,237,.95);
      color:#1f4d39;
    }

    .request-review-inlineNotice strong{
      font-size:11px;
      line-height:1;
      letter-spacing:.12em;
      text-transform:uppercase;
    }

    .request-review-card--open-shift .field{
      gap:4px;
    }

    .request-review-card--open-shift .field label{
      display:none;
    }

    .request-review-card--open-shift .request-off-note--compact{
      min-height:38px;
    }

    .request-review-card--open-shift .request-off-actions{
      justify-content:flex-start;
    }

    .request-review-debug{
      display:none;
    }

    .request-review-details{
      display:grid;
      gap:4px;
    }

    .request-review-details summary{
      cursor:pointer;
      list-style:none;
      font-size:9px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .request-review-details summary::-webkit-details-marker{
      display:none;
    }

    .request-review-details[open] .request-review-debug{
      display:grid;
    }

    .request-review-debug{
      padding:8px 10px;
      border:1px solid var(--line);
      border-radius:12px;
      background:#fcfaf6;
    }

    .request-review-debug-grid{
      display:grid;
      grid-template-columns:repeat(2, minmax(0, 1fr));
      gap:4px 8px;
      font-size:11px;
      line-height:1.35;
      color:var(--muted);
    }

    .request-review-debug-line{
      display:grid;
      gap:2px;
      min-width:0;
    }

    .request-review-debug-label{
      font-size:9px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .request-review-debug-value{
      color:var(--ink);
      word-break:break-word;
      font-variant-numeric:tabular-nums;
    }

    .request-review-warning{
      padding:8px 10px;
      border-radius:12px;
      background:rgba(180, 58, 44, .08);
      border:1px solid rgba(180, 58, 44, .16);
      color:#8b2e24;
      font-size:12px;
      line-height:1.45;
    }

    .request-review-raw{
      border-top:1px solid var(--line);
      padding-top:6px;
    }

    @media (max-width: 640px){
      .request-review-card-head{
        flex-wrap:wrap;
      }

      .request-review-side{
        width:100%;
        justify-items:stretch;
      }

      .request-review-actions{
        width:100%;
        justify-content:flex-start;
        flex-wrap:wrap;
      }
    }

    .request-review-raw summary{
      cursor:pointer;
      list-style:none;
      font-size:10px;
      line-height:1;
      letter-spacing:.14em;
      text-transform:uppercase;
      color:var(--accent);
      font-weight:900;
    }

    .request-review-raw summary::-webkit-details-marker{
      display:none;
    }

    .request-review-raw pre{
      margin:10px 0 0;
      padding:12px;
      border-radius:12px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--muted);
      font-size:11px;
      line-height:1.45;
      white-space:pre-wrap;
      word-break:break-word;
      max-height:260px;
      overflow:auto;
    }

    .request-review-actions button[disabled]{
      opacity:.56;
      cursor:not-allowed;
    }

    .request-review-empty{
      padding:18px;
      border:1px dashed rgba(23,21,19,.16);
      border-radius:16px;
      color:var(--muted);
      background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(252,250,246,.92));
      font-size:13px;
      line-height:1.5;
    }

    @media (max-width: 860px){
      .staff-shellHead{
        grid-template-columns:1fr;
      }
      .staff-shellActions{
        margin-left:0;
      }
      .tabs--staff{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .controls, .stats{
        grid-template-columns:1fr 1fr;
      }
      .field--span2{
        grid-column:auto;
      }
      .request-off-grid{
        grid-template-columns:1fr;
      }
      .master-schedule-grid{
        grid-template-columns:1fr 1fr;
      }
      .global-kpi-metrics{
        grid-template-columns:1fr 1fr;
      }
      .personal-dashboard-grid--sales{
        grid-template-columns:repeat(3, minmax(0, 1fr));
      }
      .staff-retail-game-grid{
        grid-template-columns:1fr;
      }
      .staff-retail-game-grid--top{
        grid-template-columns:1fr;
      }
      .staff-retail-game-metrics{
        grid-template-columns:repeat(2, minmax(0, 1fr));
      }
      .staff-coaching-grid{
        grid-template-columns:1fr;
      }
      .staff-coaching-signals{
        grid-template-columns:1fr;
      }
    }

    @media (max-width: 640px){
      .page{
        padding:16px 12px 28px;
      }
      .panel{
        padding:14px;
        border-radius:18px;
      }
      .staff-shellCard{
        gap:10px;
        padding:10px 12px;
        border-radius:18px;
        background:rgba(255,253,249,.96);
        box-shadow:0 6px 16px rgba(23,21,19,.03);
      }
      .staff-shellHead{
        gap:6px;
      }
      .staff-shellTitle{
        font-size:22px;
      }
      .staff-shellCopy{
        font-size:13px;
        line-height:1.45;
      }
      .staff-shellNav{
        gap:0;
        padding:8px 0 0;
        border:0;
        border-top:1px solid rgba(23,21,19,.08);
        border-radius:0;
        background:transparent;
        box-shadow:none;
      }
      .staff-mobileNavBar{
        display:flex;
        align-items:center;
        gap:10px;
      }
      .staff-mobileNavTrigger{
        display:inline-flex;
      }
      .tabs--staff{
        display:none;
      }
      .session-actions{
        display:flex;
        align-items:flex-start;
        justify-content:flex-start;
        gap:0;
        width:100%;
      }
      .session-identity{
        flex:1 1 auto;
        gap:0;
        min-width:0;
        padding:0;
        border:0;
        border-radius:0;
        background:transparent;
        box-shadow:none;
      }
      .session-btn{
        display:none;
      }
      .session-identityLabel,
      .staff-mobileNavLabel{
        display:none;
      }
      .session-identityName{
        font-size:14px;
        line-height:1.15;
        letter-spacing:-.025em;
        white-space:normal;
      }
      .staff-mobileNavCurrentWrap{
        gap:0;
      }
      .staff-mobileNavCurrent{
        font-size:18px;
        line-height:1;
        letter-spacing:-.035em;
      }
      .section-hero{
        gap:4px;
        margin-bottom:2px;
      }
      .section-hero > p:not(.eyebrow){
        font-size:13px;
        line-height:1.45;
      }
      .controls, .stats{
        grid-template-columns:1fr;
      }
      .request-queue-tabs{
        flex-wrap:nowrap;
        overflow-x:auto;
        padding-bottom:4px;
        margin:0 -2px;
        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;
      }
      .request-queue-tabs::-webkit-scrollbar{
        display:none;
      }
      .request-queue-tab{
        flex:0 0 auto;
        white-space:nowrap;
      }
      .open-shift-toolbar{
        align-items:stretch;
      }
      .open-shift-toolbar .request-queue-tabs,
      .open-shift-toolbar .request-off-grid--schedule-filters{
        flex:1 1 100%;
      }
      .request-off-grid--schedule-filters{
        grid-template-columns:1fr;
      }
      .request-review-panel--schedule-lane{
        padding:12px;
      }
      textarea{
        min-height:132px;
      }
      .request-off-note{
        min-height:84px;
      }
      .request-off-form{
        gap:10px;
      }
      .request-off-form--schedule-changes{
        gap:8px;
        padding:14px;
        border-radius:16px;
      }
      .request-off-form-title,
      .schedule-change-sectionTitle{
        font-size:17px;
      }
      .request-off-form-copy,
      .schedule-change-sectionCopy{
        font-size:11px;
      }
      .request-off-meta{
        gap:6px;
      }
      .master-schedule-grid{
        grid-template-columns:1fr;
      }
      .live-weekly-grid{
        grid-template-columns:1fr;
      }
      .live-weekly-level-grid{
        grid-template-columns:1fr;
      }
      .global-kpi-metrics{
        grid-template-columns:1fr;
      }
      .personal-dashboard-grid{
        grid-template-columns:1fr 1fr;
      }
      .personal-dashboard-head{
        gap:10px;
      }
      .personal-dashboard-section-titleRow{
        align-items:flex-start;
      }
      .personal-dashboard-toggle{
        width:100%;
        justify-content:space-between;
      }
      .personal-dashboard-toggleBtn{
        flex:1 1 0;
      }
      .todo-viewShell{
        width:100%;
        justify-content:flex-start;
        padding:8px 0 2px;
      }
      .todo-viewToggle{
        width:auto;
        max-width:none;
        justify-content:flex-start;
        padding:6px;
        gap:6px;
        border-radius:24px;
      }
      .todo-viewToggleBtn{
        flex:0 0 auto;
        width:auto;
        min-width:0;
        padding:0 14px;
      }
      .next-move-itemTop{
        align-items:flex-start;
        gap:8px;
      }
      .next-move-itemApproveRow{
        flex-direction:column;
        align-items:stretch;
      }
      .next-move-itemApproveInput,
      .next-move-itemApproveBtn{
        width:100%;
      }
      .staff-retail-game-shell{
        padding:14px;
        border-radius:22px;
      }
      .staff-retail-game-hero,
      .staff-retail-featureCard,
      .staff-retail-card{
        padding:14px;
        border-radius:18px;
      }
      .staff-retail-game-titleRow{
        display:grid;
        grid-template-columns:minmax(0, 1fr);
      }
      .staff-retail-game-title{
        font-size:34px;
      }
      .staff-retail-game-metrics{
        grid-template-columns:1fr 1fr;
      }
      .staff-retail-boardRow{
        grid-template-columns:auto minmax(0, 1fr);
        align-items:start;
      }
      .staff-retail-boardValue{
        grid-column:2;
        justify-self:start;
        white-space:normal;
      }
      .staff-retail-colorHero{
        display:grid;
        grid-template-columns:minmax(0, 1fr);
      }
      .staff-retail-boardToggle{
        width:100%;
        justify-content:space-between;
      }
      .staff-retail-boardToggleBtn{
        flex:1 1 0;
      }
      .next-move-summary{
        grid-template-columns:1fr;
      }
      .next-move-columns{
        grid-template-columns:1fr;
      }
      .staff-coaching-shell{
        padding:14px;
      }
      .service-mix-panels{
        grid-template-columns:1fr;
      }
      .staff-directory-card{
        padding:14px;
      }
      .staff-directory-cardHead{
        align-items:flex-start;
      }
      .staff-directory-avatar{
        width:48px;
        height:48px;
        border-radius:14px;
      }
      .staff-directory-name{
        font-size:18px;
        line-height:1.08;
      }
      .todo-manager-picker{
        grid-template-columns:1fr;
        gap:8px;
      }
      .todo-manager-option{
        padding:10px 12px;
      }
      .actions{
        flex-direction:column;
      }
      button{
        width:100%;
      }
      .pin-actions{
        flex-direction:column;
      }
      .pin-card{
        padding:22px;
      }
      .request-off-status,
      .staff-directory-status{
        font-size:12px;
        line-height:1.4;
      }
      .staff-directory-card{
        gap:10px;
        padding:13px;
      }
      .staff-directory-fields{
        gap:8px;
      }
      .staff-directory-field{
        padding-top:8px;
      }
    }

    @media (max-width: 420px){
      .page{
        padding:14px 10px 24px;
      }
      .panel{
        padding:12px;
        border-radius:16px;
      }
      .staff-shellCard{
        padding:11px 12px;
      }
      .tab-btn{
        min-height:48px;
        padding:0 14px;
        font-size:11px;
      }
      .session-identity{
        flex-basis:100%;
      }
      .session-identityName{
        font-size:14px;
      }
      .staff-mobileNavCurrent{
        font-size:17px;
      }
      .personal-dashboard-grid{
        grid-template-columns:1fr;
      }
      .staff-retail-game-title{
        font-size:30px;
      }
      .staff-retail-game-copy,
      .staff-retail-colorMeta,
      .staff-retail-cardMeta{
        font-size:11px;
      }
      .staff-retail-game-metrics,
      .staff-retail-game-metrics--triple{
        grid-template-columns:1fr;
      }
      .staff-retail-boardRow{
        gap:8px;
        padding:10px 11px;
      }
      .staff-retail-boardRank{
        min-width:34px;
        height:34px;
        border-radius:11px;
        font-size:11px;
      }
      .staff-retail-boardName{
        font-size:13px;
      }
      .staff-retail-boardValue{
        font-size:18px;
      }
      .staff-retail-expandableSummary{
        padding:11px 12px;
      }
      .next-move-shell,
      .staff-coaching-shell{
        padding:12px;
      }
      .next-move-pill{
        padding:10px 12px;
      }
      .request-review-card{
        padding:12px;
      }
      .request-review-meta{
        gap:4px;
      }
    }

/* Vercel portal shell: route-first desktop navigation */
body{
  min-height:100vh;
  background:
    radial-gradient(circle at 100% 0, rgba(230,90,44,.13), transparent 28rem),
    linear-gradient(135deg, #f7f4ee 0%, #eee9df 100%);
}

@media (min-width: 901px){
  .page{
    max-width:1440px;
    grid-template-columns:260px minmax(0,1fr);
    align-items:start;
    gap:24px;
    padding:24px;
  }
  .staff-shellCard{
    position:sticky;
    top:24px;
    grid-column:1;
    grid-row:1;
    min-height:calc(100vh - 48px);
    align-content:start;
    padding:22px 16px;
    border:0;
    border-radius:24px;
    background:#171513;
    color:#fff;
    box-shadow:0 24px 70px rgba(23,21,19,.2);
  }
  .staff-shellIntro:before{
    content:'hairstories.';
    margin-bottom:24px;
    font-family:Georgia,'Times New Roman',serif;
    font-size:25px;
    letter-spacing:.08em;
  }
  .staff-shellCard .eyebrow{color:#ff8d67;}
  .staff-shellCard .staff-shellTitle{color:#fff;}
  .staff-shellCard .staff-shellCopy{color:rgba(255,255,255,.55);}
  .staff-shellActions{width:100%;margin:4px 0 0;}
  .staff-shellCard .session-identity{width:100%;border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.06);}
  .staff-shellCard .session-identityLabel,
  .staff-shellCard .session-identityMeta{color:rgba(255,255,255,.48);}
  .staff-shellCard .session-btn{border-color:rgba(255,255,255,.16);background:transparent;color:#fff;}
  .staff-shellNav{padding:12px 0 0;border:0;border-top:1px solid rgba(255,255,255,.12);border-radius:0;background:transparent;box-shadow:none;}
  .tabs--staff{display:grid;gap:6px;width:100%;}
  .tabs--staff .tab-btn{
    min-height:46px;
    width:100%;
    padding:0 14px;
    border-color:transparent;
    border-radius:12px;
    background:transparent;
    color:rgba(255,255,255,.64);
    box-shadow:none;
  }
  .tabs--staff .tab-btn:hover{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#fff;transform:none;box-shadow:none;}
  .tabs--staff .tab-btn[aria-selected="true"]{border-color:rgba(255,255,255,.08);background:#e65a2c;color:#fff;box-shadow:0 10px 24px rgba(230,90,44,.22);}
  .tab-panel{grid-column:2;grid-row:1;min-width:0;padding:clamp(22px,3vw,38px);border:0;border-radius:24px;box-shadow:0 24px 70px rgba(23,21,19,.08);}
}

@media (max-width: 640px){
  .tabs--staff{
    display:flex;
    flex-wrap:nowrap;
    width:100%;
    overflow-x:auto;
    padding-bottom:5px;
    scroll-snap-type:x proximity;
  }
  .tabs--staff .tab-btn{
    flex:0 0 auto;
    width:auto;
    min-height:44px;
    border-radius:999px;
    scroll-snap-align:start;
  }
}

/* Shared Hairstories workspace language */
body{
  background:#f4f1eb;
}

.section-hero h1,
.staff-shellTitle,
.pin-story h1,
.pin-card--staff h2{
  font-family:Georgia, "Times New Roman", serif;
  font-weight:400;
  letter-spacing:-.05em;
}

@media (min-width: 901px){
  .page{
    max-width:none;
    grid-template-columns:268px minmax(0,1fr);
    gap:0;
    padding:0;
  }
  .staff-shellCard{
    top:0;
    min-height:100vh;
    padding:24px 18px;
    border-radius:0;
    background:#18372f;
    box-shadow:none;
  }
  .staff-shellIntro:before{
    color:#f8f2e9;
    font-weight:400;
    letter-spacing:-.045em;
  }
  .staff-shellCard .eyebrow{ color:#eaa077; }
  .staff-shellCard .staff-shellCopy{ color:rgba(248,242,233,.58); }
  .staff-shellCard .session-btn{ color:#f8f2e9; }
  .tabs--staff .tab-btn{
    min-height:42px;
    border-radius:9px;
    color:rgba(248,242,233,.72);
  }
  .tabs--staff .tab-btn[aria-selected="true"]{
    color:#18372f;
    border-color:#f3e2d3;
    background:#f3e2d3;
    box-shadow:none;
  }
  .tab-panel{
    padding:32px clamp(20px,3vw,48px) 64px;
    border-radius:0;
    background:#f4f1eb;
    box-shadow:none;
  }
  .tab-panel > *:not(.section-hero),
  .personal-dashboard-section{
    border-radius:16px;
  }
}

.pin-gate{
  grid-template-columns:minmax(340px,.9fr) minmax(420px,1.1fr);
  place-items:stretch;
  padding:0;
  background:#f8f5ef;
  backdrop-filter:none;
}
.pin-story{
  display:flex;
  min-height:100vh;
  padding:44px clamp(32px,5vw,80px);
  flex-direction:column;
  justify-content:space-between;
  background:#18372f;
  color:#f8f2e9;
}
.pin-story__wordmark,
.pin-card__brand{
  font-family:Georgia, "Times New Roman", serif;
  font-size:34px;
  font-weight:400;
  letter-spacing:-.045em;
}
.pin-story h1{
  max-width:650px;
  margin:14px 0 18px;
  font-size:clamp(48px,6vw,92px);
  line-height:.92;
}
.pin-story > div > p:last-child{
  max-width:480px;
  margin:0;
  color:rgba(248,242,233,.68);
  line-height:1.55;
}
.pin-story .eyebrow{ color:#eaa077; }
.pin-card.pin-card--staff{
  align-self:center;
  justify-self:center;
  width:min(calc(100% - 48px),460px);
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.pin-card--staff .pin-card__brand{ color:#18372f; margin-bottom:24px; }
.pin-card--staff .pin-cardSignals{ display:none; }
.pin-card--staff .pin-cardHero h2{ font-size:44px; }
.pin-card--staff input{ min-height:52px; border-radius:10px; background:#fff; }
.pin-card--staff .btn-primary{ min-height:48px; width:100%; border-radius:10px; background:#18372f; }

@media (max-width: 760px){
  .pin-gate{ grid-template-columns:1fr; overflow:auto; }
  .pin-story{ min-height:230px; padding:28px 24px; }
  .pin-story h1{ font-size:42px; max-width:360px; }
  .pin-story > div > p:last-child{ display:none; }
  .pin-card.pin-card--staff{ margin:40px auto; }
}
