html[dir=ltr],[data-sonner-toaster][dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}html[dir=rtl],[data-sonner-toaster][dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{width:var(--width);--gray1:#fcfcfc;--gray2:#f8f8f8;--gray3:#f3f3f3;--gray4:#ededed;--gray5:#e8e8e8;--gray6:#e2e2e2;--gray7:#dbdbdb;--gray8:#c7c7c7;--gray9:#8f8f8f;--gray10:#858585;--gray11:#6f6f6f;--gray12:#171717;--border-radius:8px;box-sizing:border-box;z-index:999999999;outline:none;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;list-style:none;transition:transform .4s;position:fixed}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);opacity:0;transform:var(--y);touch-action:none;box-sizing:border-box;overflow-wrap:anywhere;outline:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;position:absolute}[data-sonner-toast][data-styled=true]{background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);width:var(--width);align-items:center;gap:6px;padding:16px;font-size:13px;display:flex;box-shadow:0 4px 12px #0000001a}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-y-position=top]{--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap));top:0}[data-sonner-toast][data-y-position=bottom]{--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap));bottom:0}[data-sonner-toast][data-styled=true] [data-description]{color:#3f3f3f;font-weight:400;line-height:1.4}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{color:inherit;font-weight:500;line-height:1.5}[data-sonner-toast][data-styled=true] [data-icon]{width:16px;height:16px;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end);flex-shrink:0;justify-content:flex-start;align-items:center;display:flex;position:relative}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform-origin:50%;animation:.3s forwards sonner-fade-in;transform:scale(.8)}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{flex-direction:column;gap:2px;display:flex}[data-sonner-toast][data-styled=true] [data-button]{height:24px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);cursor:pointer;border:none;border-radius:4px;outline:none;flex-shrink:0;align-items:center;padding-left:8px;padding-right:8px;font-size:12px;font-weight:500;transition:opacity .4s,box-shadow .2s;display:flex}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px #0006}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:#00000014}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:#ffffff4d}[data-sonner-toast][data-styled=true] [data-close-button]{left:var(--toast-close-button-start);right:var(--toast-close-button-end);width:20px;height:20px;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);cursor:pointer;z-index:1;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .1s,background .2s,border-color .2s;display:flex;position:absolute;top:0}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]:before{content:"";z-index:-1;height:100%;position:absolute;left:-100%;right:-100%}[data-sonner-toast][data-y-position=top][data-swiping=true]:before{bottom:50%;transform:scaleY(3)translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]:before{top:50%;transform:scaleY(3)translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]:before{content:"";position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]:after{content:"";height:calc(var(--gap) + 1px);width:100%;position:absolute;bottom:100%;left:0}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * .05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]:before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0px)) translateX(var(--swipe-amount-x,0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (width<=600px){[data-sonner-toaster]{right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%;position:fixed}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{width:calc(100% - var(--mobile-offset-left) * 2);left:0;right:0}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:#ecfdf3;--success-border:#bffcd9;--success-text:#008a2e;--info-bg:#f0f8ff;--info-border:#dde7fd;--info-text:#0973dc;--warning-bg:#fffcf0;--warning-border:#fbeeb1;--warning-text:#dc7609;--error-bg:#fff0f0;--error-border:#ffe0e1;--error-text:#e60000}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:#333;--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:#1f1f1f;--normal-border:#333;--normal-border-hover:#404040;--normal-text:var(--gray1);--success-bg:#001f0f;--success-border:#003d1c;--success-text:#59f3a6;--info-bg:#000d1f;--info-border:#19233e;--info-text:#5896f3;--warning-bg:#1d1f00;--warning-border:#2e2e00;--warning-text:#f3cf58;--error-bg:#2d0607;--error-border:#4d0408;--error-text:#ff9ea1}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);z-index:10;position:absolute;inset:0}.sonner-loading-wrapper[data-visible=false]{transform-origin:50%;animation:.2s forwards sonner-fade-out}.sonner-spinner{height:var(--size);width:var(--size);position:relative;top:50%;left:50%}.sonner-loading-bar{background:var(--gray11);border-radius:6px;width:24%;height:8%;animation:1.2s linear infinite sonner-spin;position:absolute;top:-3.9%;left:-10%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg)translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg)translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg)translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg)translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg)translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg)translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg)translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg)translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg)translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg)translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg)translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg)translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{transform-origin:50%;transition:opacity .2s,transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8)translate(-50%,-50%)}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.isolate{isolation:isolate}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline\!{display:inline!important}.table{display:table}.table\!{display:table!important}.h-1{height:calc(var(--spacing) * 1)}.h-7{height:calc(var(--spacing) * 7)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}:is(#root:has(.login-page),#root:has(.app-shell)){width:100%;max-width:none;text-align:initial;border:none}#root:has(.app-shell){display:block}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.root-error-boundary{text-align:center;box-sizing:border-box;max-width:32rem;margin:3rem auto;padding:1.5rem 1.25rem}.root-error-boundary__title{font:inherit;color:var(--text-h);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.root-error-boundary__text{color:var(--text);margin:0 0 1rem;font-size:.9375rem;line-height:1.5}.root-error-boundary__pre{text-align:left;color:#b42318;white-space:pre-wrap;word-break:break-word;background:#fef3f2;border:1px solid #fecdca;border-radius:8px;max-height:8rem;margin:0 0 1rem;padding:.75rem;font-size:.75rem;overflow:auto}.root-error-boundary__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.root-error-boundary__btn{min-height:2.5rem;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:0 1.1rem;font-size:.875rem;font-weight:600}.root-error-boundary__btn--primary{color:#fff;background:#0e9464;border-color:#0e9464}.root-error-boundary__btn:hover{filter:brightness(.97)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.app-shell{--fenix-orange:#f58220;--fenix-orange-hover:#e07818;--fenix-orange-soft:#f582201f;--fenix-accent-orange:#eb6c0e;--fenix-light-orange:#fdf6f2;--fenix-text:#1a1a1a;--fenix-muted:#5c5c5c;--fenix-border:#e2e2e4;--fenix-bg:#f0f1f3;background:var(--fenix-bg);width:100%;min-height:100svh;color:var(--fenix-text);box-sizing:border-box;flex-direction:column;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.45;display:flex;position:relative}.app-shell *,.app-shell :before,.app-shell :after{box-sizing:border-box}.app-shell__header{z-index:4;background:#fff;border-radius:0 0 40px 40px;flex-shrink:0;box-shadow:0 4px 8px #0000000d}.app-shell__header-inner{align-items:center;gap:.5rem 1rem;max-width:1440px;min-height:52px;margin:0 auto;padding:10px clamp(.75rem,4vw,70px);display:flex}.app-shell__header-left{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.app-shell__burger{width:44px;height:44px;color:var(--fenix-text);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:none}.app-shell__burger:hover{background:var(--fenix-bg)}.app-shell__burger:focus-visible{outline:2px solid var(--fenix-orange);outline-offset:2px}.app-shell__icon-img{object-fit:contain;pointer-events:none;flex-shrink:0;display:block}.app-shell__icon-img--swap{width:20px;height:18px}.app-shell__icon-img--inverted{filter:brightness(0)invert()}.app-shell__icon-img--grid{width:20px;height:20px}.app-shell__icon-img--filter{width:18px;height:20px}.app-shell__icon-btn--tool{background:#fff;border-color:#f6f4f3}.app-shell__logo{align-items:center;line-height:0;display:flex}.app-shell__logo img{width:auto;height:40px;display:block}.app-shell__main-nav{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:.15rem;min-width:0;display:flex}.app-shell__nav-item{font:inherit;color:var(--fenix-text);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.45rem .65rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.app-shell__nav-item:hover{color:var(--fenix-orange);background:var(--fenix-orange-soft)}.app-shell__nav-item--active{color:var(--fenix-orange);box-shadow:inset 0 -2px 0 var(--fenix-orange);border-radius:8px 8px 0 0;font-weight:600}.app-shell__tools{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.app-shell__context-pill{border:2px solid var(--fenix-border);min-height:52px;font:inherit;color:var(--fenix-text);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:0 1rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.app-shell__context-pill:hover{background:var(--fenix-bg)}.app-shell__context-pill--active{background:var(--fenix-accent-orange);border-color:var(--fenix-accent-orange);color:#fff}.app-shell__context-pill--active:hover{color:#fff;background:#d9620c;border-color:#d9620c}.app-shell__context-text{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.app-shell__icon-btn{box-sizing:border-box;border:2px solid var(--fenix-border);width:52px;height:52px;color:var(--fenix-muted);cursor:pointer;background:#fff;border-radius:57px;justify-content:center;align-items:center;padding:16px;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:relative}.app-shell__icon-btn:hover{background:var(--fenix-bg);color:var(--fenix-text)}.app-shell__icon-btn:focus-visible{outline:2px solid var(--fenix-orange);outline-offset:2px}.app-shell__icon-btn--grid:not(.app-shell__icon-btn--grid-active){background:#fff;border-color:#f6f4f3}.app-shell__icon-btn--grid:not(.app-shell__icon-btn--grid-active):hover{background:var(--fenix-bg)}.app-shell__icon-btn--grid.app-shell__icon-btn--grid-active{background:var(--fenix-accent-orange);border-color:var(--fenix-accent-orange)}.app-shell__icon-btn--grid.app-shell__icon-btn--grid-active:hover{background:#d9620c;border-color:#d9620c}.app-shell__icon-btn--grid.app-shell__icon-btn--grid-active .app-shell__icon-img--grid{filter:brightness(0)invert()}.app-shell__user-menu{flex-shrink:0;position:relative}.app-shell__avatar-btn{cursor:pointer;font:inherit;background:0 0;border:none;border-radius:57px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.app-shell__avatar-btn:focus-visible{outline:2px solid var(--fenix-orange);outline-offset:2px}.app-shell__avatar{box-sizing:border-box;background:var(--fenix-light-orange);width:52px;height:52px;color:var(--fenix-accent-orange);letter-spacing:.02em;border-radius:57px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:inline-flex}.app-shell__user-dropdown{border:1px solid var(--fenix-border);z-index:6;background:#fff;border-radius:12px;min-width:200px;padding:.35rem 0;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001a}.app-shell__user-dropdown-head{color:var(--fenix-text);border-bottom:1px solid var(--fenix-border);text-overflow:ellipsis;white-space:nowrap;max-width:280px;padding:.65rem 1rem .5rem;font-size:.8125rem;font-weight:600;overflow:hidden}.app-shell__user-dropdown-item{text-align:left;width:100%;font:inherit;color:var(--fenix-muted);cursor:pointer;background:0 0;border:none;margin:0;padding:.65rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s;display:block}.app-shell__user-dropdown-item:hover{background:var(--fenix-bg);color:var(--fenix-text)}.app-shell__user-dropdown-item:focus-visible{background:var(--fenix-bg);color:var(--fenix-text);box-shadow:inset 0 0 0 2px var(--fenix-orange);outline:none}.app-shell__main{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:1.25rem 1rem 2rem;overflow:auto}.app-shell__main:has(.structure-page--role-editor){padding:.5rem clamp(.75rem,4vw,70px) 1.5rem}.app-shell__backdrop{z-index:2;cursor:pointer;background:#00000059;border:none;margin:0;padding:0;display:none;position:fixed;inset:0}@media (width<=1024px){.app-shell__burger{display:inline-flex}.app-shell__main-nav{border-bottom:1px solid var(--fenix-border);background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.app-shell--mobile-open .app-shell__main-nav{display:flex}.app-shell--mobile-open .app-shell__backdrop{display:block}.app-shell__nav-item{text-align:left;border-radius:8px;padding:.65rem .75rem}.app-shell__nav-item--active{box-shadow:none;background:var(--fenix-orange-soft)}.app-shell__header{position:relative}.app-shell__tools{gap:.2rem}}@media (width<=480px){.app-shell__icon-btn--search,.app-shell__icon-btn--filter{display:none}}.role-editor{text-align:left;flex-direction:column;gap:20px;width:100%;max-width:1780px;margin:0 auto;display:flex;position:relative}.role-editor__title-card{box-sizing:border-box;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;min-height:80px;padding:16px;display:flex;box-shadow:0 4px 10px #00000026}.role-editor__title-left{align-items:center;gap:13px;min-width:0;display:flex}.role-editor__title-stack{flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0;display:flex}.role-editor__context{color:#eb6c0e;letter-spacing:.01em;word-break:break-word;max-width:100%;margin:0;font-size:.875rem;font-weight:500;line-height:1.35}.role-editor__close{color:#1d1d1d;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin:0;padding:0;display:inline-flex}.role-editor__close:focus-visible{outline-offset:2px;outline:2px solid #eb6c0e}.role-editor__heading{color:#1d1d1d;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:18px;font-weight:700;line-height:1.2}.role-editor__save{color:#fff;height:45px;font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#0e9464;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:0 22px;font-size:14px;font-weight:600;display:inline-flex}.role-editor__save:disabled{opacity:.55;cursor:not-allowed}.role-editor__save-inner{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.role-editor__save-ico{flex-shrink:0;width:15px;height:15px}.role-editor__save-inner--figma{gap:12px}.role-editor__save-inner--figma .role-editor__save-ico{width:20px;height:20px}.role-editor__save:focus-visible{outline-offset:2px;outline:2px solid #eb6c0e}.role-editor__main-card{box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;gap:32px;padding:26px 16px;display:flex;box-shadow:0 4px 8px #0000000d}.role-editor__platform{flex-direction:column;gap:.5rem;margin:0;display:flex}.role-editor__section-title--platform{width:100%;margin:0}.role-editor__platform-controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem 1rem;width:100%;display:flex}.role-editor__platform-name{flex:14rem;min-width:0;max-width:28rem}.role-editor__label-row--inline{margin:0 0 .2rem}.role-editor__input--platform-name{box-sizing:border-box;width:100%}.role-editor__msg--alert{color:#b42318;margin:0 0 .15rem;font-size:.875rem}.role-editor__template-wrap{flex-shrink:0;position:relative}.role-editor__template-menu{z-index:30;background:#fff;border:1px solid #e2e2e4;border-radius:10px;min-width:240px;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 30px #0000001f}.role-editor__template-menu:before{content:"";filter:drop-shadow(0 -1px #e2e2e4);border-bottom:7px solid #fff;border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;bottom:100%;right:18px}.role-editor__template-menu-sep{background:#ececea;height:1px;margin:.2rem .65rem}.role-editor__template-menu-item{box-sizing:border-box;width:100%;font:inherit;text-align:left;color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-radius:0;align-items:center;gap:.5rem;margin:0;padding:.5rem .75rem;font-size:.875rem;font-weight:600;line-height:1.3;transition:background .1s;display:flex}.role-editor__template-menu-item:hover{background:#f4faf7}.role-editor__template-menu-item:disabled,.role-editor__template-menu-item--disabled{opacity:.45;cursor:not-allowed;color:#8a8a8a}.role-editor__template-menu-ico{object-fit:contain;flex-shrink:0;width:20px;height:20px;display:block}.role-editor__save-template-backdrop{z-index:60;box-sizing:border-box;background:#14161c73;justify-content:center;align-items:center;padding:1.5rem 1rem;display:flex;position:fixed;inset:0}.role-editor__save-template-dialog{box-sizing:border-box;background:#fff;border-radius:12px;width:100%;max-width:420px;padding:1.35rem 1.2rem 1.1rem;box-shadow:0 20px 50px #0000002e}.role-editor__save-template-title{letter-spacing:.04em;color:#1a1a1a;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:800;line-height:1.2}.role-editor__save-template-hint{color:#5c5c5c;margin:.4rem 0 .85rem;font-size:.875rem;line-height:1.4}.role-editor__save-template-input{box-sizing:border-box;width:100%;min-height:2.5rem;font:inherit;color:#1a1a1a;background:#fff;border:1px solid #c4c4c4;border-radius:8px;margin:0 0 .5rem;padding:.45rem .7rem;font-size:.9375rem;display:block}.role-editor__save-template-input:focus{border-color:#0e9464;outline:2px solid #0e946459}.role-editor__save-template-actions{border-top:1px solid #ececea;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem .75rem;margin-top:.75rem;padding-top:.65rem;display:flex}.role-editor__save-template-ghost{min-height:2.4rem;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;justify-content:center;align-items:center;padding:0 1.1rem;font-size:.875rem;font-weight:600;display:inline-flex}.role-editor__save-template-ghost:disabled{opacity:.5;cursor:not-allowed}.role-editor__save-template-primary{min-width:5.5rem;min-height:2.4rem;font:inherit;letter-spacing:.04em;text-transform:uppercase;color:#fff;cursor:pointer;background:#0e9464;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 1.1rem;font-size:.875rem;font-weight:700;transition:background .12s;display:inline-flex}.role-editor__save-template-primary:hover:not(:disabled){background:#0c8058}.role-editor__save-template-primary:disabled{opacity:.5;cursor:not-allowed}.role-editor__template-pill{font:inherit;cursor:default;color:#0e9464;text-align:right;background:0 0;border:none;flex-shrink:0;align-items:center;gap:8px;margin:0;padding:0;display:inline-flex}.role-editor__template-pill--btn{cursor:pointer;border-radius:6px;padding:0;transition:opacity .15s}.role-editor__template-pill--btn:hover{opacity:.9}.role-editor__template-pill-text{white-space:nowrap;text-overflow:ellipsis;max-width:28rem;font-size:16px;font-weight:600;line-height:1.25;overflow:hidden}.role-editor__template-pill-ico{box-sizing:border-box;background:#fff;border:1px solid #dcf7ee;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.role-editor__template-pill-img{object-fit:contain;width:18px;height:20px;display:block}.role-editor__platform-intro{color:#1d1d1d;max-width:100%;margin:0;font-size:16px;font-weight:400;line-height:normal}.role-editor__field{flex-direction:column;gap:12px;display:flex}.role-editor__label-row{align-items:center;gap:4px;display:flex}.role-editor__label{color:#1d1d1d;font-size:16px;font-weight:300}.role-editor__label-star{color:#dd2215;font-size:16px;font-weight:700}.role-editor__input{box-sizing:border-box;width:100%;max-width:100%;font:inherit;color:#1d1d1d;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:12px;font-size:16px;font-weight:500;transition:border-color .15s}.role-editor__input--invalid{border-color:#dd2215;box-shadow:0 0 0 1px #dd221514}.role-editor__input:focus{border-color:#0e9464;outline:none;box-shadow:0 0 0 2px #0e946433}.role-editor__input--invalid:focus{border-color:#dd2215;box-shadow:0 0 0 2px #dd22152e}.role-editor__section-title{color:#1d1d1d;letter-spacing:.02em;text-transform:uppercase;margin:0 0 20px;font-size:16px;font-weight:700;line-height:1.25}.role-editor__rows{flex-direction:column;gap:20px;display:flex}.role-editor__group-head{box-sizing:border-box;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:26px 16px;display:flex}.role-editor__group--inactive .role-editor__group-head{background:#f6f4f3}.role-editor__group--active .role-editor__group-head{background:#dcf7ee}.role-editor__group-title{color:#1d1d1d;text-transform:uppercase;flex:1;min-width:0;font-size:16px;font-weight:700;line-height:1.25}.role-editor__group-children{margin-top:8px}.role-editor__tree{box-sizing:border-box;align-items:stretch;padding-left:8px;display:flex}.role-editor__tree-spine{flex-shrink:0;align-self:stretch;width:8px;position:relative}.role-editor__tree-spine:after{content:"";background:#0e9464;width:1px;height:calc(100% - 44px);position:absolute;top:22px;right:0}.role-editor__child-list{flex-direction:column;flex:1;gap:8px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.role-editor__child-item{align-items:center;gap:0;margin:0;display:flex}.role-editor__tree-twig{background:#0e9464;flex-shrink:0;align-self:center;width:10px;height:1px}.role-editor__child-surface{box-sizing:border-box;background:#dcf7ee;border-radius:6px;flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:44px;margin-left:3px;padding:0 16px 0 13px;display:flex;position:relative}.role-editor__child-surface:before{content:"";background:#0e9464;border-radius:2px 0 0 2px;width:3px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.role-editor__child-text{color:#1d1d1d;flex:1;min-width:0;font-size:16px;font-weight:600;line-height:1.25}.role-editor__switch{cursor:pointer;background:#515867;border:none;border-radius:18px;flex-shrink:0;width:56px;height:28px;margin:0;padding:0;transition:background .18s;position:relative}.role-editor__switch--on{background:#0e9464}.role-editor__switch:disabled{opacity:.45;cursor:not-allowed}.role-editor__switch:focus-visible{outline-offset:2px;outline:2px solid #eb6c0e}.role-editor__switch-knob{pointer-events:none;background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .18s;position:absolute;top:2px;left:2px;transform:translate(28px);box-shadow:0 1px 3px #00000026}.role-editor__switch--on .role-editor__switch-knob{transform:translate(0)}.role-editor__switch-label{pointer-events:none;color:#fff;align-items:center;font-size:14px;font-weight:400;line-height:1;display:flex;position:absolute;inset:0}.role-editor__switch--on .role-editor__switch-label{justify-content:flex-end;padding-right:7px}.role-editor__switch:not(.role-editor__switch--on) .role-editor__switch-label{justify-content:flex-start;padding-left:5px}.role-editor__check{cursor:pointer;flex-shrink:0;width:20px;height:20px;position:relative}.role-editor__check-native{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.role-editor__check-ui{box-sizing:border-box;pointer-events:none;background:#c4c4c4;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .12s;display:flex}.role-editor__check-native:checked+.role-editor__check-ui{background:#0e9464}.role-editor__check-native:focus-visible+.role-editor__check-ui{outline-offset:2px;outline:2px solid #eb6c0e}.role-editor__check-tick{opacity:0;width:10px;height:8px;transition:opacity .12s,transform .12s;transform:scale(.8)}.role-editor__check-native:checked+.role-editor__check-ui .role-editor__check-tick{opacity:1;transform:scale(1)}.role-editor__full-block{box-sizing:border-box;background:#f6f4f3;border-radius:10px;padding:26px 16px}.role-editor__full-block .role-editor__full-inner{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.role-editor__full-title{color:#1d1d1d;text-transform:uppercase;font-size:16px;font-weight:700;display:block}.role-editor__hint{color:#515867;margin:6px 0 0;font-size:13px;font-weight:400;line-height:1.35}.role-editor__msg{color:#b91c1c;background:#fef2f2;border-radius:8px;margin:0;padding:12px 14px;font-size:14px}.role-editor__msg--info{color:#4b5563;background:#f3f4f6}.role-users-drawer{z-index:320;position:fixed;inset:0}.role-users-drawer__overlay{cursor:pointer;background:#1d1d1dcc;border:none;position:absolute;inset:0}.role-users-drawer__panel{box-sizing:border-box;background:#fff;border-radius:5px 0 0 5px;flex-direction:column;gap:1.5rem;width:min(100%,527px);height:100dvh;padding:1rem .75rem;display:flex;position:absolute;top:0;right:0}.role-users-drawer__head{flex-shrink:0}.role-users-drawer__title-wrap{align-items:center;gap:.8125rem;display:flex}.role-users-drawer__close{color:#1d1d1d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin:0;padding:0;display:inline-flex}.role-users-drawer__close:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #eb6c0e}.role-users-drawer__title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.role-users-drawer__body{flex-direction:column;flex:auto;gap:1.25rem;min-height:0;padding-right:.125rem;display:flex;overflow-y:auto}.role-users-drawer__card{background:#fff;border:1px solid #c4c4c4;border-radius:5px;align-items:center;padding:.75rem;display:flex}.role-users-drawer__user{align-items:center;gap:.25rem;display:flex}.role-users-drawer__avatar{color:#1d1d1d;background:#fdf0e7;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.role-users-drawer__name{color:#1d1d1d;min-width:0;font-size:1rem}.role-users-drawer__msg{text-align:center;color:#5c5c5c;margin:0;padding:1rem}.role-users-drawer__msg--error{color:#b42318}.role-users-drawer__retry{color:#0e9464;font:inherit;cursor:pointer;background:0 0;border:none;margin-top:.75rem;font-weight:600;text-decoration:underline}.role-delete-modal-backdrop{z-index:300;box-sizing:border-box;background:#1d1d1dcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.role-delete-modal{box-sizing:border-box;background:#fff;border-radius:10px;width:100%;max-width:600px;padding:24px;box-shadow:0 4px 10px #29254824}.role-delete-modal__title{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;margin:0 0 16px;font-size:18px;font-weight:700;line-height:1.25}.role-delete-modal__body{color:#1d1d1d;margin:0 0 32px;font-size:16px;font-weight:400;line-height:1.5}.role-delete-modal__name{font-weight:700}.role-delete-modal__actions{align-items:stretch;gap:20px;display:flex}.role-delete-modal__btn{min-height:45px;font:inherit;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;box-sizing:border-box;border-radius:5px;flex:1;padding:12px 20px;font-size:14px;font-weight:600;transition:opacity .15s}.role-delete-modal__btn--back{color:#1d1d1d;background:#fff;border:1px solid #515867}.role-delete-modal__btn--delete{color:#fff;background:#dd2215;border:none}.role-delete-modal__btn:disabled{opacity:.55;cursor:not-allowed}.role-delete-modal__btn:focus-visible{outline-offset:2px;outline:2px solid #f58220}.role-delete-modal__error{color:#b91c1c;background:#fef2f2;border-radius:6px;margin:0 0 16px;padding:10px 12px;font-size:14px}.role-access-drawer{z-index:320;position:fixed;inset:0}.role-access-drawer__overlay{cursor:pointer;background:#1d1d1dcc;border:none;position:absolute;inset:0}.role-access-drawer__panel{box-sizing:border-box;background:#fff;border-radius:5px 0 0 5px;flex-direction:column;gap:1.5rem;width:min(100%,527px);height:100dvh;padding:1rem .75rem;display:flex;position:absolute;top:0;right:0}.role-access-drawer__head{flex-shrink:0}.role-access-drawer__title-wrap{align-items:flex-start;gap:.8125rem;display:flex}.role-access-drawer__close{color:#1d1d1d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin:0;padding:0;display:inline-flex}.role-access-drawer__close:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #eb6c0e}.role-access-drawer__title-block{min-width:0}.role-access-drawer__title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.role-access-drawer__subtitle{color:#5c5c5c;margin:.35rem 0 0;font-size:.9375rem}.role-access-drawer__body{flex-direction:column;flex:auto;gap:1rem;min-height:0;padding-right:.125rem;display:flex;overflow-y:auto}.role-access-drawer__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.role-access-drawer__module{box-sizing:border-box;color:#1d1d1d;background:#f4f4f1;border-radius:8px;width:100%;margin:0;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;line-height:1.35}.role-access-drawer__msg{text-align:center;color:#5c5c5c;margin:0;padding:1rem}.roles-table{--row-radius:8px;--row-border:#e5e7eb;--col-divider:#d1d5db;--roles-cols:3.625rem minmax(9rem, 2fr) 7.5rem minmax(6.5rem, 1.35fr) 7.5rem minmax(8rem, 13rem) minmax(8.5rem, 12rem);width:100%;min-width:0}.roles-table__header{grid-template-columns:var(--roles-cols);color:#4a4a4a;align-items:center;column-gap:0;margin-bottom:.35rem;padding:.35rem 1rem .55rem;font-size:.8125rem;font-weight:600;display:grid}.roles-table__head-spacer{min-width:0}.roles-table__head-cell{justify-content:flex-start;align-items:center;gap:.2rem;min-width:0;padding:0 .65rem;display:inline-flex;overflow:hidden}.roles-table__head-cell--end{justify-content:flex-end;padding-right:0}.roles-table__head-label{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;line-height:1.3;display:-webkit-box;overflow:hidden}.roles-table__head-chev{opacity:.4;flex-shrink:0}.roles-table__row{grid-template-columns:var(--roles-cols);border:1px solid var(--row-border);border-radius:var(--row-radius);box-sizing:border-box;background:#fff;align-items:center;column-gap:0;min-height:3.5rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem;display:grid}.roles-table__cell{color:#1a1a1a;min-width:0;padding:0 .65rem;position:relative}.roles-table__cell:not(.roles-table__cell--gear){border-left:1px solid var(--col-divider)}.roles-table__cell--gear{border-left:none;padding-left:0;padding-right:.35rem}.roles-table__cell--name{font-weight:600}.roles-table__cell--person{align-items:center;gap:.5rem;min-width:0;display:flex}.roles-table__cell--end{text-align:right}.roles-table__gear{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.roles-table__gear:focus-visible{outline-offset:1px;outline:2px solid #f58220}.roles-table__gear--open{color:#6b7280;background:#fffaf5;border-color:#f58220}.roles-table__action-menu{z-index:250;box-sizing:border-box;background:#fff;border-radius:5px;width:280px;max-width:min(280px,100vw - 1rem);margin:0;padding:12px 20px;list-style:none;box-shadow:0 2px 8px #0000001a}.roles-table__action-item{width:100%;font:inherit;color:#1d1d1d;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:8px 0;font-size:14px;font-weight:600;display:flex}.roles-table__action-item:focus-visible{outline-offset:2px;outline:2px solid #f58220}.roles-table__action-sep{background:#e5e7eb;border:none;height:1px;margin:4px 0}.roles-table__gear-icon{display:block}.roles-table__name{color:#111827;font-weight:600}.roles-table__muted,.roles-table__text{color:#1d1d1d}.roles-table__inline{align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.roles-table__info-btn{color:#1d1d1d;cursor:pointer;opacity:.72;background:0 0;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:inline-flex}.roles-table__info-btn:hover{opacity:1}.roles-table__info-btn:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #f58220}.roles-table__info-btn-icon{display:block}.roles-table__avatar{letter-spacing:-.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:700;display:inline-flex}.roles-table__person-name{color:#374151;flex:1;min-width:0;font-size:.8125rem}.roles-table__pagination{color:#4b5563;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.25rem;padding:.5rem 1rem 0;font-size:.8125rem;display:flex}.roles-table__pagination-label{white-space:nowrap}.roles-table__pagination-btns{gap:.5rem;display:flex}.roles-table__page-btn{min-height:2.25rem;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:0 .85rem;font-size:.8125rem;font-weight:600}.roles-table__page-btn:hover:not(:disabled){background:#f9fafb}.roles-table__page-btn:disabled{opacity:.45;cursor:not-allowed}.roles-table__msg{text-align:center;color:#5c5c5c;margin:0;padding:1.5rem 1rem}.roles-table__msg--error{color:#c41e3a}@media (width<=900px){.roles-table{overflow-x:auto}.roles-table__header,.roles-table__row{min-width:720px}}.structure-tree{--row-radius:8px;--row-border:#e5e7eb;--row-bg:#fff;--row-bg-root:#fff5ed;--accent:#f58220;--connector:#c9c9cd;--subtree-gap:.5rem;--subtree-inset:1.25rem;--tree-cols:minmax(200px, 1.55fr) minmax(9.5rem, 11rem) 5rem minmax(140px, 1.15fr) 6.75rem 6.25rem 3.75rem;--col-divider:#d1d5db;width:100%;min-width:0}.structure-tree__header{grid-template-columns:var(--tree-cols);color:#4a4a4a;background:0 0;border:none;align-items:center;column-gap:0;margin-bottom:.25rem;padding:.25rem 1rem .5rem;font-size:.8125rem;font-weight:600;display:grid}.structure-tree__head-cell{-webkit-line-clamp:2;overflow-wrap:anywhere;text-align:left;-webkit-box-orient:vertical;min-width:0;padding:.2rem .75rem;line-height:1.3;display:-webkit-box;position:relative;overflow:hidden}.structure-tree__head-cell:first-child{padding-left:0}.structure-tree__head-cell--employees-span{grid-column:span 2;padding-left:.5rem;padding-right:.5rem}.structure-tree__row{grid-template-columns:var(--tree-cols);border-radius:var(--row-radius);background:var(--row-bg);box-sizing:border-box;border:1px solid #c4c4c4;align-items:center;column-gap:0;min-height:3.5rem;margin-bottom:.5rem;padding:0 1rem;font-size:.875rem;display:grid;position:relative}.structure-tree__row--root{background:var(--row-bg-root);border-color:#f0dcc4}.structure-tree__accent{background:var(--accent);pointer-events:none;z-index:1;border-radius:9999px;width:3px;height:1.375rem;margin-top:-.6875rem;position:absolute;top:50%;left:.5rem}.structure-tree__subtree{margin-top:var(--subtree-gap);padding-left:var(--subtree-inset);border-left:1px solid var(--connector);position:relative}.structure-tree__subtree:before{content:"";left:-1px;top:calc(-1 * var(--subtree-gap));height:var(--subtree-gap);border-left:1px solid var(--connector);position:absolute}.structure-tree__subtree--nested{margin-left:.75rem}.structure-tree__subtree>.structure-tree__row--child:after{content:"";left:calc(-1 * var(--subtree-inset));width:var(--subtree-inset);background:var(--connector);pointer-events:none;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.structure-tree__cell{color:#1a1a1a;min-width:0;padding:0 .75rem;position:relative}.structure-tree__cell:not(:first-child){border-left:1px solid var(--col-divider)}.structure-tree__row--root .structure-tree__cell:not(:first-child){border-left-color:#e5d4c2}.structure-tree__cell:last-child{padding-right:0}.structure-tree__cell--name{padding-left:0;font-weight:600;position:relative}.structure-tree__row--child .structure-tree__cell--name{padding-left:1.75rem}.structure-tree__name-inner{align-items:flex-start;gap:.5rem;min-width:0;display:flex}.structure-tree__toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin:.1rem 0 0;padding:0;line-height:0;transition:background .15s;display:inline-flex}.structure-tree__toggle:hover{background:#0000000f}.structure-tree__toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.structure-tree__chev{transition:transform .15s}.structure-tree__chev--collapsed{transform:rotate(-90deg)}.structure-tree__toggle-spacer{flex-shrink:0;width:24px;height:24px;margin-top:.1rem}.structure-tree__title{color:#1a1a1a;flex:1;min-width:0;font-weight:600}.structure-tree__cell--kind{text-align:left}.structure-tree__cell--kind .structure-tree__kind{color:#1d1d1d;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.structure-tree__cell--city{text-align:left;color:#1d1d1d;font-weight:600}.structure-tree__cell--address{color:#1d1d1d;font-weight:600}.structure-tree__cell--commissions{text-align:left;color:#1d1d1d;font-weight:600}.structure-tree__commissions-inner{justify-content:flex-start;align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.structure-tree__info-wrap{align-items:center;display:inline-flex}.structure-tree__info-icon{display:block}.structure-tree__cell--employees-main{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.625rem;display:flex}.structure-tree__employees-icon-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.structure-tree__employees-icon-btn:hover .structure-tree__employees-icon-box{background:#0000000a;border-color:#e0dedc}.structure-tree__employees-icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.structure-tree__employees-count{font-variant-numeric:tabular-nums;font-weight:600}.structure-tree__employees-icon-box{box-sizing:border-box;background:#fff;border:1px solid #f6f4f3;border-radius:3.5px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.structure-tree__employees-icon{opacity:.55;color:#1d1d1d;flex-shrink:0;width:18px;height:18px;display:block}.structure-tree__cell--employees-grid{justify-content:flex-end;align-items:center;padding-right:0;display:flex}.structure-tree__row-detail{box-sizing:border-box;cursor:pointer;opacity:.85;background:#fff;border:1px solid #f6f4f3;border-radius:3.5px;justify-content:center;align-items:center;width:30px;height:30px;margin:0;padding:0;line-height:0;transition:opacity .15s;display:inline-flex}.structure-tree__row-detail:hover{opacity:1}.structure-tree__row-detail:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.structure-tree__row-detail-icon{color:#1d1d1d;flex-shrink:0;width:18px;height:18px;display:block}.structure-tree__msg{text-align:center;color:#5c5c5c;margin:0;padding:1.5rem 1rem}.structure-tree__msg--error{color:#c41e3a}.structure-tree__msg--refresh{color:#7a7a7a;padding-top:.75rem;font-size:.8125rem}.structure-tree__msg-wrap{justify-items:center;gap:.5rem;display:grid}.structure-tree__retry{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.45rem .75rem;font-size:.8125rem;font-weight:600}.structure-tree__retry:hover{background:#f9fafb}.structure-tree__retry:focus-visible{outline:2px solid var(--accent);outline-offset:1px}@media (width<=900px){.structure-tree{overflow-x:auto}.structure-tree__header,.structure-tree__row{min-width:900px}}@media (width<=1024px){.unit-wizard__grid--3{grid-template-columns:1fr}}.unit-wizard__card--commissions{gap:24px;padding:24px 20px 28px}.unit-wizard__commission-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.unit-wizard__commission-title{text-transform:uppercase;letter-spacing:.03em;flex:260px;margin:0;font-size:16px;line-height:1.35}.unit-wizard__copy-link{font:inherit;color:#3d4555;cursor:not-allowed;opacity:.85;background:0 0;border:none;align-items:center;gap:10px;padding:6px 0;font-size:14px;font-weight:600;display:inline-flex}.unit-wizard__copy-link svg{color:#515867;flex-shrink:0}.unit-wizard__commission-groups{flex-direction:column;gap:16px;display:flex}.unit-wizard__cgroup{background:#fff;border:1px solid #e2e2e4;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.unit-wizard__cgroup-head{background:#ebebed;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.unit-wizard__cgroup-head--on{background:#e4f4ee}.unit-wizard__cgroup-title{color:var(--uw-text);text-transform:uppercase;letter-spacing:.04em;font-size:14px;font-weight:700;line-height:1.3}.unit-wizard__switch{font:inherit;cursor:pointer;background:0 0;border:none;border-radius:100px;flex-shrink:0;align-items:center;gap:12px;padding:4px 2px;display:inline-flex}.unit-wizard__switch:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px;border-radius:8px}.unit-wizard__switch-track{background:#c9ccd4;border-radius:100px;flex-shrink:0;width:48px;height:28px;transition:background .2s;position:relative}.unit-wizard__switch--on .unit-wizard__switch-track{background:var(--uw-green)}.unit-wizard__switch-thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000002e}.unit-wizard__switch--on .unit-wizard__switch-thumb{transform:translate(20px)}.unit-wizard__switch-text{letter-spacing:.02em;color:#3d3d3d;text-align:left;min-width:1.75rem;font-size:14px;font-weight:700}.unit-wizard__switch--on .unit-wizard__switch-text{color:var(--uw-green)}.unit-wizard__cgroup-body{background:#fff;border-top:1px solid #ececea;padding:18px 20px 20px}.unit-wizard__ctable-head,.unit-wizard__ctable-row{grid-template-columns:minmax(160px,1.55fr) 108px minmax(128px,1fr) minmax(128px,1fr);align-items:center;gap:14px 16px;display:grid}.unit-wizard__ctable-head{color:var(--uw-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:11px;font-weight:700}.unit-wizard__ctable-head .unit-wizard__star{font-size:11px}.unit-wizard__ctable-row{margin-bottom:12px}.unit-wizard__ctable-row:last-child{margin-bottom:0}.unit-wizard__crow-check{color:var(--uw-text);cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.unit-wizard__crow-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--uw-green);cursor:pointer;border-radius:4px;flex-shrink:0;margin:0}.unit-wizard__crow-pct{align-items:center;display:flex;position:relative}.unit-wizard__crow-pct .unit-wizard__input{padding-right:30px}.unit-wizard__pct-suffix{color:var(--uw-muted);pointer-events:none;font-size:14px;font-weight:600;position:absolute;right:10px}.unit-wizard__cdate-wrap{min-width:0;position:relative}.unit-wizard__input--cdate{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:100%;padding-right:38px;position:relative}.unit-wizard__input--cdate::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:40px;height:100%;margin:0;padding:0;position:absolute;right:0}.unit-wizard__input--cdate::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;width:24px;height:100%;margin:0;padding:0}.unit-wizard__cdate-icon svg{width:15px;height:16px;display:block}@media (width<=900px){.unit-wizard__ctable-head,.unit-wizard__ctable-row{grid-template-columns:1fr}}.unit-wizard__units-chain{--unit-tree-connector:#c9c9cd;flex-direction:column;align-items:stretch;gap:12px;width:100%;min-width:0;display:flex}.unit-wizard__card--units-main{gap:24px;padding:24px 20px 28px}.unit-wizard__units-branch{grid-template-columns:28px minmax(0,1fr);grid-auto-rows:auto;align-items:start;gap:8px 0;width:100%;min-width:0;display:grid}.unit-wizard__units-branch-line{box-sizing:border-box;width:28px;color:var(--unit-tree-connector);grid-area:1/1/-1;justify-content:center;align-items:flex-start;margin-top:-10px;padding-bottom:4px;display:flex}.unit-wizard__units-branch-svg{flex-shrink:0;display:block}.unit-wizard__units-branch-svg path{stroke:currentColor}.unit-wizard__units-main{flex-direction:column;gap:28px;width:100%;display:flex}.unit-wizard__units-chain .unit-wizard__card-title{letter-spacing:.03em;font-size:16px}.unit-wizard__units-chain .unit-wizard__label{color:#2d2d2d;font-size:13px;font-weight:500}.unit-wizard__units-chain .unit-wizard__field--full{max-width:100%}.unit-wizard__search-wrap{width:100%;max-width:520px;position:relative}.unit-wizard__search-dd{z-index:20;background:#fff;border:1px solid #e2e2e4;border-radius:8px;max-height:220px;margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.unit-wizard__search-opt{width:100%;font:inherit;text-align:left;color:var(--uw-text);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-size:14px;display:block}.unit-wizard__search-opt:hover{background:#f6f4f3}.unit-wizard__input--office-search{width:100%}.unit-wizard__input--office-search::placeholder{color:#9ca3af;font-style:italic;font-weight:400}.unit-wizard__input--office-search[type=search]::-webkit-search-decoration{appearance:none}.unit-wizard__input--office-search[type=search]::-webkit-search-cancel-button{appearance:none}.unit-wizard__input--identifier-readonly{color:var(--uw-text);cursor:default;background:#f6f7f8;border-color:#d1d5db}.unit-wizard__input--identifier-readonly:focus{box-shadow:none;border-color:var(--uw-border)}.unit-wizard__units-row{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px 32px;width:100%;display:grid}.unit-wizard__field--id,.unit-wizard__field--grow{width:100%;min-width:0}@media (width<=700px){.unit-wizard__units-row{grid-template-columns:1fr}}.unit-wizard__subunits-list{flex-direction:column;grid-column:2;gap:16px;width:100%;min-width:0;margin:0;padding:0;list-style:none;display:flex}.unit-wizard__subunits-list-item{margin:0;padding:0;list-style:none;display:block}.unit-wizard__subunit-card{box-sizing:border-box;background:#fff;border:1px solid #dcdcdf;border-left:4px solid #c8521b;border-radius:12px;flex-direction:column;gap:20px;margin:0;padding:22px 22px 22px 20px;display:flex;box-shadow:0 2px 8px #00000012,inset 0 0 0 1px #ffffffe6}.unit-wizard__subunit-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.unit-wizard__subunit-title{color:var(--uw-text);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:14px;font-weight:700}.unit-wizard__subunit-trash{width:40px;height:40px;color:var(--uw-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:inline-flex}.unit-wizard__subunit-trash:hover{color:#b91c1c;background:#fef2f2}.unit-wizard__subunit-trash:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px}.unit-wizard__subunit-search-wrap{max-width:none}.unit-wizard__subid-combo{flex-wrap:wrap;align-items:center;gap:8px 10px;width:100%;display:flex}.unit-wizard__subid-base{box-sizing:border-box;min-height:49px;color:var(--uw-text);background:#f6f7f8;border:1px solid #d1d5db;border-radius:8px;align-items:center;padding:0 14px;font-size:15px;font-weight:500;display:inline-flex}.unit-wizard__subid-dash{color:var(--uw-muted);font-size:18px;font-weight:600;line-height:1}.unit-wizard__subid-suffix{flex:120px;min-width:100px;max-width:220px}.unit-wizard__add-subunits{border:1px dashed var(--uw-border);width:100%;font:inherit;color:var(--uw-green);text-transform:uppercase;letter-spacing:.03em;cursor:pointer;background:#fafafa;border-radius:10px;grid-column:2;padding:18px 52px 18px 16px;font-size:14px;font-weight:700;transition:background .15s,border-color .15s;display:block;position:relative}.unit-wizard__add-subunits:hover{background:#f0faf6;border-color:#82c4b1}.unit-wizard__add-subunits:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px}.unit-wizard__add-subunits-label{text-align:center;width:100%;line-height:1.2;display:block}.unit-wizard__add-subunits-plus{justify-content:center;align-items:center;width:28px;height:28px;margin:0;padding:0;font-size:22px;font-weight:400;line-height:0;display:inline-flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}@media (width<=768px){.unit-wizard__grid--2{grid-template-columns:1fr}.unit-wizard__title-card{flex-direction:column;align-items:stretch}.unit-wizard__btn-continue{width:100%}}.unit-type-picker-backdrop{z-index:200;box-sizing:border-box;background:#1d1d1dcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.unit-type-picker{box-sizing:border-box;background:#fff;border-radius:10px;width:100%;max-width:600px;padding:24px;box-shadow:0 4px 10px #29254824}.unit-type-picker__head{align-items:center;gap:10px;margin-bottom:24px;display:flex}.unit-type-picker__close{color:#1d1d1d;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0;padding:0;display:inline-flex}.unit-type-picker__close:focus-visible{outline-offset:2px;outline:2px solid #f58220}.unit-type-picker__title{color:#1d1d1d;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.unit-type-picker__list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.unit-type-picker__option{width:100%;font:inherit;text-align:left;cursor:pointer;box-sizing:border-box;background:#fdf0e7;border:none;border-radius:16px;align-items:center;gap:12px;margin:0;padding:10px;display:flex}.unit-type-picker__option:focus-visible{outline-offset:2px;outline:2px solid #f58220}.unit-type-picker__icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;line-height:0;display:flex}.unit-type-picker__label{color:#1d1d1d;text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:500;line-height:1.2}.user-access-role-screen{z-index:2;box-sizing:border-box;text-align:left;width:100%;max-width:1780px;min-height:min(70vh,900px);margin:0 auto;position:relative}.user-access-role-screen__root{max-width:1780px;margin:0 auto}.user-access-role-screen__title-card{align-items:flex-start}.user-access-role-screen__title-card .role-editor__save{align-self:center;margin-top:.1rem}.user-access-role-screen__main-card{gap:24px}.user-access-role-screen__intro{color:#5c5c5c;margin:0;font-size:.875rem;line-height:1.5}.user-access-role-screen__intro-meta{color:#6a6a6a;margin:-.5rem 0 0;font-size:.75rem;line-height:1.45}.user-access-role-screen__intro-meta code{background:#f0f0ed;border-radius:4px;padding:.05em .3em;font-size:.85em}.user-access-role-screen__section-row{border-bottom:1px solid #ececea;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:0;padding-bottom:.25rem;display:flex}.user-access-role-screen__section-title{margin:0;font-size:16px}.user-access-role-screen__templates-cta{font:inherit;color:#0e9464;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;margin:0;padding:.35rem .5rem;font-size:.875rem;font-weight:600;transition:background .12s;display:inline-flex}.user-access-role-screen__templates-cta span{text-underline-offset:2px;text-decoration:underline}.user-access-role-screen__templates-cta:hover{color:#0c8058;background:#0e946414}.user-access-role-screen__templates-ico{flex-shrink:0;display:block}select.user-access-role-screen__select{cursor:pointer;appearance:auto;min-height:2.75rem;padding-top:.5rem;padding-bottom:.5rem}.user-access-role-screen__actions{border-top:1px solid #ececea;flex-wrap:wrap;align-items:center;gap:.65rem 1.5rem;margin:0;padding-top:.5rem;display:flex}.user-access-role-screen__action-link{font:inherit;color:#0b6e4f;cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:none;padding:.25rem 0;font-size:.875rem;font-weight:600;text-decoration:underline}.user-access-role-screen__action-link:hover:not(:disabled){color:#094d38}.user-access-role-screen__action-link:disabled{opacity:.5;cursor:not-allowed}.user-access-role-screen__muted{color:#6a6a6a;margin:.5rem 0;font-size:.875rem}.user-access-role-screen__err{color:#b42318;margin:.75rem 0 0;font-size:.875rem}.user-access-role-screen__template-list{border:1px solid #e8e8e4;border-radius:12px;margin:0 0 1rem;padding:0;list-style:none;overflow:hidden}.user-access-role-screen__template-item{background:#fff;border-bottom:1px solid #f0f0ed;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.875rem;display:flex}.user-access-role-screen__template-item:last-child{border-bottom:none}.user-access-role-screen__template-name{word-break:break-word;min-width:0}.user-access-role-screen__pill-btn{min-height:2rem;font:inherit;color:#fff;cursor:pointer;background:#0e9464;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:0 .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.user-access-role-screen__pill-btn:hover:not(:disabled){background:#0c8058}.user-access-role-screen__pill-btn:disabled{opacity:.5;cursor:not-allowed}.user-access-role-screen__footer-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.user-access-role-screen__btn-ghost{min-height:2.5rem;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;justify-content:center;align-items:center;padding:0 1.1rem;font-size:.875rem;font-weight:600;display:inline-flex}.user-access-role-screen__btn-ghost:hover{background:#f9f9f8}.user-access-role-screen__editor{width:100%}.user-access-role-screen__editor .role-editor{max-width:1780px;margin:0 auto}.user-access-role-screen__modal-backdrop{z-index:1000;box-sizing:border-box;background:#14161c80;justify-content:center;align-items:center;padding:1.25rem 1rem;display:flex;position:fixed;inset:0}.user-access-role-screen__modal{box-sizing:border-box;text-align:left;background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:480px;padding:1.15rem 1.25rem .9rem;display:flex;box-shadow:0 20px 50px #0000002e}.user-access-role-screen__modal--wide{max-width:min(92vw,820px);max-height:none}.user-access-role-screen__modal-title{letter-spacing:.04em;color:#1a1a1a;text-transform:uppercase;margin:0;font-size:1rem;font-weight:800;line-height:1.2}.user-access-role-screen__modal-sub{color:#5c5c5c;margin:.35rem 0 .75rem;font-size:.875rem;line-height:1.4}.user-access-role-screen__modal-field-label{color:#4a4a4a;margin:0 0 .35rem;font-size:.8125rem;font-weight:600;display:block}.user-access-role-screen__modal-select{box-sizing:border-box;width:100%;min-height:2.75rem;font:inherit;color:#1a1a1a;cursor:pointer;appearance:auto;background:#fff;border:1px solid #c4c4c4;border-radius:8px;margin:0 0 .5rem;padding:.45rem .6rem;font-size:.9375rem}.user-access-role-screen__modal-select:disabled{cursor:not-allowed;opacity:.7;background:#f5f5f5}.user-access-role-screen__modal-select:focus{border-color:#0e9464;outline:2px solid #0e946459}.user-access-role-screen__template-list--modal{border-radius:10px;margin:0}.user-access-role-screen__template-list--modal .user-access-role-screen__template-item{background:0 0;border:none;border-bottom-width:0;padding:.25rem 0;display:block}.user-access-role-screen__template-pick{box-sizing:border-box;width:100%;font:inherit;text-align:left;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e2e2e4;border-radius:8px;margin:0;padding:.6rem .75rem;font-size:.875rem;transition:background .1s,border-color .1s;display:block}.user-access-role-screen__template-pick:hover{background:#f9fafb}.user-access-role-screen__template-pick--selected{background:#f2faf6;border-color:#0e9464;box-shadow:0 0 0 1px #0e9464}.user-access-role-screen__modal-footer{border-top:1px solid #ececea;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem .75rem;margin-top:auto;padding-top:.35rem;display:flex}.user-access-role-screen__btn-primary{min-width:6.5rem;min-height:2.5rem;font:inherit;letter-spacing:.04em;text-transform:uppercase;color:#fff;cursor:pointer;background:#0e9464;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 1.15rem;font-size:.875rem;font-weight:700;transition:background .12s;display:inline-flex}.user-access-role-screen__btn-primary:hover:not(:disabled){background:#0c8058}.user-access-role-screen__btn-primary:disabled{opacity:.5;cursor:not-allowed}.unit-wizard{--uw-focus:#eb6c0e;--uw-card-shadow:0 4px 8px #0000000d;--uw-green:#0e9464;--uw-green-hover:#0c7f56;--uw-green-soft:#e8f6f2;--uw-text:#1d1d1d;--uw-border:#c4c4c4;--uw-muted:#6b7280;--uw-focus-glow:0 0 0 2px #0e946433;text-align:left;flex-direction:column;gap:20px;width:100%;max-width:1403px;margin:0;display:flex}.unit-wizard__title-card{box-sizing:border-box;width:100%;min-height:72px;box-shadow:var(--uw-card-shadow);background:#fff;border-radius:16px;justify-content:space-between;align-self:stretch;align-items:center;gap:1rem;padding:16px 20px;display:flex}.unit-wizard__title-left{align-items:center;gap:13px;min-width:0;display:flex}.unit-wizard__close{width:2.25rem;height:2.25rem;color:var(--uw-text);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.unit-wizard__close:disabled{opacity:.5;cursor:not-allowed}.unit-wizard__close:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px}.unit-wizard__heading{color:var(--uw-text);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:18px;font-weight:700;line-height:1.2}.unit-wizard__btn-continue{background:var(--uw-green);color:#fff;min-height:45px;font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:0 14px 0 22px;font-size:14px;font-weight:600;transition:background .15s;display:inline-flex}.unit-wizard__btn-continue:hover:not(:disabled){background:var(--uw-green-hover)}.unit-wizard__btn-continue:disabled{cursor:not-allowed;opacity:1;background:#b8dcd0}.unit-wizard__btn-continue:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px}.unit-wizard__continue-icon{background:var(--uw-green-soft);width:28px;height:28px;color:var(--uw-green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.unit-wizard__btn-continue:disabled .unit-wizard__continue-icon{color:#fff;background:#ffffff73}.unit-wizard__tabs-track{box-sizing:border-box;width:100%;box-shadow:var(--uw-card-shadow);background:#fff;border:1px solid #e8e6e4;border-radius:100px;align-self:stretch;overflow:hidden}.unit-wizard__tabs-pad{box-sizing:border-box;align-items:stretch;min-height:45px;display:flex}.unit-wizard__tab-pill{font:inherit;color:#6a6a6a;text-transform:uppercase;letter-spacing:.02em;cursor:default;background:0 0;border:none;border-radius:0;flex:1 1 0;justify-content:center;align-items:center;margin:0;padding:8px 10px;font-size:14px;font-weight:700;display:flex}.unit-wizard__tabs-pad .unit-wizard__tab-pill:first-child{border-radius:100px 0 0 100px}.unit-wizard__tabs-pad .unit-wizard__tab-pill:last-child{border-radius:0 100px 100px 0}.unit-wizard__tab-pill--active{color:#fff;background:#c8521b}.unit-wizard__tab-pill--locked:disabled{opacity:.45;cursor:not-allowed}.unit-wizard__msg{color:#b91c1c;background:#fef2f2;border-radius:8px;margin:0;padding:12px 14px;font-size:14px}.unit-wizard__card{box-shadow:var(--uw-card-shadow);box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;gap:24px;padding:26px 16px 32px;display:flex}.unit-wizard__card--contract{padding-bottom:26px}.unit-wizard__card-title{color:var(--uw-text);text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:16px;font-weight:700}.unit-wizard__card-title--inline{align-items:center;gap:4px;display:flex}.unit-wizard__grid{gap:24px 32px;width:100%;display:grid}.unit-wizard__grid--3{grid-template-columns:minmax(0,1fr) minmax(0,280px) minmax(0,1.35fr)}@media (width<=1024px){.unit-wizard__grid--3{grid-template-columns:1fr}}.unit-wizard__grid--2{grid-template-columns:minmax(0,440px) minmax(0,200px);align-items:start}.unit-wizard__field{flex-direction:column;gap:8px;min-width:0;max-width:100%;display:flex}.unit-wizard__field--w440{max-width:440px}.unit-wizard__field--w177{max-width:200px}.unit-wizard__label-row{align-items:center;gap:4px;display:flex}.unit-wizard__label{color:var(--uw-text);text-transform:uppercase;font-size:16px;font-weight:300}.unit-wizard__star{color:#dd2215;font-size:16px;font-weight:700}.unit-wizard__input{box-sizing:border-box;border:1px solid var(--uw-border);width:100%;max-width:100%;font:inherit;color:var(--uw-text);background:#fff;border-radius:8px;padding:12px;font-size:16px;font-weight:500}.unit-wizard__input:disabled{color:var(--uw-muted);background:#f6f4f3}.unit-wizard__input--h44{min-height:44px}.unit-wizard__input--h49{box-sizing:border-box;min-height:49px;padding-top:14px;padding-bottom:14px}.unit-wizard__input--h40{min-height:40px}.unit-wizard__input:focus{border-color:var(--uw-green);box-shadow:var(--uw-focus-glow);outline:none}.unit-wizard__input--date{padding-right:40px}.unit-wizard__contract-row{flex-wrap:wrap;align-items:flex-start;gap:32px 48px;display:flex}.unit-wizard__contract-row .unit-wizard__field--w440{flex:0 300px;width:100%;min-width:min(100%,240px);max-width:300px}.unit-wizard__contract-row .unit-wizard__field--w177{flex:280px;min-width:min(100%,220px);max-width:none}.unit-wizard__contract-row .unit-wizard__date-wrap{max-width:none}.unit-wizard__contract-row .unit-wizard__attach{min-height:52px;padding:12px 14px}.unit-wizard__contract-row .unit-wizard__file-picked{max-width:100%;min-height:44px}.unit-wizard__file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.unit-wizard__attach{box-sizing:border-box;border:1px dashed var(--uw-border);width:100%;min-width:0;min-height:120px;font:inherit;color:var(--uw-text);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:16px;font-size:14px;font-weight:700;transition:border-color .15s,background .15s;display:flex}.unit-wizard__attach:hover:not(:disabled){border-color:var(--uw-green);background:#f8fdfb}.unit-wizard__attach:disabled{opacity:.55;cursor:not-allowed}.unit-wizard__attach:focus-visible{outline:2px solid var(--uw-focus);outline-offset:2px}.unit-wizard__attach-text{font-weight:700}.unit-wizard__date-wrap{width:100%;max-width:200px;position:relative}.unit-wizard__date-icon,.unit-wizard__cdate-icon{pointer-events:none;color:var(--uw-green);align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.unit-wizard__date-icon{right:12px}.unit-wizard__cdate-icon{right:10px}.unit-wizard__file-picked{box-sizing:border-box;border:1px solid var(--uw-border);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:440px;min-height:48px;padding:10px 12px;display:flex}.unit-wizard__file-picked-name{color:var(--uw-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.unit-wizard__file-remove{color:#b91c1c;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;flex-shrink:0;width:28px;height:28px;padding:0;font-size:18px;line-height:1}.unit-wizard__file-remove:disabled{opacity:.5;cursor:not-allowed}.unit-wizard__field--full{flex:100%;max-width:100%}.user-wizard.unit-wizard{box-sizing:border-box;align-self:stretch;gap:0;width:100%;max-width:none}.user-wizard .unit-wizard__title-card{margin-bottom:1.25rem}.user-wizard__alert.unit-wizard__msg{box-sizing:border-box;border:1px solid #fecdca;align-self:stretch;width:100%;max-width:none;margin:.5rem 0 0}.user-wizard .unit-wizard__input:focus{border-color:#eb6c0e;outline:none;box-shadow:0 0 0 2px #f5822033}.user-wizard__card-panel{box-sizing:border-box;align-self:stretch;width:100%;max-width:none}.user-wizard__access-step{box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;min-width:0;display:flex}.user-wizard__basics-grid{box-sizing:border-box;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem 1.5rem;width:100%;margin-top:0;display:grid}.user-wizard__field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.user-wizard__field--name,.user-wizard__field--pin{min-width:0}.user-wizard__row2{grid-template-columns:1fr 1fr;align-items:start;gap:.75rem 1rem;display:grid}@media (width<=640px){.user-wizard__basics-grid{grid-template-columns:1fr}}.user-wizard__label{color:#6a6a6a;text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:700;line-height:1.3}.user-wizard__field-hint{color:#7a7a7a;text-transform:none;letter-spacing:.02em;margin:.15rem 0 0;font-size:.75rem;font-weight:500;line-height:1.35}.user-wizard .unit-wizard__card-title{margin:0 0 .2rem}.user-wizard .unit-wizard__tabs-track{box-sizing:border-box;background:#fff;border:1px solid #e8e6e4;border-radius:100px;margin-bottom:.75rem;padding:0;overflow:visible;box-shadow:0 1px 3px #0000000f}.user-wizard .unit-wizard__tabs-pad{box-sizing:border-box;align-items:stretch;gap:0;min-height:45px;display:flex}.user-wizard .unit-wizard__tabs-pad .unit-wizard__tab-pill:first-child,.user-wizard .unit-wizard__tabs-pad .unit-wizard__tab-pill:last-child,.user-wizard .unit-wizard__tab-pill{border-radius:100px}.user-wizard .unit-wizard__tab-pill{--user-wizard-tab-orange:#ec5915;box-sizing:border-box;color:#6a6a6a;min-width:0;height:45px;min-height:45px;font:inherit;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;background:0 0;border:none;flex:1 1 0;justify-content:center;align-items:center;gap:10px;margin:0;padding:8px 14px;font-size:.875rem;font-weight:700;line-height:1.2;transition:background .12s,color .12s;display:flex}.user-wizard .unit-wizard__tab-pill:hover:not(:disabled):not(.unit-wizard__tab-pill--active){color:#3d3d3d;background:#0000000a}.user-wizard .unit-wizard__tab-pill--active{background:var(--user-wizard-tab-orange);color:#fff;box-shadow:none;border:none}.user-wizard .unit-wizard__tab-pill--active:hover:not(:disabled){color:#fff;background:#d14e0f}.user-wizard .unit-wizard__tab-pill--locked:disabled{opacity:1;color:#a8a8a8;cursor:not-allowed;background:0 0;border:none}.user-wizard .unit-wizard__tab-pill:focus-visible{outline:2px solid var(--user-wizard-tab-orange);outline-offset:2px;z-index:1}.user-wizard__input,.user-wizard__textarea,.user-wizard__select{font:inherit;color:#1a1a1a;box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;width:100%;padding:.5rem .75rem;font-size:.9375rem}.user-wizard__input:focus,.user-wizard__textarea:focus,.user-wizard__select:focus{outline-offset:1px;border-color:#eb6c0e;outline:2px solid #eb6c0e}.user-wizard__textarea{resize:vertical;min-height:2.5rem;font-family:ui-monospace,Consolas,monospace;font-size:.8125rem}.user-wizard__hint{color:#5c5c5c;max-width:56rem;margin:0 0 .75rem;font-size:.8125rem;line-height:1.4}.user-wizard__hint--muted{color:#7a7a7a;margin:0 0 .5rem;font-style:italic}.user-wizard__access-list{flex-direction:column;gap:1.25rem;width:100%;min-width:0;display:flex}.user-wizard__access-block{box-sizing:border-box;background:#fff;border:1px solid #e8e8e4;border-radius:10px;min-width:0;margin:0;padding:1.125rem 1.125rem 1.25rem;overflow:visible;box-shadow:0 1px 2px #0000000a}.user-wizard__access-row-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.125rem;display:flex}.user-wizard__access-row-title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.user-wizard__access-body{box-sizing:border-box;flex-direction:column;gap:1.25rem;padding:.25rem 0 0;display:flex}.user-wizard__field--full{width:100%}.user-wizard__access-primary-row{width:100%;min-width:0}.user-wizard__access-primary-main{flex-direction:column;gap:.5rem;width:100%;min-width:0;display:flex}.user-wizard__access-line-grid{--user-wizard-date-col:16rem;grid-template-columns:minmax(0, 1fr) var(--user-wizard-date-col);box-sizing:border-box;align-items:start;gap:.5rem 1.25rem;width:100%;min-width:0;display:grid}.user-wizard__access-top-combo-col{min-width:0}.user-wizard__access-top-line-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem .75rem;width:100%;min-width:0;display:flex}.user-wizard__label--access{flex-shrink:0;margin:0}.user-wizard__access-top-until-label-col{box-sizing:border-box;justify-content:flex-end;align-items:center;min-width:0;display:flex}.user-wizard__label--until-top{text-align:right;color:#6a6a6a;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;margin:0;font-size:.6875rem;font-weight:700}.user-wizard__access-line-grid .user-wizard__field--combobox{min-width:0}.user-wizard__access-until-input-col{box-sizing:border-box;width:100%;min-width:0}.user-wizard__access-panel--after{box-sizing:border-box;border-top:1px solid #ececea;flex-direction:column;gap:1rem;width:100%;min-width:0;margin-top:1.1rem;padding-top:1.1rem;display:flex}.user-wizard__access-after-cols{width:100%;display:block}.user-wizard__access-after-col--until{flex-direction:column;flex:0 0 11rem;align-items:flex-start;gap:.75rem;width:11rem;display:flex}.user-wizard__access-until-input-col .user-wizard__datetime-input{min-height:2.75rem}.user-wizard__access-panel--after .user-wizard__label--until{color:#4a4a4a;white-space:nowrap;margin:0;font-size:.75rem;font-weight:600}.user-wizard__access-after-stacked{flex-direction:column;gap:1rem;width:100%;display:flex}.user-wizard__access-type-radios{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.65rem 1.1rem;min-width:0;display:flex}.user-wizard__type-radio{cursor:pointer;color:#1d1d1d;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:.4rem;margin:0;font-size:.8125rem;font-weight:500;display:inline-flex}.user-wizard__type-radio-input{appearance:none;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #b0b0b0;border-radius:50%;flex-shrink:0;width:1.05rem;height:1.05rem;margin:0;transition:border-color .15s,box-shadow .15s}.user-wizard__type-radio-input:hover:not(:disabled){border-color:#7a7a7a}.user-wizard__type-radio-input:focus-visible{outline:none;box-shadow:0 0 0 2px #f5822059}.user-wizard__type-radio-input:checked{background:#fff radial-gradient(circle,#eb6c0e 0 .28rem,#fff .29rem 100%);border-color:#eb6c0e}.user-wizard__type-radio-input:disabled{cursor:not-allowed;opacity:.5}.user-wizard__type-radio-text{line-height:1.2}.user-wizard__datetime-wrap{width:100%;max-width:none;display:block;position:relative}.user-wizard__datetime-input{box-sizing:border-box;width:100%;min-width:0;padding-right:2.1rem}.user-wizard__datetime-ico-btn{z-index:2;color:#8c8c8c;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:.25rem;line-height:0;display:inline-flex;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.user-wizard__datetime-ico-btn:hover{color:#5c5c5c;background:#0000000a}.user-wizard__datetime-ico-btn:disabled{cursor:not-allowed;opacity:.5}.user-wizard__datetime-ico-btn:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.user-wizard__datetime-ico-btn path,.user-wizard__datetime-ico-btn rect{stroke:currentColor}.user-wizard__field--unit,.user-wizard__field--rights{width:100%;min-width:0}.user-wizard__label-optional{color:#8a8a8a;text-transform:none;letter-spacing:.02em;font-size:.8em;font-weight:500}.user-wizard__label--req:after{content:" *";color:#c41e3a;margin-left:.1em;font-weight:800}.user-wizard__input-row-gear{box-sizing:border-box;background:#fff;border:1px solid #d8d8db;border-radius:10px;width:100%;position:relative}.user-wizard__input-row-gear:focus-within{border-color:#eb6c0e;outline:none;box-shadow:0 0 0 2px #f5822033}.user-wizard__input-row-gear .user-wizard__select--plain{box-sizing:border-box;background:#fff;border:none;border-radius:10px;width:100%;min-height:44px;margin:0;padding-right:2.4rem}.user-wizard__commissions-surface{box-sizing:border-box;background:#f4faf7;border-radius:8px;align-items:center;width:100%;min-width:0;min-height:2.75rem;padding:.35rem 2.5rem .35rem .5rem;display:flex}.user-wizard__commissions-line-input{box-sizing:border-box;color:#1a1a1a;background:0 0;border:none;border-radius:6px;width:100%;min-width:0;margin:0;padding:.4rem .35rem;font-family:ui-monospace,Consolas,monospace;font-size:.8125rem;line-height:1.35;display:block}.user-wizard__commissions-line-input::placeholder{color:#8a8a8a}.user-wizard__commissions-line-input:disabled{cursor:not-allowed;opacity:.6}.user-wizard__commissions-line-input:focus{outline:none}.user-wizard__field-gear{cursor:pointer;color:#8a8a8a;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;display:flex;position:absolute;top:50%;right:.3rem;transform:translateY(-50%)}.user-wizard__field-gear:hover:not(:disabled){color:#5c5c5c;background:#0000000a}.user-wizard__field-gear:disabled{cursor:not-allowed;opacity:.5}.user-wizard__field-gear:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.user-wizard__field-gear-svg{display:block}.user-wizard__select--plain{cursor:pointer;appearance:auto;background-color:#fff}.user-wizard__rights-preview-row{box-sizing:border-box;align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.user-wizard__rights-preview-row .user-wizard__rights-body{flex:1;min-width:0;padding:0}.user-wizard__rights-input-shell{flex:1;min-width:0;display:block;position:relative}.user-wizard__rights-input-readonly{box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;cursor:default;color:#1a1a1a;background:#fff;width:100%;padding-right:2.75rem;display:block;overflow:hidden}.user-wizard__rights-input-readonly:disabled,.user-wizard__rights-input-readonly:read-only{opacity:1}.user-wizard__rights-clear{color:#8a8a8a;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.user-wizard__rights-clear:hover:not(:disabled){color:#b42318;background:#b4231814}.user-wizard__rights-clear:disabled{cursor:not-allowed;opacity:.4}.user-wizard__rights-clear:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.user-wizard__rights-clear-svg{display:block}.user-wizard__rights-gear-btn{cursor:pointer;color:#8a8a8a;background:#fff;border:1px solid #d8d8db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:0;padding:0;display:inline-flex}.user-wizard__rights-gear-btn:hover:not(:disabled){color:#5c5c5c;background:#0000000a}.user-wizard__rights-gear-btn:disabled{cursor:not-allowed;opacity:.5}.user-wizard__rights-gear-btn:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.user-wizard__rights-gear-btn-svg{display:block}.user-wizard__rights-body{box-sizing:border-box;width:100%;min-width:0;padding:.1rem .15rem;display:block}.user-wizard__rights-select{box-sizing:border-box;width:100%;max-width:100%;display:block}.user-wizard__rights-placeholder{color:#6b6b6b;margin:0;font-size:.875rem;line-height:1.4}.user-wizard__rights-global{box-sizing:border-box;background:#dcf7ee;border:1px solid #b4e4d1;border-radius:8px;align-items:center;width:100%;min-height:2.5rem;padding:.5rem .75rem;display:flex}.user-wizard__rights-global-text{color:#0a5c3f;text-transform:uppercase;letter-spacing:.02em;font-size:.875rem;font-weight:700}.user-wizard__rights-pills{flex-wrap:wrap;align-items:center;gap:.4rem .5rem;margin:0;padding:0;list-style:none;display:flex}.user-wizard__rights-pill{box-sizing:border-box;color:#0a5c3f;word-break:break-word;background:#e8f7f0;border:1px solid #a8dcc6;border-radius:100px;align-items:center;max-width:100%;padding:.4rem .6rem;font-size:.8125rem;font-weight:600;line-height:1.3;display:inline-flex}.user-wizard__remove-row{width:2.25rem;height:2.25rem;font:inherit;color:#b42318;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;display:inline-flex}.user-wizard__remove-row:hover:not(:disabled){background:#b4231814}.user-wizard__remove-row-ico{pointer-events:none;display:block}.user-wizard__remove-row:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #f58220}.user-wizard__add-access{font:inherit;cursor:pointer}.user-wizard__add-access--dashed{box-sizing:border-box;color:#0e9464;background:#fff;border:1px dashed #7ec5a7;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-height:2.75rem;margin-top:0;padding:.55rem .9rem .55rem 1rem;font-size:.875rem;font-weight:600;display:flex}.user-wizard__add-access-text{text-align:center;flex:1}.user-wizard__add-access-ico{color:#0e9464;flex-shrink:0;display:block}@media (width<=800px){.user-wizard__access-block{padding:1rem .875rem 1.125rem}.user-wizard__access-line-grid{grid-template-columns:1fr}.user-wizard__access-top-until-label-col{justify-content:flex-start}.user-wizard__access-after-col--until{flex-basis:auto;width:100%}}.user-wizard__add-access:disabled{opacity:.5;cursor:not-allowed}.user-wizard__add-access:focus-visible{outline-offset:2px;outline:2px solid #f58220}.user-wizard__field--combobox,.user-wizard__combobox-wrap{position:relative}.user-wizard__combobox-input{padding-right:2.5rem}.user-wizard__combobox-toggle{color:#7b7b7b;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;display:inline-flex;position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.user-wizard__combobox-toggle:hover:not(:disabled){background:#0000000a}.user-wizard__combobox-toggle:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.user-wizard__combobox-toggle:disabled{cursor:not-allowed;opacity:.5}.user-wizard__combobox-caret{border-bottom:2px solid;border-right:2px solid;width:.55rem;height:.55rem;transition:transform .15s;transform:rotate(45deg)translateY(-1px)}.user-wizard__combobox-toggle--open .user-wizard__combobox-caret{transform:rotate(-135deg)translateY(-1px)}.user-wizard__autocomplete{z-index:2;background:#fff;border:1px solid #c4c4c4;border-radius:8px;max-height:10rem;margin:.2rem 0 0;padding:.2rem 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000014}.user-wizard__autocomplete-btn{text-align:left;width:100%;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:none;padding:.45rem .6rem;font-size:.875rem;display:block}.user-wizard__autocomplete-btn:hover{background:#f4f3f0}.user-wizard__autocomplete-btn--accent{color:#eb6c0e;font-weight:700}.user-wizard__autocomplete-row--muted{color:#6b6b6b;padding:.35rem .6rem;font-size:.8rem}.user-wizard__field--datetime{max-width:20rem}.user-access-drawer{z-index:320;position:fixed;inset:0}.user-access-drawer__overlay{cursor:pointer;background:#1d1d1dcc;border:none;position:absolute;inset:0}.user-access-drawer__panel{box-sizing:border-box;background:#fff;border-radius:5px 0 0 5px;flex-direction:column;gap:1.5rem;width:min(100%,527px);height:100dvh;padding:1rem .75rem;display:flex;position:absolute;top:0;right:0}.user-access-drawer__head{flex-shrink:0}.user-access-drawer__title-wrap{align-items:center;gap:.8125rem;display:flex}.user-access-drawer__close{color:#1d1d1d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin:0;padding:0;display:inline-flex}.user-access-drawer__close:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #eb6c0e}.user-access-drawer__title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:1.125rem;font-weight:700;line-height:1.2}.user-access-drawer__body{flex-direction:column;flex:auto;gap:1.25rem;min-height:0;padding-right:.125rem;display:flex;overflow-y:auto}.user-access-drawer__card{background:#fff;border:1px solid #c4c4c4;border-radius:5px;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.user-access-drawer__user{align-items:center;gap:.25rem;display:flex}.user-access-drawer__avatar{color:#1d1d1d;background:#fdf0e7;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.user-access-drawer__name{color:#1d1d1d;min-width:0;font-size:1rem}.user-access-drawer__units{flex-direction:column;gap:.5rem;display:flex}.user-access-drawer__unit{box-sizing:border-box;background:#f6f4f3;border-radius:5px;min-height:2rem;padding:.5rem}.user-access-drawer__unit-name{color:#1d1d1d;font-size:.875rem;font-weight:500}.users-by-unit{overflow:visible}.users-by-unit>[role=rowgroup]{flex-shrink:0}.users-by-unit__structure-row{cursor:pointer}.users-by-unit__structure-row:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.users-by-unit__structure-row--active{color:#fff;background:#eb6c0e;border-color:#eb6c0e}.users-by-unit__structure-row--active .structure-tree__cell:not(:first-child){border-left-color:#ffffff73}.users-by-unit__structure-row--active .structure-tree__title,.users-by-unit__structure-row--active .structure-tree__kind,.users-by-unit__structure-row--active .structure-tree__cell,.users-by-unit__structure-row--active .structure-tree__employees-count,.users-by-unit__structure-row--active .structure-tree__employees-icon,.users-by-unit__structure-row--active .structure-tree__row-detail-icon{color:#fff}.users-by-unit__structure-row--active .structure-tree__employees-icon-box,.users-by-unit__structure-row--active .structure-tree__row-detail{background:0 0;border-color:#ffffff59}.users-by-unit__structure-row--active .structure-tree__accent{background:#fff}.users-by-unit__detail-wrap{margin:-.125rem 0 .75rem}.users-by-unit__detail{flex-direction:column;gap:.5rem;padding:0 .5rem .25rem;display:flex}.users-by-unit__user-head,.users-by-unit__user-row{grid-template-columns:minmax(17rem,1.9fr) minmax(10rem,1.2fr) minmax(9rem,.9fr) minmax(7rem,.8fr) minmax(7rem,.9fr) minmax(9rem,1fr);align-items:center;display:grid}.users-by-unit__user-head{color:#5c5c5c;padding:0 .875rem;font-size:.8125rem}.users-by-unit__user-th{align-items:center;gap:.25rem;min-width:0;padding:0 .625rem;display:inline-flex}.users-by-unit__sort{color:#5c5c5c;display:inline-flex}.users-by-unit__user-row{background:#fff;border:1px solid #e2e2e4;border-radius:8px;min-height:4rem;padding:.5rem .875rem}.users-by-unit__user-name-cell,.users-by-unit__user-cell{color:#1d1d1d;align-items:center;min-width:0;padding:0 .625rem;display:flex}.users-by-unit__user-cell{color:#5c5c5c;border-left:1px solid #d8d8d8}.users-by-unit__inline{align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.users-by-unit__info-btn{color:#1d1d1d;cursor:pointer;opacity:.72;background:0 0;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:inline-flex}.users-by-unit__info-btn:hover{opacity:1}.users-by-unit__info-btn:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #f58220}.users-by-unit__info-btn-icon{width:18px;height:18px;display:block}.users-by-unit__user-name-cell{gap:.5rem}.users-by-unit__user-gear{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;display:inline-flex}.users-by-unit__avatar{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:700;display:inline-flex}.users-by-unit__user-name{text-overflow:ellipsis;white-space:nowrap;color:#1d1d1d;min-width:0;font-weight:500;overflow:hidden}.users-by-unit__hint,.users-by-unit__msg{text-align:center;color:#5c5c5c;margin:0;padding:1rem}.users-by-unit__hint--error,.users-by-unit__msg--error{color:#b42318}.users-by-unit__retry{color:#0e9464;font:inherit;cursor:pointer;background:0 0;border:none;margin-top:.75rem;font-weight:600;text-decoration:underline}@media (width<=1200px){.users-by-unit__user-head,.users-by-unit__user-row{min-width:980px}}.table-text-max-2{-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:normal;-webkit-box-orient:vertical;min-width:0;line-height:1.35;display:-webkit-box;overflow:hidden}.users-table{--row-radius:8px;--row-border:#e5e7eb;--col-divider:#d1d5db;--users-cols:2.5rem minmax(11rem, 1.45fr) minmax(9rem, 1.15fr) minmax(9.5rem, .75fr) minmax(5rem, .6fr) minmax(6.5rem, .85fr) minmax(6rem, .75fr);flex-direction:column;flex:auto;width:100%;min-width:0;min-height:0;display:flex}.users-table__header{grid-template-columns:var(--users-cols);color:#4a4a4a;align-items:center;column-gap:0;margin-bottom:.35rem;padding:.35rem 1rem .55rem;font-size:.8125rem;font-weight:600;display:grid}.users-table__head-spacer{min-width:0}.users-table__head-cell{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-width:0;padding:0 .65rem;line-height:1.3;display:-webkit-box;overflow:hidden}.users-table__head-cell--end{text-align:right;padding-right:0}.users-table__row{grid-template-columns:var(--users-cols);border:1px solid var(--row-border);border-radius:var(--row-radius);box-sizing:border-box;background:#fff;align-items:center;column-gap:0;min-height:3.5rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem;display:grid}.users-table__cell{color:#1a1a1a;min-width:0;padding:0 .65rem;position:relative}.users-table__cell:not(.users-table__cell--gear){border-left:1px solid var(--col-divider)}.users-table__cell--gear{border-left:none;padding-left:0;padding-right:.35rem}.users-table__cell--name{align-items:center;gap:.55rem;min-width:0;font-weight:600;display:flex}.users-table__cell--end{text-align:right}.users-table__gear{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.users-table__gear:hover{color:#6b7280;background:#f9fafb;border-color:#d1d5db}.users-table__gear:focus-visible{outline-offset:1px;outline:2px solid #f58220}.users-table__avatar{letter-spacing:-.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:700;display:inline-flex}.users-table__name{color:#111827;flex:1;min-width:0}.users-table__muted{color:#1d1d1d}.users-table__inline{align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.users-table__info-btn{color:#1d1d1d;cursor:pointer;opacity:.72;background:0 0;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:inline-flex}.users-table__info-btn:hover{opacity:1}.users-table__info-btn:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #f58220}.users-table__info-btn-icon{width:18px;height:18px;display:block}.users-table__msg{text-align:center;color:#5c5c5c;margin:0;padding:1rem;font-size:.875rem}.users-table__msg--error{color:#b42318}.users-table__msg--subtle{color:#6b7280;padding:.35rem 1rem;font-size:.8125rem}.users-table__infinite{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#000000e0 #0000001f;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;max-height:min(70vh,32rem);overflow:auto}.users-table__infinite::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}.users-table__infinite::-webkit-scrollbar-track{background:#0000001f;border-radius:999px}.users-table__infinite::-webkit-scrollbar-thumb{background:#000000e0 padding-box padding-box;border:2px solid #0000;border-radius:999px}.users-table__infinite::-webkit-scrollbar-thumb:hover{background:#000 padding-box padding-box}.structure-card__body--users-stretch .users-table__infinite{max-height:none}.users-table__sentinel{pointer-events:none;width:100%;height:1px;min-height:1px}.users-table__infinite-hint{text-align:center;color:#6b7280;margin:0;padding:.5rem 1rem .75rem;font-size:.8125rem}.users-table__retry{font:inherit;color:#0e9464;cursor:pointer;background:0 0;border:none;margin-left:.35rem;font-size:.8125rem;font-weight:600;text-decoration:underline}.users-table__retry:hover{color:#0c8058}.users-table__pagination{color:#4b5563;border-top:1px solid #e5e7eb;flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:auto;padding:.75rem 1rem 0;font-size:.8125rem;display:flex}.users-table__pagination-btns{gap:.5rem;display:flex}.users-table__page-btn{min-height:2.25rem;font:inherit;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:0 .85rem;font-size:.8125rem;font-weight:600}.users-table__page-btn:hover:not(:disabled){background:#f9fafb}.users-table__page-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=960px){.users-table{overflow-x:auto}.users-table__header,.users-table__row{min-width:800px}}.structure-page{text-align:left;box-sizing:border-box;width:100%}.structure-page--unit-wizard,.structure-page--user-wizard{max-width:1780px;margin:0 auto;padding-left:clamp(.75rem,2vw,1.5rem);padding-right:clamp(.75rem,2vw,1.5rem)}.structure-card{background:#fff;border:1px solid #e2e2e4;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000f,0 10px 28px -6px #00000014}.structure-card__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem .75rem;display:flex}.structure-card__tabs{box-sizing:border-box;background:#fff;border:1px solid #ece8e5;border-radius:999px;flex-wrap:nowrap;align-items:center;gap:.125rem;width:fit-content;max-width:100%;padding:0;display:flex;overflow-x:auto;box-shadow:0 1px 2px #1018280a}.structure-card__tab{min-height:2.625rem;font:inherit;color:#5c5c5c;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:none;border-radius:999px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .12s,color .12s}.structure-card__tab:hover:not(:disabled):not(.structure-card__tab--active){background:#f9f9f8}.structure-card__tab--active{color:#fff;background:#f58220;box-shadow:0 1px 2px #10182814}.structure-card__tab:focus-visible{outline-offset:2px;outline:2px solid #f58220}.structure-card__toolbar-end{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem 1.25rem;margin-left:auto;display:flex}.structure-card__user-views{flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;display:flex}.structure-card__user-view{font:inherit;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1d;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;margin:0;padding:.2rem 0;font-size:.6875rem;font-weight:700;transition:color .12s,border-color .12s}.structure-card__user-view:hover{color:#1d1d1d}.structure-card__user-view--active{color:#0e9464;border-bottom-color:#0e9464}.structure-card__user-view:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #f58220}.structure-card__add{color:#fff;height:44px;font:inherit;letter-spacing:.04em;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:#0e9464;border:none;border-radius:100px;align-items:center;gap:10px;padding:0 12px;font-size:.875rem;font-weight:700;transition:background .15s;display:inline-flex}.structure-card__add-label{line-height:1}.structure-card__add-icon{box-sizing:border-box;color:#0e9464;background:#dcf7ee;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.structure-card__add-plus{width:15px;height:15px;display:block}.structure-card__add:hover:not(:disabled){background:#0c8058}.structure-card__add:disabled{opacity:.45;cursor:not-allowed}.structure-card__add:focus-visible{outline-offset:2px;outline:2px solid #f58220}.structure-card__body{padding:0 1.25rem 1.25rem}.structure-card__body--flush-top{padding-top:0}.structure-card--role-editor{box-shadow:none;background:0 0;border:none}.structure-card--unit-wizard,.structure-card--user-wizard{box-shadow:none;background:0 0;border:none;overflow:visible}.structure-card__body--unit-wizard,.structure-card__body--user-wizard,.structure-card__body--role-editor{padding:0}.structure-card__body--users-stretch{box-sizing:border-box;flex-direction:column;min-height:20rem;max-height:calc(100dvh - 10.5rem);display:flex;overflow:hidden}.structure-card__placeholder{color:#5c5c5c;text-align:center;margin:0;padding:2rem 1.25rem;font-size:.9375rem}@media (width<=768px){.structure-card__toolbar{flex-direction:column;align-items:stretch}.structure-card__tabs{width:100%}.structure-card__toolbar-end{justify-content:space-between;margin-left:0}.structure-card__add{width:100%}}.login-page{--fenix-orange:#f58220;--fenix-orange-hover:#e07818;--fenix-orange-focus:#f5822040;--fenix-text:#1a1a1a;--fenix-muted:#5c5c5c;--fenix-border:#e2e2e4;--fenix-bg:#f0f1f3;--fenix-card:#fff;--fenix-danger:#c41e3a;box-sizing:border-box;background:var(--fenix-bg);width:100%;min-height:100svh;color:var(--fenix-text);justify-content:center;align-items:center;padding:1.5rem 1rem 2rem;display:flex}.login-page__main{width:100%;max-width:420px}.login-card{background:var(--fenix-card);text-align:left;border-radius:16px;padding:2rem 1.75rem 1.75rem;box-shadow:0 4px 6px -1px #00000012,0 10px 24px -4px #00000014}.login-card__logo{width:auto;height:48px;margin:0 auto 1.5rem;display:block}.login-card__title{letter-spacing:-.02em;color:var(--fenix-text);text-align:center;margin:0 0 .5rem;font-size:1.375rem;font-weight:600}.login-card__subtitle{color:var(--fenix-muted);text-align:center;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.45}.login-card__section-label{letter-spacing:.06em;text-transform:uppercase;color:var(--fenix-muted);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.login-field{margin-bottom:1rem;display:block}.login-field__label{color:var(--fenix-text);margin-bottom:.375rem;font-size:.875rem;font-weight:500;display:block}.login-field__input{box-sizing:border-box;width:100%;font:inherit;border:1px solid var(--fenix-border);color:var(--fenix-text);background:#fff;border-radius:10px;padding:.65rem .875rem;font-size:1rem;transition:border-color .15s,box-shadow .15s;display:block}.login-field__input::placeholder{color:#9a9a9e}.login-field__input:hover:not(:disabled){border-color:#c8c8cc}.login-field__input:focus{border-color:var(--fenix-orange);box-shadow:0 0 0 3px var(--fenix-orange-focus);outline:none}.login-field__input:disabled{opacity:.65;cursor:not-allowed}.otp-fieldset{border:none;margin:0 0 1rem;padding:0}.otp-fieldset__legend{color:var(--fenix-text);margin:0 0 .5rem;padding:0;font-size:.875rem;font-weight:500;display:block}.otp-row{flex-wrap:nowrap;justify-content:center;gap:.5rem;display:flex}.otp-cell{box-sizing:border-box;border:1px solid var(--fenix-border);width:3rem;min-width:2.75rem;height:3rem;min-height:2.75rem;font:inherit;font-variant-numeric:tabular-nums;text-align:center;color:var(--fenix-text);background:#fff;border-radius:10px;font-size:1.25rem;font-weight:600;transition:border-color .15s,box-shadow .15s}.otp-cell:hover:not(:disabled){border-color:#c8c8cc}.otp-cell:focus{border-color:var(--fenix-orange);box-shadow:0 0 0 3px var(--fenix-orange-focus);outline:none}.otp-cell:disabled{opacity:.65;cursor:not-allowed}.login-card__hint{color:#2e7d32;margin:-.25rem 0 1rem;font-size:.8125rem}.login-card__divider{background:var(--fenix-border);height:1px;margin:1.5rem 0}@keyframes login-card-otp-reveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-card__otp-section{animation:.35s ease-out both login-card-otp-reveal}@media (prefers-reduced-motion:reduce){.login-card__otp-section{animation:none}}.btn{width:100%;font:inherit;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.9375rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--fenix-orange);color:#fff}.btn--primary:hover:not(:disabled){background:var(--fenix-orange-hover)}.btn--secondary{color:var(--fenix-orange);border:2px solid var(--fenix-orange);background:#fff}.btn--secondary:hover:not(:disabled){background:#f582200f}.login-card__error{color:var(--fenix-danger);background:#c41e3a0f;border:1px solid #c41e3a33;border-radius:8px;margin-top:1.25rem;padding:.65rem .75rem;font-size:.875rem;line-height:1.4}.placeholder-screen{text-align:center;max-width:720px;margin:0 auto;padding:2rem 0}.placeholder-screen__title{color:#1a1a1a;margin:0 0 .5rem;font-size:1.375rem;font-weight:700}.placeholder-screen__text{color:#5c5c5c;margin:0;font-size:.9375rem}.unit-emp-page .table-text-max-2{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.unit-emp-page{text-align:left;box-sizing:border-box;width:100%;box-shadow:none;background:0 0;margin:0;padding:0}.unit-emp-page__inner{flex-direction:column;gap:1.25rem;width:100%;min-width:0;max-width:1780px;margin:0 auto;display:flex}.unit-emp-page__title-card{box-sizing:border-box;background:#fff;border:1px solid #e2e2e4;border-radius:16px;flex-direction:row;align-items:center;gap:.75rem;min-height:5rem;padding:.75rem 1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000000f,0 10px 28px -6px #00000014}.unit-emp-page__title-back{color:#1d1d1d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-right:.25rem;text-decoration:none;display:inline-flex}.unit-emp-page__title-back:hover{color:#f58220;background:#f0f0f0}.unit-emp-page__title-back:focus-visible{outline-offset:2px;outline:2px solid #f58220}.unit-emp-page__title-back-ico{color:currentColor;flex-shrink:0;display:block}.unit-emp-page__title-line{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;flex:1;min-width:0;margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}.unit-emp-page__title-kicker{font-weight:600}.unit-emp-page__title-name,.unit-emp-page__title-kind{word-break:break-word;font-weight:500}.unit-emp-page__title-sep{color:#3d3d3d;font-weight:500}.unit-emp-page__table-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;min-width:0;min-height:6rem;padding:.35rem .75rem .75rem;overflow:hidden}.unit-emp-page__table-scroll{-webkit-overflow-scrolling:touch;width:100%;min-width:0;overflow-x:auto}.unit-emp-grid{--row-radius:8px;--row-border:#e5e7eb;--col-divider:#d1d5db;--unit-emp-cols:2.5rem minmax(10rem, 1.35fr) minmax(12.5rem, 1.75fr) minmax(9rem, 1fr) minmax(7rem, .85fr) minmax(6rem, .75fr) minmax(7rem, .9fr) minmax(6rem, .75fr);grid-template-columns:var(--unit-emp-cols);box-sizing:border-box;align-items:center;column-gap:0;width:100%;min-width:0;display:grid}.unit-emp-grid--head{color:#4a4a4a;background:#fff;min-height:2.5rem;padding:.35rem 1rem .55rem;font-size:.8125rem;font-weight:600}.unit-emp-grid__th{box-sizing:border-box;flex-direction:row;align-items:center;gap:.25rem;min-width:0;padding:0 .65rem;line-height:1.3;display:flex;overflow:hidden}.unit-emp-grid__th-label{flex-shrink:0}.unit-emp-grid__sort{color:#9ca3af;opacity:.95;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.unit-emp-grid__sort-svg{display:block}.unit-emp-grid__spacer{min-width:0}.unit-emp-page__rows{padding:0}.unit-emp-row{border:1px solid var(--row-border);border-radius:var(--row-radius);color:#1d1d1d;background:#fff;min-height:3.5rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.875rem}.unit-emp-row:last-child{margin-bottom:0}.unit-emp-grid__cell{box-sizing:border-box;color:#1a1a1a;min-width:0;padding:0 .65rem;position:relative}.unit-emp-grid__cell:not(.unit-emp-grid__cell--gear){border-left:1px solid var(--col-divider)}.unit-emp-grid__cell--gear{padding-left:0;padding-right:.35rem}.unit-emp-row__gear{color:#9ca3af;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0;padding:0;display:inline-flex}.unit-emp-row__gear:hover{color:#6b7280;background:#f9fafb;border-color:#d1d5db}.unit-emp-row__gear:focus-visible{outline-offset:1px;outline:2px solid #f58220}.unit-emp-row__gear-ico{display:block}.unit-emp-row__user{flex-direction:row;align-items:center;gap:.5rem;min-width:0;display:flex}.unit-emp-row__avatar{letter-spacing:-.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.65rem;font-weight:700;display:inline-flex}.unit-emp-row__name{color:#111827;flex:1;min-width:0;font-weight:600}.unit-emp-row__comm{flex-direction:row;align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.unit-emp-row__comm .table-text-max-2{min-width:0}.unit-emp-row__comm-info{opacity:.72;flex-shrink:0;display:inline-flex}.unit-emp-row__inline{align-items:center;gap:.35rem;min-width:0;max-width:100%;display:inline-flex}.unit-emp-row__info-btn{color:#1d1d1d;cursor:pointer;opacity:.72;background:0 0;border:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:inline-flex}.unit-emp-row__info-btn:hover,.unit-emp-row__comm-info:hover{opacity:1}.unit-emp-row__info-btn:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #f58220}.unit-emp-row__info-btn-icon{width:18px;height:18px;display:block}.unit-emp-page__hint{color:#5c5c5c;text-align:center;margin:0;padding:1rem;font-size:.875rem}.unit-emp-page__err{color:#b42318;text-align:center;padding:1rem;font-size:.875rem}.unit-emp-page__err p{margin:0 0 .5rem}.unit-emp-page__retry{font:inherit;color:#f58220;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;text-decoration:underline}@media (width<=900px){.unit-emp-page__title-line{font-size:.875rem}.unit-emp-grid--head,.unit-emp-row{min-width:920px}}
