.calendar-module__96QWMq__page{flex-direction:column;gap:1.25rem;padding:1.5rem 0 3rem;display:flex}.calendar-module__96QWMq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.calendar-module__96QWMq__header h1{font-size:1.4rem;font-weight:700}.calendar-module__96QWMq__nav{align-items:center;gap:.5rem;display:flex}.calendar-module__96QWMq__monthLabel{text-align:center;min-width:11ch;font-weight:600}.calendar-module__96QWMq__navButton{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-secondary);min-height:36px;color:var(--foreground);padding:.35rem .75rem;font-size:.85rem;font-weight:500}.calendar-module__96QWMq__navButton:hover{background:var(--surface-hover)}.calendar-module__96QWMq__filters{flex-wrap:wrap;gap:.5rem;display:flex}.calendar-module__96QWMq__filterPill{border:1px solid var(--border);background:var(--surface-secondary);min-height:32px;color:var(--text-secondary);border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.calendar-module__96QWMq__filterPill:hover{background:var(--surface-hover)}.calendar-module__96QWMq__filterPillActive{background:var(--purple-surface);border-color:var(--purple);color:var(--foreground)}.calendar-module__96QWMq__note{color:var(--text-muted);font-size:.85rem}
.admin-module__r4bRMW__page{flex-direction:column;gap:2rem;padding:1rem 0 3rem;display:flex}.admin-module__r4bRMW__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.admin-module__r4bRMW__pageHeader h1{font-size:1.75rem}.admin-module__r4bRMW__pageLinks{flex-wrap:wrap;gap:.75rem;display:flex}.admin-module__r4bRMW__pageLinks a{color:var(--purple-highlight);font-weight:600}.admin-module__r4bRMW__pageLinks a:hover{text-decoration:underline}.admin-module__r4bRMW__navAction{border-radius:var(--radius-md);min-height:44px;color:var(--purple-highlight);border:1px solid var(--border);transition:background var(--transition), border-color var(--transition);background:0 0;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.9rem;font-weight:600;display:inline-flex}.admin-module__r4bRMW__navAction:hover{background:var(--purple-surface);border-color:var(--purple)}.admin-module__r4bRMW__navAction:after{content:"→";font-size:.85em}.admin-module__r4bRMW__section{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface-elevated);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.admin-module__r4bRMW__sectionTitle{color:var(--foreground);font-size:1.15rem;font-weight:600}.admin-module__r4bRMW__sectionSubtitle{color:var(--text-secondary);font-size:.9rem}.admin-module__r4bRMW__statRow{flex-wrap:wrap;gap:1rem;display:flex}.admin-module__r4bRMW__statTile{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);min-width:140px;padding:.85rem 1.1rem}.admin-module__r4bRMW__statNumber{color:var(--foreground);font-size:1.75rem;font-weight:700}.admin-module__r4bRMW__statLabel{color:var(--text-secondary);font-size:.85rem}.admin-module__r4bRMW__tableWrap{overflow-x:auto}.admin-module__r4bRMW__table{border-collapse:collapse;width:100%;font-size:.9rem}.admin-module__r4bRMW__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:.65rem .6rem;font-weight:600}.admin-module__r4bRMW__table td{border-bottom:1px solid var(--border);vertical-align:top;color:var(--foreground);padding:.65rem .6rem}.admin-module__r4bRMW__table tr:last-child td{border-bottom:none}.admin-module__r4bRMW__table tbody tr{transition:background var(--transition)}.admin-module__r4bRMW__table tbody tr:hover{background:var(--surface-hover)}.admin-module__r4bRMW__empty{color:var(--text-secondary);padding:.5rem 0;font-size:.9rem}.admin-module__r4bRMW__sortHeaderLink{color:inherit;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.admin-module__r4bRMW__sortHeaderLink:hover,.admin-module__r4bRMW__sortHeaderLink:focus-visible{color:var(--foreground);text-decoration:underline}.admin-module__r4bRMW__sortIndicator{margin-left:.15rem;font-size:.7rem}.admin-module__r4bRMW__clearFilters{color:var(--text-secondary);align-self:center;font-size:.85rem;text-decoration:underline}.admin-module__r4bRMW__clearFilters:hover{color:var(--foreground)}.admin-module__r4bRMW__badge{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.admin-module__r4bRMW__badgeNormal,.admin-module__r4bRMW__badgeApproved{background:color-mix(in srgb, var(--success) 18%, transparent);color:var(--success)}.admin-module__r4bRMW__badgeReview{background:color-mix(in srgb, var(--warning) 20%, transparent);color:var(--warning)}.admin-module__r4bRMW__badgeCorrected{background:color-mix(in srgb, var(--info) 18%, transparent);color:var(--info)}.admin-module__r4bRMW__badgeInactive{background:var(--surface-hover);color:var(--inactive)}.admin-module__r4bRMW__badgeDanger{background:color-mix(in srgb, var(--danger) 18%, transparent);color:var(--danger)}.admin-module__r4bRMW__form{flex-direction:column;gap:.85rem;display:flex}.admin-module__r4bRMW__formError{border-radius:var(--radius-md);background:color-mix(in srgb, var(--danger) 12%, transparent);color:var(--danger);margin:0;padding:.6rem .85rem;font-size:.9rem;font-weight:600}.admin-module__r4bRMW__formGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;display:grid}.admin-module__r4bRMW__field{flex-direction:column;gap:.3rem;display:flex}.admin-module__r4bRMW__field label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.admin-module__r4bRMW__field input,.admin-module__r4bRMW__field select,.admin-module__r4bRMW__field textarea{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);min-height:44px;color:var(--foreground);transition:border-color var(--transition);padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.admin-module__r4bRMW__field input::placeholder,.admin-module__r4bRMW__field textarea::placeholder{color:var(--text-muted)}.admin-module__r4bRMW__field input:focus,.admin-module__r4bRMW__field select:focus,.admin-module__r4bRMW__field textarea:focus{border-color:var(--purple-highlight);outline:none}.admin-module__r4bRMW__actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-module__r4bRMW__button{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);min-height:44px;color:var(--foreground);cursor:pointer;transition:background var(--transition), border-color var(--transition);padding:.55rem 1.1rem;font-family:inherit;font-size:.9rem;font-weight:500}.admin-module__r4bRMW__button:hover{background:var(--surface-hover)}.admin-module__r4bRMW__buttonPrimary{background:var(--purple);color:var(--accent-contrast);border-color:var(--purple)}.admin-module__r4bRMW__buttonPrimary:hover{background:var(--purple-highlight);border-color:var(--purple-highlight)}.admin-module__r4bRMW__buttonGhost{color:var(--text-secondary);background:0 0;border-color:#0000}.admin-module__r4bRMW__buttonGhost:hover{background:var(--surface-hover);color:var(--foreground)}.admin-module__r4bRMW__buttonDestructive{color:var(--danger);border-color:color-mix(in srgb, var(--danger) 45%, var(--border));background:0 0}.admin-module__r4bRMW__buttonDestructive:hover{background:color-mix(in srgb, var(--danger) 14%, transparent)}.admin-module__r4bRMW__buttonSmall{min-height:36px;padding:.35rem .75rem;font-size:.8rem}.admin-module__r4bRMW__inlineForm{display:inline-block}.admin-module__r4bRMW__rowActions{flex-wrap:wrap;gap:.4rem;display:flex}.admin-module__r4bRMW__subNav{border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.25rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.admin-module__r4bRMW__subNavLink{color:var(--text-secondary);white-space:nowrap;transition:color var(--transition), border-color var(--transition);border-bottom:2px solid #0000;flex-shrink:0;margin-bottom:-1px;padding:.6rem .9rem;font-size:.9rem;font-weight:500}.admin-module__r4bRMW__subNavLink:hover{color:var(--foreground)}.admin-module__r4bRMW__subNavLinkActive{color:var(--purple-highlight);border-bottom-color:var(--purple)}.admin-module__r4bRMW__subNavItem{flex-shrink:0;align-items:center;display:flex}.admin-module__r4bRMW__subNavGroupLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);border-left:1px solid var(--border);white-space:nowrap;align-items:center;margin-left:.25rem;padding-left:.75rem;font-size:.7rem;font-weight:700;display:flex}.admin-module__r4bRMW__subNavItem:first-child .admin-module__r4bRMW__subNavGroupLabel{border-left:none;margin-left:0;padding-left:.25rem}.admin-module__r4bRMW__permissionNotice{border-radius:var(--radius-md);border:1px solid var(--border);border-left:3px solid var(--info);background:var(--surface-secondary);color:var(--text-secondary);padding:.65rem .9rem;font-size:.85rem}.admin-module__r4bRMW__permissionNotice code{font-family:var(--font-geist-mono,monospace);font-size:.85em}.admin-module__r4bRMW__summaryCards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.admin-module__r4bRMW__summaryCard{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated);text-align:center;padding:1.1rem 1.25rem}.admin-module__r4bRMW__summaryCardNumber{color:var(--foreground);font-size:2.25rem;font-weight:700;line-height:1.1}.admin-module__r4bRMW__summaryCardLabel{color:var(--text-secondary);margin-top:.35rem;font-size:.85rem}.admin-module__r4bRMW__reviewCard{border-color:color-mix(in srgb, var(--warning) 40%, var(--border))}
.SiteFooter-module__p-5sba__footer{border-top:1px solid var(--border);background:var(--surface-secondary);margin-top:auto}.SiteFooter-module__p-5sba__inner{justify-content:center;max-width:1100px;margin:0 auto;padding:.5rem 1.5rem;display:flex}.SiteFooter-module__p-5sba__utility{align-items:center;gap:.35rem;display:flex}.SiteFooter-module__p-5sba__utilityLink{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);transition:background var(--transition), color var(--transition);justify-content:center;align-items:center;display:inline-flex}.SiteFooter-module__p-5sba__utilityLink:hover{background:var(--surface-hover);color:var(--foreground)}.SiteFooter-module__p-5sba__utilityIcon{width:20px;height:20px}
.Avatar-module__Aw1XhG__avatar{background:var(--purple-surface);color:var(--purple-highlight);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.Avatar-module__Aw1XhG__avatarImage{object-fit:cover;border-radius:50%;flex-shrink:0;display:inline-block}
.PageHeader-module__eQuKha__wrap{flex-direction:column;gap:.5rem;display:flex}.PageHeader-module__eQuKha__description{color:var(--text-secondary);max-width:65ch;margin-top:.25rem;font-size:.95rem}
.Dialog-module__F4wrQG__dialog{border-radius:var(--radius-lg);background:var(--surface-elevated);color:var(--foreground);border:none;width:100%;max-width:min(440px,100vw - 2rem);padding:0;box-shadow:0 12px 32px #00000073}.Dialog-module__F4wrQG__dialog::backdrop{background:#0009}.Dialog-module__F4wrQG__dialogDanger{border:1px solid color-mix(in srgb, var(--danger) 45%, var(--border))}.Dialog-module__F4wrQG__content{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Dialog-module__F4wrQG__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Dialog-module__F4wrQG__title{font-size:1.15rem;font-weight:600}.Dialog-module__F4wrQG__closeButton{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:background var(--transition), color var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:-.6rem -.6rem 0 0;display:inline-flex}.Dialog-module__F4wrQG__closeButton:hover{background:var(--surface-hover);color:var(--foreground)}.Dialog-module__F4wrQG__closeIcon{width:18px;height:18px}.Dialog-module__F4wrQG__body{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.Dialog-module__F4wrQG__warningIcon{width:22px;height:22px;color:var(--danger);flex-shrink:0;margin-top:.1rem}.Dialog-module__F4wrQG__dialogActions{justify-content:flex-end}@media (max-width:480px){.Dialog-module__F4wrQG__dialog{max-width:calc(100vw - 1.5rem)}}
.ViewAsBanner-module__1oyxeW__banner{z-index:50;background:var(--warning);color:#1a1a1a;border-bottom:1px solid #00000026;position:sticky;top:0}.ViewAsBanner-module__1oyxeW__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;max-width:1100px;margin:0 auto;padding:.5rem 1.5rem;display:flex}.ViewAsBanner-module__1oyxeW__status{flex-wrap:wrap;align-items:baseline;gap:.4rem 1rem;font-size:.85rem;line-height:1.3;display:flex}.ViewAsBanner-module__1oyxeW__label{letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:800}.ViewAsBanner-module__1oyxeW__viewingName{font-size:.95rem;font-weight:700}.ViewAsBanner-module__1oyxeW__actual{opacity:.85}.ViewAsBanner-module__1oyxeW__stopButton{border-radius:var(--radius-md);color:#fff;cursor:pointer;min-height:36px;transition:opacity var(--transition);background:#1a1a1a;border:1px solid #0000004d;padding:.3rem .9rem;font-size:.8rem;font-weight:600}.ViewAsBanner-module__1oyxeW__stopButton:hover{opacity:.85}
.sessions-module__HHJ9RG__workspace{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);align-items:start;gap:1.25rem;display:grid}@media (max-width:900px){.sessions-module__HHJ9RG__workspace{grid-template-columns:1fr}}.sessions-module__HHJ9RG__calendarPane{position:sticky;top:1rem}.sessions-module__HHJ9RG__listPane{flex-direction:column;gap:.75rem;min-width:0;display:flex}.sessions-module__HHJ9RG__listScroll{border:1px solid var(--border);border-radius:var(--radius-md);max-height:640px;overflow-y:auto}.sessions-module__HHJ9RG__listScroll table{margin:0}.sessions-module__HHJ9RG__listScroll thead th{background:var(--surface-elevated);z-index:1;position:sticky;top:0}.sessions-module__HHJ9RG__seasonForm{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.sessions-module__HHJ9RG__seasonForm select{min-height:40px}.sessions-module__HHJ9RG__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}
.layout-module__2LdQdG__shell{min-height:100vh;display:flex}.layout-module__2LdQdG__content{flex-direction:column;flex:auto;min-width:0;display:flex}
.ColorPicker-module__VVKmXW__wrap{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ColorPicker-module__VVKmXW__swatchInput{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);cursor:pointer;width:44px;min-height:44px;padding:.2rem}.ColorPicker-module__VVKmXW__presets{flex-wrap:wrap;gap:.3rem;display:flex}.ColorPicker-module__VVKmXW__preset{border:1px solid var(--border);cursor:pointer;border-radius:50%;width:22px;height:22px;padding:0}.ColorPicker-module__VVKmXW__preset:hover{transform:scale(1.15)}
.FmeaTable-module__cERMva__table{table-layout:fixed;width:100%}.FmeaTable-module__cERMva__colFailureMode{width:34%}.FmeaTable-module__cERMva__colSystem{width:12%}.FmeaTable-module__cERMva__colRpn,.FmeaTable-module__cERMva__colSod{width:10%}.FmeaTable-module__cERMva__colStatus{width:14%}.FmeaTable-module__cERMva__colOwner{width:12%}.FmeaTable-module__cERMva__colTarget{width:8%}.FmeaTable-module__cERMva__row{cursor:pointer}.FmeaTable-module__cERMva__row:hover{background:var(--surface-hover)}.FmeaTable-module__cERMva__wrapCell{white-space:normal;word-break:break-word}.FmeaTable-module__cERMva__chevron{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);width:20px;height:20px;color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;margin-right:.4rem;font-size:.7rem;line-height:1;display:inline-flex}@media (max-width:900px){.FmeaTable-module__cERMva__colTarget{display:none}.FmeaTable-module__cERMva__colFailureMode{width:42%}}@media (max-width:760px){.FmeaTable-module__cERMva__colOwner{display:none}.FmeaTable-module__cERMva__colFailureMode{width:54%}}@media (max-width:620px){.FmeaTable-module__cERMva__colSystem{display:none}.FmeaTable-module__cERMva__colFailureMode{width:66%}}
.kanban-module__q3Ov_G__filterRow{flex-wrap:wrap;align-items:flex-end;gap:.6rem;margin:.75rem 0 1rem;display:flex}.kanban-module__q3Ov_G__board{grid-template-columns:repeat(5,minmax(220px,1fr));gap:.75rem;padding-bottom:.5rem;display:grid;overflow-x:auto}@media (max-width:900px){.kanban-module__q3Ov_G__board{grid-template-columns:1fr}}.kanban-module__q3Ov_G__column{flex-direction:column;gap:.5rem;min-width:0;display:flex}.kanban-module__q3Ov_G__columnHeader{background:var(--surface-elevated);border-radius:var(--radius-md);border:1px solid var(--border);padding:.4rem .5rem;font-weight:600}.kanban-module__q3Ov_G__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:.3rem;padding:.6rem;display:flex}.kanban-module__q3Ov_G__cardTitle{font-weight:600}.kanban-module__q3Ov_G__cardMeta{color:var(--text-muted);font-size:.8rem}.kanban-module__q3Ov_G__overdue{color:var(--danger,#c0392b);font-weight:600}.kanban-module__q3Ov_G__cardForm{gap:.35rem;margin-top:.25rem;display:flex}.kanban-module__q3Ov_G__cardForm select{min-height:34px;font-size:.8rem}
.manufacturing-module__r_g2hq__contextBar{flex-wrap:wrap;align-items:flex-end;gap:.6rem;margin:.75rem 0 .5rem;display:flex}.manufacturing-module__r_g2hq__viewTabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1rem;padding-bottom:.6rem;display:flex}.manufacturing-module__r_g2hq__viewTab{border-radius:var(--radius-md);border:1px solid var(--border);color:inherit;padding:.35rem .75rem;font-size:.85rem;text-decoration:none}.manufacturing-module__r_g2hq__viewTabActive{background:var(--accent,#5a3fd6);color:#fff;border-color:#0000;font-weight:600}.manufacturing-module__r_g2hq__queueBoard{grid-template-columns:repeat(7,minmax(180px,1fr));gap:.75rem;padding-bottom:.5rem;display:grid;overflow-x:auto}@media (max-width:900px){.manufacturing-module__r_g2hq__queueBoard{grid-template-columns:1fr}}.manufacturing-module__r_g2hq__queueColumn{flex-direction:column;gap:.5rem;min-width:0;display:flex}.manufacturing-module__r_g2hq__queueColumnHeader{background:var(--surface-elevated);border-radius:var(--radius-md);border:1px solid var(--border);padding:.4rem .5rem;font-size:.85rem;font-weight:600}.manufacturing-module__r_g2hq__queueCard{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;gap:.25rem;padding:.55rem;font-size:.82rem;display:flex}.manufacturing-module__r_g2hq__queueCardMeta{color:var(--text-muted);font-size:.75rem}.manufacturing-module__r_g2hq__releaseWarning{border:1px solid var(--danger,#c0392b);background:color-mix(in srgb, var(--danger,#c0392b) 8%, transparent);border-radius:var(--radius-md);margin:.6rem 0;padding:.6rem .8rem;font-size:.88rem}
.planning-module__S3cDrG__contextBar{flex-wrap:wrap;align-items:flex-end;gap:.6rem;margin:.75rem 0 .5rem;display:flex}.planning-module__S3cDrG__viewTabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1rem;padding-bottom:.6rem;display:flex}.planning-module__S3cDrG__viewTab{border-radius:var(--radius-md);border:1px solid var(--border);color:inherit;padding:.35rem .75rem;font-size:.85rem;text-decoration:none}.planning-module__S3cDrG__viewTabActive{background:var(--accent,#5a3fd6);color:#fff;border-color:#0000;font-weight:600}.planning-module__S3cDrG__quickViews{flex-wrap:wrap;gap:.4rem;margin:.5rem 0 1rem;display:flex}.planning-module__S3cDrG__quickView{border:1px solid var(--border);color:inherit;border-radius:999px;padding:.25rem .6rem;font-size:.78rem;text-decoration:none}.planning-module__S3cDrG__quickViewActive{border-color:var(--accent,#5a3fd6);font-weight:600}.planning-module__S3cDrG__timelineDesktop{display:block}.planning-module__S3cDrG__timelineMobile{display:none}@media (max-width:760px){.planning-module__S3cDrG__timelineDesktop{display:none}.planning-module__S3cDrG__timelineMobile{display:block}}.planning-module__S3cDrG__timelineScroll{border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto}.planning-module__S3cDrG__timelineInner{position:relative}.planning-module__S3cDrG__timelineHeaderRow{background:var(--surface-elevated);border-bottom:1px solid var(--border);z-index:2;display:flex;position:sticky;top:0}.planning-module__S3cDrG__timelineLabelCell{border-right:1px solid var(--border);background:var(--surface-elevated);z-index:3;flex-shrink:0;width:240px;min-width:240px;padding:.4rem .6rem;font-size:.82rem;font-weight:600;position:sticky;left:0}.planning-module__S3cDrG__timelineTrackHeader{height:28px;position:relative}.planning-module__S3cDrG__weekTick{color:var(--text-muted);border-left:1px solid var(--border);height:100%;padding-left:.3rem;font-size:.72rem;position:absolute;top:0}.planning-module__S3cDrG__timelineRow{border-bottom:1px solid var(--border);display:flex}.planning-module__S3cDrG__timelineRow:last-child{border-bottom:none}.planning-module__S3cDrG__timelineRowLabel{border-right:1px solid var(--border);background:var(--surface);z-index:1;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:240px;min-width:240px;padding:.35rem .6rem;font-size:.82rem;position:sticky;left:0;overflow:hidden}.planning-module__S3cDrG__timelineRowLabelProject{font-weight:700}.planning-module__S3cDrG__timelineRowLabelWorkstream{padding-left:1.1rem;font-weight:600}.planning-module__S3cDrG__timelineRowLabelTask{padding-left:1.8rem}.planning-module__S3cDrG__timelineTrack{min-height:30px;position:relative}.planning-module__S3cDrG__timelineBar{color:#fff;white-space:nowrap;border-radius:4px;align-items:center;height:18px;padding:0 .3rem;font-size:.7rem;display:flex;position:absolute;top:6px;overflow:hidden}.planning-module__S3cDrG__timelineBarBlocked{background:var(--danger,#c0392b)!important}.planning-module__S3cDrG__timelineBarComplete{opacity:.55;text-decoration:line-through}.planning-module__S3cDrG__timelineMilestone{font-size:1rem;position:absolute;top:2px;transform:translate(-50%)}.planning-module__S3cDrG__workloadBar{align-items:center;gap:.5rem;margin:.3rem 0;display:flex}.planning-module__S3cDrG__workloadBarLabel{text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:140px;font-size:.85rem;overflow:hidden}.planning-module__S3cDrG__workloadBarTrack{background:var(--surface-elevated);border-radius:3px;flex:1;height:14px;overflow:hidden}.planning-module__S3cDrG__workloadBarFill{background:var(--accent,#5a3fd6);height:100%}.planning-module__S3cDrG__workloadBarCount{font-variant-numeric:tabular-nums;text-align:right;width:2rem;font-size:.85rem}.planning-module__S3cDrG__milestoneStrip{flex-wrap:wrap;gap:1rem;margin:.75rem 0;display:flex}.planning-module__S3cDrG__milestoneChip{align-items:center;gap:.35rem;font-size:.85rem;display:flex}
.robots-module__jj0O8W__contextBar{flex-wrap:wrap;align-items:flex-end;gap:.6rem;margin:.75rem 0 .5rem;display:flex}.robots-module__jj0O8W__viewTabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.4rem;margin:.75rem 0 1rem;padding-bottom:.6rem;display:flex}.robots-module__jj0O8W__viewTab{border-radius:var(--radius-md);border:1px solid var(--border);color:inherit;padding:.35rem .75rem;font-size:.85rem;text-decoration:none}.robots-module__jj0O8W__viewTabActive{background:var(--accent,#5a3fd6);color:#fff;border-color:#0000;font-weight:600}.robots-module__jj0O8W__conflictBanner{border:1px solid var(--danger,#c0392b);background:color-mix(in srgb, var(--danger,#c0392b) 8%, transparent);border-radius:var(--radius-md);margin:.6rem 0;padding:.6rem .8rem;font-size:.88rem}.robots-module__jj0O8W__conflictBanner strong{color:var(--danger,#c0392b)}.robots-module__jj0O8W__canMap{flex-direction:column;gap:1rem;display:flex}.robots-module__jj0O8W__canBusGroup{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.robots-module__jj0O8W__canBusHeader{background:var(--surface-elevated);border-bottom:1px solid var(--border);padding:.4rem .6rem;font-weight:600}.robots-module__jj0O8W__canRow{border-bottom:1px solid var(--border);align-items:baseline;gap:.6rem;padding:.3rem .6rem;font-size:.88rem;display:flex}.robots-module__jj0O8W__canRow:last-child{border-bottom:none}.robots-module__jj0O8W__canRowConflict{background:color-mix(in srgb, var(--danger,#c0392b) 6%, transparent)}.robots-module__jj0O8W__canId{font-variant-numeric:tabular-nums;min-width:2.5rem;font-weight:600}@media (max-width:700px){.robots-module__jj0O8W__canRow{flex-wrap:wrap}}
.CalendarEntryDialog-module__Pxtb9W__meta{flex-direction:column;align-items:flex-start;gap:.4rem;display:flex}.CalendarEntryDialog-module__Pxtb9W__when{color:var(--foreground);font-size:.95rem;font-weight:600}.CalendarEntryDialog-module__Pxtb9W__detail{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.CalendarEntryDialog-module__Pxtb9W__swatch{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.CalendarEntryDialog-module__Pxtb9W__actions{border-top:1px solid var(--border);padding-top:1rem}.CalendarEntryDialog-module__Pxtb9W__blockedNote{color:var(--text-muted);align-self:center;font-size:.8rem}
.IconPicker-module__vDqTUG__wrap{flex-direction:column;gap:.5rem;display:flex}.IconPicker-module__vDqTUG__row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.IconPicker-module__vDqTUG__preview{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-elevated);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;min-height:44px;font-size:1.4rem;display:flex}.IconPicker-module__vDqTUG__textInput{width:100%}.IconPicker-module__vDqTUG__toggle{min-height:44px}.IconPicker-module__vDqTUG__panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-elevated);max-height:360px;margin-top:.4rem;padding:.6rem;overflow-y:auto}.IconPicker-module__vDqTUG__tabs{gap:.3rem;margin-bottom:.5rem;display:flex}.IconPicker-module__vDqTUG__tab{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);cursor:pointer;padding:.35rem .7rem;font-size:.85rem}.IconPicker-module__vDqTUG__tabActive{border-color:var(--purple);background:var(--purple-surface);font-weight:600}.IconPicker-module__vDqTUG__categoryLabel{color:var(--text-secondary);margin:.6rem 0 .3rem;font-size:.8rem;font-weight:600}.IconPicker-module__vDqTUG__categoryLabel:first-child{margin-top:0}.IconPicker-module__vDqTUG__grid{flex-wrap:wrap;gap:.3rem;display:flex}.IconPicker-module__vDqTUG__iconButton{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--background);cursor:pointer;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;font-size:1.3rem;display:flex}.IconPicker-module__vDqTUG__iconButton:hover{background:var(--surface-hover)}.IconPicker-module__vDqTUG__iconButtonSelected{border-color:var(--purple);background:var(--purple-surface)}.IconPicker-module__vDqTUG__clearButton{border-radius:var(--radius-md);border:1px dashed var(--border);background:var(--background);cursor:pointer;width:44px;height:44px;min-height:44px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.75rem;display:flex}
.RiskBadge-module__LihwMq__badge{border-radius:var(--radius-md);white-space:nowrap;border:1px solid #0000;align-items:center;gap:.35rem;padding:.3rem .65rem;font-size:.82rem;font-weight:600;display:inline-flex}.RiskBadge-module__LihwMq__low{color:#15803d;background:color-mix(in srgb, var(--success) 16%, transparent);border-color:color-mix(in srgb, var(--success) 40%, transparent)}.RiskBadge-module__LihwMq__medium{color:#92600a;background:color-mix(in srgb, var(--warning) 20%, transparent);border-color:color-mix(in srgb, var(--warning) 45%, transparent)}.RiskBadge-module__LihwMq__high{color:#b91c1c;background:color-mix(in srgb, var(--danger) 16%, transparent);border-color:color-mix(in srgb, var(--danger) 40%, transparent)}
.profile-module__LoQjrW__identity{align-items:center;gap:1rem;display:flex}.profile-module__LoQjrW__name{color:var(--foreground);font-size:1.2rem;font-weight:600}.profile-module__LoQjrW__role{color:var(--text-muted);font-size:.85rem}
.MonthlyHoursChart-module__VShNla__wrap{--series-physical:#3987e5;--series-remote:#d95926;--chart-text-secondary:#c3c2b7;--chart-muted:#898781;--chart-gridline:#34373c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.MonthlyHoursChart-module__VShNla__legend{color:var(--chart-text-secondary);gap:1.25rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.MonthlyHoursChart-module__VShNla__legendItem{align-items:center;gap:.4rem;display:flex}.MonthlyHoursChart-module__VShNla__legendSwatch{border-radius:2px;width:.7rem;height:.7rem}.MonthlyHoursChart-module__VShNla__svgWrap{width:100%;overflow-x:auto}.MonthlyHoursChart-module__VShNla__axisLabel{fill:var(--chart-muted);font-size:9px}.MonthlyHoursChart-module__VShNla__monthLabel{fill:var(--chart-text-secondary);font-size:9px}.MonthlyHoursChart-module__VShNla__gridline{stroke:var(--chart-gridline);stroke-width:1px}
.RollCallBoard-module__Oll-1G__header{z-index:1;background:var(--background);border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding-bottom:.75rem;display:flex;position:sticky;top:0}.RollCallBoard-module__Oll-1G__titles h1{font-size:1.4rem}.RollCallBoard-module__Oll-1G__titles p{color:var(--muted);font-size:.95rem}.RollCallBoard-module__Oll-1G__stats{flex-wrap:wrap;gap:.75rem;display:flex}.RollCallBoard-module__Oll-1G__stat{border:1px solid var(--border);background:var(--card-background);text-align:center;border-radius:.6rem;flex:1;min-width:90px;padding:.6rem .8rem}.RollCallBoard-module__Oll-1G__statNumber{font-size:1.5rem;font-weight:700}.RollCallBoard-module__Oll-1G__statLabel{color:var(--muted);font-size:.75rem}.RollCallBoard-module__Oll-1G__controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.RollCallBoard-module__Oll-1G__controls input[type=search]{border:1px solid var(--border);background:var(--background);min-width:160px;color:var(--foreground);border-radius:.5rem;flex:1;padding:.55rem .75rem;font-size:.95rem}.RollCallBoard-module__Oll-1G__toggleButton{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:.5rem;padding:.55rem .9rem;font-size:.85rem;font-weight:600}.RollCallBoard-module__Oll-1G__toggleButtonActive{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.RollCallBoard-module__Oll-1G__list{flex-direction:column;gap:.6rem;padding:.75rem 0;display:flex}.RollCallBoard-module__Oll-1G__row{border:1px solid var(--border);background:var(--card-background);border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.75rem .9rem;display:flex}.RollCallBoard-module__Oll-1G__rowTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.RollCallBoard-module__Oll-1G__rowName{font-weight:600}.RollCallBoard-module__Oll-1G__rowType{color:var(--muted);font-size:.8rem}.RollCallBoard-module__Oll-1G__statusButtons{flex-wrap:wrap;gap:.4rem;display:flex}.RollCallBoard-module__Oll-1G__statusButton{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;border-radius:.5rem;min-height:44px;padding:.55rem .85rem;font-size:.85rem;font-weight:600}.RollCallBoard-module__Oll-1G__statusButton:disabled{opacity:.5;cursor:default}.RollCallBoard-module__Oll-1G__statusButtonActivePresent{background:color-mix(in srgb, var(--success) 20%, transparent);border-color:var(--success);color:var(--success)}.RollCallBoard-module__Oll-1G__statusButtonActiveAbsent{background:color-mix(in srgb, var(--danger) 20%, transparent);border-color:var(--danger);color:var(--danger)}.RollCallBoard-module__Oll-1G__statusButtonActiveLate{background:color-mix(in srgb, var(--warning) 20%, transparent);border-color:var(--warning);color:var(--warning)}.RollCallBoard-module__Oll-1G__statusButtonActiveExcused{background:color-mix(in srgb, var(--info) 20%, transparent);border-color:var(--info);color:var(--info)}.RollCallBoard-module__Oll-1G__note{color:var(--muted);font-size:.85rem;font-style:italic}.RollCallBoard-module__Oll-1G__markedBy{color:var(--muted);font-size:.75rem}
.MarkdownContent-module__2L-z5W__content{color:var(--foreground);max-width:72ch;line-height:1.65}.MarkdownContent-module__2L-z5W__content h1,.MarkdownContent-module__2L-z5W__content h2,.MarkdownContent-module__2L-z5W__content h3,.MarkdownContent-module__2L-z5W__content h4{margin:1.4rem 0 .6rem;line-height:1.25}.MarkdownContent-module__2L-z5W__content h1:first-child,.MarkdownContent-module__2L-z5W__content h2:first-child,.MarkdownContent-module__2L-z5W__content h3:first-child{margin-top:0}.MarkdownContent-module__2L-z5W__content p,.MarkdownContent-module__2L-z5W__content ul,.MarkdownContent-module__2L-z5W__content ol,.MarkdownContent-module__2L-z5W__content blockquote,.MarkdownContent-module__2L-z5W__content table{margin:.75rem 0}.MarkdownContent-module__2L-z5W__content ul,.MarkdownContent-module__2L-z5W__content ol{padding-left:1.4rem}.MarkdownContent-module__2L-z5W__content li{margin:.3rem 0}.MarkdownContent-module__2L-z5W__content a{color:var(--purple-highlight)}.MarkdownContent-module__2L-z5W__content code{font-family:var(--font-geist-mono,monospace);background:var(--surface-secondary);border-radius:4px;padding:.1em .35em;font-size:.88em}.MarkdownContent-module__2L-z5W__content pre{background:var(--surface-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem;overflow-x:auto}.MarkdownContent-module__2L-z5W__content pre code{background:0 0;padding:0}.MarkdownContent-module__2L-z5W__content blockquote{border-left:3px solid var(--border);color:var(--text-secondary);padding-left:.9rem}.MarkdownContent-module__2L-z5W__content table{border-collapse:collapse;width:100%;font-size:.9rem;display:block;overflow-x:auto}.MarkdownContent-module__2L-z5W__content th,.MarkdownContent-module__2L-z5W__content td{border:1px solid var(--border);text-align:left;padding:.4rem .6rem}.MarkdownContent-module__2L-z5W__content img{border-radius:var(--radius-md);max-width:100%}
.RiskDistributionBar-module__GL089G__wrap{flex-direction:column;gap:.6rem;display:flex}.RiskDistributionBar-module__GL089G__bar,.RiskDistributionBar-module__GL089G__emptyBar{border-radius:var(--radius-pill);border:1px solid var(--border);height:14px;display:flex;overflow:hidden}.RiskDistributionBar-module__GL089G__emptyBar{background:var(--surface-hover)}.RiskDistributionBar-module__GL089G__segmentHigh{background:var(--danger);min-width:4px}.RiskDistributionBar-module__GL089G__segmentMedium{background:var(--warning);min-width:4px}.RiskDistributionBar-module__GL089G__segmentLow{background:var(--success);min-width:4px}.RiskDistributionBar-module__GL089G__legend{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.RiskDistributionBar-module__GL089G__legendItem{color:var(--foreground);border-radius:var(--radius-md);align-items:center;gap:.4rem;margin:-.15rem -.4rem;padding:.15rem .4rem;font-size:.9rem;text-decoration:none;display:inline-flex}.RiskDistributionBar-module__GL089G__legendItem:hover{background:var(--surface-hover)}.RiskDistributionBar-module__GL089G__legendItemActive{background:var(--surface-hover);font-weight:700}.RiskDistributionBar-module__GL089G__legendClear{color:var(--text-secondary);font-size:.85rem;text-decoration:underline}.RiskDistributionBar-module__GL089G__legendClear:hover{color:var(--foreground)}.RiskDistributionBar-module__GL089G__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.RiskDistributionBar-module__GL089G__dotHigh{background:var(--danger)}.RiskDistributionBar-module__GL089G__dotMedium{background:var(--warning)}.RiskDistributionBar-module__GL089G__dotLow{background:var(--success)}
