:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#eef3f9;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:18px;color:#26344d;background:#eef3f9}.app-loading__spinner{width:44px;height:44px;border:4px solid #d5dfed;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(430px,.85fr);background:#f5f7fb}.login-showcase{min-height:100vh;padding:54px clamp(36px,6vw,90px);display:flex;flex-direction:column;color:#fff;background:radial-gradient(circle at 15% 15%,rgba(72,139,255,.4),transparent 30%),radial-gradient(circle at 85% 80%,rgba(22,185,200,.2),transparent 32%),linear-gradient(145deg,#10234d,#143c89 52%,#1d5bd0);position:relative;overflow:hidden}.login-showcase:after{content:"";width:460px;height:460px;position:absolute;right:-210px;top:18%;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 60px #ffffff06,0 0 0 120px #ffffff05}.login-brand{display:flex;align-items:center;gap:15px;position:relative;z-index:1}.login-brand__icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:#ffffff21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-brand h1{margin:0;font-size:2.25rem;line-height:1;letter-spacing:-.065em}.login-brand h1 span{color:#75b7ff}.login-brand p{margin:7px 0 0;color:#bed2f4;font-size:.9rem}.login-showcase__content{max-width:690px;margin:auto 0;padding:60px 0;position:relative;z-index:1}.login-badge{width:fit-content;padding:9px 14px;color:#dceaff;font-size:.82rem;font-weight:700;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14}.login-showcase__content h2{max-width:680px;margin:24px 0 18px;font-size:clamp(2.5rem,4.3vw,4.8rem);line-height:1.05;letter-spacing:-.055em}.login-showcase__content>p{max-width:620px;margin:0;color:#c5d5ee;font-size:1.08rem;line-height:1.75}.login-features{max-width:650px;margin-top:42px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.login-features>div{min-height:66px;padding:15px 17px;display:flex;align-items:center;gap:13px;color:#e7f0ff;font-size:.92rem;font-weight:600;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:#ffffff13}.login-features svg{flex:0 0 auto;color:#8cc7ff}.login-showcase__footer{color:#9eb8de;font-size:.78rem;position:relative;z-index:1}.login-panel{min-height:100vh;padding:34px;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(36,99,235,.1),transparent 31%),#f5f7fb}.login-card{width:min(440px,100%);padding:42px;border:1px solid #e0e6ef;border-radius:26px;background:#fff;box-shadow:0 28px 75px #1d2e4c21}.login-card__header>span{color:#2463eb;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.login-card__header h2{margin:10px 0 8px;color:#18243a;font-size:2.1rem;letter-spacing:-.04em}.login-card__header p{margin:0;color:#758198;line-height:1.6}.login-form{margin-top:32px;display:grid;gap:21px}.login-form label>span{display:block;margin-bottom:8px;color:#344158;font-size:.86rem;font-weight:700}.login-field{min-height:54px;padding:0 15px;display:flex;align-items:center;gap:11px;border:1px solid #d9e1ec;border-radius:13px;background:#fafbfd;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.login-field:focus-within{border-color:#3974ed;background:#fff;box-shadow:0 0 0 4px #2463eb1a}.login-field svg{flex:0 0 auto;color:#8190a7}.login-field input{width:100%;min-width:0;height:52px;padding:0;color:#172033;border:0;outline:0;background:transparent}.login-field input::placeholder{color:#a2acbb}.login-password-toggle{padding:7px;display:grid;place-items:center;color:#718098;border:0;border-radius:8px;background:transparent}.login-password-toggle:hover{color:#2463eb;background:#eef4ff}.login-error{margin-top:-5px;padding:12px 14px;color:#a52e2e;font-size:.86rem;line-height:1.5;border:1px solid #f3c5c5;border-radius:11px;background:#fff2f2}.login-submit{min-height:54px;padding:0 20px;display:flex;justify-content:center;align-items:center;gap:9px;color:#fff;font-weight:800;border:0;border-radius:13px;background:linear-gradient(135deg,#2463eb,#1645b5);box-shadow:0 14px 30px #2463eb40;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 34px #2463eb52}.login-submit:disabled{cursor:not-allowed;opacity:.62}.login-security{margin-top:25px;padding-top:23px;display:flex;align-items:center;justify-content:center;gap:9px;color:#7a879a;font-size:.78rem;border-top:1px solid #e8edf4}.login-security svg{color:#2b9c75}.app-shell{min-height:100vh;display:flex;background:#f1f4f9}.sidebar{width:274px;height:100vh;flex:0 0 274px;display:flex;flex-direction:column;color:#d5e1f4;background:linear-gradient(180deg,#12213d,#0e1a31);position:sticky;top:0;z-index:40}.sidebar-brand{min-height:86px;padding:18px 21px;display:flex;align-items:center;gap:13px;border-bottom:1px solid rgba(255,255,255,.07)}.sidebar-brand__icon{width:47px;height:47px;display:grid;place-items:center;color:#fff;border-radius:14px;background:linear-gradient(145deg,#397cff,#1d4dbb);box-shadow:0 10px 25px #144dc159}.sidebar-brand strong{display:block;color:#fff;font-size:1.35rem;letter-spacing:-.045em}.sidebar-brand strong span{color:#69a9ff}.sidebar-brand small{margin-top:3px;display:block;color:#8197bb;font-size:.68rem}.sidebar-close{display:none}.sidebar-content{padding:22px 14px;flex:1;overflow-y:auto}.sidebar-section+.sidebar-section{margin-top:30px}.sidebar-section__title{margin:0 12px 9px;display:block;color:#63799d;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sidebar-section nav{display:grid;gap:4px}.sidebar-link{min-height:45px;padding:0 13px;display:flex;align-items:center;gap:12px;color:#aebdd5;font-size:.87rem;font-weight:600;border-radius:10px;transition:color .2s ease,background .2s ease}.sidebar-link svg{flex:0 0 auto;color:#7189b0}.sidebar-link:hover{color:#fff;background:#ffffff0e}.sidebar-link--active{color:#fff;background:linear-gradient(90deg,#2e6ff452,#2e6ff41f);box-shadow:inset 3px 0 #4b88ff}.sidebar-link--active svg{color:#73a9ff}.sidebar-footer{padding:18px 22px 22px;border-top:1px solid rgba(255,255,255,.07)}.sidebar-footer__status{display:flex;align-items:center;gap:8px;color:#9fb1cc;font-size:.73rem}.sidebar-footer__status span{width:8px;height:8px;border-radius:50%;background:#35c68f;box-shadow:0 0 0 4px #35c68f1f}.sidebar-footer small{margin-top:9px;display:block;color:#566a8b;font-size:.66rem}.app-main{min-width:0;flex:1}.topbar{height:76px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dfe5ee;background:#ffffffed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30}.topbar-left{display:flex;align-items:center;gap:15px}.topbar-left strong{display:block;color:#1c2940;font-size:.92rem}.topbar-left span{margin-top:3px;display:block;color:#8792a4;font-size:.72rem}.topbar-menu{display:none}.topbar-user{position:relative}.topbar-user__button{min-height:50px;padding:5px 9px 5px 6px;display:flex;align-items:center;gap:10px;border:0;border-radius:13px;background:transparent}.topbar-user__button:hover{background:#f1f4f9}.topbar-user__avatar{width:39px;height:39px;display:grid;place-items:center;color:#fff;font-size:.78rem;font-weight:800;border-radius:12px;background:linear-gradient(145deg,#3978f0,#1f4ca8)}.topbar-user__info{min-width:130px;text-align:left}.topbar-user__info strong{display:block;color:#26334a;font-size:.79rem}.topbar-user__info span{margin-top:3px;display:block;color:#8a95a6;font-size:.68rem}.topbar-user__button>svg{color:#8995a7}.topbar-user__menu{width:250px;padding:9px;position:absolute;right:0;top:calc(100% + 9px);border:1px solid #dfe6ef;border-radius:14px;background:#fff;box-shadow:0 20px 55px #1d2d492e}.topbar-user__menu-info{padding:11px 11px 13px;border-bottom:1px solid #e7ecf2}.topbar-user__menu-info strong{display:block;color:#26334a;font-size:.82rem}.topbar-user__menu-info span{margin-top:4px;display:block;color:#7f8b9d;font-size:.72rem;word-break:break-all}.topbar-user__menu button{width:100%;min-height:42px;margin-top:7px;padding:0 11px;display:flex;align-items:center;gap:10px;color:#a03535;font-size:.8rem;font-weight:700;border:0;border-radius:9px;background:transparent}.topbar-user__menu button:hover{background:#fff0f0}.app-content{padding:30px}.sidebar-overlay{display:none}.dashboard{max-width:1500px;margin:0 auto}.dashboard-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.dashboard-heading__eyebrow{color:#2463eb;font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.dashboard-heading h1{margin:7px 0 5px;color:#17233a;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.045em}.dashboard-heading p{margin:0;color:#7c8799;line-height:1.6}.primary-action,.secondary-action{min-height:46px;padding:0 17px;display:inline-flex;justify-content:center;align-items:center;gap:9px;font-size:.82rem;font-weight:800;border-radius:11px}.primary-action{color:#fff;background:linear-gradient(135deg,#2f72ee,#1c51bf);box-shadow:0 12px 25px #2463eb38}.secondary-action{color:#245dc8;border:1px solid #cfdcf2;background:#f4f8ff}.dashboard-stats{margin-top:29px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.stat-card{min-height:143px;padding:21px;display:flex;align-items:flex-start;gap:15px;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.stat-card__icon{width:47px;height:47px;flex:0 0 auto;display:grid;place-items:center;color:#2463eb;border-radius:13px;background:#eef4ff}.stat-card span{display:block;color:#758196;font-size:.74rem;font-weight:700}.stat-card strong{margin:7px 0 3px;display:block;color:#18243b;font-size:1.75rem;line-height:1}.stat-card small{color:#9aa4b3;font-size:.67rem}.dashboard-grid{margin-top:18px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:18px}.dashboard-card{padding:23px;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.dashboard-card__header{display:flex;justify-content:space-between;align-items:center;gap:18px}.dashboard-card__header span{color:#8792a4;font-size:.7rem;font-weight:700}.dashboard-card__header h2{margin:5px 0 0;color:#1e2a40;font-size:1.06rem}.dashboard-card__header>a{display:flex;align-items:center;gap:6px;color:#2463eb;font-size:.73rem;font-weight:800}.empty-state{min-height:315px;display:grid;place-content:center;justify-items:center;text-align:center}.empty-state__icon{width:72px;height:72px;display:grid;place-items:center;color:#3977e8;border-radius:21px;background:#eef4ff}.empty-state h3{margin:17px 0 7px;color:#2b374c;font-size:1rem}.empty-state p{max-width:400px;margin:0 0 18px;color:#8994a5;font-size:.8rem;line-height:1.6}.quick-actions{margin-top:19px;display:grid;gap:8px}.quick-actions>a{min-height:67px;padding:11px 12px;display:flex;align-items:center;gap:12px;border:1px solid #e5eaf1;border-radius:12px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.quick-actions>a:hover{border-color:#cbd9f0;background:#f7faff;transform:translate(2px)}.quick-actions>a>svg:first-child{color:#3471e4}.quick-actions>a>svg:last-child{margin-left:auto;color:#9ba6b6}.quick-actions strong{display:block;color:#2b374c;font-size:.78rem}.quick-actions span{margin-top:4px;display:block;color:#8c97a8;font-size:.67rem}.dashboard-company{margin-top:18px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:#fff;border-radius:17px;background:radial-gradient(circle at right,rgba(108,166,255,.36),transparent 32%),linear-gradient(130deg,#162c5a,#1f56b9);box-shadow:0 16px 36px #18459a2e}.dashboard-company span{color:#a8c6f8;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-company h2{margin:5px 0;font-size:1.1rem}.dashboard-company p{max-width:800px;margin:0;color:#c5d8f5;font-size:.76rem;line-height:1.55}.dashboard-company__badge{padding:10px 15px;flex:0 0 auto;color:#ddecff;font-size:.69rem;font-weight:900;letter-spacing:.08em;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff17}.placeholder-page{min-height:calc(100vh - 137px);display:grid;place-content:center;justify-items:center;text-align:center}.placeholder-page__icon{width:75px;height:75px;display:grid;place-items:center;color:#2e6ddd;border-radius:22px;background:#e8f0ff}.placeholder-page>span{margin-top:20px;color:#2463eb;font-size:.69rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.placeholder-page h1{margin:7px 0;color:#1e2b42;font-size:2rem;letter-spacing:-.04em}.placeholder-page p{max-width:550px;margin:0;color:#7f8a9b;line-height:1.7}@media(max-width:1100px){.login-page{grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)}.login-showcase{padding:40px clamp(30px,5vw,55px)}.login-showcase__content h2{font-size:3rem}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.login-page{display:block}.login-showcase{min-height:auto;padding:34px}.login-showcase__content{margin:55px 0 25px;padding:0}.login-showcase__content h2{max-width:720px}.login-showcase__footer{display:none}.login-panel{min-height:auto;padding:45px 22px}.sidebar{position:fixed;left:-285px;transition:left .25s ease}.sidebar--open{left:0}.sidebar-close{margin-left:auto;padding:7px;display:grid;place-items:center;color:#adc0dd;border:0;border-radius:8px;background:transparent}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;background:#0a12217a}.topbar-menu{padding:8px;display:grid;place-items:center;color:#47546a;border:1px solid #dfe5ee;border-radius:10px;background:#fff}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:650px){.login-showcase{padding:27px 21px}.login-brand__icon{width:52px;height:52px}.login-brand h1{font-size:1.85rem}.login-showcase__content{margin-top:45px}.login-showcase__content h2{font-size:2.2rem}.login-features{grid-template-columns:1fr}.login-card{padding:29px 23px;border-radius:20px}.topbar{height:68px;padding:0 15px}.topbar-left>div{display:none}.topbar-user__info{display:none}.topbar-user__button{gap:7px}.app-content{padding:21px 15px}.dashboard-heading{align-items:stretch;flex-direction:column}.primary-action{width:100%}.dashboard-stats{grid-template-columns:1fr}.dashboard-company{align-items:flex-start;flex-direction:column}.dashboard-company__badge{align-self:flex-start}}@media(min-width:921px){.sidebar-brand{min-height:78px;padding-top:14px;padding-bottom:14px}.sidebar-content{padding-top:16px;padding-bottom:12px;overflow-y:auto;scrollbar-width:none}.sidebar-content::-webkit-scrollbar{width:0;height:0}.sidebar-section+.sidebar-section{margin-top:20px}.sidebar-section__title{margin-bottom:6px}.sidebar-section nav{gap:2px}.sidebar-link{min-height:42px}.sidebar-footer{padding-top:13px;padding-bottom:15px}}.companies-page{max-width:1500px;margin:0 auto}.module-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.module-heading>div>span{color:#2463eb;font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.module-heading h1{margin:7px 0 5px;color:#17233a;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.045em}.module-heading p{margin:0;color:#7c8799;line-height:1.6}.feedback-message{margin-top:18px;padding:13px 16px;display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:700;border-radius:11px}.feedback-message--success{color:#177052;border:1px solid #bce4d5;background:#edfaf5}.feedback-message--error{color:#a23636;border:1px solid #efc5c5;background:#fff1f1}.companies-toolbar{margin-top:27px;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid #e0e6ee;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1d2d490b}.companies-search{min-height:46px;padding:0 14px;display:flex;align-items:center;gap:10px;flex:1;border:1px solid #dce3ed;border-radius:11px;background:#f9fafc}.companies-search:focus-within{border-color:#3974ed;box-shadow:0 0 0 4px #2463eb17;background:#fff}.companies-search svg{color:#8794a8}.companies-search input{width:100%;min-width:0;height:44px;padding:0;border:0;outline:0;background:transparent}.companies-toolbar select{min-height:46px;padding:0 38px 0 13px;color:#37445a;border:1px solid #dce3ed;border-radius:11px;outline:0;background:#fff}.icon-button{width:46px;height:46px;display:grid;place-items:center;color:#60708a;border:1px solid #dce3ed;border-radius:11px;background:#fff}.icon-button:hover{color:#2463eb;background:#f3f7ff}.companies-card{margin-top:17px;overflow:hidden;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.companies-card__header{min-height:68px;padding:0 21px;display:flex;align-items:center;border-bottom:1px solid #e7ebf1}.companies-card__header strong{display:block;color:#26334a;font-size:.91rem}.companies-card__header span{margin-top:4px;display:block;color:#8a96a7;font-size:.7rem}.table-responsive{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th{padding:13px 18px;color:#788599;font-size:.68rem;font-weight:800;text-align:left;letter-spacing:.04em;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e7ebf1}.data-table td{padding:16px 18px;color:#4e5b70;font-size:.78rem;border-bottom:1px solid #edf0f4}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfcfe}.company-cell{min-width:250px;display:flex;align-items:center;gap:12px}.company-cell__icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;color:#2c6bdd;border-radius:12px;background:#ecf3ff}.company-cell strong{display:block;color:#26334a;font-size:.8rem}.company-cell span{margin-top:4px;display:block;color:#8b96a6;font-size:.69rem}.company-contact{min-width:190px}.company-contact span,.company-contact small{display:block}.company-contact small{margin-top:4px;color:#929dac}.status-badge{width:fit-content;padding:6px 10px;display:inline-flex;align-items:center;font-size:.67rem;font-weight:800;border-radius:999px}.status-badge--active{color:#177052;background:#e9f8f2}.status-badge--inactive{color:#8a4a4a;background:#f8eaea}.table-actions-column{width:110px;text-align:right!important}.table-actions{display:flex;justify-content:flex-end;gap:7px}.table-actions button{width:37px;height:37px;display:grid;place-items:center;color:#5e6c82;border:1px solid #dfe5ed;border-radius:9px;background:#fff}.table-actions button:hover{color:#2463eb;background:#f2f6ff}.table-actions .danger-action:hover{color:#b13a3a;border-color:#efcccc;background:#fff0f0}.table-actions .success-action:hover{color:#187153;border-color:#bfe4d6;background:#edf9f5}.table-loading,.companies-empty{min-height:360px;display:grid;place-content:center;justify-items:center;text-align:center}.table-loading{gap:12px;color:#7d899b;font-size:.82rem}.companies-empty>div{width:72px;height:72px;display:grid;place-items:center;color:#3572e3;border-radius:21px;background:#edf4ff}.companies-empty h2{margin:17px 0 7px;color:#28354a;font-size:1.05rem}.companies-empty p{max-width:430px;margin:0 0 19px;color:#8792a3;font-size:.79rem;line-height:1.6}.modal-backdrop{padding:24px;display:grid;place-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0d172991;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.company-modal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border:1px solid #dfe5ed;border-radius:20px;background:#fff;box-shadow:0 30px 90px #0c193152}.company-modal__header{min-height:82px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e6ebf1}.company-modal__header span{color:#2463eb;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.company-modal__header h2{margin:5px 0 0;color:#1e2b42;font-size:1.3rem}.company-modal__header button{width:39px;height:39px;display:grid;place-items:center;color:#718096;border:1px solid #e0e6ee;border-radius:10px;background:#fff}.company-form{padding:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-field{display:block}.form-field--full{grid-column:1 / -1}.form-field>span{margin-bottom:7px;display:block;color:#3d4a60;font-size:.76rem;font-weight:700}.form-field input{width:100%;min-height:48px;padding:0 13px;color:#26334a;border:1px solid #d9e1eb;border-radius:10px;outline:0;background:#fbfcfd}.form-field input:focus{border-color:#3974ed;background:#fff;box-shadow:0 0 0 4px #2463eb17}.form-switch{min-height:50px;padding:12px 14px;display:flex;align-items:center;gap:10px;color:#3e4b60;font-size:.78rem;font-weight:700;border:1px solid #e1e6ed;border-radius:10px;background:#f9fafc}.form-switch input{width:18px;height:18px}.company-form__footer{padding-top:18px;grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e7ebf1}.cancel-button{min-height:46px;padding:0 17px;color:#59677c;font-size:.8rem;font-weight:800;border:1px solid #dce3ec;border-radius:11px;background:#fff}@media(max-width:700px){.module-heading,.companies-toolbar{align-items:stretch;flex-direction:column}.companies-toolbar select,.icon-button{width:100%}.company-form{grid-template-columns:1fr}.form-field--full,.company-form__footer{grid-column:auto}.company-form__footer{align-items:stretch;flex-direction:column-reverse}.company-form__footer button{width:100%}}.password-input{display:flex;align-items:center;border:1px solid #d9e1eb;border-radius:10px;background:#fbfcfd}.password-input:focus-within{border-color:#3974ed;background:#fff;box-shadow:0 0 0 4px #2463eb17}.password-input input{border:0;box-shadow:none!important;background:transparent}.password-input button{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;color:#718096;border:0;background:transparent}.company-selection{max-height:280px;padding:8px;display:grid;gap:7px;overflow-y:auto;border:1px solid #dfe5ed;border-radius:11px;background:#f8fafc}.company-selection>p{margin:16px;color:#8792a4;font-size:.78rem;text-align:center}.company-selection__item{min-height:62px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:13px;border:1px solid #e1e6ed;border-radius:10px;background:#fff}.company-selection__item--selected{border-color:#bcd0f5;background:#f3f7ff}.company-selection__item label{min-width:0;flex:1;display:flex;align-items:center;gap:10px;cursor:pointer}.company-selection__item label>svg{flex:0 0 auto;color:#3471e4}.company-selection__item strong,.company-selection__item small{display:block}.company-selection__item strong{color:#344158;font-size:.77rem}.company-selection__item small{margin-top:3px;color:#8a96a7;font-size:.65rem}.default-company-button{min-height:34px;padding:0 10px;display:flex;align-items:center;gap:6px;flex:0 0 auto;color:#738096;font-size:.67rem;font-weight:800;border:1px solid #dbe2ec;border-radius:9px;background:#fff}.default-company-button--active{color:#9a6b00;border-color:#ead28c;background:#fff8df}@media(max-width:600px){.company-selection__item{align-items:stretch;flex-direction:column}.default-company-button{justify-content:center}}.profiles-grid{margin-top:25px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.profiles-loading{min-height:300px;grid-column:1 / -1;display:grid;place-content:center;justify-items:center;gap:12px;color:#7d899b}.profile-card{min-height:300px;padding:21px;display:flex;flex-direction:column;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.profile-card header{display:flex;justify-content:space-between;align-items:flex-start}.profile-card__icon{width:48px;height:48px;display:grid;place-items:center;color:#2867d8;border-radius:14px;background:#edf4ff}.profile-card__code{margin-top:19px;color:#4671b9;font-size:.65rem;font-weight:900;letter-spacing:.08em}.profile-card h2{margin:6px 0 8px;color:#253249;font-size:1.05rem}.profile-card>p{min-height:60px;margin:0;color:#7f8b9d;font-size:.76rem;line-height:1.55}.profile-card__count{margin-top:18px;padding:12px;display:flex;align-items:center;gap:7px;color:#65748b;border-radius:10px;background:#f5f7fa}.profile-card__count svg{color:#3771d9}.profile-card__count strong{color:#26334a}.profile-card__count span{font-size:.72rem}.profile-card footer{margin-top:auto;padding-top:17px;display:flex;gap:8px;border-top:1px solid #e8ecf2}.profile-card footer button{min-height:39px;padding:0 11px;flex:1;display:flex;justify-content:center;align-items:center;gap:7px;color:#536178;font-size:.71rem;font-weight:800;border:1px solid #dce3ec;border-radius:9px;background:#fff}.profile-card footer button:hover{color:#2463eb;background:#f3f7ff}.profile-card footer .profile-danger:hover{color:#a93c3c;border-color:#edcaca;background:#fff0f0}.profile-card footer .profile-success:hover{color:#177052;border-color:#bfe3d5;background:#edf9f5}.profiles-total{margin-top:14px;color:#8894a5;font-size:.72rem;text-align:right}.profile-modal{width:min(930px,100%);max-height:calc(100vh - 48px);overflow-y:auto;border-radius:20px;background:#fff;box-shadow:0 30px 90px #0c193152}.profile-form{padding:22px}.profile-form__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.permissions-section{margin-top:23px;border:1px solid #dfe5ed;border-radius:13px;overflow:hidden}.permissions-section__heading{min-height:61px;padding:0 17px;display:flex;align-items:center;border-bottom:1px solid #e3e8ef;background:#f8fafc}.permissions-section__heading strong,.permissions-section__heading span{display:block}.permissions-section__heading strong{color:#334057;font-size:.84rem}.permissions-section__heading span{margin-top:4px;color:#8793a5;font-size:.68rem}.permissions-groups{max-height:430px;padding:12px;display:grid;gap:11px;overflow-y:auto;background:#f5f7fa}.permission-group{overflow:hidden;border:1px solid #dfe5ed;border-radius:11px;background:#fff}.permission-group>header{min-height:53px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ebf1;background:#fbfcfd}.permission-group>header strong,.permission-group>header span{display:block}.permission-group>header strong{color:#344158;font-size:.78rem}.permission-group>header span{margin-top:3px;color:#909baa;font-size:.64rem}.permission-group>header button{padding:6px 9px;color:#2463eb;font-size:.64rem;font-weight:800;border:0;border-radius:7px;background:#eef4ff}.permission-group>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.permission-item{min-height:62px;padding:10px 13px;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #edf0f4}.permission-item:nth-child(odd){border-right:1px solid #edf0f4}.permission-item input{margin-top:3px}.permission-item strong,.permission-item small{display:block}.permission-item strong{color:#3a475c;font-size:.72rem}.permission-item small{margin-top:4px;color:#8a96a7;font-size:.63rem;line-height:1.4}.profile-form>.feedback-message{margin-top:18px}.company-access-controls{display:flex;align-items:center;gap:8px}.company-access-controls select{min-height:34px;max-width:190px;padding:0 28px 0 9px;color:#4a586d;font-size:.67rem;border:1px solid #dbe2ec;border-radius:9px;background:#fff}@media(max-width:1200px){.profiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.profiles-grid{grid-template-columns:1fr}.profile-form__fields,.permission-group>div{grid-template-columns:1fr}.permission-item:nth-child(odd){border-right:0}.company-access-controls{width:100%;align-items:stretch;flex-direction:column}.company-access-controls select{width:100%;max-width:none}}.company-selector{margin-left:auto;position:relative}.company-selector__button{min-width:230px;min-height:51px;padding:5px 10px 5px 6px;display:flex;align-items:center;gap:10px;color:#344158;border:1px solid #dfe5ed;border-radius:13px;background:#fff}.company-selector__button:hover{border-color:#c8d5e8;background:#f8faff}.company-selector__icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;color:#2868dc;border-radius:11px;background:#edf4ff}.company-selector__info{min-width:0;flex:1;text-align:left}.company-selector__info span,.company-selector__info strong{display:block}.company-selector__info span{color:#8a95a6;font-size:.64rem}.company-selector__info strong{margin-top:3px;max-width:150px;overflow:hidden;color:#2e3b51;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.company-selector__button>svg{flex:0 0 auto;color:#8793a5}.company-selector__menu{width:330px;max-height:390px;padding:9px;position:absolute;right:0;top:calc(100% + 9px);z-index:80;overflow-y:auto;border:1px solid #dfe6ef;border-radius:14px;background:#fff;box-shadow:0 20px 55px #1d2d4933}.company-selector__menu>header{padding:10px 11px 13px;border-bottom:1px solid #e7ebf1}.company-selector__menu>header strong,.company-selector__menu>header span{display:block}.company-selector__menu>header strong{color:#2e3b51;font-size:.82rem}.company-selector__menu>header span{margin-top:4px;color:#8793a5;font-size:.68rem}.company-selector__menu>div{padding-top:7px;display:grid;gap:4px}.company-selector__item{width:100%;min-height:58px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;border:0;border-radius:10px;background:transparent}.company-selector__item:hover{background:#f3f7fc}.company-selector__item--active{background:#edf4ff}.company-selector__item strong,.company-selector__item span{display:block}.company-selector__item strong{color:#344158;font-size:.76rem}.company-selector__item span{margin-top:4px;color:#8894a5;font-size:.65rem}.company-selector__item>svg{flex:0 0 auto;color:#2463eb}.company-selector--empty{min-height:45px;padding:0 13px;display:flex;align-items:center;gap:8px;color:#8a5360;font-size:.72rem;font-weight:700;border:1px solid #edd4d9;border-radius:11px;background:#fff4f6}@media(max-width:850px){.company-selector__button{min-width:0;width:47px;height:47px;padding:4px}.company-selector__info,.company-selector__button>svg{display:none}.company-selector__icon{width:37px;height:37px}.company-selector__menu{right:-70px}}@media(max-width:500px){.company-selector__menu{width:calc(100vw - 30px);right:-75px}}.form-field textarea,.form-field select{width:100%;min-height:48px;padding:12px 13px;color:#26334a;border:1px solid #d9e1eb;border-radius:10px;outline:0;background:#fbfcfd}.form-field textarea{resize:vertical;line-height:1.55}.form-field textarea:focus,.form-field select:focus{border-color:#3974ed;background:#fff;box-shadow:0 0 0 4px #2463eb17}.folders-page{max-width:1500px;margin:0 auto}.folders-page .module-heading p strong{color:#46546b}.folders-toolbar{margin-top:27px;padding:15px;display:flex;align-items:center;gap:11px;border:1px solid #e0e6ee;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1d2d490b}.folders-toolbar .companies-search{flex:1}.toolbar-button{min-height:46px;padding:0 14px;display:flex;align-items:center;gap:8px;color:#65738a;font-size:.75rem;font-weight:800;border:1px solid #dce3ed;border-radius:11px;background:#fff}.toolbar-button:hover,.toolbar-button--active{color:#b03b3b;border-color:#edcaca;background:#fff0f0}.folders-layout{margin-top:17px;display:grid;grid-template-columns:minmax(0,1fr) minmax(285px,340px);gap:17px;align-items:start}.folders-tree-card,.folder-details-card{overflow:hidden;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.folders-tree-card{min-height:530px}.folders-tree-card>header{min-height:69px;padding:0 21px;display:flex;align-items:center;border-bottom:1px solid #e7ebf1}.folders-tree-card>header strong,.folders-tree-card>header span{display:block}.folders-tree-card>header strong{color:#26334a;font-size:.91rem}.folders-tree-card>header span{margin-top:4px;color:#8a96a7;font-size:.7rem}.folder-tree{padding:8px 0 16px}.folder-tree-row{min-height:61px;padding:6px 12px 6px calc(12px + var(--folder-level) * 27px);display:flex;align-items:center;gap:5px;border-bottom:1px solid #eef1f5;transition:background .2s ease}.folder-tree-row:hover{background:#f8faff}.folder-expand-button{width:28px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:#78869b;border:0;border-radius:7px;background:transparent}.folder-expand-button:disabled{cursor:default}.folder-expand-button span{width:18px;height:18px}.folder-name-button{min-width:0;flex:1;padding:4px 5px;display:flex;align-items:center;gap:11px;text-align:left;border:0;border-radius:8px;background:transparent}.folder-name-button>svg{flex:0 0 auto;color:#e2a625}.folder-name-button>div{min-width:0}.folder-name-button strong,.folder-name-button span{display:block}.folder-name-button strong{color:#344158;font-size:.8rem}.folder-name-button span{max-width:590px;margin-top:4px;overflow:hidden;color:#919cac;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.folder-count{min-width:27px;padding:5px 7px;color:#7e899a;font-size:.64rem;font-weight:800;text-align:center;border-radius:999px;background:#f0f3f7}.folder-actions{display:flex;gap:5px;opacity:0;transition:opacity .2s ease}.folder-tree-row:hover .folder-actions{opacity:1}.folder-actions button{width:34px;height:34px;display:grid;place-items:center;color:#637188;border:1px solid #dee5ed;border-radius:8px;background:#fff}.folder-actions button:hover{color:#2463eb;background:#eef4ff}.folder-actions .danger-action:hover{color:#b13b3b;border-color:#efcccc;background:#fff0f0}.folders-empty{min-height:410px;padding:30px;display:grid;place-content:center;justify-items:center;text-align:center}.folders-empty>svg{color:#dbab3b}.folders-empty h2{margin:17px 0 7px;color:#2b374c;font-size:1.05rem}.folders-empty p{max-width:420px;margin:0 0 18px;color:#8994a5;font-size:.78rem;line-height:1.6}.folder-details-card{min-height:360px;padding:24px;position:sticky;top:94px}.folder-details-icon{width:65px;height:65px;display:grid;place-items:center;color:#d79b1a;border-radius:19px;background:#fff5dc}.folder-details-card>span{margin-top:18px;display:block;color:#2463eb;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.folder-details-card>h2{margin:6px 0 8px;color:#27344a;font-size:1.25rem}.folder-details-card>p{margin:0;color:#7f8b9d;font-size:.76rem;line-height:1.6}.folder-details-card dl{margin:22px 0 0}.folder-details-card dl>div{padding:12px 0;border-top:1px solid #e7ebf1}.folder-details-card dt{color:#8a96a7;font-size:.66rem;font-weight:700}.folder-details-card dd{margin:5px 0 0;color:#3a475d;font-size:.74rem;word-break:break-word}.folder-details-actions{margin-top:18px;display:grid;gap:8px}.folder-details-actions button{min-height:42px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#47617f;font-size:.72rem;font-weight:800;border:1px solid #dae2ed;border-radius:10px;background:#fff}.folder-details-actions button:hover{color:#2463eb;background:#f2f6ff}.folder-details-empty{min-height:310px;display:grid;place-content:center;justify-items:center;text-align:center}.folder-details-empty svg{color:#9aabc1}.folder-details-empty h2{margin:16px 0 7px;color:#344158;font-size:1rem}.folder-details-empty p{max-width:260px;margin:0;color:#8b96a7;font-size:.74rem;line-height:1.55}.deleted-folders-list{padding:9px;display:grid;gap:7px}.deleted-folder-item{min-height:67px;padding:10px 12px;display:flex;align-items:center;gap:11px;border:1px solid #e4e8ee;border-radius:11px;background:#fafbfd}.deleted-folder-item>svg{flex:0 0 auto;color:#969fae}.deleted-folder-item>div{min-width:0;flex:1}.deleted-folder-item strong,.deleted-folder-item span{display:block}.deleted-folder-item strong{color:#4a5669;font-size:.77rem}.deleted-folder-item span{margin-top:4px;overflow:hidden;color:#969fad;font-size:.64rem;text-overflow:ellipsis;white-space:nowrap}.deleted-folder-item button{min-height:36px;padding:0 10px;display:flex;align-items:center;gap:6px;color:#277058;font-size:.68rem;font-weight:800;border:1px solid #c7e2d8;border-radius:9px;background:#eff9f5}.move-folder-summary{min-height:63px;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid #e0e6ed;border-radius:10px;background:#f8fafc}.move-folder-summary>svg{color:#d59c22}.move-folder-summary strong,.move-folder-summary span{display:block}.move-folder-summary strong{color:#39465b;font-size:.78rem}.move-folder-summary span{margin-top:4px;color:#8d98a8;font-size:.66rem}@media(max-width:1000px){.folders-layout{grid-template-columns:1fr}.folder-details-card{position:static}}@media(max-width:700px){.folders-toolbar{align-items:stretch;flex-direction:column}.folders-toolbar .toolbar-button,.folders-toolbar .icon-button{width:100%;justify-content:center}.folder-tree-row{padding-left:calc(5px + var(--folder-level) * 16px)}.folder-actions{opacity:1}.folder-count{display:none}.folder-actions button{width:31px}}.upload-page{max-width:1500px;margin:0 auto}.upload-page .module-heading p strong{color:#46546b}.upload-layout{margin-top:26px;display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,360px);gap:18px;align-items:start}.upload-card,.upload-summary{border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.upload-card{overflow:hidden}.upload-card>header{min-height:70px;padding:0 22px;display:flex;align-items:center;border-bottom:1px solid #e7ebf1}.upload-card>header strong,.upload-card>header span{display:block}.upload-card>header strong{color:#26334a;font-size:.92rem}.upload-card>header span{margin-top:4px;color:#8b96a7;font-size:.7rem}.upload-destination{padding:20px 22px 0}.upload-dropzone{min-height:300px;margin:20px 22px;padding:35px;display:grid;place-content:center;justify-items:center;text-align:center;border:2px dashed #cfd9e8;border-radius:16px;background:#f8faff;transition:border-color .2s ease,background .2s ease,transform .2s ease}.upload-dropzone--active{border-color:#3974ed;background:#edf4ff;transform:scale(1.005)}.upload-dropzone__icon{width:75px;height:75px;display:grid;place-items:center;color:#2c6edf;border-radius:22px;background:#e8f1ff}.upload-dropzone h2{margin:19px 0 7px;color:#2b374c;font-size:1.15rem}.upload-dropzone p{margin:0 0 20px;color:#8994a5;font-size:.8rem}.upload-files{margin:0 22px 20px;overflow:hidden;border:1px solid #e0e6ee;border-radius:13px}.upload-files__heading{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;color:#425066;font-size:.75rem;background:#f7f9fc;border-bottom:1px solid #e4e9f0}.upload-files__heading span{min-width:26px;padding:4px 7px;color:#2463eb;font-size:.67rem;font-weight:800;text-align:center;border-radius:999px;background:#e9f1ff}.upload-file-item{min-height:62px;padding:10px 13px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #edf0f4}.upload-file-item:last-child{border-bottom:0}.upload-file-item>svg{flex:0 0 auto;color:#3270dd}.upload-file-item>div{min-width:0;flex:1}.upload-file-item strong,.upload-file-item span{display:block}.upload-file-item strong{overflow:hidden;color:#344158;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.upload-file-item span{margin-top:4px;color:#8e99aa;font-size:.66rem}.upload-file-item button{width:34px;height:34px;display:grid;place-items:center;color:#8793a5;border:1px solid #dfe5ed;border-radius:8px;background:#fff}.upload-file-item button:hover{color:#ad3737;background:#fff0f0}.upload-progress{margin:0 22px 20px;padding:15px;border:1px solid #dbe4f2;border-radius:12px;background:#f5f8fd}.upload-progress>div:first-child{display:flex;justify-content:space-between;color:#536178;font-size:.74rem}.upload-progress__track{height:8px;margin-top:10px;overflow:hidden;border-radius:999px;background:#dfe7f3}.upload-progress__track span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#2d72ef,#1f55c0);transition:width .25s ease}.upload-card__footer{padding:17px 22px;display:flex;justify-content:flex-end;border-top:1px solid #e7ebf1;background:#fafbfd}.upload-summary{min-height:360px;padding:25px;position:sticky;top:94px}.upload-summary__icon{width:64px;height:64px;display:grid;place-items:center;color:#d59b20;border-radius:19px;background:#fff5dd}.upload-summary>span{margin-top:18px;display:block;color:#2463eb;font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.upload-summary>h2{margin:6px 0 8px;color:#27344a;font-size:1.2rem}.upload-summary>p{margin:0;color:#7f8b9d;font-size:.76rem;line-height:1.6}.upload-results{margin-top:21px;display:grid;gap:8px}.upload-result{padding:10px;display:flex;align-items:flex-start;gap:9px;border-radius:10px}.upload-result--success{color:#176f52;border:1px solid #c3e4d8;background:#eff9f5}.upload-result--error{color:#a53b3b;border:1px solid #efcccc;background:#fff1f1}.upload-result>svg{margin-top:2px;flex:0 0 auto}.upload-result strong,.upload-result span{display:block}.upload-result strong{font-size:.7rem;word-break:break-word}.upload-result span{margin-top:4px;font-size:.63rem;line-height:1.4}@media(max-width:1000px){.upload-layout{grid-template-columns:1fr}.upload-summary{position:static}}@media(max-width:600px){.upload-dropzone{min-height:260px;margin:15px;padding:25px 15px}.upload-destination,.upload-card__footer{padding-left:15px;padding-right:15px}.upload-files,.upload-progress{margin-left:15px;margin-right:15px}.upload-card__footer .primary-action{width:100%}}.files-page{max-width:1500px;margin:0 auto}.files-page .module-heading p strong{color:#46546b}.files-toolbar{margin-top:27px;padding:15px;display:flex;align-items:center;gap:11px;border:1px solid #e0e6ee;border-radius:16px;background:#fff;box-shadow:0 10px 28px #1d2d490b}.files-toolbar .companies-search{flex:1}.files-toolbar select{min-height:46px;padding:0 38px 0 13px;color:#445168;border:1px solid #dce3ed;border-radius:11px;background:#fff}.files-layout{margin-top:17px;display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);gap:17px;align-items:start}.files-navigation,.files-card{overflow:hidden;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490e}.files-navigation{position:sticky;top:94px}.files-navigation>header,.files-card>header{min-height:68px;padding:0 19px;display:flex;align-items:center;border-bottom:1px solid #e7ebf1}.files-navigation>header strong,.files-navigation>header span,.files-card>header strong,.files-card>header span{display:block}.files-navigation>header strong,.files-card>header strong{color:#26334a;font-size:.88rem}.files-navigation>header span,.files-card>header span{margin-top:4px;color:#8a96a7;font-size:.68rem}.files-navigation__content{max-height:calc(100vh - 190px);padding:10px;overflow-y:auto}.files-special-location{width:100%;min-height:43px;padding:0 11px;display:flex;align-items:center;gap:9px;color:#5d6a80;font-size:.74rem;font-weight:700;text-align:left;border:0;border-radius:9px;background:transparent}.files-special-location:hover{background:#f2f6fc}.files-special-location--active{color:#2463eb;background:#edf4ff}.files-special-location--danger{color:#9b4a4a}.files-folder-tree{margin-top:10px;padding-top:10px;border-top:1px solid #e7ebf1}.files-folder-row{min-height:41px;padding-left:calc(var(--files-folder-level) * 17px);display:flex;align-items:center;border-radius:8px}.files-folder-row:hover{background:#f7f9fc}.files-folder-row--active{background:#edf4ff}.files-folder-expand{width:25px;height:34px;flex:0 0 auto;display:grid;place-items:center;color:#8290a4;border:0;background:transparent}.files-folder-expand span{width:16px;height:16px}.files-folder-name{min-width:0;min-height:38px;padding:0 7px;flex:1;display:flex;align-items:center;gap:8px;color:#4f5d73;font-size:.72rem;font-weight:700;text-align:left;border:0;background:transparent}.files-folder-name svg{flex:0 0 auto;color:#d8a127}.files-folder-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.files-card{min-height:540px}.files-empty{min-height:430px;padding:30px;display:grid;place-content:center;justify-items:center;text-align:center}.files-empty>svg{color:#8ca1bf}.files-empty h2{margin:17px 0 7px;color:#2b374c;font-size:1.05rem}.files-empty p{max-width:410px;margin:0 0 18px;color:#8994a5;font-size:.78rem;line-height:1.6}.files-table th,.files-table td{white-space:nowrap}.file-name-cell{min-width:290px;display:flex;align-items:center;gap:11px}.file-name-cell>div:last-child{min-width:0}.file-name-cell strong,.file-name-cell span{display:block}.file-name-cell strong{max-width:320px;overflow:hidden;color:#344158;font-size:.77rem;text-overflow:ellipsis;white-space:nowrap}.file-name-cell span{margin-top:4px;color:#929dad;font-size:.64rem}.file-type-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px}.file-type-icon--pdf{color:#c84242;background:#fff0f0}.file-type-icon--xml{color:#2c6ddd;background:#edf4ff}.file-location{display:inline-block;max-width:230px;overflow:hidden;color:#69768b;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1050px){.files-layout{grid-template-columns:1fr}.files-navigation{position:static}.files-navigation__content{max-height:330px}}@media(max-width:700px){.files-toolbar{align-items:stretch;flex-direction:column}.files-toolbar select,.files-toolbar .icon-button{width:100%}}.convert-action{color:#136b4b!important;background:#eaf8f1!important}.convert-action:hover{background:#d9f1e6!important}.convert-modal{width:min(680px,calc(100vw - 30px))}.convert-file-summary{padding:15px;display:flex;align-items:center;gap:12px;border:1px solid #e1e7ef;border-radius:13px;background:#f8fafc}.convert-file-summary strong,.convert-file-summary span{display:block}.convert-file-summary strong{max-width:520px;overflow:hidden;color:#344158;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.convert-file-summary span{margin-top:5px;color:#8792a3;font-size:.7rem;line-height:1.5}.convert-format-section{margin-top:22px}.form-label{display:block;margin-bottom:9px;color:#46536a;font-size:.72rem;font-weight:800}.convert-format-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.convert-format-card{position:relative;min-height:165px;padding:18px;display:flex;align-items:flex-start;flex-direction:column;color:#566379;text-align:left;border:1px solid #dfe5ed;border-radius:14px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.convert-format-card:hover{border-color:#a9c2ec;transform:translateY(-1px)}.convert-format-card--active{border-color:#3472d7;box-shadow:0 0 0 3px #3472d71a;background:#f7faff}.convert-format-card>div:first-child{width:45px;height:45px;display:grid;place-items:center;color:#2867ce;border-radius:12px;background:#eaf2ff}.convert-format-card strong{margin-top:13px;color:#334158;font-size:.85rem}.convert-format-card span{margin-top:6px;color:#8793a4;font-size:.69rem;line-height:1.55}.convert-format-check{position:absolute;top:13px;right:13px;padding:3px;color:#fff;border-radius:50%;background:#3472d7}.processings-page{max-width:1500px;margin:0 auto}.processings-list{margin-top:17px;display:grid;gap:14px}.processings-list>.table-loading,.processings-list>.files-empty{min-height:420px;border:1px solid #e0e6ee;border-radius:17px;background:#fff}.processing-card{overflow:hidden;border:1px solid #e0e6ee;border-radius:17px;background:#fff;box-shadow:0 10px 28px #1d2d490d}.processing-card--highlight{border-color:#79a4eb;box-shadow:0 0 0 3px #3472d71a,0 10px 28px #1d2d490f}.processing-card__header{min-height:76px;padding:13px 19px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e8ecf2}.processing-file{min-width:0;display:flex;align-items:center;gap:11px}.processing-file>div:last-child{min-width:0}.processing-file strong,.processing-file span{display:block}.processing-file strong{max-width:650px;overflow:hidden;color:#334158;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.processing-file span{margin-top:4px;color:#8b96a7;font-size:.66rem}.processing-status{min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;color:#667287;font-size:.66rem;font-weight:800;border-radius:999px;background:#eef1f5}.processing-status--queue{color:#85640d;background:#fff6d9}.processing-status--running{color:#265da9;background:#eaf2ff}.processing-status--success{color:#17714d;background:#e8f7ef}.processing-status--error{color:#a33d3d;background:#ffeded}.processing-card__body{padding:18px 19px 20px}.processing-summary-grid{display:grid;grid-template-columns:.7fr .7fr 1fr 1fr;gap:12px}.processing-summary-grid>div{padding:12px 14px;border:1px solid #e5eaf1;border-radius:11px;background:#fafbfd}.processing-summary-grid span,.processing-summary-grid strong{display:block}.processing-summary-grid span{color:#929cac;font-size:.62rem;font-weight:700;text-transform:uppercase}.processing-summary-grid strong{margin-top:5px;color:#3f4d63;font-size:.74rem}.processing-progress{margin-top:17px}.processing-progress>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#707d90;font-size:.68rem}.processing-progress>div:first-child strong{color:#3f4d63}.processing-progress__track{height:8px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e9edf3}.processing-progress__track span{height:100%;display:block;border-radius:inherit;background:#3472d7;transition:width .25s ease}.processing-error{margin-top:15px;padding:11px 13px;display:flex;align-items:flex-start;gap:9px;color:#a33d3d;font-size:.7rem;line-height:1.5;border:1px solid #f2cccc;border-radius:10px;background:#fff4f4}.generated-files{margin-top:18px;padding-top:16px;border-top:1px solid #e6eaf0}.generated-files__title{display:block;margin-bottom:9px;color:#657186;font-size:.65rem;font-weight:800;text-transform:uppercase}.generated-file-row{min-height:62px;padding:9px 11px;display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #e2e8f0;border-radius:11px;background:#f9fbfd}.generated-file-row>div:first-child{min-width:0;display:flex;align-items:center;gap:10px;color:#227250}.generated-file-row strong,.generated-file-row span{display:block}.generated-file-row strong{max-width:660px;overflow:hidden;color:#3c4a60;font-size:.73rem;text-overflow:ellipsis;white-space:nowrap}.generated-file-row span{margin-top:4px;color:#929dad;font-size:.62rem}@media(max-width:800px){.processing-card__header,.generated-file-row{align-items:stretch;flex-direction:column}.processing-status{align-self:flex-start}.processing-summary-grid{grid-template-columns:repeat(2,1fr)}.generated-file-row .secondary-action{justify-content:center}}@media(max-width:600px){.convert-format-grid,.processing-summary-grid{grid-template-columns:1fr}.processing-file strong,.generated-file-row strong{max-width:260px}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;padding:24px;display:flex;align-items:center;justify-content:center;overflow-y:auto;background:#0f1c319e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-card.convert-modal{width:min(680px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(215,224,237,.95);border-radius:20px;background:#fff;box-shadow:0 28px 80px #0a193247}.convert-modal .modal-card__header{min-height:auto;padding:24px 26px 19px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #e7ebf2;background:#fff}.convert-modal .modal-card__header>div{min-width:0}.convert-modal .modal-card__header span{display:block;margin-bottom:6px;color:#2f6fda;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.convert-modal .modal-card__header h2{margin:0;color:#1f2c43;font-size:1.35rem;line-height:1.2}.convert-modal .modal-close{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;color:#68758a;border:1px solid #dfe5ed;border-radius:11px;background:#f8fafc;cursor:pointer}.convert-modal .modal-close:hover{color:#26344b;border-color:#cbd5e2;background:#eef2f7}.convert-modal .modal-close:disabled{cursor:not-allowed;opacity:.55}.convert-modal .modal-card__body{padding:22px 26px;overflow-y:auto;background:#fff}.convert-modal .convert-file-summary{padding:15px 16px;display:flex;align-items:center;gap:13px;border:1px solid #e0e6ef;border-radius:14px;background:#f8fafc}.convert-modal .convert-file-summary>div:last-child{min-width:0}.convert-modal .convert-file-summary strong{max-width:100%;overflow:hidden;color:#314058;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.convert-modal .convert-file-summary span{margin-top:5px;color:#8290a3;font-size:.7rem;line-height:1.5}.convert-modal .convert-format-section{margin-top:22px}.convert-modal .form-label{margin-bottom:10px;color:#536176;font-size:.7rem;font-weight:800}.convert-modal .convert-format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.convert-modal .convert-format-card{position:relative;min-height:172px;padding:18px;display:flex;align-items:flex-start;flex-direction:column;border:1px solid #dfe6ef;border-radius:15px;background:#fff;cursor:pointer}.convert-modal .convert-format-card:hover{border-color:#a9c2ec;background:#fbfdff}.convert-modal .convert-format-card--active{border-color:#3472d7;background:#f5f9ff;box-shadow:0 0 0 3px #3472d71a}.convert-modal .convert-format-card strong{margin-top:13px;color:#324159;font-size:.84rem}.convert-modal .convert-format-card span{margin-top:7px;color:#8290a4;font-size:.69rem;line-height:1.55}.convert-modal .modal-card__footer{padding:17px 26px 22px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid #e7ebf2;background:#fbfcfe}.convert-modal .modal-card__footer .secondary-action,.convert-modal .modal-card__footer .primary-action{min-height:43px;margin:0}.convert-modal .modal-card__footer .secondary-action{min-width:104px;justify-content:center}.convert-modal .modal-card__footer .primary-action{min-width:178px;justify-content:center}@media(max-width:620px){.modal-backdrop{padding:12px;align-items:flex-start}.modal-card.convert-modal{margin:12px 0;max-height:calc(100vh - 24px);border-radius:16px}.convert-modal .modal-card__header,.convert-modal .modal-card__body,.convert-modal .modal-card__footer{padding-left:18px;padding-right:18px}.convert-modal .convert-format-grid{grid-template-columns:1fr}.convert-modal .modal-card__footer{align-items:stretch;flex-direction:column-reverse}.convert-modal .modal-card__footer .secondary-action,.convert-modal .modal-card__footer .primary-action{width:100%}}.pdf-conversion-notice{margin-top:14px;padding:11px 13px;display:flex;align-items:flex-start;gap:9px;color:#67531d;font-size:.68rem;line-height:1.55;border:1px solid #eadcae;border-radius:11px;background:#fff9e8}.pdf-conversion-notice svg{margin-top:1px;flex:0 0 auto;color:#a97b11}.processing-card__header-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}.processing-delete-button{width:34px;height:34px;display:grid;place-items:center;color:#b24848;border:1px solid #f0cccc;border-radius:10px;background:#fff4f4;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.processing-delete-button:hover{color:#922f2f;border-color:#e8abab;background:#ffe7e7}.processing-delete-button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:800px){.processing-card__header-actions{width:100%;justify-content:space-between}}.dashboard-heading__actions{display:flex;align-items:center;gap:10px}.dashboard-storage-summary{margin-top:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dashboard-storage-summary>div{min-height:66px;padding:14px 17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;color:#53709c;border:1px solid #e0e6ee;border-radius:14px;background:#fff;box-shadow:0 8px 22px #1d2d490a}.dashboard-storage-summary span{color:#69768b;font-size:.73rem;font-weight:700}.dashboard-storage-summary strong{color:#2c3b53;font-size:.82rem}.dashboard-recent-list{padding:7px 18px 18px}.dashboard-recent-item{min-height:74px;padding:12px 6px;display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none;border-bottom:1px solid #edf0f4}.dashboard-recent-item:last-child{border-bottom:0}.dashboard-recent-item:hover{background:#fafcff}.dashboard-recent-item__content{min-width:0;flex:1}.dashboard-recent-item__content strong,.dashboard-recent-item__content>span{display:block}.dashboard-recent-item__content strong{max-width:520px;overflow:hidden;color:#334158;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-recent-item__content>span{margin-top:4px;color:#929cad;font-size:.63rem}.dashboard-recent-progress{height:4px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e8edf4}.dashboard-recent-progress span{height:100%;display:block;border-radius:inherit;background:#3472d7}@media(max-width:760px){.dashboard-heading__actions{width:100%}.dashboard-heading__actions .primary-action{flex:1;justify-content:center}.dashboard-storage-summary{grid-template-columns:1fr}.dashboard-recent-item{align-items:flex-start;flex-wrap:wrap}.dashboard-recent-item__content{min-width:calc(100% - 65px)}}.settings-page{width:100%;max-width:1480px;margin:0 auto;padding-bottom:36px}.settings-page .module-heading{margin-bottom:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.settings-page .module-heading>div:first-child{min-width:0}.settings-page .module-heading>div:first-child>span{display:block;margin-bottom:10px;color:#2563eb;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-page .module-heading h1{margin:0;color:#16233b;font-size:clamp(2rem,3vw,2.7rem);font-weight:800;letter-spacing:-.045em;line-height:1.05}.settings-page .module-heading p{margin:10px 0 0;color:#77849a;font-size:.94rem;line-height:1.55}.settings-page .module-heading p strong{color:#5b6679}.settings-page .icon-button{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;color:#607089;border:1px solid #dbe3ee;border-radius:14px;background:#fff;box-shadow:0 8px 22px #1727440d;cursor:pointer;transition:color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.settings-page .icon-button:hover{color:#2563eb;border-color:#bfd1ee;box-shadow:0 10px 25px #2563eb1f;transform:translateY(-1px)}.settings-page .feedback-message{margin-bottom:18px;padding:13px 16px;display:flex;align-items:center;gap:10px;border-radius:13px;font-size:.77rem;font-weight:700}.settings-page .feedback-message--error{color:#b4232e;border:1px solid #f0b8bd;background:#fff0f1}.settings-page .feedback-message--success{color:#19734e;border:1px solid #a9dfc4;background:#eaf8f1}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-card{overflow:hidden;border:1px solid #dfe6ef;border-radius:18px;background:#fff;box-shadow:0 12px 30px #1d2d490d}.settings-card>header{min-height:82px;padding:18px 21px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #e8edf3;background:linear-gradient(180deg,#fff,#fbfcfe)}.settings-card>header>div:first-child{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;color:#2563eb;border-radius:13px;background:#eaf2ff}.settings-card>header>div:last-child{min-width:0}.settings-card>header span{display:block;margin-bottom:3px;color:#8a96a9;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-card>header h2{margin:0;color:#25344b;font-size:1rem;font-weight:800}.settings-card__body{padding:22px}.settings-field{display:block}.settings-field>span{display:block;margin-bottom:8px;color:#536178;font-size:.72rem;font-weight:800}.settings-field select,.settings-field input{width:100%;min-height:46px;padding:0 13px;color:#34445d;font-family:inherit;font-size:.78rem;border:1px solid #d9e1eb;border-radius:11px;outline:none;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.settings-field select:focus,.settings-field input:focus{border-color:#5d8fe4;box-shadow:0 0 0 3px #2563eb1c}.settings-field select:disabled,.settings-field input:disabled{color:#8c97a8;background:#f4f6f9;cursor:not-allowed}.settings-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-switch{position:relative;margin-top:19px;display:grid;grid-template-columns:44px 1fr;align-items:start;gap:0 12px;cursor:pointer}.settings-switch input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.settings-switch>span{position:relative;width:44px;height:24px;margin-top:1px;display:block;border-radius:999px;background:#d8e0ea;transition:background .18s ease}.settings-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #1a2a4238;transition:transform .18s ease}.settings-switch input:checked+span{background:#2f6ed8}.settings-switch input:checked+span:after{transform:translate(20px)}.settings-switch input:disabled+span{opacity:.6;cursor:not-allowed}.settings-switch>div{min-width:0}.settings-switch strong{display:block;color:#3e4c63;font-size:.75rem;font-weight:800;line-height:1.35}.settings-switch small{display:block;margin-top:4px;color:#8a96a8;font-size:.66rem;line-height:1.5}.settings-input-suffix{position:relative}.settings-input-suffix input{padding-right:62px}.settings-input-suffix>span{position:absolute;top:50%;right:14px;color:#8490a3;font-size:.67rem;font-weight:700;pointer-events:none;transform:translateY(-50%)}.settings-save-bar{margin-top:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #d9e5f5;border-radius:15px;background:#f8fbff}.settings-save-bar>div{display:flex;align-items:center;gap:9px;color:#66758c;font-size:.71rem}.settings-save-bar>div svg{color:#3472d7}.settings-page .primary-action{min-height:44px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-family:inherit;font-size:.72rem;font-weight:800;border:0;border-radius:11px;background:linear-gradient(135deg,#3475df,#245fc8);box-shadow:0 9px 20px #2563eb33;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.settings-page .primary-action:hover{box-shadow:0 11px 24px #2563eb47;transform:translateY(-1px)}.settings-page .primary-action:disabled{opacity:.65;cursor:not-allowed;transform:none}.settings-health{margin-top:18px;overflow:hidden;border:1px solid #dfe6ef;border-radius:18px;background:#fff;box-shadow:0 12px 30px #1d2d490d}.settings-health>header{min-height:82px;padding:18px 21px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e8edf3;background:linear-gradient(180deg,#fff,#fbfcfe)}.settings-health>header>div{display:flex;align-items:center;gap:12px}.settings-health>header>div>svg{width:44px;height:44px;padding:11px;color:#2563eb;border-radius:13px;background:#eaf2ff}.settings-health>header span{display:block;margin-bottom:3px;color:#8a96a9;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-health>header h2{margin:0;color:#25344b;font-size:1rem;font-weight:800}.system-health-badge{min-height:34px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border-radius:999px;font-size:.66rem;font-weight:800;text-transform:capitalize}.system-health-badge--online{color:#18734f;background:#e6f7ee}.system-health-badge--warning{color:#94620c;background:#fff2ce}.settings-services-grid{padding:20px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.settings-services-grid article{position:relative;min-height:118px;padding:15px;display:flex;align-items:flex-start;gap:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fafbfd}.service-icon{width:41px;height:41px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px}.service-icon--online{color:#197653;background:#e6f7ee}.service-icon--offline{color:#b13f48;background:#ffebed}.settings-services-grid article>div:nth-child(2){min-width:0}.settings-services-grid strong{display:block;padding-right:12px;color:#3c4a60;font-size:.73rem;font-weight:800}.settings-services-grid article>div:nth-child(2)>span{display:block;margin-top:5px;color:#8995a7;font-size:.62rem;line-height:1.45}.settings-services-grid small{display:block;margin-top:8px;color:#607088;font-size:.61rem;font-weight:800}.service-dot{position:absolute;top:13px;right:13px;width:8px;height:8px;border-radius:50%}.service-dot--online{background:#24bb80;box-shadow:0 0 0 4px #24bb801a}.service-dot--offline{background:#df515b;box-shadow:0 0 0 4px #df515b1a}.settings-system-info{min-height:54px;padding:13px 21px;display:flex;align-items:center;gap:24px;color:#758298;font-size:.66rem;border-top:1px solid #e8edf3;background:#fafbfd}.settings-system-info>div{display:flex;align-items:center;gap:7px}.settings-system-info>div:first-child{color:#327052;font-weight:800}@media(max-width:1120px){.settings-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.settings-grid,.settings-fields-grid{grid-template-columns:1fr}.settings-page .module-heading{align-items:flex-start}}@media(max-width:620px){.settings-page .module-heading,.settings-save-bar,.settings-health>header,.settings-system-info{align-items:stretch;flex-direction:column}.settings-page .module-heading .icon-button{align-self:flex-end}.settings-services-grid{grid-template-columns:1fr}.settings-save-bar .primary-action{width:100%}}
