*{box-sizing:border-box;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:#fff;color-scheme:light;height:100%;overflow-x:hidden;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--control-font-size: 22px;--control-line-height: 1.25;--control-min-height: 46px;--control-padding-y: 9px;--control-padding-x: 15px}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:PT Sans Narrow,sans-serif;background:#fff;color:#000;font-style:normal;font-weight:700;font-size:20px;line-height:1.1;min-width:320px;overflow-x:hidden;overflow-anchor:none;height:100%;overscroll-behavior:none}#root{height:100%}html.chat-scroll-lock,body.chat-scroll-lock{overflow:hidden}*{scrollbar-width:none}*::-webkit-scrollbar{width:0;height:0}input[list]::-webkit-calendar-picker-indicator,input[list]::-webkit-list-button,input[list]::-webkit-clear-button{display:none!important;opacity:0!important;pointer-events:none!important}@supports (-webkit-touch-callout: none){input,select,textarea{font-size:max(16px,var(--control-font-size));line-height:var(--control-line-height)}}h1,h2,h3,h4,h5,h6,ul,ol,p{margin:0;padding:0}a{text-decoration:none;color:inherit}ul{list-style-type:none}img{display:block;max-width:100%;width:auto;height:auto}.container{max-width:425px;margin:0 auto;padding:0 20px}.container--screens{position:relative}.section{margin-bottom:50px}.section__header{margin:20px 0;display:flex;justify-content:space-between}.section__title{font-size:24px}.app__route-scroll{height:calc(100dvh - var(--header-h));overflow-y:auto;overflow-x:hidden;padding-bottom:calc(20px + var(--safe-bottom));-webkit-overflow-scrolling:touch;scrollbar-width:none}.app__route-scroll::-webkit-scrollbar{width:0;height:0}.section--menu{min-height:100%;margin-bottom:0;display:flex;flex-direction:column;padding-bottom:var(--safe-bottom)}.input{border:none}.info{padding:25px;border:1px solid #000000;border-radius:15px;line-height:1.2}.error-message{color:#f02323;margin-top:4px}.error-message--subtle{font-size:13px;line-height:1.3;font-weight:400;margin-top:4px}.success-message{color:#8ed23a;margin-top:4px}@media(min-width:1024px){.container{padding:0 30px}}@media(max-width:360px){html{--control-font-size: 17px;--control-min-height: 44px;--control-padding-y: 8px}}.button{border:none;font-style:normal;font-size:20px;font-weight:700;font-family:inherit;border-radius:15px;padding:12px 18px;width:fit-content;transition:color .3s,background-color .3s;cursor:pointer}.button--small{font-size:18px;font-weight:700;min-width:52px}.button--tag{font-size:16px;font-weight:700;padding:4px 8px}.button--green{background-color:#8ed23a}.button--red{background-color:#f02323}.button--blocked{background-color:#cecece}.button--active{background-color:var(--depot-primary-color, #F8B427);color:var(--depot-primary-on, #000000)}.button__switch{position:relative;width:54px;height:30px;border-radius:999px;padding:0;border:1px solid var(--depot-primary-color, #F8B427);background:#f02323;transition:background-color .2s ease;flex-shrink:0}.button__switch:after{content:"";position:absolute;top:2px;left:3px;width:24px;height:24px;border-radius:999px;background:#fff;transition:transform .2s ease}.button__switch--on{background:#8ed23a}.button__switch--on:after{transform:translate(24px)}.button__switch--off{background:#f02323}.button__switch:disabled{opacity:.6}.button__control{background-color:#f02323;color:#fff;margin-bottom:15px;font-family:inherit;transition:background-color .3s,color .3s}.button__control:active{background-color:#fff;color:#000;outline:1px solid #F02323}.button__control--red{background-color:#f02323}.button__control--green{background-color:#8ed23a;margin-right:10px}.button__control--blue{background-color:var(--depot-accent, #0669b2)}.button__control--yellow{background-color:var(--depot-primary-bg, #fff5e0);color:#000}.button__control--danger{background-color:#f02323;color:#fff;border-radius:18px;margin-bottom:0}.button__control--margin{margin-top:auto;margin-bottom:50px}.button__control--report{margin-bottom:0;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:8px 10px}.button__control--report svg{display:block}.button__control--selected{background-color:#fff;color:#000;border:1px solid var(--depot-primary-color, #F8B427)}.button__control--disabled{opacity:.5;filter:grayscale(.15)}.button__plain{display:block;margin:0;padding:0;background-color:transparent;border-radius:15px;border:none}.button__phone{display:inline-flex;flex-direction:column;align-items:center;margin:0;padding:0;min-width:0;width:auto;border:none;border-radius:0;background:transparent;color:#000;text-align:center}.button__phone img{display:block;flex-shrink:0;margin-inline:auto}.button__phone .screens__phones--text{padding-top:8px;max-width:96px;font-size:18px;line-height:1.15;text-align:center}.button__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-width:34px;padding:0;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background-color:#fff;color:#000}.button__icon img{display:block}.button__icon--tiny{width:24px;height:24px;min-width:24px;border-radius:8px}.button__icon--active{background-color:var(--depot-primary-color, #F8B427);color:var(--depot-primary-on, #000000)}.button__icon--green{background-color:#8ed23a;border-color:#8ed23a;color:#000}.button__icon--red{background-color:#f02323;border-color:#f02323;color:#fff}.button__icon--ghost{border:none;background:transparent;width:28px;height:28px;min-width:28px}.button__icon--spaced{margin-left:8px}.button__fileActions{display:inline-flex;align-items:center;gap:8px;margin-bottom:6px}.button__fileField{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.button__fileRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.button__filePreview{width:64px;height:64px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:var(--depot-primary-bg, #fff5e0);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.button__filePreview--rect{width:72px;height:54px}.button__filePreview--rect .button__filePlaceholder{padding:0 6px;text-align:center;line-height:1.15}.button__filePreview img{width:100%;height:100%;object-fit:cover;display:block}.button__filePlaceholder{font-size:12px;line-height:1;color:#000000a6}.button__fileName{min-width:0;line-height:1.2;overflow-wrap:anywhere}.button__fileInput{display:none}.pagination-btn{width:30px;height:30px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;border:1px solid transparent;font-weight:700}.pagination-btn--active{border-color:#8ed23a;background:var(--depot-primary-bg, #fff5e0)}.authpage{padding:60px 0}.authpage__flex{display:flex;justify-content:center}.authpage__flex:first-child{margin-bottom:28px}.authpage__btn{display:block}.authpage__btn:first-child{margin-right:23px}.authpage__logo{display:block;width:min(100%,360px);height:190px;border-radius:18px;overflow:hidden;object-fit:cover;object-position:center}.authpage__submit{margin:30px auto}.authpage__link{margin:0 auto;display:block;width:fit-content}.authpage__hint{margin-top:10px;opacity:.75}.authpage__hintLink{display:inline-flex;align-items:center;gap:4px;margin-left:2px;text-decoration:underline}.authpage__captchaGroup{margin-top:8px}.authpage__captcha{min-height:112px}.authpage__main{padding-bottom:calc(20px + var(--safe-bottom))}.info-page{position:relative;min-height:100%;overflow:hidden;padding:18px 0 calc(32px + var(--safe-bottom));background:radial-gradient(circle at top left,rgba(17,24,39,.06),transparent 28%),radial-gradient(circle at 92% 0%,rgba(107,114,128,.09),transparent 26%),radial-gradient(circle at 50% 120%,rgba(248,180,39,.06),transparent 22%),linear-gradient(180deg,#f6f4ef,#fafafa 26%,#fff)}.info-page__shell{position:relative;z-index:1;width:min(1080px,100% - 24px);margin:0 auto;display:grid;gap:18px}.info-page__brand{display:inline-flex;align-items:center;gap:14px;width:fit-content}.info-page__logo{display:block;width:76px;height:76px;object-fit:contain;flex-shrink:0;border-radius:18px;overflow:hidden;filter:drop-shadow(0 10px 20px rgba(0,0,0,.12))}.info-page__brandCopy{display:grid;gap:4px}.info-page__brandTitle{font-size:clamp(28px,4vw,46px);line-height:.98;letter-spacing:-.04em}.info-page__brandText{font-size:16px;line-height:1.35;color:#000000a6}.info-page__hero,.info-page__card,.info-page__ctaCard{background:#ffffffe6;border:1px solid rgba(15,23,42,.08);border-radius:28px;box-shadow:0 16px 34px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.info-page__hero{display:grid;gap:18px;padding:22px}.info-page__heroCopy{display:grid;gap:16px}.info-page__eyebrow,.info-page__sectionKicker{font-size:14px;line-height:1.15;color:#111827b8;text-transform:uppercase;letter-spacing:.12em}.info-page__title{font-size:clamp(31px,4.6vw,56px);line-height:.95;letter-spacing:-.04em;max-width:18ch;text-wrap:balance}.info-page__lede,.info-page__sectionText,.info-page__bulletText,.info-page__brandText{font-weight:400}.info-page__lede{font-size:19px;line-height:1.55;max-width:62ch}.info-page__chips{display:flex;flex-wrap:wrap;gap:8px}.info-page__chip{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border-radius:999px;border:1px solid rgba(6,105,178,.18);background:#fffc;font-size:16px;font-weight:700;line-height:1}.info-page__heroVisual{display:grid;gap:10px;align-content:start}.info-page__photoCard{position:relative;overflow:hidden;border-radius:24px;border:1px solid rgba(15,23,42,.08);display:grid;place-items:center;background:linear-gradient(180deg,#ffffffb8,#ffffff5c),linear-gradient(135deg,#0f172a0f,#f8b42714);box-shadow:0 16px 30px #0f172a1f}.info-page__photoBadge{position:absolute;top:14px;left:14px;z-index:1;display:inline-flex;align-items:center;min-height:30px;padding:4px 10px;border-radius:999px;background:#ffffffe0;color:#000000d1;font-size:13px;font-weight:700;letter-spacing:.02em;box-shadow:0 8px 18px #0000001f}.info-page__photo{display:block;width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center center}.info-page__card,.info-page__ctaCard{display:grid;gap:14px;padding:22px}.info-page__sectionTitle{font-size:clamp(26px,3vw,40px);line-height:1.02;letter-spacing:-.03em}.info-page__sectionText{max-width:72ch;font-size:18px;line-height:1.55}.info-page__bulletList{display:grid;gap:12px;padding:4px 0 0}.info-page__bulletItem{display:flex;align-items:flex-start;gap:12px}.info-page__bulletDot{display:inline-flex;width:10px;height:10px;margin-top:9px;border-radius:50%;background:var(--depot-primary-color, #F8B427);box-shadow:0 0 0 5px #0f172a0f;flex-shrink:0}.info-page__bulletText{font-size:18px;line-height:1.5}.info-page__ctaActions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.info-page__ctaButton{display:inline-flex;align-items:center;gap:8px}.info-page__tutorial{display:flex;align-items:center}.info-page__tutorialButton{opacity:1}@media(min-width:900px){.info-page__hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.82fr);align-items:center;gap:26px}.info-page__ctaActions{align-items:center}}@media(max-width:640px){.info-page{padding-top:12px}.info-page__shell{width:min(100%,100% - 20px)}.info-page__brand{gap:10px}.info-page__logo{width:64px;height:64px}.info-page__brandTitle{font-size:24px}.info-page__brandText,.info-page__sectionText{font-size:16px}.info-page__title{max-width:none}.info-page__lede,.info-page__bulletText{font-size:17px}.info-page__card,.info-page__ctaCard,.info-page__hero{padding:18px;border-radius:22px}.info-page__ctaActions>*{flex:1 1 100%;justify-content:center}.info-page__tutorialButton{width:100%}}.tutorial-page{min-height:100%;padding:18px 0 calc(24px + var(--safe-bottom));background:radial-gradient(circle at 0 0,rgba(6,105,178,.08),transparent 32%),radial-gradient(circle at 100% 0,rgba(248,180,39,.14),transparent 28%),linear-gradient(180deg,#f7f7f5,#fff)}.tutorial-page__shell{width:min(1220px,100% - 24px);margin:0 auto;display:grid;gap:16px}.tutorial-page__header{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;align-items:flex-start;padding:18px;border:1px solid rgba(15,23,42,.1);border-radius:24px;background:#ffffffe0;box-shadow:0 14px 28px #0f172a14}.tutorial-page__copy{display:grid;gap:8px;max-width:72ch}.tutorial-page__kicker{font-size:13px;letter-spacing:.11em;text-transform:uppercase;color:#0000009e}.tutorial-page__title{font-size:clamp(28px,3vw,40px);line-height:1;letter-spacing:-.03em}.tutorial-page__text{font-size:17px;line-height:1.45}.tutorial-page__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tutorial-page__button{display:inline-flex;align-items:center;justify-content:center}.tutorial-page__viewerWrap{border:1px solid rgba(15,23,42,.1);border-radius:24px;overflow:hidden;background:#fff;min-height:min(82vh,980px);box-shadow:0 16px 30px #0f172a1a}.tutorial-page__viewer{display:block;width:100%;min-height:min(82vh,980px);border:0}.tutorial-page__fallback{min-height:min(82vh,980px);display:grid;place-content:center;gap:10px;text-align:center;padding:20px}.tutorial-page__fallbackTitle{font-size:clamp(24px,2.6vw,34px);line-height:1.05}.tutorial-page__fallbackText{max-width:56ch;margin:0 auto;font-size:17px;line-height:1.45;color:#000000b8}@media(max-width:720px){.tutorial-page{padding-top:12px}.tutorial-page__shell{width:min(100%,100% - 20px)}.tutorial-page__header,.tutorial-page__viewerWrap{border-radius:20px}.tutorial-page__actions{width:100%}.tutorial-page__actions>*{flex:1 1 100%}}.form{display:flex;flex-direction:column}.form>.form__label:not(:first-child){margin-top:10px}.form__group{display:flex;flex-direction:column;margin-bottom:20px}.form__group--row{flex-direction:row;gap:10px;margin-bottom:28px}.form__group--center{align-items:center}.form__group--spread{justify-content:space-between}.form__group--margin{margin:0 0 10px}.form__buttonRow{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.form__label{display:block;margin-bottom:8px;line-height:1.2}.form__label--margin{margin-bottom:10px}.form__link{display:inline-block;font-weight:700;font-size:24px;border-radius:15px;padding:10px 15px}.form__toggleWrap{display:inline-flex;align-items:center;gap:10px}.form__toggleValue{font-size:18px;line-height:1.1}.form__editor{display:flex;align-items:center;gap:8px}.form__editor--button{display:block;padding:5px 10px;border:none;background:transparent}.form__autocomplete{position:relative;width:100%;min-width:0}.form__field{position:relative;flex:1 1 auto;min-width:0}.form__suggestions{position:absolute;left:0;right:0;top:calc(100% - 8px);z-index:6;background:#fff;border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;max-height:min(240px,42dvh);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;box-shadow:0 8px 18px #00000014}.form__suggestion{width:100%;border:none;border-bottom:1px solid rgba(0,0,0,.08);background:transparent;text-align:left;padding:10px 12px;font-size:19px;line-height:1.2;cursor:pointer}.form__suggestion:last-child{border-bottom:none}.form__suggestion:hover{background:var(--depot-primary-bg, #fff5e0)}.form__input{margin:0;padding:var(--control-padding-y) var(--control-padding-x);border:1px solid var(--depot-primary-color, #F8B427);border-radius:15px;flex-grow:1;width:100%;min-height:var(--control-min-height);line-height:var(--control-line-height);box-sizing:border-box;height:auto;font-family:inherit;font-size:var(--control-font-size);color:#000;background-color:#fff;-webkit-text-fill-color:#000000;outline:none;box-shadow:none}.form__input--calculator{padding:5px 10px;max-width:80px;min-height:44px}.form__input--black{border:1px solid #000000}.form__input[type=radio],.form__input[type=checkbox]{display:none}.form__input[type=radio]+label,.form__input[type=checkbox]+label{position:relative;display:inline-block;line-height:2;padding-left:30px;margin-right:10px;margin-bottom:10px;min-height:20px}.form__input[type=radio]+label:before,.form__input[type=radio]+label:after,.form__input[type=checkbox]+label:before,.form__input[type=checkbox]+label:after{content:"";display:block;position:absolute;cursor:pointer}.form__input[type=radio]+label:before,.form__input[type=radio]+label:after{border-radius:50%}.form__input[type=radio]+label:before,.form__input[type=checkbox]+label:before{left:0;top:50%;width:18px;height:18px;border:1px solid var(--depot-primary-color, #F8B427);transform:translateY(-50%)}.form__input[type=checkbox]+label:before{border-radius:35%}.form__input[type=radio]+label:after,.form__input[type=checkbox]+label:after{visibility:hidden}.form__input[type=radio]+label:after{left:10px;top:50%;width:10px;height:10px;background-color:#8ed23a;transform:translate(-50%,-50%)}.form__input[type=checkbox]+label:after{left:10px;top:50%;width:6px;height:11px;border-right:2px solid #8ED23A;border-bottom:2px solid #8ED23A;transform:translate(-50%,-58%) rotate(45deg)}.form__input[type=radio]:checked+label:after,.form__input[type=checkbox]:checked+label:after{visibility:visible}.form__input:-webkit-autofill,.form__input:-webkit-autofill:hover,.form__input:-webkit-autofill:focus{-webkit-text-fill-color:#000000;-webkit-box-shadow:0 0 0 1000px #FFFFFF inset;box-shadow:0 0 0 1000px #fff inset;caret-color:#000}.form__input:focus,.form__input:focus-visible{outline:none;box-shadow:none}@media(max-width:320px){.form__input{padding:10px 12px}}.form__input--with-actions{--form-input-actions-count: 1;--form-input-actions-size: 24px;--form-input-actions-gap: 6px;--form-input-actions-offset: 6px;padding-right:calc(var(--control-padding-x) + var(--form-input-actions-offset) + var(--form-input-actions-count) * var(--form-input-actions-size) + (var(--form-input-actions-count) - 1) * var(--form-input-actions-gap) + 8px)}.form__input--with-actions-1{--form-input-actions-count: 1}.form__input--with-actions-2{--form-input-actions-count: 2}.form__input--with-actions-3{--form-input-actions-count: 3}.form__input-actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;gap:6px}.form__group>label:not(.form__label):not(.button__fileField){display:grid;gap:8px;width:100%}.form__group--row>.form__label{margin-bottom:0}.form select.form__input{min-height:var(--control-min-height);height:auto;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 8px;padding-right:calc(var(--control-padding-x) + 28px)}.form__negative{padding:25px;background-color:#f02323;color:#fff;border-radius:15px;margin-top:10px}.form__button{margin:0 auto;display:block}.header{padding:calc(15px + var(--safe-top)) 15px 15px;background-color:var(--depot-primary-color, #F8B427);position:sticky;top:0;z-index:40;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.header__menu{display:flex;align-items:center}.header__menu--link{font-size:24px}.header__actions{margin-left:auto;margin-right:35px;padding-left:5px;display:flex;align-items:center;gap:10px}.header__btn{display:block;width:40px;height:40px;border-radius:50%;overflow:hidden;flex:0 0 auto;border:2px solid rgba(255,255,255,.9);background:#ffffff1f}.header__iconbtn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#ffffff1f;color:#fff}.header__avatar{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.header__checkbox{display:none}.header__nav{position:absolute;left:0;top:100%;width:100%;display:flex;flex-direction:column;z-index:10;background-color:var(--depot-primary-color, #F8B427);max-height:calc(100dvh - var(--header-h, 70px));overflow-y:auto;overscroll-behavior:contain}.header__link{display:block;background-color:var(--depot-primary-color, #F8B427);border-top:1px solid #FFFFFF;font-size:24px;font-weight:700;padding:20px;color:var(--depot-primary-on, #000000)}.header__link:last-child{border-bottom:1px solid #FFFFFF}.header__link--disabled{color:rgba(var(--depot-primary-on, #000000),.65);cursor:not-allowed}.header__checkbox:checked~.header__nav{visibility:visible}.header__collapsebtn{position:absolute;right:10px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;border:1px solid #FFFFFF;background:#ffffffb3}.app{--header-h: calc(70px + var(--safe-top, 0px))}.app--header-collapsed{--header-h: calc(5px + var(--safe-top, 0px))}.header--collapsed{padding:var(--safe-top) 0 0;height:calc(5px + var(--safe-top, 0px));min-height:calc(5px + var(--safe-top, 0px));border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden}.header--collapsed .header__menu{display:none}@media(min-width:768px){.header--collapsed{height:calc(5px + var(--safe-top, 0px));min-height:calc(5px + var(--safe-top, 0px))}}.tabs{position:absolute;top:20px;display:flex}.tabs__btn{border:none;border-radius:50%;padding:8px 12px;margin-right:10px;background-color:#cecece;color:#959595}.tabs__btn--active{color:#000;background-color:#fff}.list--paged{min-height:100%;display:flex;flex-direction:column}.list__filters{margin-bottom:16px}.list__filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;align-items:end}.list__hint{display:inline-block;margin:6px 0 12px;font-size:14px;color:var(--depot-accent, #0669b2)}.list__empty{padding:14px 0;color:#666}.list__filter-field{display:flex;flex-direction:column;gap:6px;width:100%}.list__filter-field .form__label{margin:0;font-size:14px;color:#000;font-weight:600}.list__filter-field .form__input{margin:0}.list__periods{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.list__period-btn{border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:var(--depot-primary-bg, #fff5e0);color:#000}.list__item{display:flex;align-items:stretch;width:100%;margin-bottom:20px}.list__extraTile{display:block;width:100%;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.list__extraTile:focus-visible{outline:2px solid var(--depot-primary-color, #F8B427);outline-offset:2px;border-radius:18px}.list__extraTileCard{width:100%}.list__card{display:flex;flex-grow:1;padding:15px 20px;border:1px solid #000000;border-radius:15px}.list__card--bus{align-items:stretch;justify-content:space-between;gap:14px}.list__card--timetable{display:grid;width:100%;min-width:0;gap:14px}.list__column:first-child{margin-right:25px}.list__column--busMain{display:flex;flex:1 1 auto;min-width:0;flex-direction:column}.list__column--busPhoto{width:112px;min-width:112px;margin-left:auto}.list__line{margin-bottom:5px}.list__line--bus{display:block}.list__line--busPlate{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list__transportPreview{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px 14px;border:1px solid #000000;border-radius:15px;background:#fff}.list__transportPreviewBody{flex:1 1 auto;min-width:0;cursor:pointer;border-radius:10px;display:grid;gap:4px}.list__transportPreviewBody:focus-visible{outline:2px solid var(--depot-primary-color, #F8B427);outline-offset:2px}.list__transportPreviewLine{margin:0;font-size:var(--control-font-size);line-height:var(--control-line-height);font-weight:700}.list__transportPreviewLine--top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list__transportDetails{display:grid;gap:14px}.list__transportPageTitle{font-size:28px;line-height:1.1}.list__editorTitle{font-size:28px;line-height:1.1;padding:6px 0 14px}.list__transportHero{display:flex;gap:14px;padding:14px;border:1px solid #000000;border-radius:15px;background:#fff}.list__transportHero--plain{padding:0;border:none;border-radius:0;background:transparent}.list__transportHeroPhotoFrame{width:120px;min-width:120px;height:120px;border-radius:12px;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);overflow:hidden}.list__transportHeroPhotoFrame--clickable{padding:0;cursor:zoom-in;border-width:1px}.list__transportHeroPhoto{width:100%;height:100%;object-fit:cover}.list__transportHeroMain{min-width:0;flex:1 1 auto;display:grid;align-content:start;gap:8px}.list__transportTagRow{display:flex;align-items:center;gap:8px}.list__transportTag{display:inline-flex;align-items:center;min-height:28px;padding:3px 10px;border-radius:999px;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);color:#000;font-size:16px;line-height:1.1;font-weight:700}.list__transportTag--type{width:fit-content}.list__transportTag--ok{border-color:#8ed23a;background:#28a74514;color:#8ed23a}.list__transportTag--danger{border-color:#f02323;background:#cf23231a;color:#f02323}.list__transportTag--pending{border-color:var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);color:#000}.list__transportTag--timetableWorkday{border-color:var(--depot-accent, #0669b2);background:#0669b21a;color:var(--depot-accent, #0669b2)}.list__transportTag--timetableWeekend{border-color:#f02323;background:#f023231a;color:#f02323}.list__transportTag--timetableOther{border-color:#f8b427;background:#f8b42729;color:#000}.list__transportTag--timetableShift{border-color:#0000002e;background:#00000008;color:#000}.list__transportTag--compact{min-height:22px;padding:2px 8px;font-size:13px}.list__transportSection{padding:14px;border:1px solid #000000;border-radius:15px;background:#fff;display:grid;gap:10px}.list__transportSectionTitle{font-size:20px;line-height:1.1}.list__transportHeadingRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.list__transportRow{display:grid;grid-template-columns:minmax(110px,.9fr) 1fr;gap:10px;align-items:start}.list__transportRowLabel{color:#000000ad}.list__transportRowValue{word-break:break-word}.list__transportActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.list__transportMetaBody{display:grid;gap:10px}.list__transportZoomContent{width:min(92vw,560px)}.list__transportZoomImage{width:100%;max-height:72vh;object-fit:contain;border-radius:12px;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0)}.list__photoFrame{width:100%;height:100%;min-height:96px;overflow:hidden;border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:var(--depot-primary-bg, #fff5e0)}.list__photo{display:block;width:100%;height:100%;min-height:96px;object-fit:cover}.list__card--bus .list__column:first-child{margin-right:0}.list__timetableHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.list__timetableRoute{font-size:20px;line-height:1.1;font-weight:700;color:#000}.list__timetableHeaderActions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}.list__timetableMeta{display:flex;align-items:center;align-self:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.list__timetableFavorite{flex-shrink:0}.list__timetableStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px;width:100%}.list__timetableStat{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-radius:12px;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0)}.list__timetableStatLabel{font-size:13px;line-height:1.1;color:#000000ad;font-weight:600}.list__timetableStatValue{font-size:18px;line-height:1.1;font-weight:700;color:#000}.list__timetableTimeline{display:grid;gap:12px;width:100%;min-width:0}.list__timetableTimelineRow{display:grid;gap:12px;min-width:0}.list__timetableTimelineRow--main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.list__timetableTimelineRow--terminals{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));align-items:start}.list__timetableStop{display:flex;align-items:center;gap:6px;min-width:0}.list__timetableStop--start{color:#8ed23a}.list__timetableStop--finish{color:#f02323;justify-content:flex-end}.list__timetableStopIcon{width:30px;height:30px;min-width:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.list__timetableStopIcon--start{color:#8ed23a;background:#28a7451a}.list__timetableStopIcon--finish{color:#f02323;background:#cf23231a}.list__timetableStopTime{font-size:18px;line-height:1.1;font-weight:700;color:#000}.list__timetableStopTerminal{min-width:0;font-size:15px;line-height:1.15;color:#000000d1;word-break:break-word}.list__timetableStopTerminal--start{text-align:left}.list__timetableStopTerminal--finish{text-align:right}.list__timetableTransportIcon{justify-self:center;color:var(--depot-accent, #0669b2)}@media(max-width:640px){.list__timetableTimelineRow--main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:center}.list__timetableTransportIcon{justify-self:center;transform:none}.list__timetableTimelineRow--terminals{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px 10px}.list__timetableStopTerminal{font-size:14px}}.list__time{font-size:20px}.list__time--green{color:#8ed23a}.list__time--red{color:#f02323}.list__time--blue{color:var(--depot-accent, #0669b2)}.list__buttons{display:flex;flex-direction:column;justify-content:center;min-width:45px}.list__add{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;width:100%}.list__add--narrow{width:calc(100% - 45px)}.list__add-icon{width:18px;height:18px;flex-shrink:0}.list__add-text{line-height:1}.list__pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px}.list--paged .list__pagination{margin-top:auto;padding-top:16px}@media(max-width:374px){.list__card{flex-direction:column}.list__card--bus{flex-direction:row;align-items:flex-start}.list__column--busPhoto{width:92px;min-width:92px}.list__add--narrow{width:100%}.list__pagination{flex-wrap:wrap;justify-content:flex-start}.list__transportHero{flex-direction:column}.list__transportHeroPhotoFrame{width:100%;min-width:0;height:180px}.list__transportRow{grid-template-columns:1fr;gap:6px}}.deploynotice{position:fixed;left:12px;right:12px;bottom:12px;z-index:1200;padding:16px 18px;border-radius:18px;border:1px solid var(--depot-primary-color, #F8B427);background:#fff5e0fa;color:#000;box-shadow:0 14px 32px #00000024;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;gap:8px}.deploynotice--danger{border-color:#f02323;background:#f02323eb;color:#fff}.deploynotice--folded{padding:12px 14px}.deploynotice__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.deploynotice__title{font-size:20px;line-height:1.1;margin:0}.deploynotice__text{line-height:1.2;margin:0}.deploynotice__meta{display:flex;flex-direction:column;gap:6px;font-size:16px;line-height:1.2}.deploynotice__actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.deploynotice__actionbtn{border:1px solid currentColor;background:transparent;color:inherit;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:14px;line-height:1.1;cursor:pointer}.deploynotice-chip{position:fixed;right:12px;bottom:calc(12px + var(--safe-bottom));z-index:1200;border:1px solid var(--depot-primary-color, #F8B427);background:#fff5e0fa;color:#000;border-radius:999px;padding:8px 12px;font-family:inherit;font-size:16px;line-height:1.1;box-shadow:0 10px 24px #00000024;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.deploynotice-chip--danger{border-color:#f02323;background:#f02323eb;color:#fff}@media(min-width:768px){.deploynotice{left:auto;width:min(420px,100vw - 40px)}.deploynotice-chip{right:20px;bottom:20px}}.session-list{display:grid;gap:14px}.session-card{border:1px solid var(--depot-primary-color, #F8B427);border-radius:16px;padding:12px;background:var(--depot-primary-bg, #fff5e0);display:grid;gap:10px}.session-card__header{display:flex;justify-content:space-between;gap:8px;align-items:center}.session-card__title{font-size:20px}.session-card__status{color:var(--depot-accent, #0669b2);font-size:14px}.session-card__grid{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:baseline}.session-card__routes{display:flex;flex-wrap:wrap;gap:6px}.session-card__route-chip{padding:6px 10px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:999px;background:#fff;font-size:14px;line-height:1.1}.session-card__photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}.session-card__photo{border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;overflow:hidden;background:#fff}.session-card__photo img{width:100%;height:82px;object-fit:cover}.session-card__photo-actions{display:flex;justify-content:space-between;padding:6px}.session-card__details{display:grid;gap:5px;font-size:15px}.session-card__route-details{display:grid;gap:8px;margin-top:6px}.session-card__route-detail{border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;padding:8px 10px;background:#fff;display:grid;gap:4px}.session-card__route-title{font-size:14px}.session-card__route-metrics{display:grid;grid-template-columns:1fr auto;gap:2px 10px;font-size:13px}.session-card__muted{color:#666;font-size:14px}.session-block{border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;padding:10px;background:#fff;display:grid;gap:8px}.session-block__title{font-size:13px;font-weight:600;color:#4b4b4b}.filters-block{border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:#fff;overflow:hidden}.filters-block__header{width:100%;border:0;background:var(--depot-primary-bg, #fff5e0);display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;font:inherit;text-align:left;justify-content:space-between}.filters-block__title{font-weight:600}.filters-block__icon{display:inline-flex;align-items:center}.filters-block__content{padding:10px 12px 12px;display:grid;gap:10px}.filters-section{display:grid;gap:8px}.filters-section__title{font-size:14px;font-weight:600}.filters-section__content{display:grid;gap:8px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;padding:calc(20px + var(--safe-top)) 20px calc(20px + var(--safe-bottom));z-index:1000}.modal--light{background:#0003}.modal--alarm{display:block;left:20px;bottom:20px;right:20px;top:auto;align-items:baseline;background:#fff;border:1px solid var(--depot-primary-color, #F8B427);border-radius:15px}.modal__content{position:relative;background:#fff;padding:20px;margin:0;width:min(520px,100vw - 40px);max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 40px);overflow:auto;border-radius:15px;text-align:start;-webkit-overflow-scrolling:touch}.modal__content--alarm{padding:10px;margin:0;text-align:start;width:auto;max-height:none}.modal__content--routes{max-height:70vh}.modal__content--calendar{max-width:760px}.modal__alarm,.modal__phones{position:relative;padding-right:40px}.modal__phones{display:flex;flex-direction:column;align-items:baseline;width:100%}.modal__content h2{margin-bottom:20px}.modal__alarm h2{margin-bottom:10px}.modal__button{margin:0 10px}.modal__link{display:block;padding:10px 0;font-size:20px}.modal__close{position:absolute;border-radius:50%;padding:.5em;width:30px;height:30px;border:none;background-color:var(--depot-primary-color, #F8B427)}.modal__close--alarm{right:-6px;top:-6px}.modal__close--phones,.modal__close--calculator{right:6px;top:6px}.modal__close:before{content:"";position:absolute;display:block;background-color:var(--depot-primary-on, #000000);width:1px;left:14px;top:5px;bottom:5px;transform:rotate(45deg)}.modal__close:after{content:"";position:absolute;display:block;background-color:var(--depot-primary-on, #000000);height:1px;top:14px;left:5px;right:5px;transform:rotate(45deg)}.workcalendar__controls{display:grid;gap:10px;margin-bottom:10px}.workcalendar__periods{display:flex;flex-wrap:wrap;gap:8px}.workcalendar__chip{min-width:90px;background:#fff;border:1px solid var(--depot-primary-color, #F8B427);color:#000;border-radius:12px;padding:8px 10px;margin:0}.workcalendar__chip--active{background:var(--depot-primary-bg, #fff5e0);font-weight:700}.workcalendar__nav{display:flex;align-items:center;justify-content:space-between;gap:10px}.workcalendar__navbtn{width:34px;min-width:34px;height:34px;margin:0;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:#fff;color:#000;padding:0;display:inline-flex;align-items:center;justify-content:center}.workcalendar__navbtn svg{width:20px;height:20px;stroke-width:2.2}.workcalendar__periodlabel{font-size:16px;font-weight:700;text-transform:capitalize}.workcalendar__modes{display:grid;gap:8px;margin:12px 0;width:100%;min-width:0;overflow-x:hidden}.workcalendar__anchor{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;border-radius:12px;border:1px solid var(--depot-primary-color, #F8B427);background:#fff;flex-wrap:wrap;width:100%;min-width:0}.workcalendar__anchorlabel{font-size:14px;font-weight:600;white-space:nowrap}.workcalendar__anchorinput{border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:var(--depot-primary-bg, #fff5e0);padding:5px 9px;min-height:32px;font-size:14px;color:#000;font-family:inherit;max-width:100%}.workcalendar__modesrow{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;width:100%;min-width:0}.workcalendar__modechips{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;flex:1 1 0;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.workcalendar__modechips::-webkit-scrollbar{display:none}.workcalendar__modechip{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:6px 10px;border-radius:10px;border:1px solid var(--depot-primary-color, #F8B427);background:#fff;margin:0;color:#000;font-size:13px;line-height:1.1;min-height:30px;flex:0 0 auto}.workcalendar__modechip--active{background:var(--depot-primary-bg, #fff5e0);font-weight:700}.workcalendar__modedata{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;font-size:12px;opacity:.9;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:var(--depot-primary-bg, #fff5e0);padding:6px 8px;min-width:118px;flex:0 0 auto}.workcalendar__modedata-title{font-size:13px;font-weight:700;opacity:1}.workcalendar__modebtn-meta{font-size:12px;opacity:.85}.workcalendar__summary{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;margin-bottom:12px}.workcalendar__months{display:grid;gap:12px}.workcalendar__month{border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;padding:10px;background:#fff}.workcalendar__monthtitle{font-weight:700;margin-bottom:8px;text-transform:capitalize}.workcalendar__weekdayhead{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:6px;font-size:12px;opacity:.75;text-align:center}.workcalendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.workcalendar__week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:10px}.workcalendar__day{min-height:50px;border-radius:10px;border:1px solid #ececec;background:#f8f8f8;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px}.workcalendar__day--clickable{width:100%;font:inherit;color:inherit;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;touch-action:manipulation}.workcalendar__day--clickable:hover,.workcalendar__day--clickable:focus-visible{box-shadow:0 0 0 2px #00000014;transform:translateY(-1px)}.workcalendar__day--clickable:focus-visible{outline:2px solid var(--depot-primary-color, #F8B427);outline-offset:1px}.workcalendar__day--muted{opacity:.45}.workcalendar__day--work{background:#fff8db}.workcalendar__day--off{background:#ffe8e8}.workcalendar__day--holiday{color:#c43939}.workcalendar__day--done-full{box-shadow:inset 0 -4px #8ed23a;border-color:#8ed23a}.workcalendar__day--done-partial{box-shadow:inset 0 -4px 0 var(--depot-primary-color, #F8B427);border-color:var(--depot-primary-color, #F8B427)}.workcalendar__day--done-mixed:after{content:"";position:absolute;left:8px;right:8px;bottom:6px;height:4px;border-radius:2px;background:linear-gradient(90deg,#8ED23A 0 var(--workcalendar-done-fill, 50%),var(--depot-primary-color, #F8B427) var(--workcalendar-done-fill, 50%) 100%)}.workcalendar__weekday{font-size:11px;opacity:.8}.workcalendar__daynum{font-size:16px;font-weight:600}.workcalendar__hint{font-size:13px;opacity:.85;margin-top:8px}@media(max-width:360px){.workcalendar__modesrow{gap:8px}.workcalendar__modechips{width:100%;flex:1 1 100%}.workcalendar__modedata{width:100%;min-width:0}}.routepicker__list{margin:10px 0 0;display:grid;gap:8px;max-height:calc(70vh - 120px);overflow:auto}.routepicker__item{text-align:left;background:#fff;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;padding:10px 12px;font-family:inherit;display:grid;gap:6px}.routepicker__item:nth-child(odd){background:#fff7e6}.routepicker__item--group{font-weight:600}.routepicker__name{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:var(--depot-accent, #0669b2)}.routepicker__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:16px;color:#000}.routepicker__badge{background:var(--depot-primary-color, #F8B427);color:var(--depot-primary-on, #000000);border-radius:10px;padding:2px 8px;font-size:12px;line-height:1.2}.calculator{min-width:280px}.calculator__header{margin-top:15px}.calculator__grid{display:grid;grid-template-columns:40px 60px 1fr;gap:0 10px;align-items:center}.calculator__amount{text-align:right;font-size:20px;font-weight:700;color:var(--depot-accent, #0669b2)}.calculator__label--right{text-align:right}.calculator__subtitle{font-size:20px;font-weight:700}.fuelcalc{display:grid;gap:12px}.fuelcalc__toggle{display:flex;gap:10px;flex-wrap:wrap}.fuelcalc__field{display:grid;gap:6px}.fuelcalc__row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.fuelcalc__label{opacity:.8;line-height:1.2}.fuelcalc__value{font-weight:700;line-height:1.2}.fuelcalc__value--accent{color:var(--depot-accent, #0669b2)}.report__grid{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:10px 16px;margin:24px 0}.report__cell{font-size:20px}.report__cell--right{color:var(--depot-accent, #0669b2);text-align:right;font-variant-numeric:tabular-nums}.report__cell--title{grid-column:1/-1;padding:30px 0;color:var(--depot-accent, #0669b2)}.report__bus{display:flex;flex-wrap:wrap}.report__bus--line{padding-left:10px}.report__line{display:flex;justify-content:space-between;margin-bottom:10px}.report__subtitle{font-size:20px;margin-bottom:10px}.report__subtitle--date{margin-bottom:0}.report__subtitle--margin{margin-top:20px}.report__charts{margin-top:30px;display:grid;gap:20px}.report__add{margin-top:10px}.report__controls{display:flex;align-items:center;gap:12px}.report__select{max-width:160px}.report__toggle{display:flex;gap:10px;flex-wrap:wrap}.report__toggle--menu{margin-bottom:12px}.report__toggle-btn{padding:8px 14px;border-radius:14px;border:1px solid var(--depot-primary-color, #F8B427);background:#fff7e6;color:var(--depot-primary-color, #F8B427)}.report__toggle-btn--active{background:var(--depot-primary-color, #F8B427);color:#fff}.report__chart{height:260px;background:#fff7e6;border-radius:16px;padding:12px;display:flex;align-items:center;justify-content:center}.report__empty{color:var(--depot-accent, #0669b2);font-size:18px}@media(max-width:374px){.report__cell,.report__subtitle{font-size:18px}.report__grid{margin:18px 0;gap:8px 12px}.report__chart{height:220px}}.payslip__form{display:flex;flex-direction:column;gap:14px}.payslip__form .form__group{margin-bottom:0;gap:8px}.payslip__form .form__group--row,.payslip__form .form__group--margin,.payslip__form .button__fileActions{margin-bottom:0}.payslip__form .payslip__section{display:grid;gap:12px}.payslip__form .payslip__sectionHeader{margin-bottom:0;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.14)}.payslip__form .payslip__sectionTitle{margin:0;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.14)}.payslip__form .payslip__sectionTitle--noMargin{margin-bottom:0;padding-bottom:0;border-bottom:none}.payslip__list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.payslip__listItem{margin:0;padding:0}.payslip__input{flex-grow:0;width:30%}.payslip__input--title{display:inline-block;margin:auto 10px auto 0}.payslip__view{display:grid;gap:12px}.payslip__periodHeader{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.payslip__periodTitle{margin:0;font-size:26px;line-height:1.1}.payslip__trend{font-weight:700;line-height:1.2}.payslip__trend--up{color:#1f9d3a}.payslip__trend--down{color:#cf2323}.payslip__trend--neutral{color:#000000b3}.payslip__tile{width:100%}.payslip__tileOrg{color:#000000ad}.payslip__tileRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.payslip__tileValue{font-weight:700;white-space:nowrap}.payslip__tileValue--success{color:#1f9d3a}.payslip__tileActions{display:flex;align-items:flex-start;justify-content:flex-end;margin-left:8px}.payslip__editButton{margin:0;white-space:nowrap}.payslip__section{border:1px solid rgba(0,0,0,.18);border-radius:14px;padding:12px;background:#fff}.payslip__sectionTitle{margin:0 0 10px;font-size:20px;line-height:1.2}.payslip__sectionTitle--noMargin{margin-bottom:0}.payslip__sectionHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.payslip__sectionToggle{flex-shrink:0}.payslip__sectionToggleIcon{transition:transform .2s ease}.payslip__sectionToggle--open .payslip__sectionToggleIcon{transform:rotate(180deg)}.payslip__sectionTotal{font-size:20px;line-height:1.1;font-weight:700;white-space:nowrap}.payslip__table{width:100%;border-collapse:collapse}.payslip__tableRow{border-top:1px solid rgba(0,0,0,.08)}.payslip__tableRow:first-child{border-top:none}.payslip__tableLabel,.payslip__tableValue{padding:8px 4px;vertical-align:top}.payslip__tableLabel{color:#000000b8;width:60%}.payslip__tableValue{text-align:right;white-space:nowrap;font-weight:700}.payslip__tableValue--success{color:#1f9d3a}.payslip__sortControls{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0}.payslip__sortLabel{font-size:14px;color:#000000b8}.payslip__photos{display:flex;flex-wrap:wrap;gap:10px}.payslip__photos a{display:block;width:86px;height:86px;border:1px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden;background:#fff}.payslip__photos img{display:block;width:100%;height:100%;object-fit:cover}.payslip__typeButtons{justify-content:flex-start;gap:8px}.payslip__typeButton{margin:0}.payslip__inputActionRow{display:flex;align-items:center;gap:8px}.payslip__fieldAction{margin:0;min-width:46px;justify-content:center}.payslip__fieldAction--wide{min-width:84px}.payslip__advButton{margin:0;display:inline-flex;align-items:center;gap:8px}.screens__date{display:block;padding-top:15px;font-size:24px;margin-bottom:15px;font-weight:400}.screens__title{font-size:30px;font-weight:700;margin-bottom:25px}.screens__title--blue{color:var(--depot-accent, #0669b2)}.screens__titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.screens__titlebar .screens__title{margin-bottom:0}.screens__titlebar--run{align-items:flex-start}.screens__runindex{font-size:20px;line-height:1.2;font-weight:700;color:var(--depot-accent, #0669b2);white-space:nowrap;text-align:right;flex-shrink:0}.screens__title--run{margin-bottom:0;min-width:0;flex:1 1 auto}.screens__reserveToggle{display:inline-flex;align-items:center;gap:10px}.screens__crflow{display:flex;align-items:center;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:-8px;margin-bottom:18px}.screens__crflow::-webkit-scrollbar{display:none}.screens__crflow--summary{margin-top:6px;margin-bottom:12px}.screens__crflow-item{display:inline-flex;align-items:center;gap:8px}.screens__crchip{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 10px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:999px;background:var(--depot-primary-bg, #fff5e0);font-size:18px;line-height:1.15;color:#000}.screens__crchip--active{color:var(--depot-accent, #0669b2);font-weight:700;background:#fff;border-color:var(--depot-accent, #0669b2)}.screens__crsep{color:#000;opacity:.6;line-height:1;font-size:20px}.screens__textline{font-size:20px}.screens__textline--withicon{margin-right:20px}.screens__textline--image{display:inline-block;margin-right:5px}.screens__textline--icon{width:24px;height:24px;flex-shrink:0}.screens__textline--busstop{margin-left:10px}.screens__textline--margin{margin-bottom:20px}.screens__textline--terminal{margin-top:6px}.screens__textline--warning10{color:#f8b427;font-weight:700}.screens__textline--warning5{color:#f02323;font-weight:700}.screens__heading{display:inline-block;min-width:80px}.screens__heading--route{flex-direction:column}.screens__heading--margin{margin-bottom:10px}.screens__btngroup{display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.screens__btngroup::-webkit-scrollbar{display:none}.screens__container{display:flex;flex-direction:column;justify-content:space-between}.screens__container--menu{flex-direction:row;align-items:center;margin-bottom:4px;row-gap:6px;flex-wrap:wrap}.screens__container--menu .screens__heading,.screens__container--menu .screens__heading--margin,.screens__container--menu .screens__input{margin-bottom:0}.screens__input{min-width:176px;padding:var(--control-padding-y) var(--control-padding-x);font-size:var(--control-font-size);line-height:var(--control-line-height);font-weight:400;font-family:inherit;color:#000;border-radius:15px;margin-bottom:5px;background-color:var(--depot-primary-bg, #fff5e0);border:var(--depot-primary-color, #F8B427) 1px solid;min-height:var(--control-min-height);box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:none}.screens__input--summary{max-width:80px;display:inline-block}.screens__input:focus,.screens__input:focus-visible{outline:none;box-shadow:none}.screens select.screens__input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 8px;padding-right:calc(var(--control-padding-x) + 28px)}.screens__field{position:relative;flex:1 1 220px;min-width:176px}.screens__field .screens__input{width:100%}.screens__field--route{min-width:0}.screens__input--with-actions{--screens-input-actions-count: 1;--screens-input-actions-size: 24px;--screens-input-actions-gap: 6px;--screens-input-actions-offset: 6px;padding-right:calc(var(--control-padding-x) + var(--screens-input-actions-offset) + var(--screens-input-actions-count) * var(--screens-input-actions-size) + (var(--screens-input-actions-count) - 1) * var(--screens-input-actions-gap) + 8px)}.screens__input--with-actions-1{--screens-input-actions-count: 1}.screens__input--with-actions-2{--screens-input-actions-count: 2}.screens__input--with-actions-3{--screens-input-actions-count: 3}.screens__input--with-actions-4{--screens-input-actions-count: 4}.screens__input-actions{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:flex;gap:6px}.screens__input-actions .button__icon--field{background-color:var(--depot-primary-bg, #fff5e0);border-color:var(--depot-primary-color, #F8B427)}.screens__name{margin-bottom:40px;width:40%;position:relative}.screens__label--text{display:block;margin-bottom:25px;text-transform:uppercase}.screens__row{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.screens__row .form__input,.screens__row .screens__input{flex:1 1 160px;width:auto;min-width:0;max-width:100%}.screens__row--item{margin-right:5px}.screens__row--item:last-child{margin-right:0}.screens__row--center{align-items:center;margin-bottom:10px}.screens__row--fact{align-items:flex-start;gap:16px}.screens__row--fact .screens__row--item{margin-right:0}.screens__btnrow{display:flex}.screens__btnrow--outer{justify-content:space-between;margin:10px 0}.screens__btnrow--inner{gap:10px}.screens__checkbox,.screens__radio{margin-bottom:20px}.screens__checkbox--label,.screens__radio--label{margin-right:15px}.screens__checkbox--item,.screens__radio--item{margin-right:5px}.screens__tabs{display:flex;justify-content:end}.screens__tab{max-width:285px;padding:10px 20px;border-top-left-radius:30px;border-top-right-radius:30px;text-align:center;background-color:var(--depot-accent, #0669b2);color:#fff;font-weight:700;font-size:24px;text-transform:uppercase;transition:background-color .3s;cursor:pointer}.screens__tab:hover,.screens__tab:active,.screens__tab:focus{background-color:#f02323}.screens__tab--disabled{opacity:.5}.screens__tab--disabled:hover,.screens__tab--disabled:active,.screens__tab--disabled:focus{background-color:var(--depot-accent, #0669b2)}.screens__businfo{display:flex}.screens__businfo-image{width:120px;height:120px;object-fit:cover;border-radius:10px;flex-shrink:0}.screens__businfo--info{padding:10px}.screens__businfo--data{align-items:center;padding:10px 0}.screens__businfo--time{padding-top:15px}.screens__businfo--stop{display:block;padding:5px 0;margin-left:15px}@media(max-width:320px){.screens__businfo{flex-wrap:wrap}}.screens__shiftSummary{display:grid;gap:12px;margin-top:6px}.screens__busRow{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:#fff}@media(max-width:360px){.screens__busRow{align-items:flex-start}}.screens__busThumb{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;min-width:80px;border:none;border-radius:12px;background:var(--depot-primary-bg, #fff5e0);overflow:hidden}.screens__busThumbImage{width:100%;height:100%;object-fit:contain;display:block}.screens__busRowInfo{min-width:0;flex:1 1 auto;display:grid;gap:6px}.screens__busBrand{font-size:14px;opacity:.8;line-height:1.2}.screens__busMetaRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.screens__busPendingInline{display:flex;justify-content:flex-end}.screens__busMetaItem{font-size:20px;font-weight:700;line-height:1.1}.screens__busMetaItem--plate{font-size:18px;font-weight:600}.screens__timelineTag{display:inline-flex;align-items:center;border:1px solid var(--depot-primary-color, #F8B427);border-radius:999px;background:var(--depot-primary-bg, #fff5e0);padding:4px 8px;font-size:12px;font-weight:700;line-height:1.1}.screens__alarm{margin-right:20px}.screens__shiftsinfo{display:flex;padding-top:10px}.screens__shiftsinfo--time{padding-left:20px}.screens__shiftsinfo--content{flex-direction:column}.screens__shiftsinfo--onroute{padding-top:10px}.screens__timeline{position:relative;display:grid;gap:10px;padding:10px 12px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:#fff}.screens__timelineItem{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;position:relative}.screens__timelineItem:not(.screens__timelineItem--last) .screens__timelineTrack:after{content:"";position:absolute;top:24px;left:13px;width:2px;height:calc(100% + 10px);background:var(--depot-primary-color, #F8B427);opacity:.65}.screens__timelineTrack{position:relative;height:100%;display:flex;justify-content:center}.screens__timelineIcon{width:24px;height:24px;flex-shrink:0}.screens__timelineIconWrap{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#fff;z-index:1}.screens__timelineBody{min-width:0;display:grid;gap:4px}.screens__timelineHead{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.screens__timelineTime{font-size:20px;font-weight:700;line-height:1}.screens__timelineLabel{font-size:16px;font-weight:700;line-height:1.1}.screens__timelineStop{font-size:16px;line-height:1.2;overflow-wrap:anywhere}.screens__timelineFooter{display:flex;justify-content:flex-end;margin-top:2px}.screens__busPreview{width:min(92vw,640px);max-width:none;padding:14px}.screens__busPreviewImage{width:100%;max-height:calc(90vh - 80px);object-fit:contain;display:block;border-radius:10px;background:var(--depot-primary-bg, #fff5e0)}.screens__phones{display:flex;justify-content:space-between;align-items:flex-start}.screens__phones--text{display:block;max-width:80px;padding-top:15px}.screens__thumbs{display:flex;flex-wrap:wrap;gap:10px}.screens__thumb{width:72px;height:54px;border-radius:8px;overflow:hidden;position:relative;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0)}.screens__thumb img{width:100%;height:100%;object-fit:cover;display:block}.screens__thumb .button__icon--ghost{position:absolute;right:2px;top:2px}.screens__striplist{display:grid;gap:6px;margin-top:10px}.screens__striplist--compact .screens__stripitem:nth-child(odd){margin-bottom:0}.screens__striplist--routeincome{margin-top:16px}.screens__stripitem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:#fff}.screens__stripitem:nth-child(odd){background:var(--depot-primary-bg, #fff5e0);margin-bottom:10px}.screens__routeDetails{margin-top:12px;padding-top:12px;border-top:1px solid var(--depot-primary-color, #F8B427)}.screens__factitem{min-width:220px;flex:1 1 280px;display:flex;flex-direction:column;gap:6px}.screens__factmeta{display:grid;grid-template-columns:74px minmax(120px,1fr) max-content;align-items:center;column-gap:10px;row-gap:6px}.screens__factmeta .screens__report--lable{padding:0;line-height:1.1;width:74px}.screens__factmeta .form__input{margin:0;min-width:0;width:100%}.screens__factplanned{font-size:12px;opacity:.75;margin-left:0}.screens__tilelist{display:grid;gap:10px;margin-top:10px;margin-bottom:20px}.screens__tile{border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:#fff;padding:10px 12px}.screens__tile:nth-child(odd){background:#fff7e6}.screens__tileheader{display:flex;align-items:center;justify-content:space-between;gap:10px}.screens__tiletitle{display:grid;gap:2px}.screens__tilemeta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;opacity:.85}.screens__tilemeta--stack{display:grid;gap:6px}.screens__tilemeta-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.screens__tilelabelrow{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%}.screens__tilelabelrow .screens__heading--margin{margin-bottom:0}.screens__tilehint{font-size:14px;line-height:1.2;color:var(--depot-accent, #0669b2);font-weight:600;white-space:nowrap}.screens .titlemeta--index{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);font-weight:600;font-size:12px;line-height:1;flex-shrink:0}.screens__tilemeta-tag{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:999px;background:#fff;font-size:12px;line-height:1.2;font-weight:700}.screens__tilemeta-tag--timetableWorkday{border-color:var(--depot-accent, #0669b2);background:#0669b21a;color:var(--depot-accent, #0669b2)}.screens__tilemeta-tag--timetableWeekend{border-color:#f02323;background:#f023231a;color:#f02323}.screens__tilemeta-tag--timetableOther{border-color:#f8b427;background:#f8b42729;color:#000}.screens__tileactions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.screens__tilebody{display:grid;gap:10px;margin-top:10px}.screens__main{margin-top:50px;display:flex;flex-direction:column;height:80vh}.screens__main--spread{margin-top:20px;height:100%;min-height:100%;justify-content:space-between}.screens__section--grow{flex:1;display:flex;flex-direction:column;justify-content:center}.screens__report{font-family:inherit}.screens__report--large{font-size:20px;font-weight:700}.screens__report--lable{padding:5px 0}.screens__report--left{margin-left:10px}.screens__report--right{margin-right:10px}.screens__report--calc{padding:0 10px;margin:0;background-color:transparent}.screens__report--button{margin:0 0 10px}@media(max-width:320px){.screens__report--button{margin-bottom:20px}}.screens__report--blue{color:var(--depot-accent, #0669b2)}.screens__report--status{margin-bottom:10px}.screens__statusline{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.screens__statusRetry{margin:0}.screen-pagination{display:flex;gap:10px}.screen-wrap{height:calc(100dvh - var(--header-h, 70px));overflow-y:auto;overflow-x:hidden;background:#fff;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:var(--safe-bottom)}.screen-wrap::-webkit-scrollbar{width:0;height:0}.myswiper{overflow:hidden}.swiper-slide{box-sizing:border-box}.screens__subscriptionLock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#ffffffe0;z-index:20}.screens__subscriptionLockCard{width:100%;max-width:340px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:20px;padding:18px 16px;background:var(--depot-primary-bg, #fff5e0)}.screens__subscriptionLockTitle{font-size:22px;font-weight:700;margin-bottom:8px}.screens__subscriptionLockText{font-size:16px;line-height:1.3}.screenblock{display:grid;gap:8px}.screenblock--compact{gap:6px}.screenblock__title{margin:0}.screenblock__title--flush{margin-bottom:0}.screenblock__stack{display:grid;gap:10px}.screenblock__inlineField{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.screenblock__inlineField .screens__input--summary{margin-bottom:0;flex:0 0 auto}.screenblock__inlineField .screens__report--lable{padding:0}.screenblock__inlineField .button__icon{flex-shrink:0}.screenblock__inlineField--stretch .screens__input--summary{flex:1 1 220px;max-width:none;width:auto;min-width:0}.screenblock__inlineFieldLabel{flex:1 1 120px;min-width:0;line-height:1.2}.screenblock__inlineFieldActions{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.screenblock__actions{display:flex;justify-content:flex-end}.editprofile__bottom{display:grid;gap:12px;margin-top:8px;padding-top:8px}.editprofile__labelRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.editprofile__inlineAction{display:flex;align-items:center;gap:8px;width:100%}.editprofile__inlineFieldWrap{position:relative;flex:1 1 auto;min-width:0}.editprofile__inlineField{flex:1 1 auto;min-width:0}.editprofile__statusTag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 8px;font-size:12px;line-height:1;font-weight:700;border:1px solid var(--depot-primary-color, #F8B427)}.editprofile__statusTag--active{background:#8ed23a;color:#000;border-color:#8ed23a}.editprofile__statusTag--expired{background:#f02323;color:#fff;border-color:#f02323}.editprofile__statusTag--pending{background:var(--depot-primary-bg, #fff5e0);color:#000;border-color:var(--depot-primary-color, #F8B427)}.editprofile__avatarRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.editprofile__avatarPreview{width:56px;height:56px;border-radius:999px;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.editprofile__avatarPreviewImage{width:100%;height:100%;object-fit:cover;display:block}.editprofile__avatarPlaceholder{font-size:12px;line-height:1;opacity:.75}.editprofile__myTransportRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.editprofile__myTransportPreview{display:block;margin-top:6px;font-size:14px;line-height:1.25;font-weight:400;opacity:.85}.editprofile__orgCurrent{line-height:1.35;margin-bottom:8px}.editprofile__orgModal{display:grid;gap:12px}.editprofile__orgModalGrid{display:grid;gap:8px}.editprofile__orgModalActions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.phones{display:flex;flex-direction:column}.phones__button{display:flex;border:none;background:transparent;margin-bottom:30px;text-align:start}.phones__text{margin-left:30px;font-size:20px;font-weight:700}.chatpage{display:grid;gap:12px}.chatpage__settings{border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:var(--depot-primary-bg, #fff5e0);padding:10px 12px}.chatpage__toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:600}.chatpanel{border:1px solid var(--depot-primary-color, #F8B427);border-radius:14px;background:#fff;padding:10px;display:grid;gap:10px}.chatpanel--compact{height:min(70dvh,560px);max-height:calc(100dvh - 40px - var(--safe-top) - var(--safe-bottom));overflow:hidden;display:flex;flex-direction:column}.chatpanel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.chatpanel__title{margin:0;font-size:18px}.chatpanel__status{font-size:12px;font-weight:700}.chatpanel__status--online{color:#8ed23a}.chatpanel__status--offline{color:#f02323}.chatpanel__close{margin:0;width:30px;min-width:30px;height:30px;padding:0;font-size:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:var(--depot-primary-bg, #fff5e0);line-height:0}.chatpanel__close svg{display:block;width:24px;height:24px;flex-shrink:0}.chatpanel__tabs{display:flex;gap:8px}.chatpanel__tab{margin:0;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;background:#fff;min-height:34px;padding:6px 10px}.chatpanel__tab--active{background:var(--depot-primary-bg, #fff5e0);font-weight:700}.chatpanel__badge{min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f02323;color:#fff;font-size:11px;line-height:1;padding:0 4px}.chatpanel__list{border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:8px;height:50vh;max-height:50vh;overflow-y:auto;background:#fff}.chatpanel__item{display:flex;align-items:flex-start;gap:8px}.chatpanel__item--mine{justify-content:flex-end}.chatpanel__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid var(--depot-primary-color, #F8B427)}.chatpanel__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--depot-primary-bg, #fff5e0);font-size:12px;font-weight:700}.chatpanel__bubble{max-width:min(100%,460px);border:1px solid var(--depot-primary-color, #F8B427);border-radius:10px;padding:6px 8px;background:var(--depot-primary-bg, #fff5e0);display:grid;gap:4px}.chatpanel__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;opacity:.8}.chatpanel__text{white-space:pre-wrap;word-break:break-word}.chatpanel__empty{text-align:center;opacity:.75;padding:12px 0}.chatpanel__compose{display:flex;align-items:flex-end;gap:8px}.chatpanel__input{flex:1;resize:none;min-height:42px;border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;padding:8px 10px;font-family:inherit;color:#000;background:#fff}.chatpanel__send{margin:0;width:38px;min-width:38px;height:38px;padding:0;font-size:0;border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;background:var(--depot-primary-bg, #fff5e0);display:inline-flex;align-items:center;justify-content:center;line-height:0}.chatpanel__send svg{display:block;width:26px;height:26px;flex-shrink:0}.chatpanel__attach{margin:0;width:38px;min-width:38px;height:38px;padding:0;font-size:0;border:1px solid var(--depot-primary-color, #F8B427);border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:0}.chatpanel__attach svg{display:block;width:24px;height:24px;flex-shrink:0}.chatpanel__media{display:flex;flex-wrap:wrap;gap:6px}.chatpanel__media-img{width:90px;height:90px;object-fit:cover;border-radius:10px;border:1px solid var(--depot-primary-color, #F8B427)}.chatpanel__attachments{display:flex;flex-wrap:wrap;gap:8px}.chatpanel__attachment{position:relative}.chatpanel__attachment img{width:82px;height:82px;object-fit:cover;border-radius:10px;border:1px solid var(--depot-primary-color, #F8B427)}.chatpanel__remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;min-width:22px;border-radius:50%;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);display:inline-flex;align-items:center;justify-content:center}.chatpanel__remove svg{width:14px;height:14px}.chatpanel--compact .chatpanel__list{flex:1;min-height:0;height:auto;max-height:none}.chatwidget{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chatwidget__panel{width:min(560px,100vw - 40px)}.chatwidget__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#00000059;z-index:1190;padding:0;margin:0}.chatwidget__button{margin:0;width:52px;height:52px;border-radius:50%;border:1px solid var(--depot-primary-color, #F8B427);background:var(--depot-primary-bg, #fff5e0);display:inline-flex;align-items:center;justify-content:center;position:relative}.chatwidget__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:50%;background:#f02323;color:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}
