.DateField-module__lIP_2q__root{flex-direction:column;gap:.35rem;min-width:0;display:flex}.DateField-module__lIP_2q__row{align-items:stretch;gap:.25rem;display:flex}.DateField-module__lIP_2q__label{font-size:var(--font-size-xs);color:var(--ui-muted)}.DateField-module__lIP_2q__trigger{border:1px solid var(--ui-border);border-radius:var(--radius-input);background:var(--ui-bg);min-width:0;height:34px;color:var(--ui-text);font-size:var(--font-size-sm);cursor:pointer;text-align:left;flex:1;align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.DateField-module__lIP_2q__clearBtn{border:1px solid var(--ui-border);border-radius:var(--radius-input);background:var(--ui-bg);width:34px;height:34px;color:var(--ui-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.DateField-module__lIP_2q__clearBtn:hover{color:var(--ui-text);background:color-mix(in srgb, var(--ui-text) 6%, var(--ui-bg))}.DateField-module__lIP_2q__triggerOpen{border-color:color-mix(in srgb, var(--brand-signal) 45%, var(--ui-border))}.DateField-module__lIP_2q__placeholder{color:var(--ui-muted)}.DateField-module__lIP_2q__popover{z-index:var(--z-portal-over-fullscreen);background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-input);width:280px;box-shadow:var(--shadow-md);padding:.75rem}.DateField-module__lIP_2q__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.DateField-module__lIP_2q__monthLabel{font-size:var(--font-size-sm);font-weight:600}.DateField-module__lIP_2q__navBtn{border-radius:var(--radius-input);width:28px;height:28px;color:var(--ui-text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.DateField-module__lIP_2q__navBtn:hover{background:color-mix(in srgb, var(--ui-text) 6%, var(--ui-bg))}.DateField-module__lIP_2q__weekdays,.DateField-module__lIP_2q__grid{grid-template-columns:repeat(7,1fr);gap:.15rem;display:grid}.DateField-module__lIP_2q__weekday{color:var(--ui-muted);text-align:center;padding:.15rem 0;font-size:.65rem;font-weight:600}.DateField-module__lIP_2q__dayBtn{aspect-ratio:1;border-radius:var(--radius-input);width:100%;color:var(--ui-text);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.DateField-module__lIP_2q__dayBtn:hover:not(:disabled){background:color-mix(in srgb, var(--ui-text) 8%, var(--ui-bg))}.DateField-module__lIP_2q__dayBtnSelected{background:var(--brand-signal);color:#fff}.DateField-module__lIP_2q__dayBtnSelected:hover:not(:disabled){background:var(--brand-signal)}.DateField-module__lIP_2q__dayBtnOutside{color:var(--ui-muted);opacity:.55}.DateField-module__lIP_2q__dayBtnDisabled{opacity:.35;cursor:not-allowed}
.Button-module__VMVMAW__button{border-radius:var(--radius-button);font-family:inherit;font-weight:var(--font-weight-medium);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;line-height:1;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s,transform 60ms;display:inline-flex}.Button-module__VMVMAW__button:focus-visible{outline:2px solid var(--brand-signal-border);outline-offset:2px}.Button-module__VMVMAW__button:disabled,.Button-module__VMVMAW__button[aria-busy=true]{cursor:not-allowed}.Button-module__VMVMAW__button:disabled:not([aria-busy=true]){opacity:.55}.Button-module__VMVMAW__label{align-items:center;display:inline-flex}.Button-module__VMVMAW__iconLeft,.Button-module__VMVMAW__iconRight{justify-content:center;align-items:center;display:inline-flex}.Button-module__VMVMAW__fullWidth{width:100%}.Button-module__VMVMAW__size-sm{font-size:var(--font-size-xs);min-height:1.85rem;padding:.4rem .7rem}.Button-module__VMVMAW__size-md{font-size:var(--font-size-md);min-height:2.35rem;padding:.55rem 1.05rem}.Button-module__VMVMAW__variant-primary{background:var(--brand-primary);color:#fff;border-color:#0000}.Button-module__VMVMAW__variant-primary:enabled:hover{background:var(--brand-primary-hover)}.Button-module__VMVMAW__variant-primary:enabled:active{background:var(--brand-primary-active)}.Button-module__VMVMAW__variant-primary:disabled{background:var(--ui-surface-2);color:var(--ui-muted);border-color:var(--ui-border)}.Button-module__VMVMAW__variant-secondary{background:var(--ui-surface-2);color:var(--ui-text);border-color:var(--ui-border)}.Button-module__VMVMAW__variant-secondary:enabled:hover{background:color-mix(in srgb, var(--ui-text) 8%, var(--ui-surface-2))}.Button-module__VMVMAW__variant-secondary:enabled:active{background:color-mix(in srgb, var(--ui-text) 14%, var(--ui-surface-2))}.Button-module__VMVMAW__variant-secondary:disabled{color:var(--ui-muted);background:var(--ui-surface)}.Button-module__VMVMAW__variant-ghost{color:var(--ui-text);background:0 0;border-color:#0000}.Button-module__VMVMAW__variant-ghost:enabled:hover{background:color-mix(in srgb, var(--ui-text) 8%, transparent)}.Button-module__VMVMAW__variant-ghost:enabled:active{background:color-mix(in srgb, var(--ui-text) 14%, transparent)}.Button-module__VMVMAW__variant-ghost:disabled{color:var(--ui-muted)}.Button-module__VMVMAW__variant-destructive{color:#fff;background:#c7081b;border-color:#0000}.Button-module__VMVMAW__variant-destructive:enabled:hover{background:#ce2636}.Button-module__VMVMAW__variant-destructive:enabled:active{background:#9f0616}.Button-module__VMVMAW__variant-destructive:disabled{background:var(--ui-surface-2);color:var(--ui-muted);border-color:var(--ui-border)}.Button-module__VMVMAW__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:.85em;height:.85em;animation:.7s linear infinite Button-module__VMVMAW__ds-button-spin}@keyframes Button-module__VMVMAW__ds-button-spin{to{transform:rotate(360deg)}}.Button-module__VMVMAW__loading{place-items:center;display:inline-grid}.Button-module__VMVMAW__loading>.Button-module__VMVMAW__spinner,.Button-module__VMVMAW__loading>.Button-module__VMVMAW__label{grid-area:1/1}.Button-module__VMVMAW__loading>.Button-module__VMVMAW__label{visibility:hidden}
.Checkbox-module__QfBj-G__wrapper{cursor:pointer;color:var(--ui-text);font-size:var(--font-size-md);line-height:var(--line-height-normal);align-items:flex-start;gap:.6rem;display:inline-flex}.Checkbox-module__QfBj-G__disabled{cursor:not-allowed;opacity:.6}.Checkbox-module__QfBj-G__input{accent-color:var(--brand-primary);cursor:inherit;flex-shrink:0;margin:.16rem 0 0}.Checkbox-module__QfBj-G__text{flex-direction:column;gap:.15rem;min-width:0;display:inline-flex}.Checkbox-module__QfBj-G__label{font-weight:var(--font-weight-medium);color:var(--ui-text)}.Checkbox-module__QfBj-G__description{font-size:var(--font-size-xs);color:var(--ui-muted);line-height:var(--line-height-normal)}.Checkbox-module__QfBj-G__rowAlign{align-items:center}.Checkbox-module__QfBj-G__rowAlign .Checkbox-module__QfBj-G__input{margin:0}
.Radio-module__DgnBCG__controlWrap{flex-shrink:0;width:18px;height:18px;margin:.16rem 0 0;position:relative}.Radio-module__DgnBCG__input{opacity:0;width:100%;height:100%;cursor:inherit;margin:0;position:absolute;inset:0}.Radio-module__DgnBCG__control{border:1.5px solid var(--ui-border);background:var(--ui-surface-2);border-radius:50%;width:100%;height:100%;transition:border-color .15s,background .15s,box-shadow .15s;display:block;position:relative}.Radio-module__DgnBCG__input:focus-visible+.Radio-module__DgnBCG__control{box-shadow:0 0 0 2px var(--ui-surface), 0 0 0 4px color-mix(in srgb, var(--brand-signal) 45%, transparent)}.Radio-module__DgnBCG__input:checked+.Radio-module__DgnBCG__control{border-color:var(--brand-signal);background:var(--ui-surface-2)}.Radio-module__DgnBCG__input:checked+.Radio-module__DgnBCG__control:after{content:"";background:var(--brand-signal);border-radius:50%;position:absolute;inset:4px}.Radio-module__DgnBCG__input:disabled+.Radio-module__DgnBCG__control{opacity:.6}.Radio-module__DgnBCG__wrapper{cursor:pointer;color:var(--ui-text);font-size:var(--font-size-md);line-height:var(--line-height-normal);align-items:flex-start;gap:.6rem;display:inline-flex}.Radio-module__DgnBCG__disabled{cursor:not-allowed;opacity:.6}.Radio-module__DgnBCG__text{flex-direction:column;gap:.15rem;min-width:0;display:inline-flex}.Radio-module__DgnBCG__label{font-weight:var(--font-weight-medium);color:var(--ui-text)}.Radio-module__DgnBCG__description{font-size:var(--font-size-xs);color:var(--ui-muted);line-height:var(--line-height-normal)}.Radio-module__DgnBCG__rowAlign{align-items:center}.Radio-module__DgnBCG__rowAlign .Radio-module__DgnBCG__controlWrap{margin:0}
.Badge-module__yqYDGW__badge{border-radius:var(--radius-button);max-width:100%;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);line-height:var(--line-height-tight);background:var(--ds-badge-bg);color:var(--ds-badge-fg);box-sizing:border-box;border:none;align-items:center;gap:.35rem;padding:.25rem .6rem;display:inline-flex}.Badge-module__yqYDGW__sizeSm{font-size:.7rem;font-weight:var(--font-weight-semibold);gap:.25rem;padding:.12rem .45rem}.Badge-module__yqYDGW__spinner{border:2px solid color-mix(in srgb, currentColor 30%, transparent);border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.8s linear infinite Badge-module__yqYDGW__ds-badge-spin;display:inline-block}@keyframes Badge-module__yqYDGW__ds-badge-spin{to{transform:rotate(360deg)}}.Badge-module__yqYDGW__variant-info{--ds-badge-bg:color-mix(in srgb, var(--brand-signal) 9%, var(--ui-surface));--ds-badge-fg:color-mix(in srgb, var(--brand-signal) 82%, var(--ui-muted) 18%)}.Badge-module__yqYDGW__variant-neutral{--ds-badge-bg:color-mix(in srgb, var(--ui-muted) 12%, var(--ui-surface-2));--ds-badge-fg:var(--ui-muted)}.Badge-module__yqYDGW__variant-success{--ds-badge-bg:color-mix(in srgb, #22c55e 14%, var(--ui-surface));--ds-badge-fg:#16a34a}.Badge-module__yqYDGW__variant-warning{--ds-badge-bg:color-mix(in srgb, #f59e0b 16%, var(--ui-surface));--ds-badge-fg:#b45309}.Badge-module__yqYDGW__variant-error{--ds-badge-bg:color-mix(in srgb, #ef4444 14%, var(--ui-surface));--ds-badge-fg:#dc2626}
.Select-module__EeJ0TW__root{width:100%;display:block;position:relative}.Select-module__EeJ0TW__trigger{background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:var(--radius-input);width:100%;color:var(--ui-text);text-align:left;cursor:pointer;outline:none;justify-content:space-between;align-items:center;gap:.5rem;font-family:inherit;line-height:1.25;transition:border-color .12s,background-color .12s,box-shadow .12s;display:inline-flex}.Select-module__EeJ0TW__trigger:focus-visible{outline:2px solid var(--brand-signal-border);outline-offset:2px}.Select-module__EeJ0TW__trigger:hover:not(:disabled){border-color:color-mix(in srgb, var(--ui-text) 18%, var(--ui-border))}.Select-module__EeJ0TW__triggerOpen{border-color:var(--brand-signal-border)}.Select-module__EeJ0TW__triggerPortalWarning{border:3px solid #f6b44b}.Select-module__EeJ0TW__triggerDisabled{opacity:.6;cursor:not-allowed}.Select-module__EeJ0TW__triggerNoChevron{cursor:default}.Select-module__EeJ0TW__size-md{box-sizing:border-box;font-size:var(--font-size-md);min-height:2.35rem;padding:.55rem .65rem .55rem .75rem;line-height:1}.Select-module__EeJ0TW__size-sm{font-size:var(--font-size-xs);min-height:1.85rem;padding:.35rem .55rem .35rem .65rem}.Select-module__EeJ0TW__size-number{box-sizing:border-box;min-height:2.125rem;padding:.5rem .4rem .5rem .5rem;font-size:.875rem}.Select-module__EeJ0TW__triggerLabel{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.Select-module__EeJ0TW__placeholder{color:var(--ui-muted)}.Select-module__EeJ0TW__chevron{color:var(--ui-muted);flex-shrink:0;transition:transform .16s}.Select-module__EeJ0TW__chevronOpen{color:var(--ui-text);transform:rotate(180deg)}.Select-module__EeJ0TW__listPortal{box-sizing:border-box;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-input);max-height:260px;box-shadow:var(--shadow-md);z-index:var(--z-portal-over-fullscreen);padding:.25rem;overflow-y:auto}.Select-module__EeJ0TW__list{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-input);max-height:260px;box-shadow:var(--shadow-md);z-index:var(--z-dropdown);padding:.25rem;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.Select-module__EeJ0TW__listAbove{top:auto;bottom:calc(100% + 4px)}.Select-module__EeJ0TW__option{border-radius:var(--radius-input);color:var(--ui-text);font-size:var(--font-size-sm);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .65rem;display:flex}.Select-module__EeJ0TW__optionActive{background:color-mix(in srgb, var(--ui-text) 10%, transparent)}.Select-module__EeJ0TW__optionSelected{font-weight:var(--font-weight-semibold)}.Select-module__EeJ0TW__optionDisabled{opacity:.5;cursor:not-allowed}.Select-module__EeJ0TW__requiredProxy{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}
.Modal-module__weKyha__scrim{z-index:var(--z-modal);background:var(--ui-overlay);justify-content:center;align-items:center;padding:1rem;animation:.16s ease-out Modal-module__weKyha__ds-modal-scrim-in;display:flex;position:fixed;inset:0}.Modal-module__weKyha__scrimFullscreen{justify-content:stretch;align-items:stretch;padding:0}.Modal-module__weKyha__card{z-index:2;background:var(--ui-surface);color:var(--ui-text);border:1px solid var(--ui-border);border-radius:var(--radius-surface);box-shadow:var(--shadow-md);flex-direction:column;width:100%;max-height:calc(100vh - 2rem);animation:.18s cubic-bezier(.22,1,.36,1) Modal-module__weKyha__ds-modal-card-in;display:flex;position:relative;overflow:hidden}.Modal-module__weKyha__size-sm{max-width:360px}.Modal-module__weKyha__size-md{max-width:520px}.Modal-module__weKyha__size-lg{max-width:720px}.Modal-module__weKyha__card.Modal-module__weKyha__size-fullscreen{width:100%;max-width:none;height:100%;max-height:100%;box-shadow:none;border:none;border-radius:0}.Modal-module__weKyha__card.Modal-module__weKyha__size-fullscreen .Modal-module__weKyha__body{flex-direction:column;flex:1;min-height:0;display:flex}.Modal-module__weKyha__header{justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem .5rem;display:flex}.Modal-module__weKyha__title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--ui-text);line-height:var(--line-height-tight)}.Modal-module__weKyha__closeButton{aspect-ratio:1;width:2rem;height:2rem;color:var(--ui-muted);cursor:pointer;border-radius:var(--radius-button);background:0 0;border:none;flex:0 0 2rem;justify-content:center;align-items:center;margin:0;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.Modal-module__weKyha__closeButton:hover{background:color-mix(in srgb, var(--ui-text) 8%, transparent);color:var(--ui-text)}.Modal-module__weKyha__body{padding:.75rem 1.25rem 1.25rem;overflow-y:auto}.Modal-module__weKyha__footer{border-top:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-text) 3%, var(--ui-surface));justify-content:flex-end;align-items:center;gap:.65rem;padding:.75rem 1.25rem 1.1rem;display:flex}.Modal-module__weKyha__footerSeamless{background:0 0;border-top:none;padding-top:0}@keyframes Modal-module__weKyha__ds-modal-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__weKyha__ds-modal-card-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.Tooltip-module__gkEvuq__wrapper{vertical-align:middle;justify-content:center;align-items:center;display:inline-flex}.Tooltip-module__gkEvuq__wrapperStart{vertical-align:top;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.Tooltip-module__gkEvuq__tooltip{box-sizing:border-box;width:min(var(--tooltip-max-width,320px), calc(100vw - 1.5rem));max-width:min(var(--tooltip-max-width,320px), calc(100vw - 1.5rem));background:var(--ui-surface);color:var(--ui-text);border:1px solid var(--ui-border);border-radius:var(--radius-button);font-size:var(--font-size-xs);line-height:var(--line-height-normal);box-shadow:var(--shadow-md);z-index:var(--z-tooltip);white-space:pre-line;pointer-events:none;padding:.45rem .6rem;animation:.12s ease-out Tooltip-module__gkEvuq__ds-tooltip-in;position:fixed}.Tooltip-module__gkEvuq__tooltipFitContent{width:max-content}@keyframes Tooltip-module__gkEvuq__ds-tooltip-in{0%{opacity:0}to{opacity:1}}
.Toast-module__HsjkRa__viewport{bottom:max(1rem, env(safe-area-inset-bottom));right:max(1rem, env(safe-area-inset-right));z-index:var(--z-toast);pointer-events:none;flex-direction:column;align-items:flex-end;gap:.6rem;width:max-content;max-width:min(420px,100vw - 2rem);display:flex;position:fixed}.Toast-module__HsjkRa__toastClickable{cursor:pointer}.Toast-module__HsjkRa__toastClickable:focus-visible{outline:2px solid var(--brand-signal);outline-offset:2px}.Toast-module__HsjkRa__toast{pointer-events:auto;background:var(--ds-toast-bg,var(--ui-surface));border:1px solid var(--ds-toast-border,var(--ui-border));border-radius:var(--radius-surface);box-shadow:var(--shadow-lg);color:var(--ui-text);font-size:var(--font-size-sm);line-height:var(--line-height-normal);grid-template-columns:1fr auto;min-width:240px;max-width:420px;animation:.22s cubic-bezier(.22,1,.36,1) Toast-module__HsjkRa__ds-toast-in;display:grid;overflow:hidden}.Toast-module__HsjkRa__content{padding:var(--space-3) var(--space-4);gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Toast-module__HsjkRa__title{font-weight:var(--font-weight-semibold);color:var(--ds-toast-title-fg,var(--ui-text));font-size:var(--font-size-md)}.Toast-module__HsjkRa__message{color:var(--ui-text);word-break:break-word}.Toast-module__HsjkRa__close{width:2rem;height:2rem;margin:var(--space-2) var(--space-2) 0 0;border-radius:var(--radius-button);color:var(--ui-muted);cursor:pointer;background:0 0;border:none;flex:0 0 2rem;justify-content:center;place-self:flex-start end;align-items:center;padding:0;font-size:1.25rem;line-height:1;transition:color .12s,background-color .12s;display:inline-flex}.Toast-module__HsjkRa__close:hover{color:var(--ui-text);background:color-mix(in srgb, var(--ui-text) 8%, transparent)}.Toast-module__HsjkRa__variant-info{--ds-toast-bg:color-mix(in srgb, var(--brand-signal) 14%, var(--ui-surface));--ds-toast-border:color-mix(in srgb, var(--brand-signal) 38%, var(--ui-border));--ds-toast-title-fg:var(--brand-signal)}.Toast-module__HsjkRa__variant-success{--ds-toast-bg:color-mix(in srgb, #4caf50 14%, var(--ui-surface));--ds-toast-border:color-mix(in srgb, #4caf50 40%, var(--ui-border));--ds-toast-title-fg:#16a34a}.Toast-module__HsjkRa__variant-warning{--ds-toast-bg:color-mix(in srgb, #f6b44b 16%, var(--ui-surface));--ds-toast-border:color-mix(in srgb, #f6b44b 42%, var(--ui-border));--ds-toast-title-fg:#b45309}.Toast-module__HsjkRa__variant-error{--ds-toast-bg:color-mix(in srgb, #ef4444 14%, var(--ui-surface));--ds-toast-border:color-mix(in srgb, #ef4444 42%, var(--ui-border));--ds-toast-title-fg:#dc2626}@keyframes Toast-module__HsjkRa__ds-toast-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.settings-header-module__mxsCQa__shell{box-sizing:border-box;background-color:var(--ui-bg);transition:background-color var(--theme-crossfade-duration) var(--theme-crossfade-ease);margin:0 -2rem;padding:0 2rem 2rem}.settings-header-module__mxsCQa__header{z-index:30;background-color:var(--ui-bg);padding-left:2rem;padding-right:2rem;padding-top:calc(1.25rem - .55rem * var(--main-header-compact-t,0));padding-bottom:calc(.5rem - .25rem * var(--main-header-compact-t,0));box-sizing:border-box;transition:background-color var(--theme-crossfade-duration) var(--theme-crossfade-ease);margin-left:-2rem;margin-right:-2rem;position:sticky;top:0}.settings-header-module__mxsCQa__title{margin:0;margin-bottom:calc(.25rem - .1rem * var(--main-header-compact-t,0));color:var(--ui-text);transition:color var(--theme-crossfade-duration) var(--theme-crossfade-ease)}.settings-header-module__mxsCQa__titleRow{margin-bottom:calc(1.5rem - .3rem * var(--main-header-compact-t,0))!important}.settings-header-module__mxsCQa__titleRow.settings-header-module__mxsCQa__titleRowVehicle{margin-bottom:calc(.65rem + .4rem * (1 - var(--main-header-compact-t,0)))!important;gap:calc(1rem - .25rem * var(--main-header-compact-t,0))!important}.settings-header-module__mxsCQa__header.settings-header-module__mxsCQa__headerVehicleForm{padding-top:calc(1.25rem - .67rem * var(--main-header-compact-t,0));padding-bottom:calc(.35rem - .19rem * var(--main-header-compact-t,0))}.settings-header-module__mxsCQa__vehicleHeaderTitle{color:var(--ui-text);transition:color var(--theme-crossfade-duration) var(--theme-crossfade-ease);line-height:1.35;margin:0 0 calc(.1rem - .02rem * var(--main-header-compact-t,0)) 0!important;font-size:1.5rem!important}.settings-header-module__mxsCQa__subtitle{color:var(--ui-muted);font-size:var(--font-size-sm);margin:calc(.35rem - .08rem * var(--main-header-compact-t,0)) 0 0;transition:color var(--theme-crossfade-duration) var(--theme-crossfade-ease);line-height:1.45}.settings-header-module__mxsCQa__tabs{margin-bottom:calc(.5rem - .15rem * var(--main-header-compact-t,0));border-bottom:1px solid var(--ui-border);transition:border-color var(--theme-crossfade-duration) var(--theme-crossfade-ease);flex-wrap:wrap;align-items:flex-end;gap:0;padding-left:0;display:flex}.settings-header-module__mxsCQa__headerLeadRow{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.settings-header-module__mxsCQa__headerLeadContent{min-width:0}.settings-header-module__mxsCQa__pageHeaderMenuBtn{width:36px;height:36px;color:var(--ui-text);border-radius:var(--radius-button);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.settings-header-module__mxsCQa__pageHeaderMenuBtn:hover{background:color-mix(in srgb, var(--ui-text) 6%, var(--ui-bg))}@media (max-width:768px){.settings-header-module__mxsCQa__shell{margin:0 -1rem;padding:0 1rem 2rem}.settings-header-module__mxsCQa__header{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.settings-header-module__mxsCQa__pageHeaderMenuBtn{display:flex}}.settings-header-module__mxsCQa__settingsHubTab{border:none;border-bottom:3px solid #0000}.settings-header-module__mxsCQa__settingsHubTabActive{border-bottom-color:var(--brand-primary)}
.PlaybookAssetDeleteModal-module__iahZNq__footer{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.PlaybookAssetDeleteModal-module__iahZNq__content{align-items:flex-start;gap:.85rem;display:flex}.PlaybookAssetDeleteModal-module__iahZNq__iconWrap{border-radius:var(--radius-surface);background:color-mix(in srgb, #f87171 14%, var(--ui-surface));border:1px solid color-mix(in srgb, #f87171 28%, var(--ui-border));color:#f87171;flex:none;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex}.PlaybookAssetDeleteModal-module__iahZNq__text{color:var(--ui-muted);font-size:var(--font-size-sm);margin:0;line-height:1.55}.PlaybookAssetDeleteModal-module__iahZNq__fileName{color:var(--ui-text);word-break:break-word;font-weight:600}
.PlaybookAssetPreviewModal-module__yROMfW__viewerWrap{flex-direction:column;flex:1;min-height:calc(100vh - 4.5rem);margin:-.75rem -1.25rem -1.25rem;display:flex}.PlaybookAssetPreviewModal-module__yROMfW__viewer{background:color-mix(in srgb, var(--ui-bg) 85%, black);flex:1;justify-content:center;align-items:center;min-height:0;padding:1rem;display:flex}.PlaybookAssetPreviewModal-module__yROMfW__fullImage{object-fit:contain;border-radius:var(--radius-surface);max-width:100%;max-height:calc(100vh - 5rem);box-shadow:var(--shadow-lg)}.PlaybookAssetPreviewModal-module__yROMfW__fullPdf{border-radius:var(--radius-surface);background:#fff;border:none;width:100%;height:calc(100vh - 5rem)}.PlaybookAssetPreviewModal-module__yROMfW__unavailable,.PlaybookAssetPreviewModal-module__yROMfW__status{color:var(--ui-muted);font-size:var(--font-size-sm);margin:0}.PlaybookAssetPreviewModal-module__yROMfW__fallback{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.PlaybookAssetPreviewModal-module__yROMfW__fallbackLink{font-size:var(--font-size-sm);color:var(--brand-signal);background:var(--brand-signal-soft);border:1px solid var(--brand-signal-border-soft);border-radius:var(--radius-button);align-items:center;gap:.35rem;padding:.5rem .85rem;font-weight:600;text-decoration:none;display:inline-flex}.PlaybookAssetPreviewModal-module__yROMfW__fallbackLink:hover{background:var(--brand-signal-soft-strong)}
.PlaybookAssetCard-module__3bCRJa__card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.PlaybookAssetCard-module__3bCRJa__card:hover{box-shadow:var(--shadow-md);border-color:var(--brand-signal-border-soft);transform:translateY(-2px)}.PlaybookAssetCard-module__3bCRJa__preview{aspect-ratio:4/3;background:color-mix(in srgb, var(--ui-bg) 70%, var(--ui-surface));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.PlaybookAssetCard-module__3bCRJa__previewButton{aspect-ratio:4/3;background:linear-gradient(145deg, color-mix(in srgb, var(--ui-bg) 55%, var(--ui-surface)) 0%, color-mix(in srgb, var(--brand-signal) 8%, var(--ui-surface)) 100%);cursor:zoom-in;isolation:isolate;border:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.PlaybookAssetCard-module__3bCRJa__previewButton:hover .PlaybookAssetCard-module__3bCRJa__previewOverlay,.PlaybookAssetCard-module__3bCRJa__previewButton:focus-visible .PlaybookAssetCard-module__3bCRJa__previewOverlay{opacity:1}.PlaybookAssetCard-module__3bCRJa__previewButton:hover .PlaybookAssetCard-module__3bCRJa__previewImage,.PlaybookAssetCard-module__3bCRJa__previewButton:focus-visible .PlaybookAssetCard-module__3bCRJa__previewImage{transform:scale(1.06)}.PlaybookAssetCard-module__3bCRJa__previewButton:hover .PlaybookAssetCard-module__3bCRJa__pdfPreviewIconWrap,.PlaybookAssetCard-module__3bCRJa__previewButton:focus-visible .PlaybookAssetCard-module__3bCRJa__pdfPreviewIconWrap{box-shadow:var(--shadow-md);transform:translateY(-2px)scale(1.04)}.PlaybookAssetCard-module__3bCRJa__previewOverlay{z-index:2;background:linear-gradient(180deg, color-mix(in srgb, var(--ui-bg) 10%, transparent) 0%, color-mix(in srgb, var(--ui-bg) 72%, transparent) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;justify-content:center;align-items:center;transition:opacity .22s;display:flex;position:absolute;inset:0}.PlaybookAssetCard-module__3bCRJa__previewAction{font-size:var(--font-size-xs);letter-spacing:.02em;color:var(--ui-text);background:color-mix(in srgb, var(--ui-surface) 82%, transparent);border:1px solid color-mix(in srgb, var(--ui-text) 12%, transparent);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .85rem;font-weight:600;transition:transform .22s,background .22s;display:inline-flex;transform:translateY(6px)}.PlaybookAssetCard-module__3bCRJa__previewButton:hover .PlaybookAssetCard-module__3bCRJa__previewAction,.PlaybookAssetCard-module__3bCRJa__previewButton:focus-visible .PlaybookAssetCard-module__3bCRJa__previewAction{background:color-mix(in srgb, var(--ui-surface) 92%, transparent);transform:translateY(0)}.PlaybookAssetCard-module__3bCRJa__previewTypeBadge{z-index:1;letter-spacing:.06em;text-transform:uppercase;color:var(--brand-signal);background:color-mix(in srgb, var(--ui-surface) 88%, transparent);border:1px solid var(--brand-signal-border-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:.2rem .45rem;font-size:.65rem;font-weight:700;position:absolute;top:.55rem;left:.55rem}.PlaybookAssetCard-module__3bCRJa__previewImage{object-fit:cover;width:100%;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1)}.PlaybookAssetCard-module__3bCRJa__pdfPreview{flex-direction:column;justify-content:center;align-items:center;gap:.55rem;width:100%;height:100%;padding:1rem;display:flex}.PlaybookAssetCard-module__3bCRJa__pdfPreviewIconWrap{background:var(--brand-signal-soft);border:1px solid var(--brand-signal-border-soft);width:4.25rem;height:4.25rem;box-shadow:var(--shadow-sm);border-radius:1rem;justify-content:center;align-items:center;transition:transform .28s,box-shadow .28s;display:flex}.PlaybookAssetCard-module__3bCRJa__pdfPreviewLabel{font-size:var(--font-size-xs);color:var(--ui-muted);letter-spacing:.04em;text-transform:uppercase;font-weight:600}.PlaybookAssetCard-module__3bCRJa__previewIcon{color:var(--brand-signal)}.PlaybookAssetCard-module__3bCRJa__body{flex-direction:column;flex:1;gap:.35rem;padding:.85rem 1rem 1rem;display:flex}.PlaybookAssetCard-module__3bCRJa__titleRow{align-items:flex-start;gap:.35rem;display:flex}.PlaybookAssetCard-module__3bCRJa__title{font-size:var(--font-size-sm);color:var(--ui-text);word-break:break-word;flex:1;margin:0;font-weight:600;line-height:1.35}.PlaybookAssetCard-module__3bCRJa__titleInput{width:100%;font-size:var(--font-size-sm);color:var(--ui-text);background:var(--ui-bg);border:1px solid var(--brand-signal-border-soft);border-radius:var(--radius-input);outline:none;flex:1;padding:.35rem .5rem;font-weight:600}.PlaybookAssetCard-module__3bCRJa__titleInput:focus{border-color:var(--brand-signal-border);box-shadow:0 0 0 2px var(--brand-signal-soft)}.PlaybookAssetCard-module__3bCRJa__editTitleBtn{border-radius:var(--radius-button);width:1.75rem;height:1.75rem;color:var(--ui-muted);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.PlaybookAssetCard-module__3bCRJa__editTitleBtn:hover{background:var(--ui-surface-2);color:var(--ui-text)}.PlaybookAssetCard-module__3bCRJa__meta{font-size:var(--font-size-xs);color:var(--ui-muted);line-height:1.4}.PlaybookAssetCard-module__3bCRJa__actions{gap:.5rem;margin-top:.35rem;display:flex}.PlaybookAssetCard-module__3bCRJa__openLink{font-size:var(--font-size-xs);color:var(--brand-signal);background:var(--brand-signal-soft);border:1px solid var(--brand-signal-border-soft);border-radius:var(--radius-button);flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .65rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.PlaybookAssetCard-module__3bCRJa__openBtn{font-size:var(--font-size-xs);color:var(--ui-text);background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:var(--radius-button);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .65rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.PlaybookAssetCard-module__3bCRJa__openBtn:hover{border-color:var(--brand-signal-border-soft);background:color-mix(in srgb, var(--brand-signal-soft) 40%, var(--ui-surface-2))}.PlaybookAssetCard-module__3bCRJa__openLink:hover{background:var(--brand-signal-soft-strong)}.PlaybookAssetCard-module__3bCRJa__deleteBtn{border:1px solid var(--ui-border);border-radius:var(--radius-button);width:2rem;height:2rem;color:var(--ui-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.PlaybookAssetCard-module__3bCRJa__deleteBtn:hover{color:#f87171;border-color:color-mix(in srgb, #f87171 40%, var(--ui-border))}.PlaybookAssetCard-module__3bCRJa__deleteBtn:disabled{opacity:.5;cursor:not-allowed}
.deployments-panel-module__IjYtgW__toolbarRow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;min-height:2.375rem;margin-bottom:1rem;display:flex}.deployments-panel-module__IjYtgW__toolbarActions{flex-shrink:0;gap:.5rem;display:flex}.deployments-panel-module__IjYtgW__tableWrap{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);overflow:hidden}.deployments-panel-module__IjYtgW__table{border-collapse:collapse;width:100%;font-size:var(--font-size-sm);table-layout:fixed}.deployments-panel-module__IjYtgW__th{color:var(--ui-muted);font-weight:500;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--ui-border);text-align:left;padding:.75rem 1rem}.deployments-panel-module__IjYtgW__thCheck{width:44px}.deployments-panel-module__IjYtgW__thActions{text-align:right;width:180px}.deployments-panel-module__IjYtgW__td{vertical-align:middle;border-bottom:1px solid var(--ui-border);padding:.85rem 1rem}.deployments-panel-module__IjYtgW__tdCheck{width:44px}.deployments-panel-module__IjYtgW__tdActions{text-align:right}.deployments-panel-module__IjYtgW__instanceName{font-weight:var(--font-weight-medium);color:var(--ui-text)}.deployments-panel-module__IjYtgW__instanceSlug{color:var(--ui-muted);font-size:var(--font-size-xs);margin-top:.1rem}.deployments-panel-module__IjYtgW__instanceLink{color:var(--brand-signal);font-size:var(--font-size-xs);text-decoration:none;display:inline-block}.deployments-panel-module__IjYtgW__instanceLinks{flex-direction:column;align-items:flex-start;gap:.2rem;margin-top:.25rem;display:flex}.deployments-panel-module__IjYtgW__instanceLink:hover{text-decoration:underline}button.deployments-panel-module__IjYtgW__instanceLink{cursor:pointer;font-family:inherit;font-weight:inherit;font-size:var(--font-size-xs);line-height:inherit;text-align:left;background:0 0;border:none;margin-top:.25rem;padding:0}.deployments-panel-module__IjYtgW__versionCell{flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;min-width:0;display:flex}.deployments-panel-module__IjYtgW__versionRow{cursor:help;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;display:flex}.deployments-panel-module__IjYtgW__versionCommits{width:100%;font-family:var(--font-mono,ui-monospace, monospace);font-size:var(--font-size-xs);color:var(--ui-text);line-height:1.4;display:block}.deployments-panel-module__IjYtgW__versionMeta{font-size:var(--font-size-xs);color:var(--ui-muted)}.deployments-panel-module__IjYtgW__arrow{color:var(--ui-muted)}.deployments-panel-module__IjYtgW__versionCommitCount{color:var(--ui-muted);white-space:nowrap;font-family:inherit}.deployments-panel-module__IjYtgW__actionRow{grid-template-columns:1fr 1fr;gap:.35rem;width:100%;max-width:11.5rem;margin-left:auto;display:grid}.deployments-panel-module__IjYtgW__actionRow button{justify-content:center;width:100%}.deployments-panel-module__IjYtgW__jobsBox{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);font-size:var(--font-size-sm);margin-bottom:1rem;padding:1rem}.deployments-panel-module__IjYtgW__jobStatusCell{flex-direction:row;align-items:center;gap:.5rem;min-height:2.5rem;display:flex}.deployments-panel-module__IjYtgW__jobStatusCellSuccess{justify-content:flex-start;padding-left:2.75rem}.deployments-panel-module__IjYtgW__jobStatusTexts{flex-direction:column;gap:.15rem;min-width:0;display:flex}.deployments-panel-module__IjYtgW__jobStatusMessage{font-size:var(--font-size-xs);color:var(--ui-muted);line-height:1.4}.deployments-panel-module__IjYtgW__jobStatusEta{font-size:var(--font-size-xs);color:var(--brand-signal);font-variant-numeric:tabular-nums;line-height:1.4}.deployments-panel-module__IjYtgW__jobStatusError{font-size:var(--font-size-xs);color:#ef4444;line-height:1.4}.deployments-panel-module__IjYtgW__logCopyButton{border:1px solid var(--ui-border);border-radius:var(--radius-control);background:var(--ui-surface-2);width:1.75rem;height:1.75rem;color:var(--ui-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.deployments-panel-module__IjYtgW__logCopyButton:hover{color:var(--ui-text);background:color-mix(in srgb, var(--ui-text) 6%, var(--ui-surface-2))}.deployments-panel-module__IjYtgW__successWrap{justify-content:center;align-items:center;min-height:22px;display:inline-flex}.deployments-panel-module__IjYtgW__jobsList{margin:.5rem 0 0;padding-left:1.25rem}.deployments-panel-module__IjYtgW__passwordField{flex-direction:column;gap:.35rem;margin-top:.75rem;display:flex}.deployments-panel-module__IjYtgW__passwordLabel{font-size:var(--font-size-sm);color:var(--ui-muted)}.deployments-panel-module__IjYtgW__passwordInput{border:1px solid var(--ui-border);border-radius:var(--radius-control);background:var(--ui-surface-2);width:100%;color:var(--ui-text);font:inherit;padding:.55rem .75rem}.deployments-panel-module__IjYtgW__confirmHint{font-size:var(--font-size-sm);color:var(--ui-muted);margin:0;line-height:1.5}.deployments-panel-module__IjYtgW__confirmTargets{font-size:var(--font-size-sm);color:var(--ui-text);margin:.75rem 0 0;padding-left:1.1rem}@media (max-width:900px){.deployments-panel-module__IjYtgW__tableWrap{overflow-x:auto}.deployments-panel-module__IjYtgW__table{min-width:720px}}
.PlaybookAssetUpload-module__J3v9RW__dropzone{border:1.5px dashed var(--brand-signal-border-soft);border-radius:var(--radius-surface);background:color-mix(in srgb, var(--brand-signal-soft) 35%, var(--ui-surface));text-align:center;cursor:pointer;padding:1.5rem;transition:border-color .15s,background .15s}.PlaybookAssetUpload-module__J3v9RW__dropzone:hover,.PlaybookAssetUpload-module__J3v9RW__dropzoneActive{border-color:var(--brand-signal-border);background:var(--brand-signal-soft)}.PlaybookAssetUpload-module__J3v9RW__dropzoneDisabled{opacity:.6;cursor:not-allowed}.PlaybookAssetUpload-module__J3v9RW__icon{color:var(--brand-signal);margin-bottom:.5rem}.PlaybookAssetUpload-module__J3v9RW__title{font-size:var(--font-size-md);margin:0 0 .35rem;font-weight:600}.PlaybookAssetUpload-module__J3v9RW__hint{font-size:var(--font-size-xs);color:var(--ui-muted);margin:0}.PlaybookAssetUpload-module__J3v9RW__hiddenInput{display:none}
.portal-diff-module__JVB-8a__shell{flex-direction:column;flex:1;gap:.75rem;height:100%;min-height:0;display:flex}.portal-diff-module__JVB-8a__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:0 .25rem;display:flex}.portal-diff-module__JVB-8a__commitMeta{font-size:var(--font-size-sm);color:var(--ui-muted);font-family:var(--font-mono,ui-monospace, monospace)}.portal-diff-module__JVB-8a__showAllLabel{font-size:var(--font-size-sm);color:var(--ui-muted);cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.portal-diff-module__JVB-8a__split{flex:1;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:.75rem;min-height:0;display:grid}.portal-diff-module__JVB-8a__fileList{border:1px solid var(--ui-border);border-radius:var(--radius-surface);min-height:0;max-height:100%;margin:0;padding:0;list-style:none;overflow:auto}.portal-diff-module__JVB-8a__fileItem{border:none;border-bottom:1px solid var(--ui-border);cursor:pointer;background:var(--ui-surface);text-align:left;width:100%;font:inherit;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.65rem .75rem;transition:background .15s;display:flex}.portal-diff-module__JVB-8a__fileItem:last-child{border-bottom:none}.portal-diff-module__JVB-8a__fileItem:hover,.portal-diff-module__JVB-8a__fileItemActive{background:var(--ui-surface-2)}.portal-diff-module__JVB-8a__filePath{font-size:var(--font-size-xs);font-family:var(--font-mono,ui-monospace, monospace);color:var(--ui-text);word-break:break-all}.portal-diff-module__JVB-8a__fileStats{font-size:var(--font-size-xs);color:var(--ui-muted);font-family:var(--font-mono,ui-monospace, monospace)}.portal-diff-module__JVB-8a__fileRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.portal-diff-module__JVB-8a__diffPane{border:1px solid var(--ui-border);border-radius:var(--radius-surface);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.portal-diff-module__JVB-8a__diffHeader{border-bottom:1px solid var(--ui-border);background:var(--ui-surface-2);font-size:var(--font-size-xs);font-family:var(--font-mono,ui-monospace, monospace);color:var(--ui-text);word-break:break-all;padding:.6rem .85rem}.portal-diff-module__JVB-8a__diffBody{min-height:0;font-family:var(--font-mono,ui-monospace, monospace);font-size:var(--font-size-xs);flex:1;line-height:1.45;overflow:auto}.portal-diff-module__JVB-8a__patchLine{white-space:pre-wrap;word-break:break-word;padding:.1rem .85rem;display:block}.portal-diff-module__JVB-8a__patchContext{color:var(--ui-muted)}.portal-diff-module__JVB-8a__patchAdded{color:var(--ui-text);background:#4caf5024}.portal-diff-module__JVB-8a__patchDeleted{color:var(--ui-text);background:#ef44441f}.portal-diff-module__JVB-8a__patchHunk{color:var(--brand-signal);background:var(--ui-surface-2)}.portal-diff-module__JVB-8a__fullContent{white-space:pre-wrap;word-break:break-word;margin:0;padding:.75rem .85rem}.portal-diff-module__JVB-8a__fullContentAdded{background:#4caf5014}.portal-diff-module__JVB-8a__fullContentDeleted{background:#ef444414}.portal-diff-module__JVB-8a__loadingWrap{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.portal-diff-module__JVB-8a__emptyState{color:var(--ui-muted);font-size:var(--font-size-sm);text-align:center;padding:2rem 1rem}.portal-diff-module__JVB-8a__warningBanner{font-size:var(--font-size-sm);color:var(--ui-muted);border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-surface-2);padding:.5rem .75rem}.portal-diff-module__JVB-8a__warningBanner a{color:var(--brand-signal);text-decoration:none}.portal-diff-module__JVB-8a__warningBanner a:hover{text-decoration:underline}.portal-diff-module__JVB-8a__imageCompare{flex:1;gap:.75rem;min-height:0;padding:.75rem;display:grid;overflow:auto}.portal-diff-module__JVB-8a__imagePane{border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-surface-2);flex-direction:column;gap:.5rem;min-width:0;padding:.75rem;display:flex}.portal-diff-module__JVB-8a__imageLabel{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--ui-muted);text-transform:uppercase;letter-spacing:.04em}.portal-diff-module__JVB-8a__imagePreview{object-fit:contain;border-radius:var(--radius-surface);background:var(--ui-surface);width:auto;max-width:100%;height:auto;max-height:min(70vh,720px);margin:0 auto;display:block}
.PlaybookAssetGrid-module__R2yiGq__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.PlaybookAssetGrid-module__R2yiGq__empty{text-align:center;font-size:var(--font-size-sm);color:var(--ui-muted);border:1px dashed var(--ui-border);border-radius:var(--radius-surface);margin:0;padding:1.25rem}
.admin-tenants-module__oNupWq__tableWrap{overflow-x:auto}.admin-tenants-module__oNupWq__table{border-collapse:collapse;width:100%;min-width:640px;font-size:var(--font-size-sm)}.admin-tenants-module__oNupWq__thActions{text-align:right;width:10rem}.admin-tenants-module__oNupWq__tdActions{text-align:right;vertical-align:middle}.admin-tenants-module__oNupWq__actionRow{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-left:auto;display:inline-flex}.admin-tenants-module__oNupWq__deleteSuccess{justify-content:center;align-items:center;min-width:115px;height:30px;display:inline-flex}.admin-tenants-module__oNupWq__colCreated,.admin-tenants-module__oNupWq__colServerCost{white-space:nowrap}@media (max-width:960px){.admin-tenants-module__oNupWq__colCreated,.admin-tenants-module__oNupWq__colServerCost{display:none}}
.buchhaltung-receipts-module__uoWFKG__receiptButtonHasFile{background:#22c55e14!important;border-color:#22c55e59!important}.buchhaltung-receipts-module__uoWFKG__receiptCheckIcon{color:#22c55e;animation:.4s ease-out buchhaltung-receipts-module__uoWFKG__receiptCheckPop}@keyframes buchhaltung-receipts-module__uoWFKG__receiptCheckPop{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.12)}to{opacity:1;transform:scale(1)}}
.schema-diff-module__o1kVVW__summaryList{border:1px solid var(--ui-border);border-radius:var(--radius-surface);min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.schema-diff-module__o1kVVW__shell{flex-direction:column;flex:1;gap:.75rem;height:100%;min-height:0;display:flex}.schema-diff-module__o1kVVW__split{flex:1;grid-template-columns:minmax(220px,320px) minmax(0,1fr);gap:.75rem;min-height:0;display:grid}.schema-diff-module__o1kVVW__summaryItemActive{background:var(--ui-surface-2)}.schema-diff-module__o1kVVW__detailPane{border:1px solid var(--ui-border);border-radius:var(--radius-surface);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.schema-diff-module__o1kVVW__detailHeader{border-bottom:1px solid var(--ui-border);background:var(--ui-surface-2);padding:.75rem .85rem}.schema-diff-module__o1kVVW__commitMetaInline{font-size:var(--font-size-sm);color:var(--ui-muted);font-family:var(--font-mono,ui-monospace, monospace);margin:.5rem 0 0}.schema-diff-module__o1kVVW__summaryItem{border:none;border-bottom:1px solid var(--ui-border);cursor:pointer;background:var(--ui-surface);text-align:left;width:100%;font:inherit;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.schema-diff-module__o1kVVW__summaryItem:last-child{border-bottom:none}.schema-diff-module__o1kVVW__summaryItem:hover{background:var(--ui-surface-2)}.schema-diff-module__o1kVVW__summaryItemDisabled{cursor:default}.schema-diff-module__o1kVVW__summaryItemDisabled:hover{background:var(--ui-surface)}.schema-diff-module__o1kVVW__collectionName{font-weight:var(--font-weight-medium);color:var(--ui-text)}.schema-diff-module__o1kVVW__collectionId{font-size:var(--font-size-xs);color:var(--ui-muted);font-family:var(--font-mono,ui-monospace, monospace)}.schema-diff-module__o1kVVW__commitMeta{font-size:var(--font-size-sm);color:var(--ui-muted);font-family:var(--font-mono,ui-monospace, monospace);margin:0}.schema-diff-module__o1kVVW__diffHint{font-size:var(--font-size-sm);color:var(--ui-muted);margin:0;line-height:1.5}.schema-diff-module__o1kVVW__loadingWrap{justify-content:center;padding:2.5rem 0;display:flex}.schema-diff-module__o1kVVW__emptyState{color:var(--ui-muted);font-size:var(--font-size-sm);text-align:center;padding:2rem 1rem}.schema-diff-module__o1kVVW__diffTableWrap{flex:1;min-height:0;overflow:auto}.schema-diff-module__o1kVVW__diffTable{border-collapse:collapse;width:100%;font-size:var(--font-size-xs)}.schema-diff-module__o1kVVW__diffTh{z-index:1;background:var(--ui-surface-2);text-align:left;color:var(--ui-muted);border-bottom:1px solid var(--ui-border);padding:.6rem .75rem;font-weight:500;position:sticky;top:0}.schema-diff-module__o1kVVW__diffTd{vertical-align:top;border-bottom:1px solid var(--ui-border);font-family:var(--font-mono,ui-monospace, monospace);white-space:pre-wrap;word-break:break-word;padding:.45rem .75rem}.schema-diff-module__o1kVVW__diffKey{color:var(--ui-text);font-weight:var(--font-weight-medium);width:28%}.schema-diff-module__o1kVVW__diffOld,.schema-diff-module__o1kVVW__diffNew{width:36%}.schema-diff-module__o1kVVW__cellDeleted{background:#ef44441f}.schema-diff-module__o1kVVW__cellAdded{background:#4caf5024}.schema-diff-module__o1kVVW__cellChangedOld{background:#ef44441a}.schema-diff-module__o1kVVW__cellChangedNew{background:#4caf501f}.schema-diff-module__o1kVVW__groupRow .schema-diff-module__o1kVVW__diffKey{font-weight:var(--font-weight-medium)}.schema-diff-module__o1kVVW__groupRow .schema-diff-module__o1kVVW__diffTd{background:var(--ui-surface-2)}.schema-diff-module__o1kVVW__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:0;display:flex}.schema-diff-module__o1kVVW__showAllLabel{font-size:var(--font-size-sm);color:var(--ui-muted);cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}
.PlaybookComments-module__CxR5La__thread{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.PlaybookComments-module__CxR5La__messageGroup{flex-direction:column;gap:.35rem;display:flex}.PlaybookComments-module__CxR5La__messageRow{display:flex}.PlaybookComments-module__CxR5La__messageRowOwn{justify-content:flex-end}.PlaybookComments-module__CxR5La__messageRowOther{justify-content:flex-start}.PlaybookComments-module__CxR5La__messageStack{flex-direction:column;width:fit-content;max-width:90%;display:flex}.PlaybookComments-module__CxR5La__messageStackOwn{align-items:flex-end}.PlaybookComments-module__CxR5La__messageStackOther{align-items:flex-start}.PlaybookComments-module__CxR5La__bubble{border:1px solid var(--ui-border);width:fit-content;max-width:100%;padding:.65rem .75rem}.PlaybookComments-module__CxR5La__bubbleOwn{background:color-mix(in srgb, var(--brand-primary) 10%, var(--ui-bg))}.PlaybookComments-module__CxR5La__bubbleOther{background:color-mix(in srgb, var(--ui-muted) 8%, var(--ui-bg))}.PlaybookComments-module__CxR5La__bubbleOwnSingle,.PlaybookComments-module__CxR5La__bubbleOwnLast{border-radius:var(--radius-input) var(--radius-input) .25rem var(--radius-input)}.PlaybookComments-module__CxR5La__bubbleOwnFirst:not(.PlaybookComments-module__CxR5La__bubbleOwnLast){border-radius:var(--radius-input) var(--radius-input) .25rem var(--radius-input);margin-bottom:.05rem}.PlaybookComments-module__CxR5La__bubbleOwnMiddle,.PlaybookComments-module__CxR5La__bubbleOwnLast:not(.PlaybookComments-module__CxR5La__bubbleOwnFirst){border-radius:var(--radius-input) .25rem .25rem var(--radius-input)}.PlaybookComments-module__CxR5La__bubbleOtherSingle,.PlaybookComments-module__CxR5La__bubbleOtherLast{border-radius:var(--radius-input) var(--radius-input) var(--radius-input) .25rem}.PlaybookComments-module__CxR5La__bubbleOtherFirst:not(.PlaybookComments-module__CxR5La__bubbleOtherLast){border-radius:var(--radius-input) var(--radius-input) var(--radius-input) .25rem;margin-bottom:.05rem}.PlaybookComments-module__CxR5La__bubbleOtherMiddle,.PlaybookComments-module__CxR5La__bubbleOtherLast:not(.PlaybookComments-module__CxR5La__bubbleOtherFirst){border-radius:.25rem var(--radius-input) var(--radius-input) .25rem}.PlaybookComments-module__CxR5La__author{font-size:var(--font-size-xs);color:var(--brand-signal);margin-bottom:.3rem;font-weight:600}.PlaybookComments-module__CxR5La__body{white-space:pre-wrap;font-size:var(--font-size-sm);color:var(--ui-text);margin:0}.PlaybookComments-module__CxR5La__meta{font-size:var(--font-size-xs);color:var(--ui-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.25rem;display:flex}.PlaybookComments-module__CxR5La__metaAction{font:inherit;font-size:var(--font-size-xs);color:var(--ui-muted);cursor:pointer;background:0 0;border:none;padding:0}@media (hover:hover) and (pointer:fine){.PlaybookComments-module__CxR5La__desktopConstrained{max-width:44rem}.PlaybookComments-module__CxR5La__thread{gap:.55rem}.PlaybookComments-module__CxR5La__messageGroup{gap:.15rem}.PlaybookComments-module__CxR5La__messageGroup+.PlaybookComments-module__CxR5La__messageGroup{margin-top:.15rem}.PlaybookComments-module__CxR5La__bubble{padding:.45rem .65rem}}
.admin-partners-module__8gmXEa__tableWrap{overflow-x:auto}.admin-partners-module__8gmXEa__partnersTable{border-collapse:collapse;width:100%;min-width:720px;font-size:var(--font-size-sm)}.admin-partners-module__8gmXEa__thActions{text-align:right;width:11rem}.admin-partners-module__8gmXEa__tdActions{text-align:right;vertical-align:middle}.admin-partners-module__8gmXEa__actionRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;width:11rem;max-width:100%;margin-left:auto;display:grid}.admin-partners-module__8gmXEa__actionRow button{justify-content:center;width:100%}.admin-partners-module__8gmXEa__colInvited{white-space:nowrap}@media (min-width:1200px){.admin-partners-module__8gmXEa__actionRow{flex-wrap:nowrap;gap:.5rem;width:auto;display:inline-flex}.admin-partners-module__8gmXEa__actionRow button{width:auto}}@media (max-width:960px){.admin-partners-module__8gmXEa__colInvited{display:none}}
.sql-editor-panel-module__SJXsxq__shell{flex-direction:column;gap:1rem;min-height:420px;display:flex}.sql-editor-panel-module__SJXsxq__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.sql-editor-panel-module__SJXsxq__toolbarMeta{color:var(--ui-muted);font-size:var(--font-size-sm)}.sql-editor-panel-module__SJXsxq__editorWrap{border:1px solid var(--ui-border);border-radius:var(--radius-card);background:color-mix(in srgb, var(--ui-text) 3%, var(--ui-bg));overflow:hidden}.sql-editor-panel-module__SJXsxq__editor{resize:vertical;width:100%;min-height:180px;max-height:320px;color:var(--ui-text);box-sizing:border-box;background:0 0;border:none;margin:0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.55;display:block}.sql-editor-panel-module__SJXsxq__editor:focus{outline:none}.sql-editor-panel-module__SJXsxq__editor::placeholder{color:var(--ui-muted)}.sql-editor-panel-module__SJXsxq__resultsShell{border:1px solid var(--ui-border);border-radius:var(--radius-card);background:var(--ui-bg);overflow:hidden}.sql-editor-panel-module__SJXsxq__resultsHeader{border-bottom:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-text) 2%, var(--ui-bg));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.sql-editor-panel-module__SJXsxq__resultsMeta{color:var(--ui-muted);font-size:var(--font-size-sm);flex-wrap:wrap;gap:.75rem;display:flex}.sql-editor-panel-module__SJXsxq__resultsActions{flex-wrap:wrap;gap:.5rem;display:flex}.sql-editor-panel-module__SJXsxq__tableWrap{max-height:420px;overflow:auto}.sql-editor-panel-module__SJXsxq__table{border-collapse:collapse;width:100%;font-size:.8125rem}.sql-editor-panel-module__SJXsxq__table th,.sql-editor-panel-module__SJXsxq__table td{border-bottom:1px solid var(--ui-border);text-align:left;vertical-align:top;white-space:nowrap;padding:.55rem .75rem}.sql-editor-panel-module__SJXsxq__table th{background:color-mix(in srgb, var(--ui-text) 4%, var(--ui-bg));color:var(--ui-muted);font-weight:500;position:sticky;top:0}.sql-editor-panel-module__SJXsxq__table td{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.sql-editor-panel-module__SJXsxq__jsonPre{max-height:420px;color:var(--ui-text);white-space:pre-wrap;word-break:break-word;margin:0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow:auto}.sql-editor-panel-module__SJXsxq__emptyState{color:var(--ui-muted);font-size:var(--font-size-sm);text-align:center;padding:2rem 1rem}.sql-editor-panel-module__SJXsxq__errorBox{border:1px solid color-mix(in srgb, #ef4444 35%, var(--ui-border));border-radius:var(--radius-card);background:color-mix(in srgb, #ef4444 8%, var(--ui-bg));color:#ef4444;white-space:pre-wrap;padding:.85rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5}
.LeadViewToggle-module__mNd1gG__group{background:var(--ui-surface-2);border:1px solid var(--ui-border);border-radius:var(--radius-button);box-sizing:border-box;align-items:stretch;gap:0;height:2.35rem;padding:0;display:inline-flex;overflow:hidden}.LeadViewToggle-module__mNd1gG__option{min-width:2.35rem;border:none!important;border-radius:0!important;height:100%!important;min-height:0!important;padding:0 .55rem!important}.LeadViewToggle-module__mNd1gG__option:first-of-type{border-top-left-radius:calc(var(--radius-button) - 1px);border-bottom-left-radius:calc(var(--radius-button) - 1px)}.LeadViewToggle-module__mNd1gG__option:last-of-type{border-top-right-radius:calc(var(--radius-button) - 1px);border-bottom-right-radius:calc(var(--radius-button) - 1px)}
.overview-dashboard-module__Vucq4a__shell{flex-direction:column;gap:1.5rem;display:flex}.overview-dashboard-module__Vucq4a__heroGrid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1rem;display:grid}@media (max-width:900px){.overview-dashboard-module__Vucq4a__heroGrid{grid-template-columns:1fr}}.overview-dashboard-module__Vucq4a__heroPrimary{border-radius:var(--radius-surface);border:1px solid color-mix(in srgb, var(--brand-primary) 35%, var(--ui-border));background:linear-gradient(135deg, color-mix(in srgb, var(--brand-primary) 88%, #000) 0%, color-mix(in srgb, var(--brand-primary) 55%, var(--ui-surface)) 100%);color:#fff;box-shadow:var(--shadow-md);padding:1.5rem 1.75rem;position:relative;overflow:hidden}.overview-dashboard-module__Vucq4a__heroPrimary:after{content:"";background:color-mix(in srgb, var(--brand-signal) 25%, transparent);pointer-events:none;border-radius:50%;width:220px;height:220px;position:absolute;top:-40%;right:-15%}.overview-dashboard-module__Vucq4a__heroEyebrow{z-index:1;font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;opacity:.85;margin:0 0 .35rem;position:relative}.overview-dashboard-module__Vucq4a__heroValue{z-index:1;font-size:clamp(2rem,4vw,2.75rem);font-weight:var(--font-weight-bold);margin:0;line-height:1.1;position:relative}.overview-dashboard-module__Vucq4a__heroSub{z-index:1;font-size:var(--font-size-sm);opacity:.9;margin:.5rem 0 0;position:relative}.overview-dashboard-module__Vucq4a__heroSide{gap:.75rem;display:grid}.overview-dashboard-module__Vucq4a__metricCard{border-radius:var(--radius-surface);border:1px solid var(--ui-border);background:var(--ui-surface);padding:1rem 1.15rem}.overview-dashboard-module__Vucq4a__metricLabel{font-size:var(--font-size-xs);color:var(--ui-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .35rem}.overview-dashboard-module__Vucq4a__metricValue{font-size:1.35rem;font-weight:var(--font-weight-semibold);color:var(--ui-text);margin:0}.overview-dashboard-module__Vucq4a__metricHint{font-size:var(--font-size-xs);color:var(--ui-muted);margin:.25rem 0 0}.overview-dashboard-module__Vucq4a__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:.75rem;display:grid}.overview-dashboard-module__Vucq4a__kpiCard{border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-surface);align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.overview-dashboard-module__Vucq4a__kpiContent{flex:1;min-width:0}.overview-dashboard-module__Vucq4a__kpiIcon{border-radius:var(--radius-button);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.overview-dashboard-module__Vucq4a__kpiValue{font-size:1.25rem;font-weight:var(--font-weight-bold);margin-bottom:.2rem;line-height:1.1}.overview-dashboard-module__Vucq4a__kpiLabel{font-size:var(--font-size-xs);color:var(--ui-muted)}.overview-dashboard-module__Vucq4a__panel{border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-surface);overflow:hidden}.overview-dashboard-module__Vucq4a__panelHeader{border-bottom:1px solid var(--ui-border);padding:1rem 1.25rem}.overview-dashboard-module__Vucq4a__panelTitle{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);margin:0}.overview-dashboard-module__Vucq4a__panelSubtitle{font-size:var(--font-size-sm);color:var(--ui-muted);margin:.25rem 0 0}.overview-dashboard-module__Vucq4a__chartBody{padding:1.25rem}.overview-dashboard-module__Vucq4a__chartBars{align-items:flex-end;gap:.65rem;height:160px;display:flex}.overview-dashboard-module__Vucq4a__chartCol{flex-direction:column;flex:1;align-items:center;gap:.4rem;min-width:0;display:flex}.overview-dashboard-module__Vucq4a__chartBarTrack{justify-content:center;align-items:flex-end;width:100%;max-width:48px;height:120px;display:flex}.overview-dashboard-module__Vucq4a__chartBar{background:linear-gradient(180deg, var(--brand-signal) 0%, color-mix(in srgb, var(--brand-primary) 75%, var(--brand-signal)) 100%);border-radius:.35rem .35rem .1rem .1rem;width:100%;min-height:4px;transition:height .35s}.overview-dashboard-module__Vucq4a__chartLabel{color:var(--ui-muted);text-align:center;font-size:.7rem}.overview-dashboard-module__Vucq4a__chartValue{color:var(--ui-subtle);text-align:center;font-size:.65rem}.overview-dashboard-module__Vucq4a__table{border-collapse:collapse;width:100%;font-size:var(--font-size-sm)}.overview-dashboard-module__Vucq4a__th{text-align:left;color:var(--ui-muted);font-weight:var(--font-weight-medium);font-size:var(--font-size-xs);border-bottom:1px solid var(--ui-border);padding:.75rem 1.25rem}.overview-dashboard-module__Vucq4a__td{border-bottom:1px solid var(--ui-border);vertical-align:middle;padding:.85rem 1.25rem}.overview-dashboard-module__Vucq4a__alertBanner{border-radius:var(--radius-surface);font-size:var(--font-size-sm);align-items:center;gap:.75rem;margin:0;padding:.9rem 1rem;line-height:1.45;display:flex}.overview-dashboard-module__Vucq4a__alertBannerIcon{flex-shrink:0}.overview-dashboard-module__Vucq4a__alertBannerContent{flex:1;min-width:0}.overview-dashboard-module__Vucq4a__alertBannerTitle{font-weight:var(--font-weight-semibold);margin:0 0 .2rem}.overview-dashboard-module__Vucq4a__alertBannerText{margin:0}.overview-dashboard-module__Vucq4a__alertBannerWarning{border:1px solid color-mix(in srgb, #f59e0b 45%, var(--ui-border));background:color-mix(in srgb, #f59e0b 14%, var(--ui-surface));color:var(--ui-text);box-shadow:0 2px 12px #f59e0b1f}.overview-dashboard-module__Vucq4a__alertBannerWarning .overview-dashboard-module__Vucq4a__alertBannerIcon{color:#f59e0b}.overview-dashboard-module__Vucq4a__alertBannerWarning .overview-dashboard-module__Vucq4a__alertBannerTitle{color:#fff}.overview-dashboard-module__Vucq4a__alertBannerWarning .overview-dashboard-module__Vucq4a__alertBannerLink{color:#f59e0b;font-weight:var(--font-weight-semibold);text-underline-offset:2px;text-decoration:underline}.overview-dashboard-module__Vucq4a__alertBannerWarning .overview-dashboard-module__Vucq4a__alertBannerLink:hover{color:#f7b13c}.overview-dashboard-module__Vucq4a__alertBannerInfo{border:1px solid color-mix(in srgb, var(--brand-primary) 35%, var(--ui-border));background:color-mix(in srgb, var(--brand-primary) 10%, var(--ui-surface));color:var(--ui-text);box-shadow:0 2px 12px color-mix(in srgb, var(--brand-primary) 10%, transparent)}.overview-dashboard-module__Vucq4a__alertBannerInfo .overview-dashboard-module__Vucq4a__alertBannerIcon{color:var(--brand-signal)}.overview-dashboard-module__Vucq4a__alertBannerInfo .overview-dashboard-module__Vucq4a__alertBannerTitle{color:var(--ui-text)}.overview-dashboard-module__Vucq4a__alertBannerInfo .overview-dashboard-module__Vucq4a__alertBannerLink{color:var(--brand-signal);font-weight:var(--font-weight-semibold);text-underline-offset:2px;text-decoration:underline}.overview-dashboard-module__Vucq4a__alertBannerInfo .overview-dashboard-module__Vucq4a__alertBannerLink:hover{color:color-mix(in srgb, var(--brand-signal) 80%, #fff)}
.roadmap-module__Q9ZNTq__page{background:var(--ui-bg);min-height:100vh;color:var(--ui-text);padding:2rem 1.25rem 3rem}.roadmap-module__Q9ZNTq__shell{max-width:1200px;margin:0 auto}.roadmap-module__Q9ZNTq__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.roadmap-module__Q9ZNTq__headerTop{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.roadmap-module__Q9ZNTq__pageBlurred{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .2s}.roadmap-module__Q9ZNTq__headerIntro{width:100%}.roadmap-module__Q9ZNTq__title{margin:0;font-size:1.75rem;line-height:1.25}.roadmap-module__Q9ZNTq__subtitle{color:var(--ui-muted);margin:0;font-size:.95rem;line-height:1.5}.roadmap-module__Q9ZNTq__searchWrap{width:100%;max-width:100%;margin-top:1rem;position:relative}@media (min-width:641px){.roadmap-module__Q9ZNTq__searchWrap{max-width:320px}}.roadmap-module__Q9ZNTq__searchIcon{color:var(--ui-subtle);pointer-events:none;position:absolute;top:50%;left:.7rem;transform:translateY(-50%)}.roadmap-module__Q9ZNTq__searchInput{border:1px solid var(--ui-border);border-radius:var(--radius-button);background:var(--ui-surface);width:100%;color:var(--ui-text);font:inherit;padding:.55rem .75rem .55rem 2.15rem;font-size:.875rem}.roadmap-module__Q9ZNTq__searchInput:focus{outline:2px solid color-mix(in srgb, var(--brand-signal) 35%, transparent);outline-offset:1px}.roadmap-module__Q9ZNTq__searchInput::placeholder{color:var(--ui-subtle)}.roadmap-module__Q9ZNTq__searchEmpty{border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-surface);color:var(--ui-muted);text-align:center;margin:-1rem 0 1.25rem;padding:.75rem 1rem;font-size:.875rem}.roadmap-module__Q9ZNTq__board{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;margin-bottom:2.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}@media (min-width:1024px){.roadmap-module__Q9ZNTq__board{scroll-snap-type:none;grid-template-columns:repeat(4,minmax(0,1fr));padding-bottom:0;display:grid;overflow-x:visible}}@media (max-width:640px){.roadmap-module__Q9ZNTq__board{scroll-snap-type:none;grid-template-columns:1fr;padding-bottom:0;display:grid;overflow-x:visible}}.roadmap-module__Q9ZNTq__column{scroll-snap-align:start;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);flex-direction:column;flex:0 0 min(260px,82vw);min-width:0;min-height:280px;display:flex;overflow:hidden}@media (min-width:1024px){.roadmap-module__Q9ZNTq__column{flex:unset}}@media (max-width:640px){.roadmap-module__Q9ZNTq__column{flex:unset;min-height:auto}}.roadmap-module__Q9ZNTq__columnHeader{border-bottom:1px solid var(--ui-border);background:var(--ui-surface-2);padding:.85rem 1rem}.roadmap-module__Q9ZNTq__columnTitle{margin:0;font-size:.875rem;font-weight:600}.roadmap-module__Q9ZNTq__columnCount{color:var(--ui-muted);margin:.2rem 0 0;font-size:.75rem}.roadmap-module__Q9ZNTq__columnBody{flex-direction:column;flex:1;gap:.65rem;padding:.75rem;display:flex}.roadmap-module__Q9ZNTq__emptyColumn{text-align:center;color:var(--ui-subtle);margin:0;padding:1rem .5rem;font-size:.8125rem}.roadmap-module__Q9ZNTq__card{border:1px solid var(--ui-border);border-radius:var(--radius-surface);background:var(--ui-bg);padding:.85rem}.roadmap-module__Q9ZNTq__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.roadmap-module__Q9ZNTq__cardTitle{flex:1;min-width:0;margin:0;font-size:.875rem;font-weight:600;line-height:1.35}.roadmap-module__Q9ZNTq__cardDescription{color:var(--ui-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;display:-webkit-box;overflow:hidden}.roadmap-module__Q9ZNTq__cardMeta{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.65rem;display:flex}.roadmap-module__Q9ZNTq__cardThumb{border-radius:var(--radius-button);width:1.75rem;height:1.75rem;color:var(--ui-subtle);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin:0;padding:0;transition:color .2s,transform .2s,background-color .2s;display:inline-flex}.roadmap-module__Q9ZNTq__cardThumb:hover:not(:disabled){color:var(--ui-muted);background:var(--ui-surface-2)}.roadmap-module__Q9ZNTq__cardThumbBusy{opacity:.55;cursor:wait}.roadmap-module__Q9ZNTq__cardThumbSuccess{color:var(--brand-signal);background:color-mix(in srgb, var(--brand-signal) 14%, transparent);transform:scale(1.15)}.roadmap-module__Q9ZNTq__cardThumbVoted:not(.roadmap-module__Q9ZNTq__cardThumbSuccess){opacity:.45;cursor:default}.roadmap-module__Q9ZNTq__cardWantButton{border:1px solid color-mix(in srgb, var(--brand-signal) 35%, var(--ui-border));border-radius:var(--radius-button);background:color-mix(in srgb, var(--brand-signal) 10%, var(--ui-bg));width:100%;color:var(--ui-text);font:inherit;cursor:pointer;margin:0;padding:.45rem .65rem;font-size:.75rem;font-weight:600;transition:background-color .12s,border-color .12s}.roadmap-module__Q9ZNTq__cardWantButton:hover:not(:disabled){background:color-mix(in srgb, var(--brand-signal) 18%, var(--ui-bg));border-color:color-mix(in srgb, var(--brand-signal) 50%, var(--ui-border))}.roadmap-module__Q9ZNTq__cardWantButtonDone{opacity:.55;cursor:default}.roadmap-module__Q9ZNTq__fieldHint{color:var(--ui-subtle);margin:0;font-size:.75rem}.roadmap-module__Q9ZNTq__inputReadOnly{opacity:.85;cursor:not-allowed;background:var(--ui-surface-2)}.roadmap-module__Q9ZNTq__votesHint{color:var(--ui-subtle);font-size:.75rem}.roadmap-module__Q9ZNTq__formHint{color:var(--ui-muted);margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.roadmap-module__Q9ZNTq__modalFooter{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.roadmap-module__Q9ZNTq__formGrid{gap:1rem;display:grid}.roadmap-module__Q9ZNTq__field{flex-direction:column;gap:.35rem;display:flex}.roadmap-module__Q9ZNTq__label{color:var(--ui-text);font-size:.8125rem;font-weight:500}.roadmap-module__Q9ZNTq__input,.roadmap-module__Q9ZNTq__textarea{border:1px solid var(--ui-border);border-radius:var(--radius-button);background:var(--ui-bg);width:100%;color:var(--ui-text);font:inherit;padding:.65rem .75rem;font-size:.875rem}.roadmap-module__Q9ZNTq__textarea{resize:vertical;min-height:96px}.roadmap-module__Q9ZNTq__input:focus,.roadmap-module__Q9ZNTq__textarea:focus{outline:2px solid color-mix(in srgb, var(--brand-signal) 35%, transparent);outline-offset:1px}.roadmap-module__Q9ZNTq__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.roadmap-module__Q9ZNTq__errorMessage{border-radius:var(--radius-button);background:color-mix(in srgb, var(--ui-error,#dc2626) 10%, var(--ui-surface));border:1px solid color-mix(in srgb, var(--ui-error,#dc2626) 25%, var(--ui-border));color:var(--ui-text);margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem}.roadmap-module__Q9ZNTq__footer{text-align:center;font-size:var(--font-size-xs);color:var(--ui-subtle);margin-top:2rem}
.RichTextEditor-module__k0IMxG__editorShell{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);box-shadow:var(--shadow-sm);overflow:hidden}.RichTextEditor-module__k0IMxG__editorShellEmbedded{box-shadow:none;background:0 0;border:none;border-radius:0}.RichTextEditor-module__k0IMxG__editorShellEmbedded .RichTextEditor-module__k0IMxG__editorBody{min-height:0;overflow:visible}.RichTextEditor-module__k0IMxG__editorShellEmbedded .RichTextEditor-module__k0IMxG__editorContent{padding:0}.RichTextEditor-module__k0IMxG__toolbar{border-bottom:1px solid var(--ui-border);background:color-mix(in srgb, var(--ui-surface) 88%, var(--ui-bg));flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem .75rem;display:flex}.RichTextEditor-module__k0IMxG__toolbarBtn{border-radius:var(--radius-button);width:2rem;height:2rem;color:var(--ui-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.RichTextEditor-module__k0IMxG__toolbarBtn:hover{background:var(--ui-surface-2);color:var(--ui-text)}.RichTextEditor-module__k0IMxG__toolbarBtnActive{background:var(--brand-signal-soft);color:var(--brand-signal)}.RichTextEditor-module__k0IMxG__toolbarDivider{background:var(--ui-border);width:1px;height:1.25rem;margin:0 .25rem}.RichTextEditor-module__k0IMxG__editorShell{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--radius-surface);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.RichTextEditor-module__k0IMxG__editorBody{min-height:320px;position:relative;overflow-y:auto}.RichTextEditor-module__k0IMxG__resizeHandle{background:color-mix(in srgb, var(--ui-surface) 80%, transparent);cursor:ns-resize;z-index:2;opacity:.55;border:none;width:1.25rem;height:1.25rem;padding:0;transition:opacity .15s;position:absolute;bottom:.25rem;right:.25rem}.RichTextEditor-module__k0IMxG__resizeHandle:before{content:"";border-right:2px solid var(--ui-muted);border-bottom:2px solid var(--ui-muted);border-bottom-right-radius:2px;width:10px;height:10px;position:absolute;bottom:3px;right:3px}.RichTextEditor-module__k0IMxG__editorBody:hover .RichTextEditor-module__k0IMxG__resizeHandle,.RichTextEditor-module__k0IMxG__resizeHandle:hover,.RichTextEditor-module__k0IMxG__resizeHandle:focus-visible{opacity:1}.RichTextEditor-module__k0IMxG__resizeHandle:focus-visible{outline:2px solid var(--brand-signal-border);outline-offset:2px;border-radius:2px}.RichTextEditor-module__k0IMxG__editorContent{min-height:100%;color:var(--ui-text);font-size:var(--font-size-md);outline:none;padding:1.25rem 1.5rem 1.75rem;line-height:1.65}.RichTextEditor-module__k0IMxG__editorContent p.is-editor-empty:first-child:before{color:var(--ui-muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.RichTextEditor-module__k0IMxG__editorContent h2{font-size:var(--font-size-xl);margin:1.25rem 0 .5rem;font-weight:700}.RichTextEditor-module__k0IMxG__editorContent h3{font-size:var(--font-size-lg);margin:1rem 0 .35rem;font-weight:600}.RichTextEditor-module__k0IMxG__editorContent p{margin:.5rem 0}:is(.RichTextEditor-module__k0IMxG__editorContent ul,.RichTextEditor-module__k0IMxG__editorContent ol){margin:.5rem 0;padding-left:1.5rem}.RichTextEditor-module__k0IMxG__editorContent li{margin:.25rem 0}.RichTextEditor-module__k0IMxG__editorContent strong{font-weight:700}.RichTextEditor-module__k0IMxG__editorContent u{text-decoration:underline}
