:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0b1220;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{background:#0b1220}button{font:inherit}:root{--ui-color-bg-page:#0b1220;--ui-color-bg-panel:#111a2b;--ui-color-bg-control:#273449;--ui-color-bg-hover:#24344c;--ui-color-bg-muted:#32435d;--ui-color-border-default:#32435d;--ui-color-border-hover:#4a5d79;--ui-color-border-focus:#dbe7f7;--ui-color-text-main:#e2e8f0;--ui-color-text-soft:#cbd5e1;--ui-color-text-muted:#94a3b8;--ui-color-field-label:#9fb4cc;--ui-color-text-inverse:#fff;--ui-color-accent:#0f766e;--ui-color-accent-hover:#0d9488;--ui-color-danger:#b91c1c;--ui-color-danger-hover:#dc2626;--ui-color-danger-soft:#fecaca;--ui-radius-sm:8px;--ui-radius-md:12px;--ui-radius-lg:16px;--ui-radius-full:999px;--ui-control-height-sm:34px;--ui-control-height-input:34px;--ui-control-height-md:38px;--ui-control-height-lg:42px;--ui-input-font-family:Arial, sans-serif;--ui-input-font-size:13.3333px;--ui-input-font-weight:400;--ui-px-sm:10px;--ui-px-md:12px;--ui-px-lg:14px;--ui-py-sm:8px;--ui-py-md:10px;--ui-transition-fast:.18s ease;--ui-transition-md:.22s ease;--ui-panel-shadow:0 20px 40px #00000073;--ui-focus-ring:0 0 0 2px #dbe7f73d}.ui-input{width:100%;height:var(--ui-control-height-input);border:1px solid var(--ui-color-border-default);border-radius:var(--ui-radius-sm);background:var(--ui-color-bg-page);color:var(--ui-color-text-main);padding:0 var(--ui-px-md);font-family:var(--ui-input-font-family);font-size:var(--ui-input-font-size);font-weight:var(--ui-input-font-weight);transition:border-color var(--ui-transition-fast), box-shadow var(--ui-transition-fast), background-color var(--ui-transition-fast)}.ui-input::placeholder{color:var(--ui-color-text-muted);opacity:.78}.ui-field-label{color:var(--ui-color-field-label);font-family:inherit;font-size:.9rem;font-weight:400}.ui-input:hover{border-color:var(--ui-color-border-hover)}.ui-input:focus,.ui-input:focus-visible{border-color:var(--ui-color-border-focus);box-shadow:var(--ui-focus-ring);outline:none}.ui-input:disabled,.ui-input:read-only{background:color-mix(in srgb, var(--ui-color-bg-page) 82%, var(--ui-color-bg-muted));color:var(--ui-color-text-muted);cursor:default}.ui-date-input{width:100%;display:inline-flex;position:relative}.ui-date-input__text{font-variant-numeric:tabular-nums;letter-spacing:.01em;padding-right:42px}.ui-date-input__picker-button{width:24px;height:24px;color:var(--ui-color-text-main);cursor:pointer;background:0 0;border:0;padding:0;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ui-date-input__picker-button:before{content:"";background:currentColor;position:absolute;inset:2px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v3M17 2v3M4 8h16M5 4h14a1 1 0 0 1 1 1v15H4V5a1 1 0 0 1 1-1Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/20px 20px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v3M17 2v3M4 8h16M5 4h14a1 1 0 0 1 1 1v15H4V5a1 1 0 0 1 1-1Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/20px 20px no-repeat}.ui-date-input__picker-button:hover:not(:disabled){color:var(--ui-color-border-focus)}.ui-date-input__picker-button:focus-visible{outline:2px solid var(--ui-color-border-focus);outline-offset:1px;border-radius:5px}.ui-date-input__picker-button:disabled{color:var(--ui-color-text-muted);cursor:default;opacity:.6}.ui-date-input__native-picker{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.ui-textarea{resize:vertical;height:auto;min-height:0;padding:var(--ui-py-sm) var(--ui-px-md);line-height:1.4}.ui-button{min-width:120px;height:var(--ui-control-height-md);padding:0 var(--ui-px-lg);border-radius:var(--ui-radius-sm);cursor:pointer;transition:background-color var(--ui-transition-fast), color var(--ui-transition-fast), border-color var(--ui-transition-fast), opacity var(--ui-transition-fast);border:0;justify-content:center;align-items:center;gap:6px;font-weight:600;line-height:1;display:inline-flex}.ui-button:disabled{opacity:.65;cursor:default}.ui-button--primary{background:var(--ui-color-accent);color:var(--ui-color-text-inverse)}.ui-button--primary:hover:not(:disabled){background:var(--ui-color-accent-hover)}.ui-button--secondary{background:var(--ui-color-bg-control);color:var(--ui-color-text-soft)}.ui-button--secondary:hover:not(:disabled){background:var(--ui-color-bg-hover);color:var(--ui-color-text-main)}.ui-button--danger{background:var(--ui-color-danger);color:var(--ui-color-text-inverse)}.ui-button--danger:hover:not(:disabled){background:var(--ui-color-danger-hover)}.ui-icon-button{width:var(--ui-control-height-md);height:var(--ui-control-height-md);min-width:unset;border-radius:var(--ui-radius-full);justify-content:center;align-items:center;padding:0;display:inline-flex}.ui-radio-option{--ui-radio-size:13px;--ui-radio-dot-size:7px;--ui-radio-border:#e2e8f0;--ui-radio-background:#e2e8f0;--ui-radio-dot:#0f172a;--ui-radio-focus-ring:#e2e8f047;--ui-radio-disabled-label:#64748b;--ui-radio-disabled-border:#334155;--ui-radio-disabled-background:#0f172a5c;--ui-radio-disabled-dot:#334155;cursor:pointer;transition:color var(--ui-transition-fast);align-items:center;gap:8px;display:inline-flex}.ui-radio-option.is-disabled{color:var(--ui-radio-disabled-label);cursor:default}.ui-radio-option:has(.ui-radio-input:disabled){color:var(--ui-radio-disabled-label);cursor:default}.ui-radio-option.is-disabled:hover{color:var(--ui-radio-disabled-label)}.ui-radio-option:has(.ui-radio-input:disabled):hover{color:var(--ui-radio-disabled-label)}.ui-radio-input{appearance:none;width:var(--ui-radio-size);height:var(--ui-radio-size);border:1px solid var(--ui-radio-border);border-radius:var(--ui-radius-full);box-sizing:border-box;background:var(--ui-radio-background);cursor:pointer;transition:border-color var(--ui-transition-fast), background-color var(--ui-transition-fast);vertical-align:middle;flex:none;place-content:center;margin:0;display:inline-grid}.ui-radio-input:before{content:"";width:var(--ui-radio-dot-size);height:var(--ui-radio-dot-size);border-radius:var(--ui-radius-full);background:var(--ui-radio-dot);transition:transform var(--ui-transition-fast);transform:scale(0)}.ui-radio-input:checked:before{transform:scale(1)}.ui-radio-input:focus-visible{outline:2px solid var(--ui-radio-focus-ring);outline-offset:2px}.ui-radio-input:disabled{border-color:var(--ui-radio-disabled-border);background:var(--ui-radio-disabled-background);cursor:default;opacity:1}.ui-radio-input:disabled:before{background:var(--ui-radio-disabled-dot)}.ui-tooltip{z-index:2400;color:#ddd6fe;pointer-events:none;overflow-wrap:anywhere;background:#0f172af7;border:1px solid #a78bfa57;border-radius:8px;align-items:center;max-width:min(360px,100vw - 24px);padding:6px 10px 8px;font-size:.82rem;font-weight:450;line-height:1.25;display:inline-flex;position:fixed;box-shadow:0 14px 30px #02061761}.ui-modal-overlay{z-index:2000;background:#020617c7;place-items:center;padding:clamp(16px,4vh,40px) 16px;display:grid;position:fixed;inset:0;overflow-y:auto}.ui-modal-overlay--nested{background:#0206178c}.ui-modal-panel{border:1px solid var(--ui-color-border-default);border-radius:var(--ui-radius-lg);background:var(--ui-color-bg-panel);box-shadow:var(--ui-panel-shadow)}.ui-modal-close{width:36px;height:36px;color:var(--ui-color-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex:0 0 36px;justify-content:center;align-items:center;padding:0;transition:color .12s,border-color .12s,background-color .12s;display:inline-flex}.ui-modal-close svg{width:19px;height:19px;display:block}.ui-modal-close path{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.ui-modal-close:hover:not(:disabled){border-color:var(--ui-color-border-default);background:var(--ui-color-bg-hover);color:var(--ui-color-text-main)}.ui-modal-close:focus-visible{outline:2px solid var(--ui-color-border-focus);outline-offset:2px}.ui-modal-close:disabled{opacity:.5;cursor:default}.ui-tabbed-modal{--ui-tabbed-modal-tab-radius:10px;--ui-tabbed-modal-panel-radius:14px;--ui-tabbed-modal-tab-bg:#0f182894;--ui-tabbed-modal-tab-hover-bg:#24344cc7;--ui-tabbed-modal-tab-hover-border:var(--ui-color-border-hover);--ui-tabbed-modal-panel-bg:#111a2bb8;--ui-tabbed-modal-panel-border:var(--ui-color-border-default);--ui-tabbed-modal-panel-scrollbar-track:var(--ui-color-bg-panel);--ui-tabbed-modal-panel-scrollbar-thumb:var(--ui-color-border-hover)}.ui-modal-tabs{grid-auto-columns:1fr;grid-auto-flow:column;align-items:center;gap:4px;width:max-content;max-width:100%;margin:2px 0 0;display:inline-grid}.ui-modal-tab{border-radius:var(--ui-tabbed-modal-tab-radius) var(--ui-tabbed-modal-tab-radius) 0 0;background:var(--ui-tabbed-modal-tab-bg);color:#a7b4c8;width:100%;font:inherit;text-align:center;white-space:nowrap;cursor:pointer;z-index:1;border:1px solid #0000;padding:9px 14px;font-size:.86rem;line-height:1;transition:background-color .12s,border-color .12s,color .12s;position:relative}.ui-modal-tab:hover,.ui-modal-tab:focus-visible{border-color:var(--ui-tabbed-modal-tab-hover-border);background:var(--ui-tabbed-modal-tab-hover-bg);color:var(--ui-color-text-main);border-bottom-color:#0000;outline:none}.ui-modal-tab:hover:not(.is-active),.ui-modal-tab:focus-visible:not(.is-active){margin-bottom:-1px}.ui-modal-tab.is-active{border-color:var(--ui-tabbed-modal-panel-border);border-bottom:1px solid var(--ui-color-bg-panel);background:var(--ui-color-bg-panel);color:var(--ui-color-text-main);z-index:3;margin-bottom:-1px}.ui-modal-tab.is-active:after{content:"";background:var(--ui-color-bg-panel);pointer-events:none;height:2px;position:absolute;bottom:-2px;left:1px;right:1px}.ui-modal-tabs.is-first-tab-inactive .ui-modal-tab:first-child:hover:before,.ui-modal-tabs.is-first-tab-inactive .ui-modal-tab:first-child:focus-visible:before{content:"";bottom:calc(-1 * var(--ui-tabbed-modal-panel-radius));width:var(--ui-tabbed-modal-panel-radius);height:var(--ui-tabbed-modal-panel-radius);border-left:1px solid var(--ui-tabbed-modal-tab-hover-border);background:var(--ui-tabbed-modal-tab-hover-bg);pointer-events:none;-webkit-mask-image:radial-gradient(circle at 100% 100%, transparent calc(var(--ui-tabbed-modal-panel-radius) - 1px), #000 var(--ui-tabbed-modal-panel-radius));-webkit-mask-image:radial-gradient(circle at 100% 100%, transparent calc(var(--ui-tabbed-modal-panel-radius) - 1px), #000 var(--ui-tabbed-modal-panel-radius));mask-image:radial-gradient(circle at 100% 100%, transparent calc(var(--ui-tabbed-modal-panel-radius) - 1px), #000 var(--ui-tabbed-modal-panel-radius));position:absolute;left:-1px}.ui-modal-tab-panel{z-index:2;border:1px solid var(--ui-tabbed-modal-panel-border);border-radius:var(--ui-tabbed-modal-panel-radius);background:var(--ui-tabbed-modal-panel-bg);scrollbar-width:thin;scrollbar-color:var(--ui-tabbed-modal-panel-scrollbar-thumb) transparent;flex:1;min-height:0;padding:16px;position:relative;overflow-y:auto}.ui-modal-tab-panel::-webkit-scrollbar{width:10px}.ui-modal-tab-panel::-webkit-scrollbar-track{margin-block:calc(var(--ui-tabbed-modal-panel-radius) - 2px);border-radius:var(--ui-radius-full);background:0 0}.ui-modal-tab-panel::-webkit-scrollbar-thumb{border-radius:var(--ui-radius-full);background:var(--ui-tabbed-modal-panel-scrollbar-thumb);background-clip:content-box;border:2px solid #0000}.ui-modal-tab-panel::-webkit-scrollbar-thumb:hover{background:#5f7391 padding-box content-box}.ui-modal-tab-panel.is-first-tab-active{border-top-left-radius:0}@media (width<=720px){.ui-modal-tabs{--ui-tabbed-modal-tab-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;gap:0;width:100%}.ui-modal-tab{border-radius:var(--ui-tabbed-modal-tab-radius) var(--ui-tabbed-modal-tab-radius) 0 0}}.ui-unsaved-dialog__overlay{z-index:3000}.ui-unsaved-dialog{width:min(400px,100vw - 32px);padding:22px}.ui-unsaved-dialog h3{color:var(--ui-color-text-main);margin:0;font-size:1.05rem;font-weight:600;line-height:1.35}.ui-unsaved-dialog__actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.ui-unsaved-dialog__actions .ui-button{min-width:100px}.ui-rename-modal__overlay{z-index:2300}.ui-rename-modal{gap:10px;width:min(420px,100vw - 32px);padding:16px;display:grid}.ui-rename-modal__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.ui-rename-modal__header h4{color:var(--ui-color-text-main);margin:0;font-size:1rem}.ui-rename-modal__input{width:100%}.ui-rename-modal__input.is-error{border-color:var(--ui-color-danger-soft);color:var(--ui-color-danger-soft)}.ui-rename-modal__input.is-error:focus,.ui-rename-modal__input.is-error:focus-visible{border-color:var(--ui-color-danger-soft);box-shadow:0 0 0 3px #fca5a533}.ui-rename-modal__error{min-height:20px;color:var(--ui-color-danger-soft);opacity:0;margin:0;font-size:.84rem;transition:opacity .18s}.ui-rename-modal__error.is-visible{opacity:1}.ui-rename-modal__actions{justify-content:flex-end;gap:10px;display:flex}html,body{scrollbar-width:thin;scrollbar-color:var(--ui-color-border-hover) var(--ui-color-bg-page)}html::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:var(--ui-color-bg-page)}body::-webkit-scrollbar-track{background:var(--ui-color-bg-page)}html::-webkit-scrollbar-thumb{background:var(--ui-color-border-hover);border:2px solid var(--ui-color-bg-page);border-radius:10px}body::-webkit-scrollbar-thumb{background:var(--ui-color-border-hover);border:2px solid var(--ui-color-bg-page);border-radius:10px}html::-webkit-scrollbar-thumb:hover{background:var(--ui-color-bg-muted)}body::-webkit-scrollbar-thumb:hover{background:var(--ui-color-bg-muted)}.auth-screen{background:radial-gradient(circle at 0 0,#0f766e33,#0000 45%),radial-gradient(circle at 100% 100%,#1e40af29,#0000 42%),#0b1220;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-screen__card{background:#111a2b;border:1px solid #32435d;border-radius:14px;width:100%;max-width:440px;padding:24px;box-shadow:0 20px 48px #00000059}.auth-screen__title{color:#e2e8f0;margin:0 0 18px;font-size:1.5rem}.auth-screen__form{flex-direction:column;gap:12px;display:flex}.auth-screen__label{color:#cbd5e1;flex-direction:column;gap:6px;font-size:.92rem;display:flex}.auth-screen__input{width:100%}.auth-screen__error{color:#fca5a5;margin:0;font-size:.88rem}.auth-screen__submit{width:100%}.auth-screen__submit:disabled{opacity:.65}.auth-screen__switch{color:#94a3b8;align-items:center;gap:8px;margin-top:12px;font-size:.9rem;display:flex}.auth-screen__switch button{color:#67e8f9;cursor:pointer;background:0 0;border:0;padding:0}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px;display:grid}.template-card{background:#1a273a;border:1px solid #2c3d56;border-radius:10px;gap:8px;padding:12px;display:grid}.template-card h3{color:#e2e8f0;margin:0;font-size:.95rem}.template-card p{color:#94a3b8;margin:0;font-size:.85rem}.template-card button{color:#cbd5e1;cursor:pointer;background:#24344c;border:1px solid #32435d;border-radius:8px;justify-self:start;padding:7px 10px}.view-switcher{background:#1a273a;border-radius:8px;gap:4px;padding:3px;display:inline-flex}.view-switcher button{cursor:pointer;color:#a7b4c8;background:0 0;border:0;border-radius:6px;padding:6px 10px}.view-switcher button.is-active{color:#e2e8f0;background:#24344c;box-shadow:0 1px 3px #00000059}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(220px,220px));justify-content:start;gap:10px;display:grid}.projects-state{color:#cbd5e1;background:#1a273a;border:1px dashed #32435d;border-radius:10px;margin:0;padding:14px 12px;font-size:.9rem}.projects-state--error{color:#fecaca;border-color:#7f1d1d}.project-card{aspect-ratio:1;isolation:isolate;background:#1a273a;border:1px solid #2c3d56;border-radius:12px;padding:12px;display:grid;position:relative;overflow:hidden}.project-card h3{color:#e2e8f0;margin:0;font-size:.96rem}.project-card p{color:#a7b4c8;margin:0;font-size:.78rem}.project-card--interactive{transition:border-color .2s,box-shadow .2s}.project-card--interactive:hover{border-color:#3c5273;box-shadow:0 8px 18px #030a164d}.project-card--clickable{cursor:pointer}.project-card__bg-illustration{pointer-events:none;z-index:0;place-items:center;display:grid;position:absolute;inset:0}.project-card__bg-illustration svg{opacity:.14;filter:drop-shadow(0 6px 18px #0003);width:76%;height:76%}.project-card__bg-illustration path,.project-card__bg-illustration rect,.project-card__bg-illustration circle{fill:none;stroke:#c4d3ea;stroke-width:1.65px;stroke-linecap:round;stroke-linejoin:round}.project-card__content{z-index:1;flex-direction:column;height:100%;min-height:0;padding-bottom:34px;display:flex;position:relative}.project-card__title{gap:1px;max-height:3.7em;margin:0 34px 6px 0;display:grid;overflow:hidden}.project-card__title-line{line-height:1.22;display:block}.project-card__meta{gap:2px;margin-top:2px;padding-right:34px;display:grid}.project-card__period{color:#dbe7f7;text-align:center;letter-spacing:.01em;-webkit-backdrop-filter:blur(.8px);backdrop-filter:blur(.8px);pointer-events:none;background:#101f32d1;border:1px solid #476384;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:calc(100% - 40px);min-height:42px;padding:6px 12px;font-size:.74rem;line-height:1.2;display:flex;position:absolute;top:72%;left:50%;transform:translate(-50%,-50%)}.project-card__period-line{display:block}.project-card__period-line--primary{color:#e2e8f0;font-size:.76rem;font-weight:600}.project-card__period-line--secondary{color:#a9bfd9;font-size:.72rem}.project-card__period-line--single{font-size:.75rem;font-weight:500}.project-card__manager-badge{z-index:2;color:#f8fbff;background:#111f32f5;border:1px solid #6b7f9e;border-radius:999px;place-items:center;width:32px;height:32px;font-size:.72rem;font-weight:700;display:grid;position:absolute;bottom:10px;right:10px;overflow:hidden;box-shadow:0 4px 10px #02081273}.project-card__manager-avatar{object-fit:cover;width:100%;height:100%;display:block}.project-card__menu-anchor{z-index:10;position:absolute;top:10px;right:10px}.project-card__menu-trigger{color:#a7b4c8;cursor:pointer;opacity:0;visibility:hidden;background:#0b1220d9;border:1px solid #32435d;border-radius:8px;place-items:center;width:30px;height:30px;transition:opacity .2s,visibility .2s,border-color .2s,color .2s,background-color .2s;display:inline-grid}.project-card--interactive:hover .project-card__menu-trigger,.project-card__menu-trigger.is-open{opacity:1;visibility:visible}.project-card__menu-trigger:hover{color:#e2e8f0;background:#24344cf2;border-color:#4a5d79}.project-card__menu-trigger svg{width:16px;height:16px}.project-card__menu-trigger circle{fill:currentColor}.project-card__menu{z-index:2400;background:#111a2b;border:1px solid #32435d;border-radius:10px;gap:2px;width:224px;padding:6px;display:grid;position:fixed;box-shadow:0 10px 26px #00000073}.project-card__menu button{color:#cbd5e1;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px;line-height:1.2;display:flex}.project-card__menu button:hover{background:#24344c}.project-card__menu-icon{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.project-card__menu-icon svg{width:18px;height:18px}.project-card__menu-icon path,.project-card__menu-icon rect,.project-card__menu-icon circle{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.project-card__menu-divider{border-top:1px solid #32435d;margin:6px 0}.project-card__menu button.is-danger{color:#fca5a5}.project-card__menu button.is-danger:hover{color:#fecaca;background:#3f1d24}.project-delete-modal{gap:14px;width:min(420px,100vw - 32px);padding:20px;display:grid}.project-delete-modal h3,.project-delete-modal p{margin:0}.project-delete-modal h3{color:#e2e8f0;font-size:1.05rem}.project-delete-modal p{color:#cbd5e1;font-size:.92rem;line-height:1.45}.project-delete-modal__error{color:#fecaca!important}.project-delete-modal__actions{justify-content:flex-end;gap:10px;display:flex}.project-list{border:1px solid #2c3d56;border-radius:10px;overflow:hidden}.project-list__row{color:#cbd5e1;background:#1a273a;border-top:1px solid #253247;grid-template-columns:2fr 1fr 1fr 70px 120px;gap:10px;padding:10px 12px;font-size:.88rem;display:grid}.project-list__row--head{color:#e2e8f0;background:#24344c;border-top:0;font-weight:600}.project-list__code{color:#94a3b8;margin-top:3px;font-size:.78rem;display:block}@media (width<=900px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.project-card{aspect-ratio:auto;min-height:260px}.project-card__period{width:calc(100% - 34px)}.project-list__row{grid-template-columns:2fr 1fr 1fr}.project-list__row span:nth-child(4),.project-list__row span:nth-child(5){display:none}}.dashboard{align-content:start;gap:16px;min-height:0;padding:20px;display:grid;overflow:auto}.dashboard__section{background:#111a2b;border:1px solid #253247;border-radius:12px;padding:16px}.dashboard__section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.dashboard__section h2{color:#e2e8f0;margin:0;font-size:1rem}.objects-grid{grid-template-columns:repeat(auto-fill,minmax(220px,220px));justify-content:start;gap:10px;display:grid}.object-card{min-height:auto}.object-card__bg-illustration svg{opacity:.14;width:76%;height:76%}.object-card__content{padding-bottom:0}.object-card__title{margin-right:0}.project-gantt{flex-direction:column;gap:8px;height:100%;min-height:0;display:flex}.project-gantt__tabs,.project-gantt__edit-actions{align-items:center;gap:6px;display:inline-flex}.project-gantt__tab{color:#cbd5e1;font:inherit;cursor:pointer;background:#1a273a;border:1px solid #32435d;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-size:.86rem;line-height:1;transition:background-color .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.project-gantt__tab:not(:disabled):hover{color:#e2e8f0;background:#24344c;border-color:#4a5d79}.project-gantt__tab:focus-visible{outline-offset:2px;outline:2px solid #dbe7f7c2}.project-gantt__tab.is-active{color:#e2e8f0;background:#24344c;border-color:#4a5d79}.project-gantt__tab:disabled{opacity:.65;cursor:default}.project-gantt__toolbar-button{min-height:28px}.project-gantt__icon-button{width:28px;height:28px;padding:0}.project-gantt__history-button:disabled,.project-gantt__save-button:disabled{color:#65758c;opacity:.48;background:#111b2b;border-color:#26354b}.project-gantt__toolbar-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 15px;width:15px;height:15px}.project-gantt__toolbar{justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.project-gantt__toolbar-toggles{align-items:center;gap:12px;margin-left:auto;display:inline-flex}.project-gantt__toolbar-toggle,.project-gantt__grid-toggle{color:#a7b4c8;align-items:center;gap:6px;font-size:.82rem;display:inline-flex}.project-gantt__toolbar-toggle input,.project-gantt__grid-toggle input{accent-color:#0f766e}.project-gantt__today-badge{z-index:2;color:#d9fff8;height:24px;font:inherit;cursor:pointer;background:#132235;border:1px solid #14b8a6b8;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.78rem;line-height:1;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex;position:absolute;top:50%;transform:translate(-50%,-50%)}.project-gantt__today-badge:hover{color:#fff;background:#173247;border-color:#2dd4bf}.project-gantt__today-badge:focus-visible{outline-offset:2px;outline:2px solid #2dd4bfdb}.project-gantt__shell{background:#0f1828;border:1px solid #253247;border-radius:12px;flex:1;grid-template-rows:56px minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.project-gantt__left-header,.project-gantt__right-header{background:#111a2b;border-bottom:1px solid #253247;align-items:center;min-width:0;display:flex}.project-gantt__left-header{grid-area:1/1;gap:2px;padding:0 10px 0 3px}.project-gantt__right-header{grid-area:1/3/auto/5}.project-gantt__levels{background:#1a273a;border:1px solid #32435d;border-radius:9px;grid-template-columns:repeat(3,74px);width:auto;max-width:100%;display:inline-grid;overflow:hidden}.project-gantt__levels button{color:#a7b4c8;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-right:1px solid #32435d;justify-content:center;align-items:center;min-width:74px;padding:7px 6px;font-size:.78rem;line-height:1;display:inline-flex}.project-gantt__levels button:last-child{border-right:0}.project-gantt__levels button:hover{color:#d9e3f3;background:#24344c}.project-gantt__levels button.is-active{color:#e2e8f0;background:#24344c}.project-gantt__row-number-toggle{width:var(--gantt-row-number-width,2ch);min-width:var(--gantt-row-number-width,2ch);color:#8fa3bd;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:3px;font-size:.76rem;line-height:1;display:inline-flex;overflow:visible}.project-gantt__row-number-toggle input{accent-color:#0f766e;cursor:pointer;width:12px;height:12px;margin:0}.project-gantt__right-header-scroll{flex:none;width:100%;overflow:hidden}.project-gantt__timeline-head-top,.project-gantt__timeline-head-bottom{height:28px;position:relative}.project-gantt__timeline-head-top{box-shadow:inset 0 -1px #4a5d7973}.project-gantt__head-group,.project-gantt__head-unit{color:#cbd5e1;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;z-index:1;justify-content:center;align-items:center;height:28px;padding:0 4px;font-size:.78rem;display:inline-flex;position:absolute;top:0;bottom:0;overflow:hidden}.project-gantt__head-unit{color:#94a3b8}.project-gantt__head-boundary{pointer-events:none;z-index:2;border-right:1px solid #253247;width:0;position:absolute;top:0;bottom:0}.project-gantt__left-rows,.project-gantt__right-rows{min-height:0;overflow:auto}.project-gantt__left-rows{scrollbar-gutter:stable;cursor:default;z-index:1;background:#111a2b;border-right:1px solid #253247;grid-area:2/1;position:relative}.project-gantt__right-rows{z-index:1;scrollbar-gutter:auto;background:#0f1828;grid-area:2/3/auto/5;position:relative;overflow-y:scroll}.project-gantt__right-rows.is-dragging{-webkit-user-select:none;user-select:none}.project-gantt__row,.project-gantt__timeline-row{height:var(--gantt-row-height);border-bottom:1px solid #1f2f46}.project-gantt__row{align-items:center;display:flex}.project-gantt__row--stage,.project-gantt__timeline-row--stage{background:#121f3294}.project-gantt__row--task,.project-gantt__timeline-row--task{background:#101b2c70}.project-gantt__row--subtask,.project-gantt__timeline-row--subtask{background:#0d172761}.project-gantt__task-cell{grid-template-columns:var(--gantt-row-number-width,2ch) auto 26px minmax(0, 1fr);align-items:center;gap:2px;width:100%;min-width:0;padding:0 8px 0 3px;display:grid;position:relative}.project-gantt__shell.is-row-numbers-hidden .project-gantt__task-cell{grid-template-columns:auto 26px minmax(0,1fr);gap:4px;padding:0 8px 0 10px}.project-gantt__task-cell.is-clickable{cursor:pointer}.project-gantt__task-cell.is-clickable:hover,.project-gantt__row:hover .project-gantt__task-cell,.project-gantt__row.is-linked-hover .project-gantt__task-cell{background:#24344c8f}.project-gantt__row-number{width:var(--gantt-row-number-width,2ch);min-width:var(--gantt-row-number-width,2ch);color:#8fa3bd;font-variant-numeric:tabular-nums;text-align:left;white-space:nowrap;font-size:.76rem;line-height:1;overflow:hidden}.project-gantt__shell.is-row-numbers-hidden .project-gantt__row-number{display:none}.project-gantt__indent{min-width:0;height:1px}.project-gantt__collapse-btn,.project-gantt__collapse-placeholder{flex:0 0 24px;width:24px;height:24px}.project-gantt__collapse-btn{color:#b8c8df;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;transition:color .12s,filter .12s,opacity .12s;display:grid}.project-gantt__collapse-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;display:block}.project-gantt__collapse-btn:hover{color:#f0f5ff;background:0 0}.project-gantt__collapse-btn:focus-visible{outline-offset:2px;outline:1px solid #dbe7f7}.project-gantt__task-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:2px;padding-right:0;font-size:.81rem;transition:color .12s,text-shadow .12s;overflow:hidden}.project-gantt__shell.is-row-numbers-hidden .project-gantt__task-title{margin-left:0}.project-gantt__row:hover .project-gantt__collapse-btn,.project-gantt__row.is-linked-hover .project-gantt__collapse-btn{color:#f0f5ff;filter:drop-shadow(0 0 5px #dbe7f742)}.project-gantt__row--stage .project-gantt__task-title{color:#e2e8f0;font-weight:650}.project-gantt__row--task .project-gantt__task-title{color:#cfdaea;font-weight:560}.project-gantt__row--subtask .project-gantt__task-title{color:#9fb0c7;font-weight:450}.project-gantt__row:hover .project-gantt__task-title,.project-gantt__row.is-linked-hover .project-gantt__task-title{color:#f0f5ff;text-shadow:0 0 8px #dbe7f73d}.project-gantt__row-actions{z-index:4;opacity:0;visibility:hidden;pointer-events:none;justify-content:center;align-items:center;transition:opacity .12s,visibility .12s;display:inline-flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.project-gantt__row:hover .project-gantt__row-actions,.project-gantt__row.is-menu-open .project-gantt__row-actions{opacity:1;visibility:visible;pointer-events:auto}.project-gantt__row-menu-trigger{color:#a7b4c8;cursor:pointer;background:#0b1220e0;border:1px solid #32435de0;border-radius:7px;place-items:center;width:26px;height:24px;padding:0;transition:background-color .12s,border-color .12s,color .12s,opacity .12s;display:inline-grid}.project-gantt__row-menu-trigger:hover,.project-gantt__row-menu-trigger.is-open{color:#e2e8f0;background:#24344cf5;border-color:#4a5d79}.project-gantt__row-menu-trigger:focus-visible{outline-offset:2px;outline:2px solid #dbe7f7c2}.project-gantt__row-menu-trigger-icon{width:14px;height:14px;display:block}.project-gantt__row-menu-trigger-icon circle{fill:currentColor}.project-gantt__row-menu,.project-gantt__row-submenu{z-index:2400;background:#111a2b;border:1px solid #32435d;border-radius:10px;gap:2px;width:224px;padding:6px;display:grid;position:fixed;box-shadow:0 10px 26px #00000073}.project-gantt__row-menu-item{color:#cbd5e1;text-align:left;cursor:pointer;width:100%;min-height:34px;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px;line-height:1.2;display:flex}.project-gantt__row-menu-item:hover,.project-gantt__row-menu-item:focus-visible{background:#24344c;outline:none}.project-gantt__row-menu-icon{color:currentColor;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.project-gantt__row-menu-icon svg{width:18px;height:18px;display:block}.project-gantt__row-menu-icon path,.project-gantt__row-menu-icon rect,.project-gantt__row-menu-icon circle{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.project-gantt__row-menu-label{flex:1;min-width:0}.project-gantt__row-menu-item.is-danger{color:#fca5a5}.project-gantt__row-menu-item.is-danger:hover,.project-gantt__row-menu-item.is-danger:focus-visible{color:#fecaca;background:#3f1d24}.project-gantt__row-menu-branch{position:relative}.project-gantt__row-menu-branch:after{content:"";width:8px;height:100%;position:absolute;top:0;left:100%}.project-gantt__row-menu.is-submenu-left .project-gantt__row-menu-branch:after{left:auto;right:100%}.project-gantt__row-menu-item--with-submenu{justify-content:space-between}.project-gantt__row-menu-arrow{flex:0 0 12px;justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex}.project-gantt__row-menu-arrow svg{width:12px;height:12px;display:block}.project-gantt__row-menu-arrow path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.project-gantt__row-submenu{z-index:2401;width:190px;position:absolute;top:0;left:calc(100% + 8px)}.project-gantt__row-menu.is-submenu-left .project-gantt__row-submenu{left:auto;right:calc(100% + 8px)}.project-gantt__card-overlay{z-index:2500}.project-gantt__card-modal{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#4a5d79 #111a2b;background:#111a2b;border:1px solid #32435d;border-radius:16px;flex-direction:column;width:640px;max-width:calc(100vw - 32px);height:min(760px,100vh - 2*clamp(16px,4vh,40px));max-height:min(90vh,100vh - 2*clamp(16px,4vh,40px));padding:12px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000073}.project-gantt__card-modal::-webkit-scrollbar{width:10px}.project-gantt__card-modal::-webkit-scrollbar-track{background:#111a2b;border-radius:10px}.project-gantt__card-modal::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #111a2b;border-radius:10px}.project-gantt__card-modal::-webkit-scrollbar-thumb:hover{background:#5f7391}.project-gantt__card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.project-gantt__card-title{color:#e2e8f0;margin:0;font-size:1.2rem}.project-gantt__card-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.project-gantt__card-name-field{text-align:left;grid-column:1/-1;gap:6px;min-width:0;display:grid}.project-gantt__card-name-input{text-align:left;width:100%}.project-gantt__card-name-input.is-error{border-color:var(--ui-color-danger)}.project-gantt__card-date-row{grid-column:1/-1;grid-template-columns:150px auto 150px;justify-content:space-between;align-items:end;gap:14px;margin-bottom:8px;display:grid}.project-gantt__card-date-field{text-align:left;gap:6px;width:150px;display:grid}.project-gantt__card-date-field--finish{justify-self:end}.project-gantt__card-date-input{text-align:left;width:100%;min-width:0}.project-gantt__card-date-control{grid-template-columns:minmax(0,124px) 18px;align-items:stretch;gap:5px;display:grid}.project-gantt__card-date-control.is-read-only{grid-template-columns:minmax(0,124px)}.project-gantt__card-period-note{color:#93c5fd;text-align:center;grid-column:1/-1;margin:-2px 0 2px;font-size:.84rem;line-height:1.35}.project-gantt__card-date-stepper{grid-template-rows:1fr 1fr;gap:2px;display:grid}.project-gantt__card-stepper-btn,.project-gantt__card-duration-btn{color:#cbd5e1;cursor:pointer;background:#0b1220db;border:1px solid #32435d;justify-content:center;align-items:center;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.project-gantt__card-stepper-btn{border-radius:6px;width:18px;min-width:18px;height:17px;padding:0;font-size:.54rem;line-height:1}.project-gantt__card-stepper-icon{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:12px;height:12px}.project-gantt__card-stepper-btn:hover:not(:disabled),.project-gantt__card-duration-btn:hover:not(:disabled){color:#f0f5ff;background:#24344cf5;border-color:#4a5d79}.project-gantt__card-stepper-btn:focus-visible,.project-gantt__card-duration-btn:focus-visible{outline-offset:1px;outline:2px solid #dbe7f7}.project-gantt__card-stepper-btn:disabled,.project-gantt__card-duration-btn:disabled{cursor:default;opacity:.55}.project-gantt__card-duration-control{justify-self:center;justify-items:center;gap:6px;width:150px;display:grid;position:relative}.project-gantt__card-duration-label{text-align:center;white-space:nowrap}.project-gantt__card-duration-stepper{height:var(--ui-control-height-input);grid-template-columns:26px 54px 26px;align-items:center;gap:4px;display:inline-grid}.project-gantt__card-duration-stepper.is-read-only{grid-template-columns:54px}.project-gantt__card-duration-btn{border-radius:999px;width:26px;height:26px;padding:0;font-size:.92rem;line-height:1}.project-gantt__card-duration-input{width:54px;height:var(--ui-control-height-input);text-align:center;font-variant-numeric:tabular-nums;padding:0 6px}.project-gantt__card-duration-stepper:not(.is-read-only):has(.project-gantt__card-duration-btn:hover:not(:disabled)) .project-gantt__card-duration-input{border-color:var(--ui-color-border-hover)}.project-gantt__card-duration-stepper:not(.is-read-only):has(.project-gantt__card-duration-btn:focus-visible) .project-gantt__card-duration-input{border-color:var(--ui-color-border-focus);box-shadow:var(--ui-focus-ring)}.project-gantt__card-duration-unit{min-height:1em;color:var(--ui-color-field-label);text-align:center;font-family:inherit;font-size:.9rem;font-weight:400;line-height:1;position:absolute;top:calc(100% + 4px);left:0;right:0}.project-gantt__card-date-input::-webkit-datetime-edit{text-align:left}.project-gantt__card-date-input.is-error{border-color:var(--ui-color-danger)}.project-gantt__card-name-error,.project-gantt__card-date-error{min-height:1.1em;color:var(--ui-color-danger-soft);visibility:hidden;font-size:.78rem;line-height:1.1}.project-gantt__card-date-error{grid-column:1/-1}.project-gantt__card-period-apply{grid-column:1/-1;gap:8px;display:grid}.project-gantt__card-period-apply-title{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.35}.project-gantt__card-period-apply.is-idle .project-gantt__card-period-apply-title{color:#64748b}.project-gantt__card-period-options{justify-items:start;gap:6px;display:grid}.project-gantt__card-period-option{color:#cbd5e1;padding:0;font-size:.88rem;line-height:1.25}.project-gantt__card-period-option:hover{color:#f0f5ff}.project-gantt__card-period-preview{background:#0f1828db;border:1px solid #253247;border-radius:12px;gap:8px;padding:10px;display:grid}.project-gantt__card-period-preview-tree{gap:10px;display:grid}.project-gantt__card-period-preview-node{min-width:0;padding-left:calc(var(--preview-depth) * 20px);position:relative}.project-gantt__card-period-preview-node.is-nested:before{content:"";left:calc((var(--preview-depth) - 1) * 20px);pointer-events:none;border-bottom:1px solid #64748b;border-left:1px solid #64748b;border-bottom-left-radius:3px;width:11px;height:calc(.64em + 7px);position:absolute;top:-7px}.project-gantt__card-period-preview-node.is-nested:after{content:"";left:calc((var(--preview-depth) - 1) * 20px + 8px);pointer-events:none;border-top:1px solid #64748b;border-right:1px solid #64748b;width:5px;height:5px;position:absolute;top:calc(.64em - 3px);transform:rotate(45deg)}.project-gantt__card-period-preview-row{grid-template-columns:minmax(0,1fr) 174px;align-items:end;gap:10px;min-width:0;display:grid}.project-gantt__card-period-preview-main{z-index:2;gap:3px;min-width:0;display:grid;position:relative}.project-gantt__card-period-preview-title{color:#dbe7f7;min-width:0;font-size:.86rem;line-height:1.3}.project-gantt__card-period-preview-title span{text-overflow:ellipsis;white-space:nowrap;cursor:text;-webkit-user-select:text;user-select:text;min-width:0;display:block;overflow:hidden}.project-gantt__card-period-preview-summary{color:#5eead4;flex-wrap:wrap;gap:5px;min-width:0;font-size:.82rem;line-height:1.35;display:flex}.project-gantt__card-period-preview-state{color:currentColor}.project-gantt__card-period-preview-node.is-changed .project-gantt__card-period-preview-summary{color:#fbbf24}.project-gantt__card-period-preview-muted{color:#9fb0c7}.project-gantt__card-period-preview-dates{color:#9fb0c7;white-space:nowrap;grid-template-columns:max-content max-content;gap:2px 6px;font-size:.76rem;line-height:1.25;display:grid}.project-gantt__card-period-preview-dates.is-empty{visibility:hidden}.project-gantt__card-period-preview-dates>span:nth-child(odd){color:#64748b;text-align:right}.project-gantt__card-period-preview-date-change{color:#fbbf24}.project-gantt__card-period-title-overlay{z-index:2700;color:#dbe7f7;cursor:text;pointer-events:auto;-webkit-user-select:text;user-select:text;white-space:nowrap;background:#0f1828fa;border-radius:4px;margin-left:-4px;padding:0 4px 1px;position:fixed}body.project-gantt--preview-title-selecting .project-gantt__card-overlay{-webkit-user-select:none;user-select:none}body.project-gantt--preview-title-selecting .project-gantt__card-period-title-overlay{-webkit-user-select:text;user-select:text}.project-gantt__card-name-error.is-visible,.project-gantt__card-date-error.is-visible{visibility:visible}.project-gantt__card-field{background:#0f1828c7;border:1px solid #253247;border-radius:10px;gap:5px;min-width:0;padding:10px 12px;display:grid}.project-gantt__card-field-value{color:#e2e8f0;overflow-wrap:anywhere;min-width:0;font-size:.9rem;line-height:1.35}.project-gantt__card-empty{color:#a7b4c8;text-align:center;background:#0f18289e;border:1px dashed #32435d;border-radius:12px;align-content:center;place-items:center;gap:8px;min-height:100%;padding:24px;display:grid}.project-gantt__card-empty-kicker{color:#dbe7f7;font-weight:600}.project-gantt__card-empty p{max-width:360px;margin:0;line-height:1.45}.project-gantt__card-finances{align-content:start;gap:18px;min-height:100%;display:grid}.project-gantt__card-finance-panel{gap:13px;display:grid}.project-gantt__card-finance-price-field{gap:7px;display:grid}.project-gantt__card-finance-price-input{font-variant-numeric:tabular-nums;text-align:right;max-width:260px}.project-gantt__card-vat-row{flex-wrap:wrap;align-items:start;gap:12px;display:flex}.project-gantt__card-vat-slider-wrap{gap:5px;width:min(100%,360px);display:grid}.project-gantt__card-vat-slider{appearance:none;cursor:pointer;background:0 0;width:100%;height:18px;margin:0}.project-gantt__card-vat-slider::-webkit-slider-runnable-track{background:#32435d;border-radius:999px;height:4px}.project-gantt__card-vat-slider::-webkit-slider-thumb{appearance:none;background:#0f766e;border:2px solid #dbe7f7;border-radius:999px;width:14px;height:14px;margin-top:-5px;box-shadow:0 0 0 2px #0b1220}.project-gantt__card-vat-slider::-moz-range-track{background:#32435d;border-radius:999px;height:4px}.project-gantt__card-vat-slider::-moz-range-progress{background:#32435d;border-radius:999px;height:4px}.project-gantt__card-vat-slider::-moz-range-thumb{background:#0f766e;border:2px solid #dbe7f7;border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 2px #0b1220}.project-gantt__card-vat-slider:focus-visible{outline:none}.project-gantt__card-vat-slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 2px #0b1220, var(--ui-focus-ring)}.project-gantt__card-vat-slider:focus-visible::-moz-range-thumb{box-shadow:0 0 0 2px #0b1220, var(--ui-focus-ring)}.project-gantt__card-vat-slider-labels{color:#8fa3bd;grid-template-columns:repeat(3,1fr);gap:8px;font-size:.76rem;line-height:1.2;display:grid}.project-gantt__card-vat-slider-labels span{padding-top:7px;transition:color .12s,font-weight .12s;position:relative}.project-gantt__card-vat-slider-labels span:nth-child(2){text-align:center}.project-gantt__card-vat-slider-labels span:nth-child(2):before{content:"";background:#dbe7f7;border-radius:999px;width:1px;height:6px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.project-gantt__card-vat-slider-labels span:nth-child(3){text-align:right}.project-gantt__card-vat-slider-labels span.is-active{color:#f0f5ff;font-weight:650}.project-gantt__card-vat-input{text-align:center;font-variant-numeric:tabular-nums;width:76px;padding:0 10px}.project-gantt__card-vat-input:disabled{color:#64748b;opacity:.72;background:#0b12207a;border-color:#253247}.project-gantt__card-finance-summary{gap:4px;font-size:.88rem;line-height:1.35;display:grid}.project-gantt__card-finance-summary p{color:#cbd5e1;align-items:baseline;gap:6px;margin:0;display:flex}.project-gantt__card-finance-summary .project-gantt__card-finance-total{color:#5eead4}.project-gantt__card-finance-total strong{font-weight:500}.project-gantt__card-expenses-panel{justify-content:flex-start;align-items:center;gap:10px;display:flex}.project-gantt__card-expenses-panel h3{color:#dbe7f7;margin:0;font-size:.96rem;line-height:1.25}.project-gantt__card-add-expense-btn{color:#cbd5e1;cursor:pointer;background:#0b1220db;border:1px solid #32435d;border-radius:999px;flex:0 0 26px;justify-content:center;align-items:center;width:26px;height:26px;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.project-gantt__card-add-expense-btn:hover{color:#f0f5ff;background:#24344cf5;border-color:#4a5d79}.project-gantt__card-add-expense-btn:focus-visible{outline-offset:2px;outline:2px solid #dbe7f7}.project-gantt__card-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.project-gantt__card-actions .ui-button{min-width:120px}.project-gantt__resizer{cursor:col-resize;z-index:3;background:linear-gradient(90deg,#1b293f,#253957,#1b293f);grid-area:1/2/3;width:8px;min-width:8px;max-width:8px;position:relative}.project-gantt__timeline{min-height:100%;position:relative}.project-gantt__today-line{pointer-events:none;z-index:3;border-left:1px dashed #14b8a6d6;width:0;position:absolute;top:0;bottom:0;transform:translate(-.5px)}.project-gantt__timeline-row{z-index:1;position:relative}.project-gantt__timeline-grid-overlay{pointer-events:none;z-index:0;position:absolute;inset:0}.project-gantt__timeline-grid-overlay span{border-right:1px solid #32435db8;width:0;position:absolute;top:0;bottom:0}.project-gantt__bar{height:calc(var(--gantt-row-height) - 14px);z-index:1;background:#2e6da4;border-radius:999px;transition:box-shadow .12s;position:absolute;top:7px;box-shadow:0 2px 8px #00000047}.project-gantt__bar:hover,.project-gantt__bar.is-linked-hover{box-shadow:0 2px 8px #00000047,inset 0 0 0 3px #dbe7f761}.project-gantt__bar--parent-segment{height:calc(var(--gantt-row-height) - 14px);box-shadow:none;top:7px}.project-gantt__bar--parent-segment:hover,.project-gantt__bar--parent-segment.is-linked-hover{box-shadow:inset 0 0 0 3px #dbe7f757}.project-gantt__bar--parent-stage{background:#6696d4b8}.project-gantt__bar--parent-task{background:#588ac29e}.project-gantt__bar--parent-subtask{background:#497ab08f}.project-gantt__bar--completed{background:#2d8d72}.project-gantt__bar--active{background:#0f766e}.project-gantt__bar--review{background:#6d5fa8}.project-gantt__bar--rejected{background:#a63b4a}.project-gantt__bar--overdue{background:#b45309}.project-gantt__title-tooltip{text-align:center;flex-direction:column;align-items:center;gap:4px}.project-gantt__tooltip-title{max-width:100%}.project-gantt__tooltip-date-range{color:#86efac;letter-spacing:.01em;font-weight:500}.project-gantt__tooltip-duration{color:#f4f7ff;font-size:.86rem;font-weight:700;line-height:1.2}.project-gantt__statusbar{color:#94a3b8;background:#111a2b;border-top:1px solid #253247;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:8px 12px;font-size:.8rem;display:grid}.project-gantt__status-meta{flex-wrap:wrap;justify-self:start;align-items:center;gap:12px;min-width:0;display:flex}.project-gantt__status-rows{color:#b6c5db}.project-gantt__status-separator{color:#4a5d79;margin-left:12px;display:inline-flex}.project-gantt__save-status{white-space:nowrap;letter-spacing:.01em;justify-content:center;justify-self:center;align-items:center;gap:5px;min-width:132px;font-weight:400;display:inline-flex}.project-gantt__save-status--saved{color:#99f6e4}.project-gantt__save-status--saving{color:#fbbf24}.project-gantt__save-status--offline{color:#fca5a5}.project-gantt__save-status-icon{border:1px solid color-mix(in srgb, currentColor 68%, transparent);border-radius:999px;justify-content:center;align-items:center;width:14px;height:14px;font-size:.68rem;line-height:1;display:inline-flex;transform:translateY(.06em)}.project-gantt__save-status-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:10px;height:10px}.project-gantt__save-status-dots{justify-content:flex-start;width:16px;display:inline-flex;overflow:hidden}.project-gantt__save-status-dots span{animation:1s ease-in-out infinite project-gantt-save-dot}.project-gantt__save-status-dots span:nth-child(2){animation-delay:.16s}.project-gantt__save-status-dots span:nth-child(3){animation-delay:.32s}@keyframes project-gantt-save-dot{0%,22%{opacity:.2;transform:translateY(1px)}45%,to{opacity:1;transform:translateY(0)}}.project-gantt__zoom-controls{justify-self:end;align-items:center;gap:8px;display:inline-flex}.project-gantt__zoom-label{color:#b6c5db}.project-gantt__zoom-btn{color:#dbe7f7;width:26px;height:24px;font:inherit;cursor:pointer;background:#1a273a;border:1px solid #32435d;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:.92rem;line-height:1;display:inline-flex}.project-gantt__zoom-btn:hover:not(:disabled){background:#24344c;border-color:#4a5d79}.project-gantt__zoom-btn:disabled{opacity:.6;cursor:default}.project-gantt__zoom-slider{accent-color:#0f766e;width:220px}.project-gantt__zoom-value{text-align:right;color:#d8e3f5;font-variant-numeric:tabular-nums;min-width:44px}.project-gantt__left-rows,.project-gantt__right-rows{scrollbar-width:thin;scrollbar-color:#4a5d79 #111a2b}.project-gantt__left-rows::-webkit-scrollbar{width:10px;height:10px}.project-gantt__right-rows::-webkit-scrollbar{width:10px;height:10px}.project-gantt__left-rows::-webkit-scrollbar-track{background:#111a2b}.project-gantt__right-rows::-webkit-scrollbar-track{background:#111a2b}.project-gantt__left-rows::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #111a2b;border-radius:999px}.project-gantt__right-rows::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #111a2b;border-radius:999px}@media (width<=1200px){.project-gantt__statusbar{grid-template-columns:1fr;justify-items:center}.project-gantt__status-meta,.project-gantt__zoom-controls{justify-self:center}.project-gantt__zoom-slider{width:180px}}@media (width<=720px){.project-gantt__card-field-grid{grid-template-columns:1fr}}@media (width<=420px){.project-gantt__card-date-row{grid-template-columns:150px;justify-content:start}.project-gantt__card-duration-control,.project-gantt__card-date-field--finish{justify-self:start}}.project-workspace{flex-direction:column;min-height:0;padding:16px;display:flex;overflow:hidden}.project-workspace__section{background:#111a2b;border:1px solid #253247;border-radius:12px;flex-direction:column;flex:1;gap:10px;min-height:0;padding:10px;display:flex}.project-workspace__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-workspace__tabs{align-items:center;gap:6px;display:inline-flex}.project-workspace__tab{color:#cbd5e1;min-height:28px;font:inherit;cursor:pointer;background:#1a273a;border:1px solid #32435d;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:5px 10px;font-size:.86rem;line-height:1;transition:background-color .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.project-workspace__tab:not(:disabled):hover{color:#e2e8f0;background:#24344c;border-color:#4a5d79}.project-workspace__tab:focus-visible{outline-offset:2px;outline:2px solid #dbe7f7c2}.project-workspace__tab.is-active{color:#e2e8f0;background:#24344c;border-color:#4a5d79}.project-workspace__tab:disabled{opacity:.65;cursor:default}.project-workspace__state{color:#cbd5e1;background:#1a273a;border:1px dashed #32435d;border-radius:10px;margin:0;padding:12px}.project-workspace .project-gantt{flex:1;min-height:0}.project-workspace__state--error{color:#fecaca;border-color:#7f1d1d}.add-account-modal__overlay{z-index:2200}.add-account-modal{background:#111a2b;border:1px solid #32435d;border-radius:16px;width:min(440px,100vw - 32px);padding:18px;box-shadow:0 20px 40px #00000073}.add-account-modal__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.add-account-modal__title{color:#e2e8f0;margin:0;font-size:1.2rem}.add-account-modal__form{gap:10px;display:grid}.add-account-modal__field{gap:6px;display:grid}.add-account-modal__error{color:#fca5a5;margin:4px 0 0;font-size:.88rem}.add-account-modal__actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.add-account-modal__switch{color:#94a3b8;align-items:center;gap:8px;margin-top:12px;font-size:.9rem;display:flex}.add-account-modal__switch button{color:#67e8f9;cursor:pointer;background:0 0;border:0;padding:0}.disclosure-section{gap:10px;display:grid}.disclosure-section__trigger{border:1px solid var(--ui-color-border-default);border-radius:var(--ui-radius-sm);background:var(--ui-color-bg-control);width:100%;color:var(--ui-color-text-main);cursor:pointer;min-height:40px;transition:border-color var(--ui-transition-fast), color var(--ui-transition-fast), background-color var(--ui-transition-fast);justify-content:space-between;align-items:center;padding:0 12px;display:inline-flex}.disclosure-section__trigger:hover{border-color:var(--ui-color-border-hover);background:var(--ui-color-bg-hover);color:var(--ui-color-text-main)}.disclosure-section__trigger:focus-visible{border-color:var(--ui-color-border-focus);box-shadow:var(--ui-focus-ring);outline:none}.disclosure-section__title{text-align:left;font-size:.96rem;font-weight:600}.disclosure-section__chevron{width:18px;height:18px;color:var(--ui-color-text-soft);transition:transform var(--ui-transition-fast), color var(--ui-transition-fast);justify-content:center;align-items:center;display:inline-flex}.disclosure-section__trigger:hover .disclosure-section__chevron{color:var(--ui-color-text-main)}.disclosure-section__chevron svg{width:16px;height:16px}.disclosure-section__chevron path{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.disclosure-section.is-open .disclosure-section__chevron{transform:rotate(180deg)}.disclosure-section__content{gap:10px;display:grid}.disclosure-section__content[hidden]{display:none}.login-change-modal__overlay{z-index:2200}.login-change-modal{background:#0b1220;border:1px solid #475569;border-radius:12px;gap:14px;width:min(760px,100vw - 32px);max-height:min(88vh,100vh - 32px);padding:16px;display:grid;overflow:auto;box-shadow:0 20px 38px #00000073}.login-change-modal__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.login-change-modal__title{color:#e2e8f0;margin:0;font-size:1.05rem}.login-change-modal__lead{color:#cbd5e1;margin:0;font-size:.9rem}.login-change-modal__section{gap:6px;display:grid}.login-change-modal__row{grid-template-columns:minmax(220px,1fr) 220px;align-items:center;gap:12px;display:grid}.login-change-modal__value-box{min-height:var(--ui-control-height-input);color:#dbe7f7;text-overflow:ellipsis;white-space:nowrap;background:#111a2b;border:1px solid #32435d;border-radius:10px;align-items:center;padding:0 12px;display:inline-flex;overflow:hidden}.login-change-modal__input{width:100%}.login-change-modal__action{align-items:center;min-height:38px;display:inline-flex}.login-change-modal__status{color:#dbe7f7;flex-direction:column;gap:2px;font-size:.9rem;display:inline-flex}.login-change-modal__status-line{align-items:center;gap:6px;display:inline-flex}.login-change-modal__status--confirmed{color:#99f6e4}.login-change-modal__status-dot{vertical-align:middle;background:currentColor;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.login-change-modal__status small{color:#94a3b8;font-size:.78rem}.login-change-modal__status-text{color:#94a3b8;font-size:.88rem}.login-change-modal__action-link{color:#93c5fd;cursor:pointer;background:0 0;border:0;padding:0;font-size:.9rem;text-decoration:none;transition:color .2s}.login-change-modal__action-link:hover{color:#bfdbfe}.login-change-modal__dev-link{color:#94a3b8;margin:0;font-size:.82rem}.login-change-modal__dev-link a{color:#93c5fd;word-break:break-all;text-decoration:none}.login-change-modal__dev-link a:hover{color:#bfdbfe;text-decoration:underline}.login-change-modal__message{color:#cbd5e1;margin:0;font-size:.86rem}.login-change-modal__error{color:#fca5a5;margin:0;font-size:.86rem}.login-change-modal__actions{justify-content:center;gap:10px;display:flex}.login-change-modal__actions .ui-button{min-width:160px}.login-change-modal__history{margin-top:2px}.login-change-modal__history .disclosure-section__trigger{color:#dbe7f7;background:0 0;border:0;border-radius:0;justify-content:flex-start;gap:6px;width:auto;min-height:0;padding:0}.login-change-modal__history .disclosure-section__trigger:hover{color:#e2e8f0;background:0 0;border-color:#0000}.login-change-modal__history .disclosure-section__trigger:focus-visible{border-radius:6px;box-shadow:0 0 0 2px #93c5fd59}.login-change-modal__history .disclosure-section__title{font-size:1rem;font-weight:600}.login-change-modal__history .disclosure-section__chevron,.login-change-modal__history .disclosure-section__chevron svg{width:14px;height:14px}.login-change-modal__history-empty{color:#94a3b8;margin:0;font-size:.86rem}.login-change-modal__history-table{background:#111a2b;border:1px solid #32435d;border-radius:10px;overflow:hidden}.login-change-modal__history-head,.login-change-modal__history-row{grid-template-columns:minmax(130px,1fr) minmax(130px,1fr) minmax(120px,160px);align-items:center;gap:10px;padding:8px 10px;display:grid}.login-change-modal__history-head{color:#94a3b8;background:#0f172a;font-size:.8rem;font-weight:600}.login-change-modal__history-row{color:#dbe7f7;border-top:1px solid #24344c;font-size:.84rem}@media (width<=760px){.login-change-modal__row{grid-template-columns:1fr;gap:8px}.login-change-modal__history-head,.login-change-modal__history-row{grid-template-columns:1fr;gap:4px}.login-change-modal__actions{flex-direction:column;align-items:stretch}.login-change-modal__actions .ui-button{width:100%}}.profile-modal__overlay{z-index:2000}.profile-modal{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#4a5d79 #111a2b;background:#111a2b;border:1px solid #32435d;border-radius:16px;width:520px;max-width:calc(100vw - 32px);max-height:min(90vh,100vh - 2*clamp(16px,4vh,40px));padding:20px;overflow-y:auto;box-shadow:0 20px 40px #00000073}.profile-modal::-webkit-scrollbar{width:10px}.profile-modal::-webkit-scrollbar-track{background:#111a2b;border-radius:10px}.profile-modal::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #111a2b;border-radius:10px}.profile-modal::-webkit-scrollbar-thumb:hover{background:#5f7391}.profile-modal__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.profile-modal__title{color:#e2e8f0;margin:0;font-size:1.2rem}.profile-modal__avatar-section{color:#94a3b8;flex-direction:column;align-items:center;gap:6px;width:220px;margin:4px auto 14px;font-size:.88rem;display:flex}.profile-modal__avatar-section--crop{gap:10px;margin:6px auto 18px}.profile-modal__avatar-wrap{place-items:center;width:104px;min-height:104px;display:grid}.profile-modal__avatar-section--crop .profile-modal__avatar-wrap{width:220px;min-height:236px}.profile-modal__avatar-caption{color:#94a3b8;text-align:center;white-space:nowrap;opacity:0;visibility:hidden;width:220px;min-height:20px;margin:0;font-weight:400;line-height:20px;transition:opacity .18s,visibility .18s,color .18s,transform .18s;transform:translateY(-2px)}.profile-modal__avatar-caption.is-visible{opacity:1;visibility:visible;color:#e2e8f0;transform:translateY(0)}.profile-modal__avatar{color:#fff;cursor:pointer;appearance:none;background:#0f766e;border:0;border-radius:50%;place-items:center;width:96px;height:96px;margin:0;padding:0;font-size:2rem;font-weight:700;display:grid;position:relative;overflow:hidden}.profile-modal__avatar:focus-visible{outline-offset:4px;outline:2px solid #93c5fd}.profile-modal__avatar--has-image{background:0 0}.profile-modal__avatar--loading:after{content:"";background:#02061773;position:absolute;inset:0}.profile-modal__avatar:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#0000 35%,#ffffff38 48%,#ffffff6b 50%,#ffffff2e 52%,#0000 65%);position:absolute;inset:-20%;transform:translate(-58%,-58%)}.profile-modal__avatar-section:hover .profile-modal__avatar:before{animation:7s ease-out infinite profile-avatar-shine}.profile-modal__avatar-section--crop:hover .profile-modal__avatar:before{animation:none}.profile-modal__avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.profile-modal__avatar-badges{justify-content:center;align-items:center;gap:4px;min-height:30px;margin-top:8px;display:flex}.profile-modal__avatar-section--crop .profile-modal__avatar-badges{margin-top:10px}.profile-modal__avatar-badges--three{gap:6px}.profile-modal__avatar-action{z-index:2;background:#1e293b;border:1px solid #32435d;border-radius:50%;place-items:center;width:30px;height:30px;transition:border-color .2s,background-color .2s;display:grid}.profile-modal__avatar-action-btn{color:#cbd5e1;cursor:pointer;border:1px solid #32435d}.profile-modal__avatar-action-btn:disabled{cursor:default}.profile-modal__avatar-action-btn path,.profile-modal__avatar-action-btn circle{stroke:currentColor}.profile-modal__avatar-delete{color:#cbd5e1;z-index:2;cursor:pointer;background:#1e293b;border:1px solid #32435d;border-radius:50%;place-items:center;width:30px;height:30px;transition:border-color .2s,background-color .2s,color .2s;display:grid}.profile-modal__avatar-delete svg{width:16px;height:16px}.profile-modal__avatar-delete path{fill:none;stroke:currentColor;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round}.profile-modal__avatar-delete:hover,.profile-modal__avatar-delete.is-active{color:#fecaca;background:#3f1d24;border-color:#fca5a5}.profile-modal__avatar-input{display:none}.profile-modal__avatar-action svg{width:16px;height:16px}.profile-modal__avatar-action path,.profile-modal__avatar-action circle{stroke:#cbd5e1;stroke-width:1.8px;fill:none;transition:stroke .2s}.profile-modal__avatar-action-btn.is-active{color:#f8fafc;background:#24344c;border-color:#94a3b8}.profile-modal__avatar-section.is-uploading,.profile-modal__avatar-section.is-uploading .profile-modal__avatar-delete{cursor:default}.profile-modal__crop-controls{width:min(220px,80vw);margin-top:4px}.profile-modal__form{gap:10px;display:grid}.profile-modal__name-row,.profile-modal__contact-row,.profile-modal__extra-contact-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.profile-modal__contact-row,.profile-modal__extra-contact-row{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-modal__field{gap:6px;display:grid}.profile-modal__input{width:100%}.profile-modal__input--error{color:#fecaca;border-color:#fca5a5}.profile-modal__input--error:hover{border-color:#fca5a5}.profile-modal__input--error:focus,.profile-modal__input--error:focus-visible{border-color:#fca5a5;box-shadow:0 0 0 3px #fca5a533}.profile-modal__validation-message{color:#fca5a5;min-height:22px;margin-top:10px;font-size:.88rem;line-height:1.25}.profile-modal__section-divider{border-top:1px solid #24344c;margin:10px 0 14px}.profile-modal__account-section,.profile-modal__account-disclosure{gap:12px;display:grid}.profile-modal__account-disclosure .disclosure-section__trigger{color:#dbe7f7;background:0 0;border:0;border-radius:0;justify-content:flex-start;gap:6px;width:auto;min-height:0;padding:0}.profile-modal__account-disclosure .disclosure-section__trigger:hover{color:#e2e8f0;background:0 0;border-color:#0000}.profile-modal__account-disclosure .disclosure-section__trigger:focus-visible{border-radius:6px;box-shadow:0 0 0 2px #93c5fd59}.profile-modal__account-disclosure .disclosure-section__title{font-size:1rem;font-weight:600}.profile-modal__account-disclosure .disclosure-section__chevron{color:currentColor;width:14px;height:14px}.profile-modal__account-disclosure .disclosure-section__chevron svg{width:14px;height:14px}.profile-modal__account-credentials{gap:10px;width:100%;max-width:460px;margin:0 auto;display:grid}.profile-modal__account-line{grid-template-columns:130px minmax(220px,1fr) 90px;align-items:center;gap:12px;display:grid}.profile-modal__account-line-label{color:#cbd5e1;font-size:.88rem}.profile-modal__account-value-box{min-height:var(--ui-control-height-input);color:#dbe7f7;text-overflow:ellipsis;white-space:nowrap;background:#0b1220;border:1px solid #32435d;border-radius:10px;align-items:center;width:100%;padding:0 12px;font-size:.9rem;line-height:1.2;display:inline-flex;overflow:hidden}.profile-modal__account-change{color:#93c5fd;cursor:pointer;background:0 0;border:0;justify-self:center;padding:0;font-size:.9rem;line-height:1;text-decoration:none;transition:color .2s}.profile-modal__account-change:hover{color:#bfdbfe}.profile-modal__account-table{background:#0b1220;border:1px solid #32435d;border-radius:10px;gap:8px;width:min(340px,100%);margin:4px auto 0;padding:10px 12px;display:grid}.profile-modal__account-table-row{grid-template-columns:130px minmax(0,1fr);align-items:center;gap:10px;display:grid}.profile-modal__account-table-label{color:#94a3b8;font-size:.84rem}.profile-modal__account-table-value{color:#dbe7f7;font-size:.86rem;line-height:1.3}.profile-modal__account-status-inline{align-items:center;gap:7px;display:inline-flex}.profile-modal__account-status-dot{background:currentColor;border-radius:50%;flex:none;width:8px;height:8px;margin-top:0}.profile-modal__account-status-inline--active{color:#99f6e4}.profile-modal__account-status-inline--inactive{color:#fecaca}.profile-modal__account-link{font:inherit;cursor:pointer;background:0 0;border:0;justify-self:center;padding:0;transition:color .2s}.profile-modal__account-link--danger{color:#fca5a5;text-decoration:none}.profile-modal__account-link--danger:hover{color:#f87171;text-decoration:none}.profile-modal__account-note{color:#cbd5e1;text-align:center;background:#0b1220;border:1px solid #32435d;border-radius:10px;margin:0;padding:10px 12px;font-size:.86rem}.profile-modal__error{color:#fca5a5;margin:12px 0 0;font-size:.88rem}.profile-modal__actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.profile-modal__cancel,.profile-modal__save,.profile-modal__delete-ok{min-width:120px}.profile-modal__save:disabled,.profile-modal__cancel:disabled,.profile-modal__delete-ok:disabled{opacity:.65;cursor:default}@keyframes profile-avatar-shine{0%{opacity:0;transform:translate(-58%,-58%)}3%{opacity:1}23%{opacity:1;transform:translate(72%,72%)}30%{opacity:0;transform:translate(90%,90%)}to{opacity:0;transform:translate(90%,90%)}}.profile-modal__confirm-overlay{z-index:2100}.profile-modal__delete-confirm{background:#0b1220;border:1px solid #475569;border-radius:10px;width:min(360px,100vw - 40px);padding:14px;box-shadow:0 16px 28px #0006}.profile-modal__delete-confirm-text{color:#e2e8f0;margin:0;font-size:.92rem}.profile-modal__delete-confirm-actions{justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.profile-modal__confirm-btn{min-width:120px}.profile-modal__confirm-dialog{background:#0b1220;border:1px solid #475569;border-radius:12px;width:min(430px,100vw - 40px);padding:16px;box-shadow:0 18px 34px #0000006b}.profile-modal__password-dialog{width:min(460px,100vw - 40px)}.profile-modal__confirm-title{color:#e2e8f0;margin:0 0 8px;font-size:1rem}.profile-modal__confirm-text{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.45}.profile-modal__confirm-list{color:#cbd5e1;margin:10px 0;padding-left:20px;font-size:.9rem}.profile-modal__confirm-list li+li{margin-top:8px}.profile-modal__confirm-final{color:#e2e8f0;margin:0;font-size:.9rem;font-weight:600}.profile-modal__crop-preview-inline{cursor:grab;touch-action:none;background:#111a2b;border:1px solid #32435d;border-radius:50%;width:210px;height:210px;margin:0 auto;position:relative;overflow:hidden}.profile-modal__crop-preview-inline:hover{cursor:grab}.profile-modal__crop-preview-inline:active{cursor:grabbing}.profile-modal__crop-image{transform-origin:0 0;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:none;max-height:none;position:absolute;top:0;left:0}.profile-modal__crop-placeholder{color:#fff;background:#0f766e;place-items:center;width:100%;height:100%;font-size:3rem;font-weight:700;display:grid}.profile-modal__crop-zoom-field{gap:6px;margin-top:2px;display:grid}.profile-modal__crop-zoom-label{color:#cbd5e1;font-size:.88rem}.profile-modal__crop-zoom-input{width:100%}.profile-modal__scale-overlay{color:#f8fafc85;letter-spacing:-.04em;text-shadow:0 1px 2px #000000d9,1px 0 2px #000000bf,0 -1px 2px #000000bf,-1px 0 2px #000000bf,0 4px 20px #00000073;opacity:0;pointer-events:none;place-items:center;font-size:2.7rem;font-weight:800;transition:opacity 1.1s,transform 1.1s;display:grid;position:absolute;inset:0;transform:scale(.96)}.profile-modal__scale-overlay.is-visible{opacity:1;transform:scale(1)}@media (width<=820px){.profile-modal__name-row,.profile-modal__contact-row,.profile-modal__extra-contact-row{grid-template-columns:1fr}.profile-modal__account-line{grid-template-columns:1fr;gap:6px}.profile-modal__account-value-box{width:100%}.profile-modal__account-change{justify-self:end}.profile-modal__account-table-row{grid-template-columns:1fr;gap:4px}}.account-menu{padding:10px var(--sidebar-horizontal-padding);position:relative}.account-menu__trigger{width:100%;min-height:var(--sidebar-icon-button-size);cursor:pointer;box-sizing:border-box;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:0;transition:background-color .2s,color .2s;display:flex;overflow:hidden}.account-menu__trigger:hover{background:#24344c}.account-menu__trigger:focus-visible{outline-offset:1px;outline:2px solid #93c5fd}.account-menu__avatar-cell{width:var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size);min-width:var(--sidebar-icon-button-size);flex:0 0 var(--sidebar-icon-button-size);justify-content:center;align-items:center;transition:none;display:inline-flex}.account-menu__avatar{color:#fff;background:#0f766e;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:700;display:inline-grid;overflow:hidden}.account-menu__avatar-image{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.account-menu__name{color:#e2e8f0;font-size:.9rem}.account-menu__name--hidden{display:none}.account-menu__panel{left:var(--account-menu-panel-left);right:var(--account-menu-panel-left);box-sizing:border-box;z-index:10;background:#111a2b;border:1px solid #32435d;border-radius:10px;padding:6px;position:absolute;bottom:58px;box-shadow:0 10px 26px #00000073}.account-menu__item{text-align:left;color:#cbd5e1;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:8px}.account-menu__item:hover{background:#24344c}.account-menu__item--with-icon{align-items:center;gap:8px;display:flex}.account-menu__item-main{align-items:center;gap:8px;min-width:0;display:inline-flex}.account-menu__item-icon{color:currentColor;flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.account-menu__item-icon svg{width:18px;height:18px;display:block}.account-menu__item-icon path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.account-menu__switcher{position:relative}.account-menu__item--switch{justify-content:space-between;align-items:center;display:flex}.account-menu__switch-arrow{color:currentColor;flex:0 0 12px;justify-content:center;align-items:center;width:12px;height:12px;display:inline-flex}.account-menu__switch-arrow svg{width:12px;height:12px;display:block}.account-menu__switch-arrow path{fill:currentColor}.account-menu__submenu{z-index:11;background:#111a2b;border:1px solid #32435d;border-radius:10px;width:100%;padding:6px;position:absolute;bottom:0;left:calc(100% + 8px);box-shadow:0 10px 26px #00000073}.account-menu__account-option{justify-content:space-between;align-items:center;gap:8px;display:flex}.account-menu__account-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu__active-check{--account-active-check-color:#22c55e;width:14px;height:14px;color:var(--account-active-check-color);flex:0 0 14px;justify-content:center;align-items:center;display:inline-flex}.account-menu__active-check svg{width:14px;height:14px;display:block}.account-menu__active-check path{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.account-menu__submenu-divider,.account-menu__divider{background:#32435d;height:1px;margin:6px 0}.account-menu__submenu-action{align-items:center;gap:8px;display:flex}.account-menu__submenu-action-icon{color:currentColor;flex:0 0 14px;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.account-menu__submenu-action-icon svg{width:14px;height:14px;display:block}.account-menu__submenu-action-icon path{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;fill:none}.sidebar--collapsed .account-menu{padding:10px var(--sidebar-horizontal-padding)}.sidebar--collapsed .account-menu__name{display:none}.sidebar--collapsed .account-menu__trigger{width:var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size);min-height:var(--sidebar-icon-button-size);flex:0 0 var(--sidebar-icon-button-size);justify-content:center;align-items:center;gap:0;padding:0}.sidebar--collapsed .account-menu__panel{left:var(--account-menu-panel-left);right:auto;bottom:var(--account-menu-collapsed-panel-bottom);width:var(--account-menu-dropdown-width);min-width:var(--account-menu-dropdown-width);z-index:1000;position:fixed}.sidebar{--sidebar-toggle-icon:#cbd5e1;--sidebar-toggle-icon-hover:#e5edf8;--sidebar-toggle-icon-fill:transparent;--sidebar-toggle-icon-fill-hover:#dbe7f8;--sidebar-collapsed-width:64px;--sidebar-icon-button-size:36px;--sidebar-horizontal-padding:14px;--account-menu-dropdown-width:240px;--account-menu-collapsed-panel-bottom:58px;--account-menu-panel-left:10px;background:#111a2b;border-right:1px solid #253247;flex-direction:column;width:264px;min-height:0;transition:none;display:flex}.sidebar--collapsed{width:64px}.sidebar__top{flex:none}.sidebar__header{height:64px;padding:0 var(--sidebar-horizontal-padding);justify-content:space-between;align-items:center;gap:8px;display:flex}.sidebar__brand{color:#e2e8f0;white-space:nowrap;order:1;font-size:1rem;font-weight:600;overflow:hidden}.sidebar--collapsed .sidebar__brand{display:none}.sidebar--collapsed .sidebar__header{padding:0 var(--sidebar-horizontal-padding);justify-content:flex-start}.sidebar__collapse-btn{order:2;flex:0 0 var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size);width:var(--sidebar-icon-button-size);cursor:pointer;color:var(--sidebar-toggle-icon);background:#1a273a;border:1px solid #32435d;border-radius:8px;place-items:center;display:inline-grid}.sidebar__collapse-btn:hover{color:var(--sidebar-toggle-icon-hover);background:#24344c}.sidebar-toggle__icon{width:14px;height:14px;display:block}.sidebar-toggle__icon path{fill:var(--sidebar-toggle-icon-fill);stroke:currentColor;stroke-width:1.8px;stroke-linejoin:round;transition:fill .2s,stroke .2s}.sidebar__collapse-btn:hover .sidebar-toggle__icon path{fill:var(--sidebar-toggle-icon-fill-hover)}.sidebar__quick-actions{padding:8px var(--sidebar-horizontal-padding) 6px;gap:6px;display:grid}.sidebar__dynamic-content{scrollbar-width:thin;scrollbar-color:#334863 transparent;flex:auto;min-height:0;overflow-y:auto}.sidebar__dynamic-content::-webkit-scrollbar{width:8px}.sidebar__dynamic-content::-webkit-scrollbar-track{background:0 0}.sidebar__dynamic-content::-webkit-scrollbar-thumb{background:#334863;border-radius:999px}.sidebar__nav{padding:10px var(--sidebar-horizontal-padding);align-content:start;gap:6px;display:grid}.sidebar__menu-item{color:#cbd5e1;text-align:left;width:100%;min-height:var(--sidebar-icon-button-size);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0;display:flex}.sidebar__menu-item:hover{background:#24344c}.sidebar__menu-icon-cell{width:var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size);min-width:var(--sidebar-icon-button-size);flex:0 0 var(--sidebar-icon-button-size);justify-content:center;align-items:center;transition:none;display:inline-flex}.sidebar__menu-icon{flex:none;width:20px;height:20px}.sidebar__menu-icon path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.sidebar__menu-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar__nav .sidebar__menu-label{padding-left:12px}.sidebar__menu-label--hidden{display:none}.sidebar--collapsed .sidebar__menu-item{width:var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size);justify-content:center;align-items:center;margin:0;padding:0}.sidebar--collapsed .sidebar__collapse-btn{width:var(--sidebar-icon-button-size);height:var(--sidebar-icon-button-size)}.sidebar__footer{flex:none}.topbar{background:#111a2b;border-bottom:1px solid #253247;justify-content:space-between;align-items:center;gap:12px;height:64px;padding:0 20px;display:flex}.topbar__left{align-items:center;gap:12px;display:flex}.topbar__title{margin:0;font-size:1.1rem}.topbar__title-link{color:#e2e8f0;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.1rem;font-weight:600;line-height:1.2;transition:color .18s}.topbar__title-link:hover{color:#fff}.topbar__breadcrumbs{flex-wrap:wrap;align-items:center;gap:2px 6px;min-width:0;display:flex}.topbar__breadcrumb-item{align-items:center;gap:6px;min-width:0;display:inline-flex}.topbar__breadcrumb-link{color:#d6e0ee;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:1rem;font-weight:600;line-height:1.2;transition:color .18s,text-shadow .18s}.topbar__breadcrumb-link:hover{color:#f8fbff;text-shadow:0 0 8px #dbe7f794,0 0 18px #0f94883d}.topbar__breadcrumb-link:focus-visible{color:#f8fbff;text-shadow:0 0 8px #dbe7f79e,0 0 18px #0f948847;outline:0}.topbar__breadcrumb-current{color:#e2e8f0;text-overflow:ellipsis;white-space:nowrap;max-width:min(40vw,380px);font-size:1rem;font-weight:600;overflow:hidden}.topbar__breadcrumb-current--clickable{cursor:pointer;transition:color .18s,text-shadow .18s}.topbar__breadcrumb-current--clickable:hover{color:#f8fbff;text-shadow:0 0 9px #dbe7f7a8,0 0 20px #0f94884d}.topbar__breadcrumb-separator{color:#94a3b8;font-size:.95rem}.topbar__right{align-items:center;gap:14px;display:flex}.language-switch{background:#1a273a;border:1px solid #32435d;border-radius:8px;align-items:center;gap:6px;padding:3px 6px;display:inline-flex}.language-switch button{color:#94a3b8;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:.78rem;font-weight:600}.language-switch button:hover{color:#e2e8f0;background:#24344c;border-radius:4px}.language-switch button.is-active{color:#e2e8f0}.language-switch__separator{color:#64748b;font-size:.72rem}.topbar__meta{color:#a7b4c8;gap:14px;font-size:.9rem;display:flex}.app-shell-layout{background:#0b1220;grid-template-columns:auto 1fr;width:100%;height:100%;display:grid}.app-shell-layout__main{grid-template-rows:auto 1fr;min-width:0;display:grid;overflow:hidden}.company-modal__overlay{z-index:2500}.company-modal{background:#111a2b;border-color:#32435d;border-radius:16px;flex-direction:column;width:640px;max-width:calc(100vw - 32px);height:min(760px,100vh - 2*clamp(16px,4vh,40px));max-height:min(90vh,100vh - 2*clamp(16px,4vh,40px));padding:12px;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000073}.company-modal__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:8px;display:flex}.company-modal__title{color:#e2e8f0;margin:0;font-size:1.2rem;line-height:1.25}.company-modal__body{flex:1;align-content:start;justify-items:start;gap:16px;min-height:0;display:grid;overflow:visible}.company-modal__body:not(.is-form-open){overflow-y:auto}.company-modal__body.is-form-open{justify-items:center}.company-modal__body.is-card-open{flex-direction:column;align-items:stretch;display:flex}.company-modal__tab{min-width:104px}.company-modal__add-link{color:#99f6e4;width:fit-content;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:2px 0;font-size:.94rem;font-weight:500;line-height:1.2;transition:color .12s,text-shadow .12s;display:inline-flex}.company-modal__add-link:hover,.company-modal__add-link:focus-visible{color:#ccfbf1;text-shadow:0 0 10px #99f6e452;outline:none}.company-modal__add-link:hover .company-modal__add-icon,.company-modal__add-link:focus-visible .company-modal__add-icon{background:#0f766e47;border-color:#ccfbf1b8}.company-modal__add-icon{border:1px solid #99f6e46b;border-radius:999px;flex:0 0 18px;place-items:center;width:18px;height:18px;transition:background-color .12s,border-color .12s;display:inline-grid}.company-modal__add-plus{width:12px;height:12px;display:block}.company-modal__add-plus path{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round}.company-modal__form{grid-template-columns:1fr;justify-items:stretch;gap:12px;width:min(100%,380px);display:grid}.company-modal__field{gap:6px;min-width:0;display:grid}.company-modal__name-field{position:relative}.company-modal__label{text-align:left}.company-modal__input{width:100%}.company-modal__field-note{color:#94a3b8;min-height:16px;font-size:.78rem;line-height:1.25}.company-modal__field-note.is-success{color:#99f6e4}.company-modal__form-error{color:#fecaca;margin:0;font-size:.82rem;line-height:1.25}.company-modal__select{appearance:none;background-color:var(--ui-color-bg-page);padding-left:var(--ui-px-md);text-indent:0;background-image:linear-gradient(45deg,#0000 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,#0000 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 13px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:38px}.company-modal__select::-ms-expand{display:none}.company-modal__suggestions{z-index:5;scrollbar-color:#4a5d79 #0b1220;scrollbar-width:thin;background:#0b1220;border:1px solid #32435d;border-top-color:#4a5d79;border-radius:0 0 12px 12px;max-height:214px;padding:4px;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 32px #00000057}.company-modal__suggestions::-webkit-scrollbar{width:8px}.company-modal__suggestions::-webkit-scrollbar-track{background:#0b1220;border-radius:999px}.company-modal__suggestions::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #0b1220;border-radius:999px}.company-modal__suggestion-row{color:#e2e8f0;width:100%;min-width:0;height:34px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:0 8px;font-size:.86rem;line-height:1;display:flex}.company-modal__suggestion-row:hover,.company-modal__suggestion-row:focus-visible{color:#fff;background:#24344c;outline:none}.company-modal__suggestion-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.company-modal__suggestion-inn{color:#94a3b8;white-space:nowrap;flex:none}.company-modal__suggestion-message{color:#94a3b8;min-height:34px;padding:9px 8px;font-size:.86rem;line-height:1.2}.company-modal__suggestion-tooltip{z-index:2600;color:#e2e8f0;pointer-events:none;background:#0b1220;border-radius:8px;padding:6px 8px;font-size:.84rem;line-height:1.35;position:fixed;box-shadow:0 12px 28px #00000061}.company-modal__form-actions{justify-content:center;gap:10px;margin-top:6px;display:flex}.company-modal__form-actions .ui-button{min-width:120px}.company-modal__card{flex-direction:column;flex:auto;gap:13px;width:100%;display:flex}.company-modal__company-picker{place-self:center;width:min(100%,420px);margin-bottom:4px;position:relative}.company-modal__company-trigger{width:100%;height:var(--ui-control-height-input);border-radius:var(--ui-radius-sm);color:#e2e8f0;font:inherit;font-size:var(--ui-input-font-size);text-align:left;cursor:pointer;background:linear-gradient(#162032f5,#0c1422f5);border:1px solid #4a5d79;align-items:center;gap:10px;padding:0 8px 0 12px;font-weight:400;line-height:1;transition:border-color .12s,background-color .12s,box-shadow .12s;display:inline-flex}.company-modal__company-trigger:hover{background:#0f1828f2;border-color:#6b7f9e}.company-modal__company-trigger:focus-visible{border-color:var(--ui-color-border-focus);box-shadow:var(--ui-focus-ring);outline:none}.company-modal__company-trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;min-width:0;height:100%;display:inline-flex;overflow:hidden}.company-modal__company-trigger-caret{color:#cbd5e1;flex:0 0 22px;justify-content:center;align-self:stretch;align-items:center;width:22px;display:inline-flex}.company-modal__company-trigger-icon{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 16px;width:16px;height:16px}.company-modal__company-menu{z-index:6;scrollbar-color:#4a5d79 #0b1220;scrollbar-width:thin;background:#0b1220;border:1px solid #32435d;border-radius:12px;max-height:220px;padding:5px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 32px #00000057}.company-modal__company-menu::-webkit-scrollbar{width:8px}.company-modal__company-menu::-webkit-scrollbar-track{background:#0b1220;border-radius:999px}.company-modal__company-menu::-webkit-scrollbar-thumb{background:#4a5d79;border:2px solid #0b1220;border-radius:999px}.company-modal__company-option{color:#e2e8f0;width:100%;min-width:0;min-height:34px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:0 8px;font-size:.86rem;display:flex}.company-modal__company-option:hover,.company-modal__company-option:focus-visible{color:#fff;background:#24344c;outline:none}.company-modal__company-option.is-selected{color:#f8fafc}.company-modal__company-option-check{color:#0000;border-radius:999px;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.company-modal__company-option.is-selected .company-modal__company-option-check{color:#99f6e4}.company-modal__company-option-check svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.company-modal__company-option-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.company-modal__company-menu-separator{background:#32435db8;height:1px;margin:6px 8px}.company-modal__company-option--add{color:#99f6e4;border-radius:8px}.company-modal__company-option--add:hover,.company-modal__company-option--add:focus-visible{color:#ccfbf1;background:#0f766e33}.company-modal__field-row,.company-modal__requisites-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.company-modal__requisites-column{gap:8px;min-width:0;display:grid}.company-modal__inline-field{grid-template-columns:94px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.company-modal__inline-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-modal__inline-control[readonly]{color:#e2e8f0;cursor:text;background:#0b122094;border-color:#32435d}.company-modal__inline-control[readonly]:hover{border-color:#4a5d79}.company-modal__inline-control[readonly]:focus,.company-modal__inline-control[readonly]:focus-visible{box-shadow:none;border-color:#32435d;outline:none}.company-modal__inline-control[readonly]:hover:focus,.company-modal__inline-control[readonly]:hover:focus-visible{border-color:#4a5d79}.company-modal__readonly-field{gap:6px;min-width:0;display:grid}.company-modal__readonly-field.is-accent .company-modal__readonly-control{color:#fbbf24;border-color:#f59e0b8a}.company-modal__readonly-line{align-items:center;gap:8px;min-width:0;display:flex}.company-modal__readonly-control{cursor:text;-webkit-user-select:text;user-select:text;resize:none;width:100%}.company-modal__readonly-control[readonly]{color:#e2e8f0;cursor:text;background:#0b122094;border-color:#32435d}.company-modal__readonly-control:hover,.company-modal__readonly-control[readonly]:hover{border-color:#4a5d79}.company-modal__readonly-control[readonly]:focus,.company-modal__readonly-control[readonly]:focus-visible{box-shadow:none;border-color:#32435d;outline:none}.company-modal__readonly-control[readonly]:hover:focus,.company-modal__readonly-control[readonly]:hover:focus-visible{border-color:#4a5d79}.company-modal__readonly-control--multiline{height:auto;min-height:var(--ui-control-height-input);max-height:104px;padding:7px var(--ui-px-md);white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.35;display:block;overflow:hidden auto}.company-modal__readonly-control--multiline.ui-input{color:#e2e8f0;cursor:text;background:#0b122094;border-color:#32435d}.company-modal__readonly-control--multiline.ui-input:hover{border-color:#4a5d79}.company-modal__readonly-control--multiline:hover{cursor:text}.company-modal__readonly-suffix{color:#94a3b8;white-space:nowrap;flex:none;font-size:.82rem}.company-modal__card-footer{justify-items:center;gap:8px;margin-top:auto;padding-top:2px;display:grid}.company-modal__registry-note{color:#94a3b8;text-align:center;align-self:center;font-size:.82rem}.company-modal__placeholder{color:#94a3b8;text-align:center;place-self:center;font-size:.92rem}@media (width<=640px){.company-modal__form,.company-modal__field-row,.company-modal__requisites-grid{grid-template-columns:1fr}}#root{width:100%;height:100vh}.app-auth-loading{color:#cbd5e1;place-items:center;min-height:100vh;display:grid}.app-auth-dev-banner{color:#e2e8f0;background:#1f2937;border-bottom:1px solid #32435d;align-items:center;gap:8px;padding:10px 14px;font-size:.9rem;display:flex}.app-auth-dev-banner a{color:#67e8f9}.app-auth-dev-banner button{color:#94a3b8;cursor:pointer;background:0 0;border:0;font-size:1rem}.app-auth-dev-banner__resend{color:#e2e8f0;background:#111a2b;border:1px solid #32435d;border-radius:8px;margin-left:auto;padding:6px 10px;font-size:.85rem}.app-auth-dev-banner__resend:disabled{opacity:.7;cursor:default}.app-auth-dev-banner__message{color:#86efac}.app-auth-dev-banner__error{color:#fca5a5}
