.Button-module__Ly0Bva__button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-weight:var(--weight-medium);cursor:pointer;min-height:var(--tap-target);text-align:center;white-space:nowrap;border:1px solid #0000;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.Button-module__Ly0Bva__button:disabled{cursor:not-allowed;opacity:.55}.Button-module__Ly0Bva__sm{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);min-height:36px}@media (pointer:coarse){.Button-module__Ly0Bva__sm{min-height:var(--tap-target)}}.Button-module__Ly0Bva__md{padding:var(--space-3) var(--space-5);font-size:var(--text-base)}.Button-module__Ly0Bva__lg{padding:var(--space-4) var(--space-6);font-size:var(--text-lg)}.Button-module__Ly0Bva__fullWidth{width:100%}.Button-module__Ly0Bva__primary{background:var(--color-mint);color:var(--color-charcoal);border-color:var(--color-mint);font-weight:var(--weight-semibold)}.Button-module__Ly0Bva__primary:hover:not(:disabled){background:var(--color-mint-strong);border-color:var(--color-mint-strong)}.Button-module__Ly0Bva__secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border-strong)}.Button-module__Ly0Bva__secondary:hover:not(:disabled){background:var(--color-surface-muted)}.Button-module__Ly0Bva__ghost{color:var(--color-text-muted);background:0 0;border-color:#0000}.Button-module__Ly0Bva__ghost:hover:not(:disabled){background:var(--color-surface-muted);color:var(--color-text)}.Button-module__Ly0Bva__danger{background:var(--color-surface);color:var(--color-danger);border-color:var(--color-danger)}.Button-module__Ly0Bva__danger:hover:not(:disabled){background:var(--color-danger-soft)}.Button-module__Ly0Bva__spinner{border-radius:var(--radius-full);border:2px solid;border-top-color:#0000;flex-shrink:0;width:1em;height:1em;animation:.7s linear infinite Button-module__Ly0Bva__spin}.Button-module__Ly0Bva__labelBusy{opacity:.85}@keyframes Button-module__Ly0Bva__spin{to{transform:rotate(360deg)}}
.Field-module__L27QEG__field{gap:var(--space-2);flex-direction:column;display:flex}.Field-module__L27QEG__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text)}.Field-module__L27QEG__required{color:var(--color-danger);margin-inline-start:var(--space-1)}.Field-module__L27QEG__hint{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.Field-module__L27QEG__control{width:100%;min-height:var(--tap-target);padding:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-text);transition:border-color .15s,box-shadow .15s}.Field-module__L27QEG__control::placeholder{color:var(--color-text-muted);opacity:1}.Field-module__L27QEG__control:hover:not(:disabled){border-color:var(--color-text-muted)}.Field-module__L27QEG__control:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.Field-module__L27QEG__invalid,.Field-module__L27QEG__invalid:hover:not(:disabled){border-color:var(--color-danger)}.Field-module__L27QEG__error{align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-danger);margin:0;display:flex}.Field-module__L27QEG__selectWrap{display:block;position:relative}.Field-module__L27QEG__select{appearance:none;cursor:pointer;padding-inline-end:var(--space-8)}.Field-module__L27QEG__selectArrow{inset-inline-end:var(--space-3);pointer-events:none;color:var(--color-text-muted);font-size:var(--text-sm);position:absolute;top:50%;transform:translateY(-50%)}.Field-module__L27QEG__textarea{resize:vertical;min-height:96px;line-height:var(--leading-normal)}
.Card-module__HiGLca__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.Card-module__HiGLca__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--color-border);display:flex}.Card-module__HiGLca__headerText{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Card-module__HiGLca__title{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin:0}.Card-module__HiGLca__description{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.Card-module__HiGLca__action{flex-shrink:0}.Card-module__HiGLca__body{padding:var(--space-6)}.Card-module__HiGLca__footer{justify-content:flex-start;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border);background:var(--color-surface-muted);display:flex}@media (max-width:640px){.Card-module__HiGLca__header{padding:var(--space-4);flex-direction:column;align-items:stretch}.Card-module__HiGLca__body{padding:var(--space-4)}.Card-module__HiGLca__footer{padding:var(--space-4);flex-wrap:wrap}}
.Feedback-module__7PyhTW__alert{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);font-size:var(--text-sm);display:flex}.Feedback-module__7PyhTW__alertBody{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Feedback-module__7PyhTW__alertTitle{font-weight:var(--weight-semibold);margin:0}.Feedback-module__7PyhTW__alertText{color:inherit;margin:0}.Feedback-module__7PyhTW__alertAction{flex-shrink:0}.Feedback-module__7PyhTW__badge{align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium);white-space:nowrap;border:1px solid #0000;line-height:1.6;display:inline-flex}.Feedback-module__7PyhTW__neutral{background:var(--color-surface-muted);border-color:var(--color-border);color:var(--color-text-muted)}.Feedback-module__7PyhTW__info{background:var(--color-info-soft);color:var(--color-info);border-color:#cfe1ea}.Feedback-module__7PyhTW__success{background:var(--color-success-soft);color:var(--color-success);border-color:#bfe6d6}.Feedback-module__7PyhTW__warning{background:var(--color-warning-soft);color:var(--color-warning);border-color:#f0dcb4}.Feedback-module__7PyhTW__danger{background:var(--color-danger-soft);color:var(--color-danger);border-color:#f0c4c4}.Feedback-module__7PyhTW__empty{align-items:center;gap:var(--space-2);padding:var(--space-10) var(--space-6);text-align:center;flex-direction:column;display:flex}.Feedback-module__7PyhTW__emptyTitle{font-weight:var(--weight-semibold);margin:0}.Feedback-module__7PyhTW__emptyText{color:var(--color-text-muted);font-size:var(--text-sm);max-width:46ch;margin:0}.Feedback-module__7PyhTW__emptyAction{margin-top:var(--space-2)}.Feedback-module__7PyhTW__skeleton{background:linear-gradient(90deg, var(--color-surface-muted) 25%, #e8eeeb 37%, var(--color-surface-muted) 63%);background-size:400% 100%;animation:1.3s infinite Feedback-module__7PyhTW__shimmer;display:block}.Feedback-module__7PyhTW__skeletonStack{gap:var(--space-3);flex-direction:column;display:flex}@keyframes Feedback-module__7PyhTW__shimmer{0%{background-position:100%}to{background-position:0}}@media (prefers-reduced-motion:reduce){.Feedback-module__7PyhTW__skeleton{background:var(--color-surface-muted);animation:none}}
.Overlay-module__Vlbxna__backdrop{z-index:var(--z-dialog);padding:var(--space-4);background:#10171473;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.Overlay-module__Vlbxna__dialog{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:calc(100vh - var(--space-8));flex-direction:column;display:flex}.Overlay-module__Vlbxna__dialogHeader{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-6) 0;display:flex}.Overlay-module__Vlbxna__dialogTitle{font-size:var(--text-lg);font-weight:var(--weight-semibold);margin:0}.Overlay-module__Vlbxna__dialogDescription{padding:var(--space-2) var(--space-6) 0;color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.Overlay-module__Vlbxna__dialogBody{padding:var(--space-5) var(--space-6);gap:var(--space-4);flex-direction:column;display:flex;overflow-y:auto}.Overlay-module__Vlbxna__dialogBody:empty{padding:0}.Overlay-module__Vlbxna__dialogFooter{gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border);background:var(--color-surface-muted);flex-wrap:wrap;display:flex}.Overlay-module__Vlbxna__close{cursor:pointer;color:var(--color-text-muted);border-radius:var(--radius-sm);min-width:var(--tap-target);min-height:var(--tap-target);font-size:var(--text-base);background:0 0;border:none}.Overlay-module__Vlbxna__close:hover:not(:disabled){background:var(--color-surface-muted);color:var(--color-text)}.Overlay-module__Vlbxna__confirmError{color:var(--color-danger);font-size:var(--text-sm);margin:0}.Overlay-module__Vlbxna__drawer{background:var(--color-charcoal);width:min(300px,86vw);color:var(--color-text-inverse);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;inset-block:0;inset-inline-start:0}.Overlay-module__Vlbxna__drawerHeader{padding:var(--space-4);border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;display:flex}.Overlay-module__Vlbxna__drawerHeader .Overlay-module__Vlbxna__dialogTitle{color:var(--color-text-inverse)}.Overlay-module__Vlbxna__drawerHeader .Overlay-module__Vlbxna__close{color:#ffffffb8}.Overlay-module__Vlbxna__drawerHeader .Overlay-module__Vlbxna__close:hover{color:var(--color-text-inverse);background:#ffffff1a}.Overlay-module__Vlbxna__drawerBody{padding:var(--space-3);flex:1;overflow-y:auto}.Overlay-module__Vlbxna__dropdown{position:relative}.Overlay-module__Vlbxna__dropdownTrigger{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);min-height:var(--tap-target);cursor:pointer;color:inherit;background:0 0;border:1px solid #0000;display:inline-flex}.Overlay-module__Vlbxna__dropdownTrigger:hover{background:var(--color-surface-muted)}.Overlay-module__Vlbxna__dropdownMenu{top:calc(100% + var(--space-2));background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-md);padding:var(--space-2);z-index:var(--z-header);flex-direction:column;gap:2px;display:flex;position:absolute}.Overlay-module__Vlbxna__start{inset-inline-start:0}.Overlay-module__Vlbxna__end{inset-inline-end:0}@media (max-width:640px){.Overlay-module__Vlbxna__backdrop{align-items:flex-end;padding:0}.Overlay-module__Vlbxna__dialog{border-end-end-radius:0;border-end-start-radius:0;max-width:100%;max-height:92vh}.Overlay-module__Vlbxna__dialogFooter>*{flex:1}}
.DataTable-module__QHiQbG__wrap{width:100%}.DataTable-module__QHiQbG__table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.DataTable-module__QHiQbG__table th{text-align:start;font-weight:var(--weight-semibold);color:var(--color-text-muted);font-size:var(--text-xs);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);white-space:nowrap}.DataTable-module__QHiQbG__table td{padding:var(--space-4);border-bottom:1px solid var(--color-border);vertical-align:middle}.DataTable-module__QHiQbG__table tbody tr:last-child td{border-bottom:none}.DataTable-module__QHiQbG__table tbody tr:hover{background:var(--color-surface-muted)}.DataTable-module__QHiQbG__start{text-align:start}.DataTable-module__QHiQbG__end{text-align:end}.DataTable-module__QHiQbG__primaryCell{font-weight:var(--weight-medium);color:var(--color-text)}@media (max-width:767px){.DataTable-module__QHiQbG__table,.DataTable-module__QHiQbG__table tbody,.DataTable-module__QHiQbG__table tr,.DataTable-module__QHiQbG__table td{width:100%;display:block}.DataTable-module__QHiQbG__table thead{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.DataTable-module__QHiQbG__table tr{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-3);background:var(--color-surface);padding:var(--space-2) 0}.DataTable-module__QHiQbG__table tbody tr:hover{background:var(--color-surface)}.DataTable-module__QHiQbG__table td{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-2) var(--space-4);text-align:start;border-bottom:none;display:flex}.DataTable-module__QHiQbG__table td:before{content:attr(data-label);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);flex-shrink:0}.DataTable-module__QHiQbG__primaryCell{font-size:var(--text-base);padding-top:var(--space-3)}.DataTable-module__QHiQbG__primaryCell:before{display:none}.DataTable-module__QHiQbG__table td.DataTable-module__QHiQbG__end{justify-content:space-between}}
.Layout-module__OThN1W__logo{flex-direction:column;gap:2px;line-height:1.1;display:inline-flex}.Layout-module__OThN1W__wordmark{font-weight:var(--weight-bold);letter-spacing:.06em;color:inherit}.Layout-module__OThN1W__dot{color:var(--color-mint)}.Layout-module__OThN1W__slogan{font-size:var(--text-xs);font-weight:var(--weight-regular);letter-spacing:0;opacity:.72}.Layout-module__OThN1W__logo-dark{color:var(--color-charcoal)}.Layout-module__OThN1W__logo-light{color:var(--color-text-inverse)}.Layout-module__OThN1W__sm .Layout-module__OThN1W__wordmark{font-size:var(--text-lg)}.Layout-module__OThN1W__md .Layout-module__OThN1W__wordmark{font-size:var(--text-xl)}.Layout-module__OThN1W__lg .Layout-module__OThN1W__wordmark{font-size:var(--text-3xl)}.Layout-module__OThN1W__pageHeader{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.Layout-module__OThN1W__pageHeaderText{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.Layout-module__OThN1W__pageTitleRow{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.Layout-module__OThN1W__pageTitle{font-size:var(--text-2xl);margin:0}.Layout-module__OThN1W__pageDescription{color:var(--color-text-muted);max-width:62ch;margin:0}.Layout-module__OThN1W__pageActions{gap:var(--space-3);flex-wrap:wrap;display:flex}.Layout-module__OThN1W__stepper{align-items:center;gap:var(--space-3);margin:0 0 var(--space-6);flex-wrap:wrap;padding:0;list-style:none;display:flex}.Layout-module__OThN1W__step{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted);display:flex}.Layout-module__OThN1W__step+.Layout-module__OThN1W__step:before{content:"";background:var(--color-border-strong);width:28px;height:1px;margin-inline-end:var(--space-3)}.Layout-module__OThN1W__stepMarker{border-radius:var(--radius-full);border:1px solid var(--color-border-strong);width:28px;height:28px;font-size:var(--text-sm);font-weight:var(--weight-semibold);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Layout-module__OThN1W__current{color:var(--color-text);font-weight:var(--weight-medium)}.Layout-module__OThN1W__current .Layout-module__OThN1W__stepMarker{background:var(--color-mint);border-color:var(--color-mint);color:var(--color-charcoal)}.Layout-module__OThN1W__done{color:var(--color-success)}.Layout-module__OThN1W__done .Layout-module__OThN1W__stepMarker{background:var(--color-success-soft);border-color:var(--color-success);color:var(--color-success)}.Layout-module__OThN1W__detailList{gap:var(--space-4);flex-direction:column;margin:0;display:flex}.Layout-module__OThN1W__detailRow{justify-content:space-between;align-items:baseline;gap:var(--space-4);display:flex}.Layout-module__OThN1W__detailLabel{color:var(--color-text-muted);font-size:var(--text-sm);flex-shrink:0;margin:0}.Layout-module__OThN1W__detailValue{text-align:end;font-weight:var(--weight-medium);word-break:break-word;min-width:0;margin:0}@media (max-width:640px){.Layout-module__OThN1W__pageTitle{font-size:var(--text-xl)}.Layout-module__OThN1W__pageActions{width:100%}.Layout-module__OThN1W__pageActions>*{flex:1}.Layout-module__OThN1W__detailRow{align-items:flex-start;gap:var(--space-1);flex-direction:column}.Layout-module__OThN1W__detailValue{text-align:start}.Layout-module__OThN1W__step+.Layout-module__OThN1W__step:before{display:none}}
.DocumentStatus-module__wYSRfG__status{white-space:nowrap;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.DocumentStatus-module__wYSRfG__dot{border-radius:50%;flex:none;width:.5rem;height:.5rem}.DocumentStatus-module__wYSRfG__draft{color:#6b757c}.DocumentStatus-module__wYSRfG__draft .DocumentStatus-module__wYSRfG__dot{background:#b6c0c7}.DocumentStatus-module__wYSRfG__finalized{color:#1d7a5c}.DocumentStatus-module__wYSRfG__finalized .DocumentStatus-module__wYSRfG__dot{background:#65d2a8}.DocumentStatus-module__wYSRfG__discarded{color:#8a6d3b}.DocumentStatus-module__wYSRfG__discarded .DocumentStatus-module__wYSRfG__dot{background:#d9b169}
.DraftEditor-module__KkQ2mG__grid{grid-template-columns:1fr;gap:0 1rem;display:grid}@media (min-width:40rem){.DraftEditor-module__KkQ2mG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.DraftEditor-module__KkQ2mG__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.DraftEditor-module__KkQ2mG__note{color:#6b757c;overflow-wrap:anywhere;margin:.35rem 0 0;font-size:.85rem;line-height:1.6}.DraftEditor-module__KkQ2mG__unsaved{z-index:2;border:1px solid #dfe7e2;color:#3c4247;background:#fff;border-inline-start:4px solid #65d2a8;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex;position:sticky;top:.5rem}.DraftEditor-module__KkQ2mG__unsaved:focus-visible{outline-offset:2px;outline:2px solid #65d2a8}.DraftEditor-module__KkQ2mG__unsavedActions{flex-wrap:wrap;gap:.5rem;display:flex}.DraftEditor-module__KkQ2mG__lines{flex-direction:column;gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.DraftEditor-module__KkQ2mG__line{background:#f4f6f8;border:1px solid #e4e9ec;border-radius:8px;padding:.85rem}.DraftEditor-module__KkQ2mG__lineHeader{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.DraftEditor-module__KkQ2mG__lineOrdinal{color:#6b757c;font-size:.85rem;font-weight:600}.DraftEditor-module__KkQ2mG__lineActions{gap:.25rem;display:flex}.DraftEditor-module__KkQ2mG__lineGrid{grid-template-columns:1fr;gap:0 .75rem;display:grid}@media (min-width:40rem){.DraftEditor-module__KkQ2mG__lineGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.DraftEditor-module__KkQ2mG__lineGrid>:first-child{grid-column:1/-1}}.DraftEditor-module__KkQ2mG__totals{flex-direction:column;gap:.4rem;margin:0;display:flex}.DraftEditor-module__KkQ2mG__total{color:#3c4247;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.95rem;display:flex}.DraftEditor-module__KkQ2mG__total dt{color:#6b757c}.DraftEditor-module__KkQ2mG__total dd{margin:0;font-weight:600}.DraftEditor-module__KkQ2mG__totalEmphasis{border-top:1px solid #e4e9ec;margin-top:.35rem;padding-top:.5rem;font-size:1.05rem}.DraftEditor-module__KkQ2mG__stale{color:#8a6d3b;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.DraftEditor-module__KkQ2mG__staleValue{color:#98a2aa}.DraftEditor-module__KkQ2mG__exact{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate;display:inline-block}@media (max-width:30rem){.DraftEditor-module__KkQ2mG__unsavedActions{width:100%}}
.FinalizedView-module__C65F1G__issued{color:#6b757c;overflow-wrap:anywhere;max-width:46rem;margin:0 0 1rem;font-size:.9rem;line-height:1.7}.FinalizedView-module__C65F1G__exact{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate;display:inline-block}.FinalizedView-module__C65F1G__tableWrap{display:none}.FinalizedView-module__C65F1G__lines{border-collapse:collapse;width:100%;font-size:.9rem}.FinalizedView-module__C65F1G__lines th,.FinalizedView-module__C65F1G__lines td{text-align:start;overflow-wrap:anywhere;border-bottom:1px solid #e4e9ec;padding:.6rem .7rem}.FinalizedView-module__C65F1G__lines th{color:#6b757c;white-space:nowrap;font-size:.8rem;font-weight:600}.FinalizedView-module__C65F1G__lines td{color:#3c4247;vertical-align:top}.FinalizedView-module__C65F1G__lines tbody tr:last-child td{border-bottom:none}.FinalizedView-module__C65F1G__lineCards{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.FinalizedView-module__C65F1G__lineCard{background:#f4f6f8;border:1px solid #e4e9ec;border-radius:8px;padding:.75rem}.FinalizedView-module__C65F1G__lineCardTitle{color:#3c4247;overflow-wrap:anywhere;margin:0 0 .5rem;font-weight:600}.FinalizedView-module__C65F1G__lineCardRows{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .75rem;margin:0;display:grid}.FinalizedView-module__C65F1G__lineCardRow{justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.85rem;display:flex}.FinalizedView-module__C65F1G__lineCardRow dt{color:#6b757c}.FinalizedView-module__C65F1G__lineCardRow dd{color:#3c4247;margin:0;font-weight:600}@media (min-width:48rem){.FinalizedView-module__C65F1G__tableWrap{display:block;overflow-x:auto}.FinalizedView-module__C65F1G__lineCards{display:none}}.FinalizedView-module__C65F1G__totals{flex-direction:column;gap:.4rem;max-width:26rem;margin:0;display:flex}.FinalizedView-module__C65F1G__total{color:#3c4247;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.95rem;display:flex}.FinalizedView-module__C65F1G__total dt{color:#6b757c}.FinalizedView-module__C65F1G__total dd{margin:0;font-weight:600}.FinalizedView-module__C65F1G__totalEmphasis{border-top:2px solid #65d2a8;margin-top:.35rem;padding-top:.5rem;font-size:1.1rem}
.Header-module__zGMjYW__header{z-index:var(--z-header);align-items:center;gap:var(--space-3);height:var(--header-height);padding:0 var(--space-4);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;position:sticky;top:0}.Header-module__zGMjYW__menuButton{min-width:var(--tap-target);min-height:var(--tap-target);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;font-size:var(--text-lg);justify-content:center;align-items:center;display:none}.Header-module__zGMjYW__spacer{flex:1}.Header-module__zGMjYW__businessLabel{text-align:start;flex-direction:column;align-items:flex-start;gap:0;min-width:0;display:flex}.Header-module__zGMjYW__businessName{font-weight:var(--weight-semibold);font-size:var(--text-sm);white-space:nowrap;text-overflow:ellipsis;max-width:42vw;overflow:hidden}.Header-module__zGMjYW__businessRole{font-size:var(--text-xs);color:var(--color-text-muted)}.Header-module__zGMjYW__user{align-items:center;gap:var(--space-2);min-width:0;display:flex}.Header-module__zGMjYW__avatar{border-radius:var(--radius-full);background:var(--color-mint-soft);width:32px;height:32px;color:var(--color-charcoal);font-weight:var(--weight-semibold);font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__zGMjYW__userName{font-size:var(--text-sm);font-weight:var(--weight-medium);white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.Header-module__zGMjYW__menuHeading{padding:var(--space-2) var(--space-3);font-size:var(--text-xs);color:var(--color-text-muted);border-bottom:1px solid var(--color-border);margin:0;margin-bottom:var(--space-1);text-overflow:ellipsis;overflow:hidden}.Header-module__zGMjYW__menuItem{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);min-height:var(--tap-target);border-radius:var(--radius-sm);cursor:pointer;text-align:start;font-size:var(--text-sm);color:var(--color-text);background:0 0;border:none;text-decoration:none;display:flex}.Header-module__zGMjYW__menuItem:hover{background:var(--color-surface-muted);text-decoration:none}.Header-module__zGMjYW__menuItemText{flex-direction:column;min-width:0;display:flex}.Header-module__zGMjYW__menuItemTitle{font-weight:var(--weight-medium);text-overflow:ellipsis;overflow:hidden}.Header-module__zGMjYW__menuItemMeta{font-size:var(--text-xs);color:var(--color-text-muted)}.Header-module__zGMjYW__check{color:var(--color-success);flex-shrink:0}.Header-module__zGMjYW__danger{color:var(--color-danger)}@media (max-width:1023px){.Header-module__zGMjYW__menuButton{display:inline-flex}}@media (max-width:640px){.Header-module__zGMjYW__roleBadge,.Header-module__zGMjYW__userName{display:none}.Header-module__zGMjYW__businessName{max-width:40vw}}
.dashboard-module__nv8Tuq__grid{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;display:grid}.dashboard-module__nv8Tuq__wide{grid-column:1/-1}.dashboard-module__nv8Tuq__muted{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.dashboard-module__nv8Tuq__cardAction{margin-top:var(--space-4)}.dashboard-module__nv8Tuq__checklist{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.dashboard-module__nv8Tuq__checkItem{align-items:flex-start;gap:var(--space-3);display:flex}.dashboard-module__nv8Tuq__check{border-radius:var(--radius-full);width:22px;height:22px;font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.dashboard-module__nv8Tuq__checkDone{background:var(--color-success-soft);color:var(--color-success)}.dashboard-module__nv8Tuq__checkPending{background:var(--color-surface-muted);color:var(--color-text-muted);border:1px solid var(--color-border-strong)}.dashboard-module__nv8Tuq__checkText{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.dashboard-module__nv8Tuq__checkLabelDone{color:var(--color-text-muted)}.dashboard-module__nv8Tuq__checkNote{font-size:var(--text-sm);color:var(--color-text-muted)}@media (max-width:640px){.dashboard-module__nv8Tuq__grid{gap:var(--space-4);grid-template-columns:1fr}}
.LifecycleActions-module__B-5Q8G__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}@media (max-width:26rem){.LifecycleActions-module__B-5Q8G__actions>*{flex:100%}}.LifecycleActions-module__B-5Q8G__reason{overflow-wrap:anywhere;margin:0;line-height:1.7}.LifecycleActions-module__B-5Q8G__pending{color:#6b757c;margin:.75rem 0 0;font-size:.85rem}.LifecycleActions-module__B-5Q8G__summary{flex-direction:column;gap:.4rem;margin:0 0 1rem;display:flex}.LifecycleActions-module__B-5Q8G__summaryRow{justify-content:space-between;align-items:baseline;gap:1rem;font-size:.9rem;display:flex}.LifecycleActions-module__B-5Q8G__summaryRow dt{color:#6b757c}.LifecycleActions-module__B-5Q8G__summaryRow dd{color:#3c4247;text-align:start;overflow-wrap:anywhere;direction:ltr;unicode-bidi:isolate;margin:0;font-weight:600}.LifecycleActions-module__B-5Q8G__warning{color:#3c4247;overflow-wrap:anywhere;background:#fdf4e3;border-inline-start:4px solid #d9b169;border-radius:6px;margin:0;padding:.75rem;font-size:.9rem;line-height:1.7}
.Sidebar-module__H-csnW__sidebar{width:var(--sidebar-width);background:var(--color-charcoal);color:var(--color-text-inverse);z-index:var(--z-header);flex-direction:column;display:flex;position:fixed;inset-block:0;inset-inline-start:0}.Sidebar-module__H-csnW__brand{padding:var(--space-5) var(--space-5) var(--space-4);border-bottom:1px solid #ffffff1a}.Sidebar-module__H-csnW__brandLink{color:inherit;text-decoration:none;display:inline-block}.Sidebar-module__H-csnW__brandLink:hover{text-decoration:none}.Sidebar-module__H-csnW__nav{padding:var(--space-3);flex:1;overflow-y:auto}.Sidebar-module__H-csnW__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.Sidebar-module__H-csnW__item{align-items:center;gap:var(--space-3);padding:var(--space-3);min-height:var(--tap-target);border-radius:var(--radius-md);color:#ffffffb8;font-size:var(--text-sm);font-weight:var(--weight-medium);text-decoration:none;transition:background-color .15s,color .15s;display:flex}a.Sidebar-module__H-csnW__item:hover{color:var(--color-text-inverse);background:#ffffff14;text-decoration:none}.Sidebar-module__H-csnW__active{color:var(--color-text-inverse);background:#42d6ad24;position:relative}.Sidebar-module__H-csnW__active:before{content:"";inset-inline-start:0;border-radius:var(--radius-full);background:var(--color-mint);width:3px;position:absolute;top:20%;bottom:20%}.Sidebar-module__H-csnW__disabled{color:#ffffff61;cursor:default}.Sidebar-module__H-csnW__icon{text-align:center;width:20px;font-size:var(--text-base);flex-shrink:0}.Sidebar-module__H-csnW__label{flex:1;min-width:0}.Sidebar-module__H-csnW__footnote{padding:var(--space-4) var(--space-5);font-size:var(--text-xs);color:#ffffff73;line-height:var(--leading-normal);border-top:1px solid #ffffff1a;margin:0}@media (max-width:1023px){.Sidebar-module__H-csnW__sidebar{display:none}}
.AuthShell-module__BkYbqW__shell{min-height:100vh;padding:var(--space-6) var(--space-4);background:var(--color-page);justify-content:center;align-items:center;display:flex}.AuthShell-module__BkYbqW__panel{align-items:center;gap:var(--space-6);flex-direction:column;width:100%;max-width:440px;display:flex}.AuthShell-module__BkYbqW__brand{color:inherit;text-align:center;text-decoration:none}.AuthShell-module__BkYbqW__brand:hover{text-decoration:none}.AuthShell-module__BkYbqW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);padding:var(--space-8);gap:var(--space-5);flex-direction:column;display:flex}.AuthShell-module__BkYbqW__heading{gap:var(--space-2);flex-direction:column;display:flex}.AuthShell-module__BkYbqW__title{font-size:var(--text-xl);margin:0}.AuthShell-module__BkYbqW__description{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.AuthShell-module__BkYbqW__footer{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);gap:var(--space-2);flex-direction:column;display:flex}@media (max-width:480px){.AuthShell-module__BkYbqW__shell{padding:var(--space-4) 0 0;align-items:stretch}.AuthShell-module__BkYbqW__panel{gap:var(--space-5);max-width:100%}.AuthShell-module__BkYbqW__card{padding:var(--space-5) var(--space-4);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-bottom:none;flex:1}}
.RouteGuard-module__2CBjPa__splash{justify-content:center;align-items:center;gap:var(--space-6);background:var(--color-page);min-height:100vh;padding:var(--space-6);text-align:center;flex-direction:column;display:flex}.RouteGuard-module__2CBjPa__bar{border-radius:var(--radius-full);background:var(--color-border);width:160px;height:3px;display:block;overflow:hidden}.RouteGuard-module__2CBjPa__barFill{border-radius:var(--radius-full);background:var(--color-mint);width:40%;height:100%;animation:1.1s ease-in-out infinite RouteGuard-module__2CBjPa__slide;display:block}@keyframes RouteGuard-module__2CBjPa__slide{0%{margin-inline-start:0;transform:translate(0)}50%{margin-inline-start:60%}to{margin-inline-start:0}}@media (prefers-reduced-motion:reduce){.RouteGuard-module__2CBjPa__barFill{opacity:.5;width:100%;animation:none}}
.DocumentsList-module__7c0E5q__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.DocumentsList-module__7c0E5q__intro{color:#6b757c;max-width:46rem;margin:.35rem 0 0;font-size:.9rem;line-height:1.6}.DocumentsList-module__7c0E5q__ownership{color:#6b757c;margin-top:.2rem;font-size:.78rem;display:block}.DocumentsList-module__7c0E5q__sequence{font-variant-numeric:tabular-nums;color:#3c4247}.DocumentsList-module__7c0E5q__muted{color:#98a2aa}.DocumentsList-module__7c0E5q__link{color:#3c4247;font-weight:600;text-decoration:none}.DocumentsList-module__7c0E5q__link:hover{text-decoration:underline}.DocumentsList-module__7c0E5q__link:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #65d2a8}.DocumentsList-module__7c0E5q__pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.DocumentsList-module__7c0E5q__pageInfo{color:#6b757c;font-size:.85rem}.DocumentsList-module__7c0E5q__pageButtons{gap:.5rem;display:flex}.DocumentsList-module__7c0E5q__limitation{margin-top:1.25rem}.DocumentsList-module__7c0E5q__dialogActions{gap:.75rem;margin-top:1.25rem;display:flex}
.DocumentWorkspace-module__I7TJ4a__workspace{flex-direction:column;gap:1.25rem;display:flex}.DocumentWorkspace-module__I7TJ4a__exact{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:isolate;display:inline-block}.DocumentWorkspace-module__I7TJ4a__ordinal{font-variant-numeric:tabular-nums;color:#6b757c;width:2.5rem}.DocumentWorkspace-module__I7TJ4a__linesScroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.DocumentWorkspace-module__I7TJ4a__lines{border-collapse:collapse;width:100%;min-width:34rem;font-size:.9rem}.DocumentWorkspace-module__I7TJ4a__lines th,.DocumentWorkspace-module__I7TJ4a__lines td{text-align:start;overflow-wrap:anywhere;border-bottom:1px solid #e4e9ec;padding:.6rem .75rem}.DocumentWorkspace-module__I7TJ4a__lines th{color:#6b757c;white-space:nowrap;font-size:.8rem;font-weight:600}.DocumentWorkspace-module__I7TJ4a__lines td{color:#3c4247}.DocumentWorkspace-module__I7TJ4a__lines tbody tr:last-child td{border-bottom:none}.DocumentWorkspace-module__I7TJ4a__pending{color:#6b757c;overflow-wrap:anywhere;max-width:46rem;margin:0;font-size:.9rem;line-height:1.7}.DocumentWorkspace-module__I7TJ4a__backLink{color:#3c4247;font-weight:600;text-decoration:underline}.DocumentWorkspace-module__I7TJ4a__backLink:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #65d2a8}@media (max-width:30rem){.DocumentWorkspace-module__I7TJ4a__lines{min-width:26rem}.DocumentWorkspace-module__I7TJ4a__lines th,.DocumentWorkspace-module__I7TJ4a__lines td{padding:.5rem}}
.layout-module__XV88lW__shell{background:var(--color-page);min-height:100vh}.layout-module__XV88lW__main{flex-direction:column;min-width:0;min-height:100vh;margin-inline-start:var(--sidebar-width);display:flex}.layout-module__XV88lW__content{padding:var(--space-8) var(--space-6) var(--space-12);flex:1}.layout-module__XV88lW__content:focus{outline:none}.layout-module__XV88lW__container{max-width:var(--content-max);width:100%;margin:0 auto}@media (max-width:1023px){.layout-module__XV88lW__main{margin-inline-start:0}.layout-module__XV88lW__content{padding:var(--space-6) var(--space-4) var(--space-10)}}@media (max-width:640px){.layout-module__XV88lW__content{padding:var(--space-4) var(--space-4) var(--space-10)}}
.AccountingPeriods-module__HaXX0a__stack{gap:var(--space-4);flex-direction:column;display:flex}
.team-module__2raija__stack{gap:var(--space-5);margin-bottom:var(--space-5);flex-direction:column;display:flex}.team-module__2raija__person{flex-direction:column;gap:2px;min-width:0;display:flex}.team-module__2raija__personName{font-weight:var(--weight-medium)}.team-module__2raija__personEmail{font-size:var(--text-xs);color:var(--color-text-muted);text-align:start;unicode-bidi:plaintext}.team-module__2raija__rowActions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.team-module__2raija__rowActions select{min-width:150px;min-height:36px;padding-block:var(--space-1);font-size:var(--text-sm)}@media (max-width:767px){.team-module__2raija__rowActions{justify-content:flex-start;width:100%}.team-module__2raija__rowActions select{flex:1}}
.AuthForm-module__b9ruLG__form{gap:var(--space-5);flex-direction:column;display:flex}.AuthForm-module__b9ruLG__fields{gap:var(--space-4);flex-direction:column;display:flex}.AuthForm-module__b9ruLG__actions{gap:var(--space-3);flex-direction:column;display:flex}.AuthForm-module__b9ruLG__links{gap:var(--space-2);font-size:var(--text-sm);flex-direction:column;align-items:center;display:flex}.AuthForm-module__b9ruLG__link{color:var(--color-success);font-weight:var(--weight-medium)}.AuthForm-module__b9ruLG__requirements{color:var(--color-text-muted);font-size:var(--text-sm);gap:var(--space-1);flex-direction:column;margin:0;padding-inline-start:var(--space-5);display:flex}.AuthForm-module__b9ruLG__success{gap:var(--space-4);flex-direction:column;align-items:stretch;display:flex}
