.color-picker_container__Wdhm7{display:inline-block}.color-picker_trigger__KJJ52{display:flex;align-items:center;gap:8px;padding:8px 12px;min-width:120px;justify-content:flex-start}.color-picker_colorPreview__b4S0f{width:20px;height:20px;border-radius:4px;border:1px solid var(--component-border);flex-shrink:0}.color-picker_colorValue__n_8Ze{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:var(--component-text)}.color-picker_popover__KYauP{width:280px;padding:16px}.color-picker_popoverContent__uRAQZ{display:flex;flex-direction:column;gap:16px}.color-picker_inputSection__VaAtF{display:flex;flex-direction:column;gap:8px}.color-picker_inputLabel__lk1MK{font-size:14px;font-weight:500;color:var(--component-text)}.color-picker_hexInput__2_RuQ{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}.color-picker_presetSection__RrzX2{display:flex;flex-direction:column;gap:8px}.color-picker_presetLabel__tzRkd{font-size:14px;font-weight:500;color:var(--component-text)}.color-picker_colorGrid__q78nE{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:4px;gap:4px}.color-picker_colorSwatch__9VicQ{width:24px;height:24px;border-radius:4px;border:1px solid var(--component-border);cursor:pointer;transition:all .2s ease;position:relative}.color-picker_colorSwatch__9VicQ:hover{transform:scale(1.1);z-index:1}.color-picker_colorSwatch__9VicQ.color-picker_selected__Kiq4G{border-color:var(--component-primary);border-width:2px;box-shadow:0 0 0 1px var(--component-primary)}.color-picker_colorSwatch__9VicQ.color-picker_selected__Kiq4G:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:12px;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.8)}.file-upload_container__qcg5c{display:flex;flex-direction:column;gap:8px}.file-upload_label__xWoTQ{font-size:14px;font-weight:500;color:var(--component-text)}.file-upload_required__fRFwY{color:var(--component-error);margin-left:2px}.file-upload_description__S1ISm{font-size:12px;color:var(--component-bg-tertiary-foreground);margin:0}.file-upload_uploadArea___yB5g{display:flex;flex-direction:column;gap:8px}.file-upload_hiddenInput__i1MXF{display:none}.file-upload_uploadBox__pIxVE{border:2px dashed var(--component-border);border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;background:var(--component-bg);position:relative}.file-upload_uploadBox__pIxVE:hover:not(.file-upload_disabled__lp8pI){border-color:var(--component-primary);background:var(--component-bg-tertiary/50)}.file-upload_uploadBox__pIxVE.file-upload_disabled__lp8pI{opacity:.5;cursor:not-allowed}.file-upload_uploadBox__pIxVE.file-upload_uploading__MSBKk{border-color:var(--component-primary);background:var(--primary/10)}.file-upload_uploadBox__pIxVE.file-upload_hasFile__B9k_M{border-color:var(--component-primary);background:var(--primary/5)}.file-upload_uploadContent__zssL_{display:flex;align-items:center;gap:12px}.file-upload_uploadIcon__WoZ9v{width:24px;height:24px;color:var(--component-bg-tertiary-foreground)}.file-upload_fileIcon__d0sOG{width:24px;height:24px;color:var(--component-primary)}.file-upload_uploadText__91_3y{display:flex;flex-direction:column;gap:2px;flex:1 1}.file-upload_uploadLabel___0SS1{font-size:14px;font-weight:500;color:var(--component-text)}.file-upload_uploadHint__MiYAF{font-size:12px;color:var(--component-bg-tertiary-foreground)}.file-upload_removeButton__RooAk{position:absolute;top:8px;right:8px;padding:4px;min-width:auto;height:auto}.file-upload_removeIcon__Z0z5_{width:16px;height:16px}.file-upload_error__RAyMb{font-size:12px;color:var(--component-error);margin:0}.file-upload_preview__GdFo1{margin-top:8px}.file-upload_previewImage__6m0YR{width:100%;max-height:120px;border-radius:8px;border:1px solid var(--component-border);object-fit:contain;padding:1rem}.tooltip_tooltipContent__4epVY{z-index:99999!important;overflow:visible;border-radius:.375rem;border:1px solid var(--component-border);background:var(--component-gradient-soft);padding:.625rem 1rem;font-size:.875rem;color:var(--component-text);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);animation:tooltip_tooltipIn__Lin_u .15s ease-out;position:fixed!important;max-width:20rem;min-width:12rem;word-wrap:break-word;white-space:normal;line-height:1.5}.tooltip_tooltipContent__4epVY[data-state=closed]{animation:tooltip_tooltipOut__stEY2 .15s ease-in}@keyframes tooltip_tooltipIn__Lin_u{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tooltip_tooltipOut__stEY2{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.tooltip_tooltipContent__4epVY[data-side=bottom]{animation:tooltip_tooltipSlideInFromTop__S_aPA .15s ease-out}.tooltip_tooltipContent__4epVY[data-side=top]{animation:tooltip_tooltipSlideInFromBottom__7T0NV .15s ease-out}.tooltip_tooltipContent__4epVY[data-side=left]{animation:tooltip_tooltipSlideInFromRight__0KcUt .15s ease-out}.tooltip_tooltipContent__4epVY[data-side=right]{animation:tooltip_tooltipSlideInFromLeft__Uc_By .15s ease-out}@keyframes tooltip_tooltipSlideInFromTop__S_aPA{0%{opacity:0;transform:translateY(-4px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tooltip_tooltipSlideInFromBottom__7T0NV{0%{opacity:0;transform:translateY(4px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tooltip_tooltipSlideInFromRight__0KcUt{0%{opacity:0;transform:translateX(4px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes tooltip_tooltipSlideInFromLeft__Uc_By{0%{opacity:0;transform:translateX(-4px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.event-editor_container__F8c0v{padding-top:2rem}.event-editor_header__qEkHP{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--component-border)}.event-editor_title__sMoH9{font-size:1.875rem;font-weight:600;color:var(--component-text);margin:0}.event-editor_form__nINge{display:flex;flex-direction:column;gap:1.5rem}.event-editor_tabContent__sZUVX{margin-top:1rem}.event-editor_tabHeader__yKUHP{display:flex;flex-direction:column;gap:.5rem}.event-editor_tabTitle__lXsxM{font-size:1.125rem;font-weight:600;color:var(--component-text);margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid var(--component-border)}.event-editor_tabDescription__fFF6T{color:var(--component-bg-tertiary-foreground);font-size:.875rem;margin:0 0 1rem}.event-editor_bottomIncrementRow__1uVvM{margin-top:1rem}.event-editor_row__hxp7h{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.event-editor_expenseRow__O_xd5{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:1rem;gap:1rem;align-items:end}.event-editor_helpText__QisrU{color:var(--component-bg-tertiary-foreground);font-size:.875rem;margin:.25rem 0 0}.event-editor_inputError__II4YN{border-color:var(--component-error)}.event-editor_section___Dm53{margin-bottom:2rem}.event-editor_sectionTitle__RgEPU{font-size:1.125rem;font-weight:600;color:var(--component-text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--component-border)}.event-editor_formGrid__YfJXB{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.event-editor_formGroup__v_7Q6{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.event-editor_formTextarea__DL2jw{width:100%;min-height:100px;resize:vertical}.event-editor_cardList__EB8SJ{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.event-editor_card__6d2yM{border:1px solid var(--component-border);border-radius:.375rem;padding:1rem;background:var(--component-bg-tertiary)}.event-editor_childCard__ICJQ6{border-radius:.375rem;padding:1rem;background-color:rgba(from var(--component-primary) r g b/.1);border:1px solid var(--component-primary);border-left-width:4px}.event-editor_cardRow__9jCHC{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.event-editor_cardActions__WOIzT{margin-top:.5rem;display:flex;justify-content:flex-end}.event-editor_inlineRow__F2I4s{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.event-editor_addressRow__joAWF{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;gap:1rem}.event-editor_addressSep__RCzbE{color:var(--component-bg-tertiary-foreground);align-self:center}.event-editor_stackedFields__9zJur{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.event-editor_incrementButton__V5KWK{border-color:var(--component-primary)}.event-editor_incrementButton__V5KWK:hover{background-color:rgba(from var(--component-primary) r g b/.2)}.event-editor_modalContent__i2X1l{max-width:65rem;max-height:90vh;width:90vw;height:90vh}.event-editor_headerRow__s9ZgB{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.event-editor_headerActions__t6Q3W{display:flex;gap:.5rem}.event-editor_dialogTitle__STn97{margin-top:2rem}.event-editor_loadingContainer__FNUfI{display:flex;align-items:center;justify-content:center;height:50vh;color:var(--component-bg-tertiary-foreground)}.event-editor_tabNavigation__uCOCz{display:flex;justify-content:flex-end;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--component-border);gap:1rem}@media (max-width:768px){.event-editor_formGrid__YfJXB{grid-template-columns:1fr}.event-editor_cardRow__9jCHC,.event-editor_row__hxp7h,.event-editor_stackedFields__9zJur{grid-template-columns:1fr;gap:.75rem}.event-editor_addressRow__joAWF{grid-template-columns:1fr}.event-editor_expenseRow__O_xd5{grid-template-columns:1fr;gap:.75rem}}.studio-valuation-calculator_container__MqyJO{min-height:100vh;padding:1.5rem}.studio-valuation-calculator_wrapper__7XFUo{max-width:80rem;margin:0 auto}.studio-valuation-calculator_header__mYWcY{margin-bottom:2rem}.studio-valuation-calculator_header__mYWcY h1{margin-top:0}.studio-valuation-calculator_title__mgQWb{font-size:2.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.5rem;font-family:var(--font-serif)}.studio-valuation-calculator_subtitle__omqkR{font-size:1.125rem;color:var(--color-text-secondary)}.studio-valuation-calculator_grid__dvNKS{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:1024px){.studio-valuation-calculator_grid__dvNKS{grid-template-columns:2fr 3fr}}.studio-valuation-calculator_inputSection__ltnB8{display:flex;flex-direction:column;gap:1rem}.studio-valuation-calculator_inputCardTitle___6JJI{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.studio-valuation-calculator_inputCardTitleIcon__Jm_it{width:1.25rem;height:1.25rem;color:var(--component-primary)}.studio-valuation-calculator_formSection__ltnNg{display:flex;flex-direction:column;gap:1rem}.studio-valuation-calculator_formSectionDivider__TvxUG{border-top:1px solid var(--component-border);padding-top:1rem;margin-top:1rem}.studio-valuation-calculator_formSectionTitle__5B8mY{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.studio-valuation-calculator_field__GGaZo{display:flex;flex-direction:column;gap:.25rem}.studio-valuation-calculator_fieldLabel__n7ckt{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin-bottom:.25rem}.studio-valuation-calculator_fieldLabelWithTooltip__YqIAw{display:flex;align-items:center;gap:.5rem}.studio-valuation-calculator_infoIcon__OwZ4W{width:1rem;height:1rem;color:var(--component-bg-tertiary-foreground);cursor:help}.studio-valuation-calculator_infoIcon__OwZ4W:hover{color:var(--component-text)}.studio-valuation-calculator_tooltipContent__6vrCZ{max-width:300px}.studio-valuation-calculator_resultsSection__6AyEo{display:flex;flex-direction:column;gap:1rem}.studio-valuation-calculator_valuationHeader__net0O{display:flex;gap:.5rem;flex-direction:row;align-items:center}.studio-valuation-calculator_valuationTitle__61urU{font-size:1.25rem;font-weight:700}.studio-valuation-calculator_valuationIcon__l7k6d{width:1.5rem;height:1.5rem}.studio-valuation-calculator_valuationAmount__uCqb_{font-size:3rem;font-weight:700;margin-bottom:.5rem}.studio-valuation-calculator_valuationRange__f81Sj{color:var(--color-gray-500);font-size:.875rem}.studio-valuation-calculator_valuationDetails__B9A1W{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.3)}.studio-valuation-calculator_valuationDetailsGrid__pN8vG{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;font-size:.875rem}.studio-valuation-calculator_valuationDetailsLabel__3GYzi{color:var(--color-gray-500)}.studio-valuation-calculator_valuationDetailsValue__c5d7X{font-size:1.25rem;font-weight:600}.studio-valuation-calculator_valuationMethod___Dtha{margin-top:.75rem;font-size:.75rem;color:var(--color-gray-500);background:rgba(255,255,255,.2);border-radius:.5rem;padding:.5rem}.studio-valuation-calculator_breakdownTitle__Wudpl{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.studio-valuation-calculator_breakdownList__CcGWM{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.studio-valuation-calculator_breakdownItem__B2TNn{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid var(--component-border)}.studio-valuation-calculator_breakdownItemLabel__4wKT1{color:var(--color-text-secondary)}.studio-valuation-calculator_breakdownItemValue__5LcCk{font-weight:600}.studio-valuation-calculator_breakdownItemValue--negative__yluyJ{color:var(--component-error)}.studio-valuation-calculator_breakdownSubItems__HGJoj{padding-left:1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:var(--color-text-muted)}.studio-valuation-calculator_breakdownSubItem__yxv4r{display:flex;justify-content:space-between}.studio-valuation-calculator_breakdownSubItemValue--negative__VOtQe{color:var(--component-error)}.studio-valuation-calculator_breakdownTotal__v_dpa{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:2px solid var(--component-primary)}.studio-valuation-calculator_breakdownTotalLabel__PDtqy{color:var(--color-text-primary);font-weight:700}.studio-valuation-calculator_breakdownTotalValue__EfAYu{font-weight:700;color:var(--component-primary)}.studio-valuation-calculator_healthTitle__uzavK{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.studio-valuation-calculator_healthTitleIcon__lCakt{width:1.25rem;height:1.25rem;color:var(--component-primary)}.studio-valuation-calculator_healthScore__CgSXg{margin-bottom:1rem}.studio-valuation-calculator_healthScoreHeader__vq47E{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.studio-valuation-calculator_healthScoreValue__PiQyy{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.studio-valuation-calculator_healthScoreLabel__2swZ_{font-size:1.125rem;font-weight:600}.studio-valuation-calculator_healthScoreLabel--excellent__5ttdI{color:var(--component-success)}.studio-valuation-calculator_healthScoreLabel--good__IVJTm{color:var(--component-warning)}.studio-valuation-calculator_healthScoreLabel--fair__xJuxa{color:var(--color-amber-600)}.studio-valuation-calculator_healthScoreLabel--needs-improvement__GmkOx{color:var(--component-error)}.studio-valuation-calculator_healthScoreBar__aO2cH{width:100%;background:var(--color-gray-200);border-radius:9999px;height:.75rem;overflow:hidden}.studio-valuation-calculator_healthScoreBarFill__i2CsI{height:100%;background:var(--gradient-brand);border-radius:9999px;transition:all .5s ease}.studio-valuation-calculator_healthMetrics__0Djcq{display:flex;flex-direction:column;gap:.75rem}.studio-valuation-calculator_healthMetric__FN5qm{display:flex;flex-direction:column;gap:.25rem}.studio-valuation-calculator_healthMetricHeader__XCDYx{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.studio-valuation-calculator_healthMetricLabel__qPT_d{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);text-transform:capitalize}.studio-valuation-calculator_healthMetricValue__sX3sF{font-size:.875rem;font-weight:600}.studio-valuation-calculator_healthMetricValue--excellent__bRkp1{color:var(--component-success)}.studio-valuation-calculator_healthMetricValue--good__16VZ3{color:var(--component-warning)}.studio-valuation-calculator_healthMetricValue--fair__H7hju{color:var(--color-amber-600)}.studio-valuation-calculator_healthMetricValue--needs-improvement__Hnv0_{color:var(--component-error)}.studio-valuation-calculator_healthMetricBar__CpIvK{width:100%;background:var(--color-gray-200);border-radius:9999px;height:.5rem;overflow:hidden}.studio-valuation-calculator_healthMetricBarFill__5sPQ6{height:100%;border-radius:9999px;transition:all .5s ease}.studio-valuation-calculator_healthMetricBarFill--excellent__phGGF{background:var(--component-success)}.studio-valuation-calculator_healthMetricBarFill--good__wgA1I{background:var(--component-warning)}.studio-valuation-calculator_healthMetricBarFill--fair__IdubI{background:var(--color-amber-500)}.studio-valuation-calculator_healthMetricBarFill--needs-improvement__OzGMc{background:var(--component-error)}.studio-valuation-calculator_recommendationsTitle__MbKQh{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);display:flex;align-items:center;gap:.5rem}.studio-valuation-calculator_recommendationsTitleIcon__qVULP{width:1.25rem;height:1.25rem;color:var(--component-primary)}.studio-valuation-calculator_recommendationsList__Qx8qW{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary);margin-top:0}.studio-valuation-calculator_recommendationItem__fxnw9{display:flex;align-items:flex-start;gap:.5rem}.studio-valuation-calculator_recommendationIcon__9uD8f{width:1rem;height:1rem;color:var(--component-primary);margin-top:.125rem;flex-shrink:0}.studio-valuation-calculator_disclaimer__mgnph{background:var(--color-gray-50);border-radius:.75rem;padding:1rem;font-size:.75rem;color:var(--color-text-muted)}.studio-valuation-calculator_disclaimerStrong__T9_Uy{font-weight:600}.studio-valuation-calculator_iconSm__nXvt5{width:1rem;height:1rem}.studio-valuation-calculator_selectInput__XJ0zr{width:100%;padding:.5rem 1rem;border:1px solid var(--component-border);border-radius:.5rem;font-size:.875rem;background:var(--color-background);color:var(--color-text-primary);cursor:pointer}.studio-valuation-calculator_selectInput__XJ0zr:focus{outline:2px solid var(--component-primary);outline-offset:2px;border-color:transparent}.studio-valuation-calculator_selectInput__XJ0zr:hover{border-color:var(--component-border-hover,var(--color-gray-400))}.studio-valuation-calculator_breakdownNote__HUHFx{margin-top:.5rem;font-size:.75rem;color:var(--color-text-muted);font-style:italic}.studio-valuation-dialog_dialogContent__Zf6cE{max-width:80rem;max-height:90vh;overflow-y:auto}.dashboard_content__lgdH3{max-width:100%;margin:0 auto}.dashboard_header__0IQ3E{margin-bottom:2rem}.dashboard_headerContent__3oqbj{display:flex;align-items:center;justify-content:space-between}.dashboard_headerText__Iy6bf h1{font-size:1.875rem;font-weight:700;color:#111827;font-family:var(--font-fraunces)}.dashboard_headerText__Iy6bf p{color:#6b7280;margin-top:.5rem}.dashboard_headerActions__IUBvf{display:flex;gap:.75rem}.dashboard_quickActionsCard__0IXgc{background:white;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem;margin-bottom:2rem}.dashboard_quickActionsHeader__cBceJ h2{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .5rem;font-family:var(--font-fraunces)}.dashboard_todoSubtitle__7uGV_{color:var(--color-text-muted);font-size:.875rem;margin:0 0 1rem}.dashboard_quickActionsGrid__QdFo1{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.dashboard_quickActionButton__KB66A{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background:white;color:#374151;text-align:left;transition:all .2s;width:100%}.dashboard_quickActionButton__KB66A:hover{border-color:#d1d5db;background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.dashboard_quickActionIcon__sO4Rk{width:2rem;height:2rem;color:#3b82f6;flex-shrink:0}.dashboard_quickActionContent__v_D7w{flex:1 1}.dashboard_quickActionContent__v_D7w h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .25rem;font-family:var(--font-fraunces)}.dashboard_quickActionContent__v_D7w p{color:var(--color-text-muted);margin:0;font-size:.875rem}.dashboard_quickActionArrow__tubcp{width:1.25rem;height:1.25rem;color:var(--color-text-disabled);flex-shrink:0}.dashboard_quickActionButton__KB66A:hover .dashboard_quickActionArrow__tubcp{color:var(--component-primary);transform:translateX(2px);transition:all .2s}@media (min-width:768px){.dashboard_quickActionsGrid__QdFo1{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.dashboard_classesCard__CvL3s{background:var(--component-surface);border-radius:.5rem;box-shadow:var(--component-shadow);overflow:hidden}.dashboard_classesHeader__LvEmN{padding:1.5rem;border-bottom:1px solid var(--component-border)}.dashboard_classesHeaderContent__9RZXB{display:flex;align-items:center;justify-content:space-between}.dashboard_classesTitle__eDvSo{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);font-family:var(--font-fraunces)}.dashboard_classesControls__UIbFv{display:flex;gap:.75rem;align-items:center}.dashboard_searchContainer__s328K{position:relative;display:flex;align-items:center;min-width:16rem}.dashboard_searchIcon__8M32Z{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--color-text-muted);z-index:10;pointer-events:none}.dashboard_searchInput__JcWzD{padding-left:2.5rem!important;width:16rem;height:2.5rem;border-radius:.375rem;border:1px solid var(--component-border-medium);background-color:var(--component-surface);transition:all .2s}.dashboard_searchInput__JcWzD:focus{outline:none;border-color:var(--component-primary);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.dashboard_classesContent__zhWvn{padding:1.5rem}.dashboard_classesSummary__FMMiA{display:flex;align-items:center;justify-content:space-between;gap:2rem}.dashboard_summaryItem__a6_H_{display:flex;align-items:center;gap:1rem}.dashboard_summaryIcon__x0Mz0 svg{width:1.5rem;height:1.5rem;color:var(--color-blue-600)}.dashboard_summaryContent__WxgaY{display:flex;flex-direction:column}.dashboard_summaryNumber__Wrjph{font-size:2rem;line-height:1}.dashboard_summaryLabel__Le9wH{margin-top:.25rem}.dashboard_importInfo__MKg4F{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.dashboard_importDate__VlPmR{font-size:.875rem;color:var(--color-text-primary);font-weight:500}.dashboard_importStatus__UUkaV{font-size:1.25rem;line-height:1}.dashboard_trendInfo__2Ih9W{display:flex;align-items:center;gap:.5rem}.dashboard_trendPositive__eQwzt{color:var(--component-status-success);font-weight:600;font-size:1.25rem}.dashboard_trendNegative__kpvQH{color:var(--component-status-error);font-weight:600;font-size:1.25rem}.dashboard_noData__IEJjV{font-size:.875rem;color:var(--color-text-muted);font-style:italic}.dashboard_summaryLabelHeader__51_Ul{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);font-family:var(--font-fraunces)}.dashboard_summaryActions__nRSY8{gap:.75rem}.dashboard_classesList__Y0rkz{display:flex;flex-direction:column;gap:1rem}.dashboard_classItem__qfb_F{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--component-border);border-radius:.5rem;transition:background-color .2s}.dashboard_classItem__qfb_F:hover{background-color:var(--component-surface)}.dashboard_classInfo__MYDEd{display:flex;align-items:center;gap:1rem}.dashboard_classIcon__7rtEB{width:3rem;height:3rem;background-color:var(--color-blue-100);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.dashboard_classIcon__7rtEB svg{width:1.5rem;height:1.5rem;color:var(--color-blue-600)}.dashboard_classDetails__dj_eS h3{font-weight:500;color:var(--color-text-primary);font-family:var(--font-fraunces)}.dashboard_classDetails__dj_eS p{font-size:.875rem;color:#6b7280}.dashboard_classActions___DqPv{display:flex;align-items:center;gap:.5rem}.dashboard_badge__3z1pJ{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.dashboard_badgeSecondary__19moH{background-color:#f3f4f6;color:#374151}.dashboard_badgeOutline__48zWb{background-color:transparent;color:#6b7280;border:1px solid #d1d5db}.dashboard_actionButtons__gZX4W{display:flex;gap:.25rem}.dashboard_loadingContainer__DQmdc{display:flex;flex-direction:column;gap:1rem}.dashboard_errorContainer__2k3e0{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;background:white;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.dashboard_errorContainer__2k3e0 h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem;font-family:var(--font-fraunces)}.dashboard_errorContainer__2k3e0 p{color:#6b7280;margin-bottom:1.5rem;max-width:400px}.dashboard_loadingItem__6fxeN{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem}.dashboard_loadingSkeleton__WZH9i{background-color:#e5e7eb;border-radius:.375rem;animation:dashboard_pulse__h0o_S 2s cubic-bezier(.4,0,.6,1) infinite}.dashboard_loadingSkeletonRound__LjCVZ{border-radius:50%}.dashboard_loadingSkeletonLarge__E33dB{width:3rem;height:3rem}.dashboard_loadingSkeletonMedium__0ZrYf{width:12rem;height:1rem}.dashboard_loadingSkeletonSmall__KO1mj{width:8rem;height:.75rem}.dashboard_loadingSkeletonTiny___DT7y{width:5rem;height:2rem}@keyframes dashboard_pulse__h0o_S{0%,to{opacity:1}50%{opacity:.5}}.dashboard_input__5d_PV{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.dashboard_input__5d_PV:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.dashboard_select__xVe24{position:relative}.dashboard_selectContent__PJxU3{position:absolute;top:100%;left:0;right:0;background-color:white;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:10;margin-top:.25rem}.dashboard_selectItem__Edwhc{padding:.5rem .75rem;cursor:pointer;transition:background-color .2s}.dashboard_selectItem__Edwhc:hover{background-color:#f9fafb}.dashboard_selectItem__Edwhc[data-selected=true]{background-color:#dbeafe;color:#2563eb}.dashboard_icon__cy1Wx{width:1rem;height:1rem}@media (max-width:768px){.dashboard_searchContainer__s328K{min-width:100%}.dashboard_searchInput__JcWzD{width:100%}.dashboard_classesControls__UIbFv,.dashboard_classesHeaderContent__9RZXB{flex-direction:column;align-items:stretch;gap:1rem}}.dashboard_skeletonLarge__zAVSr,.dashboard_skeleton__vdtkZ{height:2rem;width:100%}.dashboard_loadingContent__0hMfI{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.dashboard_summaryGrid__LualC{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media (min-width:640px){.dashboard_summaryGrid__LualC{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.dashboard_summaryGrid__LualC{grid-template-columns:repeat(4,1fr)}}.dashboard_summaryGridTwo__7l90t{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media (min-width:640px){.dashboard_summaryGridTwo__7l90t{grid-template-columns:repeat(2,1fr)}}.dashboard_summaryCard__rZyiS{background:white;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .2s ease-in-out}.dashboard_summaryCard__rZyiS:hover{transform:translateY(-2px);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.dashboard_summaryCardWide__r4Npj{background:white;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);transition:all .2s ease-in-out}.dashboard_summaryCardWide__r4Npj:hover{transform:translateY(-2px);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.dashboard_healthStatus__ZZqWZ{color:var(--component-success);font-weight:600}.dashboard_infoMessage__kj0NA{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background-color:var(--color-blue-50);border-radius:.375rem;border:1px solid var(--color-blue-200);max-width:100%}.dashboard_infoIcon__WN9jr{color:var(--color-blue-600);flex-shrink:0;margin-top:.125rem}.dashboard_infoText__i22Cl{font-size:.875rem;color:var(--color-blue-900);line-height:1.5;flex:1 1}.dashboard_summaryHeader__yOWjl{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-bottom:.5rem}.dashboard_summaryIcon__x0Mz0{width:3rem;height:3rem;background-color:var(--color-blue-100);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-blue-600);flex-shrink:0}.dashboard_summaryContent__WxgaY{flex:1 1}.dashboard_summaryNumber__Wrjph{font-size:1.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.25rem;font-family:var(--font-fraunces)}.dashboard_summaryLabel__Le9wH{font-size:.875rem;color:var(--color-text-muted);font-weight:500}.dashboard_summaryActions__nRSY8{display:flex;gap:.5rem;flex-wrap:wrap}.dashboard_todaysClassesCard__4XK_H{background-color:var(--component-surface);border-radius:.5rem;box-shadow:var(--component-shadow);border:1px solid var(--component-border);overflow:hidden;margin-bottom:2rem}.dashboard_todaysClassesHeader__bd1xh{padding:1.5rem;border-bottom:1px solid var(--component-border)}.dashboard_todaysClassesHeaderContent__zu48p{display:flex;align-items:center;justify-content:space-between}.dashboard_todaysClassesTitle__RkElZ{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);font-family:var(--font-fraunces)}.dashboard_todaysClassesControls__OhE6s{display:flex;gap:.75rem;align-items:center}.dashboard_todaysClassesContent__91kko{padding:1.5rem}.dashboard_todaysClassesLoading__whUwz{display:flex;flex-direction:column;gap:1rem}.dashboard_todaysClassSkeleton__8YKoZ{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid var(--component-border);border-radius:.5rem}.dashboard_todaysClassSkeletonIcon__snSlk{width:3rem;height:3rem;border-radius:.5rem}.dashboard_todaysClassSkeletonContent__z6gRr{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.dashboard_todaysClassSkeletonTitle__GlMVH{height:1rem;width:12rem}.dashboard_todaysClassSkeletonSubtitle__PdKiB{height:.75rem;width:8rem}.dashboard_todaysClassesList___JlcT{display:flex;flex-direction:column;gap:1rem}.dashboard_todaysClassItem__7HHCj{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid var(--component-border);border-radius:.5rem;transition:all .2s ease-in-out;cursor:pointer}.dashboard_todaysClassItem__7HHCj:hover{background-color:var(--component-surface);border-color:var(--component-border-medium);transform:translateY(-1px);box-shadow:var(--component-shadow)}.dashboard_todaysClassInfo__nV8Gw{display:flex;align-items:center;gap:1rem}.dashboard_todaysClassIcon__RAzDU{width:3rem;height:3rem;background-color:var(--color-blue-100);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.dashboard_todaysClassIcon__RAzDU svg{width:1.5rem;height:1.5rem;color:var(--color-blue-600)}.dashboard_todaysClassDetails__zn3GY h3{font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem}.dashboard_todaysClassDetails__zn3GY p{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.25rem}.dashboard_todaysClassDetails__zn3GY p:last-child{font-size:.875rem;color:var(--color-text-disabled)}.dashboard_todaysClassActions__Ro8k2{display:flex;align-items:center;gap:1rem}.dashboard_todaysClassesEmpty__3jzuf{text-align:center;padding:3rem 1.5rem}.dashboard_todaysClassesEmptyIcon__ZKkNg{width:3rem;height:3rem;color:var(--color-text-disabled);margin:0 auto 1rem}.dashboard_todaysClassesEmptyTitle__UucgT{font-size:1.125rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem}.dashboard_todaysClassesEmptyDescription__yc1OM{color:var(--color-text-muted);margin-bottom:1rem}.dashboard_todaysClassesCreateButton__b6Fpk{display:inline-flex;align-items:center;gap:.5rem}.dashboard_todaysClassesCreateIcon__9fGoN{width:1rem;height:1rem}.dashboard_compactSection__DqAHx{background:white;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid var(--component-border);margin-bottom:1.5rem}.dashboard_sectionHeader__81eEI{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--component-border)}.dashboard_sectionTitle__QgSIN{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0;font-family:var(--font-fraunces)}.dashboard_compactList___1rYP{padding-top:1rem}.dashboard_loadingList__nB6fj{display:flex;flex-direction:column;gap:.75rem}.dashboard_listItemSkeleton__ZX_HX{height:2.5rem;border-radius:.375rem}.dashboard_compactListItem__Lkb62{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-bottom:1px solid var(--component-border);transition:background-color .2s}.dashboard_compactListItem__Lkb62:last-child{border-bottom:none}.dashboard_compactListItem__Lkb62:hover{background-color:var(--component-surface)}.dashboard_listItemContent__kRXhx{flex:1 1;min-width:0}.dashboard_listItemTitle__D4On5{font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem;font-size:.875rem}.dashboard_listItemSubtitle__kHIRz{font-size:.75rem;color:var(--color-text-muted)}.dashboard_listItemActions__pcGKZ{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.dashboard_emptyState__PEmHi{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center}.dashboard_emptyIcon__CyD7t{width:2rem;height:2rem;color:var(--color-text-disabled);margin-bottom:.75rem}.dashboard_emptyState__PEmHi p{color:var(--color-text-muted);font-size:.875rem;margin:0}.dashboard_classesGrid__MB4_r{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}@media (min-width:768px){.dashboard_classesGrid__MB4_r{grid-template-columns:1fr 1fr}}.add-staff-modal_form__8CrLK{display:flex;flex-direction:column;gap:1.5rem}.add-staff-modal_formGroup__4nRYQ{display:flex;flex-direction:column;gap:.5rem}.add-staff-modal_label__pJ5Tq{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--component-text-primary)}.add-staff-modal_labelIcon___1_q_{width:1rem;height:1rem;color:var(--component-text-secondary)}.add-staff-modal_infoIcon__2wopa{width:.875rem;height:.875rem;color:var(--component-brand-icon);cursor:pointer;transition:color .2s ease}.add-staff-modal_infoIcon__2wopa:hover{color:var(--component-brand-icon-hover)}.add-staff-modal_tooltipLink__gxgVt{color:var(--component-brand-icon);text-decoration:underline;font-weight:500}.add-staff-modal_tooltipLink__gxgVt:hover{color:var(--component-brand-icon-hover)}.add-staff-modal_inputError__9fyOG{border-color:var(--component-error)!important;box-shadow:0 0 0 1px var(--component-error)!important}.add-staff-modal_errorText__F0xav{font-size:.75rem;color:var(--component-error);margin-top:.25rem}.add-staff-modal_helpText__TEd_h{font-size:.75rem;color:var(--component-text-secondary);margin:0;line-height:1.4}.add-staff-modal_actions__CMs69{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--component-border)}.add-staff-modal_checkboxGroup__MDCcW{display:flex;align-items:center;gap:.5rem}.add-staff-modal_checkboxLabel__8M2sS{font-size:.875rem;font-weight:400;color:var(--component-text-primary)}@media (max-width:480px){.add-staff-modal_actions__CMs69{flex-direction:column}.add-staff-modal_actions__CMs69 button{width:100%}}.edit-staff-modal_formGroup__izH_1{margin-bottom:1.5rem}.edit-staff-modal_formGroup__izH_1:last-of-type{margin-bottom:2rem}.edit-staff-modal_actions___Unsr{display:flex;gap:.75rem;justify-content:flex-end}.edit-staff-modal_actions___Unsr button{min-width:6rem}.edit-staff-modal_checkboxGroup__V2SSz{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.edit-staff-modal_checkboxLabel__4P7pY{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;margin:0}.edit-staff-modal_labelIcon__E6CVG{width:1rem;height:1rem;color:var(--color-text-secondary)}.edit-staff-modal_helpText__M_7I7{font-size:.75rem;color:var(--color-text-secondary);margin:0;line-height:1.4}.edit-staff-modal_label__icDc_{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem}.edit-staff-modal_infoIcon__uCzeY{width:.875rem;height:.875rem;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease}.edit-staff-modal_infoIcon__uCzeY:hover{color:var(--color-blue-600)}.edit-staff-modal_tooltipLink__mFs6D{color:var(--color-blue-600);text-decoration:underline;font-weight:500}.edit-staff-modal_tooltipLink__mFs6D:hover{color:var(--color-blue-700)}.valuation-newsletter-modal_dialogContent__m2WOE{max-width:32rem}.valuation-newsletter-modal_modalContent__KhPls{padding:0}.valuation-newsletter-modal_modalHeader__wWIqH{margin-bottom:2rem}.valuation-newsletter-modal_modalTitle__xAvzU{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.75rem;font-family:var(--font-serif)}.valuation-newsletter-modal_modalDescription__NCvOQ{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin:0}.valuation-newsletter-modal_form__6yFl0{display:flex;flex-direction:column;gap:1.5rem}.valuation-newsletter-modal_field__CDsTB{display:flex;flex-direction:column;gap:.5rem}.valuation-newsletter-modal_formActions__GtWvA{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}