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}.hidden{display:none}.inline{display:inline}.inline\!{display:inline!important}.table{display:table}.table\!{display:table!important}.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}.p-5{padding:calc(var(--spacing) * 5)}.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))}.\[fenix\:nom\]{fenix:nom}}:root{--fenix-color-black:#1d1d1d;--fenix-color-white:#fff;--fenix-color-orange:#eb6c0e;--fenix-color-orange-dark:#ce4b15;--fenix-color-orange-hover:#b34112;--fenix-color-orange-soft:#eb6c0e1f;--fenix-color-light-orange:#fdf0e7;--fenix-color-green:#0e9464;--fenix-color-green-hover:#0c7f56;--fenix-color-green-soft:#dcf7ee;--fenix-color-green-muted:#81c4ac;--fenix-color-red:#dd2215;--fenix-color-mid-grey:#c4c4c4;--fenix-color-light-grey:#f6f4f3;--fenix-color-dark-grey:#515867;--fenix-color-border:#e7e7e7;--fenix-color-background:#f8f8f8;--fenix-color-field-muted:#6a6a6a;--fenix-font-family:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--fenix-font-size-nav:16px;--fenix-font-size-body:16px;--fenix-font-size-label:16px;--fenix-font-size-input:16px;--fenix-font-size-title:18px;--fenix-font-size-table:14px;--fenix-font-size-cta:14px;--fenix-font-size-caption:13px;--fenix-font-size-small:12px;--fenix-font-size-dropdown:14px;--fenix-font-weight-regular:400;--fenix-font-weight-medium:500;--fenix-font-weight-semibold:600;--fenix-font-weight-bold:700;--fenix-font-weight-label:300;--fenix-line-height-normal:normal;--fenix-line-height-body:1.45;--fenix-content-max-width:100%;--fenix-shell-padding-x:70px;--fenix-radius-card:16px;--fenix-radius-header:40px;--fenix-radius-pill:100px;--fenix-radius-control:8px;--fenix-shadow-panel:0 4px 8px #0000000d;--fenix-height-cta:45px;--fenix-height-title-bar:80px;--fenix-icon-size:20px;--fenix-bp-tablet:1024px;--fenix-bp-mobile:768px;--fenix-bp-mobile-sm:480px}.fenix-page-width{box-sizing:border-box;width:100%;min-width:0;max-width:100%}: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:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--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}}html{font-family:var(--fenix-font-family);font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-regular);line-height:var(--fenix-line-height-body);letter-spacing:.01em}@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{font:inherit;margin:0}#root input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):not([type=button]):not([type=reset]):not([type=image]):not([type=file]),#root textarea,#root select{font-weight:500}#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)}.fenix-icon-btn--trash{width:2.5rem;height:2.5rem;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}.fenix-icon-btn--trash:hover:not(:disabled){background:#b4231814}.fenix-icon-btn--trash:disabled{opacity:.5;cursor:not-allowed}.fenix-icon-btn__ico{pointer-events:none;display:block}.fenix-icon-btn--trash:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #f58220}.fenix-scroll-x{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;width:100%;min-width:0;max-width:100%;overflow:auto visible}.fenix-scroll-x::-webkit-scrollbar{height:10px}.fenix-scroll-x::-webkit-scrollbar-track{background:#ececec;border-radius:5px}.fenix-scroll-x::-webkit-scrollbar-thumb{background:#a8a8a8;border-radius:5px}.fenix-scroll-x::-webkit-scrollbar-thumb:hover{background:#888}.fenix-scroll-x__inner{box-sizing:border-box;width:max-content;min-width:100%}.fenix-scroll-x-hint-wrap{width:100%;min-width:0;max-width:100%;position:relative}@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:var(--fenix-color-orange-dark);--fenix-orange-hover:var(--fenix-color-orange-hover);--fenix-orange-soft:var(--fenix-color-orange-soft);--fenix-accent-orange:var(--fenix-color-orange);--fenix-light-orange:var(--fenix-color-light-orange);--fenix-text:var(--fenix-color-black);--fenix-muted:var(--fenix-color-dark-grey);--fenix-border:var(--fenix-color-light-grey);--fenix-bg:var(--fenix-color-background);--app-shell-content-max-width:var(--fenix-content-max-width);background:var(--fenix-bg);width:100%;min-height:100svh;color:var(--fenix-text);font-family:var(--fenix-font-family);font-size:var(--fenix-font-size-body);line-height:var(--fenix-line-height-body);box-sizing:border-box;flex-direction:column;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{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem 1rem;width:100%;max-width:none;min-height:52px;margin:0;padding:10px clamp(.75rem,4vw,70px);display:grid}.app-shell__header-left{flex-shrink:0;grid-column:1;justify-self:start;align-items:center;gap:.25rem;min-width:0;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;max-width:none;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:26px;height:26px}.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{overscroll-behavior-x:contain;scrollbar-width:thin;flex-wrap:nowrap;grid-column:2;justify-content:center;justify-self:stretch;align-items:center;gap:.15rem;width:100%;min-width:0;max-width:100%;display:flex;overflow:auto hidden}.app-shell__nav-item{font:inherit;font-size:var(--fenix-font-size-nav);font-weight:var(--fenix-font-weight-regular);color:var(--fenix-color-black);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .65rem;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-color-orange);font-weight:var(--fenix-font-weight-semibold);box-shadow:none;border-radius:8px}.app-shell__tools{flex-wrap:nowrap;flex-shrink:0;grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:10px;min-width:0;display:flex}.app-shell__context-pill{border:1px solid var(--fenix-border);font:inherit;font-size:var(--fenix-font-size-nav);font-weight:var(--fenix-font-weight-medium);color:var(--fenix-color-black);cursor:pointer;background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;padding:.4rem 1rem;line-height:1.2;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.app-shell__context-pill .app-shell__icon-img--swap{width:16px;height:14px}.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:min(220px,26vw);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);font-size:var(--fenix-font-size-nav);font-weight:var(--fenix-font-weight-semibold);letter-spacing:.02em;border-radius:57px;flex-shrink:0;justify-content:center;align-items:center;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{font-size:var(--fenix-font-size-caption);font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-text);border-bottom:1px solid var(--fenix-border);text-overflow:ellipsis;white-space:nowrap;max-width:280px;padding:.65rem 1rem .5rem;overflow:hidden}.app-shell__user-dropdown-item{text-align:left;width:100%;font:inherit;font-size:var(--fenix-font-size-table);font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-muted);cursor:pointer;background:0 0;border:none;margin:0;padding:.65rem 1rem;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{box-sizing:border-box;flex:1;width:100%;min-width:0;max-width:none;margin:0;padding:1.25rem clamp(.75rem,4vw,70px) 2rem;overflow:auto}.app-shell__main:has(.structure-page--role-editor){padding:.5rem clamp(.75rem,4vw,70px) 1.5rem}.app-shell__main:has(.product-load-screen){flex-direction:column;display:flex;overflow:hidden}.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;justify-content:flex-start;align-items:stretch;gap:0;padding:.5rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0;overflow:visible;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}}.app-shell--currency-drawer-inert{pointer-events:none;-webkit-user-select:none;user-select:none}.fenix-close-btn{color:#1d1d1d;cursor:pointer;box-sizing:border-box;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;text-decoration:none;display:inline-flex}.fenix-close-btn:disabled{opacity:.5;cursor:not-allowed}.fenix-close-btn:focus-visible{outline-offset:2px;outline:2px solid #eb6c0e}.role-editor{text-align:left;flex-direction:column;gap:20px;width:100%;max-width:none;margin:0;display:flex;position:relative}.role-editor__title-card{box-sizing:border-box;min-height:80px;box-shadow:var(--fenix-shadow-panel);background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:1rem;padding:16px;display:flex}.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{max-width:100%;font-size:var(--fenix-font-size-table);font-weight:var(--fenix-font-weight-medium);color:var(--fenix-color-orange);letter-spacing:.01em;word-break:break-word;margin:0;line-height:1.35}.role-editor__heading{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);color:var(--fenix-color-black);letter-spacing:.02em;text-transform:uppercase;margin:0;line-height:1.2}.role-editor__save{height:var(--fenix-height-cta);border-radius:var(--fenix-radius-pill);background:var(--fenix-color-green);color:var(--fenix-color-white);font:inherit;font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 22px;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;font-size:var(--fenix-font-size-table);margin:0 0 .15rem}.role-editor__template-inline{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.role-editor__template-inline-text{color:#0e9464;text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:28rem;font-size:16px;font-weight:600;line-height:1.25;overflow:hidden}.role-editor__template-load-btn{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #dcf7ee;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;transition:opacity .15s;display:flex}.role-editor__template-load-btn:hover:not(:disabled){opacity:.9}.role-editor__template-load-btn:disabled{opacity:.45;cursor:not-allowed}.role-editor__template-load-btn:focus-visible{outline-offset:2px;outline:2px solid #0e9464}.role-editor__template-load-btn-ico{object-fit:contain;width:20px;height:19px;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{flex-direction:column;gap:10px;margin-top:8px;display:flex}.role-editor__group-shared-options{background:#f4fbf8;border:1px solid #b8e8d6;border-radius:8px;padding:12px 14px}.role-editor__group-shared-hint{color:#0e9464;letter-spacing:.01em;margin:0 0 10px;font-size:13px;font-weight:600}.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:flex-start;gap:0;margin:0;display:flex}.role-editor__child-block{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.role-editor__endpoint-options{background:#f4fbf8;border:1px solid #b8e8d6;border-radius:6px;margin-left:13px;padding:10px 12px}.role-editor__endpoint-options-hint{color:#515867;margin:0 0 8px;font-size:12px;line-height:1.4}.role-editor__option-field+.role-editor__option-field{margin-top:10px}.role-editor__option-field-label{color:#1d1d1d;font-size:13px;font-weight:600;display:block}.role-editor__option-values{flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;list-style:none;display:flex}.role-editor__option-check{color:#1d1d1d;cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-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-access-drawer,.role-users-drawer,.user-access-drawer,.unit-products-drawer{z-index:320;position:fixed;inset:0}.role-access-drawer__overlay,.role-users-drawer__overlay,.user-access-drawer__overlay,.unit-products-drawer__overlay{cursor:pointer;background:#1d1d1dcc;border:none;position:absolute;inset:0}.role-access-drawer__panel,.role-users-drawer__panel,.user-access-drawer__panel,.unit-products-drawer__panel{background:var(--fenix-color-white);box-sizing:border-box;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,.role-users-drawer__head,.user-access-drawer__head,.unit-products-drawer__head{flex-shrink:0}.role-access-drawer__title-wrap,.role-users-drawer__title-wrap,.user-access-drawer__title-wrap,.unit-products-drawer__title-wrap{align-items:center;gap:.8125rem;display:flex}.role-access-drawer__title-wrap--start{align-items:flex-start}.role-access-drawer__title-block,.role-users-drawer__title-block{min-width:0}.role-access-drawer__title,.role-users-drawer__title,.user-access-drawer__title,.unit-products-drawer__title{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);color:var(--fenix-color-black);text-transform:uppercase;margin:0;line-height:1.2}.role-access-drawer__subtitle,.role-users-drawer__subtitle{color:var(--fenix-color-field-muted);margin:.35rem 0 0;font-size:.9375rem}.role-access-drawer__body,.role-users-drawer__body,.user-access-drawer__body,.unit-products-drawer__body{flex-direction:column;flex:auto;min-height:0;padding-right:.125rem;display:flex;overflow-y:auto}.role-access-drawer__body{gap:1rem}.role-users-drawer__body,.user-access-drawer__body,.unit-products-drawer__body{gap:1.25rem}.role-users-drawer__card{border:1px solid var(--fenix-color-mid-grey);background:var(--fenix-color-white);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{background:var(--fenix-color-light-orange);width:2.5rem;height:2.5rem;color:var(--fenix-color-black);font-size:.875rem;font-weight:var(--fenix-font-weight-semibold);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.role-users-drawer__name{min-width:0;color:var(--fenix-color-black);font-size:1rem}.role-users-drawer__msg{text-align:center;color:var(--fenix-color-field-muted);margin:0;padding:1rem}.role-users-drawer__msg--error{color:#b42318}.role-users-drawer__retry{color:var(--fenix-color-green);font:inherit;font-weight:var(--fenix-font-weight-semibold);cursor:pointer;background:0 0;border:none;margin-top:.75rem;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--primary{color:#fff;background:#0e9464;border:none}.role-delete-modal__btn--primary:hover:not(:disabled){filter:brightness(.97)}.role-delete-modal__btn--delete{color:#fff;background:#c53030;border:none}.role-delete-modal__btn--delete:hover:not(:disabled){filter:brightness(.97)}.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__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.role-access-drawer__module{box-sizing:border-box;width:100%;color:var(--fenix-color-black);font-size:.9375rem;font-weight:var(--fenix-font-weight-medium);background:#f4f4f1;border-radius:8px;margin:0;padding:.875rem 1rem;line-height:1.35}.role-access-drawer__msg{text-align:center;color:var(--fenix-color-field-muted);margin:0;padding:1rem}.roles-table{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;width:100%;min-width:0;font-family:var(--fenix-font-family);--row-radius:8px;--row-border:#e5e7eb;--col-divider:#d1d5db;--roles-cols:2.5rem minmax(13rem, 2.85fr) minmax(9.5rem, 12rem) minmax(8rem, 10.5rem) minmax(11rem, 1.2fr) minmax(12rem, 1.35fr) minmax(10rem, 11.5rem);overflow-x:auto}.roles-table .table-text-max-2{line-height:normal}.roles-table__header{grid-template-columns:var(--roles-cols);font-size:var(--fenix-font-size-table);color:#101010;align-items:center;column-gap:0;margin-bottom:.35rem;padding:.35rem 1rem .55rem;font-weight:400;line-height:normal;display:grid}.roles-table__head-spacer{min-width:0}.roles-table__head-cell{min-width:0;padding:0 .65rem;overflow:hidden}.roles-table__head-label{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;line-height:normal;display:-webkit-box;overflow:hidden}.roles-table__row{grid-template-columns:var(--roles-cols);border:1px solid var(--row-border);border-radius:var(--row-radius);min-height:3.5rem;font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-semibold);color:#1d1d1d;box-sizing:border-box;background:#fff;align-items:center;column-gap:0;margin-bottom:.5rem;padding:.5rem 1rem;line-height:normal;display:grid}.roles-table__cell{color:#1d1d1d;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__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:#1f1f1f;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:.8125rem;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,.roles-table__muted{color:#1d1d1d;font-weight:600}.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__cell--person .roles-table__person-name{flex:1;min-width:0}.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}.unit-products-drawer__card{border:1px solid var(--fenix-color-mid-grey);background:var(--fenix-color-white);border-radius:5px;flex-direction:column;gap:.75rem;padding:.75rem;display:flex}.unit-products-drawer__unit-name{min-width:0;font-size:1rem;font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-color-black)}.unit-products-drawer__list{flex-direction:column;gap:.5rem;display:flex}.unit-products-drawer__item{background:var(--fenix-color-light-grey);box-sizing:border-box;min-height:2rem;font-size:.875rem;font-weight:var(--fenix-font-weight-medium);color:var(--fenix-color-black);border-radius:5px;padding:.5rem}.structure-tree{width:100%;min-width:0;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);--row-radius:8px;--row-border:#e5e7eb;--row-bg:#fff;--row-bg-root:#fff5ed;--accent:#ce4b15;--connector:#c9c9cd;--subtree-gap:.5rem;--subtree-inset:1.25rem;--tree-cols:minmax(200px, 1.18fr) minmax(9.5rem, 11rem) minmax(7rem, 10rem) minmax(140px, 1.15fr) 10.5rem 6.25rem 3.75rem;--col-divider:#d1d5db}.structure-tree .table-text-max-2{line-height:normal}.structure-tree__header{grid-template-columns:var(--tree-cols);color:#101010;background:0 0;border:none;align-items:center;column-gap:0;margin-bottom:.25rem;padding:.25rem 1rem .5rem;font-size:14px;font-weight:400;line-height:normal;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:normal;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);color:#1d1d1d;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:1rem;font-weight:600;line-height:normal;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:#1d1d1d;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:center;gap:.5rem;min-width:0;display:flex}.structure-tree__row-check{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin:0}.structure-tree__row-check:disabled{cursor:not-allowed;opacity:.45}.structure-tree__row--select-skip .structure-tree__row-check{opacity:.35}.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:#1d1d1d;flex:1;min-width:0;font-size:1rem;font-weight:600;line-height:normal}.structure-tree__cell--kind{text-align:left}.structure-tree__cell--kind .structure-tree__kind{color:#1d1d1d;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;line-height:normal;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__products-count{color:#1d1d1d;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:600}.structure-tree__products-info-btn{color:#1d1d1d;cursor:pointer;opacity:.72;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:inline-flex}.structure-tree__products-info-btn:hover{opacity:1}.structure-tree__products-info-btn:focus-visible{outline-offset:2px;border-radius:999px;outline:2px solid #f58220}.structure-tree__products-info-icon{width:18px;height:18px;display:block}.structure-tree__info-wrap{align-items:center;display:inline-flex}.structure-tree__info-icon{display:block}.structure-tree__info-btn{cursor:help;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex}.structure-tree__info-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-radius:4px}.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-lead{color:#515867;margin:0 0 16px;font-size:14px;font-weight:400;line-height:1.45}.unit-wizard__commission-empty{color:#515867;margin:0;font-size:14px}.unit-wizard__cgroup-body--empty{background:#fff;border-top:1px solid #ececea;padding:16px 20px 18px}.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:.02em;color:#1d1d1d;flex:260px;margin:0;font-size:16px;font-weight:700;line-height:normal}.unit-wizard__copy-link{font:inherit;color:#1d1d1d;cursor:not-allowed;opacity:.85;background:0 0;border:none;align-items:center;gap:8px;padding:6px 0;font-size:16px;font-weight:500;line-height:normal;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:#f6f4f3;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.unit-wizard__cgroup-head--on{background:#dcf7ee}.unit-wizard__cgroup-title{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;font-size:16px;font-weight:700;line-height:normal}.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:0;color:#1d1d1d;text-align:left;min-width:1.75rem;font-size:14px;font-weight:400;line-height:normal}.unit-wizard__switch--on .unit-wizard__switch-text{color:#1d1d1d}.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(180px,1.4fr) 120px 177px 177px;align-items:center;gap:12px 14px;display:grid}.unit-wizard__ctable-head{color:#1d1d1d;text-transform:none;letter-spacing:0;margin-bottom:12px;font-size:14px;font-weight:400;line-height:normal}.unit-wizard__ctable-head .unit-wizard__star{color:#dd2215;font-size:16px;font-weight:700}.unit-wizard__ctable-row{box-sizing:border-box;border:1px solid var(--uw-green,#0e9464);background:#fff;border-radius:8px;margin-bottom:12px;padding:10px 14px}.unit-wizard__ctable-row:last-child{margin-bottom:0}.unit-wizard__crow-check{color:#1d1d1d;cursor:pointer;align-items:center;gap:10px;font-size:16px;font-weight:600;line-height:normal;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:#1d1d1d;pointer-events:none;font-size:16px;font-weight:300;line-height:normal;position:absolute;right:10px}.unit-wizard__cgroup-body .unit-wizard__cdate-wrap{width:100%;max-width:177px}.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}.unit-wizard__cdate-ico-btn{z-index:2;color:var(--uw-green,#0e9464);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin:0;padding:.15rem;line-height:0;display:inline-flex;position:absolute;top:50%;right:.15rem;transform:translateY(-50%)}.unit-wizard__cdate-ico-btn:hover:not(:disabled){background:#0e946414}.unit-wizard__cdate-ico-btn:disabled{cursor:not-allowed;opacity:.5}.unit-wizard__cdate-ico-btn:focus-visible{outline:2px solid var(--uw-focus,#eb6c0e);outline-offset:1px}@media (width<=900px){.unit-wizard__ctable-head,.unit-wizard__ctable-row{grid-template-columns:1fr}}.unit-wizard__card--office-products{gap:32px;padding:26px 16px 32px}.unit-wizard__office-products-lead{color:var(--uw-text,#1d1d1d);text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:16px;font-weight:700;line-height:normal}.unit-wizard__office-product-groups{flex-direction:column;gap:0;width:100%;display:flex}.unit-wizard__office-pgroup{flex-direction:column;gap:0;display:flex}.unit-wizard__office-pdivider{background:#c4c4c4;border-radius:10px;height:2px;margin:16px 0 18px}.unit-wizard__office-sheet{box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:10px;overflow:hidden}.unit-wizard__office-phead{box-sizing:border-box;background:#f6f4f3;justify-content:space-between;align-items:center;gap:16px;padding:26px 16px;display:flex}.unit-wizard__office-phead--on{background:#dcf7ee}.unit-wizard__office-ptitle{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;font-size:16px;font-weight:700;line-height:normal}.unit-wizard__office-pbody{box-sizing:border-box;background:#fff;border-top:1px solid #e8e8e8;padding:20px 16px 26px}.unit-wizard__office-phead--on+.unit-wizard__office-pbody{background:#fff}.unit-wizard__office-pills{flex-wrap:wrap;align-items:center;gap:32px;padding-top:8px;display:flex}.unit-wizard__office-pill{font:inherit;color:#1d1d1d;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:8px;margin:0;padding:12px 20px;font-size:16px;font-weight:700;line-height:normal;transition:background .15s,color .15s,border-color .15s}.unit-wizard__office-pill:hover{border-color:var(--uw-green,#0e9464)}.unit-wizard__office-pill:focus-visible{outline:2px solid var(--uw-focus,#eb6c0e);outline-offset:2px}.unit-wizard__office-pill--selected{border-color:var(--uw-green,#0e9464);background:var(--uw-green,#0e9464);color:#fff}.unit-wizard__office-pill--selected:hover{background:var(--uw-green-hover,#0c7f56);border-color:var(--uw-green-hover,#0c7f56)}.unit-wizard__office-products-hint{color:#5c5c5c;margin:0 0 8px;font-size:13px;line-height:1.45}.unit-wizard__office-products-err{color:#b00020;margin:0 0 12px;font-size:14px}.unit-wizard__btn-retry-office-products{border:1px solid var(--uw-green,#0e9464);color:var(--uw-green,#0e9464);font:inherit;cursor:pointer;background:#fff;border-radius:8px;margin:0;padding:10px 18px;font-weight:600}.unit-wizard__btn-retry-office-products:hover{background:#f0faf6}.unit-wizard__btn-retry-office-products:focus-visible{outline:2px solid var(--uw-focus,#eb6c0e);outline-offset:2px}.unit-wizard__switch:disabled{opacity:.45;cursor:not-allowed}.unit-wizard__office-pbody--empty{background:#fafafa;border-top:1px solid #e8e8e8}.unit-wizard__office-pempty{color:#666;margin:0;font-size:14px}.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__field{gap:12px}.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{border:1px solid var(--uw-border,#c4c4c4);box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;gap:32px;margin:0;padding:26px 16px;display:flex;box-shadow:0 4px 4px #0000000d}.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:.02em;margin:0;font-size:16px;font-weight:700}.unit-wizard__subunit-search-wrap{max-width:none}.unit-wizard__subunit-row3{grid-template-columns:auto minmax(0,622px) minmax(0,1fr);align-items:start;gap:0 32px;width:100%;min-width:0;display:grid}.unit-wizard__subunit-row3 .unit-wizard__field--subid,.unit-wizard__subunit-row3 .unit-wizard__field--subname,.unit-wizard__subunit-row3 .unit-wizard__field--subcomment{min-width:0}.unit-wizard__subid-combo{flex-wrap:wrap;align-items:center;gap:6px;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__subunit-row3 .unit-wizard__subid-base{min-height:44px;font-size:var(--uw-input-size,16px);font-weight:var(--uw-input-weight,500);background:#f6f4f3;border-color:#c4c4c4;padding:0 12px}.unit-wizard__subunit-row3 .unit-wizard__subid-dash{color:var(--uw-text);font-size:16px;font-weight:500}.unit-wizard__subunit-row3 .unit-wizard__subid-suffix{flex:none;width:101px;min-width:80px;max-width:120px}@media (width<=1200px){.unit-wizard__subunit-row3{grid-template-columns:1fr;gap:24px}.unit-wizard__subunit-row3 .unit-wizard__subid-suffix{flex:120px;width:auto;max-width:220px}}.unit-wizard__add-subunits{border:.5px dashed var(--uw-green);width:100%;min-height:44px;font:inherit;color:var(--uw-green);text-transform:none;letter-spacing:normal;cursor:pointer;background:#fff;border-radius:8px;grid-column:2;padding:10px 48px 10px 16px;font-size:14px;font-weight:600;line-height:20px;transition:background .15s,border-color .15s;display:block;position:relative}.unit-wizard__add-subunits:hover{background:var(--uw-green-soft,#e8f6f2);border-color:var(--uw-green)}.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%}}.fxdt-anchor{position:relative}.fxdt-pop{z-index:1000;box-sizing:border-box;background:var(--fenix-color-white,#fff);border:1px solid var(--fenix-color-border,#e7e7e7);font-family:var(--fenix-font-family,system-ui, sans-serif);color:var(--fenix-color-black,#1d1d1d);-webkit-user-select:none;user-select:none;border-radius:12px;padding:12px;animation:.12s ease-out fxdt-pop-in;position:fixed;box-shadow:0 12px 32px #00000029}@keyframes fxdt-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fxdt-pop--time{padding:12px}.fxdt-pop--calendar{width:280px}.fxdt-cal__head{align-items:center;gap:4px;margin-bottom:8px;display:flex}.fxdt-cal__title{text-align:center;text-transform:capitalize;flex:1;font-size:14px;font-weight:600}.fxdt-cal__title--btn{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px 6px;font-family:inherit;transition:background-color .12s}.fxdt-cal__title--btn:hover{background:var(--fenix-color-light-grey,#f6f4f3)}.fxdt-cal__pickgrid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.fxdt-cal__pickcell{height:44px;color:var(--fenix-color-black,#1d1d1d);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .12s,color .12s;display:flex}.fxdt-cal__pickcell:hover{background:var(--fenix-color-green-soft,#dcf7ee)}.fxdt-cal__nav{width:28px;height:28px;color:var(--fenix-color-dark-grey,#515867);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background-color .12s;display:inline-flex}.fxdt-cal__nav:hover{background:var(--fenix-color-light-grey,#f6f4f3)}.fxdt-cal__weekdays,.fxdt-cal__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.fxdt-cal__weekday{text-transform:uppercase;height:28px;color:var(--fenix-color-field-muted,#6a6a6a);justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.fxdt-cal__day{aspect-ratio:1;min-height:34px;color:var(--fenix-color-black,#1d1d1d);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:13px;font-weight:500;transition:background-color .12s,color .12s;display:flex}.fxdt-cal__day:hover{background:var(--fenix-color-green-soft,#dcf7ee)}.fxdt-cal__day--muted{color:silver}.fxdt-cal__day--today{box-shadow:inset 0 0 0 1.5px var(--fenix-color-green-muted,#81c4ac)}.fxdt-cal__day--selected,.fxdt-cal__day--selected:hover{background:var(--fenix-color-green,#0e9464);color:#fff;box-shadow:none}.fxdt-cal__foot{border-top:1px solid var(--fenix-color-border,#e7e7e7);justify-content:space-between;gap:8px;margin-top:10px;padding-top:10px;display:flex}.fxdt-foot-btn{border:1px solid var(--fenix-color-border,#e7e7e7);background:var(--fenix-color-white,#fff);height:34px;color:var(--fenix-color-dark-grey,#515867);cursor:pointer;border-radius:8px;flex:1;font-family:inherit;font-size:13px;font-weight:500;transition:background-color .12s,border-color .12s}.fxdt-foot-btn:hover{background:var(--fenix-color-light-grey,#f6f4f3)}.fxdt-foot-btn--accent{border-color:var(--fenix-color-green,#0e9464);background:var(--fenix-color-green,#0e9464);color:#fff}.fxdt-foot-btn--accent:hover{background:var(--fenix-color-green-hover,#0c7f56)}.fxdt-pop--time{width:188px}.fxdt-time{align-items:stretch;gap:4px;height:200px;display:flex}.fxdt-time__col{scrollbar-width:thin;flex-direction:column;flex:1;gap:2px;padding:2px;display:flex;overflow-y:auto}.fxdt-time__col::-webkit-scrollbar{width:6px}.fxdt-time__col::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}.fxdt-time__sep{color:var(--fenix-color-dark-grey,#515867);align-items:center;font-size:16px;font-weight:600;display:flex}.fxdt-time__cell{height:34px;color:var(--fenix-color-black,#1d1d1d);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .12s,color .12s}.fxdt-time__cell:hover{background:var(--fenix-color-green-soft,#dcf7ee)}.fxdt-time__cell--selected,.fxdt-time__cell--selected:hover{background:var(--fenix-color-green,#0e9464);color:#fff}.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__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:none;min-height:min(70vh,900px);margin:0;position:relative}.user-access-role-screen__root{width:100%;max-width:none;margin:0}.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:none;margin:0}.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:var(--fenix-color-orange);--uw-card-shadow:var(--fenix-shadow-panel);--uw-green:var(--fenix-color-green);--uw-green-hover:var(--fenix-color-green-hover);--uw-green-soft:var(--fenix-color-green-soft);--uw-text:var(--fenix-color-black);--uw-border:var(--fenix-color-mid-grey);--uw-muted:var(--fenix-color-field-muted);--uw-focus-glow:0 0 0 2px #0e946433;--uw-font:var(--fenix-font-family);--uw-label-size:var(--fenix-font-size-label);--uw-label-weight:var(--fenix-font-weight-label);--uw-label-line-height:var(--fenix-line-height-normal);--uw-input-size:var(--fenix-font-size-input);--uw-input-weight:var(--fenix-font-weight-medium);--uw-input-line-height:var(--fenix-line-height-normal);width:100%;max-width:var(--fenix-content-max-width);text-align:left;min-width:0;font-family:var(--uw-font);flex-direction:column;gap:20px;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__heading{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);color:var(--uw-text);letter-spacing:.02em;text-transform:uppercase;margin:0;line-height:1.2}.unit-wizard__btn-continue{background:var(--uw-green);color:#fff;min-height:45px;font:inherit;font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-semibold);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;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__btn-continue--products-wait:disabled{cursor:not-allowed;background:#81c4ac}.unit-wizard__btn-continue--products-wait: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:#1d1d1d;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:400;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:#ce4b15;font-weight:700}.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--simple-parent{gap:28px}.unit-wizard__search-field-shell{box-sizing:border-box;background:#f6f4f3;border:1px solid #f6f4f3;border-radius:8px;width:100%;padding:12px}.unit-wizard__search-field-shell .unit-wizard__search-wrap{max-width:none}.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{font-family:inherit;font-size:var(--uw-label-size);font-weight:var(--uw-label-weight);line-height:var(--uw-label-line-height);color:var(--uw-text)}.unit-wizard__star{font-size:var(--uw-label-size);font-weight:700;line-height:var(--uw-label-line-height);color:#dd2215}.unit-wizard__input{box-sizing:border-box;border:1px solid var(--uw-border);width:100%;max-width:100%;font-family:inherit;font-size:var(--uw-input-size);font-weight:var(--uw-input-weight);line-height:var(--uw-input-line-height);color:var(--uw-text);background:#fff;border-radius:8px;padding:12px}.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{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;width:100%;padding-right:40px;position:relative}.unit-wizard__input--date::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:40px;height:100%;margin:0;padding:0;position:absolute;right:0}.unit-wizard__input--date::-moz-calendar-picker-indicator{opacity:0;cursor:pointer;width:24px;height:100%;margin:0;padding:0}.unit-wizard__contract-row{flex-wrap:wrap;align-items:flex-start;gap:30px 32px;display:flex}.unit-wizard__contract-row .unit-wizard__field--w440{flex:0 440px;width:100%;min-width:min(100%,200px);max-width:440px}.unit-wizard__contract-row .unit-wizard__field--w177{flex:0 0 177px;width:177px;max-width:177px}.unit-wizard__contract-row .unit-wizard__date-wrap{width:100%;max-width:100%}.unit-wizard__contract-row .unit-wizard__attach{min-height:52px;padding:12px 14px}.unit-wizard__contract-row .unit-wizard__file-picked{max-width:100%;height:44px;min-height:44px;max-height:44px;padding:0 6px 0 12px;overflow:hidden}.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:500;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:500}.unit-wizard__date-wrap{width:100%;max-width:200px;position:relative}.unit-wizard__cdate-icon{pointer-events:none;color:var(--uw-green);align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.unit-wizard__date-ico-btn{z-index:2;color:var(--uw-green,#0e9464);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:.2rem .35rem;line-height:0;display:inline-flex;position:absolute;top:50%;right:.2rem;transform:translateY(-50%)}.unit-wizard__date-ico-btn:hover:not(:disabled){background:#0e946414}.unit-wizard__date-ico-btn:disabled{cursor:not-allowed;opacity:.5}.unit-wizard__date-ico-btn:focus-visible{outline:2px solid var(--uw-focus,#eb6c0e);outline-offset:1px}.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;height:44px;min-height:44px;max-height:44px;padding:0 8px 0 12px;display:flex}.unit-wizard__file-picked-name{min-width:0;font-size:var(--uw-input-size);font-weight:var(--uw-input-weight);line-height:var(--uw-input-line-height);color:var(--uw-text);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.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__label-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.user-wizard__star{color:#dd2215;font-size:16px;font-weight:700;line-height:normal}.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__basics-grid .user-wizard__label{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:#1d1d1d;text-transform:none;letter-spacing:normal;font-size:16px;font-weight:300;line-height:normal}.user-wizard__basics-grid .user-wizard__field{gap:12px}.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;font-weight:500}.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;letter-spacing:.02em;text-transform:uppercase;font-size:16px;font-weight:700;line-height:normal;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);margin:0}.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-block .user-wizard__label{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:#1d1d1d;text-transform:none;letter-spacing:normal;font-size:16px;font-weight:300;line-height:normal}.user-wizard__access-block .user-wizard__label--req:after{color:#dd2215;font-weight:700}.user-wizard__access-block .user-wizard__label--until-top{color:#1d1d1d;text-transform:none;letter-spacing:normal;font-size:16px;font-weight:300}.user-wizard__access-body .user-wizard__field,.user-wizard__access-panel--after .user-wizard__field{gap:12px}.user-wizard__access-line-grid{--user-wizard-date-col:16rem;--user-wizard-access-row-input-h:44px;grid-template-columns:minmax(0, 1fr) var(--user-wizard-date-col);box-sizing:border-box;align-items:start;gap:12px 2rem;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-start;align-items:center;min-width:0;display:flex}.user-wizard__label--until-top{text-align:left;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-line-grid .user-wizard__combobox-input,.user-wizard__access-line-grid .user-wizard__access-until-input-col .user-wizard__datetime-input{min-height:var(--user-wizard-access-row-input-h);height:var(--user-wizard-access-row-input-h);box-sizing:border-box;line-height:1.2}.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-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;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:4px;margin:0;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{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:#1d1d1d;font-size:16px;font-weight:300;line-height:normal}.user-wizard__type-radio-text--on{font-weight:700}.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:#dd2215;margin-left:.1em;font-weight:700}.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__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__card{border:1px solid var(--fenix-color-mid-grey);background:var(--fenix-color-white);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{background:var(--fenix-color-light-orange);width:2.5rem;height:2.5rem;color:var(--fenix-color-black);font-size:.875rem;font-weight:var(--fenix-font-weight-semibold);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.user-access-drawer__name{min-width:0;color:var(--fenix-color-black);font-size:1rem}.user-access-drawer__units{flex-direction:column;gap:.5rem;display:flex}.user-access-drawer__unit{background:var(--fenix-color-light-grey);box-sizing:border-box;border-radius:5px;min-height:2rem;padding:.5rem}.user-access-drawer__unit-name{font-size:.875rem;font-weight:var(--fenix-font-weight-medium);color:var(--fenix-color-black)}.users-by-unit{--tree-cols:minmax(200px, 1.18fr) minmax(9.5rem, 11rem) minmax(7rem, 10rem) minmax(140px, 1.15fr) 8rem minmax(7rem, 10rem);overflow:visible}.users-by-unit>[role=rowgroup]{flex-shrink:0}.users-by-unit .structure-tree__employees-cell-btn{font:inherit;color:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.625rem;margin:0;padding:0;display:inline-flex}.users-by-unit .structure-tree__employees-cell-btn:hover .structure-tree__employees-icon-box{background:#0000000a;border-color:#e0dedc}.users-by-unit .structure-tree__employees-cell-btn:focus-visible{outline:2px solid var(--accent,#f58220);outline-offset:1px}.users-by-unit__structure-row{cursor:default}.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{color:#fff}.users-by-unit__structure-row--active .structure-tree__employees-icon-box{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{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);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:#101010;padding:0 .875rem;font-size:14px;font-weight:400;line-height:normal}.users-by-unit__user-th{align-items:center;gap:.25rem;min-width:0;padding:0 .625rem;display:inline-flex}.users-by-unit__sort{color:#101010;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:#101010;align-items:center;min-width:0;padding:0 .625rem;font-size:16px;font-style:normal;font-weight:600;line-height:normal;display:flex}.users-by-unit__user-cell{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:#101010;min-width:0;font-size:16px;font-style:normal;font-weight:600;line-height:normal;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}}.users-table{width:100%;min-width:0;min-height:0;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);--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;display:flex}.users-table__header{grid-template-columns:var(--users-cols);color:#101010;align-items:center;column-gap:0;margin-bottom:.35rem;padding:.35rem 1rem .55rem;font-size:14px;font-weight:400;line-height:normal;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:normal;display:-webkit-box;overflow:hidden}.users-table__head-cell--end{text-align:right;padding-right:0}.users-table .table-text-max-2{color:#101010;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.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;display:grid}.users-table__cell{min-width:0;padding:0 .65rem;position:relative}.users-table__cell:not(.users-table__cell--gear){border-left:1px solid var(--col-divider);color:#101010;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.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;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;display:inline-flex}.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{flex:1;min-width:0}.users-table__inline{color:#101010;align-items:center;gap:.35rem;min-width:0;max-width:100%;font-size:16px;font-style:normal;font-weight:600;line-height:normal;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{width:100%;max-width:none;margin:0;padding-left:0;padding-right:0}.structure-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 4px #0000000d}.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-width:200px;min-height:44px;font:inherit;color:#1d1d1d;cursor:pointer;white-space:nowrap;box-sizing:border-box;background:0 0;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:16px;font-weight:400;line-height:normal;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:#ce4b15;font-weight:600;box-shadow:0 1px 2px #10182814}.structure-card__tab:focus-visible{outline-offset:2px;outline:2px solid #ce4b15}.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 #ce4b15}.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:600;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 #ce4b15}.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%}}.commissions-brokers-placeholder{max-width:var(--fenix-content-max-width);min-width:0;font-family:var(--fenix-font-family);color:var(--fenix-color-black);margin:0;padding:20px 24px 32px}.commissions-brokers-placeholder__head{margin-bottom:1rem}.commissions-brokers-placeholder__title{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);color:var(--fenix-color-black);margin:0 0 6px}.commissions-brokers-placeholder__lead{font-size:var(--fenix-font-size-table);line-height:var(--fenix-line-height-body);color:var(--fenix-color-dark-grey);margin:0}.commissions-brokers-placeholder__msg{font-size:var(--fenix-font-size-table);color:var(--fenix-color-dark-grey);margin:0}.commissions-brokers-placeholder__table{overflow:auto}.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}.insurance-type-modal-backdrop{z-index:300;background:#1d1d1dcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.insurance-type-modal{background:var(--fenix-color-white);width:100%;max-width:640px;font-family:var(--fenix-font-family,var(--sans));border-radius:10px;padding:24px;box-shadow:0 4px 10px #29254824}.insurance-type-modal__head{align-items:center;gap:12px;margin-bottom:20px;display:flex}.insurance-type-modal__close{cursor:pointer;color:var(--fenix-color-black);background:0 0;border:none;padding:0 4px;font-size:28px;line-height:1}.insurance-type-modal__title{text-transform:uppercase;color:var(--fenix-color-black);margin:0;font-size:18px;font-weight:700}.insurance-type-modal__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.insurance-type-modal__option{border-radius:var(--fenix-radius-control);background:var(--fenix-color-light-orange);cursor:pointer;width:100%;min-height:55px;font:inherit;text-align:left;border:none;align-items:center;gap:16px;padding:8px 16px;display:flex}.insurance-type-modal__option:hover{filter:brightness(.98)}.insurance-type-modal__icon{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.insurance-type-modal__icon img{width:48px;height:48px;display:block}.insurance-type-modal__label{text-transform:uppercase;color:var(--fenix-color-black,#1d1d1d);flex-shrink:0;font-size:14px;font-weight:500;line-height:normal}.insurance-type-modal__status,.insurance-type-modal__error{margin:0;font-size:16px}.insurance-type-modal__error{color:var(--fenix-color-red,#dd2215)}.insurance-hub{width:100%;min-width:0;max-width:100%;font-family:inherit}.insurance-list__panel{background:var(--fenix-color-white);border:1px solid var(--fenix-color-mid-grey);border-radius:var(--fenix-radius-card);box-shadow:var(--fenix-shadow-panel);flex-direction:column;gap:42px;min-width:0;max-width:100%;padding:20px 15px 24px;display:flex;overflow-x:hidden}.insurance-list__cards{flex-wrap:wrap;align-items:stretch;gap:20px;display:flex}.insurance-list__card{border-radius:var(--fenix-radius-control);text-align:left;cursor:pointer;min-width:160px;max-width:100%;font:inherit;color:var(--fenix-color-black);flex-direction:column;flex:160px;align-items:flex-start;gap:13px;padding:10px;transition:box-shadow .15s,border-color .15s,background-color .15s;display:flex}.insurance-list__card:focus-visible{outline:2px solid var(--fenix-color-black);outline-offset:3px}.insurance-list__card--active{background:var(--fenix-color-green-soft);border:1px solid var(--fenix-color-green-soft)}.insurance-list__card--active.insurance-list__card--selected{background:var(--fenix-color-green-soft);border:2px solid #9dd9be}.insurance-list__card--offers{background:var(--fenix-color-white);border:2px solid var(--fenix-color-light-orange)}.insurance-list__card[role=tab]:not(.insurance-list__card--selected){background:var(--fenix-color-white);border:2px solid var(--fenix-color-light-grey)}.insurance-list__card--neutral.insurance-list__card--selected{background:var(--fenix-color-green-soft);border:2px solid #9dd9be}.insurance-list__card--issue{background:var(--fenix-color-white);border:2px solid var(--fenix-color-green-soft);min-height:92px}.insurance-list__card-top{align-items:flex-start;width:100%;min-height:38px;display:flex}.insurance-list__card-top--split{justify-content:space-between}.insurance-list__card-icon{width:36px;height:36px;display:inline-flex}.insurance-list__card-corner{background:var(--fenix-color-light-orange);border-radius:38px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.insurance-list__card-corner--draft{color:var(--fenix-color-orange)}.insurance-list__card-corner--neutral{color:var(--fenix-color-dark-grey);background:var(--fenix-color-light-orange)}.insurance-list__card-corner--add{color:var(--fenix-color-green);background:var(--fenix-color-green-soft)}.insurance-list__card-count{font-weight:var(--fenix-font-weight-semibold);flex-wrap:wrap;align-items:center;gap:6px;width:100%;display:flex}.insurance-list__card-count--single .insurance-list__card-label{font-size:var(--fenix-font-size-body)}.insurance-list__card-num{font-size:20px;font-weight:var(--fenix-font-weight-semibold)}.insurance-list__card-label{font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-semibold)}.insurance-list__view-tabs{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.insurance-list__view-tab{font:inherit;font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-regular);text-transform:uppercase;color:var(--fenix-color-black);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin:0;padding:4px 0}.insurance-list__view-tab--active{font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-color-green);border-bottom-color:var(--fenix-color-green)}.insurance-list__view-tab:focus-visible{outline:2px solid var(--fenix-color-orange);outline-offset:2px}.insurance-list__table{flex-direction:column;width:100%;min-width:0;display:flex;overflow:visible}.insurance-list__scroll-x{touch-action:pan-x pan-y;scrollbar-color:#8a8a8a #ebebeb;overflow-x:auto}.insurance-list__scroll-x::-webkit-scrollbar{height:12px}.insurance-list__scroll-x::-webkit-scrollbar-track{background:#ebebeb;border-radius:6px;margin-inline:4px}.insurance-list__scroll-x::-webkit-scrollbar-thumb{background:#8a8a8a;border:2px solid #ebebeb;border-radius:6px}.insurance-table__wide{flex-direction:column;gap:12px;min-width:0;display:flex}.insurance-table__wide--policies,.insurance-table__wide--offers,.insurance-list__scroll-x>.fenix-scroll-x__inner,.insurance-offers__scroll-x>.fenix-scroll-x__inner{width:max-content;min-width:0}.insurance-table__grid--policies{--insurance-policy-cols:58px 58px 220px 300px 266px 300px 140px 420px 300px 120px 120px 190px 190px;grid-template-columns:var(--insurance-policy-cols);width:max-content;min-width:0}.insurance-table__grid--offers{--insurance-offer-cols:58px 58px 260px 300px 266px 140px 300px 156px 300px 148px 100px 190px 190px 420px;grid-template-columns:var(--insurance-offer-cols);width:max-content;min-width:0}.insurance-table__sort-icon{flex-shrink:0;margin-left:4px;display:inline-flex}.insurance-table__grid{box-sizing:border-box;align-items:center;display:grid}.insurance-table__thead{z-index:2;min-height:0;padding:0 0 .35rem;position:relative}.insurance-table__th{font-size:var(--fenix-font-size-table);color:#101010;white-space:nowrap;align-items:center;padding:0 14px;font-weight:400;line-height:normal;display:flex}.insurance-table__grid .insurance-table__th--gear,.insurance-table__grid .insurance-table__td--gear{justify-content:center;padding-left:.35rem;padding-right:.35rem}.insurance-table__tbody{flex-direction:column;gap:12px;width:max-content;min-width:0;display:flex}.insurance-table__row{background:var(--fenix-color-white);border:.3px solid var(--fenix-color-black);min-height:69px;font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-color-black);cursor:default;border-radius:5px;overflow:hidden}.insurance-list__table .insurance-table__row{cursor:pointer}.insurance-list__table .insurance-table__row:hover{background:#fafafa}.insurance-table__row:focus-visible{outline:2px solid var(--fenix-color-orange);outline-offset:1px}.insurance-table__td{box-sizing:border-box;border-right:.5px solid var(--fenix-color-black);white-space:nowrap;text-overflow:ellipsis;align-items:center;height:40px;min-height:40px;padding:10px 14px;display:flex;overflow:hidden}.insurance-table__grid>.insurance-table__td:last-child,.insurance-table__grid>.insurance-table__th:last-child{border-right:none}.insurance-table__td--lock{justify-content:center;padding-left:.35rem;padding-right:.35rem}.insurance-table__td--employee{min-width:0;padding-right:16px;overflow:hidden}.insurance-table__td--datetime{overflow:hidden}.insurance-table__th--datetime-end,.insurance-table__td--datetime-end{padding-left:28px}.insurance-table__th--datetime-start,.insurance-table__td--datetime-start{padding-right:18px}.insurance-table__td--status,.insurance-table__td--with-info{gap:10px}.insurance-table__row-settings{border:.68px solid var(--fenix-color-light-grey);background:var(--fenix-color-white);cursor:pointer;color:#33363f;border-radius:3.5px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.insurance-table__row-settings:focus-visible{outline:2px solid var(--fenix-color-orange);outline-offset:1px}.insurance-table__row-settings-icon{display:flex}.insurance-table__datetime{white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap;align-items:baseline;min-width:0;max-width:100%;display:inline-flex;overflow:hidden}.insurance-table__datetime-sub{color:var(--fenix-color-dark-grey);font-weight:var(--fenix-font-weight-semibold)}.insurance-table__employee{align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;display:flex}.insurance-table__avatar{width:40px;height:40px;font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-semibold);border-radius:66px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.insurance-table__employee-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.insurance-table__info-btn{color:var(--fenix-color-dark-grey);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;display:inline-flex}.insurance-table__info-btn:focus-visible{outline:2px solid var(--fenix-color-orange)}.insurance-table__empty{color:var(--fenix-color-dark-grey);margin:0;padding:24px 8px;font-size:15px}.insurance-offers{flex-direction:column;gap:20px;width:100%;display:flex}.insurance-offers__title-bar{background:var(--fenix-color-white);border-radius:var(--fenix-radius-card);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:16px 24px;display:flex;box-shadow:0 4px 4px #0000000d}.insurance-offers__title-left{align-items:center;gap:13px;min-width:0;display:flex}.insurance-offers__close{flex-shrink:0}.insurance-offers__title{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);line-height:var(--fenix-line-height-normal);text-transform:uppercase;color:var(--fenix-color-black);margin:0}.insurance-offers__filter-tabs{border:1px solid var(--fenix-color-light-grey);border-radius:var(--fenix-radius-pill);flex-wrap:wrap;align-items:center;display:flex;overflow:hidden}.insurance-offers__filter-tab{background:var(--fenix-color-white);width:200px;min-width:120px;max-width:100%;height:44px;font:inherit;font-size:var(--fenix-font-size-body);font-weight:var(--fenix-font-weight-regular);color:var(--fenix-color-black);cursor:pointer;border:none;padding:12px 20px}.insurance-offers__filter-tab--active{background:var(--fenix-color-orange-dark);font-weight:var(--fenix-font-weight-semibold);color:var(--fenix-color-white)}.insurance-offers__filter-tab:focus-visible{outline:2px solid var(--fenix-color-orange);outline-offset:-2px}.insurance-offers__panel{background:var(--fenix-color-white);border-radius:var(--fenix-radius-card);box-shadow:var(--fenix-shadow-panel);flex-direction:column;gap:32px;min-width:0;min-height:400px;padding:26px 16px 0;display:flex}.insurance-offers__period-row{align-items:center;gap:10px;display:flex}.insurance-offers__period-label{font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-regular)}.insurance-offers__period-control{border:1px solid var(--fenix-color-mid-grey);border-radius:var(--fenix-radius-control);background:var(--fenix-color-white);justify-content:space-between;align-items:center;width:200px;height:38px;padding:0 12px;display:flex}.insurance-offers__period-value{font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-bold)}.insurance-offers__period-icon{flex-shrink:0}.insurance-offers__table-wrap{flex:auto;min-width:0;min-height:0;overflow:visible}.insurance-offers__scroll-x{touch-action:pan-x pan-y;scrollbar-color:#8a8a8a #ebebeb;overflow-x:auto}.insurance-offers__scroll-x::-webkit-scrollbar{height:12px}.insurance-offers__scroll-x::-webkit-scrollbar-track{background:#ebebeb;border-radius:6px;margin-inline:4px}.insurance-offers__scroll-x::-webkit-scrollbar-thumb{background:#8a8a8a;border:2px solid #ebebeb;border-radius:6px}.insurance-offers__status{font-weight:var(--fenix-font-weight-semibold)}.insurance-offers__status--danger{color:var(--fenix-color-red)}.insurance-offers__status--warning{color:var(--fenix-color-orange)}.insurance-offers__status--success{color:var(--fenix-color-green)}.insurance-offers__status--muted{color:var(--fenix-color-dark-grey)}.insurance-offers__footer{background:var(--fenix-color-light-grey);border-radius:0 0 var(--fenix-radius-control) var(--fenix-radius-control);min-height:50px;font-size:var(--fenix-font-size-cta);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 20px;margin:0 -16px;padding:15px 16px 15px 32px;display:flex}.insurance-offers__footer-stat{white-space:nowrap;margin:0}.insurance-offers__footer-label--upper{text-transform:uppercase;font-weight:var(--fenix-font-weight-regular)}.insurance-offers__footer-label{font-weight:var(--fenix-font-weight-regular)}.insurance-offers__footer-value{font-weight:var(--fenix-font-weight-bold)}.insurance-offers__footer-right{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.insurance-offers__footer-divider{background:#061445;flex-shrink:0;width:1px;height:20px}@media (width<=1200px){.insurance-offers__filter-tab{flex:120px;width:auto;min-width:0}.insurance-offers__footer-right{gap:12px}}.existing-offer-modal-backdrop{z-index:400;box-sizing:border-box;background:#1d1d1dcc;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.existing-offer-modal{box-sizing:border-box;background:#fff;border-radius:10px;width:100%;max-width:600px;padding:24px;box-shadow:0 4px 5px #29254824}.existing-offer-modal__content{flex-direction:column;gap:16px;display:flex}.existing-offer-modal__title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:18px;font-weight:700;line-height:1.25}.existing-offer-modal__message{color:#1d1d1d;margin:0;font-size:16px;font-weight:400;line-height:1.5}.existing-offer-modal__panel{background:#f8f8f8;border-radius:5px;flex-direction:column;gap:16px;padding:16px;display:flex}.existing-offer-modal__row{align-items:flex-start;gap:20px;display:flex}.existing-offer-modal__field{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.existing-offer-modal__field--narrow{flex:0 0 170px;width:170px}.existing-offer-modal__label{color:#1d1d1d;font-size:16px;font-weight:300;line-height:1.25}.existing-offer-modal__value{color:#1d1d1d;box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;align-items:center;min-height:44px;padding:12px;font-size:16px;font-weight:600;line-height:1.25;display:flex}.existing-offer-modal__value--amount{justify-content:space-between}.existing-offer-modal__currency{font-weight:300}.existing-offer-modal__actions{gap:20px;margin-top:16px;display:flex}.existing-offer-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}.existing-offer-modal__btn--secondary{color:#1d1d1d;background:#fff;border:1px solid #515867}.existing-offer-modal__btn--primary{color:#fff;background:#0e9464;border:none}.existing-offer-modal__btn--primary:hover:not(:disabled),.existing-offer-modal__btn--secondary:hover:not(:disabled){filter:brightness(.97)}.existing-offer-modal__btn:disabled{opacity:.55;cursor:not-allowed}.existing-offer-modal__btn:focus-visible{outline-offset:2px;outline:2px solid #f58220}@media (width<=640px){.existing-offer-modal__row{flex-direction:column}.existing-offer-modal__field--narrow{flex:auto;width:100%}}.vehicle-preview-drawer{z-index:350;position:fixed;inset:0}.vehicle-preview-drawer__overlay{cursor:pointer;background:#1d1d1dcc;border:none;position:absolute;inset:0}.vehicle-preview-drawer__panel{box-sizing:border-box;background:#fff;border-radius:5px 0 0 5px;flex-direction:column;gap:24px;width:min(100%,527px);height:100dvh;padding:16px 12px;display:flex;position:absolute;top:0;right:0}.vehicle-preview-drawer__head{flex-shrink:0}.vehicle-preview-drawer__title-wrap{align-items:center;gap:13px;display:flex}.vehicle-preview-drawer__title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:18px;font-weight:700;line-height:1.2}.vehicle-preview-drawer__body{flex-direction:column;flex:auto;gap:24px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.vehicle-preview-drawer__section{border:1px solid #f6f4f3;border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.vehicle-preview-drawer__section-title{color:#1d1d1d;text-transform:uppercase;margin:0;font-size:16px;font-weight:600;line-height:1.25}.vehicle-preview-drawer__rows{flex-direction:column;gap:10px;display:flex}.vehicle-preview-drawer__row{color:#1d1d1d;background:#f6f4f3;border-radius:5px;justify-content:space-between;align-items:center;gap:12px;min-height:33px;padding:8px;font-size:14px;line-height:1.25;display:flex}.vehicle-preview-drawer__row--multiline{align-items:flex-start}.vehicle-preview-drawer__label{flex:auto;min-width:0;font-weight:300}.vehicle-preview-drawer__value{text-align:right;word-break:break-word;flex:0 auto;max-width:55%;font-weight:500}.vehicle-preview-drawer__row--multiline .vehicle-preview-drawer__value{white-space:pre-line}.vehicle-preview-drawer__empty{color:#515867;margin:0;font-size:16px;font-weight:400}.product-create{--product-orange:var(--fenix-color-orange-dark);--product-orange-bright:var(--fenix-color-orange);--product-green:var(--fenix-color-green);--product-green-soft:var(--fenix-color-green-soft);--product-green-muted:var(--fenix-color-green-muted);--product-text:var(--fenix-color-black);--product-surface:var(--fenix-color-white);--product-sand:var(--fenix-color-light-grey);--product-on-strong:var(--fenix-color-white);--product-muted:var(--fenix-color-dark-grey);--product-border:var(--fenix-color-border);--product-panel-shadow:var(--fenix-shadow-panel);--product-icon-size:var(--fenix-icon-size);--product-plus-glyph-size:28px;--product-close-glyph-size:28px;width:100%;max-width:var(--fenix-content-max-width);min-width:0;color:var(--product-text);font-family:var(--fenix-font-family);font-size:var(--fenix-font-size-table);flex-direction:column;gap:20px;margin:0;display:flex}.product-create input,.product-create select,.product-create textarea{font-family:inherit;font-size:var(--fenix-font-size-input);font-weight:var(--fenix-font-weight-medium)}.product-create button{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif)}.product-create .product-option-add,.product-create .product-add-btn{font-size:var(--product-plus-glyph-size);font-weight:500;line-height:1}.product-create .product-add-btn--small{font-size:var(--product-plus-glyph-size)}.product-create .product-option-chip>span:last-child{font-size:var(--product-close-glyph-size);color:#dd2215;cursor:pointer;justify-content:center;align-items:center;min-width:1em;font-weight:700;line-height:1;display:inline-flex}.product-create .fenix-icon-btn__ico,.product-create .product-row-icon__svg{width:var(--product-icon-size);height:var(--product-icon-size);flex-shrink:0}.product-create .product-row-icon__svg{display:block}.product-create__top-card,.product-create__subtabs,.product-create__card{background:var(--product-surface);box-shadow:var(--product-panel-shadow);border-radius:16px}.product-create__top-card{justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:16px;display:flex}.product-create__title,.product-create__actions,.product-create__card-head,.product-currency-row__items,.product-create__line-controls{align-items:center;display:flex}.product-create__title{gap:13px;min-width:0}.product-create__title strong{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);line-height:var(--fenix-line-height-normal);text-transform:uppercase}.product-create__actions{flex-wrap:wrap;justify-content:flex-end;gap:20px}.product-create__action{min-height:45px;font-size:var(--fenix-font-size-table);text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:12px;padding:0 12px 0 18px;font-weight:700;display:inline-flex}.product-create__action span{width:28px;height:28px;font-size:var(--fenix-font-size-title);border-radius:999px;justify-content:center;align-items:center;line-height:1;display:inline-flex}.product-create__action--draft{background:var(--product-green-soft);color:var(--product-text)}.product-create__action--draft:disabled{opacity:.65;cursor:not-allowed}.product-create__action--draft-ready:not(:disabled){background:var(--product-green);color:var(--product-on-strong)}.product-create__action--draft-ready:not(:disabled) span{background:#ffffff3d}.product-create__banner{font-size:var(--fenix-font-size-table);border-radius:12px;margin:0;padding:12px 16px;line-height:1.35}.product-create__banner--error{color:#8a1c1c;background:#fde8e8}.product-create__banner--loading{background:var(--product-sand);color:var(--product-muted)}.product-create__banner--notice{color:var(--product-text);background:#fff8f0;border:1px solid #ce4b1538}.product-create__banner-lead{margin:0 0 8px;font-weight:600}.product-create__banner-note{color:var(--product-muted);font-size:var(--fenix-font-size-caption);margin:0}.product-create__banner-link{color:var(--product-orange-bright,#eb6c0e);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.product-create__banner-link:hover{text-decoration:none}.product-create__action--next{background:var(--product-green-muted);color:var(--product-on-strong)}.product-create__action--ready{background:var(--product-green)}.product-create__action--next-tariffs.product-create__action--finalize .product-create__finalize-check{color:var(--product-on-strong)}.product-create__action--next.product-create__action--finalize .product-create__action-next-glyph{justify-content:center;align-items:center;display:inline-flex}.product-create__action--next span,.product-create__action--next .product-create__action-next-glyph{background:#ffffff3d}.product-create__step-tabs{background:var(--product-surface);height:45px;box-shadow:var(--product-panel-shadow);border-radius:100px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.product-create__step-tab{color:var(--product-text);font-size:var(--fenix-font-size-table);text-transform:uppercase;cursor:pointer;background:0 0;border:none;font-weight:400}.product-create__step-tab--active{background:var(--product-orange);color:var(--product-on-strong);border-radius:100px;font-weight:700}.product-create__step-tab--disabled{opacity:.45;cursor:not-allowed}.product-create__subtabs{justify-content:space-between;align-items:center;gap:16px;min-height:80px;padding:16px;display:flex}.product-create__subtab-list{align-items:center;gap:20px;display:flex;overflow-x:auto}.product-create__subtab{color:var(--product-text);font-size:var(--fenix-font-size-table);text-transform:uppercase;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:4px 0;font-weight:400}.product-create__subtab--status-neutral{color:var(--product-muted)}.product-create__subtab--status-partial{color:var(--product-orange-bright)}.product-create__subtab--status-done{color:var(--product-green)}.product-create__subtab--active{border-bottom-color:currentColor;font-weight:700}.product-create__counter{background:var(--product-sand);color:var(--product-muted);font-size:var(--fenix-font-size-title);border-radius:8px;padding:10px;font-weight:700}.product-create__sections{flex-direction:column;gap:12px;display:flex}.product-create__sections--wizard{gap:40px}.product-create__section-group{flex-direction:column;gap:12px;display:flex}.product-create__step-block{flex-direction:column;gap:40px;width:100%;display:flex}.product-section-title{min-height:70px;box-shadow:var(--product-panel-shadow);color:var(--product-orange-bright);font-size:var(--fenix-font-size-title);text-transform:uppercase;background:#fdf0e7;border-radius:16px;align-items:center;gap:12px;padding:16px;font-weight:700;display:flex}.product-section-title--with-actions{justify-content:flex-start}.product-section-title__actions{flex-shrink:0;margin-left:auto}.product-section-title--done{background:var(--product-green-soft);color:var(--product-green)}.product-section-title--partial{color:var(--product-orange-bright);background:#fdf0e7}.product-section-title__number{background:var(--product-orange-bright);width:35px;height:35px;color:var(--product-on-strong);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.product-section-title--done .product-section-title__number{background:var(--product-green)}.product-section-title--partial .product-section-title__number{background:var(--product-orange-bright)}.product-section-title--neutral{background:var(--product-sand);color:var(--product-muted)}.product-section-title--neutral .product-section-title__number{background:var(--product-muted);color:var(--product-on-strong)}.product-create__card{flex-direction:column;gap:20px;padding:26px 16px;display:flex}.product-create__card--compact{padding-top:20px;padding-bottom:20px}.product-create__card--currencies{gap:16px}.product-create__card--toggle{justify-content:center;min-height:80px}.product-create__card--toggle:not(:has(.product-currency-row,.product-create__grid,.product-create__line-controls)){gap:0}.product-create__card--line{min-height:80px;padding:16px}.product-create__card--status-line{flex-direction:row;justify-content:space-between;align-items:center}.product-create__card--line.product-create__card--toggle{flex-direction:column;justify-content:center;align-items:stretch}.product-create__card-title{color:var(--product-text);font-size:var(--fenix-font-size-body);text-transform:uppercase;margin:0;font-weight:700;line-height:1.2}.product-create__card-head{justify-content:space-between;gap:16px}.product-create__card-head--inline{flex-wrap:wrap;row-gap:12px;width:100%}.product-toggle-card__controls{flex-wrap:wrap;align-items:center;gap:16px;min-width:0;max-width:100%;display:inline-flex}.product-create__inline-controls-divider{background:#d9d9d9;flex-shrink:0;align-self:stretch;width:1px;min-height:28px}.product-create__grid{align-items:end;gap:20px 32px;display:grid}.product-create__grid--product{grid-template-columns:minmax(220px,450px) minmax(360px,1fr);align-items:start}.product-create__coef-fields{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);justify-content:start;justify-items:start;gap:10px 24px;width:100%;min-width:0;max-width:100%;display:grid}.product-create__coef-fields--with-value{grid-template-columns:max-content minmax(130px,185px);column-gap:12px}.product-create__grid--product>.product-field--buttons{justify-self:stretch;width:100%;min-width:0;max-width:100%}.product-create__coef-fields__label-main{grid-area:1/1;min-width:0}.product-create__coef-fields--with-value .product-create__coef-fields__label-value{grid-area:1/2;min-width:0}.product-create__coef-fields__buttons{flex-wrap:wrap;grid-area:2/1;width:100%;min-width:0}.product-create__coef-fields--with-value .product-create__coef-fields__percent{grid-area:2/2}.product-create__coef-fields__percent{min-width:0;margin:0;display:block}.product-create__grid--product .product-field__control:not(textarea){box-sizing:border-box;height:45px;min-height:45px}.product-create__grid--settings{grid-template-columns:repeat(7,max-content);align-items:start;gap:20px 32px}.product-create__grid--settings-one-year{grid-template-columns:repeat(6,max-content)}.product-create__grid--settings .product-field{grid-template-rows:auto minmax(44px,auto);place-items:start;gap:12px;display:grid}.product-create__grid--settings .product-field>:not(.product-field__label){align-self:center}.product-create__grid--settings .product-field>:not(.product-field__label):not(.product-toggle):not(.product-settings__fixed-yes):not(.product-settings__currency){justify-content:flex-start;align-items:center;width:max-content;min-width:0;display:flex}.product-create__grid--settings .product-field__label{font-size:var(--fenix-font-size-body);color:var(--product-text);letter-spacing:0;font-weight:300}.product-settings__fixed-yes{box-sizing:border-box;background:var(--product-green);min-width:56px;height:28px;color:var(--product-on-strong);font-size:var(--fenix-font-size-table);-webkit-user-select:none;user-select:none;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;padding:0 20px;font-weight:300;line-height:1;display:inline-flex}.product-settings__currency{box-sizing:border-box;border:.5px solid var(--product-green-soft);background:var(--product-surface);font-family:inherit;font-size:var(--fenix-font-size-table);color:var(--product-text);cursor:default;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:fit-content;max-width:100%;padding:12px;font-weight:500;line-height:20px;display:inline-flex;box-shadow:0 1px 2px #29254826}.product-create__grid--objects{grid-template-columns:minmax(min(380px,100%),max-content) max-content;align-items:start;gap:10px 32px}.product-create__objects-label--kind{grid-area:1/1}.product-create__objects-label--limit{grid-area:1/2}.product-create__objects-buttons{grid-area:2/1;width:fit-content;min-width:0;max-width:100%}.product-create__objects-limit{grid-area:2/2;align-self:start}.product-create__grid--objects+.product-field__error{margin-top:8px}.product-field{flex-direction:column;gap:10px;min-width:0;display:flex}.product-field--full{grid-column:1/-1}.product-field--buttons{min-width:max-content}.product-field__label{color:var(--fenix-color-black);font-size:var(--fenix-font-size-label);font-weight:var(--fenix-font-weight-label);line-height:var(--fenix-line-height-normal);align-items:center;gap:3px;display:inline-flex}.product-field__label-text{font:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit}.product-field__star{color:#dd2215;font-weight:700}.product-field__error{color:#dd2215;font-size:var(--fenix-font-size-caption);margin:0;font-weight:600}.product-field__hint{color:var(--product-orange-bright);font-size:var(--fenix-font-size-caption);margin:0;font-weight:600}.product-field__control{background:var(--product-surface);width:100%;min-height:45px;color:var(--product-text);box-sizing:border-box;font-size:var(--fenix-font-size-table);border:1px solid #c4c4c4;border-radius:6px;padding:0 14px;font-weight:500}.product-field__control:focus,.product-field__control:focus-visible{outline:none}.product-chip:focus-visible,.product-create button:focus-visible{outline:2px solid var(--product-orange-bright);outline-offset:2px}.product-button-group{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.product-chip{box-sizing:border-box;background:var(--product-surface);color:#1d1d1d;font-family:inherit;font-size:var(--fenix-font-size-body);cursor:pointer;border:1px solid #c4c4c4;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-weight:500;line-height:normal;display:inline-flex}.product-chip--small{width:fit-content;font-size:var(--fenix-font-size-table);padding:10px 16px;font-weight:500}.product-chip--active{background:var(--product-green);border-color:var(--product-green);color:var(--product-on-strong)}.product-chip--active-soft{background:var(--product-surface);color:#1d1d1d;border-color:#d9d9d9;font-weight:500}.product-installment-counts__group{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.product-installment-chip{box-sizing:border-box;background:var(--product-surface);color:#1d1d1d;min-width:52px;height:44px;font-family:inherit;font-size:var(--fenix-font-size-body);cursor:pointer;border:1px solid #c4c4c4;border-radius:8px;justify-content:center;align-items:center;padding:12px 20px;font-weight:500;line-height:normal;display:inline-flex}.product-installment-chip--selected{background:var(--product-green-soft);border-color:var(--product-green-soft);color:var(--product-green);font-weight:700}.product-installment-chip:focus-visible{outline:2px solid var(--product-orange-bright);outline-offset:2px}.product-percent-input,.product-duration,.product-inline-limit{align-items:center;display:flex}.product-percent-input{max-width:185px}.product-percent-input .product-field__control{border-radius:6px 0 0 6px}.product-percent-input span{color:#9a9a9a;border:1px solid #c4c4c4;border-left:none;border-radius:0 6px 6px 0;align-items:center;min-height:45px;padding:0 14px;display:inline-flex}.product-duration .product-field__control:first-child{border-radius:6px 0 0 6px;width:90px}.product-duration .product-field__control:last-child{border-left:none;border-radius:0 6px 6px 0;width:130px}.product-toggle{width:56px;height:28px;color:var(--product-on-strong);cursor:pointer;background:#515867;border:none;border-radius:18px;flex-shrink:0;justify-content:flex-start;align-items:center;padding:0;display:inline-flex;position:relative}.product-toggle--on{background:var(--product-green);justify-content:flex-end}.product-toggle span:first-child{text-align:center;width:31px;font-size:var(--fenix-font-size-table);font-weight:400;line-height:1}.product-toggle__knob{background:var(--product-surface);border-radius:999px;width:24px;height:24px;position:absolute;left:auto;right:2px}.product-toggle--on .product-toggle__knob{left:2px;right:auto}.product-toggle--disabled{cursor:not-allowed;justify-content:center}.product-toggle--disabled .product-toggle__knob{display:none}.product-toggle--disabled.product-toggle--on{background:var(--product-green,#0e9464);color:var(--product-on-strong,#fff)}.product-toggle--disabled:not(.product-toggle--on){color:var(--product-on-strong,#fff);background:#8b929e}.product-toggle--disabled span:first-child{text-align:center;width:100%;font-weight:400}.product-currency-row{flex-direction:column;gap:10px;display:flex}.product-currency-row__items{flex-wrap:wrap;gap:8px}.product-add-btn{background:var(--product-green-soft);width:44px;height:44px;color:var(--product-green);font-size:var(--product-plus-glyph-size);cursor:pointer;border:none;border-radius:8px;font-weight:500;line-height:1}.product-add-btn--small{width:36px;height:36px;min-height:36px;font-size:var(--product-plus-glyph-size)}.product-create__add-subsection{box-sizing:border-box;border:.5px dashed var(--product-green);background:var(--product-surface);width:100%;min-height:44px;color:var(--product-green);font-family:inherit;font-size:var(--fenix-font-size-table);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;line-height:20px;display:flex}.product-create__add-subsection span{font-size:22px;font-weight:500;line-height:1}.product-create__add-subsection--inline{width:100%}.product-create__done{background:var(--product-green);width:35px;height:35px;color:var(--product-on-strong);font-size:var(--fenix-font-size-title);border-radius:999px;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.product-inline-limit{gap:8px}.product-inline-limit .product-field__control,.product-create__line-controls .product-field__control{width:54px;min-height:38px}.product-create__line-controls__slot{justify-content:flex-start;align-items:center;min-width:54px;min-height:38px;display:inline-flex}.product-create__line-controls{color:#6a6a6a;flex-wrap:wrap;gap:10px}.product-toggle-card__controls .product-create__line-controls{flex-wrap:wrap;align-items:center;max-width:100%;display:inline-flex}.product-toggle-card__controls .product-create__line-controls>span:first-child{flex-shrink:0;min-width:190px}.product-data-card{overflow:auto}.product-data-card__tools{color:#6a6a6a;font-size:var(--fenix-font-size-caption);justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.product-data-card__tools>span{border-left:1px solid var(--product-muted);align-items:center;min-height:28px;padding-left:10px;display:inline-flex}.product-units-tab{--pu-green:#0e9464;--pu-green-soft:#dcf7ee;--pu-orange:var(--product-orange-bright,#eb6c0e);--pu-peach:#fdf0e7;--pu-border:#f6f4f3;--pu-muted:var(--product-muted,#515867);--pu-title:#1d1d1d;flex-direction:column;gap:40px;width:100%;min-width:0;display:flex}.product-units-tab__section{flex-direction:column;gap:.75rem;min-width:0;display:flex}.product-units-tab__section-head{border-radius:16px;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 8px #0000000d}.product-units-tab__section-head--neutral{background:var(--product-sand,#f6f4f3)}.product-units-tab__section-head--neutral .product-units-tab__section-badge{background:var(--pu-muted)}.product-units-tab__section-head--neutral .product-units-tab__section-title{color:var(--pu-muted)}.product-units-tab__section-head--partial{background:var(--pu-peach)}.product-units-tab__section-head--partial .product-units-tab__section-badge{background:var(--pu-orange)}.product-units-tab__section-head--partial .product-units-tab__section-title{color:var(--pu-orange)}.product-units-tab__section-head--done{background:var(--pu-green-soft)}.product-units-tab__section-head--done .product-units-tab__section-badge{background:var(--pu-green)}.product-units-tab__section-head--done .product-units-tab__section-title{color:var(--pu-green)}.product-units-tab__section-badge{color:#fff;border-radius:17.5px;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.125rem;font-weight:700;display:inline-flex}.product-units-tab__section-title{text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:1.125rem;font-weight:700}.product-units-tab__section-card{background:#fff;border:none;border-radius:16px;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 4px 8px #0000000d}.product-units-tab__instruction{color:var(--pu-title);margin:0 0 1.25rem;font-size:1rem;line-height:1.45}.product-units-tab__activity-hint{color:var(--pu-orange);margin:.75rem 0 0;font-size:.8125rem;line-height:1.4}.product-units-tab__choice-row{flex-wrap:wrap;align-items:stretch;gap:1.25rem;display:flex}.product-units-tab__choice-card{border:2px solid var(--pu-border);cursor:pointer;text-align:left;background:#fff;border-radius:12px;flex:260px;justify-content:space-between;align-items:center;gap:1rem;max-width:422px;min-height:52px;padding:10px 12px;transition:background .15s,border-color .15s,color .15s;display:flex}.product-units-tab__choice-card:hover{border-color:#0e946459}.product-units-tab__choice-card:focus-visible{outline:2px solid var(--pu-orange);outline-offset:2px}.product-units-tab__choice-card--selected{border-color:var(--pu-green);background:var(--pu-green);color:#fff}.product-units-tab__choice-card--disabled{cursor:not-allowed;opacity:.55}.product-units-tab__choice-card--disabled:hover{border-color:var(--pu-border)}.product-units-tab__choice-label{color:inherit;font-size:1rem;font-weight:700;line-height:1.3}.product-units-tab__choice-card:not(.product-units-tab__choice-card--selected) .product-units-tab__choice-label{color:var(--pu-title);font-weight:600}.product-units-tab__choice-mark{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;display:inline-flex}.product-units-tab__choice-mark--on{color:#fff;background:#ffffff40}.product-units-tab__choice-mark--off{background:#fff;border:2px solid #e5e7eb}.product-units-tab__choice-check-icon{width:15px;height:15px}.product-units-tab__choice-card--selected .product-units-tab__choice-check-icon{color:#fff}.product-units-tab__split-board{flex-direction:column;gap:32px;width:100%;margin-top:32px;display:flex}.product-units-tab__split-side{flex-direction:column;gap:12px;min-width:0;display:flex}.product-units-tab__split-strip{background:var(--product-shell-grey,#f6f4f3);border-radius:4px;justify-content:center;align-items:center;width:100%;padding:8px 4px;display:flex}.product-units-tab__split-strip-text{text-transform:uppercase;letter-spacing:.04em;color:var(--pu-title);margin:0;font-size:14px;font-weight:700;line-height:1.2}.product-units-tab__split-row{flex-wrap:wrap;align-items:flex-start;gap:20px;width:100%;display:flex}.product-units-tab__split-field{flex-direction:column;gap:12px;min-width:0;margin:0;display:flex}.product-units-tab__split-field--grow{flex:200px}.product-units-tab__split-field--pct{flex:0 0 200px;width:200px;max-width:100%}.product-units-tab__split-field-label{color:var(--pu-title);flex-wrap:wrap;align-items:center;gap:4px;font-size:16px;line-height:1.25;display:flex}.product-units-tab__split-field-label-text{font-weight:300}.product-units-tab__select--split{width:100%;min-height:44px;color:var(--pu-title);background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:12px;font-size:16px;font-weight:500}.product-units-tab__select--split:focus{outline:2px solid var(--pu-green);outline-offset:1px}.product-units-tab__unit-search{width:100%;position:relative}.product-units-tab__unit-search-input{box-sizing:border-box;appearance:none;width:100%}.product-units-tab__unit-search-input::-webkit-search-cancel-button{appearance:none}.product-units-tab__unit-search-dd{z-index:30;background:#fff;border:1px solid #c4c4c4;border-radius:8px;max-height:min(280px,42vh);margin:0;padding:4px 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 8px 24px #0000001f}.product-units-tab__unit-search-empty-li{list-style:none}.product-units-tab__unit-search-empty{color:var(--pu-muted);padding:10px 12px;font-size:14px;display:block}.product-units-tab__unit-search-opt{text-align:left;width:100%;font:inherit;color:var(--pu-title);cursor:pointer;background:0 0;border:none;padding:10px 12px;font-size:14px;font-weight:500;line-height:1.35;display:block}.product-units-tab__unit-search-opt:hover{background:var(--pu-green-soft)}.product-units-tab__unit-search-opt--active{background:var(--pu-green-soft);color:var(--pu-green)}.product-units-tab__pct-field--split{background:#fff;border:1px solid #c4c4c4;border-radius:8px;align-items:center;gap:8px;width:100%;max-width:none;min-height:44px;padding:0 12px;display:flex}.product-units-tab__pct-input--split{min-width:0;min-height:44px;box-shadow:none;font:inherit;color:var(--pu-title);appearance:none;background:0 0;border:none;border-radius:0;flex:auto;margin:0;padding:0;font-size:16px;font-weight:500}.product-units-tab__pct-input--split:focus{outline:none}.product-units-tab__pct-field--split:focus-within{outline:2px solid var(--pu-green);outline-offset:1px}.product-units-tab__pct-divider{background:#0000001f;flex-shrink:0;align-self:stretch;width:1px;min-height:24px;margin:6px 0}.product-units-tab__pct-suffix--infield{color:var(--pu-title);flex-shrink:0;font-size:16px;font-weight:300}.product-units-tab__field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.product-units-tab__field:last-child{margin-bottom:0}.product-units-tab__field-label{color:#374151;font-size:.8125rem;font-weight:600}.product-units-tab__req{color:#dc2626}.product-units-tab__select{width:100%;min-height:44px;color:var(--pu-title);background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.45rem .65rem;font-size:.875rem;font-weight:600}.product-units-tab__select:focus{outline:2px solid var(--pu-green);outline-offset:1px}.product-units-tab__pct-field{align-items:center;gap:.35rem;max-width:12rem;display:flex}.product-units-tab__pct-input{border:1px solid #d1d5db;border-radius:8px;flex:1;min-height:44px;padding:.45rem .65rem;font-size:.875rem;font-weight:600}.product-units-tab__pct-input:focus{outline:2px solid var(--pu-green);outline-offset:1px}.product-units-tab__pct-suffix{color:#6b7280;font-weight:700}.product-units-tab__table-scroll{width:100%;margin-top:1.25rem;overflow:auto}.product-units-tab__msg{color:var(--pu-muted);margin:0;font-size:.875rem}.offer-create__top-card{justify-content:flex-start}.offer-create__flow,.offer-create__section{flex-direction:column;gap:12px;display:flex}.offer-create__sections{gap:12px}.offer-create__card-head-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.offer-create__inline-status{color:var(--product-muted);font-size:14px;font-weight:500}.offer-create__policy-row{grid-template-columns:177px 300px 177px 305px minmax(240px,1fr);align-items:start;gap:32px;width:100%;display:grid}.offer-create__policy-row--no-period{grid-template-columns:177px 177px 305px minmax(240px,1fr)}.offer-create__policy-row .offer-create__field--start-date,.offer-create__policy-row .offer-create__field--period,.offer-create__policy-row .offer-create__field--currency{width:100%;min-width:0;max-width:100%}.offer-create__field--start-date{flex:0 0 177px;width:177px;max-width:100%}.offer-create__field--period{flex:0 300px;width:300px;max-width:100%}select.offer-create__period-select,select.offer-create__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%231d1d1d' stroke-linecap='round' stroke-width='1.5' d='m1 1 7 7 7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;min-height:44px;padding-right:36px}.offer-create__period-value{cursor:default;align-items:center;min-height:44px;margin:0;display:flex}.offer-create__time-group{flex-wrap:nowrap;align-items:flex-start;gap:8px;width:100%;min-width:0;display:flex}.offer-create__policy-row .product-field--buttons.offer-create__field--exact-time{flex:0 0 120px;width:120px;min-width:0}.offer-create__policy-row .offer-create__field--time-input{flex:1 1 0;width:auto;min-width:0;max-width:177px}.offer-create__field--time-input{flex:0 0 177px;width:177px;max-width:100%}.offer-create__field--currency{flex:280px;min-width:240px}.offer-create__date-wrap--readonly .offer-create__date-input--readonly,.offer-create__date-wrap--readonly .product-field__control:disabled{background:var(--product-sand,#f6f4f3);cursor:not-allowed}.offer-create .product-section-title--theme-policy,.offer-create .product-section-title--theme-parties,.offer-create .product-section-title--theme-coverage,.offer-create .product-section-title--theme-liquidation,.offer-create .product-section-title--theme-object,.offer-create .product-section-title--theme-finances{background:var(--product-sand,#f6f4f3);color:#515867}.offer-create .product-section-title--theme-policy .product-section-title__number,.offer-create .product-section-title--theme-parties .product-section-title__number,.offer-create .product-section-title--theme-coverage .product-section-title__number,.offer-create .product-section-title--theme-liquidation .product-section-title__number,.offer-create .product-section-title--theme-object .product-section-title__number,.offer-create .product-section-title--theme-finances .product-section-title__number{color:var(--product-on-strong,#fff);background:#515867}.offer-create .product-section-title[class*=--theme-].product-section-title--partial{color:var(--product-orange-bright,#eb6c0e);background:#fdf0e7}.offer-create .product-section-title[class*=--theme-].product-section-title--partial .product-section-title__number{background:var(--product-orange-bright,#eb6c0e);color:var(--product-on-strong,#fff)}.offer-create .product-section-title[class*=--theme-].product-section-title--done{background:var(--product-green-soft,#dcf7ee);color:var(--product-green,#0e9464)}.offer-create .product-section-title[class*=--theme-].product-section-title--done .product-section-title__number{background:var(--product-green,#0e9464);color:var(--product-on-strong,#fff)}.offer-create__toggle-card--coverage{justify-content:flex-start;min-height:0;padding-top:26px;padding-bottom:26px}.offer-create__toggle-card--coverage .product-create__card-title{text-transform:uppercase}.offer-create__toggle-card--coverage .offer-create__card-head-row{width:100%}.offer-create__toggle-card--coverage.offer-create__toggle-card--expanded{gap:20px}.offer-create__date-wrap{align-items:center;width:100%;max-width:100%;display:flex;position:relative}.offer-create__date-input{padding-right:42px;line-height:1.4;overflow:visible}.offer-create__date-btn{cursor:pointer;background:0 0;border:none;padding:4px;position:absolute;right:8px}.offer-create__hint{font-size:var(--fenix-font-size-table);color:var(--product-muted);margin:0}.offer-create__hint--error{color:var(--product-danger,#d23b3b)}.offer-create__custom-section-entries{flex-direction:column;gap:12px;display:flex}.offer-create__custom-section-entry{align-items:flex-end;gap:8px;display:flex}.offer-create__custom-section-entry>:first-child{flex:auto}.offer-create__custom-section-add{border:1.5px solid var(--product-green,#0e9464);background:var(--product-green,#0e9464);color:#fff;cursor:pointer;border-radius:8px;align-self:flex-start;width:36px;height:36px;font-size:20px;line-height:1}.offer-create__file-upload-btn{border:1.5px solid var(--product-mid-grey,#c4c4c4);cursor:pointer;font-size:var(--fenix-font-size-table);background:#fff;border-radius:8px;padding:8px 14px}.offer-create__file-chip{border:1.5px solid var(--product-green,#0e9464);background:var(--product-green-soft,#dcf7ee);border-radius:8px;align-items:center;gap:8px;max-width:100%;padding:6px 10px;display:inline-flex}.offer-create__file-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.offer-create__file-remove{cursor:pointer;color:var(--product-danger,#d23b3b);background:0 0;border:none;font-size:18px;line-height:1}.offer-create__step-stack{flex-direction:column;gap:12px;width:100%;display:flex}.offer-create__toggle-card{justify-content:center;gap:0;min-height:80px}.offer-create__toggle-card--expanded{gap:20px}.offer-create__fields-row{flex-wrap:wrap;align-items:flex-start;gap:32px;width:100%;display:flex}.offer-create__fields-row--coverages .product-field{flex:0 440px;min-width:200px;max-width:440px}.offer-create__fields-row--coverages .product-field--buttons{flex:0 200px;max-width:200px}.offer-create__fields-row--finance{gap:32px}.offer-create__finance-grid{grid-template-columns:118px 244px 200px 200px 200px minmax(148px,1fr);align-items:end;gap:32px;width:100%;display:grid}.offer-create__finance-grid .product-field,.offer-create__finance-grid .offer-create__currency-field{width:100%;min-width:0}.offer-create__finance-grid .offer-create__field--installments,.offer-create__finance-grid .offer-create__field--currency-md,.offer-create__finance-grid .offer-create__field--currency-lg,.offer-create__finance-grid .offer-create__field--toggle-inline{flex:none;width:auto}.offer-create__finance-grid .product-field__label{align-items:flex-start;min-height:2.6em}.offer-create__finance-grid .offer-create__field--toggle-inline .product-toggle{flex-shrink:0}.offer-create__finance-grid .offer-create__currency-field-row{width:100%}.offer-create__finance-grid .offer-create__field--currency-with-info .offer-create__currency-control-wrap{flex:1;min-width:0}.offer-create__fields-row--liquidation{align-items:flex-end}.offer-create__field--installments{flex:0 0 118px;width:118px}select.offer-create__installments-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%231d1d1d' stroke-linecap='round' stroke-width='1.5' d='m1 1 7 7 7-7'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border-radius:8px;min-height:44px;padding-right:30px}.offer-create__installments-select--readonly{background-color:var(--product-sand,#f6f4f3);cursor:not-allowed}.offer-create__installments-select:disabled{cursor:not-allowed;opacity:1;color:var(--product-text)}.offer-create__finance-card{border-radius:16px;box-shadow:0 4px 4px #0000000d}.offer-create__repayment-row--placeholder{color:var(--product-muted)}.offer-create__footer{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;min-height:69px;padding:16px}.offer-create__footer-label{text-transform:uppercase;color:var(--product-text);font-size:16px;font-weight:700}.offer-create__generate-btn{color:#fff;min-height:45px;font:inherit;text-transform:uppercase;letter-spacing:.03em;cursor:not-allowed;opacity:.55;background:#0e9464;border:none;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:12px 20px 12px 24px;font-size:14px;font-weight:600;display:inline-flex}.offer-create__generate-btn-mark{background:#ffffff1f;border:1px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.offer-create__generate-btn:not(:disabled){cursor:pointer;opacity:1}.offer-create__generate-btn:not(:disabled):hover{filter:brightness(.97)}.offer-create__field--currency-md{flex:0 0 200px;width:200px}.offer-create__field--currency-lg{flex:0 0 244px;width:244px}.offer-create__field--toggle-inline{gap:12px;min-width:135px}.offer-create__row-label{font-size:var(--fenix-font-size-body);text-transform:uppercase;color:var(--product-text);margin:0;font-weight:700}.offer-create__row-label--muted{text-transform:none;font-weight:500}.offer-create__liquidation-block .offer-create__card-head-row,.offer-create__liquidation-condition .offer-create__card-head-row{padding:4px 0}.offer-create__liquidation-block .offer-create__card-head-row+.offer-create__card-head-row{border-top:.5px solid #e8e8e8;margin-top:8px;padding-top:12px}.offer-create__liquidation-condition .product-installment-counts__group{margin-top:4px}.offer-create__liquidation-methods{flex:480px;min-width:280px}.offer-create__liquidation-deductible-amounts{flex:320px}.offer-create__currency-field-row{align-items:center;gap:10px;display:flex}.offer-create__currency-control-wrap{background:var(--product-surface);box-sizing:border-box;border:1px solid #c4c4c4;border-radius:8px;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 12px;display:flex}.offer-create__currency-control-wrap--readonly{background:var(--product-sand,#f6f4f3)}.offer-create__currency-control{min-width:0;min-height:43px;font-size:var(--fenix-font-size-table);color:var(--product-text);background:0 0;border:none;flex:1;padding:0;font-weight:500}.offer-create__currency-control:focus,.offer-create__currency-control:focus-visible{outline:none}.offer-create__currency-suffix{min-height:30px;font-size:var(--fenix-font-size-body);color:var(--product-text);border-left:1px solid #c4c4c4;flex-shrink:0;align-items:center;padding-left:8px;font-weight:300;display:inline-flex}.offer-create__info-btn{cursor:pointer;color:var(--product-muted);background:0 0;border:none;flex-shrink:0;padding:0}.offer-create__info-btn:disabled{cursor:not-allowed;opacity:.6}.offer-create__info-wrap{flex-shrink:0;position:relative}.offer-create__finance-breakdown{z-index:5;background:#fff;border-radius:8px;flex-direction:column;gap:8px;min-width:280px;max-width:360px;padding:12px 14px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 16px #0000001f}.offer-create__finance-breakdown-row{color:var(--product-text);justify-content:space-between;align-items:flex-start;gap:12px;font-size:14px;line-height:1.35;display:flex}.offer-create__finance-breakdown-label{flex-wrap:wrap;align-items:baseline;gap:6px;display:inline-flex}.offer-create__finance-breakdown-rate{color:var(--product-muted,#6b7280);font-weight:500}.offer-create__finance-breakdown-row>span:last-child{white-space:nowrap;font-weight:500}.offer-create__finance-card .product-create__card-title{margin-bottom:0}.offer-create__finance-rows{flex-direction:column;gap:32px;display:flex}.offer-create__hint--plan{font-weight:300}.offer-create__repayment{flex-direction:column;gap:12px;width:100%;display:flex}.offer-create__repayment-head{color:#1d1d1d;grid-template-columns:200px minmax(286px,1fr) 120px 160px minmax(120px,1fr);gap:0;padding:0 14px;font-size:14px;font-weight:400;line-height:normal;display:grid}.offer-create__repayment-head .offer-create__repayment-cell--required{align-items:center;gap:4px;display:inline-flex}.offer-create__repayment-head .product-field__star{margin-left:0;font-size:16px}.offer-create__repayment-row{background:var(--fenix-color-white);color:#1d1d1d;border:1px solid #c4c4c4;border-radius:12px;grid-template-columns:200px minmax(286px,1fr) 120px 160px minmax(120px,1fr);align-items:center;min-height:69px;padding:0;font-size:16px;font-weight:600;line-height:normal;display:grid}.offer-create__repayment-row--placeholder .offer-create__repayment-cell{color:var(--product-muted);font-weight:500}.offer-create__repayment-cell{min-width:0;padding:10px 14px}.offer-create__repayment-cell:not(:last-child){border-right:.5px solid #292548}.offer-create__toggle-list{flex-direction:column;gap:12px;display:flex}.offer-create__toggle-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.offer-create__toggle-row .product-create__card-title{text-transform:uppercase;margin:0;font-size:16px}.offer-create__same-row{align-items:center;gap:12px;margin:0;font-size:16px;font-weight:300;display:flex}.offer-create__same-row--divider{border-right:1px solid #515867;padding-right:10px}.offer-create__party-head{flex-wrap:nowrap;width:100%}.offer-create__party-head .product-create__card-title{flex-shrink:0;margin:0}.offer-create__party-head-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.offer-create__party-card--collapsed{gap:0}.offer-create__party-card:not(.offer-create__party-card--collapsed){gap:20px}.offer-create__party-fields{flex-direction:column;gap:32px;width:100%;display:flex}.offer-create__party-row{flex-wrap:wrap;align-items:flex-end;gap:32px;width:100%;display:flex}.offer-create__party-row-fields:not(.offer-create__party-row-fields--name){display:contents}.offer-create__party-row-fields--name{flex:280px;min-width:200px}.offer-create__party-row-fields--name>.product-field{width:100%}.offer-create__party-row--identifier{align-items:flex-end}.offer-create__party-identifier-group{flex-wrap:wrap;flex:0 auto;align-items:flex-end;gap:12px;display:flex}.offer-create__party-identifier-types{flex:0 auto;min-width:0}.offer-create__party-identifier-input,.offer-create__party-row--document>.product-field:not(.product-field--date){flex:0 440px;width:440px;min-width:200px;max-width:100%}.offer-create__party-row--document>.product-field--date{flex:0 0 177px;width:177px;max-width:100%}.offer-create__party-address-fields{flex-direction:column;gap:32px;width:100%;display:flex}.offer-create__party-address-fields .offer-create__address-row{flex:none;width:100%}.offer-create__party-row--contact>.product-field:not(.product-field--full):not(.offer-create__contact-toggle){flex:280px;min-width:240px;max-width:440px}.offer-create__party-row--contact>.offer-create__contact-toggle{flex:0 auto;min-width:280px;max-width:none}.offer-create__party-row--contact>.product-field--full{flex:100%;width:100%}.offer-create__party-row--additional.offer-create__fields-row .product-field{flex:280px;min-width:200px;max-width:440px}.offer-create__party-row--additional.offer-create__fields-row .product-field--full{flex:100%;width:100%}.offer-create__add-other{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:inline-flex}.offer-create__add-other:disabled{cursor:not-allowed}.offer-create__add-other-label{color:var(--product-green);font-size:16px;font-weight:300}.offer-create__add-other-icon{background:var(--product-green);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.offer-create__add-other-icon-svg{width:20px;height:20px}.offer-create__liquidation-card{gap:20px}.offer-create__liquidation-row{flex-wrap:wrap;align-items:flex-start;gap:32px;width:100%;display:flex}.offer-create__liquidation-field{flex-direction:column;gap:12px;min-width:0;display:flex}.offer-create__liquidation-field--methods{flex:480px}.offer-create__liquidation-field--toggle{flex:none}.offer-create__liquidation-field--amounts{width:100%}.offer-create__liquidation-pills{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.offer-create__liquidation-pill{padding:12px 20px;font-size:16px;font-weight:500}.offer-create__liquidation-deductibles{flex-direction:column;gap:0;width:100%;display:flex}.offer-create__liquidation-extra{border-top:.5px solid #e8e8e8;flex-direction:column;gap:12px;width:100%;padding-top:20px;display:flex}.offer-create__liquidation-row--extra-toggles{border-top:.5px solid #e8e8e8;padding-top:12px}.offer-create__add-btn{color:var(--product-green);cursor:not-allowed;opacity:.7;background:0 0;border:none;font-size:16px;font-weight:600}.offer-create__vehicle-data-card{border-radius:10px;box-shadow:0 3px 6px #00000029}.address-picker{flex-direction:column;gap:32px;width:100%;display:flex}.address-picker__row{flex-wrap:wrap;align-items:flex-start;gap:32px;width:100%;display:flex}.address-picker__row--primary,.address-picker__row--secondary{align-items:flex-end}.address-picker__row--secondary .offer-create__party-row-fields--inline-contact{display:contents}.address-picker__row--secondary .offer-create__party-row-fields--inline-contact>.product-field:not(.offer-create__contact-toggle){flex:200px;min-width:160px;max-width:280px}.address-picker__row--secondary .offer-create__party-row-fields--inline-contact>.offer-create__contact-toggle{flex:0 auto;min-width:240px}.address-picker__street{flex:280px;min-width:200px}.address-picker__city,.address-picker__region,.address-picker__municipality{flex:0 0 240px;width:240px;max-width:100%}.address-picker__post-code{flex:0 0 120px;width:120px;max-width:100%}.offer-create__address-row,.offer-create__address-row .address-picker{width:100%}.address-places-autocomplete__option{text-align:left;flex-direction:column;align-items:flex-start;gap:4px;display:flex}.address-places-autocomplete__main{word-break:break-word;width:100%;font-weight:500;line-height:1.35;display:block}.address-places-autocomplete__secondary{width:100%;color:var(--color-text-muted,#667085);word-break:break-word;font-size:12px;line-height:1.3;display:block}.location-autocomplete__option.address-places-autocomplete__option{display:flex}.offer-create__contact-toggle{flex:0 auto;min-width:280px}.offer-create__party-row--contact .offer-create__contact-toggle .product-installment-counts__group{flex-wrap:nowrap}.location-autocomplete{gap:10px;position:relative}.location-autocomplete__control-wrap{position:relative}.location-autocomplete__input{width:100%;min-height:44px}.location-autocomplete__list{z-index:20;background:var(--product-surface,#fff);border:1px solid var(--product-border,#c4c4c4);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:auto;box-shadow:0 4px 8px #00000014}.location-autocomplete__option{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;padding:10px 12px;font-size:16px;display:block}.location-autocomplete__option:hover,.location-autocomplete__option:focus-visible{background:var(--product-muted-surface,#f4f6f8)}.location-autocomplete__hint{color:var(--product-muted,#6b7280);margin-top:4px;font-size:12px;display:block}.offer-create__vehicle-data-stack{flex-direction:column;gap:32px;width:100%;display:flex}.offer-create__vehicle-lookup-row{flex-wrap:wrap;align-items:flex-end;gap:32px;width:100%;display:flex}.offer-create__vehicle-lookup-fields{flex-wrap:wrap;flex:auto;align-items:flex-end;gap:32px;display:flex}.offer-create__vehicle-lookup-fields .product-field{flex:0 342px;width:342px;max-width:100%}.offer-create__vehicle-lookup-btn{color:#fff;min-height:45px;font:inherit;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;background:#0e9464;border:none;border-radius:5px;flex-shrink:0;padding:12px 20px;font-size:14px;font-weight:600}.offer-create__vehicle-lookup-btn:hover:not(:disabled){filter:brightness(.97)}.offer-create__vehicle-lookup-btn:disabled{opacity:.55;cursor:not-allowed}.offer-create__vehicle-lookup-hint{margin:-16px 0 0}.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}.product-create__card.product-coverage__section{box-sizing:border-box;background:var(--product-sand);flex-direction:column;justify-content:center;gap:0;width:100%;min-height:70px;padding:16px}.product-create__card.product-coverage__section--active{background:var(--product-green-soft)}.product-create__card.product-coverage__section--partial{background:#fdf0e7}.product-create__card.product-coverage__section--partial .product-coverage__section-title h2{color:var(--product-orange-bright)}.product-create__card.product-coverage__section--partial .product-coverage__badge{background:var(--product-orange-bright)}.product-coverage__section-head{justify-content:space-between;align-items:center;display:flex}.product-coverage__section-title{align-items:center;gap:12px;display:inline-flex}.product-coverage__section-title h2{font-size:var(--fenix-font-size-title);text-transform:uppercase;color:var(--product-muted);margin:0;font-weight:700;line-height:1.2}.product-create__card.product-coverage__section--active .product-coverage__section-title h2{color:var(--product-green)}.product-coverage__badge{width:35px;height:35px;font-size:var(--fenix-font-size-title);color:var(--product-on-strong);background:var(--product-muted);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.product-create__card.product-coverage__section--active .product-coverage__badge{background:var(--product-green)}.product-coverage-card{gap:16px}.product-coverage-card__header{justify-content:space-between;align-items:center;display:flex}.product-coverage-card__header h3{font-size:var(--fenix-font-size-body);text-transform:uppercase;margin:0;font-weight:700}.product-coverage-card__name-row{grid-template-columns:minmax(0,1fr) 280px;gap:12px;display:grid}.product-coverage-card__add-row{align-self:flex-end}.product-coverage-step .product-data-table__head{color:#101010;font-size:var(--fenix-font-size-table);padding:0 14px;font-weight:400;line-height:normal}.product-coverage-step .product-data-table__head,.product-coverage-step .product-data-table__row{grid-template-columns:minmax(260px,1.4fr) minmax(220px,1fr) 140px minmax(420px,2fr)}.product-coverage-step .product-data-table__row{border-color:#c4c4c4;min-height:69px;padding:12px 14px}.product-coverage-step .product-data-table__cell,.product-coverage-step .product-data-table__input{min-height:44px;font-size:var(--fenix-font-size-body);font-weight:500}.product-coverage-step .product-data-table__cell--options{justify-content:flex-start;align-items:center;gap:12px;min-height:40px}.product-coverage-step .product-data-table__cell--options .product-option-chips{flex:1;align-items:center}.product-coverage-step .product-option-add{width:32px;height:32px;font-size:var(--product-plus-glyph-size);border-radius:4px}.product-coverage-step .product-option-chip{min-height:40px;font-size:var(--fenix-font-size-table);border-radius:8px;padding:0 10px}.product-coverage-step .product-coverage-card__name-row .product-field__label{color:var(--product-text);font-size:var(--fenix-font-size-body);margin-bottom:8px;font-weight:300;line-height:1.25}.product-coverage-step .product-coverage-card__name-row .product-field__star{font-size:var(--fenix-font-size-body)}.product-coverage-step .product-data-table__add-row{width:40px;height:40px;font-size:var(--product-plus-glyph-size)}.product-coverage-step .fenix-icon-btn--trash{justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.product-coverage-step .fenix-icon-btn--trash .fenix-icon-btn__ico{width:var(--product-icon-size);height:var(--product-icon-size)}.product-option-chip__remove{color:#dd2215;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;min-width:18px;min-height:18px;padding:0;font-size:22px;font-weight:700;line-height:1;display:inline-flex}.product-row-icon{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;display:inline-flex;position:relative}.product-row-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:0;display:inline-flex}.product-row-icon-btn:focus-visible{outline:2px solid var(--product-orange-bright);outline-offset:2px}.product-row-icon-btn--pending{box-sizing:border-box;background:var(--product-surface);border:2px dashed #c4c4c4;width:20px;height:20px}.product-row-icon--locked,.product-row-icon--checked{background:var(--product-green)}.product-row-icon--locked:before{content:"";border:2px solid var(--product-surface);box-sizing:border-box;border-radius:2px;width:10px;height:7px;position:absolute;top:9px;left:5px}.product-row-icon--locked:after{content:"";border:2px solid var(--product-surface);box-sizing:border-box;border-bottom:none;border-radius:8px 8px 0 0;width:8px;height:8px;position:absolute;top:4px;left:6px}.product-row-icon--checked:before{content:"";border-left:2px solid var(--product-surface);border-bottom:2px solid var(--product-surface);width:10px;height:6px;transform:rotate(-45deg)translate(1px,-1px)}.product-row-icon--delete:before{content:"";box-sizing:border-box;border:1.5px solid #dd2215;border-top:none;border-radius:0 0 2px 2px;width:8px;height:10px;position:absolute;top:7px;left:6px}.product-row-icon--delete:after{content:"";box-sizing:border-box;border-top:1.5px solid #dd2215;border-bottom:1.5px solid #dd2215;width:10px;height:2px;position:absolute;top:4px;left:5px}.product-data-table{flex-direction:column;gap:12px;min-width:980px;display:flex}.product-data-table__head,.product-data-table__row{grid-template-columns:minmax(200px,1.1fr) minmax(160px,.95fr) minmax(112px,.52fr) minmax(280px,2.92fr);align-items:center;gap:12px;display:grid}.product-data-table__head{color:#101010;font-size:var(--fenix-font-size-table);padding:0 14px;font-weight:400;line-height:normal}.product-data-table__head b{color:#dd2215}.product-data-table__row{border:.3px solid var(--product-green);background:var(--product-surface);border-radius:12px;min-height:69px;padding:12px 14px}.product-data-table__head>*,.product-data-table__row>*{min-width:0}.product-data-table__row--draft,.product-data-table__row--editable{border-color:var(--product-text)}.product-data-table__cell{background:var(--product-sand);min-height:44px;color:var(--product-text);font-size:var(--fenix-font-size-body);border:1px solid #c4c4c4;border-radius:8px;align-items:center;padding:0 12px;font-weight:500;display:inline-flex}.product-data-table__input{background:var(--product-surface);width:100%;min-height:44px;color:var(--product-text);font:inherit;font-size:var(--fenix-font-size-body);box-sizing:border-box;border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-weight:500}.product-data-table__input:focus{border-color:#c4c4c4;outline:none}.product-data-table__input--inline{background:0 0;border:none;min-height:42px;padding:0}.product-data-table__input--inline:focus{outline:none}.product-data-table__cell--empty{background:var(--product-surface)}.product-data-table__cell--options{border:none;border-left:.5px solid var(--product-text);background:0 0;border-radius:0;justify-content:flex-start;gap:18px;min-width:0;min-height:40px;padding:0 0 0 18px}.product-data-table__cell--options>.product-option-chips{flex:1 1 0;min-width:0}.product-data-table__cell--options>.product-data-table__delete,.product-data-table__cell--options>.fenix-icon-btn--trash{flex-shrink:0;margin-left:auto}.product-data-table__cell--toggle{background:0 0;border:none;border-radius:0;min-height:40px;padding:0}.product-option-chips{overscroll-behavior-x:contain;scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:10px;min-width:0;padding-bottom:8px;display:flex;overflow:auto hidden}.product-option-chips__add-row{z-index:1;background:var(--product-surface);flex-shrink:0;align-items:center;gap:10px;padding-right:6px;display:inline-flex;position:sticky;left:0}.product-option-chips__draft-input{box-sizing:border-box;background:var(--product-surface);width:160px;min-width:120px;max-width:160px;min-height:40px;font:inherit;font-size:var(--fenix-font-size-body);color:var(--product-text);border:1px solid #c4c4c4;border-radius:8px;flex:0 0 160px;padding:0 12px;font-weight:500}.product-option-chips__draft-input:focus{border-color:var(--product-green);outline:none}.product-option-add,.product-data-table__add-row{background:var(--product-green-soft);width:40px;height:40px;color:var(--product-green);font-size:var(--product-plus-glyph-size);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;line-height:1;display:inline-flex}.product-option-chip{box-sizing:border-box;border:.5px solid var(--product-green-soft);background:var(--product-surface);min-height:40px;font-size:var(--fenix-font-size-table);white-space:nowrap;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;max-width:none;padding:6px 12px;font-weight:500;display:inline-flex;box-shadow:0 1px 2px #29254826}button.product-option-chip{cursor:default}.product-option-chip--editable{min-width:180px;padding:0 10px}.product-option-chip__input{width:100%;min-width:0;color:var(--product-text);font:inherit;font-size:var(--fenix-font-size-table);background:0 0;border:none;outline:none;font-weight:500}.product-option-chip__input::placeholder{color:var(--product-muted);opacity:.75}.product-data-table__add-row{background:var(--product-green);width:44px;height:44px;color:var(--product-on-strong);font-size:var(--product-plus-glyph-size);align-self:flex-end;font-weight:400}.product-create__sections--wizard .product-data-card .product-data-table>.product-data-table__add-row{width:40px;height:40px;font-size:var(--product-plus-glyph-size)}.product-currency-drawer,.product-main-object-drawer{font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);--product-green:#0e9464;--product-green-soft:#dcf7ee;--product-green-muted:#81c4ac;--product-text:#1d1d1d;--product-surface:#fff;--product-sand:#f6f4f3;--product-on-strong:#fff}.product-currency-drawer{z-index:20;position:fixed;inset:0}.product-currency-drawer__overlay{cursor:pointer;background:#000000b8;border:none;position:absolute;inset:0}.product-currency-drawer__panel{box-sizing:border-box;background:var(--product-surface);border-radius:5px 0 0 5px;flex-direction:column;gap:0;width:min(520px,100%);max-width:520px;padding:16px 12px;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-8px 0 24px #00000014}.product-currency-drawer__body{flex-direction:column;flex:1;gap:24px;min-height:0;display:flex}.product-currency-drawer__head{flex-direction:column;flex-shrink:0;gap:24px;display:flex}.product-drawer-title-row{align-items:center;gap:13px;display:flex}.product-drawer-title-row h2{color:var(--product-text);font-size:var(--fenix-font-size-title);text-transform:uppercase;margin:0;font-weight:700;line-height:normal}.product-drawer-title-row__heading--body{font-size:var(--fenix-font-size-body)}.product-currency-drawer__lead{color:var(--product-text);font-size:var(--fenix-font-size-body);margin:0;font-weight:400;line-height:normal}.product-currency-drawer__options{scrollbar-width:thin;scrollbar-color:#1d1d1d59 transparent;flex-direction:column;flex:1;gap:12px;min-height:0;padding-bottom:4px;display:flex;overflow-y:auto}.product-currency-drawer__options::-webkit-scrollbar{width:6px}.product-currency-drawer__options::-webkit-scrollbar-thumb{background:#1d1d1d47;border-radius:6px}.product-currency-drawer__more{flex-direction:column;flex-shrink:0;gap:12px;margin-top:4px;display:flex}.product-currency-drawer__more-rule{border:none;border-top:1px solid var(--fenix-color-border,#e7e7e7);margin:0}.product-currency-drawer__show-all{color:var(--product-green,#0e9464);font-size:var(--fenix-font-size-cta,14px);font-weight:var(--fenix-font-weight-semibold,600);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin:0;padding:0}.product-currency-drawer__show-all:hover{color:var(--product-orange-bright,#eb6c0e)}.product-currency-option{box-sizing:border-box;border:1px solid var(--product-sand);background:var(--product-surface);min-height:44px;color:var(--product-text);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:0 12px;transition:background .15s,border-color .15s;display:flex;position:relative}.product-currency-option--selected{background:var(--product-green-soft);border-color:var(--product-green-muted);box-shadow:inset 0 0 0 1px #0e94641f}.product-currency-option__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-currency-option__check{box-sizing:border-box;border:.5px solid var(--product-text);background:var(--product-surface);pointer-events:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s,border-color .15s;display:flex}.product-currency-option--selected .product-currency-option__check{background:var(--product-green);border-color:var(--product-green)}.product-currency-option--selected .product-currency-option__check:after{content:"";border:solid var(--product-surface);border-width:0 2px 2px 0;width:5px;height:9px;margin-bottom:2px;transform:rotate(45deg)}.product-currency-option__label{font-size:var(--fenix-font-size-body);text-transform:uppercase;pointer-events:none;font-weight:600;line-height:normal}.product-currency-drawer__save{box-sizing:border-box;background:var(--product-green-muted);height:45px;min-height:45px;color:var(--product-on-strong);font-family:inherit;font-size:var(--fenix-font-size-table);text-transform:uppercase;cursor:not-allowed;opacity:.92;border:none;border-radius:100px;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:16px;padding:0 12px;font-weight:600;line-height:normal;transition:background .15s,opacity .15s,cursor .15s;display:flex}.product-currency-drawer__save--ready:not(:disabled){background:var(--product-green);cursor:pointer;opacity:1}.product-currency-drawer__save:disabled .product-currency-drawer__save-icon{opacity:.75}.product-currency-drawer__save--ready:not(:disabled) .product-currency-drawer__save-icon{opacity:1}.product-currency-drawer__save-icon{width:28px;min-width:28px;height:28px;min-height:28px;font-size:var(--fenix-font-size-table);background:#ffffff3d;border-radius:999px;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.product-main-object__group{flex-direction:column;gap:14px;display:flex}.product-main-object__chips{flex-wrap:wrap;gap:12px;display:flex}.product-main-object__group .product-field__label{margin-bottom:12px;display:inline-flex}.product-main-object__chip{box-sizing:border-box;background:var(--product-surface);min-height:44px;color:var(--product-text);font-size:var(--fenix-font-size-body);border:1px solid #c4c4c4;border-radius:8px;justify-content:center;align-items:center;padding:0 20px;font-weight:500;display:inline-flex}.product-main-object__chip--static{cursor:default;-webkit-user-select:none;user-select:none}.product-main-object__chip--active{background:var(--product-green-soft);border-color:var(--product-green-soft);color:var(--product-green);font-weight:700}.product-main-object__modal-add{border-style:dashed;width:100%;margin-bottom:12px}.product-main-object-drawer{z-index:30;position:fixed;inset:0}.product-main-object-drawer__overlay{cursor:pointer;background:#000000b8;border:none;position:absolute;inset:0}.product-main-object-drawer__panel{box-sizing:border-box;background:var(--product-surface);border-radius:5px 0 0 5px;flex-direction:column;justify-content:space-between;gap:0;width:min(520px,100%);max-width:520px;padding:16px 12px;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-8px 0 24px #00000014}.product-main-object-drawer__body{flex-direction:column;flex:1;gap:24px;min-height:0;display:flex}.product-main-object-drawer__head{flex-direction:column;flex-shrink:0;gap:24px;display:flex}.product-main-object-drawer__lead{box-sizing:border-box;width:100%;max-width:100%;color:var(--product-text);font-size:var(--fenix-font-size-body);align-self:stretch;margin:0;font-weight:400;line-height:normal}.product-main-object-drawer__add{box-sizing:border-box;border:.5px dashed var(--product-green);background:var(--product-surface);width:100%;min-height:44px;color:var(--product-green);font-family:inherit;font-size:var(--fenix-font-size-body);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;line-height:20px;display:inline-flex}.product-main-object-drawer__add-plus{font-size:var(--fenix-font-size-body);font-weight:600;line-height:1}.product-main-object-drawer__options{scrollbar-width:thin;scrollbar-color:#1d1d1d59 transparent;flex-direction:column;flex:1;gap:12px;min-height:0;padding-bottom:4px;display:flex;overflow-y:auto}.product-main-object-drawer__options::-webkit-scrollbar{width:6px}.product-main-object-drawer__options::-webkit-scrollbar-thumb{background:#1d1d1d47;border-radius:6px}.product-main-object-drawer__option{box-sizing:border-box;border:1px solid var(--product-sand);background:var(--product-surface);min-height:44px;color:var(--product-text);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:0 12px;transition:background .15s,border-color .15s;display:flex;position:relative}.product-main-object-drawer__option--selected{background:var(--product-green-soft);border-color:var(--product-green-muted);box-shadow:inset 0 0 0 1px #0e94641f}.product-main-object-drawer__option-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-main-object-drawer__option-check{box-sizing:border-box;border:.5px solid var(--product-text);background:var(--product-surface);pointer-events:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .15s,border-color .15s;display:flex}.product-main-object-drawer__option--selected .product-main-object-drawer__option-check{background:var(--product-green);border-color:var(--product-green)}.product-main-object-drawer__option--selected .product-main-object-drawer__option-check:after{content:"";border:solid var(--product-surface);border-width:0 2px 2px 0;width:5px;height:9px;margin-bottom:2px;transform:rotate(45deg)}.product-main-object-drawer__option-label{font-size:var(--fenix-font-size-body);text-transform:uppercase;pointer-events:none;font-weight:600;line-height:normal}.product-main-object-drawer__save{box-sizing:border-box;background:var(--product-green-muted);height:45px;min-height:45px;color:var(--product-on-strong);font-family:inherit;font-size:var(--fenix-font-size-body);text-transform:uppercase;cursor:pointer;border:none;border-radius:100px;flex-shrink:0;justify-content:space-between;align-items:center;margin-top:16px;padding:0 12px;font-weight:600;line-height:normal;transition:background .15s;display:flex}.product-main-object-drawer__save--ready{background:var(--product-green)}.product-main-object-drawer__save-icon{width:28px;min-width:28px;height:28px;min-height:28px;font-size:var(--fenix-font-size-body);background:#ffffff3d;border-radius:999px;justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.product-extras-step{width:100%}.product-extras__stack{flex-direction:column;gap:40px;display:flex}.product-extras__section-group{flex-direction:column;gap:12px;display:flex}.product-extras__section-mint{box-shadow:var(--product-panel-shadow);border-radius:12px;padding:12px 16px}.product-extras__section-mint--partial{background:#fdf0e7}.product-extras__section-mint--complete{background:var(--product-green-soft)}.product-extras__section-mint-inner{align-items:center;gap:12px;display:flex}.product-extras__section-badge{width:35px;height:35px;font-size:var(--fenix-font-size-title);color:var(--product-on-strong);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.product-extras__section-badge--partial{background:var(--product-orange-bright)}.product-extras__section-badge--complete{background:var(--product-green)}.product-extras__section-title-input{background:var(--product-surface);min-width:0;min-height:44px;font-size:var(--fenix-font-size-body);color:var(--product-text);border:1px solid #c4c4c4;border-radius:8px;flex:1;padding:0 12px;font-weight:500}.product-extras__section-remove{flex-shrink:0}.product-extras__subsection-card{background:var(--product-surface);box-shadow:var(--product-panel-shadow);border-radius:16px;padding:26px 16px}.product-extras__subsection-head{justify-content:space-between;align-items:center;min-height:28px;margin-bottom:20px;display:flex}.product-extras__subsection-title{font-size:var(--fenix-font-size-body);text-transform:uppercase;color:var(--product-text);margin:0;font-weight:700;line-height:normal}.product-extras__subsection-remove{flex-shrink:0}.product-extras__meta-row{grid-template-columns:minmax(160px,1fr) minmax(200px,250px) minmax(200px,250px) auto;align-items:end;gap:20px;margin-bottom:20px;display:grid}.product-extras__meta-field{flex-direction:column;gap:8px;min-width:0;display:flex}.product-extras__meta-field--grow{min-width:120px}.product-extras__meta-field--fixed{max-width:250px}.product-extras__meta-field--toggle .product-field__label{margin-bottom:0}.product-extras__toggle-wrap{align-items:center;min-height:44px;display:flex}.product-extras__control{background:var(--product-surface);width:100%;min-height:44px;font-size:var(--fenix-font-size-body);color:var(--product-text);border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-weight:500}.product-extras__control--select{cursor:pointer}.product-extras-step .product-extras__fields{border-top:1px solid #e8e8e8;padding-top:16px}.product-extras__fields-head{font-size:var(--fenix-font-size-table);color:var(--product-text);grid-template-columns:minmax(180px,1.2fr) minmax(200px,300px) 120px minmax(200px,1fr) 44px;align-items:end;gap:12px;padding:0 14px 12px;font-weight:400;display:grid}.product-extras__req{color:#dd2215;font-weight:700;font-size:var(--fenix-font-size-body)}.product-extras__fields-head-spacer{min-width:44px}.product-extras__field-row{border:1px solid var(--product-text);background:var(--product-surface);box-sizing:border-box;border-radius:12px;grid-template-columns:minmax(180px,1.2fr) minmax(200px,300px) 120px minmax(200px,1fr) 44px;align-items:center;gap:12px;min-height:69px;margin-bottom:12px;padding:8px;display:grid}.product-extras__field-cell--name,.product-extras__field-cell--type{width:100%;min-height:44px;font-size:var(--fenix-font-size-body);background:var(--product-surface);color:var(--product-text);border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-weight:500}.product-extras__field-cell--toggle{justify-content:center;display:flex}.product-extras__field-cell--options{align-items:center;min-width:0;display:flex}.product-extras__field-cell--options .product-option-chips{flex:1 1 0;min-width:0}.product-extras__option-placeholder{color:#7f7f7f;font-size:var(--fenix-font-size-body);padding-left:4px}.product-extras__fields-footer{justify-content:flex-end;margin-top:4px;display:flex}.product-extras__add-field{background:var(--product-green);width:44px;height:44px;color:var(--product-on-strong);font-size:var(--product-plus-glyph-size);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-weight:500;line-height:1;display:inline-flex}.product-extras__add-subsection{box-sizing:border-box;border:1px dashed var(--product-green);background:var(--product-surface);width:100%;min-height:44px;color:var(--product-green);font-family:inherit;font-size:var(--fenix-font-size-table);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:12px;font-weight:600;line-height:20px;display:flex}.product-extras__add-subsection-plus{color:var(--product-green);justify-content:center;align-items:center;min-width:24px;font-size:24px;font-weight:700;line-height:1;display:inline-flex}.product-extras__add-section-foot{box-sizing:border-box;border:1px dashed var(--product-green);background:var(--product-green-soft);width:100%;min-height:44px;color:var(--product-green);font-family:inherit;font-size:var(--fenix-font-size-body);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:12px;padding:12px;font-weight:600;line-height:24px;display:flex}.product-extras__add-section-foot-plus{color:var(--product-green);justify-content:center;align-items:center;min-width:26px;font-size:26px;font-weight:700;line-height:1;display:inline-flex}.product-extras__add-section-init{box-sizing:border-box;border:.5px dashed var(--product-green);background:var(--product-green-soft);width:100%;min-height:52px;color:var(--product-green);font-family:inherit;font-size:var(--fenix-font-size-body);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:8px 12px;font-weight:600;line-height:24px;display:flex}.product-extras__add-section-init:hover{background:#cbf3e8}.product-extras__add-section-init:focus-visible{outline:2px solid var(--product-green);outline-offset:2px}.product-extras__add-section-init-label{color:inherit;flex:0 auto}.product-extras__add-section-init-plus{width:14px;height:14px;color:var(--product-green);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-extras__add-section-init-plus-icon{display:block}.product-extras-step .fenix-icon-btn--trash{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.product-extras-step .fenix-icon-btn--trash .fenix-icon-btn__ico{width:var(--product-icon-size);height:var(--product-icon-size)}.product-extras-step .product-toggle span:first-child{font-size:var(--fenix-font-size-table);font-weight:600}.product-extras-step .product-toggle--disabled span:first-child{font-weight:400}.product-create__card.product-liquidation__section-title{box-sizing:border-box;background:var(--product-sand);flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-height:35px;padding:16px;display:flex}.product-create__card.product-liquidation__section-title--primary{background:#fff0e5}.product-create__card.product-liquidation__section-title h2{color:#515867;font-size:var(--fenix-font-size-title);text-transform:uppercase;margin:0;font-weight:700}.product-create__card.product-liquidation__section-title--primary h2{color:#eb6c0e}.product-create__card.product-liquidation__section-title--surface{border-radius:16px;box-shadow:0 4px 8px #0000000d}.product-liquidation__badge{width:35px;height:35px;color:var(--product-on-strong);font-size:var(--fenix-font-size-title);background:#515867;border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.product-liquidation__badge--primary{background:#eb6c0e}.product-create__card.product-liquidation__section-title--done{background:var(--product-green-soft)}.product-create__card.product-liquidation__section-title--done h2{color:var(--product-green)}.product-liquidation__badge--done{background:var(--product-green);color:var(--product-on-strong)}.product-liquidation__card{gap:18px}.product-liquidation__card:has(.product-liquidation__settings){border-radius:16px;box-shadow:0 4px 4px #0000000d}.product-liquidation__card--by-type,.product-liquidation__card--insurance-conditions{border-radius:16px;box-shadow:0 4px 8px #0000000d}.product-liquidation__conditions-entity{flex-direction:column;gap:4px;display:flex}.product-liquidation__conditions-entity+.product-liquidation__conditions-entity{margin-top:28px}.product-liquidation__conditions-entity-title{color:var(--product-text);font-size:var(--fenix-font-size-table);text-transform:uppercase;letter-spacing:.02em;margin:0 0 12px;font-weight:700}.product-liquidation__condition-value--readonly{cursor:default;-webkit-user-select:none;user-select:none}.product-liquidation__conditions-methods--no-actions{justify-content:flex-start}.product-liquidation__card h3{color:var(--product-text);font-size:var(--fenix-font-size-table);text-transform:uppercase;margin:0;font-weight:700}.product-liquidation__card--by-type .product-liquidation__card-head h3{font-size:var(--fenix-font-size-body)}.product-liquidation__card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-liquidation__load-btn{cursor:pointer;color:var(--product-text);background:0 0;border:none;align-items:center;gap:12px;padding:0;display:inline-flex}.product-liquidation__load-btn__text{font-size:var(--fenix-font-size-body);font-weight:300}.product-liquidation__load-btn__icon{background:var(--product-green-soft);border:.5px solid var(--product-green-soft);width:28px;height:28px;font-size:var(--fenix-font-size-title);color:var(--product-green);border-radius:4px;justify-content:center;align-items:center;font-weight:500;line-height:1;display:inline-flex;box-shadow:0 1px 2px #29254826}.product-liquidation__groups{flex-direction:column;gap:44px;width:100%;display:flex}.product-liquidation__group{background:0 0;border-radius:0;flex-direction:column;gap:12px;display:flex}.product-liquidation__group-title{box-sizing:border-box;color:var(--product-text);text-transform:uppercase;background:var(--product-sand);min-height:40px;font-weight:700;font-size:var(--fenix-font-size-caption);border-radius:8px;justify-content:center;align-items:center;display:flex}.product-liquidation__card--by-type .product-liquidation__group-title{background:var(--product-green-soft);height:33px;min-height:33px;font-size:var(--fenix-font-size-table);border-radius:4px}.product-liquidation__row{grid-template-columns:minmax(0,1fr) 36px;gap:16px;padding:16px 0;display:grid}.product-liquidation__row--single{grid-template-columns:minmax(0,1fr) 36px}.product-liquidation__row--headline{border:none;flex-wrap:wrap;align-items:flex-start;gap:32px;margin:0;padding:0;display:flex}.product-liquidation__field--headline-age{flex:none}.product-liquidation__field--headline-options{flex:320px;min-width:0}.product-liquidation__toggle-row{align-items:center;min-height:44px;display:flex}.product-liquidation__field{flex-direction:column;gap:12px;display:flex}.product-liquidation-step .product-field__label{font-size:var(--fenix-font-size-body);color:var(--product-text);font-weight:300;line-height:normal}.product-liquidation__field--options,.product-liquidation__field--age{min-width:0}.product-liquidation__age-controls{gap:10px;display:flex}.product-liquidation__age-select,.product-liquidation__age-input,.product-liquidation__amount-input{background:var(--product-surface);min-height:40px;color:var(--product-text);font-size:var(--fenix-font-size-caption);border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-weight:500}.product-liquidation__age-select{width:128px}.product-liquidation__age-input{text-align:center;width:92px}.product-liquidation-step .product-liquidation__chips{flex-wrap:wrap;gap:20px;display:flex}.product-liquidation__chips--row{flex-wrap:wrap}.product-liquidation-step .product-liquidation__chip{box-sizing:border-box;min-height:unset;background:var(--product-surface);color:var(--product-text);font-size:var(--fenix-font-size-body);cursor:pointer;border:1px solid #c4c4c4;border-radius:8px;padding:12px 20px;font-weight:500;line-height:normal}.product-liquidation-step .product-liquidation__chip--active{background:var(--product-green-soft);border-color:var(--product-green-soft);color:var(--product-green);font-weight:700}.product-liquidation-step .product-liquidation__chip:disabled{opacity:.45;cursor:not-allowed}.product-liquidation__interval-head{grid-template-columns:minmax(280px,400px) minmax(0,1fr);align-items:end;padding:0 14px;display:grid}.product-liquidation__interval-head-cell{font-size:var(--fenix-font-size-table);color:#101010;align-items:baseline;gap:4px;font-weight:400;line-height:normal;display:flex}.product-liquidation__interval-head-cell .product-field__star{font-size:var(--fenix-font-size-body);margin-left:0}.product-liquidation__interval-head-cell--wide{padding-left:15px}.product-liquidation__interval-row{box-sizing:border-box;border:1px solid var(--product-text);background:var(--product-surface);border-radius:12px;grid-template-columns:minmax(280px,400px) minmax(0,1fr);align-items:stretch;min-height:69px;display:grid;overflow:hidden}.product-liquidation__interval-age{box-sizing:border-box;align-items:center;padding:12px 14px;display:flex}.product-liquidation__interval-age-inner{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex}.product-liquidation__interval-select{background:var(--product-surface);min-width:132px;min-height:44px;color:var(--product-text);font-size:var(--fenix-font-size-body);border:1px solid #c4c4c4;border-radius:8px;flex:148px;padding:0 12px;font-weight:500}.product-liquidation__interval-num{background:var(--product-surface);min-width:64px;max-width:120px;min-height:44px;color:var(--product-text);font-size:var(--fenix-font-size-body);text-align:center;border:1px solid #c4c4c4;border-radius:8px;flex:72px;padding:0 12px;font-weight:500}.product-liquidation__interval-dash{font-size:var(--fenix-font-size-body);color:var(--product-text);font-weight:500}.product-liquidation__interval-methods{border-left:1px solid var(--product-text);align-items:center;min-width:0;padding:10px 14px;display:flex}.product-liquidation__interval-methods-inner{flex-direction:row;align-items:center;gap:12px;width:100%;min-width:0;display:flex}.product-liquidation__interval-methods-inner .product-liquidation__chips--row{flex:auto;min-width:0}.product-liquidation__interval-delete{width:2.25rem;height:2.25rem;box-shadow:none;background:0 0;border:none;flex-shrink:0;align-self:center;margin:0;padding:0}.product-liquidation__interval-delete .fenix-icon-btn__ico{width:var(--product-icon-size);height:var(--product-icon-size)}.product-liquidation__card--extra-age .product-liquidation__group-title--extra-band{color:var(--product-text);height:33px;min-height:33px;font-size:var(--fenix-font-size-table);background:#f6f4f3;border-radius:4px}.product-liquidation__extra-global{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.product-liquidation__extra-groups{flex-direction:column;gap:28px;display:flex}.product-liquidation__card--extra-age{gap:20px}.product-liquidation__card--extra-age .product-liquidation__card-head h3{font-size:var(--fenix-font-size-body)}.product-liquidation__extra-row{border-bottom:1px solid #e8e8e8;grid-template-columns:minmax(200px,280px) minmax(0,1fr);align-items:start;gap:20px;padding:8px 0 16px;display:grid}.product-liquidation__extra-row:last-of-type{border-bottom:none;padding-bottom:0}.product-liquidation__extra-row-col{flex-direction:column;gap:12px;min-width:0;display:flex}.product-liquidation__extra-row-col--wide{flex:1}.product-liquidation__extra-event-select{background:var(--product-surface);width:100%;max-width:280px;min-height:44px;color:var(--product-text);font-size:var(--fenix-font-size-body);border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-weight:500}.product-liquidation__extra-event-field{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-liquidation__extra-event-field .product-liquidation__extra-event-select{flex:200px;min-width:0;max-width:280px}.product-liquidation__extra-row-tools{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.product-liquidation__extra-row-tools .product-liquidation__chips{flex:240px;min-width:0}.product-liquidation__extra-row-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.product-liquidation__extra-row-delete{background:0 0;border:none;width:2.25rem;height:2.25rem;padding:0}.product-liquidation__extra-inline-add{background:var(--product-green);width:44px;height:44px;color:var(--product-on-strong);font-size:var(--product-plus-glyph-size);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;line-height:1;display:inline-flex}.product-liquidation__rows-box{border-top:1px solid #c4c4c4;flex-direction:column;align-items:stretch;gap:12px;width:100%;padding-top:12px;display:flex}.product-liquidation__settings{background:0 0;flex-direction:column;gap:0;padding:0;display:flex}.product-liquidation__settings-title{box-sizing:border-box;background:var(--product-green-soft);min-height:33px;color:var(--product-text);font-size:var(--fenix-font-size-table);text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;padding:8px 4px;font-weight:700;display:flex}.product-liquidation__settings-title:not(:first-child){margin-top:20px}.product-liquidation__controls-row{flex-wrap:wrap;align-items:flex-start;gap:32px;padding:12px 0 20px;display:flex}.product-liquidation__control{flex-direction:column;gap:12px;min-width:190px;display:flex}.product-liquidation__control .product-field__label{align-items:flex-start;min-height:40px}.product-liquidation__control-body{align-items:center;min-height:44px;display:flex}.product-liquidation__control--value-type{min-width:0}.product-liquidation__control--value-type .product-liquidation__chips{gap:12px}.product-liquidation__control--value-type .product-liquidation__chip{white-space:nowrap}.product-liquidation__hint{text-align:center;color:#7f7f7f;width:100%;font-size:var(--fenix-font-size-small);margin:0;font-style:italic;font-weight:400;line-height:1.4}.product-liquidation__settings>.product-liquidation__hint{padding-top:12px}.product-liquidation__add-row,.product-liquidation__amount-add{background:var(--product-green);width:44px;height:44px;color:var(--product-on-strong);font-size:var(--product-plus-glyph-size);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;line-height:1;display:inline-flex}.product-liquidation__add-row{margin-top:12px;margin-left:auto}.product-liquidation__add-row.product-liquidation__add-row--interval{width:44px;height:44px;font-size:var(--product-plus-glyph-size);border-radius:8px;flex-shrink:0;align-self:flex-end;margin-top:0;margin-left:0;font-weight:500;line-height:1}.product-liquidation__row-delete{place-self:center end;width:32px;height:32px}.product-liquidation__row-delete .fenix-icon-btn__ico{width:var(--product-icon-size);height:var(--product-icon-size)}.product-liquidation__amounts{flex-wrap:wrap;align-items:flex-end;gap:32px;padding:12px 0 0;display:flex}.product-liquidation__amount-field{flex-direction:column;flex:200px;gap:12px;min-width:160px;max-width:342px;display:flex}.product-liquidation__amount-label-row{align-items:center;gap:3px;width:100%;display:flex}.product-liquidation__amount-label-inner{flex:1;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.product-liquidation__amount-index-label{font-size:var(--fenix-font-size-body);color:var(--product-text);font-weight:300;line-height:normal}.product-liquidation__amount-remove{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.product-liquidation__amount-remove .fenix-icon-btn__ico{width:var(--product-icon-size);height:var(--product-icon-size)}.product-liquidation__amount-input{box-sizing:border-box;text-align:left;width:100%;min-height:44px;font-size:var(--fenix-font-size-body);font-weight:500}.product-liquidation__conditions-table{flex-direction:column;gap:12px;width:100%;display:flex}.product-liquidation__conditions-head{box-sizing:border-box;grid-template-columns:minmax(220px,428px) minmax(0,1fr);align-items:center;padding:0 14px;display:grid}.product-liquidation__conditions-head-cell{font-size:var(--fenix-font-size-table);color:#101010;align-items:baseline;gap:4px;font-weight:400;line-height:normal;display:flex}.product-liquidation__conditions-head-cell:first-child{padding-right:14px}.product-liquidation__conditions-head-cell--wide{padding-left:14px}.product-liquidation__conditions-head-cell .product-field__star{font-size:var(--fenix-font-size-body);margin-left:0}.product-liquidation__conditions-row{border:1px solid var(--product-text);background:var(--product-surface);box-sizing:border-box;border-radius:12px;grid-template-columns:minmax(220px,428px) minmax(0,1fr);align-items:stretch;min-height:69px;display:grid;overflow:hidden}.product-liquidation__condition-cell{border-right:1px solid var(--product-text);box-sizing:border-box;align-items:center;min-width:0;padding:10px 14px;display:flex}.product-liquidation__condition-value,.product-liquidation__condition-input{background:var(--product-sand);width:100%;color:var(--product-text);font-size:var(--fenix-font-size-body);box-sizing:border-box;border:1px solid #c4c4c4;border-radius:8px;margin:0;padding:12px;font-family:inherit;font-weight:500;line-height:normal}.product-liquidation__condition-input:focus{border-color:#c4c4c4;outline:none}.product-liquidation__conditions-methods{box-sizing:border-box;justify-content:space-between;align-items:center;gap:14px;min-width:0;padding:10px 14px;display:flex}.product-liquidation__condition-delete{flex-shrink:0}.product-liquidation__condition-delete:disabled{opacity:.35;cursor:default}.product-liquidation__add-row--condition{align-self:flex-end;margin-top:12px}.product-liquidation-step .product-liquidation__chips--conditions{gap:20px}.product-liquidation-step .product-liquidation__conditions-methods .product-liquidation__chip{font-size:var(--fenix-font-size-body);padding:12px 20px;font-weight:500}.library-confirm-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}.library-confirm-modal{box-sizing:border-box;background:#fff;border-radius:10px;width:100%;max-width:600px;padding:24px;box-shadow:0 4px 10px #29254824}.library-confirm-modal__title{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;margin:0 0 16px;font-size:18px;font-weight:700;line-height:1.25}.library-confirm-modal__body{color:#1d1d1d;margin:0 0 32px;font-size:16px;font-weight:400;line-height:1.5}.library-confirm-modal__name{font-weight:700}.library-confirm-modal__actions{align-items:stretch;gap:20px;display:flex}.library-confirm-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}.library-confirm-modal__btn--back{color:#1d1d1d;background:#fff;border:1px solid #515867}.library-confirm-modal__btn--primary{color:#fff;background:#0e9464;border:none}.library-confirm-modal__btn--primary:hover:not(:disabled){filter:brightness(.97)}.library-confirm-modal__btn--delete{color:#fff;background:#c53030;border:none}.library-confirm-modal__btn--delete:hover:not(:disabled){filter:brightness(.97)}.library-confirm-modal__btn:disabled{opacity:.55;cursor:not-allowed}.library-confirm-modal__btn:focus-visible{outline-offset:2px;outline:2px solid #f58220}.library-confirm-modal__error{color:#b91c1c;background:#fef2f2;border-radius:6px;margin:0 0 16px;padding:10px 12px;font-size:14px}.product-wizard-leave-modal .library-confirm-modal__btn{white-space:normal;min-width:0;line-height:1.25}@media (width<=640px){.product-wizard-leave-modal .library-confirm-modal__actions{flex-direction:column}.product-wizard-leave-modal .library-confirm-modal__btn{flex:none;width:100%}}.tariff-wizard{--tariff-calc-cols:minmax(200px, 360px) minmax(360px, 540px) minmax(180px, 1fr);flex-direction:column;gap:40px;display:flex}.tariff-entity-tab{flex-direction:column;gap:40px;display:flex}.tariff-object-tab,.tariff-additional-tab{flex-direction:column;gap:40px;width:100%;min-width:0;display:flex}.tariff-additional-tab .tariff-section-block,.tariff-additional-tab .tariff-section-block__body{gap:12px}.tariff-additional-subsection-card{background:var(--product-surface,#fff);border-radius:16px;flex-direction:column;gap:20px;padding:26px 16px;display:flex;box-shadow:0 4px 4px #0000000d}.tariff-additional-subsection-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:28px;display:flex}.tariff-additional-subsection-card__title{color:var(--product-text,#1d1d1d);text-transform:none;letter-spacing:normal;flex:280px;margin:0;font-size:16px;line-height:normal}.tariff-additional-subsection-card__name{text-transform:uppercase;font-weight:700}.tariff-additional-subsection-card__meta{text-transform:uppercase;font-style:italic;font-weight:400}.tariff-additional-subsection-card__calc{flex-shrink:0}.tariff-additional-subsection-card__calc .tariff-section-block__calc-label{font-size:16px;font-weight:300}.tariff-additional-subsection-card__calc .tariff-section-block__select{background:#fff;font-size:16px;font-weight:500}.tariff-additional-subsection-card__body{flex-direction:column;gap:12px;display:flex}.tariff-additional-subsection-card__empty{color:var(--product-muted,#515867);margin:0;font-size:14px;font-weight:400;line-height:normal}.tariff-section-block{background:var(--product-surface,#fff);box-shadow:var(--product-panel-shadow,0 4px 8px #0000000d);border-radius:16px;margin-bottom:0;overflow:hidden}.tariff-section-block__bar{background:var(--product-peach-tint,#fdf0e7);border-bottom:none;border-radius:16px 16px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.tariff-section-block__hint{font-size:var(--fenix-font-size-table);color:var(--product-muted,#515867);background:var(--product-shell-grey,#f6f4f3);border-bottom:1px solid #0000000f;margin:0;padding:12px 16px;line-height:1.45}.tariff-section-block__title-wrap{align-items:center;gap:10px;display:flex}.tariff-section-block__badge{background:var(--product-orange-bright,#eb6c0e);color:#fff;min-width:35px;height:35px;font-weight:700;font-size:var(--fenix-font-size-title);border-radius:17.5px;justify-content:center;align-items:center;padding:0 10px;display:inline-flex}.tariff-section-block__title{font-size:var(--fenix-font-size-title);color:var(--product-orange-bright,#eb6c0e);text-transform:uppercase;letter-spacing:.02em;margin:0;font-weight:700}.tariff-section-block__calc{flex-shrink:1;align-items:center;gap:10px;min-width:0;display:flex}.tariff-section-block__calc-label{white-space:nowrap;flex-shrink:0}.tariff-section-block__req{color:#dd2215;font-weight:700}.tariff-section-block__select{min-width:240px;max-width:min(420px,52vw);height:44px;font:inherit;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:8px 12px;font-size:16px;font-weight:500}.tariff-section-block--neutral .tariff-section-block__bar{background:var(--product-sand,#f6f4f3);padding:10px 16px}.tariff-section-block--neutral .tariff-section-block__body{gap:24px;margin-top:8px;padding:12px 16px}.tariff-section-block--neutral-empty-body .tariff-section-block__body{margin:0;padding:0;display:none}.tariff-section-block--neutral-solo-bar .tariff-section-block__bar{border-radius:16px}.tariff-section-block--neutral .tariff-section-block__badge{background:var(--product-muted,#515867)}.tariff-section-block--neutral .tariff-section-block__title{color:var(--product-muted,#515867)}.tariff-section-block--neutral .tariff-section-block__select{background:#fff}.tariff-section-block--complete .tariff-section-block__bar{background:var(--product-green-soft,#dcf7ee)}.tariff-section-block--complete .tariff-section-block__badge{background:var(--product-green,#0e9464)}.tariff-section-block--complete .tariff-section-block__title{color:var(--product-green,#0e9464)}.tariff-section-block--complete .tariff-section-block__select{background:var(--product-shell-grey,#f6f4f3)}.tariff-section-block--complete .tariff-segment--product{flex-wrap:wrap}.tariff-section-block--complete .tariff-calc-row__cell--method .tariff-segment--product{flex-wrap:nowrap}.tariff-section-block__body{flex-direction:column;gap:36px;margin-top:12px;padding:16px;display:flex}.tariff-field-block{border:1px solid var(--product-border,#e7e7e7);background:var(--product-surface,#fff);border-radius:16px;padding:16px 16px 14px;box-shadow:0 4px 8px #0000000d}.tariff-field-block__title-bar{background:var(--product-shell-grey,#f6f4f3);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;display:flex}.tariff-field-block__title{font-size:var(--fenix-font-size-table);color:var(--product-text,#1d1d1d);text-transform:uppercase;flex:200px;margin:0;font-weight:700;line-height:1.3}.tariff-field-block__title-strong,.tariff-field-block__title-sep{font-weight:700}.tariff-field-block__title-kind{text-transform:none;font-style:italic;font-weight:400}.tariff-field-block__tools{flex-shrink:0;align-items:center;gap:12px;display:flex}.tariff-field-block__load{font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:inline-flex}.tariff-field-block__load-label{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:300}.tariff-field-block__load-icon{background:var(--product-green-soft,#dcf7ee);border:.5px solid var(--product-green-soft,#dcf7ee);width:28px;height:28px;color:var(--product-green,#0e9464);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 2px #29254826}.tariff-field-block__load-icon svg{display:block}.tariff-field-block__add-wrap{justify-content:flex-end;margin-top:12px;display:flex}.tariff-field-block__add-footer-btn{background:var(--product-green,#0e9464);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;font-weight:600;line-height:1;display:inline-flex;box-shadow:0 2px 8px #0e946459}.tariff-field-block__add-footer-btn svg{display:block}.tariff-field-block__add-footer-btn:hover{filter:brightness(1.05)}.tariff-field-block__add-footer-btn:active{transform:scale(.98)}.tariff-field-block__remove-footer-btn{color:#fff;cursor:pointer;background:#dd2215;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;font-weight:600;line-height:1;display:inline-flex;box-shadow:0 2px 8px #dd221559}.tariff-field-block__remove-footer-btn:hover:not(:disabled){filter:brightness(1.05)}.tariff-field-block__remove-footer-btn:active:not(:disabled){transform:scale(.98)}.tariff-field-block__remove-footer-btn:disabled{opacity:.35;cursor:not-allowed}.tariff-field-block__source-hint{color:var(--product-muted,#515867);margin:0 0 10px;font-size:12px}.tariff-calc-header__label{font-size:var(--fenix-font-size-table);color:var(--product-text,#1d1d1d);font-weight:400;line-height:normal}.tariff-calc-header__asterisk{color:#dd2215;margin-left:4px;font-size:16px;font-weight:700}.tariff-calc-row--header,.tariff-calc-row--data{grid-template-columns:var(--tariff-calc-cols);align-items:center;gap:0;display:grid}.tariff-calc-row--header{font-size:var(--fenix-font-size-table);color:var(--product-text,#1d1d1d);border-bottom:none;margin-bottom:12px;padding:0 14px}.tariff-calc-row--header .tariff-calc-row__cell{flex-wrap:wrap;align-items:center;gap:4px;min-width:0;padding:0;display:flex}.tariff-calc-row--header .tariff-calc-row__cell:first-child{padding-right:14px}.tariff-calc-row--header .tariff-calc-row__cell:nth-child(2){padding-left:14px;padding-right:14px}.tariff-calc-row--header .tariff-calc-row__cell--header-third{padding-left:14px}.tariff-calc-row__cell--header-third{flex-flow:wrap;align-items:center;gap:8px}.tariff-calc-header__value-line{flex-wrap:wrap;align-items:baseline;gap:4px;display:flex}.tariff-calc-header__type-radios{align-items:center;gap:12px;display:flex}.tariff-calc-row--header .tariff-calc-header__type-radios .tariff-radio{margin:0}.tariff-calc-row--data{border:.3px solid var(--product-text,#1d1d1d);box-sizing:border-box;background:#fff;border-radius:12px;min-height:69px;margin-bottom:12px;padding:10px 0}.tariff-calc-row--data>.tariff-calc-row__cell{min-width:0;min-height:100%;padding:10px 14px}.tariff-calc-row--data>.tariff-calc-row__cell:not(:first-child){border-left:.5px solid #1d1d1d73}.tariff-calc-row__cell{min-width:0}.tariff-calc-row__cell--condition{flex-flow:row;align-items:center;gap:10px;min-width:0;display:flex}.tariff-calc-row__cell--condition--enum{flex-flow:column wrap;align-items:stretch}.tariff-calc-row__value-slot{flex-wrap:nowrap;flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.tariff-calc-row__value-slot--range{flex-wrap:nowrap}.tariff-calc-row__enum-label{font-weight:600}.tariff-calc-row__readonly{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:600}.tariff-calc-row__select,.tariff-calc-row__num{height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-size:16px;font-weight:500}.tariff-calc-row__select--condition{flex:0 0 172px;width:172px;max-width:172px}.tariff-calc-row__cell--condition .tariff-calc-row__value-slot .tariff-calc-row__num{flex:1 1 0;width:auto;min-width:44px;max-width:none}.tariff-calc-row__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%231d1d1d' stroke-linecap='round' stroke-width='1.5' d='m1 1 7 7 7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.tariff-calc-row__num--single{max-width:140px}.tariff-calc-row__cell--condition .tariff-calc-row__value-slot .tariff-calc-row__num--single{flex:auto;max-width:none}.tariff-calc-row__num--main{max-width:120px}.tariff-calc-row__amount .tariff-calc-row__num--main{width:100%}.tariff-calc-row__amount--combined{box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;flex:0 auto;align-items:stretch;min-width:120px;max-width:228px;min-height:44px;display:inline-flex;overflow:hidden}.tariff-calc-row__amount--combined .tariff-calc-row__num--in-combined{width:auto;min-width:40px;max-width:none;height:44px;box-shadow:none;border:none;border-radius:0;flex:auto}.tariff-calc-row__amount-divider{background:#c4c4c4;flex-shrink:0;align-self:stretch;width:.5px}.tariff-calc-row__unit--in-combined{color:var(--product-text,#1d1d1d);flex-shrink:0;align-items:center;padding:0 12px 0 8px;font-size:16px;font-weight:300;display:inline-flex}.tariff-calc-row__dash{color:var(--product-text,#1d1d1d);flex-shrink:0;font-size:16px;font-weight:500}.tariff-segment--product{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.tariff-calc-row__cell--method .tariff-segment--product{flex-wrap:nowrap}.tariff-segment--product .tariff-segment__btn{box-sizing:border-box;min-height:unset;white-space:nowrap;background:var(--product-surface,#fff);color:var(--product-text,#1d1d1d);font:inherit;cursor:pointer;border:1px solid #c4c4c4;border-radius:8px;margin:0;padding:12px 20px;font-size:16px;font-weight:500;line-height:normal}.tariff-segment--product .tariff-segment__btn:hover:not(:disabled):not(.tariff-segment__btn--active){border-color:var(--product-green-soft,#dcf7ee)}.tariff-segment--product .tariff-segment__btn--active{background:var(--product-green,#0e9464);border-color:var(--product-green,#0e9464);color:var(--product-on-strong,#fff);font-weight:700}.tariff-segment--product .tariff-segment__btn--active:hover:not(:disabled){filter:brightness(1.03)}.tariff-segment--product .tariff-segment__btn:disabled{opacity:.45;cursor:not-allowed}.tariff-calc-row__cell--typevalue{flex-wrap:wrap;align-items:center;gap:12px;min-width:0;display:flex}.tariff-calc-row__delete-wrap{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.tariff-calc-row__delete.fenix-icon-btn--trash{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px}.tariff-calc-row__delete.fenix-icon-btn--trash:hover:not(:disabled){background:#dd22150f}.tariff-calc-row__delete.fenix-icon-btn--trash:disabled{opacity:.35;cursor:not-allowed}.tariff-calc-row__type{flex-flow:wrap;align-items:center;gap:12px;display:flex}.tariff-radio{cursor:pointer;align-items:center;margin:0;display:inline-flex;position:relative}.tariff-radio--disabled{opacity:.45;cursor:not-allowed}.tariff-radio__input{opacity:0;width:0;height:0;margin:0;position:absolute}.tariff-radio__text{color:var(--product-text,#1d1d1d);padding-left:22px;font-size:12px;font-weight:300;line-height:normal;position:relative}.tariff-radio__input:checked+.tariff-radio__text{font-weight:600}.tariff-radio__text:before{content:"";background:var(--product-surface,#fff);box-sizing:border-box;border:1.5px solid #c4c4c4;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.tariff-radio__input:checked+.tariff-radio__text:before{border-color:var(--product-green,#0e9464);background:var(--product-green-soft,#dcf7ee)}.tariff-radio__input:checked+.tariff-radio__text:after{content:"";background:var(--product-green,#0e9464);border-radius:50%;width:6px;height:6px;margin-top:-3px;position:absolute;top:50%;left:5px}.tariff-radio__input:focus-visible+.tariff-radio__text:before{outline:2px solid var(--product-orange-bright,#eb6c0e);outline-offset:2px}.tariff-calc-row__amount{flex:0 auto;align-items:center;gap:6px;display:flex}.tariff-calc-row__unit{font-weight:600;font-size:var(--fenix-font-size-table);color:var(--product-muted,#515867)}.tariff-calc-row__enum-framed{box-sizing:border-box;border:1px solid var(--product-border,#e7e7e7);background:var(--product-surface,#fff);border-radius:10px;width:100%;min-width:0;max-width:100%;padding:2px}.tariff-calc-row__enum-framed .tariff-calc-row__enum-readbox{width:100%;min-height:44px}.tariff-calc-row__enum-readbox{box-sizing:border-box;background:var(--product-shell-grey,#f6f4f3);border:1px solid #c4c4c4;border-radius:8px;align-items:center;width:100%;min-height:44px;padding:12px;display:flex}.tariff-calc-row__enum-readbox .tariff-calc-row__readonly{font-size:16px;font-weight:500}.tariff-coverages-tab{flex-direction:column;gap:40px;display:flex}.tariff-coverages-tab.tariff-wizard-stack{gap:40px}.tariff-coverage-group{flex-direction:column;align-items:stretch;gap:12px;display:flex}.tariff-coverage-group__fields{flex-direction:column;gap:12px;display:flex}.tariff-coverage-group__empty{color:var(--product-muted,#515867);background:var(--product-shell-grey,#f6f4f3);border-radius:12px;margin:0;padding:12px 16px;font-size:14px;line-height:1.45}.tariff-coverage-card__banner{background:var(--product-peach-tint,#fdf0e7);box-sizing:border-box;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;min-height:67px;padding:16px;display:flex;box-shadow:0 4px 8px #0000000d}.tariff-coverage-card__banner--partial{background:var(--product-peach-tint,#fdf0e7)}.tariff-coverage-card__banner--partial .tariff-coverage-card__badge{background:var(--product-orange-bright,#eb6c0e)}.tariff-coverage-card__banner--partial .tariff-coverage-card__banner-title{color:var(--product-orange-bright,#eb6c0e)}.tariff-coverage-card__banner--neutral{background:var(--product-shell-grey,#f6f4f3)}.tariff-coverage-card__banner--neutral .tariff-coverage-card__badge{background:var(--product-muted,#515867)}.tariff-coverage-card__banner--neutral .tariff-coverage-card__banner-title{color:var(--product-muted,#515867)}.tariff-coverage-card__banner--done{background:var(--product-green-soft,#dcf7ee)}.tariff-coverage-card__banner--done .tariff-coverage-card__badge{background:var(--product-green,#0e9464)}.tariff-coverage-card__banner--done .tariff-coverage-card__banner-title{color:var(--product-green,#0e9464)}.tariff-coverage-card__banner-left{align-items:center;gap:12px;min-width:0;display:flex}.tariff-coverage-card__badge{background:var(--product-orange-bright,#eb6c0e);color:#fff;min-width:35px;height:35px;font-weight:700;font-size:var(--fenix-font-size-title);border-radius:17.5px;flex-shrink:0;justify-content:center;align-items:center;padding:0 10px;line-height:1;display:inline-flex}.tariff-coverage-card__banner-title{font-size:var(--fenix-font-size-title);color:var(--product-orange-bright,#eb6c0e);text-transform:uppercase;letter-spacing:.02em;margin:0;font-weight:700;line-height:1.2}.tariff-coverage-card__banner-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px 16px;display:flex}.tariff-coverage-card__base-price-block{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tariff-coverage-card__base-dot{border:1.5px solid var(--product-mid-grey,#c4c4c4);box-sizing:border-box;cursor:pointer;appearance:none;background:#fff;border-radius:50%;flex-shrink:0;width:20px;height:20px;padding:0;position:relative}.tariff-coverage-card__base-dot:after{content:none}.tariff-coverage-card__base-dot--active{border-color:var(--product-green,#0e9464);background:var(--product-green-soft,#dcf7ee)}.tariff-coverage-card__base-dot--active:after{content:"";background:var(--product-green,#0e9464);border-radius:50%;width:6px;height:6px;margin:-3px 0 0 -3px;position:absolute;top:50%;left:50%}.tariff-coverage-card__base-label{cursor:default;align-items:baseline;gap:2px;margin:0;display:inline-flex}.tariff-coverage-card__base-text{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:300}.tariff-coverage-card__base-req{color:#dd2215;font-size:16px;font-weight:700}.tariff-coverage-card__base-input-combo{box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;flex-shrink:0;align-items:stretch;width:140px;min-height:44px;display:inline-flex;overflow:hidden}.tariff-coverage-card__base-input{width:0;min-width:0;height:44px;font:inherit;box-sizing:border-box;text-align:right;color:var(--product-text,#1d1d1d);background:0 0;border:none;border-radius:0;flex:auto;padding:0 8px 0 12px;font-size:16px;font-weight:500}.tariff-coverage-card__base-input:focus{outline:none}.tariff-coverage-card__base-input-combo:focus-within{outline:2px solid var(--product-orange-bright,#eb6c0e);outline-offset:2px}.tariff-coverage-card__base-input-divider{background:#c4c4c4;flex-shrink:0;align-self:stretch;width:.5px}.tariff-coverage-card__base-input-combo .tariff-coverage-card__base-unit{color:var(--product-text,#1d1d1d);flex-shrink:0;align-items:center;padding:0 12px 0 8px;font-size:16px;font-weight:300;display:inline-flex}.tariff-coverage-card__currency-hint{color:var(--product-text,#1d1d1d);white-space:nowrap;margin:0;font-size:16px;font-weight:500}.tariff-coverage-field-panel{--tariff-calc-cols:minmax(280px, 1fr) minmax(300px, 1fr) minmax(240px, 1fr);background:var(--product-surface,#fff);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:20px;padding:26px 16px;display:flex;box-shadow:0 4px 4px #0000000d}.tariff-coverage-field-panel--tariff-on .tariff-coverage-field-panel__name{color:var(--product-text,#1d1d1d)}.tariff-coverage-field-panel__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:28px;display:flex}.tariff-coverage-field-panel__title{flex:200px;margin:0;font-size:16px;line-height:normal}.tariff-coverage-field-panel__name{text-transform:uppercase;color:var(--product-text,#1d1d1d);font-weight:700}.tariff-coverage-field-panel__toggle{flex-shrink:0;align-items:center;gap:12px;display:flex}.tariff-coverage-field-panel__toggle-label{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:300}.tariff-coverage-field-panel__body,.tariff-coverage-field-panel__rows{flex-direction:column;gap:12px;display:flex}.tariff-coverage-field-panel .tariff-calc-row--data.tariff-calc-row--coverage{border:.3px solid var(--product-text,#1d1d1d);background:#fff;border-radius:12px;min-height:69px;margin-bottom:0;padding:0}.tariff-coverage-field-panel .tariff-calc-row--header{margin-bottom:0}.tariff-coverage-field-toolbar{border-bottom:1px solid var(--product-border,#e7e7e7);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:8px 0 4px;display:flex}.tariff-coverage-field-toolbar__name{color:var(--product-muted,#515867);font-size:13px;font-weight:600}.tariff-coverage-field-toolbar__load{font:inherit;color:var(--product-green,#0e9464);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:13px;font-weight:600}.tariff-coverage-field-toolbar__load:hover{color:var(--product-orange-bright,#eb6c0e)}.tariff-liquidation-tab{box-sizing:border-box;flex-direction:column;gap:40px;width:100%;min-width:0;display:flex}.tariff-wizard-stack .tariff-section-block{width:100%;min-width:0;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;align-items:stretch;gap:20px;display:flex;overflow:visible}.tariff-wizard-stack .tariff-section-block__bar{border-bottom:none;border-radius:16px;flex-shrink:0;margin-bottom:0;padding:16px;box-shadow:0 4px 4px #0000000d}.tariff-wizard-stack .tariff-section-block--neutral .tariff-section-block__bar{background:var(--product-sand,#f6f4f3)}.tariff-wizard-stack .tariff-section-block--partial .tariff-section-block__bar{background:#fdf0e7}.tariff-wizard-stack .tariff-section-block--complete .tariff-section-block__bar{background:var(--product-green-soft,#dcf7ee)}.tariff-wizard-stack .tariff-section-block--neutral .tariff-section-block__badge{background:var(--product-muted,#515867)}.tariff-wizard-stack .tariff-section-block--partial .tariff-section-block__badge{background:var(--product-orange-bright,#eb6c0e)}.tariff-wizard-stack .tariff-section-block--complete .tariff-section-block__badge{background:var(--product-green,#0e9464)}.tariff-wizard-stack .tariff-section-block--neutral .tariff-section-block__title{color:var(--product-muted,#515867)}.tariff-wizard-stack .tariff-section-block--partial .tariff-section-block__title{color:var(--product-orange-bright,#eb6c0e)}.tariff-wizard-stack .tariff-section-block--complete .tariff-section-block__title{color:var(--product-green,#0e9464)}.tariff-wizard-stack .tariff-section-block--neutral .tariff-section-block__select{background:#fff}.tariff-wizard-stack .tariff-section-block--partial .tariff-section-block__select,.tariff-wizard-stack .tariff-section-block--complete .tariff-section-block__select{background:var(--product-shell-grey,#f6f4f3)}.tariff-wizard-stack .tariff-section-block__title-wrap{gap:12px}.tariff-wizard-stack .tariff-section-block__body{background:0 0;flex-direction:column;gap:32px;min-height:0;margin-top:0;padding:0;display:flex}.tariff-wizard-stack .tariff-section-block__body>.tariff-field-block:not(.tariff-liq-field-block):not(.tariff-field-block--in-subsection){--tariff-calc-cols:minmax(300px, 480px) minmax(300px, 540px) minmax(200px, 1fr);padding:26px 16px;box-shadow:0 4px 4px #0000000d}.tariff-wizard-stack .tariff-section-block__body>.tariff-field-block:not(.tariff-liq-field-block) .tariff-field-block__title-bar{background:var(--product-shell-grey,#f6f4f3);border-radius:10px;margin-bottom:12px;padding:8px 12px}.tariff-wizard-stack .tariff-section-block__body>.tariff-field-block:not(.tariff-liq-field-block) .tariff-field-block__title{font-size:16px;font-weight:700}.tariff-wizard-stack .tariff-field-block--in-subsection{box-shadow:none;--tariff-calc-cols:minmax(300px, 480px) minmax(300px, 540px) minmax(200px, 1fr);background:0 0;border:none;border-radius:0;flex-direction:column;gap:12px;padding:0;display:flex}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-field-block__title-bar{background:var(--product-shell-grey,#f6f4f3);border-radius:10px;align-items:center;min-height:33px;margin-bottom:0;padding:8px 12px}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-field-block__title{text-transform:uppercase;font-size:14px;font-weight:700;line-height:normal}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-field-block__title-kind{text-transform:none;font-size:14px;font-style:italic;font-weight:400}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-field-block__load-label{font-size:16px;font-weight:300}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-calc-header__label{font-size:14px;font-weight:400}.tariff-wizard-stack .tariff-field-block--in-subsection .tariff-radio__text{font-size:12px}.tariff-field-block.tariff-liq-field-block{--tariff-calc-cols:minmax(300px, 480px) minmax(300px, 540px) minmax(200px, 1fr);padding:26px 16px;box-shadow:0 4px 4px #0000000d}.tariff-liq-field-block__intro{flex-direction:column;gap:20px;display:flex}.tariff-liq-field-block__grid{flex-direction:column;gap:12px;display:flex}.tariff-liq-field-block__tier-editor{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.tariff-liq-tier-row{align-items:flex-end;gap:12px;display:flex}.tariff-liq-tier-row__input{width:160px}.tariff-liq-field-block__grid>.tariff-calc-row--header,.tariff-liq-field-block__grid>.tariff-calc-row--data{margin-bottom:0}.tariff-field-block.tariff-liq-field-block .tariff-field-block__title{font-size:16px;font-weight:700}.tariff-field-block.tariff-liq-field-block .tariff-field-block__title-bar{background:0 0;border-radius:0;margin-bottom:0;padding:0}.tariff-liq-field-card__toggle{flex-shrink:0;align-items:center;gap:12px;display:flex}.tariff-liq-field-card__toggle-label{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:300}.tariff-liq-field-card__toggle .product-toggle:not(.product-toggle--on){background:#5f6368}.tariff-liq-field-card__toggle .product-toggle--on{background:var(--product-green,#0e9464)}.tariff-load-drawer{z-index:1200;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.tariff-load-drawer__backdrop{cursor:pointer;background:#00000059;border:none;padding:0;position:absolute;inset:0}.tariff-load-drawer__panel{z-index:1;background:#fff;border-radius:16px;flex-direction:column;width:min(720px,100vw - 32px);max-height:min(85vh,720px);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000000d,0 12px 48px #0000001f}.tariff-load-drawer__head{border-bottom:1px solid var(--product-border,#e7e7e7);grid-template-columns:2.25rem 1fr auto;align-items:center;gap:8px;padding:16px 16px 14px;display:grid}.tariff-load-drawer__title{font-size:var(--fenix-font-size-table);text-align:center;text-transform:uppercase;letter-spacing:.03em;color:var(--product-text,#1d1d1d);margin:0;font-weight:700;line-height:1.25}.tariff-load-drawer__confirm{background:var(--product-green-muted,#81c4ac);color:#fff;min-height:44px;font:inherit;font-size:var(--fenix-font-size-table);text-transform:uppercase;letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;padding:10px 18px;font-weight:600}.tariff-load-drawer__confirm:hover:not(:disabled){filter:brightness(1.03)}.tariff-load-drawer__confirm:disabled{opacity:.45;cursor:not-allowed}.tariff-load-drawer__body{flex-direction:column;flex:1;gap:12px;min-height:0;padding:20px 20px 24px;display:flex;overflow:hidden}.tariff-load-drawer__field{flex-direction:column;gap:10px;display:flex}.tariff-load-drawer__label{color:var(--product-text,#1d1d1d);font-size:16px;font-weight:300}.tariff-load-drawer__req{color:#dd2215;font-weight:700}.tariff-load-drawer__input{height:44px;font:inherit;border:1px solid #c4c4c4;border-radius:8px;padding:0 12px;font-size:16px;font-weight:500}.tariff-load-drawer__input:focus{border-color:var(--product-green,#0e9464);outline:none;box-shadow:0 0 0 2px #0e946426}.tariff-load-drawer__list-wrap{flex-direction:column;flex:1;min-height:160px;display:flex}.tariff-load-drawer__list{flex-direction:column;flex:1;gap:8px;padding:4px 2px 8px;display:flex;overflow:auto}.tariff-load-drawer__row{text-align:left;font:inherit;cursor:pointer;background:#fff;border:1px solid #c4c4c4;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.tariff-load-drawer__row:hover{border-color:var(--product-green-muted,#81c4ac)}.tariff-load-drawer__row-name{color:var(--product-text,#1d1d1d);font-size:15px;font-weight:600}.tariff-load-drawer__row-meta{color:var(--product-muted,#515867);text-transform:uppercase;font-size:12px;font-weight:500}.tariff-load-drawer__row--active{border-color:var(--product-green,#0e9464);background:var(--product-green-soft,#dcf7ee)}.tariff-load-drawer__error{color:#c41e3a;margin:8px 0 0;font-size:13px}.tariff-load-drawer__hint{color:var(--product-muted,#515867);margin:0;font-size:13px}.tariff-load-drawer__empty{font-size:var(--fenix-font-size-table);color:var(--product-muted,#515867);text-align:center;margin:0;padding:16px 8px}.product-create .tariff-field-block__load{font-size:16px}.product-create .tariff-field-block__add-footer-btn,.product-create .tariff-field-block__remove-footer-btn{font-size:22px;font-weight:600;line-height:1}@media (width<=720px){.tariff-calc-row--header,.tariff-calc-row--data{grid-template-columns:1fr}.tariff-calc-row__cell--header-third{flex-direction:column;align-items:flex-start;gap:8px}.tariff-calc-row--data>.tariff-calc-row__cell:not(:first-child){border-top:1px solid #1d1d1d1f;border-left:none;padding-top:12px}.tariff-segment--product{flex-wrap:wrap;justify-content:flex-start;gap:12px}.tariff-segment--product .tariff-segment__btn{flex:calc(33.333% - 8px);min-width:88px}.tariff-section-block--complete .tariff-segment--product{gap:12px}.tariff-calc-row__cell--condition:not(.tariff-calc-row__cell--condition--enum){flex-wrap:wrap;align-items:flex-start}.tariff-calc-row__select--condition{flex:100%;width:100%;max-width:none}.tariff-calc-row__cell--condition .tariff-calc-row__value-slot{flex:100%;min-width:0}}.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}.pu-comm-tree{--row-radius:8px;--row-border:#c4c4c4;--row-bg:#fff;--row-bg-root:#fff5ed;--accent:var(--product-orange-bright,#eb6c0e);--connector:#c9c9cd;--subtree-gap:.5rem;--subtree-inset:1.25rem;--col-divider:#d1d5db;--green-active:#0e9464;--tree-cols:minmax(200px, 1.55fr) minmax(7.5rem, 9rem) minmax(9rem, 11rem) minmax(120px, 1fr) minmax(128px, 1fr) minmax(128px, 1fr);width:100%;min-width:0}.pu-comm-tree__header{grid-template-columns:var(--tree-cols);color:#101010;align-items:center;column-gap:0;margin-bottom:.25rem;padding:.25rem 1rem .5rem;font-size:14px;font-weight:400;line-height:normal;display:grid}.pu-comm-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:normal;display:-webkit-box;position:relative;overflow:hidden}.pu-comm-tree__head-cell:first-child{padding-left:0}.pu-comm-tree__req{color:#dc2626;font-weight:600}.pu-comm-tree__row{grid-template-columns:var(--tree-cols);border:1px solid var(--row-border);border-radius:var(--row-radius);background:var(--row-bg);box-sizing:border-box;align-items:center;column-gap:0;min-height:3.5rem;margin-bottom:.5rem;padding:0 1rem;font-size:.875rem;display:grid;position:relative}.pu-comm-tree__row--root{background:var(--row-bg-root);border-color:#e5d4c2}.pu-comm-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}.pu-comm-tree__subtree{margin-top:var(--subtree-gap);padding-left:var(--subtree-inset);border-left:1px solid var(--connector);position:relative}.pu-comm-tree__subtree:before{content:"";left:-1px;top:calc(-1 * var(--subtree-gap));height:var(--subtree-gap);border-left:1px solid var(--connector);position:absolute}.pu-comm-tree__subtree--nested{margin-left:.75rem}.pu-comm-tree__subtree>.pu-comm-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%)}.pu-comm-tree__cell{color:#1a1a1a;min-width:0;padding:0 .75rem;position:relative}.pu-comm-tree__cell:not(:first-child){border-left:1px solid var(--col-divider)}.pu-comm-tree__row--root .pu-comm-tree__cell:not(:first-child){border-left-color:#e5d4c2}.pu-comm-tree__cell:last-child{padding-right:0}.pu-comm-tree__cell--name{padding-left:0;font-weight:600;position:relative}.pu-comm-tree__row--child .pu-comm-tree__cell--name{padding-left:1.75rem}.pu-comm-tree__name-inner{align-items:center;gap:.5rem;min-width:0;display:flex}.pu-comm-tree__row-check{width:18px;height:18px;accent-color:var(--green-active);cursor:pointer;flex-shrink:0;margin:0}.pu-comm-tree__row-check:disabled{cursor:not-allowed;opacity:.45}.pu-comm-tree__check-spacer{flex-shrink:0;width:18px;height:18px}.pu-comm-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}.pu-comm-tree__toggle:hover{background:#0000000f}.pu-comm-tree__toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.pu-comm-tree__chev{transition:transform .15s}.pu-comm-tree__chev--collapsed{transform:rotate(-90deg)}.pu-comm-tree__toggle-spacer{flex-shrink:0;width:24px;height:24px;margin-top:.1rem}.pu-comm-tree__title{color:#1d1d1d;flex:1;min-width:0;font-size:1rem;font-weight:600;line-height:normal}.pu-comm-tree__cell--kind .pu-comm-tree__kind{color:#1d1d1d;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;display:block;overflow:hidden}.pu-comm-tree__cell--identifier{color:#1d1d1d;font-size:.8125rem;font-weight:600}.pu-comm-tree__id{word-break:break-all}.pu-comm-tree__dash{color:#9ca3af;font-weight:500}.pu-comm-tree__pct-wrap{align-items:center;gap:.25rem;max-width:100%;display:flex}.pu-comm-tree__input{color:#1d1d1d;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;min-width:0;min-height:38px;padding:.35rem .5rem;font-size:.8125rem;font-weight:600}.pu-comm-tree__input:focus{outline:2px solid var(--green-active);outline-offset:1px}.pu-comm-tree__input--pct{flex:1;max-width:7rem}.pu-comm-tree__pct-suffix{color:#6b7280;flex-shrink:0;font-weight:600}.pu-comm-tree__date-wrap{align-items:center;width:100%;min-width:0;display:flex;position:relative}.pu-comm-tree__input--date{cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:38px;padding-right:34px}.pu-comm-tree__date-btn{color:#515867;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;right:6px}.pu-comm-tree__msg{color:#515867;margin:.75rem 0;font-size:.875rem}.pu-comm-tree__msg--error{color:#b91c1c}.pu-comm-tree__msg-wrap{padding:.5rem 0}.pu-comm-tree__retry{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;margin-top:.5rem;padding:.35rem .85rem;font-size:.8125rem;font-weight:600}.pu-comm-tree__retry:hover{background:#f9fafb}.pu-comm-tree__msg--refresh{color:#6b7280;font-size:.8125rem}@media (width<=1100px){.pu-comm-tree{min-width:920px}}.pu-comm-tree__input--invalid{outline-offset:1px;outline:2px solid #dd2215}@media (width<=1100px){.product-extras__meta-row{grid-template-columns:1fr 1fr}.product-extras__meta-field--fixed{max-width:none}.product-extras__meta-field--toggle{grid-column:1/-1}.product-extras__fields-head{display:none}.product-extras__field-row{grid-template-columns:1fr;min-height:0;padding:12px}.product-extras__field-remove{grid-column:1/-1;justify-self:end}}@media (width<=1200px){.product-create__grid--product,.product-create__grid--settings,.product-create__grid--objects{grid-template-columns:repeat(2,minmax(0,1fr))}.product-field--buttons{min-width:0}}@media (width<=760px){.product-create__top-card,.product-create__subtabs,.product-create__card--line{flex-direction:column;align-items:stretch}.product-create__actions,.product-create__line-controls{justify-content:flex-start}.product-create__step-tabs,.product-create__grid--product,.product-create__grid--settings,.product-create__grid--objects{grid-template-columns:minmax(0,1fr);height:auto}.product-create__objects-label--kind{grid-area:1/1}.product-create__objects-buttons{grid-area:2/1}.product-create__objects-label--limit{grid-area:3/1}.product-create__objects-limit{grid-area:4/1}.product-create__step-tab{min-height:45px}.product-button-group,.product-create__line-controls{flex-wrap:wrap}}.product-load-flow{width:100%;max-width:var(--fenix-content-max-width);min-width:0;font-family:var(--fenix-font-family);color:var(--fenix-color-black);flex-direction:column;gap:16px;margin:0;display:flex}.product-load-flow--page{flex-direction:column;flex:1;gap:20px;min-height:0;display:flex;overflow:hidden}.product-load-flow--page .product-load-flow__page-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.product-load-flow__top-card{min-height:var(--fenix-height-title-bar);background:var(--fenix-color-white);border-radius:var(--fenix-radius-card);box-shadow:var(--fenix-shadow-panel);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.product-load-flow__title{align-items:center;gap:13px;min-width:0;display:flex}.product-load-flow__title strong{font-size:var(--fenix-font-size-title);font-weight:var(--fenix-font-weight-bold);letter-spacing:.02em;text-transform:uppercase}.product-load-flow__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.product-load-flow__action--confirm{height:var(--fenix-height-cta);border-radius:var(--fenix-radius-pill);background:var(--fenix-color-green-muted);color:var(--fenix-color-white);font-size:var(--fenix-font-size-cta);font-weight:var(--fenix-font-weight-semibold);text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:12px;padding:0 12px;display:inline-flex}.product-load-flow__action--confirm:disabled{opacity:.55;cursor:not-allowed}.product-load-flow__action--confirm.product-load-flow__action--ready{background:var(--fenix-color-green)}.product-load-flow__action-confirm-glyph{background:#ffffff3d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.product-load-flow__header-confirm-check{display:block}.product-load-flow__page-body{flex-direction:column;gap:20px;display:flex}.product-load-flow--page .product-load-flow__card--search{padding:24px 16px}.product-load-flow__origin{font-size:var(--fenix-font-size-table);color:#515867;margin:0}.product-load-flow__card{background:#fff;border-radius:16px;padding:24px 16px;box-shadow:0 4px 8px #0000000d}.product-load-flow__field{flex-direction:column;gap:12px;display:flex}.product-load-flow__label{font-size:var(--fenix-font-size-body);color:#1d1d1d;font-weight:300}.product-load-flow__req{color:#dd2215;font-weight:700}.product-load-flow__input{height:44px;font-size:var(--fenix-font-size-body);border:1px solid #c4c4c4;border-radius:8px;padding:0 12px}.product-load-flow__list{flex-direction:column;gap:6px;max-height:320px;margin-top:16px;padding:2px;display:flex;overflow:auto}.product-load-flow__row{text-align:left;cursor:pointer;box-sizing:border-box;background:#f8f8f8;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 12px;display:flex}.product-load-flow__row--active{background:#dcf7ee;border-color:#0e9464}.product-load-flow__row-name{font-size:var(--fenix-font-size-table);color:#1d1d1d;font-weight:600}.product-load-flow__row-meta{color:#6a6a6a;font-size:12px}.product-load-flow__hint,.product-load-flow__empty,.product-load-flow__error{font-size:var(--fenix-font-size-table);margin:8px 0 0}.product-load-flow__error{color:#dd2215}.product-load-flow__wizard-preview{width:100%}.product-load-flow__wizard-preview .product-create__sections{gap:24px}.product-load-section-card .product-create__card-head{align-items:center}.product-load-section-card--selected,.product-load-preview--allow-checkboxes .tariff-field-block.product-load-section-card--selected{border:2px solid #0e9464;box-shadow:0 0 0 1px #0e94641f}.product-load-flow__section-empty--card{padding:8px 0 4px}.product-load-flow__risk-chips--readonly{padding-top:4px}.product-option-chip--static{pointer-events:none}.product-load-flow__browse{flex-direction:column;flex:1;gap:12px;min-height:0;display:flex;overflow:hidden}.product-load-flow__browse-nav{flex-direction:column;flex-shrink:0;gap:16px;display:flex}.product-load-flow__browse-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-right:4px;overflow:auto}.product-load-preview--readonly{-webkit-user-select:text;user-select:text}.product-load-preview--readonly input,.product-load-preview--readonly textarea,.product-load-preview--readonly select,.product-load-preview--readonly button:not(.product-load-flow__section-check):not(.product-load-flow__section-check *),.product-load-preview--readonly .product-data-table__add-row,.product-load-preview--readonly .product-extras__add-field,.product-load-preview--readonly .product-extras__add-subsection,.product-load-preview--readonly .product-extras__add-section{pointer-events:none;cursor:default}.product-load-preview--readonly .product-option-chips{pointer-events:auto;cursor:default}.product-load-preview--readonly .tariff-wizard button,.product-load-preview--readonly .product-units-tab button,.product-load-preview--readonly .product-units-tab input,.product-load-preview--readonly .product-units-tab select{pointer-events:none;cursor:default}.product-load-preview--allow-checkboxes .product-load-flow__section-check,.product-load-preview--allow-checkboxes .product-load-flow__section-check *,.product-load-preview--allow-checkboxes .tariff-field-block__tools .product-load-flow__section-check,.product-load-preview--allow-checkboxes .tariff-coverage-field-toolbar .product-load-flow__section-check{pointer-events:auto;cursor:pointer}.product-load-flow__section-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 8px #0000000d}.product-load-flow__section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.product-load-flow__section-title{font-size:var(--fenix-font-size-body);color:#1d1d1d;margin:0;font-weight:600}.product-load-flow__section-check{cursor:pointer;display:inline-flex;position:relative}.product-load-flow__section-check input{opacity:0;cursor:pointer;width:20px;height:20px;margin:0;position:absolute}.product-load-flow__section-check-ui{border:2px solid #c4c4c4;border-radius:4px;width:20px;height:20px;display:block}.product-load-flow__section-check input:checked+.product-load-flow__section-check-ui{background:#0e9464;border-color:#0e9464}.product-load-flow__section-check input:checked+.product-load-flow__section-check-ui:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin:2px auto 0;display:block;transform:rotate(45deg)}.product-load-flow__section-check input:disabled+.product-load-flow__section-check-ui{opacity:.4}.product-load-flow__section-empty{color:#6a6a6a;margin:0;font-size:13px}.product-load-flow__section-preview{overflow:auto}.product-load-flow__risk-chips{flex-wrap:wrap;gap:8px;display:flex}.product-load-flow__footer{justify-content:flex-end;gap:12px;display:flex}.product-load-flow__btn-ghost,.product-load-flow__btn-primary{height:45px;font-size:var(--fenix-font-size-table);text-transform:uppercase;cursor:pointer;border-radius:100px;padding:0 20px;font-weight:600}.product-load-flow__btn-ghost{color:#1d1d1d;background:#fff;border:2px solid #f6f4f3}.product-load-flow__btn-primary{color:#fff;background:#81c4ac;border:none}.product-load-flow__btn-primary:disabled{opacity:.55;cursor:not-allowed}.product-data-card__load-btn{border:none;border-left:1px solid var(--product-muted);color:#6a6a6a;cursor:pointer;background:0 0;min-height:28px;margin:0;padding:0 10px;font-size:13px}.product-data-card__load-btn:hover{color:#1d1d1d}.product-load-screen{width:100%;max-width:var(--fenix-content-max-width);min-width:0;color:var(--fenix-color-black);font-family:var(--fenix-font-family);font-size:var(--fenix-font-size-table);flex-direction:column;flex:1;min-height:0;margin:0;padding:0;display:flex}.vehicle-move-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}.vehicle-move-modal{box-sizing:border-box;background:#fff;border-radius:10px;flex-direction:column;gap:16px;width:100%;max-width:560px;padding:24px;display:flex;box-shadow:0 4px 4px #0000000d}.vehicle-move-modal *,.vehicle-move-modal :before,.vehicle-move-modal :after{box-sizing:border-box}.vehicle-move-modal__title{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:18px;font-weight:700;line-height:1.25}.vehicle-move-modal__body{color:#1d1d1d;flex-direction:column;gap:14px;margin:0;font-size:16px;font-weight:400;line-height:1.5;display:flex}.vehicle-move-modal__intro{text-align:left;max-width:100%;margin:0}.vehicle-move-modal__name{font-weight:700}.vehicle-move-modal__hero-target{color:#fff;width:100%;font:inherit;cursor:pointer;text-align:center;box-sizing:border-box;background:#0e9464;border:none;border-radius:8px;margin:0;padding:14px 20px;font-size:16px;font-weight:600;transition:filter .15s}.vehicle-move-modal__hero-target:hover{filter:brightness(.97)}.vehicle-move-modal__hero-target:focus-visible{outline-offset:2px;outline:2px solid #f58220}.vehicle-move-modal__pills{flex-wrap:wrap;justify-content:flex-start;align-items:stretch;gap:8px;width:100%;margin:10px 0;padding:0;display:flex}.vehicle-move-modal__pill{color:#1d1d1d;min-width:0;font:inherit;cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:#fff;border:1px solid #1d1d1d;border-radius:8px;margin:0;padding:10px 16px;font-size:14px;font-weight:600;transition:background .12s,border-color .12s,color .12s}.vehicle-move-modal__pill:hover:not(:disabled){color:#0e9464;border-color:#0e9464}.vehicle-move-modal__pill--current{color:#8b939e;cursor:default;opacity:1;background:#fff;border:1px solid #b8c0cc;font-weight:600}.vehicle-move-modal__pill--selected{color:#fff;background:#0e9464;border-color:#0e9464}.vehicle-move-modal__pill--selected:hover:not(:disabled){color:#fff;border-color:#0e9464}.vehicle-move-modal__pill:focus-visible{outline-offset:2px;outline:2px solid #f58220}.vehicle-move-modal__actions{align-items:stretch;gap:16px;margin:0;padding:0;display:flex}.vehicle-move-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}.vehicle-move-modal__btn--back{color:#1d1d1d;background:#fff;border:1px solid #515867}.vehicle-move-modal__btn--confirm{color:#fff;background:#81c4ac;border:none}.vehicle-move-modal__btn--confirm:not(:disabled){background:#0e9464}.vehicle-move-modal__btn--confirm:disabled{opacity:.55;cursor:not-allowed}.vehicle-move-modal__btn:focus-visible{outline-offset:2px;outline:2px solid #f58220}.product-library-editor{--lib-green:#0e9464;--lib-green-muted:#81c4ac;--lib-sand:#f6f4f3;--lib-text:#1d1d1d;--lib-muted:#3d4450;--lib-border:#e7e7e7;--lib-border-mid:#c5cad3;width:100%;max-width:none;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:var(--lib-text);box-sizing:border-box;background:#f8f8f8;min-height:100%;margin:0;padding:16px 0 40px;font-size:14px}.product-library-editor__title-card{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:80px;margin-bottom:20px;padding:24px 16px;display:flex;box-shadow:0 4px 4px #0000000d}.product-library-editor__title-row{flex:200px;align-items:center;gap:13px;min-width:0;display:flex}.product-library-editor__close{width:40px;height:40px;color:var(--lib-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}.product-library-editor__close:hover{background:var(--lib-sand)}.product-library-editor__close:focus-visible{outline:2px solid var(--lib-green-muted);outline-offset:2px}.product-library-editor__close-ico{flex-shrink:0;transform:scaleX(-1)}.product-library-editor__title{text-transform:uppercase;letter-spacing:.02em;color:var(--lib-text);margin:0;font-size:16px;font-weight:600}.product-library-editor__save{box-sizing:border-box;text-transform:uppercase;cursor:pointer;appearance:none;border:none;border-radius:100px;flex-shrink:0;align-items:center;gap:12px;height:45px;min-height:45px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:600;line-height:normal;transition:background .15s,opacity .15s;display:inline-flex}.product-library-editor__save:disabled{opacity:.6;cursor:not-allowed}.product-library-editor__save--muted{background:var(--lib-green-muted);color:#fff}.product-library-editor__save--ready{background:var(--lib-green);color:#fff}.product-library-editor__save-icon{width:28px;min-width:28px;height:28px;min-height:28px;color:inherit;background:#ffffff3d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.product-library-editor__save-tick{flex-shrink:0;display:block}.product-library-editor__tab-card{box-sizing:border-box;background:#fff;border-radius:16px;align-items:center;margin-bottom:20px;padding:24px 16px;display:flex;box-shadow:0 4px 4px #0000000d}.product-library-editor__tab-card--vehicle{align-items:center}.product-library-editor__tab-strip{width:100%;margin-bottom:0}.product-library-editor__tab-strip--vehicle{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;display:flex}.product-library-editor__tabs--underline{border-bottom:none;flex-wrap:wrap;align-items:center;gap:20px;padding-bottom:0;display:flex}.product-library-editor__tabs--vehicle{flex:auto;row-gap:12px;min-width:0}.product-library-editor__vehicle-class-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.product-library-editor__vehicle-class-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;display:inline-flex}.product-library-editor__vehicle-class-btn:focus-visible{outline:2px solid var(--lib-green-muted);outline-offset:2px}.product-library-editor__vehicle-class-btn--remove{color:#b42318;background:#fcedec}.product-library-editor__vehicle-class-btn--remove:hover:not(:disabled){filter:brightness(.97)}.product-library-editor__vehicle-class-btn--remove:disabled{opacity:.42;cursor:not-allowed}.product-library-editor__vehicle-class-btn--add{background:var(--lib-green);color:#fff}.product-library-editor__vehicle-class-btn--add:hover{filter:brightness(1.03)}.product-library-editor__vehicle-class-btn-ico,.product-library-editor__vehicle-class-btn-plus{pointer-events:none;flex-shrink:0;display:block}.product-library-editor__tab-under{color:var(--lib-text);font:inherit;text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;margin:0;padding:4px 0 6px;font-size:14px;font-weight:400;transition:color .12s,border-color .12s}.product-library-editor__tab-under:hover{color:var(--lib-green)}.product-library-editor__tab-under--active{color:var(--lib-green);border-bottom-color:var(--lib-green);font-weight:600}.product-library-editor__tab-under--add{color:var(--lib-green);border-bottom-color:#0000;border:1px dashed var(--lib-border);text-transform:uppercase;border-radius:999px;align-self:center;margin-bottom:2px;margin-left:0;padding:8px 14px;font-weight:600}.product-library-editor__tab-under--add:hover{border-color:var(--lib-green-muted);background:#0e94640f}.product-library-editor__content-card{background:#fff;border-radius:16px;padding:26px 16px 28px;box-shadow:0 4px 4px #0000000d}.product-library-editor__content-card--vehicle{padding-bottom:24px}.product-library-editor__vehicle-well{background:var(--lib-sand);box-sizing:border-box;border-radius:8px;flex-direction:column;gap:12px;width:100%;padding:14px 0 12px;display:flex}.product-library-editor__vehicle-grid-head{text-transform:uppercase;letter-spacing:.02em;color:var(--lib-muted);grid-template-columns:1fr 1fr minmax(112px,auto);gap:0 14px;padding:0 12px;font-size:12px;font-weight:700;display:grid}.product-library-editor__vehicle-grid-head-actions{min-width:112px;display:block}.product-library-editor__vehicle-rows{flex-direction:column;gap:16px;margin:0;padding:0 12px 12px;list-style:none;display:flex}.product-library-editor__vehicle-row{border:1px solid var(--lib-sand);box-sizing:border-box;background:#fff;grid-template-columns:1fr 1fr minmax(112px,auto);align-items:center;gap:12px 14px;margin:0;padding:12px;display:grid}.product-library-editor__vehicle-row-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:2px;min-width:0;display:flex}.product-library-editor__vehicle-row-move{width:36px;height:36px;color:var(--lib-muted);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}.product-library-editor__vehicle-row-move:hover{background:var(--lib-sand)}.product-library-editor__vehicle-row-move:focus-visible{outline:2px solid var(--lib-green-muted);outline-offset:1px}.product-library-editor__vehicle-row-delete{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;display:inline-flex}.product-library-editor__vehicle-row-delete:hover{background:#dd221514}.product-library-editor__vehicle-row-delete:focus-visible{outline-offset:1px;outline:2px solid #f58220}.product-library-editor__vehicle-row-delete-ico{pointer-events:none;display:block}.product-library-editor__vehicle-input{min-width:0;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;padding:12px;font-size:16px;font-weight:500}.product-library-editor__list-well{background:var(--lib-sand);border-radius:8px;flex-direction:column;gap:12px;padding:14px 0 12px;display:flex}.product-library-editor__field-label{align-items:baseline;gap:4px;padding:0 12px;display:flex}.product-library-editor__field-label-text{text-transform:none;letter-spacing:0;color:var(--lib-text);font-size:16px;font-weight:300}.product-library-editor__req{color:#dd2215;font-size:16px;font-weight:700}.product-library-editor__add-dashed{border:1px dashed var(--lib-green);min-height:44px;color:var(--lib-green);font:inherit;cursor:pointer;box-sizing:border-box;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.4;transition:background .12s,border-color .12s;display:inline-flex}.product-library-editor__add-dashed--in-well{width:calc(100% - 24px);margin:0 12px}.product-library-editor__add-dashed:hover{border-color:var(--lib-green);background:#f6fffb}.product-library-editor__add-dashed-plus{margin-left:auto;font-size:22px;font-weight:600;line-height:1}.product-library-editor__add-dashed-plus--rotated{justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;transform:rotate(-45deg)}.product-library-editor__add-dashed span:first-child{text-align:center;flex:1}.product-library-editor__add-dashed-band{background:var(--lib-sand);border:1px solid var(--lib-sand);box-sizing:border-box;border-radius:8px 8px 0 0;margin:0;padding:0 12px}.product-library-editor__add-dashed-band .product-library-editor__add-dashed--in-well{width:100%;max-width:none;margin:0}.product-library-editor__liq-rows{flex-direction:column;gap:16px;margin:0;padding:0 12px 12px;list-style:none;display:flex}.product-library-editor__liq-rows--after-add{padding-top:4px}.product-library-editor__liq-row{border:1px solid var(--lib-sand);box-sizing:border-box;background:#fff;align-items:center;gap:14px;margin:0;padding:12px;display:flex}.product-library-editor__liq-input{min-width:0;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #c4c4c4;border-radius:8px;flex:1;padding:12px;font-size:16px;font-weight:500}.product-library-editor__liq-trash{flex-shrink:0}.product-library-editor__banner{background:var(--lib-sand);color:var(--lib-muted);border-radius:12px;margin:0 0 16px;padding:12px 16px}.product-library-editor__banner--error{color:#8a1c1c;background:#fde8e8}.product-library-editor__panel{flex-direction:column;gap:16px;display:flex}.product-library-editor__tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-library-editor__tab{border:1px solid var(--lib-border);background:var(--lib-sand);color:var(--lib-text);font:inherit;cursor:pointer;border-radius:999px;padding:8px 18px;font-weight:600;transition:background .12s,border-color .12s}.product-library-editor__tab--active{background:var(--lib-green);color:#fff;border-color:var(--lib-green)}.product-library-editor__tab--ghost{color:var(--lib-muted);background:#fff;border-style:dashed}.product-library-editor__hint{color:var(--lib-muted);margin:0;font-size:13px;line-height:1.45}.product-library-editor__grid-head{text-transform:uppercase;color:var(--lib-muted);letter-spacing:.02em;grid-template-columns:1fr 1fr 44px;gap:12px;font-size:12px;font-weight:700;display:grid}.product-library-editor__grid-head-spacer{display:block}.product-library-editor__rows{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.product-library-editor__rows--grid .product-library-editor__row--grid{grid-template-columns:1fr 1fr 44px;align-items:center;gap:12px;display:grid}.product-library-editor__row{align-items:center;gap:12px;display:flex}.product-library-editor__input{border:1px solid var(--lib-border);min-height:40px;font:inherit;box-sizing:border-box;background:#fff;border-radius:8px;padding:8px 12px}.product-library-editor__input--border-mid{border-color:var(--lib-border-mid)}.product-library-editor__input--grow{flex:1;min-width:0}.product-library-editor__icon-btn{flex-shrink:0}.product-library-editor__add{color:var(--lib-green);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:flex-start;padding:8px 0;font-weight:700;text-decoration:underline}.product-library-editor__row-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.product-library-editor__link-danger{color:#dd2215;font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:8px 0;font-weight:600;text-decoration:underline}.product-library-editor input::placeholder{color:#8b939e}.product-library-table{width:100%;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:#1d1d1d;font-size:14px}.product-library-table__head{grid-template-columns:58px minmax(180px,1.6fr) minmax(140px,.85fr) minmax(150px,.75fr) minmax(220px,1.1fr);align-items:center;gap:0 8px;margin-bottom:4px;padding:0 0 12px;display:grid}.product-library-table__th{color:#101010;box-sizing:border-box;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:400;line-height:normal;display:inline-flex}.product-library-table__th--gear{padding:0}.product-library-table__sort{color:#1d1d1d;opacity:.55;display:inline-flex}.product-library-table__tbody{flex-direction:column;gap:12px;display:flex}.product-library-table__row{box-sizing:border-box;cursor:pointer;background:#fff;border:.3px solid #1d1d1d;border-radius:5px;grid-template-columns:58px minmax(180px,1.6fr) minmax(140px,.85fr) minmax(150px,.75fr) minmax(220px,1.1fr);align-items:stretch;gap:0 8px;min-height:69px;padding:12px 0;transition:background .12s,box-shadow .12s;display:grid}.product-library-table__row:hover,.product-library-table__row:focus-visible{background:#fafafa;outline:none;box-shadow:0 2px 8px #0000000f}.product-library-table__row--disabled{cursor:not-allowed;opacity:.55}.product-library-table__row--disabled:hover,.product-library-table__row--disabled:focus-visible{box-shadow:none;background:#fff}.product-library-table__td{box-sizing:border-box;border-right:.5px solid #1d1d1d;align-items:center;min-width:0;padding:10px 14px;font-size:16px;font-weight:600;display:flex}.product-library-table__td:last-child{border-right:none}.product-library-table__td--gear{border-right:.5px solid #1d1d1d;justify-content:center;align-items:center;padding-left:10px;padding-right:8px}.product-library-table__gear-wrap{color:#1d1d1d;background:#fff;border:.68px solid #f6f4f3;border-radius:3.5px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.product-library-table__gear{display:inline-flex}.product-library-table__td--name{font-weight:600}.product-library-table__td--cats{flex-wrap:nowrap;align-items:center;gap:8px 10px}.product-library-table__count{font-weight:600}.product-library-table__td--with-info,.product-library-table__td--with-info .product-library-table__info{color:#0e9464}.product-library-table__info{flex-shrink:0;display:inline-flex}.product-library-table__td--edited{color:#1d1d1d;font-weight:600}.product-library-table__td--by{gap:10px;font-weight:600}.product-library-table__avatar{color:#1d1d1d;background:#fdf0e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:inline-flex}.product-library-table__editor-name{min-width:0;line-height:1.3}.product-library-table__message{color:#515867;background:#f6f4f3;border-radius:8px;margin:12px 0 0;padding:12px 16px}.product-library-table__message--error{color:#8a1c1c;background:#fde8e8}@media (width<=960px){.product-library-table__head{display:none}.product-library-table__row{grid-template-columns:1fr;padding:0 12px}.product-library-table__td{border-bottom:.5px solid #e7e7e7;border-right:none;min-height:48px}.product-library-table__td:last-child{border-bottom:none}.product-library-table__td--gear{justify-content:flex-start;padding-top:14px}}.product-library-page{box-sizing:border-box;width:100%;min-height:100%;font-family:var(--sans,"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif);color:#1d1d1d;background:#f8f8f8;margin:0;padding:1.5rem 0 3rem}.product-library-page__inner{flex-direction:column;gap:20px;width:100%;max-width:100%;margin:0;display:flex}.product-library-page__title-card{box-sizing:border-box;background:#fff;border-radius:16px;align-items:center;gap:14px;min-height:80px;padding:16px 20px;display:flex;box-shadow:0 4px 8px #0000000d}.product-library-page__heading{text-transform:uppercase;letter-spacing:.02em;color:#1a1a1a;margin:0;font-size:18px;font-weight:700;line-height:1.2}.product-library-page__table-card{box-sizing:border-box;background:#fff;border-radius:16px;padding:26px 16px 32px;box-shadow:0 4px 8px #0000000d}.product-list-page{width:100%;min-width:0;max-width:100%;font-family:inherit}.product-list__panel{background:#fff;border:1px solid #c4c4c4;border-radius:16px;flex-direction:column;gap:42px;min-width:0;max-width:100%;padding:20px 15px 24px;display:flex;box-shadow:0 4px 8px #0000000d}.product-list__cards{flex-wrap:wrap;align-items:stretch;gap:20px;display:flex}.product-list__card{text-align:left;cursor:pointer;min-width:160px;max-width:100%;font:inherit;color:#1d1d1d;border-radius:8px;flex-direction:column;flex:160px;align-items:flex-start;gap:13px;padding:10px;transition:box-shadow .15s,border-color .15s,background-color .15s,outline-color .15s;display:flex}.product-list__card:focus-visible{outline-offset:3px;outline:2px solid #1d1d1d}.product-list__card[role=tab]:not(.product-list__card--selected){background:#fff8f3;border:2px solid #f4d4c0}.product-list__card--active.product-list__card--selected,.product-list__card--draft.product-list__card--selected,.product-list__card--neutral.product-list__card--selected{background:#dcf7ee;border:2px solid #9dd9be}.product-list__card--neutral:not([role=tab]){background:#fff;border:2px solid #f6f4f3}.product-list__card--add{background:#fff;border:2px solid #dcf7ee;min-height:92px}.product-list__card--selected{box-shadow:none}.product-list__card-top{align-items:flex-start;width:100%;min-height:38px;display:flex}.product-list__card-top--split{justify-content:space-between;align-items:flex-start}.product-list__card-icon{color:#1d1d1d;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.product-list__card[role=tab]:not(.product-list__card--selected) .product-list__card-icon{--pl-tab-active-ring:#fdf0e7;--pl-tab-active-inner:#eb6c0e;--pl-tab-draft-ring:#fdf0e7;--pl-tab-draft-mark:#eb6c0e;--pl-tab-archived-ring:#fdf0e7;--pl-tab-archived-inner:#eb6c0e}.product-list__card[role=tab].product-list__card--selected .product-list__card-icon{--pl-tab-active-ring:#0e9464;--pl-tab-active-inner:#dcf7ee;--pl-tab-draft-ring:#dcf7ee;--pl-tab-draft-mark:#0e9464;--pl-tab-archived-ring:#dcf7ee;--pl-tab-archived-inner:#0e9464}.product-list__card[role=tab]:not(.product-list__card--selected) .product-list__card-corner--draft,.product-list__card[role=tab]:not(.product-list__card--selected) .product-list__card-corner--neutral{color:#eb6c0e;background:#fdf0e7}.product-list__card[role=tab].product-list__card--selected .product-list__card-corner--draft,.product-list__card[role=tab].product-list__card--selected .product-list__card-corner--neutral{color:#0e9464;background:#dcf7ee}.product-list__card-corner{background:#fdf0e7;border-radius:38px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.product-list__card-corner--neutral{color:#515867}.product-list__card-corner--draft{color:#eb6c0e}.product-list__card-corner--add{color:#0e9464;background:#dcf7ee}.product-list__card-count{flex-wrap:wrap;align-items:center;gap:6px;width:100%;font-weight:600;line-height:1;display:flex}.product-list__card-count--single .product-list__card-label{font-size:16px;line-height:20px}.product-list__card-num{color:#1d1d1d;font-size:20px;font-weight:600;line-height:20px}.product-list__card-label{color:#1d1d1d;font-size:16px;font-weight:600;line-height:20px}.product-list__error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin:0;padding:12px}.product-list__empty,.product-list__loading{color:#515867;margin:0;padding:24px 8px;font-size:15px}.product-list__table{flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex;overflow:visible}.product-list__scroll-x{touch-action:pan-x pan-y;scrollbar-color:#8a8a8a #ebebeb;overflow:auto visible}.product-list__scroll-x::-webkit-scrollbar{height:12px}.product-list__scroll-x::-webkit-scrollbar-track{background:#ebebeb;border-radius:6px;margin-inline:4px}.product-list__scroll-x::-webkit-scrollbar-thumb{background:#8a8a8a;border:2px solid #ebebeb;border-radius:6px}.product-list__scroll-x::-webkit-scrollbar-thumb:hover{background:#6a6a6a}.product-list__table-wide{flex-direction:column;gap:12px;display:flex}.product-list__sort-icon{color:#1d1d1d;flex-shrink:0;align-items:center;margin-left:4px;display:inline-flex}.product-list__thead{z-index:2;align-items:flex-start;min-width:1655px;padding-left:58px;display:flex;position:relative;overflow:visible}.product-list__th{font-size:var(--fenix-font-size-table);color:#101010;white-space:nowrap;flex-shrink:0;align-items:center;padding:0 14px;font-weight:400;line-height:normal;display:flex}.product-list__th--gear{width:58px;margin-left:-58px;padding:0}.product-list__th--codex{width:150px}.product-list__th--kind{width:197px}.product-list__th--insurance{gap:6px;width:300px;overflow:visible}.product-list__th--name{width:307px;min-width:200px}.product-list__th--added{width:140px}.product-list__th--active-for{width:153px}.product-list__th--policies{width:165px}.product-list__th--edited{flex:0 0 185px;width:185px}.product-list__tbody{flex-direction:column;gap:12px;min-width:1655px;display:flex}.product-list__row{box-sizing:border-box;cursor:pointer;color:#1d1d1d;background:#fff;border:.3px solid #1d1d1d;border-radius:5px;align-items:center;height:69px;min-height:69px;padding:0;font-size:16px;font-weight:600;display:flex}.product-list__row:hover{background:#fafafa}.product-list__row:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.product-list__td{box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;border-right:.5px solid #1d1d1d;flex-shrink:0;align-items:center;height:40px;min-height:40px;padding:10px 14px;display:flex;overflow:hidden}.product-list__td:last-child{border-right:none}.product-list__td--gear{border-right:.5px solid #1d1d1d;justify-content:center;width:58px;padding:0 14px}.product-list__row-settings{cursor:pointer;color:#33363f;background:#fff;border:.68px solid #f6f4f3;border-radius:3.5px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.product-list__row-settings:hover{border-color:#e0e0e0}.product-list__row-settings:focus-visible{outline-offset:1px;outline:2px solid #eb6c0e}.product-list__row-settings-icon{display:flex}.product-list__td--codex{width:150px}.product-list__td--kind{width:197px}.product-list__td--insurance{width:300px}.product-list__td--name{width:307px;min-width:200px}.product-list__td--added{width:140px}.product-list__td--active-for{width:153px}.product-list__td--policies{width:165px}.product-list__td--edited{flex:0 0 185px;justify-content:flex-start;width:185px;min-width:0}.product-list__td--with-info,.product-list__td--with-clock{gap:8px}.product-list__info-btn{color:#515867;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px;display:inline-flex}.product-list__info-btn:hover{color:#1d1d1d}.product-list__info-btn:focus-visible{outline:2px solid #eb6c0e}.product-list__clock{color:#515867;flex-shrink:0;display:inline-flex}.product-list__th-filter-wrap{align-items:center;min-width:0;display:inline-flex;position:relative}.product-list__th-filter-btn{font:inherit;font-size:var(--fenix-font-size-table);color:#1d1d1d;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;font-weight:400;line-height:1.2;display:inline-flex}.product-list__th-filter-btn--active{color:#0e9464;font-weight:600}.product-list__th-filter-btn:focus-visible{outline-offset:2px;outline:2px solid #eb6c0e}.product-list__th-filter-menu{z-index:50;background:#fff;border:1px solid #c4c4c4;border-radius:8px;min-width:220px;max-height:min(320px,100vh - 120px);margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 4px 12px #0000001f}.product-list__th-filter-menu--portal{z-index:1000;position:fixed;top:auto;left:auto}.product-list__th-filter-option{width:100%;font-size:var(--fenix-font-size-table);color:#1d1d1d;text-align:left;cursor:pointer;background:0 0;border:none;padding:8px 14px;font-weight:400;line-height:1.3;display:block}.product-list__th-filter-option:hover,.product-list__th-filter-option[aria-selected=true]{background:#dcf7ee;font-weight:600}.product-list__th-filter-option:focus-visible{outline-offset:-2px;outline:2px solid #eb6c0e}@media (width<=1200px){.product-list__row{font-size:var(--fenix-font-size-table)}}.table-col-header{font-family:var(--fenix-font-family);font-size:var(--fenix-font-size-table);font-style:normal;font-weight:var(--fenix-font-weight-regular);line-height:var(--fenix-line-height-normal);color:var(--fenix-color-black)}.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:none;margin:0;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{margin-right:.25rem}.unit-emp-page__title-line{color:#1d1d1d;text-transform:uppercase;letter-spacing:.02em;flex:1;min-width:0;margin:0;font-size:18px;font-weight:700;line-height:normal}.unit-emp-page__title-kicker{font-weight:700}.unit-emp-page__title-name,.unit-emp-page__title-kind{word-break:break-word;font-weight:700}.unit-emp-page__title-sep{color:#3d3d3d;font-weight:700}.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:#101010;background:#fff;min-height:2.5rem;padding:.35rem 1rem .55rem;font-size:14px;font-weight:400;line-height:normal}.unit-emp-grid__th{box-sizing:border-box;flex-direction:row;align-items:center;gap:.25rem;min-width:0;padding:0 .65rem;line-height:normal;display:flex;overflow:hidden}.unit-emp-grid__th-label{flex-shrink:0}.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{flex:1;min-width:0}.unit-emp-row__name,.unit-emp-row .table-text-max-2{color:#1d1d1d;font-size:16px;font-weight:600;line-height:normal}.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:16px}.unit-emp-grid--head,.unit-emp-row{min-width:920px}}
