*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{background:#fff;font-family:Tahoma,sans-serif}#root{width:100%;min-height:100dvh}.login-screen{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;min-height:100dvh;padding:24px 20px;font-family:Tahoma,sans-serif;display:flex}.login-screen__card{width:min(420px,100%)}.login-screen__logo{object-fit:contain;width:min(280px,80%);height:auto;margin:0 auto 24px;display:block}.login-screen__title{color:#222;text-align:center;margin:0 0 20px;font-size:22px;font-weight:700;line-height:1.2}.login-screen__form{flex-direction:column;gap:16px;display:flex}.login-screen__field{flex-direction:column;gap:6px;display:flex}.login-screen__label{color:#333;font-size:14px;font-weight:700}.login-screen__input{box-sizing:border-box;color:#222;width:100%;font:inherit;background:#fff;border:1px solid #9a9a9a;border-radius:6px;padding:10px 12px;font-size:15px;line-height:1.3}.login-screen__input::placeholder{color:#b0b0b0;opacity:1}.login-screen__error{color:#d32f2f;margin:0;font-size:14px;line-height:1.3}.login-screen__remember{color:#222;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:15px;line-height:1.25;display:inline-flex}.login-screen__checkbox{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.login-screen__checkmark{box-sizing:border-box;background:#fff;border:1px solid #9a9a9a;border-radius:2px;flex:none;width:18px;height:18px}.login-screen__checkbox:checked+.login-screen__checkmark{background:#ff8a00;border-color:#c45a00}.login-screen__checkbox:checked+.login-screen__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;margin:1px auto 0;display:block;transform:rotate(45deg)}.login-screen__checkbox:focus-visible+.login-screen__checkmark{outline-offset:2px;outline:2px solid #25b6f6}.login-screen__submit{color:#000;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #222;border-radius:10px;justify-content:center;align-items:center;padding:8px 16px;font-size:16px;font-weight:700;display:flex}.login-screen__submit:disabled{opacity:.6;cursor:default}.login-screen__submit:not(:disabled):active{transform:scale(.97)}.login-screen__forgot{color:#888;font:inherit;cursor:default;opacity:.55;background:0 0;border:none;align-self:center;margin:0;padding:0;font-size:14px;text-decoration:underline}.login-screen__forgot:disabled{cursor:not-allowed}.login-screen__notice{color:#555;text-align:center;margin:0 0 16px;font-size:14px;line-height:1.4}.login-screen__success{color:#1b5e20;background:#e8f5e9;border-radius:6px;margin:0 0 12px;padding:10px 12px;font-size:14px;line-height:1.35}.login-screen__hint{color:#777;font-size:12px;line-height:1.3}.login-screen__link-btn{color:#1565c0;font:inherit;cursor:pointer;background:0 0;border:none;align-self:center;margin:0;padding:0;font-size:14px;text-decoration:underline}.login-screen__link-btn--inline{font-size:inherit;align-self:auto;display:inline}.login-screen__footer{text-align:center;color:#555;margin:4px 0 0;font-size:14px}.analytics-section{box-sizing:border-box;color:#222;flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.analytics-section__intro{flex-direction:column;gap:6px;display:flex}.analytics-section__title{margin:0;font-size:22px;font-weight:700}.analytics-section__hint{color:#666;margin:0;font-size:14px}.analytics-section__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.analytics-card{background:#eaf8ff;border:1px solid #28b8f6;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.analytics-card--button{color:inherit;font:inherit;text-align:left;cursor:pointer}.analytics-card--button:hover{background:#d4f0fc}.analytics-card--button:active{transform:scale(.99)}.analytics-card__title{margin:0;font-size:18px;font-weight:700}.analytics-card__text{color:#444;flex:1;margin:0;font-size:14px;line-height:1.4}.analytics-sub{box-sizing:border-box;color:#222;flex-direction:column;gap:14px;width:100%;margin-top:16px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.analytics-sub__header{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.analytics-sub__back{font:inherit;cursor:pointer;background:#fff;border:1px solid #90a4ae;border-radius:8px;padding:6px 12px}.analytics-sub__back:hover{background:#eceff1}.analytics-sub__title{margin:0;font-size:20px;font-weight:700}.analytics-sub__filters{flex-wrap:wrap;align-items:flex-end;gap:10px 14px;display:flex}.analytics-sub__field{flex-direction:column;gap:4px;min-width:140px;display:flex}.analytics-sub__field label{color:#555;font-size:12px}.analytics-sub__field input,.analytics-sub__field select{font:inherit;background:#fff;border:1px solid #90a4ae;border-radius:6px;padding:6px 8px}.analytics-sub__actions{flex-wrap:wrap;gap:8px;display:flex}.analytics-sub__btn{color:#fff;font:inherit;cursor:pointer;background:#0288d1;border:1px solid #0288d1;border-radius:8px;padding:8px 14px;font-weight:600}.analytics-sub__btn:disabled{opacity:.55;cursor:not-allowed}.analytics-sub__btn--secondary{color:#0288d1;background:#fff}.analytics-sub__error{color:#c62828;margin:0;font-size:14px}.analytics-sub__hint{color:#666;margin:0;font-size:14px}.analytics-table-wrap{background:#fff;border:1px solid #cfd8dc;border-radius:8px;overflow-x:auto}.analytics-table{border-collapse:collapse;width:100%;font-size:13px}.analytics-table th,.analytics-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #eceff1;padding:8px 10px}.analytics-table th{background:#f5f7f8;font-weight:700}.analytics-table tbody tr{cursor:default}.analytics-table tbody tr.analytics-table__row--clickable{cursor:pointer}.analytics-table tbody tr.analytics-table__row--clickable:hover{background:#e3f2fd}.analytics-table__totals{margin:0;font-size:14px;line-height:1.5}.analytics-charts{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=900px){.analytics-charts{grid-template-columns:1.4fr 1fr}}.analytics-chart-card{background:#fff;border:1px solid #cfd8dc;border-radius:10px;min-height:280px;padding:12px}.analytics-chart-card h3{margin:0 0 10px;font-size:15px}.analytics-chart-card canvas{max-height:320px;width:100%!important}.analytics-modal-overlay{z-index:40;background:#00000059;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.analytics-modal{background:#fff;border-radius:12px;flex-direction:column;gap:12px;width:min(440px,100%);padding:16px;display:flex;box-shadow:0 8px 28px #0000002e}.analytics-modal h3{margin:0;font-size:18px}.analytics-modal__fields{flex-direction:column;gap:10px;display:flex}.analytics-modal--wide{width:min(520px,100%)}.analytics-categories-add{gap:8px;margin-bottom:4px;display:flex}.analytics-categories-add input{font:inherit;background:#fff;border:1px solid #90a4ae;border-radius:6px;flex:1;padding:6px 8px}.analytics-categories-list{background:#fff;border:1px solid #cfd8dc;border-radius:8px;max-height:320px;margin:0;padding:0;list-style:none;overflow-y:auto}.analytics-categories-item{border-bottom:1px solid #eceff1;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:14px;display:flex}.analytics-categories-item:last-child{border-bottom:none}.analytics-categories-empty{color:#888;padding:12px;font-size:14px}.analytics-category-badge{color:#1565c0;font-size:12px;font-weight:600}.analytics-category-delete{color:#c62828;font:inherit;cursor:pointer;background:#fff;border:1px solid #e57373;border-radius:6px;padding:4px 10px;font-size:13px}.analytics-category-delete:hover{background:#ffebee}.analytics-category-delete:disabled{opacity:.55;cursor:not-allowed}.debtors-section{box-sizing:border-box;color:#222;flex-direction:column;gap:16px;width:100%;max-width:100%;margin-top:16px;padding:0 12px 24px;font-family:Tahoma,sans-serif;display:flex}.debtors-section__header{flex-direction:column;gap:6px;display:flex}.debtors-section__title{margin:0;font-size:clamp(18px,4.5vw,22px);font-weight:700}.debtors-table-wrap{background:#fff;border:1px solid #c8c8c8;border-radius:10px;width:100%;max-width:100%;overflow:hidden;box-shadow:0 2px 8px #0000000f}.debtors-table{table-layout:fixed;border-collapse:collapse;width:100%}.debtors-table thead{background:#bdefd8}.debtors-table th{color:#222;text-align:left;vertical-align:middle;word-break:break-word;overflow-wrap:anywhere;border-bottom:1px solid #222;border-right:1px solid #c8c8c8;padding:clamp(6px,1.4vw,12px) clamp(3px,.8vw,8px);font-size:clamp(8px,2.1vw,14px);font-weight:700;line-height:1.15}.debtors-table th:first-child{width:10%}.debtors-table th:nth-child(2),.debtors-table th:nth-child(3),.debtors-table th:nth-child(4){width:9%}.debtors-table th:nth-child(5){width:16%}.debtors-table th:nth-child(6){width:13%}.debtors-table th:nth-child(7){width:25%}.debtors-table th:last-child,.debtors-table td:last-child{border-right:none}.debtors-table td{vertical-align:middle;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere;border-bottom:1px solid #e0e0e0;border-right:1px solid #e8e8e8;padding:clamp(6px,1.4vw,12px) clamp(3px,.8vw,8px);font-size:clamp(8px,2.1vw,14px);line-height:1.25;overflow:hidden}.debtors-table td:last-child{word-break:normal;overflow-wrap:normal;overflow:visible;container:debtors-action/inline-size}.debtors-table__btn{box-sizing:border-box;letter-spacing:-.03em;cursor:pointer;white-space:nowrap;border-radius:6px;width:100%;padding:clamp(4px,1cqi,8px) clamp(2px,1.5cqi,8px);font-family:inherit;font-size:clamp(7px,12.5cqi,13px);font-weight:700;line-height:1.2;display:block}.debtors-table__btn--edit{color:#000;background:#ff8a00;border:1px solid #ff8a00}.debtors-table__btn--edit:hover{background:#f07f00}.debtors-table tbody tr:nth-child(2n){background:#fffceb}.debtors-table tbody tr:nth-child(odd){background:#eaf8ff}.debtors-table tbody tr:hover{background:#ff8a0014}.debtors-table__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.debtors-table__empty{color:#666;font-weight:700;text-align:center!important;background:#fff!important;padding:28px 16px!important}.debtors-section__pagination{color:#666;margin:0;font-size:clamp(12px,3vw,14px)}@media (width<=560px){.debtors-section{padding:0 8px 20px}.debtors-table th:nth-child(7){width:28%}.debtors-table th:nth-child(2),.debtors-table th:nth-child(3),.debtors-table th:nth-child(4){width:8%}}.app-header{box-sizing:border-box;background:#fff;justify-content:space-between;align-items:flex-end;gap:clamp(8px,2vw,16px);width:100%;max-width:100%;min-height:0;padding:12px clamp(10px,3vw,20px) 0;font-family:Tahoma,sans-serif;display:flex;overflow:hidden}.app-header__logo{flex:0 0 40%;align-items:flex-end;width:40%;min-width:0;max-width:40%;display:flex}.app-header__logo img{object-fit:contain;object-position:left bottom;width:100%;height:auto;max-height:clamp(36px,11vw,56px);display:block}.app-header__user{text-align:left;flex-direction:column;flex:1 1 0;justify-content:center;align-items:flex-start;min-width:0;display:flex;overflow:hidden}.app-header__role{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:clamp(11px,2.4vw,13px);line-height:1.2;overflow:hidden}.app-header__name{color:#222;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:clamp(12px,3.2vw,22px);font-weight:700;line-height:1.25;overflow:hidden}.app-header__logout{color:#666;font:inherit;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:0;font-size:clamp(11px,2.4vw,13px);line-height:1.2;text-decoration:underline}.nav-panel{box-sizing:border-box;align-items:stretch;gap:12px;width:100%;margin-top:16px;padding:0 20px;font-family:Tahoma,sans-serif;display:flex}.nav-panel__btn{color:#000;text-align:center;white-space:pre-line;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;cursor:pointer;opacity:.72;border:1px solid #222;border-radius:10px;flex:1 1 0;justify-content:center;align-items:center;min-width:0;min-height:0;padding:6px 8px;font-size:clamp(11px,2.2vw,14px);font-weight:700;line-height:1.2;transition:transform .15s,opacity .15s,box-shadow .15s;display:flex;overflow:hidden}.nav-panel__btn--active{opacity:1;box-shadow:0 0 0 2px #222}.nav-panel__btn:active{transform:scale(.97)}.orders-filter-bar{box-sizing:border-box;color:#222;flex-direction:column;gap:14px;width:100%;margin-top:16px;padding:0 20px;font-family:Tahoma,sans-serif;display:flex}.orders-filter-bar__period{flex-flow:row;align-items:center;gap:8px 10px;width:100%;min-width:0;display:flex}.orders-filter-bar__period-label{white-space:nowrap;flex:0 auto;align-items:center;gap:6px;min-width:0;font-size:16px;line-height:1.2;display:inline-flex}.orders-filter-bar__date{color:#222;min-width:0;font:inherit;text-align:center;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #9a9a9a;border-radius:4px;flex:0 auto;padding:6px 10px;font-size:16px;line-height:1.2}.orders-filter-bar__date-wrap{cursor:pointer;background:#fff;border:1px solid #9a9a9a;border-radius:4px;justify-content:center;align-items:center;min-width:118px;padding:6px 10px;display:inline-flex;position:relative}.orders-filter-bar__date-display{color:#222;white-space:nowrap;pointer-events:none;font-size:16px;line-height:1.2}.orders-filter-bar__date-input{opacity:0;cursor:pointer;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.orders-filter-bar__error{color:#c62828;margin:0;font-size:14px;line-height:1.3}.orders-filter-bar__types{grid-template-columns:repeat(3,minmax(0,1fr));place-items:center start;gap:10px 24px;display:grid}.orders-filter-bar__type{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;display:inline-flex}.orders-filter-bar__checkbox{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.orders-filter-bar__checkmark{box-sizing:border-box;background:#fff;border:1px solid #9a9a9a;border-radius:2px;flex:none;width:18px;height:18px}.orders-filter-bar__checkbox:checked+.orders-filter-bar__checkmark{background:#ff8a00;border-color:#c45a00}.orders-filter-bar__checkbox:checked+.orders-filter-bar__checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;margin:1px auto 0;display:block;transform:rotate(45deg)}.orders-filter-bar__checkbox:focus-visible+.orders-filter-bar__checkmark{outline-offset:2px;outline:2px solid #25b6f6}.orders-filter-bar__type-name{white-space:nowrap;min-width:0;font-size:16px;line-height:1.25}.orders-filter-bar__search{align-items:center;gap:8px;width:100%;max-width:420px;display:flex;position:relative}.orders-filter-bar__search-wrap{flex:auto;min-width:0;position:relative}.orders-filter-bar__search-input{box-sizing:border-box;color:#222;width:100%;font:inherit;background:#fff;border:1px solid #9a9a9a;border-radius:4px;padding:8px 32px 8px 12px;font-size:16px;line-height:1.2}.orders-filter-bar__search-clear{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;width:28px;height:28px;padding:0;font-size:22px;line-height:1;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.orders-filter-bar__search-clear:hover{color:#222;background:#f0f0f0}.orders-filter-bar__search-ok{color:#222;font:inherit;cursor:pointer;background:#f7f7f7;border:1px solid #9a9a9a;border-radius:4px;flex:none;padding:8px 14px;font-size:15px}.orders-filter-bar__search-ok:hover{background:#eee}.orders-filter-bar__search-popup{z-index:40;box-sizing:border-box;color:#222;white-space:nowrap;background:#fff;border:1px solid #c8c8c8;border-radius:6px;align-items:center;gap:6px;min-width:min(100%,260px);max-width:100%;padding:6px 8px;font-size:14px;font-weight:600;line-height:1.25;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 14px #0000001f}.orders-filter-bar__search-popup-text{text-align:center;flex:auto;min-width:0}.orders-filter-bar__search-popup-count{color:#555;font-size:13px;font-weight:500}.orders-filter-bar__search-nav{color:#222;cursor:pointer;background:#f7f7f7;border:1px solid #c8c8c8;border-radius:4px;flex:none;width:28px;height:28px;padding:0;font-size:22px;line-height:1}.orders-filter-bar__search-nav:hover:not(:disabled){background:#eee}.orders-filter-bar__search-nav:disabled{opacity:.4;cursor:default}@media (width<=560px){.orders-filter-bar__period{gap:6px 8px}.orders-filter-bar__period-label{gap:4px;font-size:14px}.orders-filter-bar__date-wrap{min-width:100px;padding:5px 8px}.orders-filter-bar__date-display{font-size:14px}.orders-filter-bar__types{gap:8px}.orders-filter-bar__type{gap:4px}.orders-filter-bar__type-name{font-size:11px}}.vehicle-carousel{box-sizing:border-box;-webkit-user-select:none;user-select:none;touch-action:pan-y;flex-direction:column;flex:auto;width:100%;min-height:0;margin-top:12px;font-family:Tahoma,sans-serif;display:flex}.vehicle-carousel--dragging{cursor:grabbing;touch-action:none;-webkit-user-select:none;user-select:none}.vehicle-carousel--sliding{pointer-events:none}.vehicle-carousel__viewport{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex:none;width:100%;padding:0 12px;overflow:hidden}.vehicle-carousel__swipe-below{flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}.vehicle-carousel__track{cursor:grab;align-items:center;width:100%;display:flex}.vehicle-carousel__track--wide{width:133.333%}.vehicle-carousel__track--wide .vehicle-carousel__slot{flex:0 0 25%}.vehicle-carousel__track--dragging{cursor:grabbing}.vehicle-carousel__track--sliding{will-change:transform;transition:transform .42s cubic-bezier(.22,1,.36,1)}.vehicle-carousel__slot{min-width:0;cursor:inherit;background:0 0;border:none;flex:0 0 33.333%;justify-content:center;align-items:center;padding:2px clamp(2px,.6vw,4px);display:flex;overflow:hidden}.vehicle-carousel__plate{box-sizing:border-box;pointer-events:none;border-radius:6px;justify-content:center;align-items:center;gap:clamp(2px,.8vw,6px);width:fit-content;min-width:0;max-width:100%;min-height:0;padding:4px 8px;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1),background-color .42s cubic-bezier(.22,1,.36,1),color .28s,border-color .28s;display:inline-flex;overflow:hidden}.vehicle-carousel__plate--side{color:#000;background:#fff;border:1px solid #222;transform:scale(.96)}.vehicle-carousel__plate--active{color:#fff;background:#5ac85a;border:1px solid #5ac85a;font-weight:700;transform:scale(1.02);box-shadow:0 2px 8px #00000029}.vehicle-carousel__number{letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;flex:none;min-width:0;font-size:clamp(14px,3.2vw,17px);font-weight:700;line-height:1.15;overflow:hidden}.vehicle-carousel__plate--active .vehicle-carousel__number{font-weight:700}.vehicle-carousel__divider{opacity:.55;background:currentColor;flex:0 0 1px;align-self:stretch;width:1px}.vehicle-carousel__flag{border:1px solid #00000040;border-radius:1px;flex-direction:column;flex-shrink:0;width:clamp(9px,2.2vw,14px);height:clamp(7px,1.8vw,10px);display:flex;overflow:hidden}.vehicle-carousel__flag-stripe{flex:1 1 0;width:100%}.vehicle-carousel__flag-stripe--white{background:#fff}.vehicle-carousel__flag-stripe--blue{background:#0039a6}.vehicle-carousel__flag-stripe--red{background:#d52b1e}@media (width<=560px){.vehicle-carousel__viewport{padding:0 8px}.vehicle-carousel__slot{padding:2px 1px}}.vehicle-carousel__picker-overlay{z-index:1200;box-sizing:border-box;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;font-family:Tahoma,sans-serif;display:flex;position:fixed;inset:0;overflow:auto}.vehicle-carousel__picker{color:#222;background:#fff;border-radius:10px;flex-direction:column;width:min(420px,100%);max-height:min(80vh,640px);margin:auto;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000040}.vehicle-carousel__picker-header{border-bottom:1px solid #e0e0e0;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.vehicle-carousel__picker-title{margin:0;font-size:18px;font-weight:700}.vehicle-carousel__picker-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;width:32px;height:32px;padding:0;font-size:24px;line-height:1}.vehicle-carousel__picker-close:hover{background:#f2f2f2}.vehicle-carousel__picker-list{flex:auto;min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.vehicle-carousel__picker-item{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:#fff;border:none;border-bottom:1px solid #ececec;border-radius:0;flex-direction:column;align-items:flex-start;gap:2px;margin:0;padding:12px 16px;display:flex}.vehicle-carousel__picker-item:hover{background:#f5f9fc}.vehicle-carousel__picker-item--active{background:#e8f7e8}.vehicle-carousel__picker-item--active:hover{background:#dff3df}.vehicle-carousel__picker-plate{letter-spacing:.02em;font-size:16px;font-weight:700}.vehicle-carousel__picker-meta{color:#666;font-size:13px;line-height:1.3}.vehicle-info-card-wrap{box-sizing:border-box;border-top:1px solid #222;width:100%;margin-top:16px;margin-bottom:0;padding:0;overflow:hidden}.vehicle-info-card{box-sizing:border-box;color:#222;text-align:left;background:#bdefd8;border-radius:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px;width:100%;min-height:0;padding:5px 14px 5px 20px;font-family:Tahoma,sans-serif;display:flex;overflow:hidden}.vehicle-info-card__title,.vehicle-info-card__driver,.vehicle-info-card__phone{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;padding:0;line-height:1.2;overflow:hidden}.vehicle-info-card__title{font-size:clamp(12px,4vw,20px);font-weight:700}.vehicle-info-card__driver{font-size:clamp(11px,3.5vw,18px);font-weight:400}.vehicle-info-card__phone{font:inherit;color:#222;text-align:left;cursor:pointer;background:0 0;border:none;font-size:clamp(11px,3.2vw,17px);font-weight:400}.vehicle-info-card__phone:hover{text-decoration:underline}.order-modal-overlay{z-index:1000;box-sizing:border-box;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;font-family:Tahoma,sans-serif;display:flex;position:fixed;inset:0;overflow:auto}.order-modal-overlay--nested{z-index:1100}.order-modal{color:#222;box-sizing:border-box;background:#fff;border-radius:10px;width:min(720px,100%);max-width:100%;margin:auto;overflow:hidden;box-shadow:0 12px 40px #00000040}.order-modal--move{width:min(480px,100%)}.order-modal--confirm{width:min(420px,100%)}.order-modal--mixed-shift,.order-modal--send-comment{width:min(520px,100%)}.order-modal__confirm{flex-direction:column;gap:16px;padding:16px 20px 20px;display:flex}.order-modal__confirm-text{color:#222;margin:0;font-size:16px;line-height:1.4}.order-modal__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.order-modal__title{margin:0;font-size:22px;font-weight:700;line-height:1.2}.order-modal__close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;width:36px;height:36px;font-size:28px;line-height:1}.order-modal__close:hover{color:#222;background:#f2f2f2}.order-modal__form{flex-direction:column;gap:16px;padding:20px;display:flex}.order-modal__row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.order-modal__row--driver{align-items:flex-end}.order-modal__field{flex-direction:column;flex:180px;gap:6px;min-width:0;display:flex}.order-modal__field--narrow{flex:0 140px}.order-modal__field--date{flex:0 180px;min-width:0}.order-modal__date-wrap{box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #9a9a9a;border-radius:6px;align-items:center;width:100%;min-width:0;padding:10px 12px;display:flex;position:relative}.order-modal__date-display{font:inherit;color:#222;white-space:nowrap;pointer-events:none;font-size:15px;line-height:1.3}.order-modal__date-input{opacity:0;cursor:pointer;border:none;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.order-modal__field--marker{flex:none;align-items:flex-start}.order-modal__label{color:#333;font-size:14px;font-weight:700}.order-modal__label--required:after{content:" *";color:#d32f2f}.order-modal__input,.order-modal__select,.order-modal__textarea{box-sizing:border-box;color:#222;width:100%;font:inherit;background:#fff;border:1px solid #9a9a9a;border-radius:6px;padding:10px 12px;font-size:15px;line-height:1.3}.order-modal__textarea{resize:vertical;min-height:120px}.order-modal__input:read-only{background:#f5f5f5}.order-modal__input::placeholder,.order-modal__textarea::placeholder{color:#b0b0b0;opacity:1}.order-modal__checkbox{accent-color:#ff9800;cursor:pointer;width:20px;height:20px;margin-top:8px}.order-modal__tg-btn{color:#fff;font:inherit;cursor:pointer;white-space:nowrap;background:#08c;border:1px solid #08c;border-radius:6px;flex:none;align-items:center;gap:8px;padding:10px 14px;font-size:14px;font-weight:700;display:inline-flex}.order-modal__tg-btn:hover:not(:disabled){background:#0077b3}.order-modal__tg-btn:disabled{opacity:.7;cursor:wait}.order-modal--channel-picker{max-width:360px}.order-modal__channel-list{flex-direction:column;gap:12px;padding:8px 4px 4px;display:flex}.order-modal__channel-btn{width:100%;min-height:48px;font:inherit;color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:16px;font-weight:700;display:inline-flex}.order-modal__channel-btn--telegram{background:#08c}.order-modal__channel-btn--telegram:hover{background:#0077b3}.order-modal__channel-btn--max{background:linear-gradient(135deg,#37b7ff 0%,#7a4dff 48%,#c238ff 100%);box-shadow:0 2px 8px #7a4dff47}.order-modal__channel-btn--max:hover{filter:brightness(1.05)}.order-modal__channel-max-icon{aspect-ratio:1;object-fit:contain;object-position:center;background:0 0;border-radius:22%;flex-shrink:0;width:22px;height:22px}.order-modal__btn--max-send{color:#fff;background:linear-gradient(135deg,#37b7ff 0%,#7a4dff 48%,#c238ff 100%);border:none}.order-modal__btn--max-send:hover:not(:disabled){filter:brightness(1.05)}.day-section__max-icon-img{aspect-ratio:1;object-fit:contain;object-position:center;vertical-align:middle;background:0 0;border-radius:22%;width:16px;height:16px}.order-modal__form--comment{flex-direction:column;min-height:min(420px,100vh - 160px);display:flex}.order-modal__textarea--comment{resize:none;flex:auto;width:100%;min-height:min(320px,100vh - 240px)}.order-modal__actions{flex-wrap:wrap;gap:10px;padding-top:4px;display:flex}.order-modal__actions--create{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.order-modal__actions--pair,.order-modal__actions--comment{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.order-modal__error{color:#c62828;margin:0;font-size:14px}.order-modal__hint{color:#666;margin:0;font-size:13px;line-height:1.35}.order-modal__error--telegram{white-space:pre-line;line-height:1.4}.order-modal__btn{font:inherit;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;min-width:0;padding:10px 18px;font-size:15px;font-weight:700;overflow:hidden}.order-modal__btn--primary{color:#000;background:#ff8a00;border:1px solid #ff8a00}.order-modal__btn--primary:hover{background:#f07f00}.order-modal__btn--secondary{color:#222;background:#fff;border:1px solid #9a9a9a}.order-modal__btn--secondary:hover{background:#f5f5f5}.order-modal__btn--comment{color:#37474f;background:#fff;border:1px solid #607d8b}.order-modal__btn--comment:hover{background:#eceff1}.order-modal__btn--repair{color:#e65100;background:#fff;border:1px solid #ff9800}.order-modal__btn--repair:hover{background:#fff3e0}.order-modal__form--repair{gap:16px}.order-modal__btn--success{color:#fff;background:#43a047;border:1px solid #2e7d32}.order-modal__btn--success:hover{background:#388e3c}.order-modal__btn--danger{color:#fff;background:#f44336;border:1px solid #f44336}.order-modal__btn--danger:hover{background:#d32f2f}.order-modal__btn--move{color:#0277bd;background:#fff;border:1px solid #0288d1}.order-modal__btn--move:hover{background:#e1f5fe}.order-modal__btn--copy{color:#37474f;background:#fff;border:1px solid #546e7a}.order-modal__btn--copy:hover{background:#eceff1}@media (width<=560px){.order-modal-overlay{padding:12px}.order-modal__header,.order-modal__form{padding:14px}.order-modal__title{font-size:18px}.order-modal__row{flex-direction:column;align-items:stretch}.order-modal__field,.order-modal__field--narrow,.order-modal__field--date{flex:auto;width:100%;max-width:100%}.order-modal__input,.order-modal__select,.order-modal__textarea{min-width:0;max-width:100%}.order-modal__tg-btn{width:100%}.order-modal__actions--create,.order-modal__actions--pair,.order-modal__actions--comment{grid-template-columns:1fr}.order-modal__btn{white-space:normal;text-align:center;line-height:1.2}}.orders-menu{box-sizing:border-box;color:#222;flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.orders-menu__intro{flex-direction:column;gap:6px;display:flex}.orders-menu__title{margin:0;font-size:22px;font-weight:700}.orders-menu__hint{color:#666;margin:0;font-size:14px}.orders-menu__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.orders-menu-card{color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff4e5;border:1px solid #ff8a00;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.orders-menu-card:hover{background:#ffe8cc}.orders-menu-card:active{transform:scale(.99)}.orders-menu-card--static{cursor:default}.orders-menu-card--static:hover,.orders-menu-card--static:active{background:#fff4e5;transform:none}.orders-menu-card__title{margin:0;font-size:18px;font-weight:700}.orders-menu-card__text{color:#444;flex:1;margin:0;font-size:14px;line-height:1.4}.orders-menu-card__badge{color:#fff;background:#ff8a00;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:12px;font-weight:700}.day-section{box-sizing:border-box;border-top:1px solid #c8c8c8;align-items:stretch;width:100%;display:flex}.day-section--today{box-shadow:inset 3px 0 #ff8a00}.day-section__date{box-sizing:border-box;border-right:1px solid #222;flex:0 0 12%;justify-content:center;align-items:center;width:12%;max-width:12%;min-height:150px;display:flex}.day-section__date-text{color:#222;white-space:pre-line;text-align:center;writing-mode:vertical-rl;font-size:16px;font-weight:700;line-height:1.2;transform:rotate(180deg)}.day-section__rows{flex-direction:column;flex:auto;min-width:0;display:flex}.day-section__row{box-sizing:border-box;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #9a9a9a;border-radius:0;flex:none;align-items:stretch;width:100%;height:auto;min-height:30px;margin:0;padding:0;display:flex}.day-section__row:hover{background:#0000000a}.day-section__row:focus-visible{outline-offset:-2px;outline:2px solid #25b6f6}.day-section__row:last-child{border-bottom:none}.day-section__cells{flex:auto;align-items:stretch;min-width:0;display:flex}.day-section__completed-block{flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}.day-section__cell{box-sizing:border-box;color:#222;text-overflow:ellipsis;white-space:nowrap;border-right:1px solid #9a9a9a;align-items:center;min-width:0;padding:0 8px;font-family:Tahoma,sans-serif;font-size:14px;font-weight:700;line-height:1.2;display:flex;overflow:hidden}.day-section__cell:first-child,.day-section__cell:nth-child(2){flex:0 0 15.9091%;width:15.9091%;max-width:15.9091%}.day-section__cell:nth-child(3){flex:0 0 17.0455%;width:17.0455%;max-width:17.0455%}.day-section__cell:nth-child(4){flex:1 1 0}.day-section__cell:last-child{border-right:none}.day-section__cell--number{justify-content:flex-end;align-self:stretch}.day-section__cell--customer{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;word-break:break-word;align-self:stretch;align-items:center;gap:4px;min-height:30px;padding-top:0;padding-bottom:0;line-height:1.2;display:flex;overflow:visible}.day-section__preview{box-sizing:border-box;flex-direction:column;width:100%;min-height:30px;display:flex}.day-section__comment-only{box-sizing:border-box;color:#444;text-align:left;overflow-wrap:anywhere;word-break:break-word;white-space:normal;width:100%;min-height:30px;padding:4px 10px;font-family:Tahoma,sans-serif;font-size:13px;font-weight:400;line-height:1.2;display:block;overflow:visible}.day-section__customer{box-sizing:border-box;color:#222;text-align:left;overflow-wrap:anywhere;word-break:break-word;white-space:normal;width:100%;padding:4px 10px 2px;font-family:Tahoma,sans-serif;font-size:14px;font-weight:700;line-height:1.2;display:block;overflow:visible}.day-section__status-icon{vertical-align:middle;align-items:center;gap:3px;margin-right:4px;display:inline-flex}.day-section__status-icon--accepted{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;line-height:16px;display:inline-flex}.day-section__tg-icon{vertical-align:middle;display:inline-block}.day-section__max-icon-img{aspect-ratio:1;object-fit:contain;object-position:center;vertical-align:middle;background:0 0;border-radius:22%;flex-shrink:0;width:16px;height:16px;margin-left:2px;display:inline-block}.day-section__description{box-sizing:border-box;color:#444;text-align:left;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;width:100%;padding:0 10px 4px;font-family:Tahoma,sans-serif;font-size:13px;font-weight:400;line-height:1.2;display:block;overflow:visible}.day-section__description--completed-search{border-top:1px solid #00000014;padding:2px 10px 4px}.orders-search-hit{color:#111;background:#fff;border-radius:2px;padding:0 2px;font-weight:700;box-shadow:0 0 0 1px #00000040}.orders-section{box-sizing:border-box;color:#222;width:100%;margin-top:0;padding:0;font-family:Tahoma,sans-serif}.orders-section--search-active{background:#c8c8c8}.orders-section--search-active .day-section__date,.orders-section--search-active .day-section__row{position:relative}.orders-section--search-active .day-section__date:after,.orders-section--search-active .day-section__row:after{content:"";pointer-events:none;z-index:1;background:#0000006b;position:absolute;inset:0}.orders-section--search-active .day-section__row--search-match{z-index:2;box-shadow:inset 0 0 0 2px #fff;background-color:#fff!important}.orders-section--search-active .day-section__row--search-match:after{display:none}.orders-section--search-active .day-section__row--search-current{z-index:3;box-shadow:inset 0 0 0 2px #ff8a00}.orders-section--search-active .day-section__row>*,.orders-section--search-active .day-section__date>*{z-index:2;position:relative}.orders-section--search-active .orders-section__header,.orders-section--search-active .orders-section__footer{filter:none;position:relative}.orders-section--search-active .orders-section__header:after,.orders-section--search-active .orders-section__footer:after{content:"";pointer-events:none;z-index:1;background:#00000047;position:absolute;inset:0}.orders-section__header{box-sizing:border-box;background:#bdefd8;border:1px solid #222;border-left:none;border-right:none;align-items:stretch;width:100%;height:32px;font-weight:700;display:flex}.orders-section__date-header{box-sizing:border-box;text-align:center;border-right:1px solid #222;flex:0 0 12%;justify-content:center;align-items:center;width:12%;max-width:12%;font-size:12px;display:flex}.orders-section__columns{flex:auto;min-width:0;display:flex}.orders-section__column{box-sizing:border-box;text-align:center;border-right:1px solid #222;justify-content:center;align-items:center;min-width:0;font-size:12px;display:flex}.orders-section__column:first-child,.orders-section__column:nth-child(2){flex:0 0 15.9091%;width:15.9091%;max-width:15.9091%}.orders-section__column:nth-child(3){flex:0 0 17.0455%;width:17.0455%;max-width:17.0455%}.orders-section__column:nth-child(4){flex:1 1 0}.orders-section__column:last-child{border-right:none}.orders-section__days{box-sizing:border-box;border:none;flex-direction:column;width:100%;display:flex;overflow:hidden}.orders-section__days .day-section:first-child{border-top:none}.orders-section__footer{box-sizing:border-box;background:#00000008;border-top:1px solid #222;border-bottom:2px solid #222;align-items:stretch;width:100%;min-height:22px;display:flex}.orders-section__footer-date{box-sizing:border-box;border-right:1px solid #222;flex:0 0 12%;width:12%;max-width:12%}.orders-section__footer-columns{flex:auto;min-width:0;display:flex}.orders-section__footer-cell{box-sizing:border-box;border-right:1px solid #9a9a9a;align-items:center;min-width:0;min-height:22px;padding:0 6px;font-size:13px;font-weight:700;line-height:1;display:flex}.orders-section__footer-cell:first-child,.orders-section__footer-cell:nth-child(2){flex:0 0 15.9091%;width:15.9091%;max-width:15.9091%}.orders-section__footer-cell:nth-child(3){flex:0 0 17.0455%;width:17.0455%;max-width:17.0455%}.orders-section__footer-cell:nth-child(4){flex:1 1 0}.orders-section__footer-cell:last-child{border-right:none}.orders-section__footer-cell--number{font-variant-numeric:tabular-nums;justify-content:flex-end}.user-edit-modal-overlay{z-index:1000;box-sizing:border-box;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;font-family:Tahoma,sans-serif;display:flex;position:fixed;inset:0;overflow:auto}.user-edit-modal{color:#222;box-sizing:border-box;background:#fff;border-radius:10px;width:min(480px,100%);max-width:100%;margin:auto;overflow:hidden;box-shadow:0 12px 40px #00000040}.user-edit-modal__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.user-edit-modal__title{margin:0;font-size:20px;font-weight:700}.user-edit-modal__close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;width:36px;height:36px;font-size:28px;line-height:1}.user-edit-modal__close:hover{background:#f0f0f0}.user-edit-modal__form{flex-direction:column;gap:14px;padding:16px 20px 20px;display:flex}.user-edit-modal__name{color:#333;margin:0;font-size:15px;font-weight:700}.user-edit-modal__field{flex-direction:column;gap:6px;display:flex}.user-edit-modal__label{color:#444;font-size:13px;font-weight:700}.user-edit-modal__input{box-sizing:border-box;width:100%;font:inherit;border:1px solid #ccc;border-radius:6px;padding:10px 12px;font-size:14px}.user-edit-modal__input:focus{outline-offset:1px;border-color:#0077b3;outline:2px solid #0077b3}.user-edit-modal__error{color:#c62828;margin:0;font-size:13px}.user-edit-modal__actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.user-edit-modal__actions--split{justify-content:space-between;align-items:center}.user-edit-modal__actions-main{justify-content:flex-end;gap:10px;display:flex}.user-edit-modal__btn{min-width:96px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:700}.user-edit-modal__btn:disabled{opacity:.6;cursor:default}.user-edit-modal__btn--secondary{color:#333;background:#fff;border-color:#ccc}.user-edit-modal__btn--primary{color:#fff;background:#0077b3}.user-edit-modal__btn--primary:hover:not(:disabled){background:#006299}.user-edit-modal__btn--danger{color:#c62828;background:#fff;border-color:#c62828}.user-edit-modal__btn--danger:hover:not(:disabled){background:#ffebee}.user-edit-modal__confirm-text{color:#333;margin:0;font-size:14px;line-height:1.5}.users-import-modal-overlay{z-index:1000;box-sizing:border-box;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;font-family:Tahoma,sans-serif;display:flex;position:fixed;inset:0;overflow:auto}.users-import-modal{color:#222;background:#fff;border-radius:10px;width:min(560px,100%);margin:auto;overflow:hidden;box-shadow:0 12px 40px #00000040}.users-import-modal__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.users-import-modal__title{margin:0;font-size:20px;font-weight:700}.users-import-modal__close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;width:36px;height:36px;font-size:28px;line-height:1}.users-import-modal__body{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.users-import-modal__hint{color:#555;margin:0;font-size:14px;line-height:1.4}.users-import-modal__textarea{box-sizing:border-box;width:100%;min-height:160px;font:inherit;resize:vertical;border:1px solid #9a9a9a;border-radius:6px;padding:10px 12px;font-size:13px}.users-import-modal__file{font-size:14px}.users-import-modal__error{color:#c62828;margin:0;font-size:14px}.users-import-modal__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.users-import-modal__submit,.users-import-modal__cancel{font:inherit;cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-weight:700}.users-import-modal__submit{color:#fff;background:#4caf50}.users-import-modal__cancel{color:#333;background:#e0e0e0}.users-import-modal__submit:disabled,.users-import-modal__cancel:disabled{opacity:.65;cursor:not-allowed}.settings-detail-page{box-sizing:border-box;color:#222;flex-direction:column;flex:auto;gap:16px;width:100%;min-height:0;margin-top:16px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.settings-detail-page__header{flex-direction:column;flex:none;gap:8px;display:flex}.settings-detail-page__back{color:#0077b3;font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:700}.settings-detail-page__back:hover{text-decoration:underline}.settings-detail-page__title{margin:0;font-size:22px;font-weight:700}.settings-detail-page__title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-detail-page__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.settings-detail-page__add,.settings-detail-page__import{color:#0077b3;font:inherit;cursor:pointer;background:#fff;border:1px solid #0077b3;border-radius:8px;flex:none;padding:8px 12px;font-size:13px;font-weight:700}.settings-detail-page__import{color:#2e7d32;border-color:#4caf50}.settings-detail-page__add:disabled{opacity:.55;cursor:default}.settings-detail-page__add:hover:not(:disabled),.settings-detail-page__import:hover{background:#eef6fb}.settings-detail{background:#f7f7f7;border:1px solid #d0d0d0;border-radius:10px;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.settings-detail__list{flex:auto;min-height:0;margin:0;padding:0;list-style:none;overflow:auto}.settings-detail__item{border-top:1px solid #e2e2e2;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.settings-detail__item:first-child{border-top:none}.settings-detail__main{font-size:15px;font-weight:700}.settings-detail__main-row{align-items:center;gap:8px;display:flex}.settings-detail__edit{color:#0077b3;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.settings-detail__edit:hover{background:#eef6fb;border-color:#0077b3}.settings-detail__edit--self{color:#2e7d32;border-color:#81c784}.settings-detail__edit--self:hover{background:#e8f5e9;border-color:#2e7d32}.settings-detail__edit-icon{display:block}.settings-detail__item--inactive{opacity:.7}.settings-detail__meta{color:#555;font-size:13px}.settings-detail__text{color:#555;margin:0;padding:10px 14px;font-size:14px;line-height:1.4}.settings-detail__text+.settings-detail__text{padding-top:0}.settings-detail__text--error{color:#c62828}.settings-detail__note{color:#666;border-top:1px solid #e2e2e2;flex:none;margin:0;padding:10px 14px;font-size:13px;line-height:1.4}.settings-detail__note:first-child{border-top:none;border-bottom:1px solid #e2e2e2}.settings-detail__drag{color:#666;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #ccc;border-radius:6px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.settings-detail__drag:active{cursor:grabbing}.settings-detail__drag--disabled{pointer-events:none;background:0 0;border-color:#0000}.settings-detail__drag-handle{font-size:14px;line-height:1}.settings-detail__item[data-active="1"]{cursor:grab}.settings-detail__item--dragging{opacity:.55}.settings-detail__item--drag-over{box-shadow:inset 0 2px #0077b3}.settings-detail__types{background:#fff;border:1px solid #d0d0d0;border-radius:8px;flex-direction:column;gap:10px;margin-bottom:12px;padding:12px;display:flex}.settings-detail__types-title{margin:0;font-size:15px;font-weight:700}.settings-detail__types-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.settings-detail__types-item{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;gap:10px;padding:6px 0;display:flex}.settings-detail__types-item:last-child{border-bottom:none}.settings-detail__types-name{font-size:14px}.settings-detail__types-remove{color:#c44;font:inherit;cursor:pointer;background:#fff;border:1px solid #c44;border-radius:6px;flex:none;padding:4px 8px;font-size:12px;font-weight:700}.settings-detail__types-remove:disabled{opacity:.55;cursor:default}.settings-detail__types-add{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-detail__types-input{min-width:0;font:inherit;border:1px solid #c8c8c8;border-radius:8px;flex:160px;padding:8px 10px;font-size:14px}.salary-tariffs-page{box-sizing:border-box;color:#222;width:100%;max-width:960px;margin:0 auto;padding:16px 16px 32px;font-family:Tahoma,sans-serif}.salary-tariffs-page__header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.salary-tariffs-page__back{color:#1565c0;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.salary-tariffs-page__title{margin:0;font-size:22px;font-weight:700}.salary-tariffs-bind{background:#f5f7f8;border:1px solid #cfd8dc;border-radius:8px;margin-bottom:8px;display:inline-flex;overflow:hidden}.salary-tariffs-bind__option{cursor:pointer;margin:0}.salary-tariffs-bind__option input{opacity:0;pointer-events:none;position:absolute}.salary-tariffs-bind__option span{color:#546e7a;padding:10px 18px;font-size:14px;font-weight:700;display:block}.salary-tariffs-bind__option.is-active span{color:#fff;background:#4caf50}.salary-tariffs-bind__hint{color:#78909c;margin:0 0 16px;font-size:13px}.salary-tariffs-page__status{color:#555;margin:12px 0;font-size:14px}.salary-tariffs-page__status--error{color:#c62828}.salary-tariffs-table-wrap{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 4px #0000001a}.salary-tariffs-table{border-collapse:collapse;width:100%}.salary-tariffs-table th,.salary-tariffs-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e9ecef;padding:12px 14px;font-size:14px}.salary-tariffs-table th{background:#f8f9fa;font-weight:700}.salary-tariffs-table__empty{text-align:center;color:#777}.salary-tariffs-table__edit{color:#fff;font:inherit;cursor:pointer;background:#4caf50;border:none;border-radius:4px;padding:6px 12px;font-size:13px;font-weight:600}.salary-tariff-edit-overlay{z-index:1000;box-sizing:border-box;background:#00000073;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow:auto}.salary-tariff-edit{background:#fff;border-radius:10px;width:min(560px,100%);margin:auto;overflow:hidden;box-shadow:0 12px 40px #00000040}.salary-tariff-edit__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.salary-tariff-edit__title{margin:0;font-size:18px;font-weight:700}.salary-tariff-edit__close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;width:36px;height:36px;font-size:28px;line-height:1}.salary-tariff-edit__body{flex-direction:column;gap:14px;padding:16px 20px 20px;display:flex}.salary-tariff-edit__field{flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.salary-tariff-edit__field input{font:inherit;border:1px solid #9a9a9a;border-radius:6px;padding:10px 12px;font-weight:400}.salary-tariff-edit__apply{flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.salary-tariff-edit__list{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;max-height:220px;padding:10px 12px;overflow-y:auto}.salary-tariff-edit__check{cursor:pointer;border-bottom:1px solid #e9ecef;align-items:center;gap:8px;padding:6px 0;font-size:14px;font-weight:400;display:flex}.salary-tariff-edit__check:last-child{border-bottom:none}.salary-tariff-edit__error{color:#c62828;margin:0;font-size:14px}.salary-tariff-edit__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.salary-tariff-edit__save,.salary-tariff-edit__cancel{font:inherit;cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-weight:700}.salary-tariff-edit__save{color:#fff;background:#4caf50}.salary-tariff-edit__cancel{color:#333;background:#e0e0e0}.backup-section{box-sizing:border-box;color:#222;flex-direction:column;gap:16px;width:100%;max-width:720px;margin:16px auto 24px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.backup-section__header{flex-direction:column;gap:8px;display:flex}.backup-section__back{color:#0077b3;font:inherit;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:14px;font-weight:700}.backup-section__back:hover{text-decoration:underline}.backup-section__title{margin:0;font-size:22px;font-weight:700}.backup-section__subtitle{color:#666;margin:0;font-size:14px}.backup-section__message{color:#2e7d32;background:#e8f5e9;border-radius:8px;margin:0;padding:10px 12px;font-size:14px}.backup-section__file-input{display:none}.backup-panel{background:#fafafa;border:1px solid #e0e0e0;border-radius:10px;padding:16px}.backup-panel--future{background:#f5f5f5;border-style:dashed}.backup-panel__title{margin:0 0 8px;font-size:18px;font-weight:700}.backup-panel__desc{color:#555;margin:0 0 12px;font-size:14px;line-height:1.45}.backup-panel__desc--muted{color:#777;margin-bottom:0}.backup-panel__meta{color:#666;margin:0 0 12px;font-size:13px}.backup-panel__btn{font:inherit;cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:700}.backup-panel__btn:disabled{opacity:.6;cursor:not-allowed}.backup-panel__btn--export{color:#fff;background:#ff8a00}.backup-panel__btn--import{color:#fff;background:#28b8f6}.backup-panel__btn--secondary{color:#333;background:#e0e0e0}.backup-preview{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.backup-preview__content{background:#fff;border-radius:10px;width:min(480px,100%);max-height:85vh;padding:20px;overflow-y:auto}.backup-preview__title{margin:0 0 8px;font-size:18px;font-weight:700}.backup-preview__meta{color:#666;margin:0 0 8px;font-size:13px}.backup-preview__warning{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a;border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:13px;line-height:1.4}.backup-preview__list{border:1px solid #e0e0e0;border-radius:8px;margin:0 0 12px;padding:0;list-style:none}.backup-preview__list li{border-bottom:1px solid #eee;justify-content:space-between;padding:8px 12px;font-size:14px;display:flex}.backup-preview__list li:last-child{border-bottom:none}.backup-preview__errors{color:#b71c1c;background:#ffebee;border:1px solid #ef9a9a;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:13px}.backup-preview__actions{flex-wrap:wrap;gap:8px;display:flex}.settings-menu{box-sizing:border-box;color:#222;flex-direction:column;gap:16px;width:100%;margin-top:16px;padding:0 20px 24px;font-family:Tahoma,sans-serif;display:flex}.settings-menu__intro{flex-direction:column;gap:6px;display:flex}.settings-menu__title{margin:0;font-size:22px;font-weight:700}.settings-menu__hint{color:#666;margin:0;font-size:14px}.settings-menu__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.settings-menu-card{color:inherit;font:inherit;text-align:left;cursor:pointer;background:#e8f5e9;border:1px solid #21c45a;border-radius:10px;flex-direction:column;gap:8px;padding:16px;display:flex}.settings-menu-card:hover{background:#c8e6c9}.settings-menu-card:active{transform:scale(.99)}.settings-menu-card__title{margin:0;font-size:18px;font-weight:700}.settings-menu-card__text{color:#444;flex:1;margin:0;font-size:14px;line-height:1.4}.app{flex-direction:column;min-height:100dvh;padding-top:20px;display:flex}.app__empty-vehicles{color:#666;text-align:center;margin:24px 20px;font-family:Tahoma,sans-serif;font-size:18px;line-height:1.4}
