:root{--yellow:#f5df1a;--yellow-dark:#d4a800;--ink:#1a1a1a;--text:#4b4b4b;--muted:#8a8a8a;--border:#e3e3e6;--bg:#f5f5f7;--card-bg:#fff;--field-bg:#f0f0f0;--shadow:0 20px 40px -12px #0000001f;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font:15px/1.5 var(--sans);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3,p{margin:0}button{font:inherit}input{font:inherit;color:inherit}.auth-shell{height:100svh;display:flex}.auth-visual{flex-direction:column;flex:50%;height:100%;display:flex;position:relative}@media (width<=860px){.auth-visual{display:none}}.auth-visual__img{object-fit:cover;flex:1;width:100%;min-height:0}.auth-visual__banner{background:var(--yellow);color:var(--ink);letter-spacing:-.01em;padding:2.5rem 3rem;font-size:1.9rem;font-weight:800;line-height:1.2}.auth-panel{flex:50%;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;overflow-y:auto}@media (width<=860px){.auth-panel{flex:100%}}.auth-card{background:var(--card-bg);width:100%;max-width:384px;box-shadow:var(--shadow);border-radius:16px;padding:2rem}.auth-logos{text-align:center;margin-bottom:1.75rem}.auth-logos img{width:auto;height:32px}.auth-title{color:var(--ink);font-size:1.3rem;font-weight:700}.auth-subtitle{color:var(--muted);margin-top:.35rem;font-size:.9rem}.auth-field{margin-top:1.25rem}.auth-field label{color:var(--ink);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.auth-input{border:1px solid var(--border);background:#fff;border-radius:8px;outline:none;width:100%;padding:.7rem .85rem}.auth-input:focus{border-color:var(--yellow-dark)}.auth-email{border:1px solid var(--border);border-radius:8px;display:flex;overflow:hidden}.auth-email input{border:none;outline:none;flex:1;min-width:0;padding:.7rem .85rem}.auth-email span{background:var(--field-bg);color:var(--muted);white-space:nowrap;border-left:1px solid var(--border);align-items:center;padding:.7rem .85rem;display:flex}.auth-forgot{text-align:right;color:var(--yellow-dark);margin-top:.5rem;font-size:.82rem;font-weight:600;text-decoration:none;display:block}.auth-forgot:hover{text-decoration:underline}.auth-submit{background:var(--yellow);width:100%;color:var(--ink);cursor:pointer;border:none;border-radius:10px;margin-top:1.75rem;padding:.85rem;font-size:.95rem;font-weight:700}.auth-submit:hover{background:var(--yellow-dark)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#c0392b;margin-top:1rem;font-size:.85rem}.dash{box-sizing:border-box;background:#f3f4f6;align-items:flex-start;gap:.85rem;min-height:100svh;padding:.85rem;display:flex}.sidebar{width:248px;box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;flex-shrink:0;gap:.75rem;height:calc(100svh - 1.7rem);max-height:calc(100svh - 1.7rem);padding:0;transition:width .2s;display:flex;position:sticky;top:.85rem;overflow:hidden}.sidebar__panel{border:1px solid var(--border);background:var(--card-bg);box-sizing:border-box;border-radius:20px;flex-direction:column;flex:1;min-height:0;padding:1.15rem .9rem 1rem;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.sidebar__brand{justify-content:space-between;align-items:center;gap:.5rem;min-height:36px;padding:0 .25rem;display:flex}.sidebar__brand img{object-fit:contain;max-width:calc(100% - 40px);height:30px}.sidebar__collapse-btn{border-radius:8px;flex-shrink:0;width:34px;height:34px}.sidebar__nav{flex-direction:column;flex:1;gap:.1rem;min-height:0;margin-top:.5rem;display:flex;overflow-y:auto}.sidebar__group{letter-spacing:.04em;color:var(--muted);text-transform:uppercase;margin:1.15rem 0 .4rem;padding:0 .7rem;font-size:.72rem;font-weight:700}.sidebar__item{color:#4b5563;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.7rem;width:100%;padding:.62rem .75rem;font-size:.9rem;font-weight:500;display:flex}.sidebar__item:hover{background:#f3f4f6}.sidebar__item.is-active{color:var(--ink);background:#ececec;font-weight:700}.sidebar__item svg{color:#6b7280;flex-shrink:0}.sidebar__item.is-active svg{color:#111827}.sidebar__icon-btn{width:42px;height:42px;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar__icon-btn:hover{background:#f0f0f0}.sidebar__icon-btn.is-active{color:#111827;background:#ececec}.sidebar__user{color:var(--muted);box-sizing:border-box;background:#fff;border:1px solid #e5e5e8;border-radius:14px;flex-shrink:0;align-items:center;gap:.7rem;padding:.7rem .75rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.sidebar__user--button{cursor:pointer;text-align:left;width:100%}.sidebar__user--button:hover{background:#fafafa}.sidebar__user-info{flex-direction:column;flex:1;gap:.05rem;min-width:0;display:flex}.sidebar__user-info strong{color:var(--ink);font-size:.88rem;font-weight:700;line-height:1.2}.sidebar__user-info span{color:var(--muted);font-size:.75rem;line-height:1.2}.sidebar__profile-avatar{width:32px;height:32px;color:var(--muted);background:#ececec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.sidebar__profile-avatar--lg{width:36px;height:36px}.sidebar__user>svg{color:#6b7280;flex-shrink:0}.sidebar.is-collapsed{width:60px;height:calc(100svh - 1.7rem);max-height:calc(100svh - 1.7rem);box-shadow:none;background:0 0;border:none;border-radius:0;align-items:center;gap:.75rem;padding:0}.sidebar.is-collapsed .sidebar__rail{box-sizing:border-box;background:#fcfcfc;border:1px solid #dcdcdc;border-radius:20px;flex-direction:column;flex:1;align-items:center;gap:.1rem;width:60px;min-height:0;padding:12px 8px 10px;display:flex}.sidebar__rail-sep{background:#dcdcdc;flex-shrink:0;width:28px;height:1px;margin:.55rem 0}.sidebar.is-collapsed .sidebar__icon-btn{color:#111827;border-radius:10px;width:40px;height:40px}.sidebar.is-collapsed .sidebar__icon-btn.is-active{color:#111827;background:#ececec}.sidebar.is-collapsed .sidebar__profile-pill{cursor:pointer;color:#111827;box-sizing:border-box;background:#fcfcfc;border:1px solid #dcdcdc;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:0;display:inline-flex}.sidebar.is-collapsed .sidebar__profile-pill:hover{background:#fafafa}.dash__main{flex:1;min-width:0;padding:.65rem 1.25rem 2rem}.dash__title{color:var(--ink);margin-top:40px;font-size:1.6rem;font-weight:700}.dash__subtitle{color:var(--muted);margin-top:.25rem;font-size:.9rem}.dash__columns{grid-template-columns:1.6fr 1fr;align-items:start;gap:1.25rem;margin-top:1.25rem;display:grid}.dash__side-stack{flex-direction:column;gap:1.25rem;display:flex}.topbar{align-items:center;gap:1rem;display:flex}.topbar__search{box-sizing:border-box;color:#667085;background:#fcfcfc;border:1px solid #dcdcdc;border-radius:10px;flex:0 0 284px;align-items:center;gap:.5rem;width:284px;max-width:284px;height:40px;padding:10px 14px;display:flex;box-shadow:0 1px 2px #1018280d}.topbar__search svg{color:#101828;flex-shrink:0}.topbar__search input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.88rem;font-weight:500}.topbar__search input::placeholder{color:#475467;font-weight:500}.topbar__actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.topbar__new-action{position:relative}.zoom-control{align-items:center;gap:.75rem;display:inline-flex}.zoom-control__pct{color:var(--ink);text-align:right;font-variant-numeric:tabular-nums;min-width:2.75rem;font-size:.9rem;font-weight:600;display:inline-block}.zoom-control__group{border:1px solid var(--border);background:var(--card-bg);border-radius:10px;align-items:center;height:40px;padding:0 .25rem;display:inline-flex}.zoom-control__btn{width:36px;height:36px;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.zoom-control__btn:hover{background:#f3f4f6}.zoom-control__divider{background:var(--border);flex-shrink:0;width:1px;height:16px;margin:0 .15rem}.icon-btn{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.3rem;display:inline-flex}.icon-btn:hover{background:var(--field-bg)}.icon-btn--bordered{border:1px solid var(--border);background:var(--card-bg);border-radius:10px;width:38px;height:38px;position:relative}.dot-badge{background:#ef4444;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.88rem;font-weight:700;display:inline-flex}.btn--primary{background:var(--yellow);color:var(--ink)}.btn--primary:hover{background:var(--yellow-dark)}.btn--primary:disabled{opacity:.5;cursor:not-allowed}.btn--outline{background:var(--card-bg);border-color:var(--border);color:var(--ink)}.btn--outline:hover{background:var(--field-bg)}.btn--danger{color:#dc2626;background:0 0;border:none;padding:.6rem 0}.btn--danger-solid{color:#fff;background:#dc2626}.btn--danger-solid:hover{background:#b91c1c}.btn--sm{padding:.4rem .75rem;font-size:.8rem}.stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.5rem;display:grid}.stat-card{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.1rem}.stat-card__head{color:var(--muted);align-items:center;gap:.5rem;display:flex}.stat-card__icon{color:var(--ink);display:inline-flex}.stat-card__label{font-size:.85rem;font-weight:600}.stat-card__chevron{color:var(--muted);flex-shrink:0;margin-left:auto}.stat-card__value-row{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.stat-card__value{color:var(--ink);font-size:1.7rem;font-weight:700}.stat-card__sub{color:var(--muted);margin-top:.2rem;font-size:.78rem;display:block}.text-danger{color:#dc2626!important}.badge{border-radius:6px;padding:.15rem .4rem;font-size:.72rem;font-weight:700}.badge--up{color:#dc2626;background:#dc26261a}.panel{background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.1rem}.panel__head{justify-content:space-between;align-items:center;display:flex}.panel__head h2{color:var(--ink);font-size:1rem;font-weight:700}.empty-state{color:var(--muted);margin-top:1rem;font-size:.85rem}.activity-list{margin:.75rem 0 0;padding:0;list-style:none}.activity-item{border-top:1px solid var(--border);align-items:flex-start;gap:.65rem;padding:.65rem 0;display:flex}.activity-item:first-child{border-top:none}.activity-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.activity-icon--info{color:#0d9488;background:#ccfbf1}.activity-icon--accent{color:#7c3aed;background:#ede9fe}.activity-icon--success{color:#16a34a;background:#dcfce7}.activity-icon--danger{color:#dc2626;background:#fee2e2}.activity-item__body{flex-direction:column;flex:1;min-width:0;display:flex}.activity-item__title{color:var(--ink);font-size:.85rem;font-weight:600}.activity-item__email{color:var(--muted);font-size:.78rem}.activity-item__date{color:var(--muted);white-space:nowrap;font-size:.78rem}.unassigned-list{margin:.75rem 0 0;padding:0;list-style:none}.unassigned-item{border-top:1px solid var(--border);align-items:center;gap:.65rem;padding:.6rem 0;display:flex}.unassigned-item:first-child{border-top:none}.unassigned-item__name{min-width:0;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;font-weight:600;overflow:hidden}.unassigned-item__chevron{color:var(--muted);flex-shrink:0}.avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.avatar--photo{object-fit:cover;background:#e5e7eb;display:block}.avatar--muted{background:var(--muted);width:32px;height:32px}.new-action-menu__overlay{z-index:80;background:#0f0f1273;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.new-action-menu{background:var(--card-bg);border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:400px;padding:1.15rem 1.25rem 1.2rem;box-shadow:0 20px 40px #0f172a2e}.new-action-menu--modal{position:relative}.new-action-menu__head{justify-content:space-between;align-items:center;display:flex}.new-action-menu__head h2{color:var(--ink);font-size:1.35rem;font-weight:800}.new-action-menu__prompt{color:var(--ink);margin:.9rem 0 .75rem;font-size:.9rem;font-weight:600}.new-action-menu__option{background:var(--card-bg);width:100%;min-height:132px;color:var(--ink);cursor:pointer;text-align:center;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;margin-top:.6rem;padding:.95rem 1rem;font-size:.95rem;font-weight:700;display:flex}.new-action-menu__option svg{color:var(--ink);stroke-width:1.9px}.new-action-menu__option:hover{background:var(--field-bg)}.modal-overlay{z-index:50;background:#0f0f1299;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:auto}.modal-card{background:var(--card-bg);box-sizing:border-box;border-radius:18px;width:100%;min-width:0;max-height:90vh;padding:1.75rem;overflow-y:auto}.modal-title{color:var(--ink);font-size:1.25rem;font-weight:700}.modal-head-row{justify-content:space-between;align-items:baseline;display:flex}.field-label{color:var(--ink);margin-top:1.1rem;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.field-input{border:1px solid var(--border);width:100%;font:inherit;border-radius:8px;outline:none;padding:.7rem .85rem}.field-input:focus{border-color:var(--yellow-dark)}.field-date{width:100%;position:relative}.field-date__trigger{border:1px solid var(--border);background:var(--card-bg);width:100%;min-width:0;color:var(--ink);font:inherit;cursor:pointer;box-sizing:border-box;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:.4rem;padding:.7rem;font-size:.88rem;display:flex}.field-date__trigger:hover,.field-date__trigger:focus-visible{border-color:var(--yellow-dark);outline:none}.field-date__trigger>span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.field-date__placeholder{color:var(--muted)}.field-date__trigger svg{color:var(--muted);flex-shrink:0}.field-date__native{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.field-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.9rem;display:grid}.field-row>div{min-width:0}.field-money{border:1px solid var(--border);border-radius:8px;align-items:center;padding:0 .85rem;display:flex}.field-money span{color:var(--muted)}.field-money input{min-width:0;font:inherit;border:none;outline:none;flex:1;padding:.7rem .5rem .7rem .3rem}.field-textarea{border:1px solid var(--border);width:100%;min-height:90px;font:inherit;resize:vertical;border-radius:10px;outline:none;padding:.7rem .85rem}.field-textarea--tall{min-height:130px}.field-textarea:focus{border-color:var(--yellow-dark)}.form-grid{grid-template-columns:1fr 1fr;gap:0 1.75rem;min-width:0;margin-top:.5rem;display:grid}.form-grid>*,.field-row>*{min-width:0}.dd,.field-input,.field-money,.field-textarea,.field-date{box-sizing:border-box;min-width:0}.job-form-modal__head{align-items:flex-start}.job-form-modal__meta{margin-top:.2rem}.job-form-modal__grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:0 2rem;min-width:0;margin-top:.45rem;display:grid}.job-form-modal__main,.job-form-modal__side{min-width:0}.job-form-modal__side{flex-direction:column;display:flex}.job-form-modal__side .dd__trigger{width:100%}.job-form-modal__side .dd__menu{max-height:260px;overflow-y:auto}.job-form-modal__note{resize:none;flex:1;min-height:220px}@media (width<=640px){.form-grid,.field-row,.job-form-modal__grid{grid-template-columns:1fr}}.color-picker{gap:.6rem;display:flex}.color-swatch{cursor:pointer;border:none;border-radius:50%;width:26px;height:26px;padding:0}.color-swatch.is-selected{box-shadow:0 0 0 2px var(--card-bg), 0 0 0 4px currentColor;outline:2px solid var(--ink);outline-offset:3px}.modal-actions{justify-content:flex-end;gap:.6rem;margin-top:1.5rem;display:flex}.job-form-modal__actions{margin-top:1.9rem}.job-form-modal__actions .btn{min-width:120px}.modal-actions--split{justify-content:space-between;align-items:center}.modal-actions--center{justify-content:center}.confirm-modal{text-align:center;padding:.5rem .5rem 0}.confirm-modal__icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:.9rem;display:inline-flex}.confirm-modal__title{color:var(--ink);font-size:1.1rem;font-weight:700}.confirm-modal__message{color:var(--muted);margin-top:.4rem;font-size:.85rem}.crew-row{align-items:center;gap:.6rem;margin-top:1rem;display:flex}.crew-row__name{color:var(--ink);flex:1;font-size:.9rem;font-weight:600}.crew-row__date{color:var(--muted);font-size:.82rem}.job-head{align-items:center;gap:.4rem;display:flex}.job-head__meta{color:var(--muted);font-size:.78rem}.detail-grid{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1rem;display:grid}.detail-grid>div{flex-direction:column;gap:.2rem;display:flex}.detail-label{color:var(--muted);font-size:.78rem}.detail-value{color:var(--ink);font-size:.92rem;font-weight:600}.divider{border:none;border-top:1px solid var(--border);margin:1.1rem 0}.note-box{border:1px solid var(--border);background:var(--field-bg);color:var(--text);border-radius:10px;margin-top:.4rem;padding:.75rem;font-size:.85rem}.note-view-text{color:var(--text);margin-top:1rem;font-size:.92rem;line-height:1.5}.job-chip{background:#e0399f14;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding:.85rem 1rem;display:flex}.job-chip__body{flex-direction:column;gap:.15rem;display:flex}.job-chip__body strong{color:var(--ink);font-size:.95rem}.job-chip__sub{color:var(--muted);font-size:.8rem}.dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.dd{position:relative}.dd__trigger{border:1px solid var(--border);width:100%;font:inherit;cursor:pointer;color:var(--ink);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:.7rem .85rem;display:flex}.dd__value{text-overflow:ellipsis;white-space:nowrap;text-align:left;overflow:hidden}.dd__chevron{color:var(--muted);flex-shrink:0}.dd__menu{background:var(--card-bg);border:1px solid var(--border);width:100%;min-width:100%;max-width:none;max-height:220px;box-shadow:var(--shadow);z-index:30;border-radius:10px;margin:0;padding:.4rem;list-style:none;position:absolute;top:calc(100% + .4rem);left:0;right:0;overflow-y:auto}.dd__option{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .6rem;font-size:.88rem;display:flex}.dd__option:hover,.dd__option.is-selected{background:var(--field-bg)}.dd__check{color:var(--yellow-dark);flex-shrink:0}.dd__dot-label,.dd__avatar-label,.dd__crew-label{align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.dd__crew-label__text{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.dd__crew-label .dot{flex-shrink:0;margin-left:auto}.dd__option .dd__crew-label .dot{margin-right:.15rem}.assign-crew__job-name{color:var(--ink);margin-top:.2rem;margin-bottom:.35rem;font-size:1rem;font-weight:700}.crew-row__empty{color:var(--muted);margin-top:.6rem;font-size:.88rem}@media (width<=1024px){.stat-grid{grid-template-columns:repeat(2,1fr)}.dash__columns{grid-template-columns:1fr}}@media (width<=780px){.sidebar{display:none}.dash{background:#f3f4f6;min-height:100svh;padding:0}.dash__main{padding:1rem 1rem calc(6.5rem + env(safe-area-inset-bottom))}.dash__title{margin-top:.7rem;font-size:1.35rem}.dash__subtitle{font-size:.84rem}.topbar{flex-direction:column;align-items:stretch;gap:.75rem}.topbar__search{flex:auto;width:100%;max-width:none}.topbar__actions{flex-wrap:wrap;justify-content:stretch;gap:.6rem;width:100%;margin-left:0}.topbar__actions>*{flex:auto}.topbar__actions .zoom-control{justify-content:space-between;width:100%}.topbar__actions .topbar__new-action,.topbar__actions .topbar__new-action>.btn,.topbar__actions>.btn.btn--primary{width:100%}.topbar__actions .icon-btn--bordered{flex:0 0 42px;width:42px}.stat-grid{grid-template-columns:1fr;gap:.85rem}.panel{padding:1rem}.panel__head,.activity-item,.unassigned-item,.modal-head-row,.job-head,.job-chip,.modal-actions,.modal-actions--split{flex-direction:column;align-items:flex-start}.activity-item__date,.crew-row__date,.btn{white-space:normal}.modal-overlay{z-index:90;justify-content:center;align-items:center;padding:.75rem}.modal-card{border-radius:20px 20px 16px 16px;max-height:min(88vh,760px);padding:1rem}.modal-actions,.modal-actions__group,.modal-actions>*,.modal-actions__group>*{width:100%}.detail-grid{grid-template-columns:1fr}.new-action-menu__overlay{padding:1rem}.sidebar-mobile-nav{padding:.55rem .65rem calc(.55rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:60;background:#fffffff5;justify-content:space-between;gap:.25rem;display:flex;position:fixed;bottom:0;left:0;right:0}.sidebar-mobile-nav__item{min-width:0;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex:1 1 0;justify-content:center;align-items:center;padding:.7rem .25rem;display:inline-flex}.sidebar-mobile-nav__item span{display:none}.sidebar-mobile-nav__item.is-active{color:var(--ink);border-color:var(--border);background:#f4f4f5}}@media (width>=781px){.sidebar-mobile-nav{display:none}}.sb-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:.7rem;display:flex}.sb-header-row .dash__title{margin-top:40px}.sb-legend{grid-template-columns:repeat(4,auto);justify-content:start;gap:.85rem 2.75rem;margin-top:1.75rem;padding-top:.15rem;display:grid}.sb-legend__item{color:var(--ink);white-space:nowrap;align-items:center;gap:.45rem;font-size:.875rem;font-weight:500;line-height:1.2;display:flex}.sb-legend__item i{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.sb-toolbar{--sb-ctrl-h:38px;border:1px solid var(--border);background:var(--card-bg);border-radius:20px;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1.5rem;padding:.55rem .65rem;display:flex;box-shadow:0 1px 3px #1018280f}.sb-nav-btn{width:var(--sb-ctrl-h);height:var(--sb-ctrl-h);border-radius:10px;flex-shrink:0}.sb-range{color:var(--ink);white-space:nowrap;font-size:.95rem;font-weight:700;line-height:var(--sb-ctrl-h)}.sb-jump{flex-shrink:0;position:relative}.sb-jump__btn{height:var(--sb-ctrl-h);border-radius:10px;gap:.45rem;padding:0 .9rem;font-size:.88rem;font-weight:600}.sb-jump__input{z-index:20;border:1px solid var(--border);background:var(--card-bg);box-shadow:var(--shadow);border-radius:5px;padding:.5rem;position:absolute;top:calc(100% + .4rem);left:0}.sb-search{min-width:180px;height:var(--sb-ctrl-h);box-sizing:border-box;border:1px solid var(--border);color:var(--muted);background:#fbfbfc;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:0 .95rem;display:flex}.sb-search input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.88rem}.sb-search input::placeholder{color:var(--muted)}.sb-toggle{height:var(--sb-ctrl-h);box-sizing:border-box;background:var(--field-bg);border-radius:10px;flex-shrink:0;align-items:center;padding:3px;display:flex}.sb-toggle button{height:100%;color:var(--muted);cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;padding:0 .95rem;font-size:.85rem;font-weight:600;display:flex}.sb-toggle button.is-active{background:var(--card-bg);color:var(--ink);border-color:var(--border);box-shadow:0 1px 2px #0000000f}.sb-jobs-dd{flex-shrink:0;width:140px}.sb-jobs-dd .dd__trigger{height:var(--sb-ctrl-h);box-sizing:border-box;border-radius:10px;padding:0 .85rem;font-size:.88rem;font-weight:600}.sb-jobs-dd .dd__value,.sb-jobs-dd .dd__option{color:var(--ink);font-weight:500}.sb-jobs-dd .dd__menu{width:max-content;min-width:280px;max-height:280px;left:auto;right:0}.sb-jobs-dd .dd__option.is-selected{background:var(--field-bg)}.sb-jobs-dd .dd__check{color:var(--ink)}.sb-board{margin-top:1.25rem}.sb-board__frame{border:1px solid var(--border);background:var(--card-bg);border-radius:14px;align-items:stretch;display:flex;overflow:hidden}.sb-board__frozen{z-index:2;background:var(--card-bg);flex-shrink:0}.sb-board__scroll{flex:1;min-width:0;overflow:auto hidden}.sb-board--monthly:not(.sb-board--meta) .sb-board__scroll{overflow-x:hidden}.sb-table{border-collapse:separate;border-spacing:0;table-layout:fixed}.sb-table--frozen{width:max-content}.sb-table--days{width:max-content;min-width:100%}.sb-board--monthly:not(.sb-board--meta) .sb-table--days{width:100%}.sb-board--monthly.sb-board--meta .sb-table--days{width:max-content;min-width:100%}.sb-table th,.sb-table td{border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:middle;padding:0}.sb-table--frozen tr>:last-child,.sb-table--days tr>:last-child{border-right:none}.sb-table thead th{box-sizing:border-box;height:52px;max-height:52px;font-family:"Inter", var(--sans);letter-spacing:0;color:#777;text-align:left;vertical-align:middle;background:#f5f5f7;padding:.35rem .6rem;font-size:14px;font-weight:500;line-height:1;overflow:hidden}.sb-table--days thead th.sb-day-head--compact{text-align:center;vertical-align:middle;padding:.25rem .2rem}.sb-table tbody td{box-sizing:border-box;height:56px;max-height:56px}.sb-board--monthly .sb-table tbody td{height:44px;max-height:44px}.sb-table--frozen tbody td{overflow:hidden}.sb-table thead th.sb-col-jobno,.sb-table thead th.sb-col-meta{text-align:center}.sb-col-jobno{width:72px;color:var(--ink);text-align:center;background:var(--card-bg);font-size:.85rem;font-weight:600;position:relative;padding:.35rem .5rem!important}.sb-col-job{width:230px;max-width:230px;color:var(--ink);background:var(--card-bg);font-size:.85rem;font-weight:600;position:relative;padding:.35rem .75rem .35rem .9rem!important}.sb-job-inner{align-items:center;gap:.4rem;display:flex}.sb-job-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sb-job-inner svg{color:var(--muted);flex-shrink:0;margin-left:auto;transition:color .15s}.sb-row:hover .sb-job-inner svg{color:var(--ink)}th.sb-col-divider,td.sb-col-divider{width:10px;min-width:10px;max-width:10px;position:relative;background:#c1c1c1!important;border-bottom:none!important;border-left:none!important;border-right:none!important;padding:0!important}.sb-divider-inner{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.sb-divider-btn{color:#3f3f46;cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:40px;transition:background .15s,color .15s,box-shadow .15s,opacity .15s;display:inline-flex;position:relative}.sb-col-divider:hover .sb-divider-btn,.sb-divider-btn:focus-visible,.sb-divider-btn.is-visible{opacity:1;pointer-events:auto}.sb-col-divider:hover .sb-divider-btn,.sb-divider-btn:focus-visible{color:var(--ink);background:#fff;box-shadow:0 1px 3px #0000001f}.sb-divider-btn__dots,.sb-divider-btn__arrow{justify-content:center;align-items:center;display:inline-flex}.sb-divider-btn__dots{flex-direction:column;gap:2.5px}.sb-divider-btn__dots i{background:currentColor;border-radius:50%;width:3px;height:3px;display:block}.sb-divider-btn__arrow,.sb-col-divider:hover .sb-divider-btn__dots,.sb-divider-btn:focus-visible .sb-divider-btn__dots{display:none}.sb-col-divider:hover .sb-divider-btn__arrow,.sb-divider-btn:focus-visible .sb-divider-btn__arrow{display:inline-flex}.sb-divider-btn.is-open{color:#3f3f46}.sb-col-meta{width:130px;color:var(--ink);text-align:center;background:var(--card-bg);padding:.35rem .5rem;font-size:14px;font-weight:600}.sb-col-meta--contract{width:100px;font-weight:700}.sb-table--days thead th.sb-day-head{text-align:center;vertical-align:middle;color:var(--ink);background:#f5f5f7;font-weight:500}.sb-day-head{width:150px;min-width:150px;font-size:.875rem}.sb-day-head__weekday{color:var(--ink);font-size:.875rem;font-weight:500;line-height:1}.sb-day-head__date{letter-spacing:0;color:#777;margin-top:.2rem;font-size:14px;font-weight:500;line-height:1}.sb-day-head__monthday{color:#777;justify-content:center;align-items:center;width:100%;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.sb-day-head--compact{text-align:center;vertical-align:middle;background:#f5f5f7;width:auto;min-width:0;padding:0!important}.sb-day-head--compact.is-today{color:var(--ink);background:#fff}.sb-day-head--compact.is-today .sb-day-head__monthday{color:var(--ink);font-weight:500}.sb-board--meta .sb-day-head--compact{width:var(--sb-day-w,56px);min-width:var(--sb-day-w,56px)}.sb-day-head.is-today{color:var(--ink);background:0 0}.sb-day-head.is-today .sb-day-head__weekday{color:var(--ink)}.sb-day-head.is-today .sb-day-head__date{color:#777}.sb-row-bar-hit{cursor:pointer;z-index:1;width:12px;position:absolute;top:0;bottom:0;left:0}.sb-row-bar{border-radius:0;width:4px;position:absolute;top:0;bottom:0;left:0}.sb-cell{--sb-cell-inset:8px;z-index:0;position:relative;overflow:visible;padding:0!important}.sb-cell--compact{--sb-cell-inset:8px;z-index:1}.sb-cell--compact:has(.sb-pill-wrap){z-index:3}.sb-add,.sb-empty{inset:var(--sb-cell-inset);color:var(--muted);cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.3rem;padding:0;font-size:.82rem;display:inline-flex;position:absolute}.sb-add:hover,.sb-empty:hover{background:var(--field-bg);color:var(--ink)}.sb-empty{border-radius:8px}.sb-pill-wrap{--sb-span:1;left:var(--sb-cell-inset);top:var(--sb-cell-inset);bottom:var(--sb-cell-inset);width:calc((var(--sb-span) * 100%) + ((var(--sb-span) - 1) * 1px) - (2 * var(--sb-cell-inset)));z-index:2;pointer-events:auto;align-items:stretch;display:flex;position:absolute}.sb-pill-wrap--compact{z-index:4}.sb-pill{box-sizing:border-box;cursor:pointer;text-align:left;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;height:100%;padding:0 8px;font-size:.8rem;transition:box-shadow .15s,filter .15s;display:flex;position:relative;overflow:hidden}.sb-pill:hover{filter:brightness(.98);box-shadow:0 2px 6px #0000001a}.sb-pill:active{filter:brightness(.96)}.sb-cell--compact .sb-pill{box-shadow:none;border-radius:8px;outline:none;padding:0;overflow:hidden;border:none!important}.sb-pill__name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;align-self:center;min-width:0;padding-right:.35rem;font-weight:700;overflow:hidden}.sb-pill__hours{color:var(--text);flex-shrink:0;font-size:.75rem}.sb-pill__note-wrap{z-index:5;opacity:0;pointer-events:none;transition:right .15s,top .15s,transform .15s,opacity .15s;position:absolute;top:-10px;right:18px;transform:translateY(2px)}.sb-pill-wrap:hover .sb-pill__note-wrap{opacity:1;pointer-events:auto;right:18px;transform:translateY(0)}.sb-pill-wrap:has(.sb-pill__drag-handle:hover) .sb-pill__note-wrap{opacity:1;pointer-events:auto;right:18px;transform:translateY(0)}.sb-pill__note-badge{color:#8b8b95;cursor:pointer;background:#fff;border:1.5px solid #d9d9df;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:inline-flex;box-shadow:0 1px 4px #0f172a1f}.sb-pill__note-badge:hover{color:var(--ink);background:#fff;border-color:#cfd2d8;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a29}.sb-pill__note-badge svg{width:13px;height:13px}.sb-pill__tooltip{width:max-content;max-width:220px;color:var(--ink);border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;z-index:100;white-space:normal;background:#fff;border-radius:8px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;line-height:1.4;transition:opacity .2s,visibility .2s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.sb-pill__tooltip i{border-left:1px solid var(--border);border-top:1px solid var(--border);z-index:-1;background:#fff;width:8px;height:8px;margin-bottom:-5px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)rotate(225deg)}.sb-pill__note-wrap:hover .sb-pill__tooltip{opacity:1;visibility:visible}.sb-jobno-tooltip--fixed{pointer-events:none;z-index:200;flex-direction:column;gap:.35rem;display:flex;position:fixed;transform:translateY(-50%)}.sb-jobno-tooltip__pill{color:#fff;white-space:nowrap;text-shadow:0 1px 2px #0000001a;border:none;border-radius:20px;padding:.4rem .9rem;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-block;box-shadow:0 2px 6px #00000026}.sb-jobno-tooltip__pill:hover{transform:scale(1.08);box-shadow:0 4px 10px #0003}.sb-pill__drag-handle{cursor:grab;touch-action:none;color:#fff;opacity:0;border-radius:0 8px 8px 0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:0;width:0;margin:-6px -8px -6px 0;padding-right:0;transition:width .15s,opacity .15s,padding .15s;display:inline-flex;overflow:hidden}.sb-pill:hover .sb-pill__drag-handle,.sb-pill-wrap:hover .sb-pill__drag-handle,.sb-pill__drag-handle:focus-visible{opacity:1;width:40px;padding-right:2px}.sb-pill__drag-handle:active{cursor:grabbing}.sb-pill__drag-handle svg{stroke-width:2.5px;flex-shrink:0;display:block}.sb-pill__drag-handle svg+svg{margin-left:-8px}.sb-cell--drop-target{outline-offset:-2px;background:#22c55e1f;outline:2px dashed #22c55e8c}.sb-pill--overlay{cursor:grabbing;pointer-events:none;border-radius:8px;padding:.5rem .65rem;font-size:.8rem;box-shadow:0 8px 20px #00000040}@media (width<=780px){.sb-header-row{gap:1rem}.sb-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem 1rem;width:100%;margin-top:0}.sb-legend__item{white-space:normal}.sb-toolbar{border-radius:20px;gap:.75rem;padding:.75rem}.sb-nav-btn,.sb-range,.sb-jump,.sb-search,.sb-toggle,.sb-jobs-dd{width:100%}.sb-range{line-height:1.35}.sb-jump__btn,.sb-jobs-dd .dd__trigger{justify-content:center;width:100%}.sb-toggle button{flex:50%;justify-content:center}.sb-board{-webkit-overflow-scrolling:touch;margin-top:1rem;overflow:auto hidden}.sb-board__frame{border-radius:14px;width:max-content;min-width:100%;overflow:visible}.sb-board__frozen{flex:none;position:static}.sb-board__scroll,.sb-board--monthly:not(.sb-board--meta) .sb-board__scroll{flex:none;overflow:visible!important}}.jm-toolbar{--jm-ctrl-h:38px;border:1px solid var(--border);background:var(--card-bg);border-radius:20px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;padding:.55rem .65rem;display:flex;box-shadow:0 1px 3px #1018280f}.jm-search{min-width:200px;max-width:360px;height:var(--jm-ctrl-h);box-sizing:border-box;border:1px solid var(--border);color:var(--muted);background:#fbfbfc;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:0 .95rem;display:flex}.jm-search input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.jm-search input::placeholder{color:var(--muted)}.jm-count{color:var(--muted);white-space:nowrap;font-size:.88rem;font-weight:500}.jm-toolbar__right{align-items:center;gap:.6rem;margin-left:auto;display:flex}.jm-dd{flex-shrink:0;width:110px}.jm-dd--sort{width:132px}.jm-dd .dd__trigger{height:var(--jm-ctrl-h);box-sizing:border-box;border-radius:10px;padding:0 .85rem;font-size:.88rem;font-weight:600}.jm-dd--sort .dd__menu{width:max-content;min-width:250px;left:auto;right:0}.jm-create-btn{height:var(--jm-ctrl-h);box-sizing:border-box;white-space:nowrap;border-radius:10px;padding:0 1rem}.jm-table-wrap{border:1px solid var(--border);background:var(--card-bg);border-radius:14px;margin-top:1.25rem;overflow-x:auto}.jm-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.jm-col-id-w{width:96px}.jm-col-name-w{width:280px}.jm-table th,.jm-table td{border-bottom:1px solid var(--border);border-right:1px solid var(--border);text-align:left;white-space:nowrap;vertical-align:middle;background:var(--card-bg);padding:.85rem .75rem;font-size:.85rem}.jm-table th:last-child,.jm-table td:last-child{border-right:none}.jm-table tbody tr:last-child td{border-bottom:none}.jm-table thead th{color:var(--muted);background:#f5f5f7;font-size:.78rem;font-weight:700}.jm-sticky{z-index:2;position:sticky}thead .jm-sticky{z-index:4;background:#f5f5f7}.jm-sticky--id{z-index:3;width:96px;min-width:96px;max-width:96px;left:0;padding-left:.65rem!important;padding-right:.5rem!important}thead .jm-sticky--id{z-index:5}.jm-sticky--name{border-right:1px solid var(--border);left:96px;box-shadow:4px 0 8px -4px #00000014}.jm-id-cell{align-items:center;gap:.45rem;display:flex}.jm-name-btn{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:none;margin:0;padding:0;display:block}.jm-name-btn:hover .jm-name-inner span:first-child{text-underline-offset:2px;text-decoration:underline}.jm-row:hover .jm-name-cell,thead .jm-sticky--name,.jm-row:hover .jm-sticky--name{background:#fafafa}thead .jm-sticky--name{background:#f5f5f7}.jm-id-cell input{cursor:pointer;width:16px;height:16px;accent-color:var(--ink);border-radius:4px;flex-shrink:0;margin:0}.jm-id{color:var(--ink);font-weight:600}.jm-table td.jm-name-cell{color:var(--ink);white-space:normal;width:280px;max-width:280px;font-weight:600;line-height:1.35}.jm-name-inner{align-items:center;gap:.5rem;display:flex}.jm-name-inner span{min-width:0}.jm-name-inner svg{color:var(--muted);flex-shrink:0;margin-left:auto}.jm-crew-cell{min-width:160px;position:relative;padding-left:1rem!important}.jm-crew-bar{width:4px;position:absolute;top:0;bottom:0;left:0}.jm-crew{color:var(--ink);align-items:center;gap:.5rem;font-weight:600;display:flex}.jm-center{text-align:center!important}.jm-duration{color:var(--text);font-size:.8rem;font-weight:600;line-height:1.45}.jm-contract{color:var(--ink);font-weight:700}.jm-status{background:0 0;border:1.5px solid;border-radius:999px;padding:.28rem .7rem;font-size:.78rem;font-weight:700;display:inline-block}.jm-labor{flex-direction:column;align-items:center;gap:.35rem;min-width:120px;display:inline-flex}.jm-labor__label{justify-content:center;align-items:center;gap:.35rem;display:flex}.jm-labor__badge{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:800;line-height:1;display:inline-flex}.jm-labor__text{color:var(--ink);font-size:.82rem;font-weight:600}.jm-labor__text--danger{color:#dc2626}.jm-labor__bar{background:#e8e8ec;border-radius:999px;width:110px;height:5px;display:block;overflow:hidden}.jm-labor__fill{border-radius:999px;height:100%;display:block}.jm-th-sort{align-items:center;gap:.2rem;display:inline-flex}.jm-action-btn{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.jm-action-btn:hover{background:var(--field-bg);color:var(--ink)}@media (width<=780px){.jm-toolbar{border-radius:20px;gap:.75rem;padding:.75rem}.jm-search,.jm-count,.jm-toolbar__right,.jm-dd,.jm-create-btn{width:100%;min-width:0;max-width:none}.jm-toolbar__right{flex-direction:column;align-items:stretch;margin-left:0}.jm-dd .dd__trigger,.jm-create-btn{width:100%}.jm-table-wrap{border-radius:14px;margin-top:1rem}.jm-table{min-width:1220px}.jm-sticky,thead .jm-sticky{z-index:auto;box-shadow:none;position:static;left:auto}.jm-sticky--id,.jm-sticky--name{width:auto;min-width:0;max-width:none}}.cm-overlay{z-index:50;background:#0f0f1299;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:auto}.cm-card{background:var(--card-bg);box-sizing:border-box;border-radius:18px;width:100%;max-width:480px;max-height:90vh;padding:1.75rem;overflow-y:auto}.cm-card--narrow{max-width:380px}.cm-card--jobs{border-radius:20px;max-width:420px;padding:1.65rem 1.75rem 1.5rem;box-shadow:0 20px 40px #0f172a2e}.cm-card--member{max-width:480px}.cm-card__header{justify-content:space-between;align-items:center;display:flex}.cm-card__title{color:var(--ink);font-size:1.25rem;font-weight:700}.cm-card__title--pad{margin-bottom:1rem}.cm-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.cm-close:hover{background:var(--field-bg);color:var(--ink)}.cm-subtitle{color:var(--muted);margin-top:.4rem;font-size:.85rem}.cm-choice-list{flex-direction:column;gap:.6rem;margin-top:1.1rem;display:flex}.cm-choice{border:1px solid var(--border);background:var(--card-bg);color:var(--ink);cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1rem;font-size:.92rem;font-weight:600;display:flex}.cm-choice:hover{background:var(--field-bg)}.cm-choice svg{color:var(--muted);flex-shrink:0}.cm-stack{flex-direction:column;align-items:center;gap:.5rem;display:flex}.cm-stack__label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:700}.cm-job-list{flex-direction:column;gap:.7rem;display:flex}.cm-job-row{cursor:pointer;text-align:left;width:100%;color:inherit;font:inherit;background:#f5f5f7;border:1px solid #ececef;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;transition:background .15s,border-color .15s;display:flex}.cm-job-row:hover{background:#efeff2;border-color:#e2e2e6}.cm-job-row__text{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.cm-job-row__meta{color:#98a2b3;font-size:.78rem;font-weight:500;line-height:1.2;display:block}.cm-job-row__name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;line-height:1.25;overflow:hidden}.cm-job-row__chevron{color:#667085;flex-shrink:0}.cm-card__footer{justify-content:flex-end;gap:.6rem;margin-top:1.35rem;display:flex}.cm-card--jobs .cm-card__footer .btn--primary{min-width:96px;padding:.65rem 1.35rem}.cm-card__footer--center{justify-content:center}.cm-card__footer--split{justify-content:space-between;align-items:center}.cm-card__footer-actions,.modal-actions__group{gap:.6rem;display:flex}.cm-remove{color:#dc2626;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.6rem 0;font-size:.85rem;font-weight:600;display:flex}.cm-confirm{text-align:center}.cm-confirm__icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:.9rem;display:inline-flex}.cm-confirm__title{color:var(--ink);font-size:1.1rem;font-weight:700}.cm-confirm__sub{color:var(--muted);margin-top:.4rem;font-size:.85rem}.cm-field-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.cm-field{margin-top:1.1rem;display:block}.cm-field__label{color:var(--ink);margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.cm-field__dropdown,.cm-field__dropdown .md-wrap{width:100%}.cm-field__dropdown .md-trigger{width:100%;min-width:0}.cm-field__dropdown .md-floating{width:100%}.cm-field__dropdown .md-panel{width:100%;min-width:0;max-width:none}.cm-input{border:1px solid var(--border);width:100%;font:inherit;box-sizing:border-box;background:#fff;border-radius:8px;outline:none;align-items:center;padding:.7rem .85rem;display:flex}.cm-input:focus{border-color:var(--yellow-dark)}.cm-input--split{padding:0;overflow:hidden}.cm-input__bare{min-width:0;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:.7rem .85rem}.cm-input__prefix{color:var(--muted);padding:.7rem 0 .7rem .85rem}.cm-input__suffix{background:var(--field-bg);color:var(--muted);border-left:1px solid var(--border);white-space:nowrap;padding:.7rem .85rem}.crew-chip-input{border:1px solid var(--border);box-sizing:border-box;background:#fff;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.45rem;min-height:48px;padding:.45rem;display:flex}.crew-chip-input:focus-within{border-color:var(--yellow-dark)}.crew-chip-input__chip{border:1px solid var(--border);background:var(--field-bg);color:var(--ink);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.85rem;font-weight:600;display:inline-flex}.crew-chip-input__remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.crew-chip-input__remove:hover{color:var(--ink)}.crew-chip-input__field{min-width:140px;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:.35rem .4rem}.md-wrap{position:relative}.md-trigger{justify-content:space-between;align-items:center;gap:.5rem;min-width:140px;display:flex}.md-trigger__label{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.45rem;min-width:0;display:inline-flex;overflow:hidden}.md-floating{z-index:40;flex-direction:column;gap:0;min-width:100%;display:flex;position:absolute;top:calc(100% - 1px);left:0}.md-floating--right{left:auto;right:0}.md-floating__title{display:none}.md-panel{background:var(--card-bg);border:1px solid var(--border);border-top:none;border-radius:0 0 9px 9px;width:max-content;min-width:220px;max-width:280px;max-height:260px;padding:.35rem;overflow-y:auto;box-shadow:0 8px 20px #0f172a14}.md-wrap.is-open .md-trigger{z-index:41;position:relative;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.md-option{width:100%;color:var(--ink);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .55rem;font-size:.88rem;display:flex}.md-option:hover,.md-option--selected{background:var(--field-bg)}.md-option__main{flex:1;align-items:center;gap:.5rem;min-width:0;display:inline-flex}.md-option__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.md-crew-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}.md-color-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.md-option svg{color:var(--muted);flex-shrink:0}.md-option__main .avatar,.md-trigger__label .avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:inline-flex}@media (width<=780px){.cm-overlay{z-index:90;justify-content:center;align-items:center;padding:.75rem}.cm-card{border-radius:20px 20px 16px 16px;max-width:none;max-height:min(88vh,760px);padding:1rem}.cm-field-row,.cm-card__footer,.cm-card__footer--split,.cm-card__footer-actions,.modal-actions__group{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.cm-card__footer>*,.cm-card__footer-actions>*,.modal-actions__group>*{width:100%}.md-trigger,.md-panel{max-width:none}}.crew-toolbar{--ct-ctrl-h:38px;border:1px solid var(--border);background:var(--card-bg);border-radius:20px;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;padding:.55rem .65rem;display:flex;box-shadow:0 1px 3px #1018280f}.crew-search{box-sizing:border-box;color:#98a2b3;background:#fbfbfc;border:1px solid #e5e7eb;border-radius:10px;flex:0 0 252px;align-items:center;gap:.5rem;min-width:252px;max-width:252px;height:34px;padding:0 .8rem;display:flex}.crew-search svg{color:#667085;flex-shrink:0}.crew-search input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.crew-search input::placeholder{color:#98a2b3}.crew-count{color:#52525b;white-space:nowrap;margin-right:auto;font-size:.9rem;font-weight:600}.crew-tab-toggle{flex-shrink:0}.crew-tab-toggle.sb-toggle{background:#f2f2f4;border-radius:10px;height:36px;padding:2px}.crew-tab-toggle.sb-toggle button{border-radius:8px;height:100%;padding:0 1.02rem;font-size:.86rem;font-weight:600}.crew-tab-toggle.sb-toggle button.is-active{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #1018280d}.crew-dd{flex-shrink:0}.crew-dd .md-trigger.btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;height:36px;padding:0 .9rem;font-size:.86rem;font-weight:600;box-shadow:0 1px 2px #1018280d}.crew-dd .md-trigger__label{color:#31343a}.crew-dd--jobs .md-trigger.btn{min-width:112px}.crew-dd--status .md-trigger.btn,.crew-dd--sort .md-trigger.btn{min-width:92px}.crew-add-btn{border-radius:12px;flex-shrink:0;align-items:center;gap:.45rem;height:36px;margin-left:auto;padding:0 1rem;display:inline-flex}.crew-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:1.25rem;overflow-x:auto}.crew-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:960px}.crew-table th,.crew-table td{text-align:left;color:var(--ink);vertical-align:middle;background:#fff;border-bottom:1px solid #ececec;border-right:none;padding:.95rem 1rem;font-size:.85rem}.crew-table td:nth-child(3){font-weight:600}.crew-table td:nth-child(4){padding-right:1.4rem}.crew-table thead th{color:#8f8f96;white-space:nowrap;background:#fff;font-size:.8rem;font-weight:600}.crew-table tbody tr{transition:background .15s}.crew-table tbody tr:hover td{background:#fff}.crew-table tbody tr:last-child td{border-bottom:none}.crew-col-check{text-align:center;width:44px}.crew-col-check input{cursor:pointer;accent-color:#111827;border-radius:6px;width:18px;height:18px;margin:0}.crew-id-cell{width:96px;font-weight:600;position:relative;color:#4b5563!important;padding-left:1rem!important}.crew-id-cell--roster{padding-left:1rem!important}.crew-id-bar{border-radius:0;width:4px;position:absolute;top:0;bottom:0;left:0}.crew-name-cell{white-space:nowrap;align-items:center;gap:.6rem;min-width:0;font-weight:600;display:flex}.crew-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.crew-job-cell{cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.4rem;width:100%;padding:0;font-size:.85rem;display:inline-flex}.crew-job-cell__name{white-space:normal;flex:1;min-width:0;line-height:1.25;overflow:hidden}.crew-job-cell__tail{color:#9ca3af;flex-shrink:0;align-items:center;gap:.12rem;margin-left:.75rem;display:inline-flex}.crew-job-cell:hover .crew-job-cell__name{text-decoration:none}.crew-job-cell__more{color:#6b7280;white-space:nowrap;font-weight:600}.crew-job-cell__unassigned{color:#a3a3a8;white-space:nowrap}.crew-workers-cell{cursor:default;align-items:center;min-width:1.5rem;display:inline-flex}.crew-assign-link{color:#c8b100;cursor:pointer;white-space:nowrap;background:0 0;border:none;margin-left:.5rem;padding:0;font-size:.85rem;font-weight:700}.crew-assign-link:hover{text-decoration:underline}.crew-assigned-td{min-width:160px;position:relative;padding-left:1.15rem!important}.crew-assigned-bar{width:4px;position:absolute;top:0;bottom:0;left:0}.crew-assigned-name{color:var(--ink);font-weight:600}.crew-edit-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem;display:inline-flex;position:relative}.crew-edit-btn:hover{color:#374151;background:0 0}.crew-edit-btn__dot{background:#ef4444;border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:2px;right:2px}.crew-job-tooltip--fixed{border:1px solid var(--border);pointer-events:none;z-index:200;background:#fff;border-radius:10px;flex-direction:column;gap:0;min-width:120px;padding:.55rem .75rem;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}.crew-job-tooltip__item{color:var(--ink);white-space:nowrap;padding:.35rem .15rem;font-size:.85rem;font-weight:600;display:block}.crew-status{background:#fff;border:1.5px solid;border-radius:999px;justify-content:center;align-items:center;min-width:84px;padding:.22rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.crew-status--active{color:#16a34a;background:#22c55e0f;border-color:#86efac}.crew-status--inactive{color:#ea580c;background:#f973160f;border-color:#fdba74}.crew-status--unassigned{color:#9ca3af;background:#fff;border-color:#d1d5db}.crew-th-sort{align-items:center;gap:.25rem;display:inline-flex}@media (width<=780px){.crew-main .topbar__actions{justify-content:stretch}.crew-toolbar{border-radius:20px;flex-wrap:wrap;gap:.75rem;padding:.75rem}.crew-search,.crew-count,.crew-tab-toggle,.crew-dd,.crew-add-btn{width:100%;min-width:0;max-width:none;margin-left:0}.crew-search{flex:100%;height:36px}.crew-tab-toggle.sb-toggle{width:100%}.crew-tab-toggle.sb-toggle button{flex:50%}.crew-dd .md-wrap,.crew-dd .md-trigger.btn,.crew-add-btn{width:100%}.crew-table-wrap{border-radius:16px;margin-top:1rem}.crew-table{min-width:840px}}.ct-main{padding-bottom:2.5rem}.ct-topbar{align-items:center;gap:1rem;display:flex}.ct-topbar__actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.ct-new-action{z-index:30;position:relative}.ct-head-row{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:.7rem;display:flex}.ct-head-row .dash__title{margin-top:40px}.ct-export-btn{flex-shrink:0}.ct-toolbar{--ct-ctrl-h:38px;border:1px solid var(--border);background:var(--card-bg);border-radius:20px;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;padding:.55rem .65rem;display:flex;box-shadow:0 1px 3px #1018280f}.ct-search{flex:0 0 284px;min-width:284px;max-width:284px}.ct-search-inline{min-width:160px;height:var(--ct-ctrl-h);box-sizing:border-box;border:1px solid var(--border);color:var(--muted);background:#fbfbfc;border-radius:10px;flex:1;align-items:center;gap:.5rem;padding:0 .95rem;display:flex}.ct-search-inline input{min-width:0;font:inherit;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.88rem}.ct-search-inline input::placeholder{color:var(--muted)}.ct-date-field{flex-shrink:0;min-width:140px;position:relative}.ct-date-field__trigger{width:100%;height:var(--ct-ctrl-h);box-sizing:border-box;border:1px solid var(--border);background:var(--card-bg);color:var(--ink);font:inherit;cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:0 .85rem;font-size:.88rem;font-weight:600;display:flex}.ct-date-field__trigger span{white-space:nowrap}.ct-date-field__native{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ct-dd{flex-shrink:0}.ct-dd--range{width:150px}.ct-dd--filter{flex-shrink:0;width:auto;min-width:118px}.ct-dd--filter .md-wrap{width:auto}.ct-dd .dd__trigger,.ct-dd .md-trigger.btn{height:var(--ct-ctrl-h);box-sizing:border-box;border-radius:10px;align-items:center;padding:0 .85rem;font-size:.88rem;font-weight:600;display:inline-flex}.ct-dd--filter .md-trigger.btn{width:auto;min-width:118px}.ct-dd--filter .md-trigger__label,.ct-dd--filter .md-option__label{color:var(--ink);font-weight:500}.ct-view-toggle{height:var(--ct-ctrl-h);box-sizing:border-box;background:var(--field-bg);border-radius:10px;flex-shrink:0;align-items:center;padding:3px;display:flex}.ct-view-toggle button{height:100%;color:var(--muted);cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;padding:0 .95rem;font-size:.85rem;font-weight:600;display:flex}.ct-view-toggle button.is-active{background:var(--card-bg);color:var(--ink);border-color:var(--border);box-shadow:0 1px 2px #0000000f}.ct-range-sep{color:var(--muted);flex-shrink:0;font-size:.82rem;font-weight:700}.ct-toolbar__end{flex-shrink:0;align-items:center;gap:12px;margin-left:auto;display:flex}.ct-add-btn{height:var(--ct-ctrl-h);box-sizing:border-box;white-space:nowrap;border-radius:10px;flex-shrink:0;padding:0 1rem}.ct-new-action__menu{z-index:40;position:absolute;right:0}.ct-new-action__menu--up{bottom:calc(100% + .6rem)}.ct-new-action__menu--down{top:calc(100% + .6rem)}.ct-stats-grid{margin-top:1rem}.ct-table-wrap{border:1px solid var(--border);background:var(--card-bg);border-radius:16px;margin-top:1rem;overflow-x:auto}.ct-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}.ct-table th,.ct-table td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;vertical-align:middle;padding:.7rem .75rem;font-size:.85rem}.ct-table thead th{color:var(--muted);background:var(--card-bg);vertical-align:bottom;font-size:.78rem;font-weight:700}.ct-table tbody tr:last-child td{border-bottom:none}.ct-col-check{width:40px}.ct-col-check input{width:16px;height:16px}.ct-id-cell{font-weight:600}.ct-table--grid .ct-id-cell{color:var(--ink);text-align:center!important}.ct-job-cell{position:relative;padding-left:.9rem!important}.ct-job-bar{width:4px;position:absolute;top:0;bottom:0;left:0}.ct-name-cell{color:var(--ink);box-sizing:border-box;cursor:pointer;text-align:left;width:100%;min-width:0;font-weight:600;font:inherit;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:flex}.ct-money{font-weight:700}.ct-name-cell__chevron{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;line-height:0;display:inline-flex}.ct-name-cell__chevron:hover{color:var(--ink)}.ct-crew-cell{color:var(--ink);box-sizing:border-box;align-items:center;gap:.55rem;width:100%;font-weight:600;display:flex}.ct-crew-cell__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.ct-table--crew{table-layout:auto;width:100%}.ct-table--crew th,.ct-table--crew td{vertical-align:middle;border-right:none;padding:.85rem 1rem}.ct-table--crew thead th{color:var(--muted);text-align:left;font-size:.78rem;font-weight:700}.ct-table--crew .ct-id-cell{color:var(--ink);font-weight:600}.ct-crew-name-cell{min-width:180px;position:relative;padding-left:1.15rem!important}.ct-crew-name-bar{width:4px;position:absolute;top:0;bottom:0;left:0}.ct-table--crew .ct-col-action{text-align:right;width:72px}.ct-table--crew tbody tr:hover td{background:#f0f9ff}.ct-action-btn{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.ct-action-btn:hover{background:var(--field-bg);color:var(--ink)}.ct-modal-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.ct-modal-id{color:var(--muted);font-size:.9rem}.ct-modal-dropdown .md-wrap,.ct-modal-dropdown .md-trigger{width:100%}.ct-modal-dropdown .md-trigger{min-width:0}.ct-modal-dropdown .md-panel{width:100%;max-width:none}.ct-date-input{width:100%}.ct-grid-divider{width:10px;min-width:10px;position:relative;background:#c1c1c1!important;border-bottom:none!important;border-left:none!important;border-right:none!important;padding:0!important}.ct-grid-divider__inner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ct-grid-divider__toggle{color:#3f3f46;cursor:pointer;opacity:0;pointer-events:none;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:40px;transition:background .15s,color .15s,box-shadow .15s,opacity .15s;display:inline-flex;position:relative}.ct-grid-divider__dots,.ct-grid-divider__arrow{justify-content:center;align-items:center;display:inline-flex}.ct-grid-divider__dots{flex-direction:column;gap:2.5px}.ct-grid-divider__dots i{background:currentColor;border-radius:50%;width:3px;height:3px;display:block}.ct-grid-divider__arrow{display:none}.ct-grid-divider:hover .ct-grid-divider__toggle,.ct-grid-divider__toggle:focus-visible,.ct-grid-divider__toggle.is-visible{opacity:1;pointer-events:auto}.ct-grid-divider:hover .ct-grid-divider__toggle,.ct-grid-divider__toggle:focus-visible{color:var(--ink);background:#fff;box-shadow:0 1px 3px #0000001f}.ct-grid-divider:hover .ct-grid-divider__dots,.ct-grid-divider__toggle:focus-visible .ct-grid-divider__dots{display:none}.ct-grid-divider:hover .ct-grid-divider__arrow,.ct-grid-divider__toggle:focus-visible .ct-grid-divider__arrow{display:inline-flex}.ct-grid-divider__toggle.is-open{color:#3f3f46}.ct-table--grid{width:max-content;min-width:100%}.ct-table--grid th,.ct-table--grid td{border-bottom:1px solid var(--border);border-right:1px solid var(--border);vertical-align:middle;padding:.65rem .75rem}.ct-table--grid thead th{white-space:normal;text-align:center;vertical-align:bottom;color:#7b7b85;background:#f5f5f7;line-height:1.15}.ct-table--grid td:not(.ct-grid-divider),.ct-table--grid th:first-child,.ct-table--grid td:first-child{text-align:center}.ct-table--grid th:nth-child(2),.ct-table--grid td:nth-child(2){text-align:left}.ct-table--grid tbody td:not(.ct-grid-divider){height:48px}.ct-table--grid tbody tr:last-child td:not(.ct-grid-divider){border-bottom:1px solid var(--border)}.ct-table--grid th:last-child,.ct-table--grid td:last-child{border-right:none}.ct-grid-day-head{color:var(--muted);text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;gap:.12rem;width:100%;font-size:.8rem;font-weight:700;line-height:1.1;display:flex}.ct-grid-day-head span:last-child{color:#9ca3af;margin-top:.12rem;font-size:.72rem;font-weight:500}.ct-grid-day-head__today{color:#a3a3a3}.ct-grid-cell{text-align:center}.ct-grid-cell__value{min-width:64px;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.15rem .2rem;font-weight:600;display:inline-block}.ct-grid-cell__value:hover{background:var(--field-bg)}.ct-job-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ct-table--grid th:nth-child(n+3),.ct-table--grid td:nth-child(n+3){font-size:.84rem}.ct-table--grid thead th:nth-child(3),.ct-table--grid thead th:nth-child(4),.ct-table--grid thead th:nth-child(5),.ct-table--grid thead th:nth-child(6),.ct-table--grid thead th:nth-child(7),.ct-table--grid thead th:nth-child(8){padding-left:.45rem;padding-right:.45rem}.ct-modal-date{margin-top:0}.ct-total-row{border-top:1px solid var(--border);color:var(--ink);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.85rem;font-size:.92rem;display:flex}.ct-total-row strong{font-size:1.15rem}@media (width<=980px){.ct-head-row{flex-direction:column;align-items:flex-start}.ct-add-btn{margin-left:0}}@media (width<=720px){.ct-topbar{flex-direction:column;align-items:stretch}.ct-topbar__actions{flex-wrap:wrap;justify-content:stretch;gap:.6rem;width:100%;margin-left:0}.ct-topbar__actions>*{flex:auto}.ct-topbar__actions .icon-btn--bordered{flex:0 0 42px}.ct-toolbar{align-items:stretch}.ct-search-inline,.ct-date-input{width:100%;max-width:none}.ct-main{padding-bottom:0}.ct-head-row{gap:.85rem}.ct-export-btn,.ct-dd--range,.ct-date-field,.ct-dd--filter,.ct-toolbar__end,.ct-add-btn{width:100%}.ct-toolbar{border-radius:20px;gap:.75rem;padding:.75rem}.ct-view-toggle{justify-content:stretch;width:100%}.ct-view-toggle button{flex:50%;justify-content:center}.ct-range-sep{display:none}.ct-toolbar__end{flex-direction:column;gap:.75rem;margin-left:0}.ct-dd--range,.ct-dd--filter,.ct-dd .dd__trigger,.ct-dd .md-trigger.btn{width:100%}.ct-add-btn{justify-content:center}.ct-table-wrap{-webkit-overflow-scrolling:touch;border-radius:14px;margin-top:.85rem}.ct-table--grid{min-width:1120px}.ct-table--crew{min-width:760px}.ct-modal-head,.ct-total-row{flex-direction:column;align-items:flex-start}}.ts-page{background:var(--bg)}.ts-main{padding-bottom:2.5rem}.ts-topbar{align-items:center;gap:1rem;display:flex}.ts-topbar__actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.ts-search{flex:0 0 284px;min-width:284px;max-width:284px}.ts-header-row{margin-top:.7rem}.ts-header-row .dash__title{margin-top:40px}.ts-toolbar{background:#fcfcfc;border:1px solid #dcdcdc;border-radius:20px;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding:.45rem .55rem;display:flex;box-shadow:0 1px 3px #1018280f}.ts-toolbar__left,.ts-toolbar__right{align-items:center;gap:.75rem;display:flex}.ts-toolbar__left{flex:1}.ts-toolbar__right{margin-left:auto}.ts-toolbar .dd__trigger{background:#fff;border:1px solid #dcdcdc;border-radius:10px;min-width:92px;height:34px;padding:0 .95rem;font-size:.88rem;font-weight:600;box-shadow:0 1px 2px #1018280d}.ts-toolbar .dd__value,.ts-toolbar .dd__chevron{color:#31343a}.ts-log-action,.ts-log-btn{box-sizing:border-box;border-radius:10px;align-items:center;gap:.4rem;height:34px;padding:0 1rem;display:inline-flex}.ts-table-wrap{border:1px solid var(--border);background:var(--card-bg);border-radius:16px;margin-top:1rem;overflow-x:auto}.ts-table{border-collapse:separate;border-spacing:0;width:100%}.ts-table th,.ts-table td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;color:var(--ink);vertical-align:middle;padding:.85rem 1rem;font-size:.85rem}.ts-table thead th{color:var(--muted);background:var(--card-bg);font-size:.78rem;font-weight:700}.ts-table tbody tr:last-child td{border-bottom:none}.ts-col-check{width:40px}.ts-col-check input{width:16px;height:16px}.ts-id-cell{font-weight:600}.ts-member-cell{align-items:center;gap:.6rem;font-weight:600;display:flex}.ts-action-btn{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.ts-action-btn:hover{background:var(--field-bg);color:var(--ink)}.ts-date-field,.ts-time-field{width:100%;position:relative}.ts-date-field__trigger,.ts-time-field__trigger{border:1px solid var(--border);background:var(--card-bg);width:100%;color:var(--ink);font:inherit;cursor:pointer;box-sizing:border-box;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .85rem;font-weight:600;display:flex}.ts-date-field__native,.ts-time-field__native{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ts-field-row{gap:.75rem}.ts-field-group{flex:1;min-width:0}.ts-override-row{color:var(--ink);align-items:center;gap:.6rem;margin-top:1rem;font-size:.9rem;display:inline-flex}.ts-override-row input{accent-color:#f5d400;width:18px;height:18px}.ts-member-picker{align-items:center;gap:.55rem;display:inline-flex}.ts-modal-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.ts-modal-head__meta{color:var(--muted);font-size:.9rem}.ts-modal-summary{justify-content:space-between;align-items:center;gap:1rem;margin:.9rem 0 1rem;display:flex}.ts-modal-person{color:var(--ink);align-items:center;gap:.65rem;font-weight:600;display:flex}.ts-confirm-card{text-align:center;max-width:420px}.ts-confirm-card__icon{color:#f59e0b;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.ts-confirm-card__sub{color:var(--muted);margin-top:.4rem}.ts-remove-btn{color:#ef4444;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-weight:700;display:inline-flex}.ts-remove-btn:hover{text-decoration:underline}@media (width<=980px){.ts-topbar,.ts-toolbar{align-items:stretch}.ts-topbar{flex-direction:column}.ts-topbar__actions{flex-wrap:wrap;justify-content:flex-end;margin-left:0}.ts-toolbar{flex-direction:column}.ts-toolbar__left,.ts-toolbar__right{justify-content:space-between;width:100%}}@media (width<=720px){.ts-search,.ts-toolbar__left,.ts-toolbar__right{width:100%}.ts-toolbar__right{justify-content:stretch}.ts-topbar__actions{gap:.6rem;width:100%}.ts-topbar__actions>*{flex:auto}.ts-topbar__actions .icon-btn--bordered{flex:0 0 42px}.ts-log-btn,.ts-log-action{justify-content:center;width:100%}.ts-main{padding-bottom:0}.ts-toolbar{border-radius:20px;gap:.75rem;padding:.75rem}.ts-toolbar__left,.ts-toolbar__right{flex-direction:column;align-items:stretch}.ts-toolbar .dd,.ts-toolbar .dd__trigger{width:100%}.ts-table{min-width:900px}.ts-modal-summary,.ts-modal-head{flex-direction:column;align-items:flex-start}}.profile-page__main{padding-right:2.25rem}.profile-page__header{margin-top:.7rem;display:block}.profile-page__title{margin-top:0}.profile-tabs-row{align-items:center;gap:1.25rem;margin-top:1.15rem;display:flex}.profile-logout{color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.25rem 0;font-size:.88rem;font-weight:700;display:inline-flex}.profile-tabs{background:#ececec;border:1px solid #e5e7eb;border-radius:10px;flex:1;align-items:center;gap:.25rem;min-height:36px;padding:.25rem;display:flex}.profile-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.5rem .8rem;font-size:.82rem;font-weight:700}.profile-tab.is-active{background:var(--card-bg);color:var(--ink);box-shadow:0 1px 2px #00000014}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-top:.7rem;box-shadow:0 2px 8px #0f172a08}.profile-card--settings{max-width:610px;padding:.95rem .95rem 1rem}.profile-photo-row{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.profile-photo{color:#8b8b8b;background:#e4e4e4;border-radius:50%;place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.profile-photo__img{object-fit:cover;width:100%;height:100%}.profile-photo-input{display:none}.profile-upload-btn{color:var(--ink);background:#fff;border:1px solid #e0e0e0;padding:.55rem .9rem}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem .85rem;display:grid}.profile-field{flex-direction:column;gap:.35rem;display:flex}.profile-field span{color:var(--ink);font-size:.82rem;font-weight:700}.profile-field input{height:36px;color:var(--ink);background:#fff;border:1px solid #dfdfdf;border-radius:10px;outline:none;padding:0 .85rem;font-size:.88rem;box-shadow:0 1px 2px #1018280d}.profile-field input:read-only{color:#6b7280;background:#ececec}.profile-password{margin-top:1.35rem}.profile-password h2,.profile-card--notifications h2{color:var(--ink);margin:0 0 .9rem;font-size:1.05rem;font-weight:700}.profile-password__grid{gap:.85rem;display:grid}.profile-field--full input{max-width:286px}.profile-actions{justify-content:flex-end;gap:.65rem;margin-top:1.2rem;display:flex}.profile-actions--end{justify-content:flex-end}.profile-secondary-btn{border-color:var(--border);background:var(--card-bg);color:var(--ink)}.profile-card--team{width:100%;max-width:100%;padding:0;overflow:hidden}.profile-team{flex-direction:column;gap:1.05rem;display:flex}.profile-table{display:grid}.profile-table__head,.profile-table__row{grid-template-columns:36px 70px 1.5fr 150px 180px 64px;align-items:center;gap:.35rem;display:grid}.profile-table__head{color:var(--muted);border-bottom:1px solid #ececec;padding:.95rem 1rem .8rem;font-size:.78rem;font-weight:700}.profile-table__row{color:var(--text);border-bottom:1px solid #ececec;padding:.9rem 1rem;font-size:.9rem}.profile-table__row:last-child{border-bottom:none}.profile-table__check input{width:18px;height:18px;accent-color:var(--yellow);border-radius:6px}.profile-member{color:var(--ink);align-items:center;gap:.55rem;font-weight:600;display:flex}.profile-role-pill{min-width:142px;height:32px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #dfdfdf;border-radius:10px;justify-content:space-between;align-items:center;gap:.35rem;padding:0 .75rem;font-size:.85rem;font-weight:700;display:inline-flex}.profile-edit-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.profile-team__footer{justify-content:center;padding:0;display:flex}.profile-add-team-btn{min-width:92px}.profile-card--notifications{max-width:610px;padding:1rem 1rem .9rem}.profile-notifications{gap:1rem;display:grid}.profile-notification{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-notification h3{color:var(--ink);margin:0;font-size:.92rem;font-weight:700}.profile-notification p{color:var(--muted);margin:.18rem 0 0;font-size:.78rem}.profile-notification__toggles{flex-shrink:0;align-items:center;gap:.85rem;padding-top:.05rem;display:flex}.profile-toggle{color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.8rem;font-weight:600;display:inline-flex}.profile-toggle__box{color:#0000;background:#fff;border:1px solid #d8d8d8;border-radius:6px;justify-content:center;align-items:center;width:19px;height:19px;display:inline-flex}.profile-toggle.is-active .profile-toggle__box{background:var(--yellow);color:var(--ink);border-color:#d7c100}.profile-field__readonly{font-weight:600}.profile-modal{padding:.35rem .2rem .1rem}.profile-modal__head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.profile-modal__title{color:var(--ink);margin:0 0 1.3rem;font-size:1.55rem;font-weight:800}.profile-modal__meta{color:#7b7b85;font-size:1rem}.profile-modal__two-up{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.profile-modal__field{flex-direction:column;gap:.5rem;margin-bottom:1.15rem;display:flex}.profile-modal__field span{color:var(--ink);font-size:.92rem;font-weight:700}.profile-modal__field input,.profile-modal__select-wrap select{height:46px;color:var(--ink);font:inherit;background:#fff;border:1px solid #dfdfdf;border-radius:12px;outline:none;padding:0 1rem;font-size:.9rem;box-shadow:0 1px 2px #1018280d}.profile-email-row{grid-template-columns:1.65fr 1fr;display:grid}.profile-email-row input:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.profile-email-row input:last-child{color:#6b7280;background:#fafafa;border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.profile-modal__select-wrap{position:relative}.profile-modal__select-wrap select{appearance:none;width:100%;padding-right:3rem}.profile-modal__select-wrap svg{pointer-events:none;color:#5e5e66;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.profile-modal__actions{justify-content:flex-end;gap:.85rem;display:flex}.profile-modal__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:.4rem;display:flex}.profile-remove-btn{color:#ff1f1f;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;padding:0;font-size:.96rem;display:inline-flex}@media (width<=920px){.profile-page__header,.profile-notification{flex-direction:column}.profile-tabs-row{flex-direction:column;align-items:stretch}.profile-tabs{width:100%;overflow-x:auto}.profile-card--settings,.profile-card--notifications,.profile-card--team{max-width:100%}.profile-grid{grid-template-columns:1fr}.profile-field--full input{max-width:none}.profile-table__head,.profile-table__row{grid-template-columns:28px 80px 1fr 110px 120px 52px}.profile-modal__two-up,.profile-email-row{grid-template-columns:1fr}.profile-email-row input:first-child,.profile-email-row input:last-child{border-left:1px solid #dfdfdf;border-radius:12px}.profile-modal__footer{flex-direction:column;align-items:stretch}}@media (width<=720px){.profile-page__main{padding:1.25rem 1rem 2.5rem}.profile-photo-row,.profile-actions,.profile-notification__toggles,.profile-modal__actions{flex-direction:column;align-items:stretch}.profile-upload-btn,.profile-actions>*,.profile-modal__actions>*,.profile-add-team-btn{justify-content:center;width:100%}.profile-tabs{padding-bottom:.35rem}.profile-table__head,.profile-table__row{min-width:680px}.profile-card--team{overflow-x:auto}}
