.Button-module__TM3kbG__base{white-space:nowrap;border-radius:var(--theme-form-radius);font-size:var(--liszt-text-lg);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;font-weight:700;line-height:1.25rem;text-decoration:none;transition:background-color .15s cubic-bezier(.4,0,.2,1),filter .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1),transform 80ms cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__TM3kbG__base:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.Button-module__TM3kbG__base:disabled{pointer-events:none;opacity:.45}.Button-module__TM3kbG__iconSlot{flex-shrink:0;align-items:center;display:inline-flex}.Button-module__TM3kbG__primary{border:var(--theme-border-width)var(--theme-border-style)transparent;background-color:var(--btn-c,var(--theme-primary));background-image:linear-gradient(var(--theme-button-angle),rgba(0,0,0,calc(var(--theme-button-depth)/100))0%,#0000 100%);color:var(--btn-fg,var(--theme-primary-foreground));box-shadow:0 4px 5px -4px color-mix(in srgb,var(--btn-c,var(--theme-primary))20%,transparent),0 10px 13px -3px color-mix(in srgb,var(--btn-c,var(--theme-primary))20%,transparent)}.Button-module__TM3kbG__primary:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 6px 10px -4px color-mix(in srgb,var(--btn-c,var(--theme-primary))35%,transparent),0 14px 20px -3px color-mix(in srgb,var(--btn-c,var(--theme-primary))30%,transparent)}.Button-module__TM3kbG__primary:active:not(:disabled){filter:brightness(.92);box-shadow:0 2px 3px -2px color-mix(in srgb,var(--btn-c,var(--theme-primary))20%,transparent),0 4px 6px -2px color-mix(in srgb,var(--btn-c,var(--theme-primary))15%,transparent);transform:translateY(1px)}.Button-module__TM3kbG__color_danger{--btn-c:var(--theme-danger,#c0392b);--btn-fg:#fff}.Button-module__TM3kbG__color_warning{--btn-c:var(--theme-warning,#b7791f);--btn-fg:#171717}.Button-module__TM3kbG__color_success{--btn-c:var(--theme-success,#16a34a);--btn-fg:#fff}.Button-module__TM3kbG__secondary.Button-module__TM3kbG__colored{border-color:var(--btn-c);color:var(--btn-c)}.Button-module__TM3kbG__secondary.Button-module__TM3kbG__colored:hover:not(:disabled){border-color:var(--btn-c);background-color:color-mix(in srgb,var(--btn-c)8%,transparent)}.Button-module__TM3kbG__text.Button-module__TM3kbG__colored{color:var(--btn-c)}.Button-module__TM3kbG__text.Button-module__TM3kbG__colored:hover:not(:disabled){background-color:color-mix(in srgb,var(--btn-c)8%,transparent)}.Button-module__TM3kbG__secondary{background-color:var(--theme-background-component);border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);color:var(--theme-foreground)}.Button-module__TM3kbG__secondary:hover:not(:disabled){border-color:color-mix(in srgb,var(--theme-primary)45%,var(--theme-border-color))}.Button-module__TM3kbG__secondary:active:not(:disabled){background-color:color-mix(in srgb,var(--theme-foreground)6%,transparent);transform:translateY(1px)}.Button-module__TM3kbG__text{border:var(--theme-border-width)var(--theme-border-style)transparent;color:var(--theme-foreground);background-color:#0000}.Button-module__TM3kbG__text:hover:not(:disabled){background-color:color-mix(in srgb,var(--theme-foreground)8%,transparent)}.Button-module__TM3kbG__text:active:not(:disabled){background-color:color-mix(in srgb,var(--theme-foreground)14%,transparent)}.Button-module__TM3kbG__size_default{height:2.75rem;padding:.75rem 2rem}.Button-module__TM3kbG__size_sm{height:2.25rem;font-size:var(--liszt-text-md);padding:.5rem 1.125rem;line-height:1rem}.Button-module__TM3kbG__size_lg{height:3.25rem;font-size:var(--liszt-text-xl);padding:1rem 2.5rem;line-height:1.5rem}.Button-module__TM3kbG__size_icon{width:2.75rem;height:2.75rem;padding:0}.Button-module__TM3kbG__size_sm-icon{width:2.25rem;height:2.25rem;padding:0}.Button-module__TM3kbG__size_lg-icon{width:3.25rem;height:3.25rem;padding:0}
.ActionBanner-module__s7RNWW__banner{border-radius:var(--liszt-radius-xl);background:var(--theme-primary-gradient);color:var(--theme-primary-foreground);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px;display:flex}.ActionBanner-module__s7RNWW__text{min-width:0}.ActionBanner-module__s7RNWW__title{font-size:var(--liszt-text-2xl);letter-spacing:-.3px;color:var(--theme-primary-foreground);font-weight:800}.ActionBanner-module__s7RNWW__description{font-size:var(--liszt-text-md);color:color-mix(in srgb,var(--theme-primary-foreground)80%,transparent);margin-top:4px}.ActionBanner-module__s7RNWW__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}
.Tooltip-module__reRUEq__wrapper{display:inline-flex;position:relative}.Tooltip-module__reRUEq__trigger{display:inline-flex}.Tooltip-module__reRUEq__fullWidth{width:100%;min-width:0;display:block}.Tooltip-module__reRUEq__tooltip{z-index:100;background-color:var(--theme-foreground);color:var(--theme-background-elevated);border-radius:var(--theme-form-radius);font-size:var(--liszt-text-sm);pointer-events:none;opacity:0;width:max-content;max-width:min(320px,100vw - 16px);max-height:calc(100vh - 16px);padding:.5rem .75rem;line-height:1.4;animation:.12s ease-out forwards Tooltip-module__reRUEq__tooltipFadeIn;position:absolute;overflow:hidden;box-shadow:0 6px 16px #0003}.Tooltip-module__reRUEq__tooltip *{color:inherit}.Tooltip-module__reRUEq__floating{z-index:9999;position:fixed}@keyframes Tooltip-module__reRUEq__tooltipFadeIn{to{opacity:1}}
.AutoTranslateMark-module__cMw8ya__button{appearance:none;cursor:pointer;vertical-align:baseline;color:var(--theme-primary);background:0 0;border:none;align-items:center;margin:0 0 0 5px;padding:0;display:inline-flex;position:relative;top:1px}.AutoTranslateMark-module__cMw8ya__button:hover{color:color-mix(in srgb,var(--theme-primary)82%,#000)}.AutoTranslateMark-module__cMw8ya__icon{color:inherit;flex-shrink:0}.AutoTranslateMark-module__cMw8ya__icon[data-active]{opacity:.6}
.rich-text-content{font-family:var(--theme-font);font-size:var(--liszt-text-xl);line-height:var(--theme-line-height);color:var(--theme-foreground)}.rich-text-content p{margin:0 0 .75rem}.rich-text-content h1,.rich-text-content h2,.rich-text-content h3,.rich-text-content h4{color:var(--theme-foreground);margin:1rem 0 .5rem;font-weight:700;line-height:1.25}.rich-text-content h1{font-size:var(--liszt-text-h2)}.rich-text-content h2{font-size:var(--liszt-text-h3)}.rich-text-content h3{font-size:var(--liszt-text-2xl)}.rich-text-content h4{font-size:var(--liszt-text-xl)}.rich-text-content ul,.rich-text-content ol{margin:0 0 .75rem;padding-left:1.5rem}.rich-text-content ul[data-type=taskList]{padding-left:.25rem;list-style:none}.rich-text-content ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}.rich-text-content blockquote{border-left:3px solid var(--theme-primary);color:var(--theme-foreground-muted);margin:0 0 .75rem;padding-left:.875rem}.rich-text-content code{background-color:var(--theme-background-component);border-radius:4px;padding:.1rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.rich-text-content pre{border-radius:var(--theme-form-radius);background-color:var(--theme-background-component);color:var(--theme-foreground);margin:0 0 .75rem;padding:.75rem .875rem;overflow-x:auto}.rich-text-content pre code{background:0 0;padding:0}.rich-text-content a{color:var(--theme-primary);text-decoration:underline}.rich-text-content hr{border:none;border-top:1px solid var(--theme-border-input);margin:1rem 0}.rich-text-content img{border-radius:var(--theme-form-radius);max-width:100%;height:auto}.rich-text-content table{border-collapse:collapse;width:100%;margin:0 0 .75rem}.rich-text-content th,.rich-text-content td{border:1px solid var(--theme-border-input);text-align:left;padding:.375rem .5rem}.rich-text-content th{background-color:var(--theme-background-elevated);font-weight:600}.rich-text-content .rich-attachment{border:1px solid var(--theme-border-input);border-radius:var(--theme-form-radius);background-color:var(--theme-background-elevated);color:var(--theme-primary);align-items:center;gap:.375rem;padding:.375rem .625rem;text-decoration:none;display:inline-flex}.rich-text-content.rich-text-muted,.rich-text-content.rich-text-muted :where(h1,h2,h3,h4,h5,h6,p,li,strong,em,span,blockquote){color:var(--theme-foreground-muted)}.rich-text-content.rich-text-sm{font-size:var(--liszt-text-md)}.rich-text-content.rich-text-sm :where(h1){font-size:var(--liszt-text-2xl)}.rich-text-content.rich-text-sm :where(h2),.rich-text-content.rich-text-sm :where(h3,h4){font-size:var(--liszt-text-xl)}
.AutoTranslatedText-module__MCfQKq__htmlWrap{padding-right:1.5rem;position:relative}.AutoTranslatedText-module__MCfQKq__htmlMark{line-height:1;position:absolute;top:0;right:0}
.FieldMessage-module__fmm4oW__error,.FieldMessage-module__fmm4oW__success{font-size:var(--liszt-text-sm);align-items:flex-start;gap:.375rem;font-weight:600;line-height:1.4;display:inline-flex}.FieldMessage-module__fmm4oW__error{color:var(--theme-danger)}.FieldMessage-module__fmm4oW__success{color:var(--theme-success)}.FieldMessage-module__fmm4oW__hint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin-top:.125rem;line-height:1.45}.FieldMessage-module__fmm4oW__icon{flex-shrink:0;margin-top:1px}
.Checkbox-module__UVFhtq__wrapper{flex-direction:column;gap:.25rem;display:flex}.Checkbox-module__UVFhtq__row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.625rem;display:flex;position:relative}.Checkbox-module__UVFhtq__hiddenInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Checkbox-module__UVFhtq__indicator{border:1.5px solid var(--theme-border-input);border-radius:var(--theme-form-radius);background-color:var(--theme-background);color:#0000;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.0625rem;transition:background-color .15s,border-color .15s;display:flex}.Checkbox-module__UVFhtq__indicator svg{width:.75rem;height:.75rem}.Checkbox-module__UVFhtq__hiddenInput:checked~.Checkbox-module__UVFhtq__indicator{background-color:var(--theme-primary);border-color:var(--theme-primary);color:var(--theme-primary-foreground)}.Checkbox-module__UVFhtq__hiddenInput:focus-visible~.Checkbox-module__UVFhtq__indicator{outline:2px solid var(--theme-primary);outline-offset:2px}.Checkbox-module__UVFhtq__hiddenInput:disabled~.Checkbox-module__UVFhtq__indicator{opacity:.5}.Checkbox-module__UVFhtq__row:has(.Checkbox-module__UVFhtq__hiddenInput:disabled){cursor:not-allowed}.Checkbox-module__UVFhtq__hiddenInput.Checkbox-module__UVFhtq__inputError~.Checkbox-module__UVFhtq__indicator{border-color:var(--theme-danger)}.Checkbox-module__UVFhtq__hiddenInput.Checkbox-module__UVFhtq__inputError:checked~.Checkbox-module__UVFhtq__indicator{background-color:var(--theme-danger);border-color:var(--theme-danger)}.Checkbox-module__UVFhtq__content{flex-direction:column;gap:.125rem;display:flex}.Checkbox-module__UVFhtq__label{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700;line-height:1.25rem}.Checkbox-module__UVFhtq__description{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted)}.Checkbox-module__UVFhtq__error{font-size:var(--liszt-text-sm);color:var(--theme-danger);padding-left:1.75rem}
.CheckboxGroup-module__vjGQVW__group{flex-direction:column;gap:.25rem;display:flex}.CheckboxGroup-module__vjGQVW__row{flex-flow:wrap;gap:.5rem 1.5rem}
.Chip-module__ZAEIPW__chip{border-radius:var(--theme-form-radius);height:1.75rem;font-family:var(--theme-font),sans-serif;font-size:var(--liszt-text-sm);white-space:nowrap;letter-spacing:.01em;align-items:center;gap:.375rem;padding:0 .75rem;font-weight:600;line-height:1;display:inline-flex}.Chip-module__ZAEIPW__dot{background:var(--chip-c);border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem}.Chip-module__ZAEIPW__icon{flex-shrink:0;justify-content:center;align-items:center;width:.875rem;height:.875rem;display:inline-flex}.Chip-module__ZAEIPW__icon svg{width:.875rem;height:.875rem}.Chip-module__ZAEIPW__soft{background:color-mix(in srgb,var(--chip-c)14%,var(--theme-background-component));color:color-mix(in srgb,var(--chip-c)70%,var(--theme-foreground));border:1px solid color-mix(in srgb,var(--chip-c)30%,var(--theme-background-component))}.Chip-module__ZAEIPW__soft.Chip-module__ZAEIPW__transparent{background:color-mix(in srgb,var(--chip-c)18%,transparent);border-color:color-mix(in srgb,var(--chip-c)40%,transparent);color:var(--chip-c)}.Chip-module__ZAEIPW__filled{background:var(--chip-c);color:var(--chip-fg,#fff);border:1px solid #0000}.Chip-module__ZAEIPW__filled .Chip-module__ZAEIPW__dot{background:color-mix(in srgb,var(--chip-fg,#fff)80%,transparent)}
.ColorPicker-module__j83IzW__container{flex-direction:column;gap:.5rem;width:100%;display:flex;position:relative}.ColorPicker-module__j83IzW__label{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700;line-height:1.25rem}.ColorPicker-module__j83IzW__trigger{border-top:var(--theme-form-border-top);border-right:var(--theme-form-border-right);border-bottom:var(--theme-form-border-bottom);border-left:var(--theme-form-border-left);border-radius:var(--theme-form-radius);background-color:var(--theme-input-bg);justify-content:flex-start;align-items:center;gap:.625rem;width:100%;height:2.75rem;padding:0 .875rem;transition:border-color .15s,background-color .15s;display:flex}.ColorPicker-module__j83IzW__trigger:focus{border-color:var(--theme-primary);outline:none}.ColorPicker-module__j83IzW__triggerPreview{border-radius:var(--theme-radius);border:1px solid var(--theme-border-input);flex-shrink:0;width:1.5rem;height:1.5rem}.ColorPicker-module__j83IzW__triggerValue{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--liszt-text-lg);color:var(--theme-foreground);text-align:left;font-weight:500;line-height:1.25rem}.ColorPicker-module__j83IzW__popover{z-index:50;flex-direction:column;gap:1rem;min-width:280px;margin-top:.5rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ColorPicker-module__j83IzW__pickerWrapper{width:100%}.ColorPicker-module__j83IzW__pickerWrapper .react-colorful{border-radius:var(--theme-radius);width:100%;height:200px}.ColorPicker-module__j83IzW__pickerWrapper .react-colorful__saturation{border-radius:var(--theme-radius)var(--theme-radius)0 0;border-bottom:none}.ColorPicker-module__j83IzW__pickerWrapper .react-colorful__hue{border-radius:0 0 var(--theme-radius)var(--theme-radius);height:16px;margin-top:8px}.ColorPicker-module__j83IzW__pickerWrapper .react-colorful__pointer{border-width:3px;width:20px;height:20px;box-shadow:0 2px 4px #0003}.ColorPicker-module__j83IzW__inputWrapper{align-items:center;gap:.75rem;width:100%;display:flex}.ColorPicker-module__j83IzW__inputField{flex:1;min-width:0}.ColorPicker-module__j83IzW__hexInput{text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ColorPicker-module__j83IzW__inputPreview{border-radius:var(--theme-radius);border:1px solid var(--theme-border-input);flex-shrink:0;width:2.5rem;height:2.5rem}.ColorPicker-module__j83IzW__presets{background-color:var(--theme-background);border-radius:var(--theme-radius);border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);grid-template-columns:repeat(6,1fr);gap:.5rem;width:100%;padding:.75rem;display:grid}.ColorPicker-module__j83IzW__presetButton{border:2px solid var(--theme-background);cursor:pointer;border-radius:.25rem;width:2rem;height:2rem;transition-property:transform,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ColorPicker-module__j83IzW__presetButton:hover{filter:brightness(.95);transform:scale(1.1)}.ColorPicker-module__j83IzW__presetButton:active{transform:scale(.95)}
.DatePicker-module__BFOT0q__pickerWrapper{flex-direction:column;gap:.375rem;width:100%;display:flex}.DatePicker-module__BFOT0q__pickerLabel{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700}.DatePicker-module__BFOT0q__pickerContainer{border-top:var(--theme-form-border-top);border-right:var(--theme-form-border-right);border-bottom:var(--theme-form-border-bottom);border-left:var(--theme-form-border-left);border-radius:var(--theme-form-radius);background-color:var(--theme-input-bg);width:100%;height:2.75rem;color:var(--theme-foreground);font-size:var(--liszt-text-lg);text-align:left;cursor:pointer;outline:none;align-items:center;gap:.5rem;padding:0 .875rem;transition:border-color .15s,background-color .15s;display:flex}.DatePicker-module__BFOT0q__pickerContainer:disabled{opacity:.5;cursor:not-allowed}.DatePicker-module__BFOT0q__pickerContainerOpen,.DatePicker-module__BFOT0q__pickerContainer:focus{border-color:var(--theme-primary)}.DatePicker-module__BFOT0q__pickerContainerError{border-color:var(--theme-danger)}.DatePicker-module__BFOT0q__pickerValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--theme-foreground);flex:1;overflow:hidden}.DatePicker-module__BFOT0q__pickerInput{min-width:0;color:var(--theme-foreground);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0}.DatePicker-module__BFOT0q__pickerInput::placeholder{color:var(--theme-foreground-muted)}.DatePicker-module__BFOT0q__pickerInput:disabled{color:var(--theme-foreground-muted);cursor:not-allowed}.DatePicker-module__BFOT0q__pickerSeparator{color:var(--theme-foreground-muted);font-size:var(--liszt-text-lg);flex-shrink:0;padding:0 .25rem}.DatePicker-module__BFOT0q__pickerPlaceholder{min-width:0;color:var(--theme-foreground-muted);flex:1}.DatePicker-module__BFOT0q__pickerIcon{color:var(--theme-foreground-muted);flex-shrink:0;align-items:center;display:inline-flex}.DatePicker-module__BFOT0q__pickerClear{cursor:pointer;width:18px;height:18px;color:var(--theme-foreground-muted);background:0 0;border:0;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.DatePicker-module__BFOT0q__pickerClear:hover{background-color:color-mix(in srgb,var(--theme-foreground)10%,transparent);color:var(--theme-foreground)}.DatePicker-module__BFOT0q__popover{z-index:9999;background-color:var(--theme-background-component);border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);border-radius:var(--theme-form-radius);font-family:var(--theme-font),sans-serif;overflow:hidden;box-shadow:0 10px 30px #0000001a,0 4px 12px #0000000f}.DatePicker-module__BFOT0q__popoverBody{flex-direction:column;width:max-content;display:inline-flex}.DatePicker-module__BFOT0q__popoverMain{justify-content:center;display:flex}.DatePicker-module__BFOT0q__popoverFooter{border-top:1px solid var(--theme-border-color);background-color:color-mix(in srgb,var(--theme-primary)3%,var(--theme-background-component));justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:8px 12px;display:flex}.DatePicker-module__BFOT0q__footerLink{color:var(--theme-primary);font-size:var(--liszt-text-sm);cursor:pointer;border-radius:var(--theme-form-radius);background:0 0;border:0;padding:4px 8px;font-weight:700}.DatePicker-module__BFOT0q__footerLink:hover{background-color:color-mix(in srgb,var(--theme-primary)8%,transparent)}.DatePicker-module__BFOT0q__footerPrimary{background-color:var(--theme-primary);color:var(--theme-primary-foreground);font-size:var(--liszt-text-sm);cursor:pointer;border-radius:var(--theme-form-radius);border:0;padding:6px 14px;font-weight:700}.DatePicker-module__BFOT0q__footerPrimary:hover{filter:brightness(.95)}.DatePicker-module__BFOT0q__footerHint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);font-weight:500}.DatePicker-module__BFOT0q__footerPresets{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.DatePicker-module__BFOT0q__calendar{flex-direction:column;gap:6px;padding:12px;display:flex}.DatePicker-module__BFOT0q__calendarHeader{justify-content:space-between;align-items:center;gap:8px;padding:0 4px;display:flex}.DatePicker-module__BFOT0q__monthLabel{font-size:var(--liszt-text-md);color:var(--theme-foreground);text-align:center;flex:1;font-weight:700}.DatePicker-module__BFOT0q__navButton{border-radius:var(--theme-form-radius);width:24px;height:24px;color:var(--theme-foreground-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.DatePicker-module__BFOT0q__navButton:hover{background-color:color-mix(in srgb,var(--theme-primary)8%,transparent);color:var(--theme-foreground)}.DatePicker-module__BFOT0q__weekDays{grid-template-columns:repeat(7,1fr);gap:0;padding:4px 0;display:grid}.DatePicker-module__BFOT0q__weekDay{font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted);text-align:center;letter-spacing:.04em;font-weight:700}.DatePicker-module__BFOT0q__daysGrid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.DatePicker-module__BFOT0q__day{border-radius:var(--theme-form-radius);width:32px;height:32px;font-size:var(--liszt-text-md);color:var(--theme-foreground);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-weight:500;transition:background-color 80ms,color 80ms;display:inline-flex}.DatePicker-module__BFOT0q__day:hover:not(:disabled):not(.DatePicker-module__BFOT0q__daySelected){background-color:color-mix(in srgb,var(--theme-primary)8%,transparent)}.DatePicker-module__BFOT0q__dayOutside{color:var(--theme-foreground-muted)}.DatePicker-module__BFOT0q__dayToday{color:var(--theme-primary);font-weight:700}.DatePicker-module__BFOT0q__dayDisabled{cursor:not-allowed;opacity:.4}.DatePicker-module__BFOT0q__daySelected{background-color:var(--theme-primary);color:var(--theme-primary-foreground)}.DatePicker-module__BFOT0q__dayInRange{background-color:color-mix(in srgb,var(--theme-primary)15%,transparent);border-radius:0}.DatePicker-module__BFOT0q__dayRangeStart{border-top-right-radius:0;border-bottom-right-radius:0}.DatePicker-module__BFOT0q__dayRangeEnd{border-top-left-radius:0;border-bottom-left-radius:0}.DatePicker-module__BFOT0q__yearGrid{grid-template-columns:repeat(3,1fr);gap:6px;min-width:240px;padding:4px 0;display:grid}.DatePicker-module__BFOT0q__yearCell{border-radius:var(--theme-form-radius);height:48px;font-size:var(--liszt-text-lg);color:var(--theme-foreground);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;font-weight:600;transition:background-color 80ms,color 80ms;display:inline-flex}.DatePicker-module__BFOT0q__yearCell:hover:not(:disabled):not(.DatePicker-module__BFOT0q__yearSelected){background-color:color-mix(in srgb,var(--theme-primary)8%,transparent)}.DatePicker-module__BFOT0q__yearOutside{color:var(--theme-foreground-muted)}.DatePicker-module__BFOT0q__yearSelected{background-color:var(--theme-primary);color:var(--theme-primary-foreground)}.DatePicker-module__BFOT0q__yearDisabled{cursor:not-allowed;opacity:.4}.DatePicker-module__BFOT0q__timeColumns{background-color:var(--theme-background-component);gap:1px;display:flex}.DatePicker-module__BFOT0q__popoverMain>.DatePicker-module__BFOT0q__timeColumns:not(:first-child){border-left:1px solid var(--theme-border-color)}.DatePicker-module__BFOT0q__popoverMain>.DatePicker-module__BFOT0q__timeColumns:only-child{flex:1}.DatePicker-module__BFOT0q__popoverMain>.DatePicker-module__BFOT0q__timeColumns:only-child>.DatePicker-module__BFOT0q__timeColumn{flex:1;width:auto;min-width:56px}.DatePicker-module__BFOT0q__timeColumn{scrollbar-width:thin;flex-direction:column;gap:1px;width:56px;max-height:232px;padding:4px;display:flex;position:relative;overflow-y:auto}.DatePicker-module__BFOT0q__timeColumn:not(:last-child){border-right:1px solid var(--theme-border-color)}.DatePicker-module__BFOT0q__timeCell{border-radius:var(--theme-form-radius);height:28px;font-size:var(--liszt-text-md);color:var(--theme-foreground);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;display:flex}.DatePicker-module__BFOT0q__timeCell:hover{background-color:color-mix(in srgb,var(--theme-primary)8%,transparent)}.DatePicker-module__BFOT0q__timeCellActive{background-color:color-mix(in srgb,var(--theme-primary)12%,transparent);color:var(--theme-primary);font-weight:700}.DatePicker-module__BFOT0q__timeCellActive:hover{background-color:color-mix(in srgb,var(--theme-primary)18%,transparent)}.DatePicker-module__BFOT0q__timeCellDisabled{cursor:not-allowed;opacity:.4}.DatePicker-module__BFOT0q__timeCellDisabled:hover{background-color:#0000}.DatePicker-module__BFOT0q__dualLayout{flex-direction:column;display:flex}.DatePicker-module__BFOT0q__dualCalendar{gap:0;display:flex}.DatePicker-module__BFOT0q__dualCalendar>*{border-right:1px solid var(--theme-border-color)}.DatePicker-module__BFOT0q__dualCalendar>:last-child{border-right:0}.DatePicker-module__BFOT0q__dualTime{border-top:1px solid var(--theme-border-color);gap:0;display:flex}.DatePicker-module__BFOT0q__timeBlock{flex-direction:column;flex:1;display:flex}.DatePicker-module__BFOT0q__timeBlock:not(:last-child){border-right:1px solid var(--theme-border-color)}.DatePicker-module__BFOT0q__timeBlockLabel{font-size:var(--liszt-text-xs);letter-spacing:.04em;color:var(--theme-foreground-muted);text-transform:uppercase;padding:8px 12px 4px;font-weight:700}
.FilePreview-module__A7GdMG__root{flex-direction:column;width:100%;min-height:0;display:flex}.FilePreview-module__A7GdMG__state{color:var(--theme-foreground-muted);font-size:var(--liszt-text-lg);justify-content:center;align-items:center;padding:2rem;display:flex}.FilePreview-module__A7GdMG__image{object-fit:contain;border-radius:var(--theme-radius);background:var(--theme-surface-secondary);max-width:100%;max-height:60vh;margin:0 auto}.FilePreview-module__A7GdMG__frame{border-radius:var(--theme-radius);background:var(--theme-surface-secondary);border:0;width:100%;height:60vh}.FilePreview-module__A7GdMG__transparent .FilePreview-module__A7GdMG__image,.FilePreview-module__A7GdMG__transparent .FilePreview-module__A7GdMG__frame,.FilePreview-module__A7GdMG__transparent .FilePreview-module__A7GdMG__fallback{background:0 0}.FilePreview-module__A7GdMG__fallback{text-align:center;background:var(--theme-surface-secondary);border-radius:var(--theme-radius);flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;display:flex}.FilePreview-module__A7GdMG__fallbackIcon{color:var(--theme-foreground-muted)}.FilePreview-module__A7GdMG__fallbackName{word-break:break-word;font-weight:600}.FilePreview-module__A7GdMG__fallbackHint{color:var(--theme-foreground-muted);font-size:var(--liszt-text-lg)}.FilePreview-module__A7GdMG__download{border-radius:var(--theme-radius);background:var(--theme-background-component);color:var(--theme-foreground);font-size:var(--liszt-text-lg);align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem .9rem;text-decoration:none;display:inline-flex}.FilePreview-module__A7GdMG__download:hover{background:var(--theme-surface-secondary)}
.FileUpload-module__okqfsW__root{flex-direction:column;gap:10px;display:flex}.FileUpload-module__okqfsW__fill{width:100%}.FileUpload-module__okqfsW__header{flex-direction:column;display:flex}.FileUpload-module__okqfsW__label{font-size:var(--liszt-text-md);color:var(--theme-foreground);margin-bottom:4px;font-weight:600}.FileUpload-module__okqfsW__hint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted)}.FileUpload-module__okqfsW__error{font-size:var(--liszt-text-sm);color:var(--theme-danger);margin-top:4px;font-weight:600}.FileUpload-module__okqfsW__compact{flex-direction:column;gap:10px;display:flex}.FileUpload-module__okqfsW__compactButton{border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);border-radius:var(--theme-form-radius);background:var(--theme-surface);height:40px;color:var(--theme-foreground);font-size:var(--liszt-text-md);cursor:pointer;align-self:flex-start;align-items:center;gap:8px;padding:0 16px;font-weight:600;transition:border-color .12s,background .12s;display:inline-flex}.FileUpload-module__okqfsW__compactButton:hover:not(:disabled){border-color:color-mix(in srgb,var(--theme-primary)45%,var(--theme-border-color));background:var(--theme-surface-secondary)}.FileUpload-module__okqfsW__compactButton:disabled{opacity:.5;cursor:not-allowed}.FileUpload-module__okqfsW__compactList{flex-direction:column;gap:8px;display:flex}.FileUpload-module__okqfsW__row{border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);border-radius:var(--theme-radius);background:var(--theme-surface-secondary);align-items:center;gap:12px;padding:10px 12px;display:flex}.FileUpload-module__okqfsW__rowIcon{color:var(--theme-foreground-muted);flex-shrink:0}.FileUpload-module__okqfsW__rowBody{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.FileUpload-module__okqfsW__rowName{font-size:var(--liszt-text-md);color:var(--theme-foreground);white-space:nowrap;text-overflow:ellipsis;font-weight:600;text-decoration:none;overflow:hidden}.FileUpload-module__okqfsW__rowMeta{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);white-space:nowrap;flex-shrink:0}.FileUpload-module__okqfsW__rowError{font-size:var(--liszt-text-sm);color:var(--theme-danger)}.FileUpload-module__okqfsW__progressTrack{background:var(--theme-border-color);border-radius:999px;height:5px;display:block;overflow:hidden}.FileUpload-module__okqfsW__progressBar{background:var(--theme-primary);border-radius:999px;height:100%;transition:width .12s linear;display:block}.FileUpload-module__okqfsW__iconButton{border-radius:var(--theme-form-radius);width:32px;height:32px;color:var(--theme-foreground-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FileUpload-module__okqfsW__iconButton:hover{background:var(--theme-surface-secondary);color:var(--theme-foreground)}.FileUpload-module__okqfsW__errorIcon{color:var(--theme-danger)}.FileUpload-module__okqfsW__thumbGrid{flex-wrap:wrap;gap:12px;display:flex}.FileUpload-module__okqfsW__thumb{border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);background:var(--theme-surface-secondary);flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.FileUpload-module__okqfsW__square{border-radius:var(--theme-radius)}.FileUpload-module__okqfsW__round{border-radius:50%}.FileUpload-module__okqfsW__thumbEmpty{color:var(--theme-primary);cursor:pointer;border-style:dashed;justify-content:center;align-items:center;transition:border-color .12s,background .12s;display:flex}.FileUpload-module__okqfsW__thumbEmpty:hover:not(:disabled){border-color:var(--theme-primary);background:var(--theme-primary-soft)}.FileUpload-module__okqfsW__thumbEmpty:disabled{opacity:.5;cursor:not-allowed}.FileUpload-module__okqfsW__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.FileUpload-module__okqfsW__thumbOverlay{color:#fff;font-size:var(--liszt-text-sm);background:#0d1c2e8c;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-weight:700;display:flex;position:absolute;inset:0}.FileUpload-module__okqfsW__thumbErrorOverlay{cursor:pointer;background:#ba1a1ab8}.FileUpload-module__okqfsW__thumbRemove{border-radius:var(--theme-form-radius);width:26px;height:26px;color:var(--theme-danger);cursor:pointer;background:#fffffff2;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:6px;right:6px;box-shadow:0 1px 3px #0d1c2e2e}.FileUpload-module__okqfsW__dropzoneWrap{flex-direction:column;gap:12px;display:flex}.FileUpload-module__okqfsW__dropzone{text-align:left;align-items:center;gap:var(--liszt-space-4);width:100%;padding:var(--liszt-space-6);border:1px dashed var(--theme-border-color);border-radius:var(--theme-radius);background:var(--theme-surface-secondary);cursor:pointer;flex-direction:row;transition:border-color .12s,background .12s,box-shadow .12s;display:flex}.FileUpload-module__okqfsW__dropzoneFramed{text-align:center;justify-content:center;gap:var(--liszt-space-3);padding:var(--liszt-space-6)var(--liszt-space-5);flex-direction:column}.FileUpload-module__okqfsW__dropzone:hover:not(:disabled){border-color:color-mix(in srgb,var(--theme-primary)45%,var(--theme-border-color));background:var(--theme-primary-soft)}.FileUpload-module__okqfsW__dropzone:disabled{opacity:.5;cursor:not-allowed}.FileUpload-module__okqfsW__dragging,.FileUpload-module__okqfsW__dragging:hover:not(:disabled){border-style:solid;border-color:var(--theme-primary);background:var(--theme-primary-soft);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-primary)15%,transparent)}.FileUpload-module__okqfsW__dropIcon{border-radius:var(--theme-radius);background:var(--theme-primary-soft);width:46px;height:46px;color:var(--theme-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.FileUpload-module__okqfsW__dropTitle{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700;display:block}.FileUpload-module__okqfsW__dropHint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin-top:3px;display:block}.FileUpload-module__okqfsW__previewGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.FileUpload-module__okqfsW__largePreview{aspect-ratio:1200/400;border-radius:var(--theme-radius);border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);position:relative;overflow:hidden}.FileUpload-module__okqfsW__largeImg{object-fit:cover;width:100%;height:100%;display:block}.FileUpload-module__okqfsW__largeOverlay{color:#fff;font-size:var(--liszt-text-md);background:#0d1c2e80;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-weight:700;display:flex;position:absolute;inset:0}.FileUpload-module__okqfsW__largeErrorOverlay{text-align:center;font-size:var(--liszt-text-md);background:#ba1a1ab8;padding:0 16px;line-height:1.35}.FileUpload-module__okqfsW__largeActions{gap:8px;display:flex;position:absolute;top:12px;right:12px}.FileUpload-module__okqfsW__largeReplace{border-radius:var(--theme-form-radius);height:34px;font-size:var(--liszt-text-sm);color:var(--theme-foreground);cursor:pointer;background:#fffffff2;border:none;align-items:center;gap:6px;padding:0 13px;font-weight:700;display:inline-flex;box-shadow:0 1px 3px #0d1c2e2e}.FileUpload-module__okqfsW__largeRemove{border-radius:var(--theme-form-radius);width:34px;height:34px;color:var(--theme-danger);cursor:pointer;background:#fffffff2;border:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 3px #0d1c2e2e}.FileUpload-module__okqfsW__addTile{border:1px dashed var(--theme-border-color);border-radius:var(--theme-radius);background:var(--theme-surface-secondary);min-height:100px;color:var(--theme-primary);font-size:var(--liszt-text-sm);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:border-color .12s,background .12s;display:flex}.FileUpload-module__okqfsW__addTile:hover:not(:disabled){border-color:var(--theme-primary);background:var(--theme-primary-soft)}.FileUpload-module__okqfsW__addRow{flex-direction:row;min-height:0;padding:14px}.FileUpload-module__okqfsW__spin{animation:.9s linear infinite FileUpload-module__okqfsW__fileUploadSpin}@keyframes FileUpload-module__okqfsW__fileUploadSpin{to{transform:rotate(360deg)}}.FileUpload-module__okqfsW__configForm{flex-direction:column;gap:18px;display:flex}.FileUpload-module__okqfsW__configActions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}
.RichTextEditor-module__UtQ39q__wrapper{flex-direction:column;gap:.375rem;width:100%;display:flex}.RichTextEditor-module__UtQ39q__label{font-size:var(--liszt-text-md);color:var(--theme-foreground);font-weight:600}.RichTextEditor-module__UtQ39q__requiredMark{color:var(--theme-danger);margin-left:.15rem}.RichTextEditor-module__UtQ39q__hint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin-top:-.125rem;margin-bottom:.125rem;line-height:1.45}.RichTextEditor-module__UtQ39q__error{font-size:var(--liszt-text-sm);color:var(--theme-danger);align-items:center;gap:.375rem;display:inline-flex}.RichTextEditor-module__UtQ39q__footerRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.RichTextEditor-module__UtQ39q__count{font-size:var(--liszt-text-sm);font-variant-numeric:tabular-nums;color:var(--theme-foreground-muted);margin-left:auto;transition:color .15s}.RichTextEditor-module__UtQ39q__countWarning{color:var(--theme-warning)}.RichTextEditor-module__UtQ39q__countDanger{color:var(--theme-danger);font-weight:600}.RichTextEditor-module__UtQ39q__countOverlay{z-index:2;pointer-events:none;border-radius:var(--theme-form-radius);background:color-mix(in srgb,var(--theme-input-bg)82%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1px 6px;position:absolute;bottom:6px;right:8px}.RichTextEditor-module__UtQ39q__editorShell{background-color:var(--theme-input-bg);border-top:var(--theme-form-border-top);border-right:var(--theme-form-border-right);border-bottom:var(--theme-form-border-bottom);border-left:var(--theme-form-border-left);border-radius:var(--theme-form-radius);flex-direction:column;transition:border-color .15s,background-color .15s;display:flex;position:relative}.RichTextEditor-module__UtQ39q__editorShell:focus-within{border-color:var(--theme-primary);background-color:var(--theme-background-elevated)}.RichTextEditor-module__UtQ39q__editorShellError{border-color:var(--theme-danger)}.RichTextEditor-module__UtQ39q__editorShellDisabled{opacity:.6;cursor:not-allowed}.RichTextEditor-module__UtQ39q__toolbar{background-color:var(--theme-background-elevated);border-bottom:1px solid var(--theme-border-input);border-top-left-radius:var(--theme-form-radius);border-top-right-radius:var(--theme-form-radius);flex-wrap:wrap;align-items:center;gap:.125rem;padding:.375rem .5rem;display:flex}.RichTextEditor-module__UtQ39q__toolbarSticky{top:var(--rich-text-sticky-offset,0);z-index:2;position:sticky}.RichTextEditor-module__UtQ39q__toolbarButton{border-radius:calc(var(--theme-form-radius) - 2px);width:2rem;height:2rem;color:var(--theme-foreground-muted);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:inline-flex}.RichTextEditor-module__UtQ39q__toolbarButton:hover:not(:disabled){background-color:var(--theme-background-component);color:var(--theme-foreground)}.RichTextEditor-module__UtQ39q__toolbarButton:disabled{opacity:.4;cursor:not-allowed}.RichTextEditor-module__UtQ39q__toolbarButtonActive,.RichTextEditor-module__UtQ39q__toolbarButtonActive:hover:not(:disabled){background-color:var(--theme-primary);color:var(--theme-primary-foreground)}.RichTextEditor-module__UtQ39q__hiddenFileInput{display:none}.RichTextEditor-module__UtQ39q__content{flex:1;overflow-y:auto}.RichTextEditor-module__UtQ39q__content .ProseMirror{min-height:var(--rich-text-min-height,13.333rem);max-height:var(--rich-text-max-height,none);font-family:var(--theme-font);font-size:var(--liszt-text-xl);line-height:var(--theme-line-height);color:var(--theme-foreground);outline:none;padding:.75rem .875rem 1.75rem}.RichTextEditor-module__UtQ39q__content .ProseMirror p{margin:0 0 .75rem}:is(.RichTextEditor-module__UtQ39q__content .ProseMirror h1,.RichTextEditor-module__UtQ39q__content .ProseMirror h2,.RichTextEditor-module__UtQ39q__content .ProseMirror h3,.RichTextEditor-module__UtQ39q__content .ProseMirror h4){color:var(--theme-foreground);margin:1rem 0 .5rem;font-weight:700;line-height:1.25}.RichTextEditor-module__UtQ39q__content .ProseMirror h1{font-size:var(--liszt-text-h2)}.RichTextEditor-module__UtQ39q__content .ProseMirror h2{font-size:var(--liszt-text-h3)}.RichTextEditor-module__UtQ39q__content .ProseMirror h3{font-size:var(--liszt-text-2xl)}.RichTextEditor-module__UtQ39q__content .ProseMirror h4{font-size:var(--liszt-text-xl)}:is(.RichTextEditor-module__UtQ39q__content .ProseMirror ul,.RichTextEditor-module__UtQ39q__content .ProseMirror ol){margin:0 0 .75rem;padding-left:1.5rem}.RichTextEditor-module__UtQ39q__content .ProseMirror ul[data-type=taskList]{padding-left:.25rem;list-style:none}.RichTextEditor-module__UtQ39q__content .ProseMirror ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}.RichTextEditor-module__UtQ39q__content .ProseMirror blockquote{border-left:3px solid var(--theme-primary);color:var(--theme-foreground-muted);margin:0 0 .75rem;padding-left:.875rem}.RichTextEditor-module__UtQ39q__content .ProseMirror code{background-color:var(--theme-background-component);border-radius:4px;padding:.1rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85em}.RichTextEditor-module__UtQ39q__content .ProseMirror pre{border-radius:var(--theme-form-radius);background-color:var(--theme-background-component);color:var(--theme-foreground);margin:0 0 .75rem;padding:.75rem .875rem;overflow-x:auto}.RichTextEditor-module__UtQ39q__content .ProseMirror pre code{background:0 0;padding:0}.RichTextEditor-module__UtQ39q__content .ProseMirror a{color:var(--theme-primary);text-decoration:underline}.RichTextEditor-module__UtQ39q__content .ProseMirror hr{border:none;border-top:1px solid var(--theme-border-input);margin:1rem 0}.RichTextEditor-module__UtQ39q__content .ProseMirror img{border-radius:var(--theme-form-radius);max-width:100%;height:auto}.RichTextEditor-module__UtQ39q__content .ProseMirror table{border-collapse:collapse;width:100%;margin:0 0 .75rem}:is(.RichTextEditor-module__UtQ39q__content .ProseMirror th,.RichTextEditor-module__UtQ39q__content .ProseMirror td){border:1px solid var(--theme-border-input);text-align:left;padding:.375rem .5rem}.RichTextEditor-module__UtQ39q__content .ProseMirror th{background-color:var(--theme-background-elevated);font-weight:600}.RichTextEditor-module__UtQ39q__content .ProseMirror .rich-attachment{border:1px solid var(--theme-border-input);border-radius:var(--theme-form-radius);background-color:var(--theme-background-elevated);color:var(--theme-primary);align-items:center;gap:.375rem;padding:.375rem .625rem;text-decoration:none;display:inline-flex}.RichTextEditor-module__UtQ39q__content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--theme-foreground-muted)}
.Table-module__CEks_a__wrapper{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg,12px);width:100%;overflow-x:auto}.Table-module__CEks_a__table{border-collapse:collapse;width:100%;font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900))}.Table-module__CEks_a__caption{caption-side:bottom;font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));text-align:left;padding:10px 18px}.Table-module__CEks_a__headCell{background:var(--liszt-blue-100);font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));text-align:left;padding:10px 18px;font-weight:700}.Table-module__CEks_a__row{border-top:1px solid var(--liszt-blue-100)}.Table-module__CEks_a__rowClickable{cursor:pointer;transition:background-color .12s}.Table-module__CEks_a__rowClickable:hover{background:var(--theme-background-subtle,var(--liszt-blue-50,#f8fafc))}.Table-module__CEks_a__cell{vertical-align:middle;padding:12px 18px}.Table-module__CEks_a__alignRight{text-align:right}.Table-module__CEks_a__alignCenter{text-align:center}.Table-module__CEks_a__caretCell{text-align:center;vertical-align:middle;padding:0}.Table-module__CEks_a__caretButton{cursor:pointer;color:var(--theme-foreground-muted,var(--liszt-ink-500));background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:inline-flex}.Table-module__CEks_a__caretButton:focus-visible{outline:2px solid var(--theme-primary,var(--liszt-brand-600));outline-offset:-2px;border-radius:4px}.Table-module__CEks_a__caret{transition:transform .15s}.Table-module__CEks_a__caretOpen{transform:rotate(90deg)}.Table-module__CEks_a__empty{padding:36px 18px}.Table-module__CEks_a__emptyState{color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-direction:column;align-items:center;gap:10px;display:flex}.Table-module__CEks_a__emptyIcon{opacity:.55}.Table-module__CEks_a__emptyText{font-size:var(--liszt-text-md)}.Table-module__CEks_a__footer{border-top:1px solid var(--liszt-blue-100);font-weight:700}.Table-module__CEks_a__footer td{padding:12px 18px}.Table-module__CEks_a__expandedContainer{background:var(--theme-background-subtle,var(--liszt-blue-50,#f8fafc));border-top:1px solid var(--liszt-blue-100);padding:0}.Table-module__CEks_a__expandedCustom{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));padding:14px 46px 18px;line-height:1.5}.Table-module__CEks_a__expandedGrid{align-items:start;gap:14px 20px;padding:16px 18px 18px 46px;display:grid}.Table-module__CEks_a__expandedGridCell{min-width:0;font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));line-height:1.5}
.FormAnswer-module__syfFdW__dateTimeRow{flex-wrap:wrap;gap:10px;display:flex}.FormAnswer-module__syfFdW__dateTimeRow>*{flex:1;min-width:160px}.FormAnswer-module__syfFdW__note{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);border:1px dashed var(--theme-border-color);border-radius:var(--theme-form-radius);padding:12px 14px}.FormAnswer-module__syfFdW__urlList{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.FormAnswer-module__syfFdW__urlRow{align-items:center;gap:8px;width:100%;display:flex}.FormAnswer-module__syfFdW__urlRow>:first-child{flex:1;min-width:0}.FormAnswer-module__syfFdW__empty{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted)}.FormAnswer-module__syfFdW__readValue{font-size:var(--liszt-text-lg);color:var(--theme-foreground)}.FormAnswer-module__syfFdW__readEmpty{font-size:var(--liszt-text-lg);color:var(--theme-foreground-muted)}.FormAnswer-module__syfFdW__readList{flex-wrap:wrap;gap:6px;display:flex}.FormAnswer-module__syfFdW__readChip{font-size:var(--liszt-text-sm);color:var(--theme-foreground);background:var(--theme-surface-secondary);border-radius:9999px;padding:4px 10px;font-weight:600}.FormAnswer-module__syfFdW__readFiles{flex-direction:column;gap:8px;display:flex}.FormAnswer-module__syfFdW__tableLink{font-size:var(--liszt-text-md);color:var(--theme-primary);align-items:center;gap:6px;font-weight:700;text-decoration:none;display:inline-flex}.FormAnswer-module__syfFdW__tableActions{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.FormAnswer-module__syfFdW__tableActions:not(:has(.FormAnswer-module__syfFdW__tableLink)){justify-content:flex-end}.FormAnswer-module__syfFdW__dynamicTable table{table-layout:fixed}.FormAnswer-module__syfFdW__ellipsisCell{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.FormAnswer-module__syfFdW__rowActions{justify-content:flex-end;align-items:center;gap:2px;display:inline-flex}.FormAnswer-module__syfFdW__recordForm{flex-direction:column;gap:20px;display:flex}.FormAnswer-module__syfFdW__recordFormFooter{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.FormAnswer-module__syfFdW__fieldError{font-size:var(--liszt-text-sm);color:var(--theme-danger);font-weight:600}.FormAnswer-module__syfFdW__readLinks{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.FormAnswer-module__syfFdW__readLink{font-size:var(--liszt-text-lg);color:var(--theme-primary);word-break:break-word;align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.FormAnswer-module__syfFdW__readLinkIcon{flex-shrink:0}.FormAnswer-module__syfFdW__readLink:hover{text-decoration:underline}
.IconPicker-module__Gbw2_q__root{gap:var(--liszt-space-2);border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:flex}.IconPicker-module__Gbw2_q__label{font-size:var(--liszt-text-lg);color:var(--theme-foreground);padding:0;font-weight:700;line-height:1.25rem}.IconPicker-module__Gbw2_q__grid{gap:var(--liszt-space-2);grid-template-columns:repeat(auto-fit,minmax(min(100%,3rem),1fr));display:grid}.IconPicker-module__Gbw2_q__cell{aspect-ratio:1;border:1px solid var(--theme-border-input);border-radius:var(--theme-radius);background-color:var(--theme-background-component);color:var(--theme-foreground-muted);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,background-color .15s,color .15s;display:flex}.IconPicker-module__Gbw2_q__cell:hover:not(:disabled){border-color:var(--theme-primary);color:var(--theme-foreground)}.IconPicker-module__Gbw2_q__cell:focus-visible{outline:2px solid var(--theme-primary);outline-offset:2px}.IconPicker-module__Gbw2_q__cell:disabled{cursor:not-allowed;opacity:.5}.IconPicker-module__Gbw2_q__selected{border-color:var(--theme-primary);background-color:var(--theme-primary);color:var(--theme-primary-foreground)}@media (prefers-reduced-motion:reduce){.IconPicker-module__Gbw2_q__cell{transition:none}}
.InlineAlert-module__S8NeVW__root{border-radius:var(--theme-form-radius);align-items:flex-start;gap:9px;width:100%;padding:11px 13px;display:flex}.InlineAlert-module__S8NeVW__icon{flex-shrink:0;margin-top:1px}.InlineAlert-module__S8NeVW__text{font-family:var(--theme-font);font-size:var(--liszt-text-sm);font-weight:600;line-height:1.45}.InlineAlert-module__S8NeVW__error{background:var(--theme-danger-bg);border:1px solid color-mix(in srgb,var(--theme-danger)30%,transparent);color:var(--theme-danger)}.InlineAlert-module__S8NeVW__success{background:var(--theme-success-bg);border:1px solid color-mix(in srgb,var(--theme-success)30%,transparent);color:var(--theme-success)}.InlineAlert-module__S8NeVW__info{background:var(--theme-surface-secondary);color:var(--theme-foreground-muted)}.InlineAlert-module__S8NeVW__info .InlineAlert-module__S8NeVW__text{font-weight:400;font-size:var(--liszt-text-sm);line-height:1.5}
.ItemCard-module__FmIXqa__card{border:1px solid var(--theme-border-color);background:var(--theme-background-component);box-shadow:var(--theme-shadow);border-radius:10px;align-items:center;gap:1rem;padding:.5rem .75rem .5rem 1.25rem;transition:border-color .15s,background .15s;display:flex}.ItemCard-module__FmIXqa__card:hover{border-color:var(--theme-primary);background:var(--theme-surface-secondary)}.ItemCard-module__FmIXqa__open{cursor:pointer;text-align:left;min-width:0;color:inherit;background:0 0;border:none;flex:1;align-items:center;gap:.75rem;padding:.5rem 0;font-family:inherit;text-decoration:none;display:flex}.ItemCard-module__FmIXqa__text{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.ItemCard-module__FmIXqa__title{font-size:var(--liszt-text-xl);color:var(--theme-foreground);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:600;overflow:hidden}.ItemCard-module__FmIXqa__meta{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);align-items:center;gap:.5rem;display:flex}.ItemCard-module__FmIXqa__icon{color:var(--theme-foreground-muted);flex-shrink:0;align-items:center;display:inline-flex}.ItemCard-module__FmIXqa__leadingIcon{border-radius:var(--theme-form-radius);background:var(--theme-primary-soft);width:2.5rem;height:2.5rem;color:var(--theme-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ItemCard-module__FmIXqa__leadingIcon svg{width:1.375rem;height:1.375rem}.ItemCard-module__FmIXqa__secondary{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);white-space:nowrap;flex-shrink:0}.ItemCard-module__FmIXqa__disabled{opacity:.55;pointer-events:none}
.OptionCard-module__XC-MrW__card{background-color:var(--theme-background-component);border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);border-radius:var(--theme-radius);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .12s,background-color .12s;display:flex;position:relative}.OptionCard-module__XC-MrW__card:hover:not(.OptionCard-module__XC-MrW__disabled){border-color:color-mix(in srgb,var(--theme-primary)40%,var(--theme-border-color))}.OptionCard-module__XC-MrW__disabled{opacity:.6;cursor:not-allowed}.OptionCard-module__XC-MrW__hiddenInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.OptionCard-module__XC-MrW__card:has(.OptionCard-module__XC-MrW__hiddenInput:checked){border-color:var(--theme-primary);background-color:color-mix(in srgb,var(--theme-primary)4%,var(--theme-background-component))}.OptionCard-module__XC-MrW__card:has(.OptionCard-module__XC-MrW__hiddenInput:focus-visible){outline:2px solid var(--theme-primary);outline-offset:2px}.OptionCard-module__XC-MrW__checkBadge{border:1.5px solid var(--theme-border-input);background-color:var(--theme-background);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:background-color .15s,border-color .15s;display:inline-flex}.OptionCard-module__XC-MrW__card:has(.OptionCard-module__XC-MrW__hiddenInput:checked) .OptionCard-module__XC-MrW__checkBadge{background-color:var(--theme-primary);border-color:var(--theme-primary)}.OptionCard-module__XC-MrW__radioDot{background-color:var(--theme-primary-foreground);opacity:0;border-radius:9999px;width:.5rem;height:.5rem;transition:opacity .15s,transform .15s;transform:scale(.6)}.OptionCard-module__XC-MrW__card:has(.OptionCard-module__XC-MrW__hiddenInput:checked) .OptionCard-module__XC-MrW__radioDot{opacity:1;transform:scale(1)}.OptionCard-module__XC-MrW__variant_default{flex-direction:column;gap:1rem;width:100%;padding:1.625rem}.OptionCard-module__XC-MrW__defaultTop{justify-content:space-between;align-items:flex-start;display:flex}.OptionCard-module__XC-MrW__defaultIcon{border-radius:var(--theme-form-radius);background-color:color-mix(in srgb,var(--theme-primary)8%,transparent);width:2.5rem;height:2.5rem;color:var(--theme-primary);justify-content:center;align-items:center;display:flex}.OptionCard-module__XC-MrW__defaultTitle{font-size:var(--liszt-text-xl);color:var(--theme-foreground);font-weight:700}.OptionCard-module__XC-MrW__defaultDescription{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);line-height:1.5}.OptionCard-module__XC-MrW__variant_row{align-items:center;gap:1rem;width:100%;padding:1.125rem}.OptionCard-module__XC-MrW__rowBody{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.OptionCard-module__XC-MrW__rowTitle{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700}.OptionCard-module__XC-MrW__rowDescription{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);line-height:1.4}.OptionCard-module__XC-MrW__variant_compact{aspect-ratio:1;padding:.75rem}.OptionCard-module__XC-MrW__compactBody{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.OptionCard-module__XC-MrW__compactIcon{color:var(--theme-foreground-muted);justify-content:center;align-items:center;transition:color .12s;display:inline-flex}.OptionCard-module__XC-MrW__variant_compact:has(.OptionCard-module__XC-MrW__hiddenInput:checked) .OptionCard-module__XC-MrW__compactIcon{color:var(--theme-primary)}.OptionCard-module__XC-MrW__compactLabel{font-size:var(--liszt-text-lg);color:var(--theme-foreground-muted);font-weight:600;transition:color .12s}.OptionCard-module__XC-MrW__variant_compact:has(.OptionCard-module__XC-MrW__hiddenInput:checked) .OptionCard-module__XC-MrW__compactLabel{color:var(--theme-primary);font-weight:700}
.Radio-module__uyGGnq__group{flex-flow:wrap;gap:.75rem;display:flex}.Radio-module__uyGGnq__wrapper{flex-direction:column;gap:.25rem;display:flex}.Radio-module__uyGGnq__row{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.625rem;display:flex;position:relative}.Radio-module__uyGGnq__hiddenInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Radio-module__uyGGnq__indicator{border:1.5px solid var(--theme-border-input);background-color:var(--theme-background);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;margin-top:.0625rem;transition:background-color .15s,border-color .15s;display:flex}.Radio-module__uyGGnq__dot{background-color:var(--theme-primary-foreground);opacity:0;border-radius:9999px;width:.5rem;height:.5rem;transition:opacity .15s,transform .15s;transform:scale(.6)}.Radio-module__uyGGnq__hiddenInput:checked~.Radio-module__uyGGnq__indicator{background-color:var(--theme-primary);border-color:var(--theme-primary)}.Radio-module__uyGGnq__hiddenInput:checked~.Radio-module__uyGGnq__indicator .Radio-module__uyGGnq__dot{opacity:1;transform:scale(1)}.Radio-module__uyGGnq__hiddenInput:focus-visible~.Radio-module__uyGGnq__indicator{outline:2px solid var(--theme-primary);outline-offset:2px}.Radio-module__uyGGnq__hiddenInput:disabled~.Radio-module__uyGGnq__indicator{opacity:.5}.Radio-module__uyGGnq__row:has(.Radio-module__uyGGnq__hiddenInput:disabled){cursor:not-allowed}.Radio-module__uyGGnq__hiddenInput.Radio-module__uyGGnq__inputError~.Radio-module__uyGGnq__indicator{border-color:var(--theme-danger)}.Radio-module__uyGGnq__hiddenInput.Radio-module__uyGGnq__inputError:checked~.Radio-module__uyGGnq__indicator{background-color:var(--theme-danger);border-color:var(--theme-danger)}.Radio-module__uyGGnq__content{flex-direction:column;gap:.125rem;display:flex}.Radio-module__uyGGnq__label{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700;line-height:1.25rem}.Radio-module__uyGGnq__description{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted)}.Radio-module__uyGGnq__error{font-size:var(--liszt-text-sm);color:var(--theme-danger);padding-left:1.75rem}
.Statistic-module__lWXW6W__card{background:var(--theme-background-component);width:100%;box-shadow:var(--theme-shadow);border-radius:var(--theme-radius);flex-direction:column;gap:8px;padding:18px 20px;display:flex}.Statistic-module__lWXW6W__title{font-size:var(--liszt-text-xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted);font-weight:700}.Statistic-module__lWXW6W__valueRow{align-items:center;gap:.5rem;min-width:0;display:flex}.Statistic-module__lWXW6W__value{font-size:var(--liszt-text-h1);letter-spacing:-.5px;color:var(--theme-foreground);font-weight:800;line-height:1}.Statistic-module__lWXW6W__value_success{color:var(--theme-success)}.Statistic-module__lWXW6W__value_warning{color:var(--theme-warning)}.Statistic-module__lWXW6W__value_danger{color:var(--theme-danger)}.Statistic-module__lWXW6W__valueEmpty{color:var(--theme-foreground-muted)}.Statistic-module__lWXW6W__description{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);line-height:1.4}.Statistic-module__lWXW6W__icon{color:var(--theme-foreground-muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Statistic-module__lWXW6W__icon svg{width:1.5rem;height:1.5rem}
.StatusDot-module__jmvGAa__dot{--status-dot-color:var(--theme-foreground-muted);background-color:var(--status-dot-color);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem;display:inline-block}.StatusDot-module__jmvGAa__tone_success{--status-dot-color:var(--theme-success)}.StatusDot-module__jmvGAa__tone_warning{--status-dot-color:var(--theme-warning)}.StatusDot-module__jmvGAa__tone_critical{--status-dot-color:var(--theme-danger)}.StatusDot-module__jmvGAa__tone_info,.StatusDot-module__jmvGAa__tone_neutral{--status-dot-color:var(--theme-foreground-muted)}.StatusDot-module__jmvGAa__pulse{animation:2s ease-in-out infinite StatusDot-module__jmvGAa__statusDotPulse}@keyframes StatusDot-module__jmvGAa__statusDotPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,var(--status-dot-color)55%,transparent)}50%{box-shadow:0 0 0 5px color-mix(in srgb,var(--status-dot-color)0%,transparent)}}@media (prefers-reduced-motion:reduce){.StatusDot-module__jmvGAa__pulse{box-shadow:0 0 0 2px color-mix(in srgb,var(--status-dot-color)30%,transparent);animation:none}}
.themeAdvancedEditor-module__bf7oXa__colorsGrid{gap:var(--liszt-space-8);grid-template-columns:1fr 1fr;align-items:start;display:grid}.themeAdvancedEditor-module__bf7oXa__derivedColors{flex-direction:column;display:flex}.themeAdvancedEditor-module__bf7oXa__derivedLabel{font-size:var(--liszt-text-sm);color:#6b7280;margin-bottom:var(--liszt-space-1);font-weight:500}.themeAdvancedEditor-module__bf7oXa__field{gap:var(--liszt-space-2);margin-bottom:var(--liszt-space-5);flex-direction:column;display:flex}.themeAdvancedEditor-module__bf7oXa__field:last-child{margin-bottom:0}.themeAdvancedEditor-module__bf7oXa__fieldLabel{font-size:var(--liszt-text-lg);color:#171717;font-weight:500}
.WizardProgress-module__TJiWQW__root{margin-bottom:18px}.WizardProgress-module__TJiWQW__label{font-family:var(--theme-font,"Inter",sans-serif);font-size:var(--liszt-text-xs);letter-spacing:.6px;color:var(--theme-foreground-muted);text-transform:uppercase;margin-bottom:8px;font-weight:700}.WizardProgress-module__TJiWQW__bars{gap:6px;display:flex}.WizardProgress-module__TJiWQW__barFilled,.WizardProgress-module__TJiWQW__barEmpty{border-radius:99px;flex:1;height:4px}.WizardProgress-module__TJiWQW__barFilled{background:var(--theme-primary)}.WizardProgress-module__TJiWQW__barEmpty{background:var(--theme-border-color)}
.kit-module__-g7PdG__section{padding:8px 0 0}.kit-module__-g7PdG__head{margin-bottom:18px}.kit-module__-g7PdG__title{font-size:var(--liszt-text-h2);letter-spacing:-.3px;color:var(--theme-foreground,#0d1c2e);margin:0;font-weight:800}.kit-module__-g7PdG__subtitle{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,#6b7280);margin:4px 0 0}.kit-module__-g7PdG__body{flex-direction:column;gap:20px;display:flex}.kit-module__-g7PdG__divider{background:var(--theme-border-color,#dce9ff);height:1px;margin:32px 0}.kit-module__-g7PdG__row{flex-wrap:wrap;gap:20px;display:flex}.kit-module__-g7PdG__swatch{flex-direction:column;gap:8px;min-width:0;display:flex}.kit-module__-g7PdG__swatchGrow{flex:1;min-width:280px}.kit-module__-g7PdG__swatchFull{flex-basis:100%;width:100%;min-width:100%}.kit-module__-g7PdG__swatchLabel{font-size:var(--liszt-text-xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,#94a3b8);font-weight:700}.kit-module__-g7PdG__swatchBody{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.kit-module__-g7PdG__swatchFull .kit-module__-g7PdG__swatchBody{display:block}.kit-module__-g7PdG__frame{border:1px solid var(--theme-border-color,#dce9ff);background:var(--theme-background,#f8f9ff);border-radius:12px;width:100%;position:relative;overflow:hidden}
.AffirmativeActions-module__ANpU8a__card{background:var(--warning-soft);border:1px solid var(--warning-border);border-radius:var(--liszt-radius-lg);padding:18px 20px}.AffirmativeActions-module__ANpU8a__head{color:var(--warning-strong);align-items:center;gap:10px;margin-bottom:10px;display:flex}.AffirmativeActions-module__ANpU8a__title{font-size:var(--liszt-text-lg);color:var(--warning-strong-alt);font-weight:800}.AffirmativeActions-module__ANpU8a__description{font-size:var(--liszt-text-md);color:var(--warning-text);margin:0 0 12px;line-height:1.55}.AffirmativeActions-module__ANpU8a__categories{flex-wrap:wrap;gap:8px;display:flex}
.AttachmentsGrid-module__BCdsCW__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}
.DetailSubNav-module__REqTkW__root{z-index:20;background:color-mix(in srgb,var(--theme-background,var(--liszt-surface-200))90%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--theme-border-color,var(--liszt-blue-300));position:sticky;top:0}.DetailSubNav-module__REqTkW__inner{justify-content:space-between;align-items:center;gap:var(--liszt-space-4);max-width:1080px;height:56px;margin:0 auto;padding:0 24px;display:flex}.DetailSubNav-module__REqTkW__back{cursor:pointer;font-family:inherit;font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-700));background:0 0;border:none;flex-shrink:0;align-items:center;gap:7px;padding:0;font-weight:700;display:inline-flex}.DetailSubNav-module__REqTkW__back:hover{color:var(--theme-primary,var(--liszt-brand-700))}.DetailSubNav-module__REqTkW__anchors{align-items:center;gap:2px;min-width:0;display:flex;overflow-x:auto}.DetailSubNav-module__REqTkW__anchor{font-family:inherit;font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-700));border-radius:var(--liszt-radius-md);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:7px 12px;font-weight:600}.DetailSubNav-module__REqTkW__anchor:hover{background:var(--liszt-blue-100);color:var(--theme-primary,var(--liszt-brand-700))}@media (max-width:860px){.DetailSubNav-module__REqTkW__anchors{display:none}}
.FaqSection-module__gor8Za__list{flex-direction:column;gap:10px;display:flex}.FaqSection-module__gor8Za__question{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:700}.FaqSection-module__gor8Za__answer{padding:0 18px 16px}.FaqSection-module__gor8Za__answer :last-child{margin-bottom:0}
.GeneralRules-module__Bibtga__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);overflow:hidden}.GeneralRules-module__Bibtga__highlights{border-bottom:1px solid var(--liszt-blue-100);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.GeneralRules-module__Bibtga__highlight{padding:16px 18px}.GeneralRules-module__Bibtga__highlight:not(:last-child){border-right:1px solid var(--liszt-blue-100)}.GeneralRules-module__Bibtga__highlightLabel{font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-bottom:7px;font-weight:700}.GeneralRules-module__Bibtga__highlightValue{font-size:var(--liszt-text-2xl);letter-spacing:-.3px;color:var(--theme-primary,var(--liszt-brand-600));font-weight:800;line-height:1.2}.GeneralRules-module__Bibtga__rows{flex-direction:column;display:flex}.GeneralRules-module__Bibtga__row{justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.GeneralRules-module__Bibtga__row:not(:last-child){border-bottom:1px solid var(--liszt-blue-100)}.GeneralRules-module__Bibtga__rowLabel{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-shrink:0;font-weight:600}.GeneralRules-module__Bibtga__rowValue{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));text-align:right;font-weight:700}@media (max-width:640px){.GeneralRules-module__Bibtga__highlights{grid-template-columns:1fr}.GeneralRules-module__Bibtga__highlight:not(:last-child){border-right:none;border-bottom:1px solid var(--liszt-blue-100)}}
.OpportunityHero-module__T0lJxW__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-xl);flex-direction:column;margin-bottom:24px;display:flex;overflow:hidden}.OpportunityHero-module__T0lJxW__coverBadges{flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:absolute;bottom:16px;left:24px}.OpportunityHero-module__T0lJxW__body{padding:22px 24px;position:relative}.OpportunityHero-module__T0lJxW__number{font-size:var(--liszt-text-sm);color:var(--theme-primary,var(--liszt-brand-600));margin-bottom:5px;font-weight:700}.OpportunityHero-module__T0lJxW__title{font-size:var(--liszt-text-h1);letter-spacing:-.6px;color:var(--theme-foreground,var(--liszt-ink-900));margin:0 0 10px;font-weight:800;line-height:1.15}.OpportunityHero-module__T0lJxW__meta{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-700));flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;display:flex}.OpportunityHero-module__T0lJxW__dot{color:var(--liszt-slate-300)}.OpportunityHero-module__T0lJxW__legalCode{font-family:var(--liszt-font-mono);font-size:var(--liszt-text-xs);color:var(--theme-primary,var(--liszt-brand-600));background:var(--liszt-brand-100);border-radius:var(--liszt-radius-sm);padding:2px 7px}.OpportunityHero-module__T0lJxW__summary{color:var(--theme-foreground,var(--liszt-ink-700))}.OpportunityHero-module__T0lJxW__summary :last-child{margin-bottom:0}.OpportunityHero-module__T0lJxW__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;display:flex}.OpportunityHero-module__T0lJxW__deadline{background:var(--warning-soft);border:1px solid var(--warning-border);border-radius:var(--liszt-radius-md);font-size:var(--liszt-text-md);color:var(--warning-strong);align-items:center;gap:9px;padding:10px 15px;font-weight:700;display:inline-flex}
.ProposalAttachments-module__IPg6Za__captionRow{justify-content:space-between;align-items:center;gap:12px;padding:0 2px;display:flex}.ProposalAttachments-module__IPg6Za__description{font-size:var(--liszt-text-sm);color:var(--theme-foreground,var(--liszt-ink-900));min-width:0}.ProposalAttachments-module__IPg6Za__count{font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-shrink:0}.ProposalAttachments-module__IPg6Za__empty{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:0;padding:6px 2px}.ProposalAttachments-module__IPg6Za__fileGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}@media (max-width:1023px){.ProposalAttachments-module__IPg6Za__fileGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767.98px){.ProposalAttachments-module__IPg6Za__fileGrid{grid-template-columns:minmax(0,1fr)}}
.RequiredDocuments-module__eLBMhW__list{flex-direction:column;gap:10px;display:flex}.RequiredDocuments-module__eLBMhW__groupIcon{border-radius:var(--liszt-radius-md);background:var(--liszt-blue-100);width:38px;height:38px;color:var(--theme-primary,var(--liszt-brand-600));flex-shrink:0;justify-content:center;align-items:center;display:flex}.RequiredDocuments-module__eLBMhW__groupText{flex-direction:column;flex:1;min-width:0;display:flex}.RequiredDocuments-module__eLBMhW__groupLabel{font-size:var(--liszt-text-lg);letter-spacing:-.2px;color:var(--theme-foreground,var(--liszt-ink-900));font-weight:800}.RequiredDocuments-module__eLBMhW__groupSummary{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));white-space:nowrap;text-overflow:ellipsis;margin-top:2px;overflow:hidden}.RequiredDocuments-module__eLBMhW__groupCount{font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted,var(--liszt-ink-500));white-space:nowrap;flex-shrink:0;font-weight:700}.RequiredDocuments-module__eLBMhW__docs{flex-direction:column;display:flex}.RequiredDocuments-module__eLBMhW__docRow{border-top:1px solid var(--liszt-blue-100);align-items:center;gap:12px;padding:12px 18px;display:flex}.RequiredDocuments-module__eLBMhW__docIcon{color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-shrink:0}.RequiredDocuments-module__eLBMhW__docName{min-width:0;font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));flex:1;font-weight:600}.RequiredDocuments-module__eLBMhW__docTag{flex-shrink:0}.RequiredDocuments-module__eLBMhW__formats{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-md);font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));align-items:center;gap:9px;margin-top:12px;padding:12px 16px;display:flex}.RequiredDocuments-module__eLBMhW__formats svg{flex-shrink:0}
.BudgetRead-module__VFA8-G__root{flex-direction:column;display:flex}.BudgetRead-module__VFA8-G__section{margin-bottom:28px}.BudgetRead-module__VFA8-G__section:last-child{margin-bottom:0}.BudgetRead-module__VFA8-G__sectionTitle{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));margin-bottom:14px;font-weight:800}.BudgetRead-module__VFA8-G__empty{text-align:center;font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));background:var(--theme-background-component,#fff);border:1px dashed var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);padding:22px 18px}.BudgetRead-module__VFA8-G__fundingCard{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);overflow:hidden}.BudgetRead-module__VFA8-G__fundingRow{align-items:center;gap:14px;padding:13px 18px;display:flex}.BudgetRead-module__VFA8-G__fundingRow:not(:first-child){border-top:1px solid var(--liszt-blue-100)}.BudgetRead-module__VFA8-G__fundingInfo{flex:1;min-width:0}.BudgetRead-module__VFA8-G__fundingName{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.BudgetRead-module__VFA8-G__fundingPeriod{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-top:2px}.BudgetRead-module__VFA8-G__fundingValue{font-size:var(--liszt-text-lg);color:var(--theme-primary,var(--liszt-brand-600));flex-shrink:0;font-weight:800}.BudgetRead-module__VFA8-G__summary{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);flex-wrap:wrap;margin-bottom:28px;display:flex;overflow:hidden}.BudgetRead-module__VFA8-G__summaryCell{flex:1;min-width:180px;padding:15px 18px}.BudgetRead-module__VFA8-G__summaryDivider{background:var(--liszt-blue-100);width:1px}.BudgetRead-module__VFA8-G__summaryLabel{font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-bottom:6px;font-weight:700}.BudgetRead-module__VFA8-G__summaryValue{font-size:var(--liszt-text-h3);letter-spacing:-.4px;color:var(--theme-foreground,var(--liszt-ink-900));font-weight:800}.BudgetRead-module__VFA8-G__positive{color:var(--theme-primary,var(--liszt-brand-600))}.BudgetRead-module__VFA8-G__negative{color:var(--theme-danger,#ba1a1a)}.BudgetRead-module__VFA8-G__groups{flex-direction:column;gap:16px;display:flex}.BudgetRead-module__VFA8-G__groupCard{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);overflow:hidden}.BudgetRead-module__VFA8-G__groupHeader{border-bottom:1px solid var(--liszt-blue-100);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.BudgetRead-module__VFA8-G__groupName{font-size:var(--liszt-text-xl);letter-spacing:-.2px;color:var(--theme-foreground,var(--liszt-ink-900));font-weight:800}.BudgetRead-module__VFA8-G__groupMeta{align-items:center;gap:8px;display:flex}.BudgetRead-module__VFA8-G__groupMetaLabel{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500))}.BudgetRead-module__VFA8-G__groupMetaValue{font-size:var(--liszt-text-md);color:var(--theme-primary,var(--liszt-brand-600));font-weight:800}.BudgetRead-module__VFA8-G__groupEmpty{text-align:center;font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));background:var(--liszt-blue-50,#f8fafc);padding:20px 18px}.BudgetRead-module__VFA8-G__tableScroll{overflow-x:auto}.BudgetRead-module__VFA8-G__table{min-width:480px}.BudgetRead-module__VFA8-G__tableRow{border-top:1px solid var(--liszt-blue-100);font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));grid-template-columns:42px minmax(0,1.4fr) 1fr 100px 118px;align-items:center;gap:8px;padding:12px 18px;display:grid}.BudgetRead-module__VFA8-G__tableHead{background:var(--liszt-blue-100);font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));border-top:none;padding:10px 18px;font-weight:700}.BudgetRead-module__VFA8-G__muted{color:var(--theme-foreground-muted,var(--liszt-ink-500))}.BudgetRead-module__VFA8-G__strong{font-weight:700}.BudgetRead-module__VFA8-G__alignRight{text-align:right;justify-self:end}.BudgetRead-module__VFA8-G__ellipsis{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}
.SelectionCriteria-module__QbQEFa__list{flex-direction:column;gap:12px;display:flex}.SelectionCriteria-module__QbQEFa__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.SelectionCriteria-module__QbQEFa__number{border-radius:var(--liszt-radius-md);background:var(--liszt-brand-50);width:30px;height:30px;color:var(--theme-primary,var(--liszt-brand-600));font-size:var(--liszt-text-lg);border:1px solid var(--liszt-brand-200);flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.SelectionCriteria-module__QbQEFa__body{flex:1;min-width:0}.SelectionCriteria-module__QbQEFa__name{font-size:var(--liszt-text-xl);letter-spacing:-.2px;color:var(--theme-foreground,var(--liszt-ink-900));margin-bottom:5px;font-weight:800}.SelectionCriteria-module__QbQEFa__description{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));line-height:1.55}.SelectionCriteria-module__QbQEFa__score{text-align:center;border-left:1px solid var(--liszt-blue-100);flex-direction:column;flex-shrink:0;justify-content:center;align-self:stretch;min-width:60px;padding-left:14px;display:flex}.SelectionCriteria-module__QbQEFa__points{font-size:var(--liszt-text-h2);letter-spacing:-.5px;color:var(--theme-primary,var(--liszt-brand-600));font-weight:800;line-height:1}.SelectionCriteria-module__QbQEFa__pointsLabel{font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-top:4px;font-weight:700}
.ReadBlock-module__L_zV6q__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);overflow:hidden}.ReadBlock-module__L_zV6q__row{justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.ReadBlock-module__L_zV6q__row:not(:last-child){border-bottom:1px solid var(--liszt-blue-100)}.ReadBlock-module__L_zV6q__label{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));font-weight:600}.ReadBlock-module__L_zV6q__value{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));text-align:right;font-weight:700}.ReadBlock-module__L_zV6q__empty{background:var(--theme-background-component,#fff);border:1px dashed var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));padding:22px}
.AgentDocuments-module__idLwLq__root{flex-direction:column;gap:24px;display:flex}.AgentDocuments-module__idLwLq__section{flex-direction:column;gap:12px;display:flex}.AgentDocuments-module__idLwLq__sectionTitle{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-foreground-muted);font-weight:700}.AgentDocuments-module__idLwLq__list{flex-direction:column;gap:16px;display:flex}.AgentDocuments-module__idLwLq__card{border:var(--theme-border-width,1px)solid var(--theme-border-color);border-radius:var(--theme-radius);background:var(--theme-surface,#fff);flex-direction:column;padding:20px 22px;display:flex}.AgentDocuments-module__idLwLq__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.AgentDocuments-module__idLwLq__headTexts{flex-direction:column;gap:4px;min-width:0;display:flex}.AgentDocuments-module__idLwLq__title{font-size:var(--liszt-text-xl);color:var(--theme-foreground);font-weight:700}.AgentDocuments-module__idLwLq__cardDesc{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);margin:0;line-height:1.5}.AgentDocuments-module__idLwLq__requiredMark{color:var(--theme-danger)}.AgentDocuments-module__idLwLq__dateLine{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);align-items:center;gap:6px;margin-top:6px;display:inline-flex}.AgentDocuments-module__idLwLq__expiryUrgent{color:var(--theme-danger);font-weight:600}.AgentDocuments-module__idLwLq__uploaded,.AgentDocuments-module__idLwLq__dropzone{margin-top:10px}.AgentDocuments-module__idLwLq__decisionStack{flex-direction:column;gap:10px;margin-top:10px;display:flex}.AgentDocuments-module__idLwLq__fullWidthButton{justify-content:center;width:100%}.AgentDocuments-module__idLwLq__modalPreview{border:var(--theme-border-width)var(--theme-border-style)var(--theme-border-color);border-radius:var(--theme-radius);overflow:hidden}.AgentDocuments-module__idLwLq__state{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted)}.AgentDocuments-module__idLwLq__form{flex-direction:column;gap:14px;display:flex}.AgentDocuments-module__idLwLq__validityHint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin:0}.AgentDocuments-module__idLwLq__formActions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}
.documents-module__iISWaG__root{flex-direction:column;gap:1rem;display:flex}.documents-module__iISWaG__footer{font-size:var(--liszt-text-md);color:var(--theme-muted-foreground,#6b7280)}
.ScheduleRead-module__txeIcW__root{flex-direction:column;gap:24px;display:flex}.ScheduleRead-module__txeIcW__group{flex-direction:column;gap:14px;display:flex}.ScheduleRead-module__txeIcW__groupTitle{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));margin:0;font-weight:700}.ScheduleRead-module__txeIcW__row{border-bottom:1px solid var(--theme-border-subtle,var(--liszt-blue-200));flex-direction:column;gap:12px;padding-bottom:16px;display:flex}.ScheduleRead-module__txeIcW__row:last-child{border-bottom:none;padding-bottom:0}.ScheduleRead-module__txeIcW__empty{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:0}
.members-module__qQpF4q__list{flex-direction:column;gap:12px;margin-top:4px;display:flex}.members-module__qQpF4q__member{background:var(--theme-background-component);border:1px solid var(--theme-border-color);border-radius:var(--theme-radius);padding:16px}.members-module__qQpF4q__name{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:700}.members-module__qQpF4q__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin-top:12px;display:grid}.members-module__qQpF4q__field{flex-direction:column;gap:3px;min-width:0;display:flex}.members-module__qQpF4q__label{font-size:var(--liszt-text-sm);letter-spacing:.2px;color:var(--theme-foreground-muted);font-weight:500}.members-module__qQpF4q__value{font-size:var(--liszt-text-lg);color:var(--theme-foreground);text-overflow:ellipsis;font-weight:600;overflow:hidden}@media (max-width:720px){.members-module__qQpF4q__grid{grid-template-columns:1fr}}
.appSpecific-module__K35HfG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.appSpecific-module__K35HfG__chips{flex-wrap:wrap;gap:.5rem;display:flex}.appSpecific-module__K35HfG__card{border:1px solid var(--theme-border-color,#dce9ff);border-radius:var(--theme-form-radius,8px);background-color:var(--theme-background-component,#fff);flex-direction:column;gap:.5rem;padding:1rem;display:flex}.appSpecific-module__K35HfG__appName{font-size:var(--liszt-text-xl);color:var(--theme-foreground,#0d1c2e);font-weight:800}.appSpecific-module__K35HfG__where{font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted,#6b7280);font-family:monospace}.appSpecific-module__K35HfG__list{flex-direction:column;gap:.25rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.appSpecific-module__K35HfG__item{font-size:var(--liszt-text-md);color:var(--theme-foreground,#0d1c2e);background-color:var(--theme-surface-secondary,#eff4ff);border-radius:6px;padding:.25rem .5rem}
.TeamRead-module__cjEvRW__rows{flex-direction:column;gap:14px;display:flex}.TeamRead-module__cjEvRW__empty{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:0}
.sociocultural-module__E-otTa__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;margin-top:4px;display:grid}.sociocultural-module__E-otTa__field{flex-direction:column;gap:3px;min-width:0;display:flex}.sociocultural-module__E-otTa__label{font-size:var(--liszt-text-sm);letter-spacing:.2px;color:var(--theme-foreground-muted);font-weight:500}.sociocultural-module__E-otTa__value{font-size:var(--liszt-text-lg);color:var(--theme-foreground);font-weight:600}@media (max-width:720px){.sociocultural-module__E-otTa__grid{grid-template-columns:1fr}}
.StageTimeline-module__NUELmq__scroll{padding-bottom:6px;overflow-x:auto}.StageTimeline-module__NUELmq__track{align-items:stretch;min-width:720px;display:flex}.StageTimeline-module__NUELmq__step{flex-direction:column;flex:1 1 0;min-width:150px;display:flex}.StageTimeline-module__NUELmq__line{align-items:center;height:22px;display:flex}.StageTimeline-module__NUELmq__rail{background:var(--liszt-blue-300);flex:1;height:2px}.StageTimeline-module__NUELmq__railHidden{visibility:hidden}.StageTimeline-module__NUELmq__dot{background:var(--liszt-blue-300);border:2px solid var(--theme-background,var(--liszt-surface-200));border-radius:50%;flex-shrink:0;width:12px;height:12px}.StageTimeline-module__NUELmq__dot.StageTimeline-module__NUELmq__done{background:var(--theme-primary,var(--liszt-brand-600))}.StageTimeline-module__NUELmq__dot.StageTimeline-module__NUELmq__current{background:var(--theme-primary,var(--liszt-brand-600));box-shadow:0 0 0 4px color-mix(in srgb,var(--theme-primary,var(--liszt-brand-600))20%,transparent)}.StageTimeline-module__NUELmq__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);margin:10px 8px 0 0;padding:12px 14px}.StageTimeline-module__NUELmq__card_current{border-color:var(--theme-primary,var(--liszt-brand-600));box-shadow:0 10px 20px -14px color-mix(in srgb,var(--liszt-brand-900)32%,transparent)}.StageTimeline-module__NUELmq__name{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));margin:8px 0 4px;font-weight:700;line-height:1.25}.StageTimeline-module__NUELmq__period{font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted,var(--liszt-ink-500));font-weight:600}
.ProposalForms-module__nNDwEq__list{flex-direction:column;gap:10px;display:flex}.ProposalForms-module__nNDwEq__row{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg)}.ProposalForms-module__nNDwEq__number{font-size:var(--liszt-text-lg);font-weight:800}.ProposalForms-module__nNDwEq__emptyBody{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:0}
.AgentEditShell-module__bCPfSq__navTitle{font-family:var(--theme-font,"Inter",sans-serif);font-size:var(--liszt-text-2xl);letter-spacing:-.3px;color:var(--theme-foreground);font-weight:800}.AgentEditShell-module__bCPfSq__navSubtitle{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin-top:3px}.AgentEditShell-module__bCPfSq__dotOn,.AgentEditShell-module__bCPfSq__dotOff{border-radius:50%;width:8px;height:8px;display:inline-block}.AgentEditShell-module__bCPfSq__dotOn{background:var(--theme-primary)}.AgentEditShell-module__bCPfSq__dotOff{background:var(--theme-border-color)}.AgentEditShell-module__bCPfSq__checkIcon{color:var(--theme-success)}.AgentEditShell-module__bCPfSq__lockIcon{color:var(--theme-foreground-muted)}.AgentEditShell-module__bCPfSq__content{padding:40px 48px 64px}.AgentEditShell-module__bCPfSq__inner{width:100%;max-width:920px;margin:0 auto}.AgentEditShell-module__bCPfSq__sidebarSlot{display:contents}@media (max-width:767.98px){.AgentEditShell-module__bCPfSq__sidebarSlot{display:none}.AgentEditShell-module__bCPfSq__content{padding:var(--liszt-space-4)var(--liszt-gutter)64px}}.AgentEditShell-module__bCPfSq__stepSheet{gap:var(--liszt-space-1);flex-direction:column;display:flex}.AgentEditShell-module__bCPfSq__stepItem{align-items:center;gap:var(--liszt-space-3);width:100%;min-height:3rem;padding:0 var(--liszt-space-3);font-family:inherit;font-size:var(--liszt-text-lg);color:var(--theme-foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;font-weight:600;display:flex}.AgentEditShell-module__bCPfSq__stepItem:hover:not(:disabled){background:var(--theme-surface-secondary)}.AgentEditShell-module__bCPfSq__stepItem:disabled{opacity:.5;cursor:not-allowed}.AgentEditShell-module__bCPfSq__stepItemActive{background:var(--theme-primary-soft);color:var(--theme-primary)}.AgentEditShell-module__bCPfSq__stepBadge{flex-shrink:0;justify-content:center;align-items:center;width:24px;display:inline-flex}.AgentEditShell-module__bCPfSq__stepItemLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}
.FormLayout-module__P0GUAa__root{max-width:780px;margin:0 auto}.FormLayout-module__P0GUAa__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));margin-bottom:8px;font-weight:700}.FormLayout-module__P0GUAa__title{font-size:var(--liszt-text-h1);letter-spacing:-.5px;color:var(--theme-foreground,var(--liszt-ink-900));margin:0 0 7px;font-weight:800}.FormLayout-module__P0GUAa__description{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-700));margin:0 0 22px;line-height:1.55}.FormLayout-module__P0GUAa__divider{background:var(--theme-border-color,var(--liszt-blue-300));height:1px;margin:0 0 26px}
.ProposalHero-module__qfcPxG__hero{border-radius:var(--liszt-radius-xl);border:1px solid var(--theme-border-color,var(--liszt-blue-300));background:var(--theme-background-component,#fff);margin-bottom:24px;overflow:hidden}.ProposalHero-module__qfcPxG__banner{background:var(--theme-primary-gradient,var(--theme-primary,var(--liszt-brand-700)));color:var(--theme-primary-foreground,#fff);padding:24px 26px 20px}.ProposalHero-module__qfcPxG__bannerHead{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ProposalHero-module__qfcPxG__bannerText{min-width:0}.ProposalHero-module__qfcPxG__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;opacity:.75;margin-bottom:8px;font-weight:700}.ProposalHero-module__qfcPxG__title{font-size:var(--liszt-text-h1);letter-spacing:-.6px;color:inherit;text-overflow:ellipsis;white-space:nowrap;margin:0 0 8px;font-weight:800;line-height:1.15;overflow:hidden}.ProposalHero-module__qfcPxG__subtitle{font-size:var(--liszt-text-md);opacity:.9;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ProposalHero-module__qfcPxG__statusChip{flex-shrink:0}.ProposalHero-module__qfcPxG__bannerChips{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.ProposalHero-module__qfcPxG__proponentBar{border-bottom:1px solid var(--theme-border-color,var(--liszt-blue-300));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 26px;display:flex}.ProposalHero-module__qfcPxG__proponent{align-items:center;gap:14px;min-width:0;display:flex}.ProposalHero-module__qfcPxG__proponentText{min-width:0}.ProposalHero-module__qfcPxG__proponentEyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-bottom:5px;font-weight:700}.ProposalHero-module__qfcPxG__proponentIdentity{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.ProposalHero-module__qfcPxG__proponentName{font-size:var(--liszt-text-2xl);letter-spacing:-.3px;color:var(--theme-foreground,var(--liszt-ink-900));text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:800;overflow:hidden}.ProposalHero-module__qfcPxG__proponentActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.ProposalHero-module__qfcPxG__panel{padding:0}.ProposalHero-module__qfcPxG__detailsGrid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.ProposalHero-module__qfcPxG__detailCell{border-right:1px solid var(--theme-border-color,var(--liszt-blue-300));border-bottom:1px solid var(--theme-border-color,var(--liszt-blue-300));min-width:0;padding:12px 26px}.ProposalHero-module__qfcPxG__detailCell:nth-child(3n){border-right:none}.ProposalHero-module__qfcPxG__detailLabel{font-size:var(--liszt-text-xs);letter-spacing:.5px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));margin-bottom:3px;font-weight:700}.ProposalHero-module__qfcPxG__detailValue{font-size:var(--liszt-text-xl);letter-spacing:-.2px;color:var(--theme-foreground,var(--liszt-ink-900));text-overflow:ellipsis;white-space:nowrap;font-weight:800;overflow:hidden}.ProposalHero-module__qfcPxG__panelFoot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:4px 26px 0;display:flex}.ProposalHero-module__qfcPxG__editalLink{font-size:var(--liszt-text-sm);color:var(--theme-primary,var(--liszt-brand-600));align-items:center;gap:6px;padding:12px 0;font-weight:700;text-decoration:none;display:inline-flex}@media (max-width:767.98px){.ProposalHero-module__qfcPxG__hero{margin-inline:calc(-1*var(--liszt-gutter));margin-top:calc(-1*var(--liszt-page-top));border-left:none;border-right:none;border-radius:0;margin-bottom:0}.ProposalHero-module__qfcPxG__eyebrow,.ProposalHero-module__qfcPxG__title{display:none}.ProposalHero-module__qfcPxG__detailsGrid{grid-template-columns:1fr}.ProposalHero-module__qfcPxG__detailCell{border-right:none}.ProposalHero-module__qfcPxG__filler{display:none}.ProposalHero-module__qfcPxG__panelFoot{flex-direction:column;align-items:flex-start}}
@media (max-width:767.98px){.ProposalSidebar-module__iz0Dka__hideOnMobile{display:none}}.ProposalSidebar-module__iz0Dka__dot{border-radius:9999px;flex-shrink:0;width:8px;height:8px}.ProposalSidebar-module__iz0Dka__dotNotStarted{background:var(--theme-border-color)}.ProposalSidebar-module__iz0Dka__dotDraft{background:var(--theme-warning)}.ProposalSidebar-module__iz0Dka__dotInvalid{background:var(--theme-danger)}.ProposalSidebar-module__iz0Dka__dotValidated{background:var(--theme-success)}.ProposalSidebar-module__iz0Dka__title{font-size:var(--liszt-text-h3);letter-spacing:-.5px;color:var(--theme-foreground);font-weight:800}.ProposalSidebar-module__iz0Dka__subtitle{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-weight:500;overflow:hidden}
.BlockDocuments-module__hUFZuW__header{flex-direction:column;gap:6px;margin-top:30px;display:flex}.BlockDocuments-module__hUFZuW__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary);font-weight:700}.BlockDocuments-module__hUFZuW__description{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted);margin:0;line-height:1.5}
.AgentInfoCard-module__EDKVJq__card{background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);padding:18px 20px}.AgentInfoCard-module__EDKVJq__headRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.AgentInfoCard-module__EDKVJq__eyebrow{font-size:var(--liszt-text-2xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));font-weight:700}.AgentInfoCard-module__EDKVJq__editLink{font-size:var(--liszt-text-sm);color:var(--theme-primary,var(--liszt-brand-600));flex-shrink:0;align-items:center;gap:4px;font-weight:700;text-decoration:none;display:inline-flex}.AgentInfoCard-module__EDKVJq__identity{align-items:center;gap:12px;min-width:0;display:flex}.AgentInfoCard-module__EDKVJq__identityText{min-width:0}.AgentInfoCard-module__EDKVJq__name{font-size:var(--liszt-text-xl);color:var(--theme-foreground,var(--liszt-blue-900));text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.AgentInfoCard-module__EDKVJq__type{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-blue-600));margin-top:2px}.AgentInfoCard-module__EDKVJq__meta{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.AgentInfoCard-module__EDKVJq__residence{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-blue-600));align-items:center;gap:5px;min-width:0;display:inline-flex}.AgentInfoCard-module__EDKVJq__residenceIcon{color:var(--theme-foreground-muted,var(--liszt-blue-500));flex-shrink:0}.AgentInfoCard-module__EDKVJq__error{font-size:var(--liszt-text-sm);color:var(--theme-danger,var(--liszt-red-700,#b42318));background:var(--theme-danger-surface,var(--liszt-red-50,#fef3f2));border:1px solid var(--theme-danger-border,var(--liszt-red-200,#fecdca));border-radius:var(--liszt-radius-md,8px);align-items:flex-start;gap:6px;margin-top:12px;padding:9px 11px;line-height:1.35;display:flex}.AgentInfoCard-module__EDKVJq__errorIcon{flex-shrink:0;margin-top:1px}
.ProposalHistory-module__2osF3W__timeline{margin:0;padding:4px 0;list-style:none}.ProposalHistory-module__2osF3W__entry{grid-template-columns:28px minmax(0,1fr);gap:14px;display:grid}.ProposalHistory-module__2osF3W__rail{flex-direction:column;align-items:center;padding-top:6px;display:flex}.ProposalHistory-module__2osF3W__line{background:var(--theme-border-color,var(--liszt-blue-300));flex:1;width:2px;min-height:18px;margin:4px 0}.ProposalHistory-module__2osF3W__content{padding-bottom:22px}.ProposalHistory-module__2osF3W__entry:last-child .ProposalHistory-module__2osF3W__content{padding-bottom:0}.ProposalHistory-module__2osF3W__meta{align-items:center;gap:10px;margin-bottom:3px;display:flex}.ProposalHistory-module__2osF3W__date{font-size:var(--liszt-text-sm);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:700}.ProposalHistory-module__2osF3W__actor{text-transform:uppercase;font-size:var(--liszt-text-2xs);letter-spacing:.3px}.ProposalHistory-module__2osF3W__title{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));margin-bottom:3px;font-weight:700}.ProposalHistory-module__2osF3W__titleCritical{color:var(--theme-danger,#ba1a1a)}.ProposalHistory-module__2osF3W__description{font-size:var(--liszt-text-md);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:0;line-height:1.5}.ProposalHistory-module__2osF3W__emptyState{color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-direction:column;align-items:center;gap:10px;padding:24px 0;display:flex}.ProposalHistory-module__2osF3W__emptyIcon{opacity:.55}.ProposalHistory-module__2osF3W__emptyText{font-size:var(--liszt-text-md)}
.ProposalStepList-module__EUEfKa__list{flex-direction:column;gap:10px;display:flex}.ProposalStepList-module__EUEfKa__card{text-align:left;width:100%;font:inherit;cursor:pointer;background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-lg);align-items:center;gap:13px;padding:14px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.ProposalStepList-module__EUEfKa__card:hover{border-color:var(--theme-primary,var(--liszt-brand-600));box-shadow:0 10px 20px -14px color-mix(in srgb,var(--liszt-brand-900)35%,transparent)}.ProposalStepList-module__EUEfKa__cardActive{border-color:var(--theme-primary);background:var(--theme-primary-soft)}.ProposalStepList-module__EUEfKa__overviewIcon{background:var(--theme-primary-soft);width:34px;height:34px;color:var(--theme-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ProposalStepList-module__EUEfKa__info{flex:1;min-width:0}.ProposalStepList-module__EUEfKa__name{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:700}.ProposalStepList-module__EUEfKa__hint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));white-space:nowrap;text-overflow:ellipsis;margin-top:3px;overflow:hidden}.ProposalStepList-module__EUEfKa__chevron{color:var(--theme-foreground-muted,var(--liszt-ink-500));flex-shrink:0}
.ExpenseModal-module__OxXaKW__root{flex-direction:column;gap:18px;display:flex}.ExpenseModal-module__OxXaKW__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));font-weight:700}.ExpenseModal-module__OxXaKW__body{flex-direction:column;gap:16px;display:flex}.ExpenseModal-module__OxXaKW__field{flex-direction:column;gap:7px;display:flex}.ExpenseModal-module__OxXaKW__label{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:600}.ExpenseModal-module__OxXaKW__required{color:var(--liszt-red-600,#ba1a1a)}.ExpenseModal-module__OxXaKW__error{font-size:var(--liszt-text-sm);color:var(--liszt-red-600,#ba1a1a)}.ExpenseModal-module__OxXaKW__textarea{box-sizing:border-box;width:100%;min-height:84px;font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-900));background:var(--theme-background-component,#fff);border:1px solid var(--theme-border-color,var(--liszt-blue-300));border-radius:var(--liszt-radius-md,8px);resize:vertical;padding:11px 14px;font-family:inherit;line-height:1.5}.ExpenseModal-module__OxXaKW__textarea:focus{border-color:var(--theme-primary,var(--liszt-brand-600));outline:none}.ExpenseModal-module__OxXaKW__footer{justify-content:flex-end;align-items:center;gap:12px;padding-top:4px;display:flex}
.BlockLayout-module__2QQ1Na__root{width:100%}.BlockLayout-module__2QQ1Na__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary);margin-bottom:8px;font-weight:700}.BlockLayout-module__2QQ1Na__title{font-family:var(--theme-font,"Inter",sans-serif);font-size:var(--liszt-text-h1);letter-spacing:-.5px;color:var(--theme-foreground);margin:0 0 18px;font-weight:800}.BlockLayout-module__2QQ1Na__divider{background:var(--theme-border-color);height:1px;margin:0 0 26px}
.AgentTypeModal-module__XREnYa__content{flex-direction:column;gap:18px;display:flex}.AgentTypeModal-module__XREnYa__desc{font-size:var(--liszt-text-lg);color:var(--theme-foreground-muted);margin:0;line-height:1.55}.AgentTypeModal-module__XREnYa__cards{flex-direction:column;gap:10px;display:flex}.AgentTypeModal-module__XREnYa__footer{justify-content:space-between;align-items:center;gap:12px;margin-top:4px;display:flex}
.EnrollModal-module__fJDxmW__content{flex-direction:column;display:flex}.EnrollModal-module__fJDxmW__steps{gap:6px;margin-bottom:16px;display:flex}.EnrollModal-module__fJDxmW__stepBar{border-radius:var(--liszt-radius-full);background:var(--liszt-blue-300);flex:1;height:4px}.EnrollModal-module__fJDxmW__stepBarActive{background:var(--theme-primary,var(--liszt-brand-600))}.EnrollModal-module__fJDxmW__stepHead{margin-bottom:0}.EnrollModal-module__fJDxmW__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));margin-bottom:4px;font-weight:700}.EnrollModal-module__fJDxmW__stepTitle{font-size:var(--liszt-text-2xl);letter-spacing:-.3px;color:var(--theme-foreground,var(--liszt-ink-900));margin:0;font-weight:800}.EnrollModal-module__fJDxmW__body{min-height:0}.EnrollModal-module__fJDxmW__desc{font-size:var(--liszt-text-lg);color:var(--theme-foreground,var(--liszt-ink-700));margin:2px 0 16px;line-height:1.5}.EnrollModal-module__fJDxmW__cards{flex-direction:column;gap:10px;display:flex}.EnrollModal-module__fJDxmW__capacity{flex-direction:column;gap:10px;margin-top:18px;display:flex}.EnrollModal-module__fJDxmW__capacityLabel{font-size:var(--liszt-text-sm);letter-spacing:.2px;text-transform:uppercase;color:var(--theme-foreground-muted,var(--liszt-ink-500));font-weight:700}.EnrollModal-module__fJDxmW__cooperatives{flex-direction:column;gap:10px;display:flex}.EnrollModal-module__fJDxmW__modalityItem{flex-direction:column;display:flex}.EnrollModal-module__fJDxmW__infoToggle{cursor:pointer;font-family:inherit;font-size:var(--liszt-text-sm);color:var(--theme-primary,var(--liszt-brand-600));background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-top:12px;padding:0;font-weight:700;display:inline-flex}.EnrollModal-module__fJDxmW__infoChevron{transition:transform .18s}.EnrollModal-module__fJDxmW__infoChevronOpen{transform:rotate(180deg)}.EnrollModal-module__fJDxmW__modalityDetails{border-top:1px solid var(--liszt-blue-100);flex-direction:column;gap:14px;margin-top:14px;padding-top:14px;display:flex}.EnrollModal-module__fJDxmW__warningBox{background:var(--warning-soft);border:1px solid var(--warning-border);border-radius:var(--liszt-radius-md);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.EnrollModal-module__fJDxmW__warningIcon{color:var(--warning-strong);flex-shrink:0;margin-top:1px}.EnrollModal-module__fJDxmW__warningTitle{font-size:var(--liszt-text-sm);color:var(--warning-strong-alt);font-weight:800}.EnrollModal-module__fJDxmW__warningText{font-size:var(--liszt-text-sm);color:var(--warning-text);margin-top:2px;line-height:1.5}.EnrollModal-module__fJDxmW__valueRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.EnrollModal-module__fJDxmW__valueLabel{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500))}.EnrollModal-module__fJDxmW__valueAmount{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:700}.EnrollModal-module__fJDxmW__docsLabel{font-size:var(--liszt-text-xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));margin-bottom:4px;font-weight:700}.EnrollModal-module__fJDxmW__docRow{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));align-items:center;gap:8px;padding:4px 0;display:flex}.EnrollModal-module__fJDxmW__docIcon{color:var(--theme-primary,var(--liszt-brand-600));flex-shrink:0}.EnrollModal-module__fJDxmW__footer{border-top:1px solid var(--liszt-blue-100);justify-content:flex-end;align-items:center;gap:12px;margin-top:20px;padding-top:16px;display:flex}.EnrollModal-module__fJDxmW__reasonTrigger{cursor:help;display:block}.EnrollModal-module__fJDxmW__reasonPanel{max-width:260px;padding:10px 12px}.EnrollModal-module__fJDxmW__reasonText{font-size:var(--liszt-text-sm);color:var(--theme-foreground,#0d1c2e);line-height:1.4}.EnrollModal-module__fJDxmW__reasonTitle{margin-bottom:6px;font-weight:600}.EnrollModal-module__fJDxmW__reasonList{flex-direction:column;gap:4px;margin:0;padding-left:16px;display:flex}
.ProposalReadTopBar-module__asu8OW__bar{align-items:center;gap:var(--liszt-space-3);display:flex}.ProposalReadTopBar-module__asu8OW__back{background:var(--theme-primary-soft);width:44px;height:44px;color:var(--theme-primary);cursor:pointer;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ProposalReadTopBar-module__asu8OW__heading{flex:1;min-width:0}.ProposalReadTopBar-module__asu8OW__eyebrow{font-size:var(--liszt-text-sm);letter-spacing:.3px;text-transform:uppercase;color:var(--theme-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.ProposalReadTopBar-module__asu8OW__title{font-size:var(--liszt-text-lg);letter-spacing:-.3px;color:var(--theme-foreground);white-space:nowrap;text-overflow:ellipsis;font-weight:800;line-height:1.2;overflow:hidden}
.ProposalShell-module__MTeSaW__content{padding:0 var(--liszt-gutter)64px}.ProposalShell-module__MTeSaW__content:before{content:"";height:34px;display:block}@media (max-width:767.98px){.ProposalShell-module__MTeSaW__content{background:var(--theme-background)}}
.FundingModal-module__nkNWoW__root{flex-direction:column;gap:18px;display:flex}.FundingModal-module__nkNWoW__eyebrow{font-size:var(--liszt-text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--theme-primary,var(--liszt-brand-600));font-weight:700}.FundingModal-module__nkNWoW__body{flex-direction:column;gap:16px;display:flex}.FundingModal-module__nkNWoW__field{flex-direction:column;gap:9px;display:flex}.FundingModal-module__nkNWoW__label{font-size:var(--liszt-text-md);color:var(--theme-foreground,var(--liszt-ink-900));font-weight:600}.FundingModal-module__nkNWoW__required{color:var(--liszt-red-600,#ba1a1a)}.FundingModal-module__nkNWoW__error{font-size:var(--liszt-text-sm);color:var(--liszt-red-600,#ba1a1a)}.FundingModal-module__nkNWoW__toggle{gap:10px;display:flex}.FundingModal-module__nkNWoW__toggle>*{flex:1}.FundingModal-module__nkNWoW__footer{justify-content:flex-end;align-items:center;gap:12px;padding-top:4px;display:flex}
.AuthSplitLayout-module__tEUYHW__split{background:var(--theme-background);flex-direction:row;width:100%;height:100vh;display:flex;overflow:hidden}.AuthSplitLayout-module__tEUYHW__panel{background:var(--theme-primary);height:100vh;color:var(--theme-primary-foreground);flex-direction:column;flex:1;justify-content:space-between;gap:48px;padding:56px 64px;display:flex;position:relative;overflow:hidden}.AuthSplitLayout-module__tEUYHW__overlay{pointer-events:none;background:linear-gradient(155deg,#00000073 0%,#0000 70%);position:absolute;inset:0}.AuthSplitLayout-module__tEUYHW__header,.AuthSplitLayout-module__tEUYHW__body,.AuthSplitLayout-module__tEUYHW__trustList{z-index:2;position:relative}.AuthSplitLayout-module__tEUYHW__header{align-items:center;gap:10px;display:flex}.AuthSplitLayout-module__tEUYHW__logo{width:auto;height:32px;display:block}.AuthSplitLayout-module__tEUYHW__body{flex-direction:column;gap:18px;max-width:440px;display:flex}.AuthSplitLayout-module__tEUYHW__chip{background:color-mix(in srgb,var(--theme-primary-foreground)14%,transparent);border:1px solid color-mix(in srgb,var(--theme-primary-foreground)22%,transparent);font-family:var(--theme-font);font-size:var(--liszt-text-xs);letter-spacing:.3px;color:color-mix(in srgb,var(--theme-primary-foreground)88%,transparent);border-radius:999px;align-self:flex-start;padding:5px 12px;font-weight:600}.AuthSplitLayout-module__tEUYHW__heading{font-family:var(--theme-font);font-size:var(--liszt-text-h1);letter-spacing:-1px;color:var(--theme-primary-foreground);text-wrap:balance;margin:0;font-weight:800;line-height:1.12}.AuthSplitLayout-module__tEUYHW__description{font-family:var(--theme-font);font-size:var(--liszt-text-xl);max-width:400px;color:color-mix(in srgb,var(--theme-primary-foreground)78%,transparent);margin:0;line-height:1.6}.AuthSplitLayout-module__tEUYHW__trustList{flex-direction:column;gap:11px;display:flex}.AuthSplitLayout-module__tEUYHW__trust{font-family:var(--theme-font);font-size:var(--liszt-text-sm);color:color-mix(in srgb,var(--theme-primary-foreground)72%,transparent);align-items:center;gap:7px;display:inline-flex}@media (max-width:768px){.AuthSplitLayout-module__tEUYHW__split{flex-direction:column}.AuthSplitLayout-module__tEUYHW__panel{gap:20px;min-height:auto;padding:24px}.AuthSplitLayout-module__tEUYHW__body{gap:12px}.AuthSplitLayout-module__tEUYHW__heading{font-size:var(--liszt-text-h2)}.AuthSplitLayout-module__tEUYHW__description,.AuthSplitLayout-module__tEUYHW__trustList{display:none}}.AuthSplitLayout-module__tEUYHW__form{flex:1;min-width:0;height:100vh;padding:56px 48px;display:flex;overflow-y:auto}.AuthSplitLayout-module__tEUYHW__form>*{width:100%;max-width:404px;margin:auto}@media (max-width:768px){.AuthSplitLayout-module__tEUYHW__split{height:auto;overflow:visible}.AuthSplitLayout-module__tEUYHW__panel{height:auto}.AuthSplitLayout-module__tEUYHW__form{height:auto;padding:32px 24px;overflow-y:visible}}
.form-module__nCpt1G__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.form-module__nCpt1G__wide,.form-module__nCpt1G__check{grid-column:1/-1}.form-module__nCpt1G__rowQuarter{grid-column:1/-1;grid-template-columns:1fr 3fr;align-items:start;gap:16px 20px;display:grid}.form-module__nCpt1G__lockedRow{align-items:stretch;gap:12px;display:flex}.form-module__nCpt1G__lockedField{border:var(--theme-border-width,1px)solid var(--theme-border-color);border-radius:var(--theme-radius);background:var(--theme-surface-secondary,var(--theme-background));min-width:0;height:44px;color:var(--theme-foreground-muted);flex:1;align-items:center;gap:10px;padding:0 14px;display:flex}.form-module__nCpt1G__lockedValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--liszt-text-lg);color:var(--theme-foreground);flex:1;overflow:hidden}.form-module__nCpt1G__lockedTag{font-size:var(--liszt-text-2xs);letter-spacing:.5px;text-transform:uppercase;color:var(--theme-foreground-muted);flex-shrink:0;font-weight:700}.form-module__nCpt1G__hint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted);margin:8px 0 0;line-height:1.5}@media (max-width:720px){.form-module__nCpt1G__grid,.form-module__nCpt1G__rowQuarter{grid-template-columns:1fr}}
.MoreMenu-module__W_xS9a__list{flex-direction:column;gap:.125rem;display:flex}.MoreMenu-module__W_xS9a__item{width:100%;min-height:3rem;font-family:inherit;font-size:var(--liszt-text-lg);color:var(--theme-foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;padding:0 .75rem;font-weight:600;transition:background-color .12s,color .12s;display:flex}.MoreMenu-module__W_xS9a__item:hover{background-color:var(--theme-surface-secondary)}.MoreMenu-module__W_xS9a__itemDestructive{color:var(--theme-danger)}.MoreMenu-module__W_xS9a__itemDestructive:hover{background-color:var(--theme-danger-bg);color:var(--theme-danger-text)}.MoreMenu-module__W_xS9a__icon{color:var(--theme-foreground-muted);flex-shrink:0;align-items:center;display:flex}.MoreMenu-module__W_xS9a__itemDestructive .MoreMenu-module__W_xS9a__icon{color:inherit}.MoreMenu-module__W_xS9a__label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MoreMenu-module__W_xS9a__chevron{color:var(--theme-foreground-muted);flex-shrink:0;transition:transform .15s}.MoreMenu-module__W_xS9a__chevronOpen{transform:rotate(90deg)}.MoreMenu-module__W_xS9a__group{flex-direction:column;gap:.125rem;display:flex}.MoreMenu-module__W_xS9a__children{flex-direction:column;gap:.125rem;padding-left:1.75rem;display:flex}.MoreMenu-module__W_xS9a__childItem{min-height:2.5rem;font-weight:500;font-size:var(--liszt-text-md)}.MoreMenu-module__W_xS9a__separator{background-color:var(--theme-border-color);height:1px;margin:.375rem .25rem}
.tokens-module__DUOeza__group{flex-direction:column;gap:12px;display:flex}.tokens-module__DUOeza__groupLabel{font-size:var(--liszt-text-xs);letter-spacing:.4px;text-transform:uppercase;color:var(--theme-foreground-muted);margin:0;font-weight:700}.tokens-module__DUOeza__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.tokens-module__DUOeza__chip{flex-direction:column;gap:4px;min-width:0;display:flex}.tokens-module__DUOeza__swatch{border:1px solid var(--theme-border-color);border-radius:10px;height:56px;box-shadow:inset 0 0 0 1px #0000000a}.tokens-module__DUOeza__token{font-family:var(--font-mono,ui-monospace,monospace);font-size:var(--liszt-text-sm);color:var(--theme-foreground);overflow-wrap:anywhere;font-weight:600}.tokens-module__DUOeza__value{font-family:var(--font-mono,ui-monospace,monospace);font-size:var(--liszt-text-xs);color:var(--theme-foreground-muted)}
.detail-module__T1DLKq__container{--warning-soft:#fefce8;--warning-border:#fde047;--warning-strong:#a16207;--warning-strong-alt:#92400e;--warning-text:#78350f}.detail-module__T1DLKq__section{margin-bottom:26px;scroll-margin-top:80px}.detail-module__T1DLKq__sectionTitle{font-size:var(--liszt-text-md);letter-spacing:.5px;text-transform:uppercase;color:var(--theme-foreground,var(--liszt-ink-900));margin:0 0 14px;font-weight:700}.detail-module__T1DLKq__sectionHint{font-size:var(--liszt-text-sm);color:var(--theme-foreground-muted,var(--liszt-ink-500));margin:-8px 0 16px}
