@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{font-family:Raleway,sans-serif!important;font-feature-settings:"pnum" on,"lnum" on;font-style:normal;box-sizing:border-box}*::-webkit-scrollbar{width:7px}*::-webkit-scrollbar-track{background:var(--color-primary-100)}*::-webkit-scrollbar-thumb{background-color:var(--color-neutral-800);border-radius:9px}html,body{margin:0!important;width:100%;max-width:100%;overflow-x:hidden}body{background:var(--primary-color)}#root{min-width:0}.ui-loading-component__container{display:block;width:100%;height:100%;pointer-events:none}.ui-loading-component__track{position:relative;width:100%;height:100%;overflow:hidden;background:#9749001f;box-shadow:0 1px #97490038,0 8px 18px #97490029}.ui-loading-component__bar{position:absolute;inset:0 auto 0 0;width:38%;min-width:160px;border-radius:999px;background:linear-gradient(90deg,rgba(151,73,0,0),var(--color-primary-500, #974900),rgba(151,73,0,0));animation:ui-loading-bar-slide 1.05s ease-in-out infinite}@keyframes ui-loading-bar-slide{0%{transform:translate(-110%)}to{transform:translate(270%)}}#ui-loading-area{position:fixed;left:0;top:0;z-index:3000;display:block;height:6px;width:100vw;transition:opacity .16s ease-in-out;opacity:0;pointer-events:none}#ui-loading-area.--visible{opacity:1;pointer-events:none}#ui-loading-area.--exiting{opacity:0;pointer-events:none}.ui-modal-component__wrapper{position:fixed;inset:0;height:100vh;width:100vw;z-index:1000}.ui-modal-component__wrapper .ui-modal-component__container{height:100%;width:100%;position:relative;display:flex;align-items:center;justify-content:center}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__backdrop{position:absolute;background:#00000040;height:100vh;width:100vw;left:0;top:0}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__backdrop.--pointer{cursor:pointer}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal{position:relative;background:var(--color-primary-100);border-radius:6px;display:flex;flex-direction:column;box-shadow:0 4px 24px #3a2e261a;max-width:746px;width:100%}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__close-button{border:none;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;background:var(--color-primary-100);padding:7px;position:absolute;right:-6px;top:-6px;box-shadow:0 5px 25px #0000001a}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__close-button .ui-modal-component__close-icon-wrapper{display:flex;align-items:center;justify-content:center}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__close-button .ui-modal-component__close-icon-wrapper .ui-modal-component__close-icon{min-height:20px;max-height:20px;min-width:20px;max-width:20px}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__close-button .ui-modal-component__close-icon-wrapper .ui-modal-component__close-icon use{fill:var(--color-neutral-300)}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__close-button:hover .ui-modal-component__close-icon use{fill:var(--events-hover)}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__header{border-radius:6px 6px 0 0;padding:20px 16px;background:var(--color-bluish-grey-990)}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__header .ui-modal-component__title{font-size:18px;line-height:26px;font-weight:var(--font-weight-semibold);color:var(--color-neutral-300)}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__body{padding:20px 16px;height:100%;width:100%;box-sizing:border-box}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal .ui-modal-component__footer{width:100%;padding:0 16px 20px;display:flex;justify-content:flex-end;gap:8px}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal.--variant-error .ui-modal-component__header{background:var(--color-red-300)}.ui-modal-component__wrapper .ui-modal-component__container .ui-modal-component__modal.--variant-error .ui-modal-component__title{color:var(--color-primary-100)}#ui-modal-area{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:2000;background:#00000040;transition:opacity .15s ease-in-out}.ui-modal-area__wrapper--exiting{opacity:0}.ui-modal-area__item{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s ease-in-out;z-index:2}.ui-modal-area__item--visible{opacity:1}.ui-modal-area__item--exiting{opacity:0}.ui-modal-area__item .ui-modal-component__backdrop{background:transparent!important}.ui-toastication-component__wrapper{padding:16px;display:flex;gap:16px;border-radius:5px;box-shadow:0 5px 25px #0000001a;min-width:300px;max-width:380px;width:100%}.ui-toastication-component__wrapper[data-alert=success]{background-color:var(--color-green-500)}.ui-toastication-component__wrapper[data-alert=info]{background-color:var(--color-blue-500)}.ui-toastication-component__wrapper[data-alert=error]{background-color:var(--color-red-500)}.ui-toastication-component__wrapper[data-alert=warning]{background-color:var(--color-orange-500)}.ui-toastication-component__wrapper .ui-toastication-component__left-content{flex:1;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.ui-toastication-component__wrapper .ui-toastication-component__left-content .ui-toastication-component__title-content{display:flex;align-items:center;gap:4px}.ui-toastication-component__wrapper .ui-toastication-component__left-content .ui-toastication-component__title-content .ui-toastication-component__icon{min-width:20px;max-width:20px;min-height:20px;max-height:20px}.ui-toastication-component__wrapper .ui-toastication-component__left-content .ui-toastication-component__title-content .ui-toastication-component__icon use{fill:var(--color-primary-100)}.ui-toastication-component__wrapper .ui-toastication-component__left-content .ui-toastication-component__title-content .ui-toastication-component__title{font-size:22px;line-height:30px;font-weight:var(--font-weight-semibold);color:var(--color-primary-100)}.ui-toastication-component__wrapper .ui-toastication-component__left-content .ui-toastication-component__description{font-size:14px;line-height:20px;font-weight:var(--font-weight-normal);color:var(--color-primary-100);display:flex;margin-left:25px}.ui-toastication-component__wrapper .ui-toastication-component__right-content{margin-left:auto;display:flex;flex-wrap:nowrap;width:fit-content}.ui-toastication-component__wrapper .ui-toastication-component__right-content .ui-toastication-component__close-icon{cursor:pointer;min-width:24px;max-width:24px;min-height:24px;max-height:24px}.ui-toastication-component__wrapper .ui-toastication-component__right-content .ui-toastication-component__close-icon use{fill:var(--color-primary-100)}#ui-toastification-area{position:fixed;top:16px;right:16px;z-index:3000;display:flex;height:fit-content;width:fit-content;max-width:380px;flex-direction:column;gap:16px}.ui-toast-item__container{opacity:0;transform:translate(100%);transition:all .5s ease}.ui-toast-item__container.--visible{opacity:1;transform:translate(0)}.ui-toast-item__container.--exiting{opacity:0;transform:translate(100%);transition:all .5s ease}@media (max-width: 600px){#ui-toastification-area{max-width:90%}}.navbar__notification,.navbar__notification-trigger{position:relative}.navbar__notification-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.navbar__notification-badge{position:absolute;top:-6px;right:-6px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;height:16px;min-width:16px;padding:0 4px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid white}.navbar__notification-menu{position:absolute;top:calc(100% + 8px);right:-80px;width:320px;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1100;display:flex;flex-direction:column;max-height:480px;overflow:hidden;animation:slideDown .2s ease-out}.navbar__notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e7eb}.navbar__notification-title{font-weight:600;font-size:16px;color:#111827}.navbar__notification-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.navbar__notification-clear{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--color-primary-700);background:none;border:none;cursor:pointer;font-weight:600;transition:color .2s}.navbar__notification-clear:hover:not(:disabled){color:var(--color-primary-400);text-decoration:underline}.navbar__notification-clear:disabled{cursor:not-allowed;opacity:.65;text-decoration:none}.navbar__notification-action-spinner{display:inline-block;width:12px;height:12px;flex-shrink:0;border:2px solid var(--color-primary-200, #e5e7eb);border-top-color:var(--color-primary-700);border-radius:50%;animation:navbarNotificationSpin .65s linear infinite}.navbar__notification-list{overflow-y:auto;display:flex;flex-direction:column}.navbar__notification-empty{padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;color:#9ca3af}.navbar__notification-empty-icon{width:48px;height:48px;opacity:.5}.navbar__notification-empty-text{font-size:14px}.navbar__notification-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border:none;background:#fff;text-align:left;width:100%;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .15s}.navbar__notification-item:last-child{border-bottom:none}.navbar__notification-item:hover{background-color:#f9fafb}.navbar__notification-item--unread{background-color:#eff6ff}.navbar__notification-item--unread:hover{background-color:#dbeafe}.navbar__notification-item-icon-wrapper{flex-shrink:0;margin-top:2px}.navbar__notification-item-icon{width:20px;height:20px}.navbar__notification-item-icon--success{color:#10b981}.navbar__notification-item-icon--warning{color:#f59e0b}.navbar__notification-item-icon--error{color:#ef4444}.navbar__notification-item-icon--info{color:#3b82f6}.navbar__notification-content{flex:1;display:flex;flex-direction:column;gap:4px}.navbar__notification-item-title{font-size:14px;font-weight:600;color:#1f2937}.navbar__notification-item-module{font-size:11px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.05em}.navbar__notification-item-message{font-size:13px;color:#4b5563;line-height:1.4}.navbar__notification-item-time{font-size:11px;color:#9ca3af;margin-top:4px}.navbar__notification-dot{width:8px;height:8px;background-color:#3b82f6;border-radius:50%;flex-shrink:0;margin-top:8px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes navbarNotificationSpin{to{transform:rotate(360deg)}}.ui-breadcrumb{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--color-neutral-300)}.ui-breadcrumb__item{text-decoration:none;color:var(--color-neutral-600);transition:color .2s ease;font-weight:500;display:flex;align-items:center}.ui-breadcrumb__item:hover{color:var(--color-neutral-300)}.ui-breadcrumb__item.--active{color:var(--color-neutral-300);pointer-events:none;font-weight:600}.navbar{position:fixed;top:0;left:0;right:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:24px;height:64px;padding:0 24px 0 12px;background-color:var(--color-white);border-bottom:1px solid var(--color-grey-700);box-shadow:0 1px 3px #0000001a;z-index:1000}.navbar__left,.navbar__right{display:flex;align-items:center;gap:16px;min-width:0}.navbar__left{min-width:0}.navbar__right{margin-left:auto;flex-shrink:0}.navbar__hamburger{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:8px;transition:background-color .2s ease}.navbar__hamburger:hover{background-color:var(--color-primary-950)}.navbar__hamburger-icon{width:20px;height:20px;color:var(--color-neutral-300)}.navbar__logo{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:var(--color-neutral-300);text-decoration:none}.navbar__logo-icon{width:115px;height:35px;color:var(--color-primary-700)}.navbar__environment{position:relative}.navbar__environment-trigger{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;min-width:220px;border:1px solid var(--color-grey-700);border-radius:12px;background:var(--color-white);box-shadow:0 4px 12px #00000014;font-size:14px;font-weight:600;color:var(--color-neutral-300);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.navbar__environment-trigger-text{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__environment-trigger-icon{width:16px;height:16px;color:var(--color-primary-400);transition:transform .2s ease}.navbar__environment-trigger-icon.--open{transform:rotate(180deg)}.navbar__environment-trigger:hover{border-color:var(--color-primary-400);box-shadow:0 8px 18px #ff8d2e33;transform:translateY(-1px)}.navbar__environment-trigger:focus-visible{outline:none;border-color:var(--color-primary-700);box-shadow:0 0 0 3px #ff8d2e40}.navbar__environment-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:220px;max-width:calc(100vw - 24px);background:var(--color-white);border-radius:16px;box-shadow:0 16px 40px #0000001f;padding:18px;z-index:10;border:1px solid rgba(0,0,0,.05)}.navbar__environment-menu-header{font-size:13px;font-weight:700;color:var(--color-neutral-300);margin-bottom:12px}.navbar__environment-menu-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.navbar__environment-menu-item{width:100%;text-align:left;padding:8px 12px;font-size:14px;font-weight:500;border:none;background:transparent;color:var(--color-neutral-300);border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.navbar__environment-menu-item:hover{background:#ffc38f40;color:var(--color-primary-400)}.navbar__environment-menu-item.--active{background:linear-gradient(145deg,#ffc38fa6,#ffa557a6);color:var(--color-white)}.navbar__account{position:relative}.navbar__account-trigger{width:36px;height:36px;border-radius:50%;border:none;background:var(--color-primary-700);color:var(--color-white);font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:box-shadow .2s ease}.navbar__account-trigger:hover{box-shadow:0 10px 20px #ff8d2e33}.navbar__account-trigger-avatar{width:100%;height:100%;object-fit:cover}.navbar__account-trigger-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.navbar__account-menu{position:absolute;top:calc(100% + 10px);right:0;width:240px;max-width:calc(100vw - 24px);background:var(--color-white);border-radius:18px;box-shadow:0 18px 40px #00000024;padding:18px;z-index:12;border:1px solid rgba(0,0,0,.05)}.navbar__account-menu-user{display:flex;align-items:center;gap:12px;margin-bottom:16px}.navbar__account-menu-user-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#ffc38fcc,#ffa557cc);display:flex;align-items:center;justify-content:center;flex:0 0 44px;line-height:44px;font-weight:600;color:var(--color-white);overflow:hidden}.navbar__account-menu-user-avatar img{width:100%;height:100%;object-fit:cover}.navbar__account-menu-user-avatar span{width:100%;text-align:center}.navbar__account-menu-user-info{display:flex;flex-direction:column;min-width:0}.navbar__account-menu-user-name{font-size:15px;font-weight:700;color:var(--color-neutral-300);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__account-menu-user-email{font-size:12px;color:var(--color-neutral-600);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__account-menu-section{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.navbar__account-menu-section:last-child{margin-bottom:0}.navbar__account-menu-section-title{font-size:12px;font-weight:700;color:var(--color-neutral-400);text-transform:uppercase;letter-spacing:.5px}.navbar__account-menu-item{display:flex;align-items:center;gap:12px;width:100%;padding:8px 10px;border:none;background:transparent;color:var(--color-neutral-300);border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.navbar__account-menu-item:hover{background:#ffc38f40;color:var(--color-primary-400)}.navbar__account-menu-item-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.navbar__account-menu-item-icon-svg{width:16px;height:16px;fill:currentColor}.navbar__account-menu-language{position:relative}.navbar__account-menu-language-trigger{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:10px;background:#ffc38f2e;cursor:pointer;font-size:14px;font-weight:500;color:var(--color-neutral-300);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.navbar__account-menu-language-trigger.--open{background:#ffc38f59;color:var(--color-primary-400);box-shadow:0 8px 20px #ff8d2e2e}.navbar__account-menu-language-trigger-flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:16px}.navbar__account-menu-language-trigger-flag-icon{width:24px;height:16px}.navbar__account-menu-language-trigger-label{flex:1;text-align:left}.navbar__account-menu-language-trigger-icon{width:12px;height:12px;transition:transform .2s ease}.navbar__account-menu-language-trigger.--open .navbar__account-menu-language-trigger-icon{transform:rotate(180deg)}.navbar__account-menu-language-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:var(--color-white);border-radius:10px;box-shadow:0 12px 30px #00000026;padding:6px 0;display:flex;flex-direction:column;gap:4px;z-index:6}.navbar__account-menu-language-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;color:var(--color-neutral-300);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease}.navbar__account-menu-language-option:hover{background:#ffc38f33;color:var(--color-primary-400)}.navbar__account-menu-language-option.--active{background:linear-gradient(145deg,#ffc38fbf,#ffa557bf);color:var(--color-white)}.navbar__account-menu-language-option-flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:16px}.navbar__account-menu-language-flag-icon{width:24px;height:16px}.navbar__account-menu-language-option-label{flex:1;text-align:left}.navbar__actions{display:flex;align-items:center;gap:12px}.navbar__action-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;cursor:pointer;border-radius:8px;transition:background-color .2s ease;color:var(--color-neutral-600)}.navbar__action-button:hover{background-color:var(--color-primary-950);color:var(--color-neutral-300)}.navbar__action-button-icon{width:20px;height:20px}.navbar__apps{position:relative;display:flex;align-items:center}.navbar__apps-menu{position:absolute;top:calc(100% + 12px);right:-18px;display:flex;flex-direction:column;gap:16px;width:320px;max-width:calc(100vw - 24px);padding:18px 20px;border-radius:16px;background:var(--color-white);box-shadow:0 16px 40px #0000001f;border:1px solid var(--color-grey-700);z-index:1100}.navbar__apps-menu:before{content:"";position:absolute;top:-12px;right:28px;width:18px;height:18px;background:var(--color-white);border-left:1px solid var(--color-grey-700);border-top:1px solid var(--color-grey-700);transform:rotate(45deg)}.navbar__apps-menu-header{display:flex;align-items:center;justify-content:space-between}.navbar__apps-menu-title{font-size:12px;font-weight:700;color:var(--color-neutral-400);text-transform:uppercase;letter-spacing:.5px}.navbar__apps-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:12px;max-height:400px;overflow-y:auto;padding-right:4px}.navbar__apps-menu-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 10px;border:none;border-radius:12px;background:#ffc38f1f;color:var(--color-neutral-300);cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.navbar__apps-menu-item:hover:not(:disabled){background:#ffc38f4d;color:var(--color-primary-400);transform:translateY(-1px)}.navbar__apps-menu-item:disabled{cursor:not-allowed;opacity:.6}.navbar__apps-menu-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:60px;border-radius:12px;background:transparent;color:var(--color-primary-400)}.navbar__apps-menu-icon-placeholder{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffc38f47;color:var(--color-primary-400);font-size:14px;font-weight:700;text-transform:uppercase}.navbar__apps-menu-item--home{grid-column:span 2}.navbar__apps-menu-item--home .navbar__apps-menu-icon{width:44px;height:44px;background:var(--color-primary-400);color:var(--color-white)}.navbar__apps-menu-item--home .navbar__apps-menu-label{color:var(--color-primary-400);font-weight:700}.navbar__apps-menu-item--generic{background:#ffc38f14}.navbar__apps-menu-item--generic .navbar__apps-menu-icon{background:#ffc38f33;color:var(--color-neutral-400)}.navbar__apps-menu-item--generic .navbar__apps-menu-label{color:var(--color-neutral-400)}.navbar__apps-menu-item--generic:hover:not(:disabled){background:#ffc38f2e}.navbar__apps-menu-item--generic:hover:not(:disabled) .navbar__apps-menu-icon{background:#ffc38f4d}.navbar__apps-menu-icon-svg{width:80px;height:34px}.navbar__apps-menu-label{font-size:12px;font-weight:600;text-align:center;color:inherit}.navbar__apps-menu-empty{padding:12px 0;text-align:center;font-size:13px;color:var(--color-neutral-400)}@media (max-width: 900px){.navbar{gap:12px;padding:0 12px}.navbar__left,.navbar__right{gap:10px}.navbar__logo-icon{width:96px;height:30px}.navbar__environment-trigger{min-width:0;width:clamp(150px,28vw,220px);padding:9px 12px}.navbar__apps-menu{right:0}}@media (max-width: 640px){.navbar{gap:8px;padding:0 8px}.navbar__left,.navbar__right,.navbar__actions{gap:6px}.navbar__logo{display:none}.navbar__hamburger,.navbar__action-button{width:36px;height:36px}.navbar__account-trigger{width:34px;height:34px}.navbar__environment-trigger{width:clamp(96px,32vw,140px);padding:8px 10px;font-size:13px;box-shadow:none}.navbar__environment-menu{left:auto;right:0}.navbar__apps-menu{position:fixed;top:58px;left:8px;right:8px;width:auto;max-width:none;padding:14px}.navbar__apps-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.navbar__account-menu{right:0}}.sidebar{position:fixed;top:64px;left:0;height:calc(100vh - 48px);background-color:var(--color-white);border-right:1px solid var(--color-grey-700);transition:width .3s ease;z-index:999}.sidebar--open{width:250px;overflow:hidden}.sidebar--closed{width:64px;overflow:visible}.sidebar__content{padding:16px 0;height:88vh;display:flex;flex-direction:column;gap:8px}.sidebar__item-wrapper{position:relative}.sidebar--closed .sidebar__item-wrapper:hover .sidebar__dropdown,.sidebar__item-wrapper .sidebar--closed .sidebar__dropdown--visible{display:block}.sidebar__group-links{display:flex;flex-direction:column;gap:2px;padding:4px 8px 8px 44px}.sidebar__nested-group{display:flex;flex-direction:column;gap:2px}.sidebar__nested-group-trigger{display:block;width:100%;padding:8px 12px;border:none;border-radius:6px;background:transparent;font-size:13px;font-weight:600;color:var(--color-neutral-500);text-align:left;cursor:pointer;transition:all .2s ease}.sidebar__nested-group-trigger:hover{background-color:var(--color-neutral-800);color:var(--color-neutral-300)}.sidebar__nested-group-trigger--active{color:var(--color-primary-400)}.sidebar__nested-group-links{display:flex;flex-direction:column;gap:2px;padding-left:12px}.sidebar__group-link{display:block;padding:8px 12px;border-radius:6px;font-size:13px;color:var(--color-neutral-600);text-decoration:none;transition:all .2s ease}.sidebar__group-link:hover{background-color:var(--color-neutral-800);color:var(--color-neutral-300)}.sidebar__group-link--active{background-color:var(--color-primary-400);color:var(--color-white)}.sidebar__item{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px;margin:0 8px;width:calc(100% - 16px);border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:var(--color-neutral-600);position:relative;border:none;background:transparent;text-align:left;outline:none}.sidebar--closed .sidebar__item{justify-content:center}.sidebar__item:hover{background-color:var(--color-primary-950);color:var(--color-primary-400)}.sidebar__item:hover .sidebar__item-icon svg path,.sidebar__item:hover .sidebar__item-icon svg circle,.sidebar__item:hover .sidebar__item-icon svg rect,.sidebar__item:hover .sidebar__item-icon svg polygon{fill:var(--color-primary-400)}.sidebar__item--flyout-open{background-color:var(--color-primary-950)}.sidebar__item--flyout-open .sidebar__item-icon svg path,.sidebar__item--flyout-open .sidebar__item-icon svg circle,.sidebar__item--flyout-open .sidebar__item-icon svg rect,.sidebar__item--flyout-open .sidebar__item-icon svg polygon{fill:var(--color-primary-400)}.sidebar__item--active,.sidebar__item--active:hover{background-color:var(--color-primary-400);color:var(--color-white)}.sidebar__item--active .sidebar__item-icon svg path,.sidebar__item--active .sidebar__item-icon svg circle,.sidebar__item--active .sidebar__item-icon svg rect,.sidebar__item--active .sidebar__item-icon svg polygon{fill:var(--color-white)!important}.sidebar__item-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-neutral-600)}.sidebar__item-icon svg,.sidebar__item-icon .ui-icon-component__container{width:100%;height:100%;display:block}.sidebar__item-icon svg path,.sidebar__item-icon svg circle,.sidebar__item-icon svg rect,.sidebar__item-icon svg polygon{fill:var(--color-neutral-600);transition:fill .2s ease}.sidebar__item-label{margin-left:12px;font-size:14px;font-weight:500;white-space:nowrap;opacity:1;transition:opacity .3s ease}.sidebar--closed .sidebar__item-label{opacity:0;width:0;margin-left:0}.sidebar__dropdown{display:none;position:absolute;left:calc(100% + 8px);top:0;background-color:var(--color-white);border:1px solid var(--color-grey-700);border-radius:8px;box-shadow:var(--shadow-floating);min-width:220px;max-height:calc(100vh - 120px);overflow-y:auto;z-index:1100}.sidebar__dropdown--visible{display:block}.sidebar__dropdown-header{padding:10px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-neutral-500);border-bottom:1px solid var(--color-grey-800)}.sidebar__dropdown-section{padding:8px 16px 4px;font-size:12px;font-weight:600;color:var(--color-neutral-500)}.sidebar__dropdown-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;color:var(--color-neutral-600);border-bottom:1px solid var(--color-grey-800);text-decoration:none}.sidebar__dropdown-item:last-child{border-bottom:none}.sidebar__dropdown-item:hover{background-color:var(--color-neutral-900);color:var(--color-neutral-300)}.sidebar__dropdown-item--active{background-color:var(--color-neutral-800);color:var(--color-neutral-300);font-weight:600}.sidebar__dropdown-item--active:hover{background-color:var(--color-neutral-700)}.sidebar__dropdown-item-icon{width:16px;height:16px;margin-right:12px;color:var(--color-primary-700)}.sidebar__dropdown-item-label{font-size:14px}.sidebar__footer{margin-top:auto;padding:0;border-top:1px solid var(--color-grey-700);font-size:12px;color:var(--color-neutral-600);text-align:left;white-space:nowrap;overflow:hidden;transition:all .3s ease}.app-layout{min-height:100vh;background-color:var(--color-page-background);overflow-x:hidden}.app-layout__content{box-sizing:border-box;margin-left:0;transition:margin-left .3s ease;min-height:calc(100vh - 64px);min-width:0;max-width:100%}.app-layout__content--sidebar-open{margin-left:250px;width:calc(100% - 250px)}.app-layout__content--sidebar-closed{margin-left:64px;width:calc(100% - 64px)}@media (max-width: 900px){.app-layout__content,.app-layout__content--sidebar-open,.app-layout__content--sidebar-closed{margin-left:0;width:100%}}.ui-button-component__wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;white-space:nowrap;width:fit-content;outline:none;-webkit-user-select:none;user-select:none;cursor:pointer;padding:0;transition:background .3s,color .3s,border-color .3s}.ui-button-component__wrapper:focus{outline:none}.ui-button-component__wrapper .ui-button-component__icon-wrapper{display:flex;align-items:center;justify-content:center}.ui-button-component__wrapper.--full{width:100%}.ui-button-component__wrapper.--scheme-square{border-radius:5px}.ui-button-component__wrapper.--scheme-float{border-radius:5px;box-shadow:0 3px 4px #00000024,0 3px 3px #0000001f,0 1px 8px #0003}.ui-button-component__wrapper.--scheme-square.--variant-outline,.ui-button-component__wrapper.--scheme-float.--variant-outline{border:1px solid #000}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-default,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-default{border-color:var(--color-primary-400);color:var(--color-primary-400);background:transparent}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-default .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-default .ui-button-component__icon-svg{fill:var(--color-primary-400)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-default:hover,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-default:hover{background:var(--color-primary-950)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-default:active,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-default:active{background:var(--color-primary-900)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-danger,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-danger{border-color:var(--color-red-300);color:var(--color-red-300);background:transparent}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-danger .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-danger .ui-button-component__icon-svg{fill:var(--color-red-300)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-danger:hover,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-danger:hover{background:var(--color-red-900)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--color-danger:active,.ui-button-component__wrapper.--scheme-float.--variant-outline.--color-danger:active{background:var(--color-red-800)}.ui-button-component__wrapper.--scheme-square.--variant-contained,.ui-button-component__wrapper.--scheme-float.--variant-contained{border:none}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-default,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-default{border-color:transparent;color:var(--color-primary-100);background:var(--color-primary-400)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-default .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-default .ui-button-component__icon-svg{fill:var(--color-primary-100)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-default:hover,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-default:hover{background:var(--events-hover)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-default:active,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-default:active{background:var(--events-pressing)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-danger,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-danger{border-color:transparent;color:var(--color-primary-100);background:var(--color-red-300)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-danger .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-danger .ui-button-component__icon-svg{fill:var(--color-primary-100)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-danger:hover,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-danger:hover{background:var(--color-red-400)}.ui-button-component__wrapper.--scheme-square.--variant-contained.--color-danger:active,.ui-button-component__wrapper.--scheme-float.--variant-contained.--color-danger:active{background:var(--color-red-500)}.ui-button-component__wrapper.--scheme-square.--variant-text,.ui-button-component__wrapper.--scheme-float.--variant-text{border:none}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-default,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-default{border-color:transparent;color:var(--color-primary-400);background:transparent}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-default .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-default .ui-button-component__icon-svg{fill:var(--color-primary-400)}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-default:hover,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-default:hover{background:var(--color-primary-950)}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-default:active,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-default:active{background:var(--color-primary-900)}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-danger,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-danger{border-color:transparent;color:var(--color-red-300);background:transparent}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-danger .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-danger .ui-button-component__icon-svg{fill:var(--color-red-300)}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-danger:hover,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-danger:hover{background:var(--color-red-900)}.ui-button-component__wrapper.--scheme-square.--variant-text.--color-danger:active,.ui-button-component__wrapper.--scheme-float.--variant-text.--color-danger:active{background:var(--color-red-800)}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xs{padding:3px 13px;gap:6px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xs .ui-button-component__label{font-size:12px;font-weight:600;line-height:20px;letter-spacing:.15px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xs .ui-button-component__icon-svg{min-width:12px;max-width:12px;min-height:12px;max-height:12px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-md{padding:8px 20px;gap:8px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-md .ui-button-component__label{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.175px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-md .ui-button-component__icon-svg{min-width:14px;max-width:14px;min-height:14px;max-height:14px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xl{padding:19px 34px;gap:12px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xl .ui-button-component__label{font-size:20px;font-weight:600;line-height:23px;letter-spacing:.25px}.ui-button-component__wrapper.--scheme-square.--variant-outline.--size-xl .ui-button-component__icon-svg{min-width:22px;max-width:22px;min-height:22px;max-height:22px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xs,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xs{padding:4px 14px;gap:6px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xs .ui-button-component__label,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xs .ui-button-component__label{font-size:12px;font-weight:600;line-height:20px;letter-spacing:.15px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xs .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xs .ui-button-component__icon-svg{min-width:12px;max-width:12px;min-height:12px;max-height:12px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-md,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-md{padding:9px 21px;gap:8px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-md .ui-button-component__label,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-md .ui-button-component__label{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.175px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-md .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-md .ui-button-component__icon-svg{min-width:14px;max-width:14px;min-height:14px;max-height:14px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-lg,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-lg{padding:13px 28px;gap:12px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-lg .ui-button-component__label,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-lg .ui-button-component__label{font-size:17px;font-weight:600;line-height:20px;letter-spacing:.25px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-lg .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-lg .ui-button-component__icon-svg{min-width:18px;max-width:18px;min-height:18px;max-height:18px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xl,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xl{padding:20px 35px;gap:12px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xl .ui-button-component__label,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xl .ui-button-component__label{font-size:20px;font-weight:600;line-height:23px;letter-spacing:.25px}.ui-button-component__wrapper.--scheme-square.--variant-contained.--size-xl .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--variant-text.--size-xl .ui-button-component__icon-svg{min-width:22px;max-width:22px;min-height:22px;max-height:22px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-xs{padding:7px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-xs .ui-button-component__icon-svg{min-width:12px;max-width:12px;min-height:12px;max-height:12px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-md{padding:11px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-md .ui-button-component__icon-svg{min-width:14px;max-width:14px;min-height:14px;max-height:14px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-lg{padding:13px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-lg .ui-button-component__icon-svg{min-width:18px;max-width:18px;min-height:18px;max-height:18px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-xl{padding:19.5px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-outline.--size-xl .ui-button-component__icon-svg{min-width:22px;max-width:22px;min-height:22px;max-height:22px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-xs,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-xs{padding:8px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-xs .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-xs .ui-button-component__icon-svg{min-width:12px;max-width:12px;min-height:12px;max-height:12px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-md,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-md{padding:12px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-md .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-md .ui-button-component__icon-svg{min-width:14px;max-width:14px;min-height:14px;max-height:14px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-lg,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-lg{padding:14px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-lg .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-lg .ui-button-component__icon-svg{min-width:18px;max-width:18px;min-height:18px;max-height:18px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-xl,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-xl{padding:20.5px}.ui-button-component__wrapper.--scheme-square.--icon.--variant-contained.--size-xl .ui-button-component__icon-svg,.ui-button-component__wrapper.--scheme-square.--icon.--variant-text.--size-xl .ui-button-component__icon-svg{min-width:22px;max-width:22px;min-height:22px;max-height:22px}.ui-button-component__wrapper:disabled{background:var(--color-neutral-900);border-color:var(--color-neutral-600);color:var(--text-disable-neutro-500);cursor:not-allowed}.ui-button-component__wrapper:disabled .ui-button-component__icon-svg{fill:var(--text-disable-neutro-500)}.ui-button-component__wrapper:disabled:hover{background:var(--color-neutral-900)}.ui-button-component__wrapper:disabled:active{background:var(--color-neutral-900)}.not-found-page__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.not-found-page__wrapper .not-found-page__title{font-size:22px;line-height:30px;font-weight:var(--font-weight-semibold);color:var(--color-neutral-300);padding-bottom:8px}.not-found-page__wrapper .not-found-page__subtitle{font-size:14px;line-height:20px;font-weight:var(--font-weight-semibold);color:var(--color-neutral-300);padding-bottom:16px}.search-container{position:relative;display:flex;align-items:center;gap:8px;flex:1 1 auto;width:100%;min-width:0;padding:12px 16px;border-radius:14px;border:1px solid var(--color-neutral-900);background-color:#fffffff2;box-shadow:inset 0 1px #fff9;transition:border-color .16s ease,box-shadow .16s ease}.search-container--focused{border-color:var(--color-primary-400);box-shadow:inset 0 1px #fffc,var(--shadow-field-focus)}.search-container--with-chips{align-items:flex-start;flex-wrap:wrap;padding:12px 16px 4px}.search-container--disabled{opacity:.6;cursor:not-allowed}.search-container__chips{display:flex;flex-wrap:wrap;gap:8px;width:100%}.search-container__chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:none;background:#ff8d2e1f;color:var(--color-primary-400);cursor:pointer;transition:background .16s ease,transform .16s ease;font-size:12px;font-weight:var(--font-weight-semibold);letter-spacing:.3px}.search-container__chip:hover{background:#ff8d2e33}.search-container__chip:active{transform:scale(.98)}.search-container__chip-icon{width:12px;height:12px;stroke:none;fill:currentColor}.search-container__input{flex:1;min-width:0;width:100%;border:none;outline:none;background:transparent;color:var(--color-neutral-300);font-weight:var(--font-weight-normal);font-size:14px;line-height:20px;padding:0}.search-container__input::placeholder{color:var(--color-neutral-600)}.search-container__input:disabled{cursor:not-allowed;opacity:.6}.search-container__add-button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;border:none;background:transparent;cursor:pointer;transition:transform .16s ease,color .16s ease;color:var(--color-primary-400)}.search-container__add-button:hover{transform:translateY(-1px)}.search-container__add-button:active{transform:translateY(0)}.search-container__add-button:disabled{cursor:not-allowed;opacity:.6}.search-container__add-button-icon{width:18px;height:18px;fill:currentColor}.search-container--compact{flex:none;height:36px;min-height:0;padding:0 12px;gap:0;border-radius:4px;border-color:#cfc4be;background:#fff;box-shadow:none}.search-container--compact.search-container--focused{border-color:#974900;box-shadow:none}.search-container--compact .search-container__input{color:#4c4541;font-size:14px;line-height:20px}@media (max-width: 768px){.search-container:not(.search-container--compact){padding:10px 12px}}@media (max-width: 480px){.search-container:not(.search-container--compact){padding:8px 10px}.search-container__input{min-width:0}}.ui-switch-component__wrapper{display:flex;align-items:center;gap:5px;height:fit-content;width:fit-content}.ui-switch-component__wrapper .ui-switch-component__label{-webkit-user-select:none;user-select:none;color:var(--color-neutral-300);font-weight:var(--font-weight-normal)}.ui-switch-component__wrapper .ui-switch-component__switch{position:relative;display:inline-block;cursor:pointer;transition:all .3s ease}.ui-switch-component__wrapper .ui-switch-component__switch .ui-switch-component__input{opacity:0;width:0;height:0;position:absolute}.ui-switch-component__wrapper .ui-switch-component__switch .ui-switch-component__slider{position:absolute;background:var(--color-neutral-900);transition:.3s;border-radius:50px}.ui-switch-component__wrapper .ui-switch-component__switch .ui-switch-component__thumb{position:absolute;border-radius:50%;background:var(--color-primary-100);transition:.3s;box-shadow:-1px 2px 3px #17120e40}.ui-switch-component__wrapper.--size-xl .ui-switch-component__label{font-size:16px;line-height:22px}.ui-switch-component__wrapper.--size-xl .ui-switch-component__switch,.ui-switch-component__wrapper.--size-xl .ui-switch-component__switch .ui-switch-component__slider{width:54px;height:30px}.ui-switch-component__wrapper.--size-xl .ui-switch-component__switch .ui-switch-component__thumb{width:20px;height:20px;margin:5px 4px}.ui-switch-component__wrapper.--size-xl.--checked .ui-switch-component__switch .ui-switch-component__thumb{transform:translate(26px)}.ui-switch-component__wrapper.--size-lg .ui-switch-component__label{font-size:14px;line-height:20px}.ui-switch-component__wrapper.--size-lg .ui-switch-component__switch,.ui-switch-component__wrapper.--size-lg .ui-switch-component__switch .ui-switch-component__slider{width:42px;height:24px}.ui-switch-component__wrapper.--size-lg .ui-switch-component__switch .ui-switch-component__thumb{width:14px;height:14px;margin:5px 4px}.ui-switch-component__wrapper.--size-lg.--checked .ui-switch-component__switch .ui-switch-component__thumb{transform:translate(20px)}.ui-switch-component__wrapper.--size-md .ui-switch-component__label{font-size:14px;line-height:20px}.ui-switch-component__wrapper.--size-md .ui-switch-component__switch,.ui-switch-component__wrapper.--size-md .ui-switch-component__switch .ui-switch-component__slider{width:34px;height:18px}.ui-switch-component__wrapper.--size-md .ui-switch-component__switch .ui-switch-component__thumb{width:12px;height:12px;margin:3px 4px}.ui-switch-component__wrapper.--size-md.--checked .ui-switch-component__switch .ui-switch-component__thumb{transform:translate(14px)}.ui-switch-component__wrapper.--size-sm .ui-switch-component__label{font-size:12px;line-height:16px}.ui-switch-component__wrapper.--size-sm .ui-switch-component__switch,.ui-switch-component__wrapper.--size-sm .ui-switch-component__switch .ui-switch-component__slider{width:22px;height:12px}.ui-switch-component__wrapper.--size-sm .ui-switch-component__switch .ui-switch-component__thumb{width:8px;height:8px;margin:2px 3px}.ui-switch-component__wrapper.--size-sm.--checked .ui-switch-component__switch .ui-switch-component__thumb{transform:translate(8px)}.ui-switch-component__wrapper.--checked .ui-switch-component__slider{background:var(--color-primary-400)}.ui-switch-component__wrapper.--reverse{flex-direction:row-reverse}.ui-switch-component__wrapper:hover .ui-switch-component__slider{background:var(--color-neutral-800)}.ui-switch-component__wrapper:hover.--checked .ui-switch-component__slider{background:var(--events-hover)}.ui-switch-component__wrapper:active .ui-switch-component__slider{background:var(--color-neutral-300)}.ui-switch-component__wrapper:active.--checked .ui-switch-component__slider{background:var(--events-pressing)}.ui-switch-component__wrapper.--disabled .ui-switch-component__switch{cursor:not-allowed}.ui-switch-component__wrapper.--disabled .ui-switch-component__switch .ui-switch-component__slider{background:var(--color-neutral-800)}.ui-switch-component__wrapper.--disabled .ui-switch-component__switch .ui-switch-component__thumb{background:var(--color-neutral-900)}.ui-modal-close-button-component{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-primary-400);border-radius:5px;background-color:transparent;color:var(--color-primary-400);cursor:pointer;transition:background .3s,color .3s,border-color .3s;flex-shrink:0}.ui-modal-close-button-component:hover{background-color:var(--color-primary-950)}.ui-modal-close-button-component:focus{scale:1.05;transition:scale .3s ease}.ui-modal-close-button-component svg{width:14px;height:14px;fill:var(--color-primary-400)}.confirm-delete-modal__overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000040;padding:16px}.confirm-delete-modal__panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:520px;background:var(--color-primary-100);border-radius:6px;box-shadow:0 4px 24px #3a2e261a}.confirm-delete-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 16px;border-radius:6px 6px 0 0;background:var(--color-bluish-grey-990)}.confirm-delete-modal__title{margin:0;font-weight:var(--font-weight-semibold);color:var(--color-neutral-300)}.confirm-delete-modal__close{flex-shrink:0}.confirm-delete-modal__body{padding:20px 16px 0}.confirm-delete-modal__content{padding:0 0 16px;line-height:1.5;color:var(--color-neutral-700)}.confirm-delete-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:0 16px 20px}.ui-popover-component__trigger{display:flex;width:fit-content;padding:0;border:0;background:transparent;cursor:pointer;outline:none}.ui-popover-component__content{padding:4px 0;border-radius:6px;border:none;background:var(--color-primary-100);display:flex;flex-direction:column;box-shadow:0 8px 30px #3a2e261a}.ui-input-component__wrapper{position:relative;display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.ui-input-component__wrapper.--disabled .ui-input-component__field{cursor:not-allowed;border-radius:5px;border:1px solid var(--text-disable-neutro-500);background-color:var(--color-grey-800)}.ui-input-component__wrapper.--disabled .ui-input-component__input{cursor:not-allowed}.ui-input-component__wrapper.--error .ui-input-component__field{border:1px solid var(--color-red-300)}.ui-input-component__label{font-size:12px;line-height:16px;color:var(--color-neutral-300);font-weight:var(--font-weight-normal)}.ui-input-component__field{display:flex;align-items:flex-start;border:1px solid var(--color-neutral-800);border-radius:5px;padding:8px;background:var(--color-white)}.ui-input-component__field:focus-within{border-color:var(--color-primary-400)}.ui-input-component__field:has(.ui-input-component__textarea){align-items:flex-start;padding:8px}.ui-input-component__field:has(.ui-input-component__input){align-items:center;padding:0}.ui-input-component__prepend,.ui-input-component__append{display:flex;align-items:center;padding:0 6px;color:var(--color-neutral-300)}.ui-input-component__input{font-weight:var(--font-weight-normal);font-size:14px;line-height:20px;flex:1;border:none;outline:none;padding:8px 0;background:transparent;color:var(--color-neutral-300)}.ui-input-component__textarea{font-weight:var(--font-weight-normal);font-size:14px;line-height:20px;flex:1;border:none;outline:none;padding:8px 0;background:transparent;color:var(--color-neutral-300);resize:vertical;min-height:60px;font-family:inherit}.ui-dropdown-component__icon{display:flex}.ui-dropdown-component__icon svg{width:16px;height:16px;fill:var(--color-neutral-800)}.ui-input-component__feedback{font-size:10px;line-height:14px;color:var(--color-red-300);font-weight:var(--font-weight-normal);position:absolute;top:100%;margin-top:4px;left:0;width:100%;pointer-events:none}.ui-dropdown-component__wrapper{position:relative;cursor:pointer;display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.ui-dropdown-component__wrapper.--disabled .ui-dropdown-component__field{cursor:not-allowed;border-radius:5px;border:1px solid var(--text-disable-neutro-500);background-color:var(--color-grey-800)}.ui-dropdown-component__wrapper.--disabled .ui-dropdown-component__icon{display:flex;align-items:center;justify-content:center;padding-left:6px;color:var(--color-neutral-300)}.ui-dropdown-component__wrapper.--disabled .ui-dropdown-component__icon-svg{width:14px;height:10px;fill:currentColor}.ui-dropdown-component__wrapper.--disabled .ui-dropdown-component__input{cursor:not-allowed}.ui-dropdown-component__wrapper.--openned{border-color:var()}.ui-dropdown-component__wrapper.--openned .ui-dropdown-component__field{border:1px solid var(--color-primary-400)}.ui-dropdown-component__wrapper.--error .ui-dropdown-component__field{border:1px solid var(--color-red-300)}.ui-dropdown-component__wrapper .ui-dropdown-component__content{width:var(--radix-dropdown-menu-trigger-width);min-width:var(--radix-dropdown-menu-trigger-width);background-color:transparent;border:none;padding:0;z-index:1;position:relative}.ui-dropdown-component__wrapper .ui-dropdown-component__list{min-width:100%;max-height:min(300px,var(--radix-dropdown-menu-content-available-height, 300px));background-color:var(--color-white);border-radius:0 0 6px 6px;box-shadow:var(--shadow-floating);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.ui-dropdown-component__wrapper .ui-dropdown-component__item{font-size:14px;line-height:20px;font-weight:var(--font-weight-normal);display:flex;align-items:center;gap:8px;padding:12px 21px;color:var(--color-neutral-600);cursor:pointer;transition:background-color .2s ease;outline:none}.ui-dropdown-component__wrapper .ui-dropdown-component__item svg{fill:var(--color-neutral-600)}.ui-dropdown-component__wrapper .ui-dropdown-component__item .ui-dropdown-component__item-clear{display:flex;margin-left:auto}.ui-dropdown-component__wrapper .ui-dropdown-component__item .ui-dropdown-component__item-clear svg{width:12px;height:12px;fill:var(--color-white)}.ui-dropdown-component__wrapper .ui-dropdown-component__item.--selected{background-color:var(--color-primary-400);color:var(--color-white)}.ui-dropdown-component__wrapper .ui-dropdown-component__item.--selected svg{fill:var(--color-white)}.ui-dropdown-component__wrapper .ui-dropdown-component__item:hover{color:var(--color-primary-400);background-color:var(--color-primary-950)}.ui-dropdown-component__wrapper .ui-dropdown-component__item:hover svg{fill:var(--color-primary-400)}.ui-dropdown-component__wrapper .ui-dropdown-component__item:active{color:var(--color-primary-400);background-color:var(--color-primary-900)}.ui-dropdown-component__wrapper .ui-dropdown-component__item:active svg{fill:var(--color-primary-400)}.ui-dropdown-component__label{font-size:12px;line-height:16px;color:var(--color-neutral-300);font-weight:var(--font-weight-normal)}.ui-dropdown-component__field{display:flex;align-items:center;border:1px solid var(--color-neutral-800);border-radius:5px;padding:0;background:var(--color-white);min-height:36px}.ui-dropdown-component__field.--has-chips{align-items:center;padding-top:6px;padding-bottom:6px}.ui-dropdown-component__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding-left:6px}.ui-dropdown-component__field[data-state=open]{border-color:var(--color-primary-400);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2)}.ui-dropdown-component__prepend,.ui-dropdown-component__append{display:flex;align-items:center;padding:0 6px;color:var(--color-neutral-300)}.ui-dropdown-component__input{font-weight:var(--font-weight-normal);font-size:14px;line-height:20px;flex:1;border:none;outline:none;padding:8px 0;background:transparent;color:var(--color-neutral-300);min-width:0}.ui-dropdown-component__chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%}.ui-dropdown-component__chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;border-radius:4px;padding:2px 8px;background:#974900;color:#fff;font-size:12px;font-weight:600;line-height:18px;white-space:nowrap}.ui-dropdown-component__chip-remove{display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;margin:0;background:transparent;color:#fff;font-size:14px;line-height:1;cursor:pointer}.ui-dropdown-component__feedback{font-size:10px;line-height:14px;color:var(--color-red-300);font-weight:var(--font-weight-normal);position:absolute;top:100%;margin-top:4px;left:0;width:100%;pointer-events:none}.myconfig-calendar-exception{padding:16px 0;border-radius:6px;background:var(--color-white, #fff);box-shadow:0 4px 24px #3a2e261a}.myconfig-calendar-exception__empty{min-height:calc(100vh - 170px);margin:0 16px;border:1px solid #cfc4be;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.myconfig-calendar-exception__empty h1{margin:0;color:#4c4541;font-size:18px;font-weight:600}.myconfig-calendar-exception__empty p{margin:0 0 4px;color:#998f8a;font-size:14px}.myconfig-calendar-exception__empty-icon{width:80px;height:80px}.myconfig-calendar-exception__body{padding-left:16px}.myconfig-calendar-exception__header{padding:0 16px 8px 0}.myconfig-calendar-exception__first-line{display:flex;justify-content:space-between;gap:8px}.myconfig-calendar-exception__first-line h1{margin:0;color:#4c4541;font-size:18px;font-weight:600}.myconfig-calendar-exception__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.myconfig-calendar-exception__filter-button{border:1px solid #ff8d2e;border-radius:6px;background:#fff;color:#ff8d2e;cursor:pointer;font-size:12px;font-weight:600;min-height:28px;padding:3px 14px}.myconfig-calendar-exception__filter-button.--has-filters,.myconfig-calendar-exception__filter-button:hover{background:#ffede2}.myconfig-calendar-exception__filters-row{display:flex;align-items:center;gap:8px;padding-top:10px;overflow-x:auto}.myconfig-calendar-exception__filters-row>button{border:0;border-radius:6px;background:#ff8d2e;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px}.myconfig-calendar-exception__filters-row span{display:inline-flex;align-items:center;gap:8px;border-radius:8px;background:#ffdbc4;color:#974900;font-size:12px;font-weight:600;padding:6px 12px;white-space:nowrap}.myconfig-calendar-exception__filters-row span button{border:0;background:transparent;color:inherit;cursor:pointer;font-size:18px;line-height:1}.myconfig-calendar-exception__event-block{max-height:calc(100vh - 268px);overflow:auto;margin-right:8px;padding-right:4px}.myconfig-calendar-exception__feedback{min-height:calc(100vh - 312px);border:1px solid #cfc4be;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#998f8a;font-weight:600;margin-right:16px}.myconfig-calendar-exception__modal-footer{display:flex;justify-content:flex-end;gap:12px}.myconfig-calendar-exception .ui-modal-component__container{align-items:flex-start;overflow-y:auto;padding:24px 0}.myconfig-calendar-exception .ui-modal-component__modal{max-height:calc(100vh - 48px)}.myconfig-calendar-exception .ui-modal-component__body{overflow-y:auto}.exception-months{display:flex;flex-direction:column;gap:16px}.exception-months__header{position:sticky;top:0;z-index:1;width:100%;border:0;border-radius:2px;background:#f4eee8;color:#4c4541;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;font-size:14px;font-weight:600;text-align:left}.exception-months__header span:last-child{font-size:12px;font-weight:400}.exception-events{padding-top:8px}.exception-events__event{display:flex;justify-content:space-between;gap:16px;margin-top:8px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;padding:15px 16px}.exception-events__event.--is-outdated{background:repeating-linear-gradient(-45deg,#eee,#eee 25px,#fff 25px 40px)}.exception-events__day{display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #e0e0e0;max-width:68px;width:100%;padding-right:16px;text-align:center}.exception-events__day span{color:#998f8a;font-size:12px;font-weight:600}.exception-events__day strong{color:#4c4541;font-size:22px;line-height:30px}.exception-events__info{flex:1;min-width:100px}.exception-events__info h3{margin:0 0 8px;color:#4c4541;font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exception-events__details{display:flex;flex-wrap:wrap;gap:8px 16px;color:#998f8a;font-size:12px;font-weight:600}.exception-events__actions{display:flex;align-items:center;gap:8px}.exception-filter-popover{width:345px;max-width:calc(100vw - 32px);border-radius:6px;background:#fff;box-shadow:0 5px 25px #0000001a}.exception-filter-popover__header,.exception-filter-popover__footer{padding:16px}.exception-filter-popover__header{display:flex;justify-content:space-between;border-bottom:1px solid #cfc4be}.exception-filter-popover__header button{border:0;background:transparent;color:#ff8d2e;cursor:pointer;font-weight:600}.exception-filter-popover__tabs{display:flex}.exception-filter-popover__tabs button{flex:1;border:0;background:transparent;color:#998f8a;cursor:pointer;font-size:16px;font-weight:600;padding:16px}.exception-filter-popover__tabs button.--active{color:#ff8d2e;box-shadow:inset 0 -3px #ff8d2e}.exception-filter-popover__standard,.exception-filter-popover__custom,.exception-filter-popover__carousel-block{display:flex;flex-direction:column;gap:8px;padding:16px}.exception-filter-popover__custom label{display:flex;flex-direction:column;gap:4px;color:#4c4541;font-size:12px;font-weight:600}.exception-filter-popover__custom input{border:1px solid #cfc4be;border-radius:4px;padding:8px}.exception-filter-popover__carousel{display:flex;gap:8px;align-items:center;justify-content:center}.exception-filter-popover__carousel button{border:1px solid #ff8d2e;border-radius:8px;background:#fff;color:#ff8d2e;cursor:pointer;min-width:36px;padding:5px 10px}.exception-filter-popover__carousel button.--active,.exception-filter-popover__carousel button:hover{background:#ffdbc4}.exception-event-modal{display:grid;gap:14px;min-width:min(680px,100vw - 64px)}.exception-event-modal__grid,.exception-event-modal__recurrence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.exception-event-modal__resource-list,.exception-event-modal__link{display:flex;flex-direction:column;gap:8px}.exception-event-modal__resource-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.exception-event-modal__resource-actions{display:flex;gap:8px}.exception-event-modal__link-btn{border:0;border-radius:5px;background:transparent;color:#974900;font-size:12px;font-weight:600;cursor:pointer;padding:4px 8px}.exception-event-modal__link-btn:hover{background:#ffede2}.exception-event-modal__link-btn--danger{color:#d32f2f}.exception-event-modal__label{color:#4c4541;font-weight:600}.exception-event-modal__empty{color:#998f8a;font-size:12px}.exception-event-modal__resource{display:flex;align-items:center;gap:8px;color:#4c4541;font-size:14px}.exception-event-modal__days{grid-column:1/-1;display:flex;flex-direction:column;gap:8px}.exception-event-modal__day-chips{display:flex;flex-wrap:wrap;gap:8px}.exception-event-modal__day-chip{width:36px;height:36px;border:1px solid #cfc4be;border-radius:50%;background:#fff;color:#4c4541;font-size:12px;font-weight:600;cursor:pointer}.exception-event-modal__day-chip.--active,.exception-event-modal__day-chip:hover{border-color:#974900;background:#ffede2;color:#974900}.exception-event-modal__mode-row{grid-column:1/-1;display:grid;grid-template-columns:90px repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:end}.exception-event-modal__radio{display:flex;align-items:center;gap:6px;color:#4c4541;font-size:14px;font-weight:600;padding-bottom:10px}.exception-event-modal__field-error{color:#d32f2f;font-size:12px}@media (max-width: 680px){.myconfig-calendar-exception__first-line,.myconfig-calendar-exception__actions{align-items:flex-start;flex-direction:column}.myconfig-calendar-exception__actions{width:100%}.exception-events__event{gap:10px}.exception-events__actions,.exception-events__details{flex-direction:column;align-items:flex-start}.exception-event-modal{min-width:auto}.exception-event-modal__grid,.exception-event-modal__recurrence{grid-template-columns:1fr}}.ui-tooltip-component__content{background:#000;color:#fff;padding:6px 10px;font-size:14px;font-weight:400;line-height:20px;border-radius:4px;box-shadow:0 2px 10px #0003}.ui-tooltip-component__arrow{fill:#000}.hierarchy-tree{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:0;margin:0}.hierarchy-tree__children{list-style:none;margin:.5rem 0 0 1.5rem;padding:0}.hierarchy-tree__row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--color-border, #e5e7eb);border-radius:.5rem;background:var(--color-white)}.hierarchy-tree__check-wrapper{display:inline-flex;align-items:center;cursor:pointer}.hierarchy-tree__label{flex:1;display:inline-flex;align-items:center;gap:.45rem;border:0;background:transparent;text-align:left;color:var(--color-text-primary);cursor:pointer}.hierarchy-tree__label:disabled{cursor:default}.hierarchy-tree__node-icon{display:inline-flex;align-items:center;color:#4d4d4d}.hierarchy-tree__node-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hierarchy-tree__node-text{display:flex;flex-direction:column;min-width:0;gap:.1rem}.hierarchy-tree__node-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#998f8a;font-size:.75rem;line-height:1rem;font-weight:400}.hierarchy-tree__actions{display:flex;gap:.5rem}.hierarchy-tree__loading{color:var(--color-text-secondary);font-size:.875rem}.hierarchy-tree--myconfig-compact{gap:0;padding:0}.hierarchy-tree--myconfig-compact .hierarchy-tree__children{margin:0;padding:0}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-layout{display:flex;align-items:stretch;gap:8px;gap-right:0px}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-column{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:16px;margin-left:.45rem}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-column-header{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:36px}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-line{display:block;width:1px;flex:1;min-height:8px;margin-top:4px;background-color:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__child-spacer{flex-shrink:0;width:16px;height:36px}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-main{flex:1;min-width:0}.hierarchy-tree--myconfig-compact .hierarchy-tree__node{min-height:36px}.hierarchy-tree--myconfig-compact .hierarchy-tree__row{position:relative;min-height:36px;padding:.2rem .45rem .2rem .4rem;gap:.45rem;border:0;border-radius:0;background:transparent;transition:background-color .15s ease}.hierarchy-tree--myconfig-compact .hierarchy-tree__row:hover,.hierarchy-tree--myconfig-compact .hierarchy-tree__row--menu-open{background:#ffede2}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border-radius:50%;border:1px solid #cfc4be;background:transparent;cursor:pointer}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon svg,.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon svg path{fill:#4c4541}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon--is-open{transform:rotate(180deg)}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:hover{border-color:#974900;background-color:#ffede2}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:hover svg,.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:hover svg path{fill:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:active{border-color:#974900;background-color:#ffdbc4}.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:active svg,.hierarchy-tree--myconfig-compact .hierarchy-tree__toggle-icon:active svg path{fill:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__row--expanded .hierarchy-tree__node-name,.hierarchy-tree--myconfig-compact .hierarchy-tree__row--expanded .hierarchy-tree__node-icon svg{color:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__row--expanded .hierarchy-tree__node-name{font-weight:600}.hierarchy-tree--myconfig-compact .hierarchy-tree__icon-slot{position:relative;flex-shrink:0;width:18px;height:18px}.hierarchy-tree--myconfig-compact .hierarchy-tree__icon-slot .hierarchy-tree__node-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;transition:opacity .15s ease}.hierarchy-tree--myconfig-compact .hierarchy-tree__check-wrapper{position:absolute;inset:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;cursor:pointer}.hierarchy-tree--myconfig-compact .hierarchy-tree__check-wrapper input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hierarchy-tree--myconfig-compact .hierarchy-tree__custom-check{width:16px;height:16px;border:1px solid transparent;border-radius:3px;background:#fff;display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-icon{transition:opacity .15s ease}.hierarchy-tree--myconfig-compact .hierarchy-tree__row:hover .hierarchy-tree__custom-check,.hierarchy-tree--myconfig-compact .hierarchy-tree__row--selected .hierarchy-tree__custom-check{opacity:1}.hierarchy-tree--myconfig-compact .hierarchy-tree__row:hover .hierarchy-tree__custom-check{border-color:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__row:hover .hierarchy-tree__icon-slot .hierarchy-tree__node-icon,.hierarchy-tree--myconfig-compact .hierarchy-tree__row--selected .hierarchy-tree__icon-slot .hierarchy-tree__node-icon{opacity:0}.hierarchy-tree--myconfig-compact .hierarchy-tree__check-wrapper input:checked+.hierarchy-tree__custom-check{border-color:#974900;background:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__check-wrapper input:checked+.hierarchy-tree__custom-check:after{content:"✓";color:#fff;font-size:.72rem;line-height:1}.hierarchy-tree--myconfig-compact .hierarchy-tree__label{min-width:0;height:auto;min-height:30px;gap:.5rem;align-items:flex-start;color:#4c4541;font-size:.95rem;font-weight:400}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-text{display:flex;flex-direction:column;min-width:0;gap:.05rem;padding-top:.1rem}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-subtitle{color:#998f8a;font-size:.75rem;line-height:1rem;font-weight:400}.hierarchy-tree--myconfig-compact .hierarchy-tree__node-icon svg{width:18px;height:18px;color:#974900;fill:currentColor}.hierarchy-tree--myconfig-compact .hierarchy-tree__actions{margin-left:auto;gap:0;opacity:0;transition:opacity .15s ease}.hierarchy-tree--myconfig-compact .hierarchy-tree__row:hover .hierarchy-tree__actions,.hierarchy-tree--myconfig-compact .hierarchy-tree__row:focus-within .hierarchy-tree__actions,.hierarchy-tree--myconfig-compact .hierarchy-tree__row--menu-open .hierarchy-tree__actions{opacity:1}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-button{min-width:28px;height:28px;border:0;border-left:1px solid #cfc4be;background:#fff;color:#974900;display:inline-flex;align-items:center;justify-content:center;padding:0 .35rem;cursor:pointer}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-button:first-child{border-left:0}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-button:hover{background:#ffede2;color:#974900}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-button--with-count{min-width:48px;gap:.25rem}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-count{min-width:1.2rem;font-size:.78rem;font-weight:600;color:#9b4f00}.hierarchy-tree--myconfig-compact .hierarchy-tree__action-icon{display:inline-flex;align-items:center}.hierarchy-tree__actions-menu{z-index:1200;min-width:140px;padding:4px 0;border-radius:6px;background:#fff;box-shadow:0 4px 16px #4c454129}.hierarchy-tree__actions-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:0;background:transparent;color:#4c4541;font-size:14px;line-height:20px;cursor:pointer;outline:none}.hierarchy-tree__actions-menu-item[data-highlighted],.hierarchy-tree__actions-menu-item:hover{background:#ffede2;color:#974900}.hierarchy-tree__actions-menu-item[data-disabled]{opacity:.5;cursor:not-allowed}.hierarchy-tree__actions-menu-icon{display:inline-flex;align-items:center;color:inherit}.hierarchy-tree__actions-menu-icon svg{width:15px;height:15px}.hierarchy-tree__info-tooltip{display:flex;flex-direction:column;gap:6px;text-align:left}.hierarchy-tree__info-tooltip label{margin:0;color:#998f8a;font-size:11px;font-weight:600}.hierarchy-tree__info-tooltip span{color:#fff;font-size:13px}.ui-drawer-component{position:fixed;inset:0;z-index:1000}.ui-drawer-component__overlay{position:absolute;inset:0;background:#00000080;cursor:pointer;animation:ui-drawer-overlay-fade-in .3s ease-out both}.ui-drawer-component--closing{pointer-events:none}.ui-drawer-component--closing .ui-drawer-component__overlay{animation:ui-drawer-overlay-fade-out .5s ease-out both}.ui-drawer-component--no-overlay{pointer-events:none}.ui-drawer-component--no-overlay .ui-drawer-component__content{pointer-events:auto}.ui-drawer-component__content{position:absolute;background:#fff;box-shadow:var(--shadow-drawer);transition:right .5s ease-out,left .5s ease-out,transform .5s ease-out,box-shadow .3s ease;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both;display:flex;flex-direction:column;max-width:407px;width:100%}.ui-drawer-component__content--50{max-width:50vw}.ui-drawer-component__content--100{max-width:100vw}.ui-drawer-component__content--407{max-width:407px}.ui-drawer-component__content--right{top:0;right:0;height:100%;transform:translate(0);animation-name:ui-drawer-slide-in-right}.ui-drawer-component__content--right.ui-drawer-component__content--closing{animation-name:ui-drawer-slide-out-right}.ui-drawer-component__content--left{top:0;left:0;height:100%;transform:translate(0);animation-name:ui-drawer-slide-in-left}.ui-drawer-component__content--left.ui-drawer-component__content--closing{animation-name:ui-drawer-slide-out-left}.ui-drawer-component__content.--remove-shadow{box-shadow:none;border-left:1px solid #cfc4be}.ui-drawer-component__body{padding:20px;overflow-y:auto;flex:1}.ui-drawer-component .ui-drawer-component__header{display:flex;align-items:center;justify-content:space-between;padding:16px;min-height:60px}.ui-drawer-component .ui-drawer-component__header .ui-drawer-component__header-title{color:var(--color-neutral-300);font-size:var(heading-5);font-weight:var(--font-weight-semibold)}.ui-drawer-component .ui-drawer-component__header-separator{width:100%;min-height:1px;background-color:var(--color-neutral-800)}.ui-drawer-component .ui-drawer-component__footer{width:100%;padding:15px 16px 16px;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--color-neutral-800)}@keyframes ui-drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes ui-drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes ui-drawer-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes ui-drawer-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes ui-drawer-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ui-drawer-overlay-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion: reduce){.ui-drawer-component__content{animation:none;transition:none}}@media (max-width: 768px){.ui-drawer-component__content{max-width:50vw}}@media (max-width: 480px){.ui-drawer-component__content{max-width:100vw}.ui-drawer-component .ui-drawer-component__footer{justify-content:center;align-items:center}.ui-drawer-component .ui-drawer-component__footer div{width:100%}.ui-drawer-component .ui-drawer-component__footer div .ui-button-component__wrapper{width:100%;max-height:28px}}.myconfig-data-fields{display:flex;flex-direction:column;padding:24px 28px}.myconfig-data-fields__header,.myconfig-data-fields__bulk,.myconfig-data-fields__drawer-footer,.myconfig-data-fields__modal-footer,.myconfig-data-fields__new-actions,.myconfig-data-fields__toolbar{display:flex;align-items:center;gap:8px}.myconfig-data-fields__card{background:#fff;border-radius:5px;box-shadow:0 8px 24px #3a2e2614;padding:16px}.myconfig-data-fields__header{margin-bottom:4px}.myconfig-data-fields__header h1{margin:0;color:#4c4541;font-size:18px;font-weight:600}.myconfig-data-fields__entities{display:flex;overflow-x:auto;border-bottom:1px solid #e7dfda;margin-bottom:16px}.myconfig-data-fields__entities button{border:0;border-bottom:2px solid transparent;background:transparent;color:#c2b8b2;cursor:pointer;font-size:16px;font-weight:600;padding:16px;white-space:nowrap}.myconfig-data-fields__entities button.--active{border-color:#ff8d2e;color:#974900}.myconfig-data-fields__toolbar{align-items:stretch;margin-bottom:16px}.myconfig-data-fields__toolbar>.search-container{flex:1}.myconfig-data-fields__new-actions{align-items:stretch;gap:0;flex-shrink:0;height:38px}.myconfig-data-fields__new-actions>.ui-button-component__wrapper{border-radius:4px 0 0 4px;height:100%;min-width:180px}.myconfig-data-fields__new-actions .ui-popover-component__trigger{display:flex;height:100%;width:auto}.myconfig-data-fields__add-icon{width:14px;height:14px;color:#fff}.myconfig-data-fields__add-icon path{fill:currentColor}.myconfig-data-fields__group-trigger.ui-button-component__wrapper{border-left:1px solid rgba(255,255,255,.35);border-radius:0 4px 4px 0;height:100%;min-width:38px;width:38px}.myconfig-data-fields__new-menu{min-width:180px;padding:4px 0}.myconfig-data-fields__new-menu-item{width:100%;border:0;background:transparent;color:#4c4541;cursor:pointer;font-size:14px;padding:10px 16px;text-align:left}.myconfig-data-fields__new-menu-item:hover{background:#ffede2;color:#974900}.myconfig-data-fields__bulk{justify-content:flex-end;color:#4c4541}.myconfig-data-fields__empty{align-items:center;color:#7e7570;display:flex;flex-direction:column;gap:8px;padding:48px 16px;text-align:center}.myconfig-data-fields__form{display:flex;flex-direction:column;gap:16px}.myconfig-data-fields__drawer-footer,.myconfig-data-fields__modal-footer{justify-content:flex-end;width:100%}.myconfig-data-fields__option-row{align-items:flex-start;display:grid;grid-template-columns:1fr auto;gap:8px}.myconfig-data-fields__hint,.myconfig-data-fields__feedback{color:#d32f2f;font-size:12px;margin:0}.myconfig-data-fields__checks{display:flex;flex-direction:column;gap:8px;margin-top:8px}.myconfig-data-fields__delete-text{color:#4c4541;line-height:1.5}.myconfig-data-fields__sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media (max-width: 768px){.myconfig-data-fields{padding:16px}.myconfig-data-fields__header{align-items:stretch}.myconfig-data-fields__header-actions{width:100%;justify-content:flex-end}}.confirm-name-delete-modal{display:flex;flex-direction:column;gap:1rem}.confirm-name-delete-modal__description,.confirm-name-delete-modal__instruction{margin:0;color:var(--color-text-primary)}.confirm-name-delete-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.myconfig-departments{min-height:100%;padding:1.5rem 1.75rem 5rem;background:#f7f7f7}.myconfig-departments__card{display:flex;flex-direction:column;width:100%;min-height:428px;padding:1rem;border-radius:6px;background:#fff;box-shadow:0 14px 28px #2b2b2b0f}.myconfig-departments__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem}.myconfig-departments__header h1{margin:0;color:#6d6677;font-size:1.25rem;font-weight:600}.myconfig-departments__new-button{min-height:28px;padding:.35rem .85rem;border-radius:4px;background:#a65300;font-size:.82rem;font-weight:600}.myconfig-departments__add-icon{width:14px;height:14px;color:#fff}.myconfig-departments .search-container{min-height:38px;padding:.45rem .85rem;border-color:#d7c8c1;border-radius:4px;box-shadow:none}.myconfig-departments .search-container__input{color:#4b4b4b;font-size:.95rem}.myconfig-departments__empty{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;color:#6d6677;text-align:center}.myconfig-departments__empty h2{margin:0;font-size:1rem;font-weight:600}.myconfig-departments__empty p{margin:0;color:#8c8494}.myconfig-departments__selection-bar{position:fixed;right:1.75rem;bottom:1.5rem;z-index:20;display:flex;align-items:center;gap:1.25rem;min-width:460px;padding:1.1rem 1.4rem;border:1px solid #ded1ca;border-radius:8px;background:#fff;box-shadow:0 4px 14px #2b2b2b38}.myconfig-departments__selection-bar>span{flex:1;color:#5c5662;font-size:1.05rem;font-weight:600}.myconfig-departments__info-tooltip{display:grid;gap:.15rem;padding:.35rem .45rem;min-width:180px}.myconfig-departments__info-tooltip strong{font-size:.85rem;font-weight:600}.myconfig-departments__info-tooltip span{margin-bottom:.5rem;color:#e6ddd6;font-size:.85rem}.myconfig-departments__info-tooltip span:last-child{margin-bottom:0}.myconfig-departments__drawer-footer,.myconfig-departments__inline-form,.myconfig-departments__modal-row{display:flex;align-items:center;gap:.75rem}.myconfig-departments__drawer-footer{justify-content:flex-end;width:100%}.myconfig-departments__drawer .ui-drawer-component__header,.myconfig-departments__roles-drawer .ui-drawer-component__header{min-height:50px;padding:16px 1rem}.myconfig-departments__drawer .ui-drawer-component__header-title,.myconfig-departments__roles-drawer .ui-drawer-component__header-title{color:#4b4656;font-size:1.18rem;font-weight:600}.myconfig-departments__drawer .ui-drawer-component__body,.myconfig-departments__roles-drawer .ui-drawer-component__body{padding:1rem}.myconfig-departments__drawer .ui-drawer-component__footer,.myconfig-departments__roles-drawer .ui-drawer-component__footer{padding:1rem;border-top:1px solid #ded1ca}.myconfig-departments__drawer--fan-open{right:407px;box-shadow:none;transition:right .5s ease-out}.myconfig-departments__drawer--fan-closing.ui-drawer-component__content--closing{animation-duration:.25s;animation-timing-function:ease-in}.myconfig-departments__roles-drawer{right:0;animation-duration:.5s}.myconfig-departments__form{display:flex;flex-direction:column;gap:.95rem}.myconfig-departments__form .ui-input-component__field,.myconfig-departments__form .ui-dropdown-component__field{border-color:#d7c8c1;border-radius:4px}.myconfig-departments__form .ui-input-component__textarea{min-height:84px}.myconfig-departments__chips,.myconfig-departments__role-chips{display:flex;flex-wrap:wrap;gap:.5rem}.myconfig-departments__chips button,.myconfig-departments__role-chips button{display:inline-flex;align-items:center;gap:.35rem;border:0;border-radius:999px;padding:.35rem .65rem;background:#f4ede8;color:#6d4c34;cursor:pointer}.myconfig-departments__role-chip-remove{display:inline-flex;align-items:center;justify-content:center;min-width:14px;color:#974900;font-size:1rem;font-weight:700;line-height:1}.myconfig-departments__roles-section{display:flex;flex-direction:column;gap:.7rem}.myconfig-departments__roles-section strong{color:#4b4656;font-size:1rem}.myconfig-departments__roles-box{display:flex;min-height:92px;flex-direction:column;align-items:center;justify-content:center;gap:.55rem;padding:.9rem;border:1px solid #eee5df;border-radius:5px;background:#fbfbfb}.myconfig-departments__roles-placeholder{color:#6d6677;font-weight:600}.myconfig-departments__add-role{border:0;background:transparent;color:#a65300;cursor:pointer;font-weight:500}.myconfig-departments__roles-modal{display:flex;flex-direction:column;gap:1rem}.myconfig-departments__roles-description{max-width:270px;margin:0;color:#8c8494;line-height:1.45}.myconfig-departments__roles-form{display:flex;align-items:center;gap:.6rem}.myconfig-departments__roles-form .ui-input-component__wrapper,.myconfig-departments__roles-item .ui-input-component__wrapper{flex:1;min-width:0;margin-bottom:0}.myconfig-departments__roles-form .ui-button-component__wrapper{flex-shrink:0}.myconfig-departments__roles-list{list-style:none;margin:0 -1rem;padding:0;max-height:calc(100vh - 230px);overflow-y:auto;border-top:1px solid #eee5df}.myconfig-departments__roles-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:43px;padding:.55rem 1rem;border-bottom:1px solid #eee5df;color:#4b4b4b;transition:background-color .15s ease,color .15s ease}.myconfig-departments__roles-item:hover{background-color:#ffede2;border-bottom:1px solid #974900}.myconfig-departments__roles-item:hover .myconfig-departments__roles-select-button:not(:disabled){color:var(--color-primary-400)}.myconfig-departments__roles-name{flex:1;min-width:0}.myconfig-departments__roles-select-button{width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:color .15s ease}.myconfig-departments__roles-select-button:disabled{color:#9b4f00;cursor:default}.myconfig-departments__roles-actions{display:flex;align-items:center;flex-shrink:0;gap:.4rem;opacity:0;transition:opacity .15s ease}.myconfig-departments__roles-item:hover .myconfig-departments__roles-actions,.myconfig-departments__roles-item:focus-within .myconfig-departments__roles-actions,.myconfig-departments__roles-item--editing .myconfig-departments__roles-actions{opacity:1}.myconfig-departments__roles-empty{margin:0;padding:2rem 1rem;text-align:center;color:#8c8494;border:1px dashed #ded1ca;border-radius:.5rem}.myconfig-departments__people-drawer .ui-drawer-component__header{min-height:50px;padding:16px 1rem}.myconfig-departments__people-drawer .ui-drawer-component__header-title{color:#4c4541;font-size:1.18rem;font-weight:600}.myconfig-departments__people-drawer .ui-drawer-component__body{padding:0}.myconfig-departments__people-drawer .ui-drawer-component__footer{padding:1rem;border-top:1px solid #ded1ca}.myconfig-departments__people-drawer--link .ui-drawer-component__header,.myconfig-departments__people-drawer--link .ui-drawer-component__header-separator{display:none}.myconfig-departments__checkbox{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border:1px solid #cfc4be;border-radius:3px;background:#fff;cursor:pointer}.myconfig-departments__checkbox svg{width:12px;height:12px}.myconfig-departments__checkbox.--checked{border-color:#974900;background:#974900}.myconfig-departments__checkbox.--checked svg path{fill:#fff}.myconfig-departments__select-all{display:flex;align-items:center;gap:8px;padding:16px 16px 8px}.myconfig-departments__people-title{color:#4c4541;font-size:16px;font-weight:600;line-height:26px}.myconfig-departments__people-actions{display:flex;align-items:center;justify-content:space-between;padding:0 16px 8px}.myconfig-departments__link-trigger{display:flex;align-items:center;gap:6px;padding:4px 14px;border:0;border-radius:5px;background:transparent;color:#974900;font-size:12px;font-weight:600;line-height:20px;cursor:pointer}.myconfig-departments__link-trigger svg{width:14px;height:14px}.myconfig-departments__link-trigger:hover{background:#ffede2}.myconfig-departments__link-trigger:active{background:#ffdbc4}.myconfig-departments__role-filter{display:flex;align-items:center;gap:8px;color:#4c4541;font-size:14px;font-weight:600}.myconfig-departments__role-filter-trigger{display:flex;align-items:center;gap:8px;padding:4px 10px;border:0;border-radius:5px;background:transparent;color:#974900;font-size:12px;font-weight:600;cursor:pointer}.myconfig-departments__role-filter-trigger svg{width:12px;height:12px}.myconfig-departments__role-filter-trigger:hover{background:#ffede2}.myconfig-departments__role-filter-menu{display:flex;flex-direction:column;min-width:140px;padding:4px 0}.myconfig-departments__role-filter-menu button{padding:8px 16px;border:0;background:transparent;color:#4c4541;font-size:14px;text-align:left;cursor:pointer}.myconfig-departments__role-filter-menu button:hover{background:#ffede2}.myconfig-departments__people-list{overflow-y:auto;max-height:calc(100vh - 170px)}.myconfig-departments__people-list::-webkit-scrollbar{width:7px}.myconfig-departments__people-list::-webkit-scrollbar-thumb{border-radius:9px;background-color:#cfc4be}.myconfig-departments__person-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7.5px 16px;border-bottom:1px solid #eee;cursor:pointer}.myconfig-departments__person-row.--checked,.myconfig-departments__person-row:hover{background:#ffede2}.myconfig-departments__person-info{display:flex;align-items:center;gap:8px;overflow:hidden}.myconfig-departments__person-avatar,.myconfig-departments__person-photo{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#fbe6d4;color:#974900;font-size:13px;font-weight:600;object-fit:cover;transition:opacity .15s ease}.myconfig-departments__person-avatar-slot{position:relative;flex-shrink:0;width:40px;height:40px}.myconfig-departments__person-check-wrapper{position:relative;flex-shrink:0;width:40px;height:40px;cursor:pointer}.myconfig-departments__person-check-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.myconfig-departments__person-custom-check{position:absolute;inset:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin:auto;border:1px solid transparent;border-radius:3px;background:#fff;opacity:0;pointer-events:none;transition:opacity .15s ease}.myconfig-departments__person-text{overflow:hidden}.myconfig-departments__person-name{display:block;overflow:hidden;color:#4c4541;font-size:14px;font-weight:600;line-height:20px;white-space:nowrap;text-overflow:ellipsis}.myconfig-departments__person-code{display:block;color:#998f8a;font-size:12px;line-height:16px}.myconfig-departments__person-roles{display:flex;flex-shrink:0;gap:8px}.myconfig-departments__role-tag{white-space:nowrap;border-radius:4px;padding-inline:9px;background:#eceff1;color:#607d8b;font-size:12px;font-weight:600;line-height:16px}.myconfig-departments__person-unlink{display:none;flex-shrink:0;padding:8px;border:0;border-radius:5px;background:transparent;cursor:pointer}.myconfig-departments__person-unlink svg{width:14px;height:14px}.myconfig-departments__person-unlink:hover{background:#ffdbc4}.myconfig-departments__person-row.--hover-check:hover .myconfig-departments__person-avatar,.myconfig-departments__person-row.--hover-check:hover .myconfig-departments__person-photo,.myconfig-departments__person-row.--hover-check.--checked .myconfig-departments__person-avatar,.myconfig-departments__person-row.--hover-check.--checked .myconfig-departments__person-photo{opacity:0}.myconfig-departments__person-row.--hover-check:hover .myconfig-departments__person-custom-check,.myconfig-departments__person-row.--hover-check.--checked .myconfig-departments__person-custom-check{opacity:1}.myconfig-departments__person-row.--hover-check:hover:not(.--checked) .myconfig-departments__person-custom-check{border-color:#974900}.myconfig-departments__person-row.--hover-check:hover:not(.--checked) .myconfig-departments__person-roles{display:none}.myconfig-departments__person-row.--hover-check:hover:not(.--checked) .myconfig-departments__person-unlink{display:flex}.myconfig-departments__person-row.--hover-check .myconfig-departments__person-custom-check.--checked{border-color:#974900;background:#974900}.myconfig-departments__person-row.--hover-check .myconfig-departments__person-custom-check.--checked:after{content:"✓";color:#fff;font-size:.72rem;line-height:1}.myconfig-departments__people-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:200px;margin:16px;border:1px solid #cfc4be;border-radius:6px;color:#998f8a}.myconfig-departments__people-empty svg{width:16px;height:16px;fill:#998f8a}.myconfig-departments__people-empty p{margin:0;font-size:16px;font-weight:600}.myconfig-departments__link{display:flex;flex-direction:column;gap:8px;padding:16px}.myconfig-departments__link-header strong{display:block;color:#4c4541;font-size:16px;font-weight:600;line-height:26px}.myconfig-departments__link-header p{margin:8px 0 0;color:#998f8a;font-size:14px;line-height:20px}.myconfig-departments__link-title{color:#4c4541;font-size:16px;font-weight:600;line-height:26px}.myconfig-departments__link .myconfig-departments__people-actions{padding:8px 0 0}.myconfig-departments__link .myconfig-departments__people-list{margin:0 -16px;max-height:calc(100vh - 320px)}.myconfig-departments__options{display:flex;flex-direction:column}.myconfig-departments__options-block{padding:16px;border-bottom:1px solid #cfc4be}.myconfig-departments__options-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;color:#4c4541;font-size:16px;font-weight:600;line-height:26px;cursor:pointer}.myconfig-departments__options-toggle svg{width:14px;height:14px}.myconfig-departments__options-chevron{transform:rotate(-90deg);transition:transform .3s}.myconfig-departments__options-chevron.--open{transform:rotate(0)}.myconfig-departments__options-content{display:flex;flex-direction:column;gap:8px;padding-top:8px}.myconfig-departments__options-text{margin:0;color:#998f8a;font-size:14px;line-height:20px}.myconfig-departments__options-unlink{width:100%;border-color:#d32f2f;background-color:#d32f2f}.myconfig-departments__options-unlink:hover{border-color:#c62828;background-color:#c62828}.myconfig-departments__options-label{color:#4c4541;font-size:16px;font-weight:600;line-height:26px}.myconfig-departments__options-list{overflow-y:auto;max-height:calc(100vh - 360px);margin-top:8px}.myconfig-departments__options-item{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #eee;color:#4c4541;font-size:14px;font-weight:600;cursor:pointer}.myconfig-departments__options-item input{width:18px;height:18px;accent-color:#974900;cursor:pointer}@media (max-width: 768px){.myconfig-departments{padding:1rem 1rem 5rem}.myconfig-departments__header{align-items:flex-start;flex-direction:column}.myconfig-departments__selection-bar{right:1rem;left:1rem;min-width:0}.myconfig-departments__drawer--fan-open,.myconfig-departments__roles-drawer{right:0}}.myconfig-calendar-action{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:calc(100dvh - 64px);max-width:100%;min-height:0;min-width:0;overflow:hidden;padding:clamp(8px,2vw,16px);width:100%}.myconfig-calendar-action .ui-breadcrumb{flex-shrink:0;flex-wrap:wrap;min-width:0}.myconfig-calendar-action__header,.myconfig-calendar-action__config,.myconfig-calendar-action__periods,.myconfig-calendar-action__settings{background:var(--color-white);border-radius:6px;box-shadow:var(--shadow-default, 0 4px 24px rgba(58, 46, 38, .1))}.myconfig-calendar-action__header{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px 16px;justify-content:space-between;padding:16px}.myconfig-calendar-action__header-main{align-items:center;display:flex;flex:1 1 auto;gap:8px;min-width:0}.myconfig-calendar-action__settings-icon{align-items:center;background:transparent;border:1px solid #974900;border-radius:5px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;width:28px}.myconfig-calendar-action__settings-icon:hover{background:#ffede2}.myconfig-calendar-action__settings-icon:active{background:#ffdbc4}.myconfig-calendar-action__settings-icon-svg{fill:#974900;height:12px;width:12px}.myconfig-calendar-action__header-title{color:#4c4541;font-size:18px;font-weight:600;line-height:26px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-calendar-action__header-meta{align-items:baseline;color:#4c4541;display:flex;font-size:14px;gap:6px;line-height:20px}.myconfig-calendar-action__header-meta strong{font-weight:600}.myconfig-calendar-action__header-actions,.myconfig-calendar-action__modal-footer,.myconfig-calendar-action__periods-actions,.myconfig-calendar-action__settings-footer,.myconfig-calendar-action__settings-footer--events,.myconfig-calendar-action__settings-footer--resources{align-items:center;display:flex;gap:12px;justify-content:flex-end}.myconfig-calendar-action__save-button,.myconfig-calendar-action__new-period-button,.myconfig-calendar-action__apply-button{min-height:28px;padding:4px 14px!important;font-size:12px!important;font-weight:600!important}.myconfig-calendar-action__apply-icon{width:12px;height:12px;color:#fff}.myconfig-calendar-action__config{align-items:stretch;display:flex;flex:1;gap:30px;min-height:0;overflow:hidden;padding:0}.myconfig-calendar-action__settings{box-shadow:none;display:flex;flex:0 0 339px;flex-direction:column;max-height:100%;max-width:339px;min-height:0;width:339px}.myconfig-calendar-action__settings--modal{flex:1 1 auto;max-width:none;min-height:auto;width:100%}.myconfig-calendar-action__settings-tabs{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding:16px 16px 0;-webkit-overflow-scrolling:touch}.myconfig-calendar-action__settings-tabs::-webkit-scrollbar{display:none}.myconfig-calendar-action__settings-tab{background:transparent;border:0;color:#998f8a;cursor:pointer;flex:0 0 auto;font-size:14px;font-weight:600;line-height:20px;padding:0 0 12px;white-space:nowrap}.myconfig-calendar-action__settings-tab.--active{box-shadow:inset 0 -4px 0 -1px #974900;color:#4c4541}.myconfig-calendar-action__settings-body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:auto;padding:16px}.myconfig-calendar-action__settings-body.--no-events,.myconfig-calendar-action__settings-body.--no-resources{justify-content:center}.myconfig-calendar-action__settings-panel{display:flex;flex-direction:column;gap:14px}.myconfig-calendar-action__settings-footer{border-top:1px solid #eee;padding:12px 16px 16px}.myconfig-calendar-action__duration-field{align-items:flex-end;display:grid;gap:8px;grid-template-columns:1fr auto}.myconfig-calendar-action__duration-suffix{color:#4c4541;font-size:14px;font-weight:600;padding-bottom:10px}.myconfig-calendar-action__workspace{display:flex;flex:1;flex-direction:column;gap:12px;min-height:0;min-width:0;overflow:hidden;padding:16px}.myconfig-calendar-action__periods{box-shadow:none;display:flex;flex:1;flex-direction:column;gap:12px;min-height:0;overflow:hidden}.myconfig-calendar-action__periods-header{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;justify-content:space-between}.myconfig-calendar-action__periods-header h2{color:#4c4541;font-size:18px;font-weight:600;line-height:26px;margin:0}.myconfig-calendar-action__visualization{align-items:center;color:#4c4541;display:flex;font-size:14px;gap:8px}.myconfig-calendar-action__visualization .ui-dropdown-component__wrapper{min-width:120px}.myconfig-calendar-action__calendar-grid{display:flex;flex:1;flex-direction:column;gap:8px;max-width:100%;min-height:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.myconfig-calendar-action__calendar-header,.myconfig-calendar-action__calendar-body{display:flex;flex-shrink:0;flex-wrap:nowrap;gap:8px;min-width:min-content;width:100%}.myconfig-calendar-action__calendar-hours-spacer{background:var(--color-white);flex:0 0 52px;position:sticky;left:0;z-index:3}.myconfig-calendar-action__calendar-days-header{align-items:stretch;display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:8px;min-width:0}.myconfig-calendar-action__calendar-day-header{align-items:center;background:#f7f3f0;border:1px solid #e0e0e0;border-radius:6px 6px 0 0;display:flex;flex:1 0 160px;flex-direction:column;gap:2px;justify-content:center;min-width:160px;padding:8px}.myconfig-calendar-action__calendar-day-header span{color:#998f8a;font-size:12px;text-transform:uppercase}.myconfig-calendar-action__calendar-day-header strong{color:#4c4541;font-size:18px}.myconfig-calendar-action__calendar-arrow{align-self:center;background:#ffede2;border:0;border-radius:4px;color:#974900;cursor:pointer;font-size:24px;height:32px;width:32px}.myconfig-calendar-action__calendar-hours{background:var(--color-white);display:flex;flex:0 0 52px;flex-direction:column;position:sticky;left:0;z-index:3}.myconfig-calendar-action__calendar-hour{align-items:flex-start;box-sizing:border-box;color:#b7aea8;display:flex;font-size:clamp(8px,1.2vw,11px);line-height:1;overflow:hidden;padding-top:1px}.myconfig-calendar-action__calendar-days{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:8px;min-width:0}.myconfig-calendar-action__day-column{background:transparent;border:0;display:flex;flex:1 0 160px;flex-direction:column;min-width:160px;padding:0}.myconfig-calendar-action__day-timeline{position:relative;border:1px solid #e7e0db;border-radius:0 0 6px 6px;background:#fff;overflow:hidden}.myconfig-calendar-action__half-hours{display:flex;flex-direction:column}.myconfig-calendar-action__half-hour{box-sizing:border-box;border:0;border-bottom:1px solid #f0ebe7;background:transparent;color:transparent;cursor:pointer;font-size:10px;padding:0 6px;text-align:left}.myconfig-calendar-action__half-hour:hover{background:#ff8d2e14}.myconfig-calendar-action__timeline-overlay{position:absolute;inset:0;pointer-events:none}.myconfig-calendar-action__interval-slot,.myconfig-calendar-action__period-slot{position:absolute;left:4px;right:4px;pointer-events:auto}.myconfig-calendar-action__interval-slot{display:flex;align-items:center;justify-content:center;border:1px dashed #ff8d2e;border-radius:4px;background:#ff8d2e14;cursor:pointer;padding:0 4px}.myconfig-calendar-action__interval-slot:hover{background:#ff8d2e29}.myconfig-calendar-action__period-slot .myconfig-calendar-action__period-block{height:100%;min-height:0;overflow:hidden}.myconfig-calendar-action__period-block{border:1px solid transparent;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:1px;padding:clamp(2px,.6vw,6px) clamp(4px,.8vw,8px);text-align:left;width:100%}.myconfig-calendar-action__period-block strong,.myconfig-calendar-action__period-block span{font-size:clamp(9px,1.2vw,11px);line-height:1.1}.myconfig-calendar-action__period-block strong{color:#fff;font-size:clamp(10px,1.4vw,14px);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-calendar-action__period-block:hover{background:#ffede2!important;border-color:#974900}.myconfig-calendar-action__period-block:hover strong,.myconfig-calendar-action__period-block:hover span,.myconfig-calendar-action__period-block:hover .myconfig-calendar-action__interval{color:#4c4541}.myconfig-calendar-action__interval{color:#fff;font-size:11px;font-weight:600}.myconfig-calendar-action__empty-state{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:180px;padding:24px 12px;text-align:center}.myconfig-calendar-action__empty-state strong{color:#4c4541;font-size:16px}.myconfig-calendar-action__empty-state span{color:#998f8a;font-size:14px;max-width:260px}.myconfig-calendar-action__empty-icon{color:#974900;height:48px;width:48px}.myconfig-calendar-action__empty-search{color:#998f8a;font-size:14px;padding:16px 0;text-align:center}.myconfig-calendar-action__events-collapse-list{display:flex;flex-direction:column;gap:8px}.myconfig-calendar-action__events-collapse-header{align-items:center;background:#f4eee8;border:0;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px;position:sticky;top:0;width:100%;z-index:1}.myconfig-calendar-action__events-collapse-header span{color:#4c4541;font-size:14px;font-weight:600}.myconfig-calendar-action__events-collapse-meta{align-items:center;color:#998f8a;display:inline-flex;font-size:12px;gap:8px}.myconfig-calendar-action__events-collapse-arrow{display:inline-block;transform:rotate(90deg);transition:transform .15s ease}.myconfig-calendar-action__events-collapse-arrow.--open{transform:rotate(-90deg)}.myconfig-calendar-action__events-collapse-body{display:flex;flex-direction:column;gap:6px;padding:8px 0}.myconfig-calendar-action__event-item{display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:1px solid #e7e0db;border-radius:4px;background:#fff;cursor:pointer;padding:8px;text-align:left}.myconfig-calendar-action__event-item span{color:var(--color-text-primary, #4c4541);font-size:13px;font-weight:600}.myconfig-calendar-action__event-item small{color:var(--color-text-secondary, #998f8a);font-size:11px}.myconfig-calendar-action__event-item:hover{border-color:#ff8d2e}.myconfig-calendar-action__resource-rows{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto}.myconfig-calendar-action__resource-row{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;gap:10px;padding:8px 4px}.myconfig-calendar-action__resource-row:hover{background:#ffede2}.myconfig-calendar-action__resource-row-name{background:transparent;border:0;color:#4c4541;cursor:pointer;font-size:14px;font-weight:600;padding:0;text-align:left}.myconfig-calendar-action__resource-row-name:hover{color:#974900}.myconfig-calendar-action__year-select select{border:1px solid #cfc4be;border-radius:4px;min-height:36px;padding:4px 8px}.myconfig-calendar-action__resource-list,.myconfig-calendar-action__form-grid{display:flex;flex-direction:column;gap:10px}.myconfig-calendar-action__resource-info{display:grid;gap:8px;grid-template-columns:max-content 1fr}.myconfig-calendar-action__muted{color:var(--color-text-secondary, #998f8a);font-size:13px}@media (max-width: 1023px){.myconfig-calendar-action__config{display:flex;flex-direction:column}.myconfig-calendar-action__settings:not(.myconfig-calendar-action__settings--modal){display:none}.myconfig-calendar-action__workspace{flex:1;padding:12px}}@media (max-width: 1022px){.myconfig-calendar-action__calendar-day-header,.myconfig-calendar-action__day-column{flex:1 0 84px;min-width:84px}}@media (max-width: 738px){.myconfig-calendar-action{gap:10px;height:calc(100dvh - 64px);padding:12px}.myconfig-calendar-action__header,.myconfig-calendar-action__config,.myconfig-calendar-action__periods,.myconfig-calendar-action__settings{border-radius:4px}.myconfig-calendar-action__workspace{padding:8px}}@media (max-width: 599px){.myconfig-calendar-action__header{align-items:flex-start;flex-direction:column}.myconfig-calendar-action__header-main{width:100%}.myconfig-calendar-action__header-title{font-size:16px}.myconfig-calendar-action__header-meta{font-size:12px}.myconfig-calendar-action__header-actions{justify-content:stretch;width:100%}.myconfig-calendar-action__header-actions .myconfig-calendar-action__save-button{width:100%}.myconfig-calendar-action__periods-header,.myconfig-calendar-action__periods-actions{align-items:stretch;flex-direction:column}.myconfig-calendar-action__periods-actions,.myconfig-calendar-action__visualization{width:100%}.myconfig-calendar-action__visualization .ui-dropdown-component__wrapper{flex:1;min-width:0}.myconfig-calendar-action__new-period-button{width:100%}.myconfig-calendar-action__calendar-day-header strong{font-size:16px}.myconfig-calendar-action__modal-footer{flex-direction:column;width:100%}.myconfig-calendar-action__modal-footer .ui-button-component__wrapper{width:100%}}@media (max-width: 484px){.myconfig-calendar-action{gap:10px;padding:8px}.myconfig-calendar-action__header,.myconfig-calendar-action__workspace{padding:12px}.myconfig-calendar-action__settings-footer,.myconfig-calendar-action__settings-footer--events,.myconfig-calendar-action__settings-footer--resources{align-items:stretch;flex-direction:column}.myconfig-calendar-action__settings-footer .ui-button-component__wrapper,.myconfig-calendar-action__settings-footer--events .ui-button-component__wrapper,.myconfig-calendar-action__settings-footer--resources .ui-button-component__wrapper{width:100%}}.myconfig-calendar-action__settings-modal{max-height:calc(100vh - 32px);width:min(746px,100vw - 32px)}.myconfig-calendar-action__settings-modal .ui-modal-component__body{max-height:calc(100vh - 160px);overflow:auto;padding:0}.myconfig-calendar-action__settings-modal .myconfig-calendar-action__settings{box-shadow:none;min-height:auto}@media (max-width: 578px){.myconfig-calendar-action__settings-modal{border-radius:0;height:100vh;max-height:100vh;width:100vw}.myconfig-calendar-action__settings-modal .ui-modal-component__body{max-height:calc(100vh - 120px)}}.calendar-action-event-modal{display:grid;gap:14px;min-width:min(680px,100vw - 64px)}.calendar-action-event-modal__grid,.calendar-action-event-modal__recurrence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.calendar-action-event-modal__resource-list{display:flex;flex-direction:column;gap:8px}.calendar-action-event-modal__label{color:#4c4541;font-weight:600}.calendar-action-event-modal__empty{color:#998f8a;font-size:12px}.calendar-action-event-modal__resource{display:flex;align-items:center;gap:8px;color:#4c4541;font-size:14px}.calendar-action-event-modal__days{grid-column:1/-1;display:flex;flex-direction:column;gap:8px}.calendar-action-event-modal__day-chips{display:flex;flex-wrap:wrap;gap:8px}.calendar-action-event-modal__day-chip{width:36px;height:36px;border:1px solid #cfc4be;border-radius:50%;background:#fff;color:#4c4541;font-size:12px;font-weight:600;cursor:pointer}.calendar-action-event-modal__day-chip.--active,.calendar-action-event-modal__day-chip:hover{border-color:#974900;background:#ffede2;color:#974900}.calendar-action-event-modal__mode-row{grid-column:1/-1;display:grid;grid-template-columns:90px repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:end}.calendar-action-event-modal__radio{display:flex;align-items:center;gap:6px;color:#4c4541;font-size:14px;font-weight:600;padding-bottom:10px}.calendar-action-event-modal__field-error{color:#d32f2f;font-size:12px}.calendar-action-event-modal label select{border:1px solid #cfc4be;border-radius:6px;min-height:40px;padding:8px 12px}@media (max-width: 680px){.calendar-action-event-modal{min-width:auto}.calendar-action-event-modal__grid,.calendar-action-event-modal__recurrence{grid-template-columns:1fr}}.data-table{width:100%;overflow-x:auto}.data-table__table{width:100%;border-collapse:collapse;background:var(--color-white)}.data-table__heading,.data-table__cell{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-border, #e5e7eb)}.data-table__heading{color:var(--color-text-primary);font-weight:600;white-space:nowrap}.data-table__sort-button{display:inline-flex;align-items:center;gap:.375rem;border:0;padding:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.data-table__sort-indicator{font-size:.75rem;color:var(--color-text-secondary)}.data-table__cell--feedback{height:8rem;text-align:center;color:var(--color-text-secondary)}.pagination{display:flex;align-items:center;gap:4px}.pagination__arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:30px;border:none;background:#9749000d;cursor:pointer;transition:background .16s ease,opacity .16s ease;padding:0;font-family:Raleway,sans-serif;font-size:14px;font-weight:var(--font-weight-regular);color:var(--color-neutral-300)}.pagination__arrow:disabled{cursor:not-allowed;opacity:.4}.pagination__arrow:hover:not(:disabled){background:#9749001a}.pagination__arrow:active:not(:disabled){background:#97490026}.pagination__numbers{display:flex;align-items:center;gap:0;background:#9749000d;border-radius:20px;padding:0}.pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:20px;border:none;background:transparent;cursor:pointer;font-family:Raleway,sans-serif;font-size:12px;font-weight:var(--font-weight-regular);line-height:16px;color:var(--color-neutral-300);transition:background .16s ease,color .16s ease,font-weight .16s ease;padding:6px 10px}.pagination__page:hover:not(.pagination__page--active){background:#97490014}.pagination__page--active{background:var(--color-primary-400);color:var(--color-white);font-weight:var(--font-weight-semibold)}.pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;font-family:Raleway,sans-serif;font-size:12px;font-weight:var(--font-weight-regular);line-height:16px;color:var(--color-neutral-300);padding:6px 10px}@media (max-width: 768px){.pagination{gap:6px;flex-wrap:wrap;justify-content:center}.pagination__numbers{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.pagination{gap:4px}.pagination__arrow,.pagination__page{width:32px;height:32px}.pagination__page,.pagination__ellipsis{font-size:14px}}.myconfig-calendar-standard{background:var(--color-white);border-radius:6px;box-shadow:var(--shadow-default, 0 4px 24px rgba(58, 46, 38, .1));display:flex;flex-direction:column;gap:16px;padding:16px}.myconfig-calendar-standard--empty{min-height:calc(100dvh - 136px);justify-content:center}.myconfig-calendar-standard__empty-card{align-items:center;border:1px solid var(--color-gray-300, #cfc4be);border-radius:6px;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:360px;text-align:center}.myconfig-calendar-standard__header,.myconfig-calendar-standard__pagination{align-items:center;display:flex;gap:16px;justify-content:space-between}.myconfig-calendar-standard__header h1{color:var(--color-text-primary, #4c4541);font-size:18px;margin:0}.myconfig-calendar-standard__table{overflow-x:auto}.myconfig-calendar-standard__actions-trigger{background:transparent;border:0;color:#ff8d2e;cursor:pointer;font-size:24px;line-height:1}.myconfig-calendar-standard__actions-cell{display:inline-block;position:relative}.myconfig-calendar-standard__actions-menu{background:var(--color-white);border:1px solid var(--color-gray-200, #ded6d1);border-radius:6px;box-shadow:var(--shadow-default, 0 4px 24px rgba(58, 46, 38, .1));display:flex;flex-direction:column;left:24px;min-width:120px;position:absolute;top:0;z-index:10}.myconfig-calendar-standard__actions-menu button{background:transparent;border:0;cursor:pointer;padding:8px 12px;text-align:left}.myconfig-calendar-standard__actions-menu button:disabled{cursor:not-allowed;opacity:.5}.myconfig-calendar-standard__pagination label{align-items:center;display:flex;gap:8px}@media (max-width: 640px){.myconfig-calendar-standard__header,.myconfig-calendar-standard__pagination{align-items:stretch;flex-direction:column}}.myconfig-integration-keys{padding:1.5rem}.myconfig-integration-keys__card{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1rem;border-radius:.375rem;background:var(--color-white);box-shadow:0 4px 24px #3a2e261a}.myconfig-integration-keys__blocked,.myconfig-integration-keys__warning,.myconfig-integration-keys__empty-inline{padding:.75rem 1rem;border:1px solid rgba(255,141,46,.35);border-radius:.375rem;background:#fff8f0;color:var(--color-text-primary);font-size:.875rem}.myconfig-integration-keys__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.myconfig-integration-keys__title{margin:0;color:var(--color-text-primary);font-size:1.125rem;font-weight:600;line-height:1.625rem}.myconfig-integration-keys__description{margin:.25rem 0 0;color:var(--color-text-secondary);font-size:.875rem}.myconfig-integration-keys__table{table-layout:fixed}.myconfig-integration-keys__description-cell,.myconfig-integration-keys__agents-cell,.myconfig-integration-keys__active-cell,.myconfig-integration-keys__modal-footer{display:flex;align-items:center;justify-content:center;gap:.5rem}.myconfig-integration-keys__description-cell{min-width:12rem}.myconfig-integration-keys__description-text{max-width:min(42vw,34rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-integration-keys__active-cell{justify-content:flex-start}.myconfig-integration-keys__icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.75rem;border:0;border-radius:.25rem;background:transparent;cursor:pointer}.myconfig-integration-keys__icon-button:hover:not(:disabled){background:#ff8d2e1a}.myconfig-integration-keys__icon-button:disabled{cursor:not-allowed;opacity:.55}.myconfig-integration-keys__icon-button--danger:hover:not(:disabled){color:var(--color-danger, #c00)}.myconfig-integration-keys .ui-modal-component__body{padding:20px 16px}.myconfig-integration-keys .ui-modal-component__modal{max-width:560px}.myconfig-integration-keys__generated,.myconfig-integration-keys__agents-modal{display:flex;flex-direction:column;gap:1rem}.myconfig-integration-keys__agents-modal{min-width:min(860px,95vw - 32px)}.myconfig-integration-keys__generated-input{width:100%;padding:.75rem;border:1px solid var(--color-border, #e8e4e0);border-radius:.375rem;background:#f5f5f5;color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.8125rem;line-height:1.45}.myconfig-integration-keys__agents-description{margin:0;color:var(--color-text-secondary);font-size:.875rem}.myconfig-integration-keys__agents-table-wrapper{max-height:min(55vh,26.25rem);overflow:auto;border:1px solid var(--color-border, #e8e4e0);border-radius:.375rem}.myconfig-integration-keys__agents-table{width:100%;border-collapse:collapse;font-size:.8125rem}.myconfig-integration-keys__agents-table th,.myconfig-integration-keys__agents-table td{padding:.625rem;border-bottom:1px solid var(--color-border, #e8e4e0);color:var(--color-text-primary);text-align:left;white-space:nowrap}.myconfig-integration-keys__agents-table th{background:#ff8d2e0d;font-size:.6875rem;font-weight:600;text-transform:uppercase}.myconfig-integration-keys__badge{display:inline-flex;padding:.125rem .5rem;border-radius:999px;background:#d8d2cc;color:var(--color-text-primary);font-size:.75rem;font-weight:600}.myconfig-integration-keys__badge--active{background:#dff5e4;color:#1f7a3a}@media (max-width: 575px){.myconfig-integration-keys{padding:1rem}.myconfig-integration-keys__header{flex-direction:column}.myconfig-integration-keys__header>button{width:100%}}.material-delete-modal__overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a61}.material-delete-modal__panel{width:min(746px,100%);overflow:hidden;border-radius:6px;background:#fff;box-shadow:0 4px 24px #3a2e261a}.material-delete-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;background:#d32f2f}.material-delete-modal__header h3{margin:0;color:#fff;font-size:1.125rem;font-weight:600;line-height:1.625rem}.material-delete-modal__body{padding:20px 16px;color:#4c4541;font-size:.875rem;line-height:1.25rem}.material-delete-modal__body p{margin:0 0 .75rem}.material-delete-modal__body p:last-child{margin-bottom:0}.material-delete-modal__body strong{font-weight:600}.material-delete-modal__footer{display:flex;justify-content:flex-end;gap:.625rem;padding:0 16px 20px}.custom-fields-form{display:grid;gap:1rem}.custom-fields-form__switch-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.custom-fields-form__switch-label{color:var(--color-text-primary);font-weight:500}.custom-fields-form__date-range{display:grid;gap:1rem}.myconfig-materials{min-height:100%;padding:16px 0;border-radius:6px;background:#fff;box-shadow:0 4px 24px #3a2e261a}.myconfig-materials__card{display:flex;flex-direction:column;width:100%;min-height:428px;padding:0 16px}.myconfig-materials__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem}.myconfig-materials__header h1{margin:0;color:#4c4541;font-size:1.125rem;font-weight:600}.myconfig-materials__header-actions{display:flex;align-items:center;gap:1rem}.myconfig-materials__tags-button{min-height:28px;padding:.35rem .85rem;border-color:#974900!important;background:#fff!important;color:#974900!important;font-size:.75rem;font-weight:600}.myconfig-materials__new-button{min-height:28px;padding:.35rem .85rem;border-radius:4px;background:#974900;font-size:.75rem;font-weight:600}.myconfig-materials__add-icon{width:12px;height:12px;color:#fff}.myconfig-materials__search{padding:1rem 0 .5rem}.myconfig-materials__empty,.myconfig-materials__no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:2rem 1rem;border:1px solid #cfc4be;border-radius:6px;text-align:center}.myconfig-materials__empty svg,.myconfig-materials__no-results svg{width:80px;height:80px}.myconfig-materials__empty h2,.myconfig-materials__no-results h2{margin:.75rem 0 0;color:#4c4541;font-size:1rem;font-weight:600;line-height:1.625rem}.myconfig-materials__empty p,.myconfig-materials__no-results p{margin:.25rem 0 .75rem;color:#998f8a;font-size:.875rem;line-height:1.25rem}.myconfig-materials__pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 0 0}.myconfig-materials__page-size{display:inline-flex;align-items:center;gap:.5rem;color:#4c4541;font-size:.875rem}.myconfig-materials__page-size select{min-width:4rem;padding:.25rem .5rem;border:1px solid #cfc4be;border-radius:4px;background:#fff;color:#4c4541}.myconfig-materials__selection-bar{position:fixed;right:1.75rem;bottom:1.5rem;z-index:20;display:flex;align-items:center;gap:1.25rem;min-width:460px;padding:1.1rem 1.4rem;border:1px solid #ded1ca;border-radius:8px;background:#fff;box-shadow:0 4px 14px #2b2b2b38}.myconfig-materials__selection-bar>span{flex:1;color:#5c5662;font-size:1.05rem;font-weight:600}.myconfig-materials__default-route{display:inline-flex;align-items:center;flex-shrink:0}.myconfig-materials__drawer-footer{display:flex;justify-content:flex-end;gap:.75rem}.myconfig-materials__form{display:grid;gap:.75rem}.myconfig-materials__attachments{display:grid;gap:1.5rem}.myconfig-materials__attachments h3{margin:0 0 .75rem;font-size:1rem;color:var(--color-text-primary)}.myconfig-materials__link-form{display:flex;gap:.5rem;align-items:flex-start}.myconfig-materials__attachment-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border, #e5e7eb)}.myconfig-materials__attachment-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-materials__attachment-row button{border:0;background:transparent;color:var(--color-danger, #d32f2f);cursor:pointer}.myconfig-materials__empty-small{margin:.75rem 0 0;color:var(--color-text-secondary)}.myconfig-materials__resource-time{display:grid;gap:.75rem;margin-top:1rem}.myconfig-materials__resource-time h3{margin:0;font-size:1rem;color:var(--color-text-primary)}.myconfig-materials__resource-fields{display:grid;gap:.75rem;margin-top:1rem}.myconfig-materials__resource-field{display:grid;gap:.25rem}.myconfig-materials__resource-field span{color:var(--color-text-secondary);font-size:.875rem}.myconfig-materials__link-list,.myconfig-materials__link-item{display:grid;gap:.5rem}.myconfig-materials__link-item.--checked{padding-bottom:.5rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.myconfig-materials__link-options{display:grid;gap:.5rem;padding:0 0 .5rem 2rem}.myconfig-materials__tag-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;margin-bottom:.5rem}.myconfig-materials__warning{color:var(--color-warning, #b45309);background:#fff7ed;padding:.5rem;border-radius:.5rem}.myconfig-materials__chips{display:flex;flex-wrap:wrap;gap:.5rem}.myconfig-materials__chips button{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;border:1px solid #ded1ca;border-radius:4px;background:#fff;color:#4c4541;font-size:.75rem;cursor:pointer}.myconfig-materials__info-tooltip{display:flex;flex-direction:column;gap:.35rem;text-align:left}.myconfig-materials__info-tooltip div{display:flex;flex-direction:column;gap:.1rem}.myconfig-materials__info-tooltip strong{color:#998f8a;font-size:.75rem;font-weight:600}.myconfig-materials__info-tooltip span{color:#4c4541;font-size:.8125rem}@media (max-width: 768px){.myconfig-materials__header{flex-direction:column;align-items:flex-start}.myconfig-materials__header-actions{width:100%;flex-direction:column}.myconfig-materials__selection-bar{right:1rem;left:1rem;bottom:1rem;min-width:0;flex-direction:column;align-items:stretch}}@media (max-width: 480px){.myconfig-materials__empty svg,.myconfig-materials__no-results svg{width:40px;height:40px}.myconfig-materials__empty h2,.myconfig-materials__no-results h2{font-size:.875rem}.myconfig-materials__empty p,.myconfig-materials__no-results p{font-size:.75rem;padding:0 2rem}}.myconfig-crud{display:flex;flex-direction:column;gap:16px;padding:16px;width:100%;border-radius:6px;background:var(--color-white);box-shadow:var(--shadow-elevation-1, 0 4px 24px rgba(58, 46, 38, .1))}.myconfig-crud__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.myconfig-crud__title{margin:0;color:var(--color-text-primary, #4c4541);font-size:18px;font-weight:600;line-height:26px}.myconfig-crud__description{margin:4px 0 0;color:var(--color-text-secondary, #6f6560);font-size:14px;line-height:20px}.myconfig-crud__table{overflow-x:auto}.myconfig-crud__actions-trigger{border:0;background:transparent;color:var(--color-text-primary, #4c4541);cursor:pointer;font-size:22px;line-height:1}.myconfig-crud__actions-menu{display:flex;min-width:120px;flex-direction:column;padding:4px;border-radius:6px;background:var(--color-white);box-shadow:var(--shadow-elevation-2, 0 6px 20px rgba(58, 46, 38, .16))}.myconfig-crud__actions-menu-item{border:0;border-radius:4px;background:transparent;color:var(--color-text-primary, #4c4541);cursor:pointer;padding:8px 10px;text-align:left}.myconfig-crud__actions-menu-item:hover{background:var(--color-neutral-100, #f5f5f5)}.myconfig-crud__actions-menu-item--delete{color:var(--color-danger, #c62828)}.myconfig-crud__modal-grid{display:grid;gap:16px}.myconfig-crud__modal-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.myconfig-crud__modal-footer{display:flex;justify-content:flex-end;gap:8px}.myconfig-crud__color-cell,.myconfig-crud__color-field{display:flex;align-items:center;gap:8px}.myconfig-crud__color-swatch{width:30px;height:30px;flex:0 0 auto;border-radius:6px;box-shadow:0 2px 8px #3a2e2633}.myconfig-crud__switches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.myconfig-crud__switch-card{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--color-neutral-300, #cfc4be);border-radius:6px;background:var(--color-neutral-50, #fafafa);padding:16px}.myconfig-crud__field-error{margin-top:4px;color:var(--color-danger, #c62828);font-size:12px}.myconfig-crud__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px}.myconfig-crud__page-size select{min-width:64px;border:1px solid var(--color-neutral-300, #cfc4be);border-radius:4px;background:var(--color-white);padding:4px 8px}@media (max-width: 768px){.myconfig-crud__header,.myconfig-crud__modal-grid--two,.myconfig-crud__switches{grid-template-columns:1fr;flex-direction:column}.myconfig-crud__header>button{width:100%}.myconfig-crud__pagination{align-items:flex-start;flex-direction:column}}.myconfig-operational-status .myconfig-crud__header-actions{display:flex;align-items:center}.myconfig-operational-status__add-button{min-height:28px;padding:4px 14px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.0125em}.myconfig-operational-status__add-icon{width:12px;height:12px;color:#fff}.myconfig-operational-status__search{padding-top:0}.myconfig-operational-status__cell-text{display:block;overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.myconfig-operational-status__tooltip{max-width:339px;padding:7px 8px;text-align:left;font-size:14px;line-height:20px;letter-spacing:.16px}.myconfig-operational-status .myconfig-crud__actions-trigger:hover{background:#ffdbc4;border-radius:4px}.myconfig-operational-status .myconfig-crud__actions-menu-item:hover{background:#fbeee8;color:#974900}.myconfig-operational-status .myconfig-crud__actions-menu-item--delete:hover{color:#c62828}.myconfig-operational-status .data-table__table{min-width:960px}.myconfig-operational-status .data-table{overflow:visible}.myconfig-operational-status .myconfig-crud__table{overflow-x:auto;overflow-y:visible}.myconfig-operational-status .data-table__heading{padding:10.5px 9px;background:#9749000d;color:#4c4541;font-size:12px;font-weight:600;text-transform:uppercase;white-space:nowrap}.myconfig-operational-status .data-table__cell{padding:13.5px 10px;border-bottom:1px solid #e0e0e0;color:#4c4541;vertical-align:middle}.myconfig-operational-status .myconfig-operational-status__col-action{overflow:visible;text-align:center;width:57px;min-width:57px;max-width:57px}.myconfig-operational-status__actions-cell{display:inline-flex;justify-content:center;position:relative}.myconfig-operational-status__actions-menu{position:absolute;top:0;left:calc(100% - 4px);z-index:20}.myconfig-operational-status .myconfig-operational-status__col-color{width:150px;min-width:150px;max-width:150px}.myconfig-operational-status .myconfig-operational-status__col-name{width:320px;min-width:320px;max-width:320px}.myconfig-operational-status .myconfig-operational-status__col-description{min-width:360px}.myconfig-operational-status .myconfig-operational-status__col-unit{width:201px;min-width:201px;max-width:201px}.myconfig-operational-status .myconfig-crud__color-cell{flex-wrap:nowrap}.myconfig-operational-status .myconfig-crud__color-swatch{width:30px;height:30px;border-radius:6px;box-shadow:0 2px 8px #3a2e2633}.myconfig-operational-status .myconfig-crud__switch-card__label{display:inline-flex;align-items:center;gap:6px}.myconfig-operational-status .myconfig-crud__switch-card__info{display:inline-flex;color:#974900;cursor:help}.myconfig-crud__pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 12px}.myconfig-crud__page-size{display:flex;align-items:center;gap:8px;color:var(--color-text-primary, #4c4541);font-size:14px}.myconfig-crud__page-size select,.myconfig-crud__native-select select{border:1px solid var(--color-neutral-300, #cfc4be);border-radius:4px;background:var(--color-white);color:var(--color-text-primary, #4c4541);padding:4px 8px}.myconfig-crud__page-size select{min-width:64px}.myconfig-crud__native-select{display:flex;flex-direction:column;gap:4px;color:var(--color-text-primary, #4c4541);font-size:12px}.myconfig-crud__native-select select{width:100%;min-height:38px;font-size:14px}.myconfig-crud__native-select--error select{border-color:var(--color-danger, #c62828)}.myconfig-crud__native-select-feedback{color:var(--color-danger, #c62828);font-size:12px}.myconfig-crud__page-buttons{display:flex;align-items:center;gap:4px}.myconfig-crud__page-button{min-width:32px;height:32px;border:0;border-radius:4px;background:transparent;color:var(--color-text-primary, #4c4541);cursor:pointer}.myconfig-crud__page-button:hover,.myconfig-crud__page-button--active{background:var(--color-primary, #974900);color:var(--color-white)}@media (max-width: 768px){.myconfig-crud__pagination{align-items:flex-start;flex-direction:column}}@media (max-width: 480px){.myconfig-operational-status .myconfig-crud__header{flex-direction:column;align-items:stretch}.myconfig-operational-status .myconfig-operational-status__add-button{width:100%;margin-top:16px}.myconfig-operational-status__tooltip{max-width:288px}}.myconfig-structure{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;min-height:100%;background:var(--color-page-background)}.myconfig-structure__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.myconfig-structure__header h1{margin:0}.myconfig-structure__header p{margin:.25rem 0 0;color:var(--color-neutral-600)}.myconfig-structure__footer,.myconfig-structure__modal-row{display:flex;align-items:center;gap:.75rem}.myconfig-structure__footer{justify-content:flex-end;width:100%;gap:8px}.myconfig-structure__selection-bar{position:fixed;right:1.75rem;bottom:1.5rem;z-index:20;display:flex;align-items:center;gap:1.25rem;min-width:460px;padding:1.1rem 1.4rem;border:1px solid #ded1ca;border-radius:8px;background:#fff;box-shadow:0 4px 14px #2b2b2b38}.myconfig-structure__selection-bar>span{flex:1;color:#5c5662;font-size:1.05rem;font-weight:600}.myconfig-structure__empty{padding:1rem;border-radius:.75rem;background:var(--color-white);box-shadow:var(--shadow-sm)}.myconfig-structure__form,.myconfig-structure__modal-list{display:flex;flex-direction:column;gap:1rem}.myconfig-structure__form{gap:16px;padding-bottom:8px}.myconfig-structure__form .ui-input-component,.myconfig-structure__form .ui-select-component{margin-bottom:0}.myconfig-structure__form .custom-fields-form{gap:16px}.myconfig-structure__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:-4px}.myconfig-structure__chip{display:inline-flex;align-items:center;gap:.35rem;border:0;border-radius:999px;padding:.35rem .75rem;background:#974900;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.myconfig-structure__section-title{margin:8px 0 0;padding:8px 0 0;color:#4c4541;font-size:16px;font-weight:600;line-height:26px}.myconfig-structure__settings{display:flex;flex-direction:column;gap:0;margin-top:-4px}.myconfig-structure__settings>*{padding-block:8px}.myconfig-structure__settings .custom-fields-form{gap:0}.myconfig-structure__settings .custom-fields-form__switch-row{min-height:20px;align-items:center}.myconfig-structure__settings .custom-fields-form__switch-label{color:#4c4541;font-size:14px;font-weight:400;line-height:20px}.myconfig-structure__settings-nested{margin-left:20px;padding:8px 0 8px 12px;border-left:2px solid #974900}.myconfig-structure__settings-nested .custom-fields-form__switch-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.myconfig-structure__settings-nested .custom-fields-form__switch-label{color:#4c4541;font-size:.875rem;font-weight:400;line-height:1.25rem}.myconfig-structure__check-row{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.myconfig-structure__info{display:flex;flex-direction:column;gap:1rem}.myconfig-structure__info-photo{width:72px;height:72px;border-radius:50%;object-fit:cover}.myconfig-structure__info-photo--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#fbe6d4;color:#974900;font-size:1.5rem;font-weight:600}.myconfig-structure__info-grid{display:grid;grid-template-columns:140px 1fr;gap:.5rem .75rem}.myconfig-structure__info-grid span{color:#998f8a}.myconfig-structure__info-grid strong{color:#4c4541;font-weight:600}@media (max-width: 768px){.myconfig-structure{padding:1rem 1rem 5rem}.myconfig-structure__header{align-items:flex-start;flex-direction:column}.myconfig-structure__selection-bar{right:1rem;left:1rem;min-width:0;flex-wrap:wrap;gap:.75rem}}.order-delete-modal__overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a61}.order-delete-modal__panel{width:min(746px,100%);overflow:hidden;border-radius:6px;background:#fff;box-shadow:0 4px 24px #3a2e261a}.order-delete-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px;background:#d32f2f}.order-delete-modal__header h3{margin:0;color:#fff;font-size:1.125rem;font-weight:600;line-height:1.625rem}.order-delete-modal__body{padding:20px 16px;color:#4c4541;font-size:.875rem;line-height:1.25rem}.order-delete-modal__body p{margin:0 0 .75rem}.order-delete-modal__body p:last-child{margin-bottom:0}.order-delete-modal__body strong{font-weight:600}.order-delete-modal__footer{display:flex;justify-content:flex-end;gap:.625rem;padding:0 16px 20px}.step-indicator{display:flex;gap:.75rem;list-style:none;padding:0;margin:0}.step-indicator__item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary)}.step-indicator__marker{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:var(--color-border, #e5e7eb);color:var(--color-text-secondary);font-size:.75rem;font-weight:600}.step-indicator__item--active .step-indicator__marker,.step-indicator__item--complete .step-indicator__marker{background:#ff8d2e;color:var(--color-white)}.step-indicator__item--active .step-indicator__label{color:var(--color-text-primary);font-weight:600}.myconfig-production-orders{min-height:100%;padding:16px 0;border-radius:6px;background:#fff;box-shadow:0 4px 24px #3a2e261a}.myconfig-production-orders__card{display:flex;flex-direction:column;width:100%;min-height:428px;padding:0 16px}.myconfig-production-orders__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem}.myconfig-production-orders__header h1{margin:0;color:#4c4541;font-size:1.125rem;font-weight:600}.myconfig-production-orders__header-actions{display:flex;align-items:center;gap:1rem}.myconfig-production-orders__tags-button{min-height:28px;padding:.35rem .85rem;border-color:#974900!important;background:#fff!important;color:#974900!important;font-size:.75rem;font-weight:600}.myconfig-production-orders__new-button{min-height:28px;padding:.35rem .85rem;border-radius:4px;background:#974900;font-size:.75rem;font-weight:600}.myconfig-production-orders__add-icon{width:12px;height:12px;color:#fff}.myconfig-production-orders__filters{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0 .5rem}.myconfig-production-orders__filters>:first-child{min-width:250px;flex-shrink:0}.myconfig-production-orders__filters>:last-child{flex:1;min-width:0}.myconfig-production-orders__empty,.myconfig-production-orders__no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:2rem 1rem;border:1px solid #cfc4be;border-radius:6px;text-align:center}.myconfig-production-orders__empty svg,.myconfig-production-orders__no-results svg{width:80px;height:80px}.myconfig-production-orders__empty h2,.myconfig-production-orders__no-results h2{margin:.75rem 0 0;color:#4c4541;font-size:1rem;font-weight:600;line-height:1.625rem}.myconfig-production-orders__empty p,.myconfig-production-orders__no-results p{margin:.25rem 0 .75rem;color:#998f8a;font-size:.875rem;line-height:1.25rem}.myconfig-production-orders__pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.75rem 0 0}.myconfig-production-orders__page-size{display:inline-flex;align-items:center;gap:.5rem;color:#4c4541;font-size:.875rem}.myconfig-production-orders__page-size select{min-width:4rem;padding:.25rem .5rem;border:1px solid #cfc4be;border-radius:4px;background:#fff;color:#4c4541}.myconfig-production-orders__selection-bar{position:fixed;right:1.75rem;bottom:1.5rem;z-index:20;display:flex;align-items:center;gap:1.25rem;min-width:460px;padding:1.1rem 1.4rem;border:1px solid #ded1ca;border-radius:8px;background:#fff;box-shadow:0 4px 14px #2b2b2b38}.myconfig-production-orders__selection-bar>span{flex:1;color:#5c5662;font-size:1.05rem;font-weight:600}.myconfig-production-orders__info-tooltip{display:grid;gap:.375rem;text-align:left}.myconfig-production-orders__info-tooltip>div{display:grid;gap:.125rem}.myconfig-production-orders__info-tooltip strong{font-size:.75rem;font-weight:600}.myconfig-production-orders__info-tooltip span{font-size:.8125rem}.production-orders-drawer__steps{margin-bottom:1rem}.production-orders-drawer__footer,.production-orders-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.production-orders-form,.production-orders-modal{display:flex;flex-direction:column;gap:.75rem}.production-orders-form label,.production-orders-modal label{font-size:.875rem;font-weight:600;color:var(--color-text-primary, #4c4541)}.production-orders-form input,.production-orders-form textarea,.production-orders-modal input,.production-orders-modal textarea{width:100%;border:1px solid #cfc4be;border-radius:4px;padding:.5rem .75rem;color:var(--color-text-primary, #4c4541)}.production-orders-form textarea,.production-orders-modal textarea{min-height:5rem;resize:vertical}.production-orders-form__error,.production-orders-modal__error{color:#b42318;font-size:.75rem}.production-orders-form__hint,.production-orders-modal__hint{margin:0;color:var(--color-text-secondary, #998f8a);font-size:.875rem}.production-orders-empty-block{display:grid;gap:.75rem;justify-items:start}.production-orders-tag-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:end}.production-orders-tag-row__remove{border:0;background:transparent;color:#b42318;cursor:pointer;font-size:.8125rem;padding:.5rem 0}.production-orders-check-all{display:inline-flex;align-items:center;gap:.5rem;border:0;background:transparent;color:var(--color-text-primary, #4c4541);cursor:pointer;font-size:.875rem;padding:0}.production-orders-check-list{display:grid;gap:.5rem;max-height:22rem;overflow:auto}.production-orders-check-item{display:flex;align-items:flex-start;gap:.625rem;padding:.5rem;border:1px solid #e7e0db;border-radius:6px;cursor:pointer}.production-orders-check-item span{display:grid;gap:.125rem;min-width:0}.production-orders-check-item strong{font-size:.875rem;color:var(--color-text-primary, #4c4541)}.production-orders-check-item small{color:var(--color-text-secondary, #998f8a);font-size:.75rem}.production-orders-check-item--actions{justify-content:space-between;align-items:center}.production-orders-check-item--actions label{display:flex;align-items:flex-start;gap:.625rem;flex:1;min-width:0;cursor:pointer}.production-orders-check-item--actions button{border:0;background:transparent;color:var(--color-primary-400, #974900);cursor:pointer;font-size:.8125rem;font-weight:600}.production-orders-material-item{display:grid;gap:.5rem}.production-orders-material-item__fields{display:grid;gap:.5rem;padding-left:1.5rem}.production-orders-material-item__batch,.production-orders-tags-select{display:grid;gap:.5rem}.production-orders-tags-select__label{font-size:.875rem;font-weight:600;color:var(--color-text-primary, #4c4541)}.production-orders-tags-select__chips{display:flex;flex-wrap:wrap;gap:.375rem}.production-orders-tag-chip{border:1px solid #cfc4be;border-radius:999px;background:#fff;color:var(--color-text-primary, #4c4541);cursor:pointer;font-size:.75rem;padding:.25rem .625rem}.production-orders-tag-chip.is-active{border-color:var(--color-primary-400, #974900);background:#fff0e4;color:var(--color-primary-400, #974900)}.myconfig-production-orders__attachments{display:flex;flex-direction:column;gap:1rem}.myconfig-production-orders__attachments h3{font-size:.875rem;margin:0 0 .5rem}.myconfig-production-orders__link-form{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){.myconfig-production-orders__header,.myconfig-production-orders__filters{align-items:stretch;flex-direction:column}.myconfig-production-orders__filters>:first-child{min-width:0;width:100%}.myconfig-production-orders__selection-bar{right:1rem;left:1rem;min-width:0}}@media (max-width: 480px){.myconfig-production-orders__empty svg,.myconfig-production-orders__no-results svg{width:40px;height:40px}.myconfig-production-orders__empty h2,.myconfig-production-orders__no-results h2{font-size:.875rem}.myconfig-production-orders__empty p,.myconfig-production-orders__no-results p{font-size:.75rem;padding:0 3rem .75rem}}.myconfig-people{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--color-page-background);min-height:100%}.myconfig-people__header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.myconfig-people__header h1{margin:0;color:var(--color-text-primary)}.myconfig-people__header p{margin:.25rem 0 0;color:var(--color-text-secondary)}.myconfig-people__table{background:var(--color-white);border-radius:.75rem}.myconfig-people__pagination{align-self:flex-end}.myconfig-people__pagination-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.myconfig-people__page-size{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.875rem}.myconfig-people__page-size select{border:1px solid #cfc4be;border-radius:4px;padding:.25rem .5rem;background:#fff}.myconfig-people__drawer-footer,.myconfig-profiles__modal-footer{display:flex;justify-content:flex-end;gap:.75rem}.myconfig-people__form-grid{display:grid;gap:1rem;padding:1rem 0}.myconfig-people__field-with-action{display:grid;gap:.5rem}.myconfig-people__steps{margin-bottom:1rem}.myconfig-people__switch-row{display:flex;justify-content:space-between;align-items:center}.myconfig-people__rules{display:grid;gap:.25rem;color:var(--color-text-secondary);font-size:.875rem}.myconfig-people__rules .is-valid{color:#159947}.myconfig-people__actions-menu,.myconfig-profiles__actions-menu{display:grid;min-width:10rem}.myconfig-people__actions-menu button,.myconfig-profiles__actions-menu button{border:0;background:transparent;padding:.625rem .75rem;text-align:left;cursor:pointer;color:var(--color-text-primary)}.myconfig-people__actions-menu .danger,.myconfig-profiles__actions-menu .danger{color:var(--color-danger, #d92d20)}.myconfig-people__actions-trigger,.myconfig-profiles__actions-trigger{border:0;background:transparent;cursor:pointer;font-size:1.25rem}.myconfig-people__name-cell{display:flex;align-items:center;gap:.5rem}.myconfig-people__name-cell img,.myconfig-people__name-cell>span:first-child{width:2rem;height:2rem;border-radius:50%;flex:0 0 2rem}.myconfig-people__name-cell>span:first-child{display:inline-flex;align-items:center;justify-content:center;background:#fff0e4;color:#974900;font-weight:600}.myconfig-people__function-tags{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem}.myconfig-people__function-tags span{border-radius:.25rem;background:#eff3f5;color:#316078;padding:.125rem .5rem;font-size:.75rem;line-height:1.2}@media (max-width: 768px){.myconfig-people{padding:1rem}.myconfig-people__header{flex-direction:column;align-items:stretch}}.myconfig-resources{display:grid;gap:1rem;padding:1rem;background:var(--color-white);border-radius:6px;box-shadow:var(--shadow-sm, 0 4px 24px rgba(58, 46, 38, .1))}.myconfig-resources__header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.myconfig-resources__header h1{margin:0;color:var(--color-text-primary);font-size:1.25rem}.myconfig-resources__header p{margin:.25rem 0 0;color:var(--color-text-secondary)}.myconfig-resources__table{overflow-x:auto}.myconfig-resources__table .data-table__table{min-width:1480px}.myconfig-resources__actions-trigger{border:0;background:transparent;color:#ff8d2e;font-size:1.5rem;cursor:pointer}.myconfig-resources__actions-menu{display:grid;gap:.25rem;padding:.25rem}.myconfig-resources__actions-menu button{border:0;background:transparent;text-align:left;padding:.5rem .75rem;cursor:pointer;color:var(--color-text-primary)}.myconfig-resources__actions-menu button:last-child{color:var(--color-danger, #d32f2f)}.myconfig-resources__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.myconfig-resources__pagination label{display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary)}.myconfig-resources__pagination select{border:1px solid var(--color-border, #cfc4be);border-radius:5px;padding:.375rem .5rem}.myconfig-resources__drawer-footer{display:flex;justify-content:flex-end;gap:.5rem;width:100%}.myconfig-resources__steps{margin-bottom:1rem}.myconfig-resources__tabs{display:flex;margin:-1rem -1rem 1rem;border-bottom:1px solid var(--color-border, #cfc4be)}.myconfig-resources__tabs button{flex:1;border:0;background:transparent;padding:1rem;color:var(--color-text-secondary);font-weight:600;cursor:pointer}.myconfig-resources__tabs button.active{color:#ff8d2e;box-shadow:inset 0 -3px #ff8d2e}.myconfig-resources__form-grid{display:grid;gap:1rem}.myconfig-resources__toggle-card{border:1px solid var(--color-border, #d5c8ba);border-radius:8px;padding:1rem}.myconfig-resources__toggle-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.myconfig-resources__toggle-header small{display:block;margin-top:.25rem;color:var(--color-text-secondary);font-weight:400}.myconfig-resources__toggle-content{margin-top:1rem}.myconfig-resources__field-error{margin:-.5rem 0 0;color:var(--color-danger, #d32f2f);font-size:.875rem}.myconfig-resources__attachments{display:grid;gap:1.5rem}.myconfig-resources__attachments h3{margin:0 0 .75rem;font-size:1rem;color:var(--color-text-primary)}.myconfig-resources__link-form{display:flex;gap:.5rem;align-items:flex-start}.myconfig-resources__attachment-row{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-border, #e5e7eb)}.myconfig-resources__attachment-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-resources__attachment-row button{border:0;background:transparent;color:var(--color-danger, #d32f2f);cursor:pointer}.myconfig-resources__empty-small{margin:.75rem 0 0;color:var(--color-text-secondary)}@media (max-width: 768px){.myconfig-resources{padding:.75rem}.myconfig-resources__header,.myconfig-resources__link-form{flex-direction:column;align-items:stretch}}.myconfig-profiles{min-height:100%;padding:16px 0;border-radius:6px;background:#fff;box-shadow:0 4px 24px #3a2e261a}.myconfig-profiles__card{display:flex;flex-direction:column;width:100%;min-height:428px;padding:0 16px;border-radius:0;background:transparent;box-shadow:none}.myconfig-profiles__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem}.myconfig-profiles__header h1{margin:0;color:#4c4541;font-size:1.125rem;font-weight:600}.myconfig-profiles__new-button{min-height:28px;padding:.35rem .85rem;border-radius:4px;background:#974900;font-size:.82rem;font-weight:600}.myconfig-profiles__add-icon{width:14px;height:14px;color:#fff}.myconfig-profiles__separator{height:1px;margin:.75rem 0;background:#eee}.myconfig-profiles__list{list-style:none;margin:0;padding:0;max-height:365px;overflow:auto}.myconfig-profiles__list::-webkit-scrollbar{width:6px}.myconfig-profiles__list::-webkit-scrollbar-track{background:#fbeee8}.myconfig-profiles__list::-webkit-scrollbar-thumb{background:#cfc4be;border-radius:3px}.myconfig-profiles__row{display:flex;align-items:center;gap:1rem;min-height:44px;padding:.5rem .75rem;border-bottom:1px solid #eee;transition:background-color .15s ease}.myconfig-profiles__row:hover{background:#ffdbc4}.myconfig-profiles__row:hover .myconfig-profiles__count,.myconfig-profiles__row:hover .myconfig-profiles__actions-trigger{color:#974900}.myconfig-profiles__row-name{flex:1;min-width:0;color:#4c4541;font-size:.875rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myconfig-profiles__count{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:#4c4541;font-size:.875rem;font-weight:600;cursor:pointer;padding:.25rem .35rem}.myconfig-profiles__count svg{width:16px;height:16px}.myconfig-profiles__actions-trigger{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid transparent;border-radius:5px;background:transparent;color:#4c4541;font-size:1.1rem;cursor:pointer;padding:0}.myconfig-profiles__actions-trigger:hover{border-color:#974900;color:#974900}.myconfig-profiles__actions-menu{display:flex;flex-direction:column;min-width:160px;padding:.25rem 0}.myconfig-profiles__actions-menu button{border:0;background:transparent;color:#4c4541;font-size:.875rem;font-weight:600;text-align:left;padding:.625rem 1rem;cursor:pointer}.myconfig-profiles__actions-menu button:hover{background:#ffede2;color:#974900}.myconfig-profiles__actions-menu button.is-danger{color:#d32f2f}.myconfig-profiles__actions-menu button.is-danger:hover{background:#ffebee;color:#d32f2f}.myconfig-profiles__empty{display:flex;min-height:calc(100vh - 170px);flex-direction:column;align-items:center;justify-content:center;gap:.65rem;margin:0;padding:2rem 1rem;border:1px solid #cfc4be;border-radius:6px;color:#6d6677;text-align:center}.myconfig-profiles__empty svg{width:80px;height:80px;color:#cfc4be}.myconfig-profiles__empty h2{margin:0;font-size:1rem;font-weight:600}.myconfig-profiles__empty p{margin:0;color:#8c8494;max-width:320px}.myconfig-profiles__empty--search{min-height:240px;border:0}.myconfig-profiles__drawer-footer,.myconfig-profiles__modal-footer{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;width:100%}.myconfig-profiles__form{display:flex;flex-direction:column;gap:1rem}.myconfig-profiles__duplicate-summary{display:grid;gap:.5rem;padding:.75rem;border:1px solid #eee;border-radius:4px;background:#fafafa;font-size:.875rem;color:#4c4541}.myconfig-profiles__access-drawer.ui-drawer-component__content{min-width:520px}.myconfig-profiles__access-table{display:grid;gap:0;max-height:calc(100vh - 220px);overflow:auto}.myconfig-profiles__access-header{display:grid;grid-template-columns:1fr repeat(4,72px);gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #eee;color:#998f8a;font-size:.75rem;font-weight:600;text-transform:uppercase}.myconfig-profiles__access-node{display:grid}.myconfig-profiles__access-row{display:grid;grid-template-columns:1fr repeat(4,72px);gap:.5rem;align-items:center;padding:.625rem .75rem;border-bottom:1px solid #eee}.myconfig-profiles__access-row--system{background:#fff;font-weight:600}.myconfig-profiles__access-row--module{background:#f7f3ef}.myconfig-profiles__access-row--page{background:#fff}.myconfig-profiles__access-name{display:inline-flex;align-items:center;gap:.5rem;color:#4c4541;font-size:.875rem}.myconfig-profiles__access-cell{display:flex;align-items:center;justify-content:center}.myconfig-profiles__access-cell input[type=checkbox]{width:18px;height:18px;accent-color:#974900;cursor:pointer}.myconfig-profiles__people{display:flex;flex-direction:column;gap:.75rem}.myconfig-profiles__select-all{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#4c4541}.myconfig-profiles__people-title{font-size:.875rem;font-weight:600;color:#4c4541}.myconfig-profiles__people-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.myconfig-profiles__link-trigger{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:#974900;font-size:.875rem;font-weight:600;cursor:pointer;padding:0}.myconfig-profiles__link-trigger svg{width:16px;height:16px}.myconfig-profiles__role-filter{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem}.myconfig-profiles__role-filter-label{color:#998f8a;font-weight:600}.myconfig-profiles__role-filter-trigger{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #cfc4be;border-radius:4px;background:#fff;color:#4c4541;font-size:.875rem;font-weight:600;padding:.25rem .5rem;cursor:pointer}.myconfig-profiles__role-filter-menu{display:flex;flex-direction:column;min-width:160px}.myconfig-profiles__role-filter-menu button{border:0;background:transparent;color:#4c4541;font-size:.875rem;text-align:left;padding:.5rem .75rem;cursor:pointer}.myconfig-profiles__role-filter-menu button:hover{background:#ffede2;color:#974900}.myconfig-profiles__people-list{display:flex;flex-direction:column}.myconfig-profiles__person-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.75rem;padding:.625rem .25rem;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .15s ease}.myconfig-profiles__person-row:hover,.myconfig-profiles__person-row.--checked{background:#ffede2}.myconfig-profiles__person-info{display:flex;align-items:center;gap:.75rem;min-width:0}.myconfig-profiles__person-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.myconfig-profiles__person-name{color:#4c4541;font-size:.875rem;font-weight:600}.myconfig-profiles__person-code{color:#998f8a;font-size:.75rem}.myconfig-profiles__person-unlink{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent;cursor:pointer;opacity:0;transition:opacity .15s ease}.myconfig-profiles__person-unlink svg{width:16px;height:16px;color:#974900}.myconfig-profiles__person-row:hover .myconfig-profiles__person-unlink{opacity:1}.myconfig-profiles__person-roles{display:flex;gap:.35rem;flex-wrap:wrap}.myconfig-profiles__role-tag{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#eceff1;color:#607d8b;font-size:.75rem;font-weight:600}.myconfig-profiles__person-check-wrapper{position:relative;display:inline-flex;cursor:pointer}.myconfig-profiles__person-check-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.myconfig-profiles__person-avatar-slot{position:relative;width:32px;height:32px}.myconfig-profiles__person-photo,.myconfig-profiles__person-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.myconfig-profiles__person-avatar{display:inline-flex;align-items:center;justify-content:center;background:#fff0e4;color:#974900;font-size:.75rem;font-weight:700}.myconfig-profiles__person-custom-check{position:absolute;inset:0;border:1px solid transparent;border-radius:50%;background:#ffffffd9;opacity:0;transition:opacity .15s ease}.myconfig-profiles__person-custom-check.--checked,.myconfig-profiles__person-row:hover .myconfig-profiles__person-custom-check{opacity:1}.myconfig-profiles__person-custom-check.--checked{border-color:#974900;background:#974900}.myconfig-profiles__person-custom-check.--checked:after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem}.myconfig-profiles__checkbox{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #cfc4be;border-radius:3px;background:#fff;cursor:pointer}.myconfig-profiles__checkbox.--checked{border-color:#974900;background:#974900;color:#fff}.myconfig-profiles__checkbox svg{width:12px;height:12px}.myconfig-profiles__people-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:160px;padding:1.5rem;border:1px solid #eee;border-radius:4px;color:#998f8a;text-align:center}.myconfig-profiles__people-empty svg{width:32px;height:32px;color:#cfc4be}.myconfig-profiles__people-empty p{margin:0;font-size:.875rem}.myconfig-profiles__hint{margin:0;color:#998f8a;font-size:.875rem}.myconfig-profiles__options{display:grid;gap:.75rem}.myconfig-profiles__options-block{border-bottom:1px solid #eee}.myconfig-profiles__options-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;color:#4c4541;font-size:.875rem;font-weight:600;padding:.75rem 0;cursor:pointer}.myconfig-profiles__options-chevron{transition:transform .15s ease}.myconfig-profiles__options-chevron.--open{transform:rotate(180deg)}.myconfig-profiles__options-content{display:grid;gap:.75rem;padding-bottom:1rem}.myconfig-profiles__options-text{margin:0;color:#998f8a;font-size:.875rem;line-height:1.4}.myconfig-profiles__options-label{color:#4c4541;font-size:.875rem}.myconfig-profiles__options-list{display:grid;gap:0;max-height:240px;overflow:auto}.myconfig-profiles__options-item{display:flex;align-items:center;gap:.5rem;padding:.625rem 0;border-bottom:1px solid #eee;color:#4c4541;font-size:.875rem;font-weight:600;cursor:pointer}.myconfig-profiles__options-item input{width:18px;height:18px;accent-color:#974900}.myconfig-profiles__person-info-panel{display:grid;gap:1rem;justify-items:start}.myconfig-profiles__person-info-photo{width:80px;height:80px;border-radius:50%;object-fit:cover}.myconfig-profiles__person-info-photo--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#fff0e4;color:#974900;font-size:1.5rem;font-weight:700}.myconfig-profiles__person-info-grid{display:grid;grid-template-columns:auto 1fr;gap:.375rem .75rem;font-size:.875rem}.myconfig-profiles__person-info-grid span{color:#998f8a}.myconfig-profiles__person-info-grid strong{color:#4c4541;font-weight:600}.myconfig-profiles__email-list{display:grid;gap:1rem}.myconfig-profiles__link-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid #eee;cursor:pointer}.myconfig-profiles__link-row small.is-warning{color:#b54708;font-weight:600}@media (max-width: 768px){.myconfig-profiles{margin-top:24px;padding:16px 0}.myconfig-profiles__card{padding:0 16px}.myconfig-profiles__header{align-items:flex-start;flex-direction:column}.myconfig-profiles__row{flex-wrap:wrap}.myconfig-profiles__access-drawer.ui-drawer-component__content{min-width:0}.myconfig-profiles__access-header,.myconfig-profiles__access-row{grid-template-columns:1fr repeat(4,56px)}.myconfig-profiles__person-unlink{opacity:1}}.myconfig-wizard{display:flex;flex-direction:column;gap:16px;padding:16px;color:var(--color-text-primary, #4c4541)}.myconfig-wizard__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.myconfig-wizard__topbar-title{margin:0;font-size:18px;font-weight:600}.myconfig-wizard__topbar-progress{color:#998f8a;font-size:13px;white-space:nowrap}.myconfig-wizard__progress-bar{overflow:hidden;width:100%;height:6px;border-radius:999px;background:#9749001f}.myconfig-wizard__progress-value{display:block;height:100%;border-radius:999px;background:var(--color-primary, #974900);transition:width .25s ease}.myconfig-wizard__body{display:grid;align-items:start;grid-template-columns:280px minmax(0,1fr);gap:16px}.myconfig-wizard__nav{position:sticky;top:16px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:var(--color-white, #fff)}.myconfig-wizard__nav-title{margin:0 0 12px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#998f8a}.myconfig-wizard__nav-list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.myconfig-wizard__nav-button{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:inherit;text-align:left;font-size:13px;cursor:pointer}.myconfig-wizard__nav-button:hover{background:#fbeee8;color:#974900}.myconfig-wizard__nav-button--current,.myconfig-wizard__nav-button--current:hover{background:var(--color-primary, #974900);color:var(--color-white, #fff)}.myconfig-wizard__nav-button--completed{color:#2e7d32}.myconfig-wizard__nav-button--skipped{color:#998f8a}.myconfig-wizard__nav-icon{display:inline-flex;flex-shrink:0}.myconfig-wizard__nav-icon svg{width:16px;height:16px}.myconfig-wizard__nav-label{display:flex;align-items:center;gap:6px;overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.myconfig-wizard__nav-order{font-weight:600;opacity:.7}.myconfig-wizard__nav-tag{flex-shrink:0;padding:2px 6px;border-radius:999px;background:#998f8a29;font-size:10px;text-transform:uppercase}.myconfig-wizard__content{display:flex;flex-direction:column;gap:16px;min-width:0;padding:20px;border:1px solid #e0e0e0;border-radius:8px;background:var(--color-white, #fff)}.myconfig-wizard__step-header{display:flex;align-items:flex-start;gap:12px}.myconfig-wizard__step-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:8px;background:#fbeee8;color:var(--color-primary, #974900)}.myconfig-wizard__step-icon svg{width:20px;height:20px}.myconfig-wizard__step-heading{min-width:0}.myconfig-wizard__step-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.myconfig-wizard__step-title{margin:0;font-size:clamp(16px,1.4vw,20px);font-weight:600}.myconfig-wizard__step-optional{padding:2px 8px;border-radius:999px;background:#998f8a29;color:#998f8a;font-size:11px;text-transform:uppercase}.myconfig-wizard__step-description{margin:4px 0 0;color:#998f8a;font-size:13px}.myconfig-wizard__step{display:flex;flex-direction:column;gap:16px}.myconfig-wizard__intro{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}.myconfig-wizard__hint{display:flex;align-items:flex-start;gap:10px;flex:1 1 320px;padding:12px;border:1px solid rgba(151,73,0,.2);border-radius:8px;background:#fbeee8}.myconfig-wizard__hint-icon{flex-shrink:0;width:18px;height:18px;color:var(--color-primary, #974900)}.myconfig-wizard__hint-text{margin:0;font-size:13px;line-height:18px}.myconfig-wizard__count{flex-shrink:0;padding:6px 10px;border-radius:999px;background:#97490014;color:var(--color-primary, #974900);font-size:12px;font-weight:600}.myconfig-wizard__notice{margin:0;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa;color:#998f8a;font-size:13px}.myconfig-wizard__structure{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.myconfig-wizard__structure-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.myconfig-wizard__structure-title{margin:0;font-size:13px;font-weight:600}.myconfig-wizard__structure-totals{display:flex;flex-wrap:wrap;gap:6px}.myconfig-wizard__structure-total{padding:2px 8px;border-radius:999px;background:#97490014;color:var(--color-primary, #974900);font-size:11px;font-weight:600}.myconfig-wizard__structure-tree,.myconfig-wizard__structure-children{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}.myconfig-wizard__structure-children{margin-top:2px;margin-left:9px;padding-left:14px;border-left:1px solid #e0e0e0}.myconfig-wizard__structure-row{display:flex;align-items:center;gap:6px;min-height:26px}.myconfig-wizard__structure-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;padding:0;border:1px solid #cfc4be;border-radius:50%;background:transparent;cursor:pointer}.myconfig-wizard__structure-toggle svg,.myconfig-wizard__structure-toggle svg path{fill:#4c4541}.myconfig-wizard__structure-toggle:hover{border-color:var(--color-primary, #974900);background-color:#ffede2}.myconfig-wizard__structure-toggle:hover svg,.myconfig-wizard__structure-toggle:hover svg path{fill:var(--color-primary, #974900)}.myconfig-wizard__structure-toggle--open{transform:rotate(180deg)}.myconfig-wizard__structure-toggle-spacer{flex-shrink:0;width:16px}.myconfig-wizard__structure-icon{display:inline-flex;flex-shrink:0;color:var(--color-primary, #974900)}.myconfig-wizard__structure-name{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.myconfig-wizard__structure-code{flex-shrink:0;padding:1px 6px;border-radius:4px;background:#998f8a29;color:#998f8a;font-family:monospace;font-size:11px}.myconfig-wizard__functions{display:flex;flex-direction:column;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.myconfig-wizard__functions-title{margin:0;font-size:13px;font-weight:600}.myconfig-wizard__functions-hint{margin:4px 0 12px;color:#998f8a;font-size:12px}.myconfig-wizard__functions-form{display:flex;align-items:flex-start;gap:8px}.myconfig-wizard__functions-form>*:first-child{flex:1 1 auto;min-width:0}.myconfig-wizard__functions-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none}.myconfig-wizard__function-chip{padding:4px 10px;border-radius:999px;background:#97490014;color:var(--color-primary, #974900);font-size:12px}.myconfig-wizard__functions-empty{margin:12px 0 0;color:#998f8a;font-size:12px}.myconfig-wizard__suggestions-title{margin:0 0 8px;font-size:13px;font-weight:600}.myconfig-wizard__suggestions-list{display:flex;flex-wrap:wrap;gap:8px}.myconfig-wizard__suggestion{padding:6px 12px;border:1px solid #e0e0e0;border-radius:999px;background:var(--color-white, #fff);color:inherit;font-size:12px;cursor:pointer}.myconfig-wizard__suggestion:hover{border-color:var(--color-primary, #974900);background:#fbeee8;color:#974900}.myconfig-wizard__drafts{display:flex;flex-direction:column;gap:12px}.myconfig-wizard__drafts-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.myconfig-wizard__drafts-title{margin:0;font-size:14px;font-weight:600}.myconfig-wizard__drafts-empty{margin:0;padding:24px 12px;border:1px dashed #cfc4be;border-radius:8px;color:#998f8a;text-align:center;font-size:13px}.myconfig-wizard__button-icon{width:12px;height:12px}.myconfig-wizard__draft-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.myconfig-wizard__draft-row{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background:#fafafa}.myconfig-wizard__draft-index{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:26px;height:26px;border-radius:999px;background:#fbeee8;color:var(--color-primary, #974900);font-size:12px;font-weight:700}.myconfig-wizard__draft-fields{display:grid;flex:1;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;min-width:0}.myconfig-wizard__draft-remove{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:#c62828;cursor:pointer}.myconfig-wizard__draft-remove svg{width:16px;height:16px}.myconfig-wizard__draft-remove:hover:not(:disabled){background:#c6282814}.myconfig-wizard__draft-remove:disabled{cursor:not-allowed;opacity:.5}.myconfig-wizard__color-field{display:flex;flex-direction:column;gap:4px;font-size:12px}.myconfig-wizard__color-field input{width:100%;min-height:38px;padding:2px;border:1px solid #cfc4be;border-radius:4px;background:var(--color-white, #fff);cursor:pointer}.myconfig-wizard__step-actions{display:flex;justify-content:flex-end;gap:8px}.myconfig-wizard__step-actions--secondary{margin-top:-8px}.myconfig-wizard__endpoints-title{margin:0 0 8px;font-size:14px;font-weight:600}.myconfig-wizard__endpoint-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.myconfig-wizard__endpoint{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fafafa;font-size:12px}.myconfig-wizard__endpoint-method{padding:2px 8px;border-radius:4px;background:var(--color-primary, #974900);color:var(--color-white, #fff);font-weight:700}.myconfig-wizard__endpoint-path{font-family:monospace;font-size:12px;word-break:break-all}.myconfig-wizard__endpoint-description{color:#998f8a}.myconfig-wizard__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}.myconfig-wizard__footer-actions{display:flex;align-items:center;gap:8px}.myconfig-wizard__home{display:flex;flex-direction:column;gap:20px}.myconfig-wizard__hero{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;border:1px solid #e0e0e0;border-radius:12px;background:linear-gradient(180deg,#fbeee8 0%,var(--color-white, #fff) 100%);text-align:center}.myconfig-wizard__hero-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:var(--color-primary, #974900);color:var(--color-white, #fff)}.myconfig-wizard__hero-icon svg{width:26px;height:26px}.myconfig-wizard__hero-title{margin:0;font-size:clamp(20px,2.2vw,28px);font-weight:700}.myconfig-wizard__hero-subtitle{max-width:640px;margin:0;color:#998f8a;font-size:14px;line-height:20px}.myconfig-wizard__hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:4px}.myconfig-wizard__categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.myconfig-wizard__category-card{display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid #e0e0e0;border-radius:8px;background:var(--color-white, #fff)}.myconfig-wizard__category-header{display:flex;align-items:flex-start;gap:12px}.myconfig-wizard__category-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#fbeee8;color:var(--color-primary, #974900)}.myconfig-wizard__category-icon svg{width:18px;height:18px}.myconfig-wizard__category-title{margin:0;font-size:15px;font-weight:600}.myconfig-wizard__category-description{margin:2px 0 0;color:#998f8a;font-size:12px}.myconfig-wizard__category-steps{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.myconfig-wizard__category-step{display:flex;align-items:flex-start;gap:8px}.myconfig-wizard__category-step-icon{flex-shrink:0;width:16px;height:16px;margin-top:2px;color:var(--color-primary, #974900)}.myconfig-wizard__category-step-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;font-size:13px;font-weight:600}.myconfig-wizard__category-step-description{margin:2px 0 0;color:#998f8a;font-size:12px}.myconfig-wizard__info-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.myconfig-wizard__info-card{padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:var(--color-white, #fff)}.myconfig-wizard__info-card h2,.myconfig-wizard__info-card h3{margin:0 0 6px;font-size:14px;font-weight:600}.myconfig-wizard__info-card p{margin:0;color:#998f8a;font-size:12px;line-height:18px}.myconfig-wizard__conclusion{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;text-align:center}.myconfig-wizard__conclusion-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#fbeee8;color:var(--color-primary, #974900)}.myconfig-wizard__conclusion-icon svg{width:28px;height:28px}.myconfig-wizard__conclusion-title{margin:0;font-size:clamp(20px,2.2vw,26px);font-weight:700}.myconfig-wizard__conclusion-subtitle{max-width:560px;margin:0;color:#998f8a;font-size:14px;line-height:20px}.myconfig-wizard__conclusion-card{max-width:560px;text-align:left}.myconfig-wizard__conclusion-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px}@media (max-width: 1024px){.myconfig-wizard__body{grid-template-columns:minmax(0,1fr)}.myconfig-wizard__nav{position:static;padding:12px}.myconfig-wizard__nav-list{overflow-x:auto;flex-direction:row;padding-bottom:4px;scrollbar-width:thin}.myconfig-wizard__nav-item{flex-shrink:0}.myconfig-wizard__nav-button{width:auto;white-space:nowrap}.myconfig-wizard__categories,.myconfig-wizard__info-cards{grid-template-columns:minmax(0,1fr)}}@media (max-width: 768px){.myconfig-wizard{padding:12px}.myconfig-wizard__content{padding:16px}.myconfig-wizard__intro{flex-direction:column;align-items:stretch}.myconfig-wizard__hint{flex:0 0 auto}.myconfig-wizard__count{align-self:flex-start}.myconfig-wizard__draft-fields{grid-template-columns:minmax(0,1fr)}.myconfig-wizard__footer{align-items:stretch;flex-direction:column-reverse}.myconfig-wizard__footer-actions{flex-direction:column-reverse;align-items:stretch}}@media (max-width: 480px){.myconfig-wizard{padding:8px;gap:12px}.myconfig-wizard__topbar{align-items:flex-start;flex-direction:column;gap:4px}.myconfig-wizard__content{padding:12px}.myconfig-wizard__hero{padding:24px 12px}.myconfig-wizard__hero-actions,.myconfig-wizard__conclusion-actions{align-items:stretch;flex-direction:column;width:100%}.myconfig-wizard__step-header{align-items:flex-start}.myconfig-wizard__draft-row{align-items:stretch;flex-wrap:wrap}.myconfig-wizard__draft-fields{flex-basis:100%;order:3}.myconfig-wizard__draft-remove{margin-left:auto}.myconfig-wizard__step-actions{justify-content:stretch}.myconfig-wizard__step-actions button{width:100%}}.dashboard{box-sizing:border-box;display:grid;gap:clamp(1rem,2.5vw,1.5rem);width:100%;max-width:100%;min-width:0;padding:clamp(.75rem,2vw,1rem);background:var(--color-white);border-radius:6px;box-shadow:var(--shadow-sm, 0 4px 24px rgba(58, 46, 38, .1))}.dashboard__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0}.dashboard__header-content{flex:1 1 auto;min-width:0}.dashboard__header-action{flex:0 0 auto;min-width:8.5rem}.dashboard__title{margin:0;color:var(--color-neutral-300);font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.2;overflow-wrap:anywhere}.dashboard__welcome{margin:.5rem 0 0;color:var(--color-neutral-300);font-size:clamp(1rem,2vw,1.125rem);font-weight:500;line-height:1.35;overflow-wrap:anywhere}.dashboard__subtitle{margin:.375rem 0 0;color:var(--color-neutral-600);font-size:clamp(.8125rem,1.8vw,.9375rem);line-height:1.5;overflow-wrap:anywhere}.dashboard__site{margin:.75rem 0 0;color:var(--color-primary-400);font-size:.875rem;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.dashboard__warning{margin:.5rem 0 0;color:var(--color-warning-500, #b45309);font-size:.875rem;line-height:1.4;overflow-wrap:anywhere}.dashboard__empty{margin:0;color:var(--color-neutral-600);font-size:.9375rem;line-height:1.5}.dashboard__section{display:grid;gap:.75rem;min-width:0}.dashboard__section-title{margin:0;color:var(--color-neutral-300);font-size:clamp(.9375rem,2vw,1rem);font-weight:600;line-height:1.3;overflow-wrap:anywhere}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,9.5rem),1fr));gap:.5rem;width:100%;min-width:0}.dashboard__card{box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:.5rem;row-gap:.125rem;align-items:center;width:100%;min-width:0;min-height:0;padding:.625rem .75rem;border:1px solid var(--color-neutral-800);border-radius:6px;background:var(--color-white);text-decoration:none;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.dashboard__card:hover{border-color:var(--color-primary-400);background:var(--color-primary-950);box-shadow:0 2px 8px #97490014}.dashboard__card:hover .dashboard__card-icon svg path,.dashboard__card:hover .dashboard__card-icon svg circle,.dashboard__card:hover .dashboard__card-icon svg rect,.dashboard__card:hover .dashboard__card-icon svg polygon{fill:var(--color-primary-400)}.dashboard__card:hover .dashboard__card-value,.dashboard__card:hover .dashboard__card-label{color:var(--color-primary-400)}.dashboard__card--error{border-color:var(--color-warning-500, #b45309)}.dashboard__card-icon{grid-column:1;grid-row:1/span 2;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;align-self:center}.dashboard__card-icon svg,.dashboard__card-icon .ui-icon-component__container{width:1.125rem;height:1.125rem;display:block}.dashboard__card-icon svg path,.dashboard__card-icon svg circle,.dashboard__card-icon svg rect,.dashboard__card-icon svg polygon{fill:var(--color-neutral-600);transition:fill .2s ease}.dashboard__card-value{grid-column:2;grid-row:1;margin:0;color:var(--color-neutral-300);font-size:1.25rem;font-weight:700;line-height:1.15;overflow-wrap:anywhere;align-self:end;transition:color .2s ease}.dashboard__card-label{grid-column:2;grid-row:2;color:var(--color-neutral-600);font-size:.75rem;font-weight:500;line-height:1.3;overflow-wrap:anywhere;align-self:start;transition:color .2s ease}@media (max-width: 900px){.dashboard{border-radius:0;box-shadow:none}.dashboard__header{flex-direction:column;align-items:stretch}.dashboard__header-action{width:100%;min-width:0}}@media (max-width: 738px){.dashboard{gap:1rem;padding:.875rem}.dashboard__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,8.75rem),1fr))}}@media (max-width: 484px){.dashboard{padding:.75rem;gap:.875rem}.dashboard__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard__card{padding:.5rem .625rem}.dashboard__card-value{font-size:1.125rem}}@media (max-width: 320px){.dashboard{padding:.625rem}.dashboard__grid{grid-template-columns:1fr}}.ui-footer-component__wrapper{font-size:10px;line-height:14px;color:var(--color-neutral-300);padding:24px 29px;text-align:end;font-weight:var(--font-weight-normal)}.ui-footer-component__wrapper span{color:var(--color-primary-700)}:root{--font-weight-normal: 400;--font-weight-semibold: 600}:root{--color-white: #fff;--color-black: #000;--color-primary-100: #fff;--color-primary-400: #974900;--color-primary-700: #ff8d2e;--color-primary-900: #ffdbc4;--color-primary-950: #ffede2;--color-neutral-300: #4c4541;--color-neutral-600: #998f8a;--color-neutral-800: #cfc4be;--color-neutral-900: #ece0db;--color-neutral-950: #f7f1ed;--color-bluish-grey-990: #eceff1;--color-grey-700: #e0e0e0;--color-grey-800: #eee;--color-green-500: #4caf50;--color-orange-500: #ff9800;--color-red-200: #c62828;--color-red-300: #d32f2f;--color-red-400: #e53935;--color-red-500: #f44336;--color-red-800: #ef9a9a;--color-red-900: #ffcdd2;--color-blue-500: #2196f3;--color-background: rgba(235, 235, 235, .8);--text-disable-neutro-500: #7e7570;--events-hover: #9f5714;--events-pressing: #a45f1f}:root[data-theme=dark]{--color-white: #4c4541;--color-black: #000;--color-primary-100: #0f1115;--color-primary-400: #ff8d2e;--color-primary-700: #ffb46b;--color-primary-900: #442a14;--color-primary-950: #2a1a0d;--color-neutral-300: #e5e7eb;--color-neutral-600: #9ca3af;--color-neutral-800: #374151;--color-neutral-900: #111827;--color-neutral-950: #0b0f14;--color-bluish-grey-990: #0b0f14;--color-grey-700: #2a2f36;--color-grey-800: #1f2937;--color-background: #0b0f14;--text-disable-neutro-500: #6b7280;--events-hover: #a8601d;--events-pressing: #8a5119}.horizontal-layout__wrapper{display:flex;flex-direction:column}.horizontal-layout__wrapper .horizontal-layout__container{height:100%;padding:72px 29px 0;min-height:calc(100dvh - 62px)}@media screen and (max-width: 480px){.horizontal-layout__wrapper .horizontal-layout__container{padding:72px 16px 0}}
