:root{--bg-main:#020b2d;--bg-main-2:#061a57;--bg-sidebar:rgba(2,10,33,0.96);--bg-card:rgba(5,21,73,0.92);--bg-card-2:rgba(4,18,64,0.94);--bg-input:rgba(2,14,52,0.98);--line:rgba(119,152,255,0.12);--line-strong:rgba(119,152,255,0.2);--text-main:#ffffff;--text-soft:#9cb3e8;--text-dim:#748bc1;--accent:#5b91ff;--accent-2:#4d7fe4;--accent-hover:#6ca0ff;--danger:#9b3542;--danger-hover:#b74554;--success:#198b58;--shadow:0 24px 60px rgba(0,0,0,0.24);--radius-xl:22px;--radius-lg:18px;--radius-md:14px;--radius-sm:12px}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;color:var(--text-main);font-family:Arial,Helvetica,sans-serif;background:linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),radial-gradient(circle at top center,var(--bg-main-2) 0,var(--bg-main) 36%,#020823 100%);background-size:52px 52px,52px 52px,auto}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;outline:none}button{border:none}.app-loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.app-loading-card{padding:24px 28px;border-radius:24px;border:1px solid var(--line);background:var(--bg-card);box-shadow:var(--shadow);color:var(--text-main);font-size:18px;font-weight:800}.app-shell{min-height:100vh;display:grid;grid-template-columns:180px minmax(0,1fr)}.app-sidebar{position:sticky;top:0;height:100vh;padding:18px 10px;background:linear-gradient(180deg,rgba(2,10,33,.98),rgba(2,8,28,.98));border-right:1px solid rgba(119,152,255,.08);display:flex;flex-direction:column;gap:18px}.app-sidebar__brand{padding:4px 2px 10px;font-size:22px;font-weight:900;letter-spacing:-.03em;color:#fff}.app-sidebar__group-label{padding:0 12px;color:var(--text-dim);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.app-sidebar__nav{display:flex;flex-direction:column;gap:8px}.app-sidebar__accordion-trigger,.app-sidebar__link,.app-sidebar__nested-trigger{width:100%;min-height:42px;padding:10px 12px;border-radius:14px;border:1px solid transparent;background:transparent;color:#dbe6ff;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:.18s ease}.app-sidebar__accordion-trigger:hover,.app-sidebar__link:hover,.app-sidebar__nested-trigger:hover{background:rgba(91,145,255,.08);border-color:rgba(91,145,255,.14)}.app-sidebar__accordion-trigger.is-active,.app-sidebar__link.is-active,.app-sidebar__nested-trigger.is-active{background:rgba(91,145,255,.12);border-color:rgba(91,145,255,.2);color:#fff}.app-sidebar__accordion,.app-sidebar__nested{display:flex;flex-direction:column;gap:6px}.app-sidebar__accordion-trigger,.app-sidebar__nested-trigger{display:flex;align-items:center;justify-content:space-between}.app-sidebar__children,.app-sidebar__nested-children{display:flex;flex-direction:column;gap:4px;padding-left:10px}.app-sidebar__nested-children{padding-left:12px}.app-sidebar__sublink{min-height:34px;display:flex;align-items:center;padding:7px 12px;border-radius:12px;border:1px solid transparent;color:#9cb3e8;font-size:13px;font-weight:700;transition:.18s ease}.app-sidebar__sublink:hover{background:rgba(91,145,255,.08);color:#fff}.app-sidebar__sublink.is-active{background:rgba(91,145,255,.11);border-color:rgba(91,145,255,.16);color:#fff}.app-sidebar__sublink--nested{font-size:12px;color:#8fa7dd}.app-sidebar__chevron{color:var(--text-soft);transition:transform .18s ease}.app-sidebar__chevron.is-open{transform:rotate(180deg)}.app-shell__content{min-width:0;display:flex;flex-direction:column;gap:14px;padding:18px 18px 20px}.app-shell__page{min-width:0}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.app-topbar__spacer{flex:1}.app-topbar__controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.app-topbar__select{min-width:180px;height:40px;padding:0 14px;border-radius:14px;border:1px solid var(--line);background:rgba(2,14,52,.98);color:#fff}.app-topbar__btn{height:40px;padding:0 18px;border-radius:14px;border:1px solid rgba(119,152,255,.16);background:rgba(8,31,100,.96);color:#fff;font-weight:800;cursor:pointer;transition:.18s ease}.app-topbar__btn:hover{background:rgba(12,39,120,.98)}.app-topbar__btn--danger{background:rgba(155,53,66,.95);border-color:rgba(255,130,130,.14)}.app-topbar__btn--danger:hover{background:rgba(183,69,84,.98)}.app-shell__footer{margin-top:auto;padding:16px 4px 0;border-top:1px solid rgba(119,152,255,.08);color:var(--text-soft);font-size:13px}.app-shell__footer-name{color:#fff;font-weight:800}.app-shell__footer-email{margin-top:4px}.page-stack{display:flex;flex-direction:column;gap:14px}.page-hero{padding:2px 4px 0}.page-title{margin:0;color:#fff;font-size:28px;font-weight:900;letter-spacing:-.03em}.page-subtitle{margin:8px 0 0;color:var(--text-soft);font-size:14px;line-height:1.5}.dashboard-card,.form-card,.info-card{border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(180deg,var(--bg-card),var(--bg-card-2));box-shadow:var(--shadow);padding:18px}.card-header,.dashboard-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.card-title,.dashboard-card__title{margin:0;color:#fff;font-size:18px;font-weight:900;letter-spacing:-.02em}.card-subtitle,.dashboard-card__subtitle{margin:6px 0 0;color:var(--text-soft);font-size:13px;line-height:1.45}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat-card{min-height:92px;border-radius:18px;border:1px solid var(--line);background:rgba(2,14,52,.98);padding:14px 16px}.stat-card__label{color:var(--text-soft);font-size:12px;font-weight:700}.stat-card__value{margin-top:10px;font-size:20px;font-weight:900;color:#fff}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:14px}.dashboard-cta{display:flex;align-items:center;justify-content:flex-start}.primary-btn,.primary-link-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:14px;font-weight:800;cursor:pointer;transition:.18s ease}.primary-btn,.primary-link-btn{background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border:1px solid rgba(255,255,255,.08)}.primary-btn:hover,.primary-link-btn:hover{background:linear-gradient(180deg,var(--accent-hover),var(--accent))}.secondary-btn{background:rgba(8,31,100,.96);color:#fff;border:1px solid rgba(119,152,255,.16)}.secondary-btn:hover{background:rgba(12,39,120,.98)}.primary-btn:disabled,.secondary-btn:disabled{opacity:.7;cursor:default}.card-link{color:#8fb1ff;font-size:13px;font-weight:800}.card-link:hover{color:#bcd0ff}.account-list{display:flex;flex-direction:column;gap:12px}.account-preview-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:rgba(2,14,52,.98)}.account-preview-card__name{color:#fff;font-size:16px;font-weight:900}.account-preview-card__meta{margin-top:6px;color:var(--text-soft);font-size:13px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.status-pill.is-on{background:rgba(25,139,88,.18);color:#8df0bb;border:1px solid rgba(25,139,88,.22)}.status-pill.is-off{background:rgba(155,53,66,.2);color:#ffb9c0;border:1px solid rgba(155,53,66,.22)}.empty-box{padding:14px 16px;border-radius:16px;border:1px dashed var(--line-strong);background:rgba(2,14,52,.65);color:var(--text-soft)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature-card{border-radius:18px;border:1px solid var(--line);background:rgba(2,14,52,.98);padding:16px}.feature-card__title{color:#fff;font-size:16px;font-weight:900}.feature-card__text{margin-top:8px;color:var(--text-soft);font-size:13px;line-height:1.45}.form-grid{display:grid;gap:12px}.form-label{display:grid;gap:8px}.form-label>span{color:#fff;font-size:14px;font-weight:800}.auth-input,.form-input,select,textarea{width:100%;min-height:48px;padding:0 14px;border-radius:14px;border:1px solid var(--line);background:var(--bg-input);color:#fff}.auth-input::placeholder,.form-input::placeholder,textarea::placeholder{color:var(--text-dim)}.auth-input:focus,.form-input:focus,select:focus,textarea:focus{border-color:rgba(91,145,255,.34);box-shadow:0 0 0 3px rgba(91,145,255,.08)}.actions-row{display:flex;gap:10px;margin-top:6px}.auth-error,.auth-success{padding:13px 14px;border-radius:14px;font-size:14px;font-weight:700;margin-bottom:12px}.auth-error{background:rgba(155,53,66,.18);border:1px solid rgba(255,130,130,.15);color:#ffd4d8}.auth-success{background:rgba(25,139,88,.18);border:1px solid rgba(25,139,88,.18);color:#c8ffe1}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px}.auth-card{width:100%;max-width:760px;border-radius:34px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(6,23,81,.96),rgba(4,17,62,.96));box-shadow:var(--shadow);padding:34px}.auth-title{margin:0;color:#fff;font-size:56px;line-height:.95;font-weight:900;letter-spacing:-.04em}.auth-subtitle{margin:18px 0 0;color:var(--text-soft);font-size:18px;line-height:1.45}.auth-form{display:grid;gap:14px;margin-top:26px}.auth-label{display:grid;gap:8px}.auth-label>span{color:#fff;font-size:15px;font-weight:800}.auth-password-row{position:relative;display:flex;align-items:center}.auth-password-row .auth-input{padding-right:128px}.auth-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);min-width:104px;height:38px;padding:0 14px;border-radius:14px;border:1px solid rgba(119,152,255,.16);background:rgba(8,31,100,.96);color:#dfe9ff;font-weight:800;cursor:pointer;transition:.18s ease}.auth-toggle-btn:hover{background:rgba(12,39,120,.98)}.auth-primary-btn,.auth-secondary-btn{width:100%;min-height:56px;padding:0 18px;border-radius:18px;font-size:16px;font-weight:900;cursor:pointer;transition:.18s ease}.auth-primary-btn{background:linear-gradient(180deg,var(--accent),var(--accent-2));color:#fff;border:1px solid rgba(255,255,255,.08)}.auth-primary-btn:hover{background:linear-gradient(180deg,var(--accent-hover),var(--accent))}.auth-secondary-btn{background:rgba(8,31,100,.96);color:#fff;border:1px solid rgba(119,152,255,.16)}.auth-secondary-btn:hover{background:rgba(12,39,120,.98)}.auth-links{margin-top:8px;color:var(--text-soft);font-size:15px}.auth-links a{color:#82a8ff;font-weight:800}.auth-links a:hover{color:#bcd0ff}@media (max-width:1180px){.dashboard-grid,.feature-grid,.stats-grid{grid-template-columns:1fr}}@media (max-width:900px){.app-shell{grid-template-columns:1fr}.app-sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid rgba(119,152,255,.08)}.auth-card{max-width:100%;padding:26px 20px}.auth-title{font-size:42px}}.data-table{width:100%;border-collapse:collapse;min-width:1800px}.data-table td,.data-table th{border-bottom:1px solid rgba(120,155,255,.12);padding:12px 10px;vertical-align:top;text-align:left;font-size:13px}.data-table th{color:#ffffff;font-weight:800;background:rgba(8,26,82,.75);position:sticky;top:0}.data-table td{color:#dce7ff}.data-table tbody tr:hover{background:rgba(93,146,255,.06)}.dashboard-filters-grid{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(220px,1fr) minmax(220px,1fr)}.active-account-box{min-height:48px;display:flex;align-items:center}.stat-card__hint{margin-top:5px;color:var(--text-dim);font-size:11px;font-weight:700;line-height:1.35}.date-input-shell{position:relative;cursor:pointer}.date-input::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.8)}.sync-notice{margin-bottom:14px;padding:14px 16px;border-radius:18px;border:1px solid rgba(91,145,255,.22);background:rgba(91,145,255,.1)}.sync-notice__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.sync-notice__title{color:#fff;font-size:14px;font-weight:900}.sync-notice__text{margin-top:6px;color:var(--text-soft);font-size:13px;line-height:1.45}.sync-notice__percent{color:#fff;font-size:18px;font-weight:900;white-space:nowrap}.sync-progress{height:8px;margin-top:12px;background:rgba(2,14,52,.95);border:1px solid rgba(119,152,255,.12)}.sync-progress__bar{background:linear-gradient(90deg,var(--accent),var(--accent-hover))}.sync-notice__meta{margin-top:9px;color:var(--text-dim);font-size:12px;font-weight:700;line-height:1.45}.offer-select{position:relative;max-width:620px}.offer-select__button{width:100%;min-height:50px;padding:0 16px;border-radius:16px;border:1px solid var(--line);background:var(--bg-input);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:800;transition:.18s ease}.offer-select__button:focus,.offer-select__button:hover{border-color:rgba(91,145,255,.34);box-shadow:0 0 0 3px rgba(91,145,255,.08)}.offer-select__chevron{color:var(--text-soft);transition:transform .18s ease}.offer-select__chevron.is-open{transform:rotate(180deg)}.offer-select__dropdown{position:absolute;z-index:30;top:calc(100% + 8px);left:0;width:min(620px,calc(100vw - 260px));max-height:430px;padding:14px;border-radius:18px;border:1px solid var(--line-strong);background:rgba(246,249,255,.98);box-shadow:0 26px 70px rgba(0,0,0,.34);color:#1c2740}.offer-select__search-row{display:flex;justify-content:flex-end;margin-bottom:10px}.offer-select__list{max-height:340px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding-right:4px}.offer-select__item{min-height:38px;display:flex;align-items:center;gap:10px;padding:8px 9px;border-radius:12px;cursor:pointer;color:#43516b;font-size:14px;font-weight:700}.offer-select__item:hover{background:rgba(91,145,255,.1);color:#1d2b48}.offer-select__item input{width:18px;height:18px;accent-color:#4d7fe4}@media (max-width:1200px){.dashboard-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-select__dropdown{width:min(620px,calc(100vw - 80px))}}@media (max-width:760px){.dashboard-filters-grid{grid-template-columns:1fr}.sync-notice__top{flex-direction:column}.offer-select{max-width:100%}.offer-select__dropdown{width:calc(100vw - 36px)}}.dashboard-filters-grid{grid-template-columns:minmax(260px,1.1fr) minmax(190px,.8fr) minmax(190px,.8fr)}.date-input-wrap{position:relative;width:100%}.date-input{padding-right:48px}.date-input-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#dbe6ff;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;opacity:.95}.date-input-icon,.date-input-icon svg{width:19px;height:19px}.date-input::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;opacity:0}.sync-status-box{margin-top:16px;padding:16px;border-radius:18px;border:1px solid rgba(119,152,255,.18);background:rgba(2,14,52,.72)}.sync-status-box__top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.sync-status-box__title{color:#fff;font-size:15px;font-weight:900}.sync-status-box__text{margin-top:6px;color:var(--text-soft);font-size:13px;line-height:1.45}.sync-status-box__error{margin-top:8px;color:#ffd4d8;font-size:13px;line-height:1.45}.sync-status-box__badge{flex:0 0 auto;min-width:82px;min-height:36px;padding:8px 12px;border-radius:999px;background:rgba(91,145,255,.16);border:1px solid rgba(91,145,255,.22);color:#fff;font-weight:900;text-align:center}.sync-status-box__meta{margin-top:10px;color:var(--text-soft);font-size:12px;font-weight:700}.sync-progress{margin-top:14px;height:10px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.sync-progress__bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#5b91ff,#8bb5ff);transition:width .25s ease}.sync-status-box--done .sync-progress__bar{background:linear-gradient(90deg,#198b58,#8df0bb)}.sync-status-box--error{border-color:rgba(255,130,130,.2)}.sync-status-box--error .sync-progress__bar{background:linear-gradient(90deg,#9b3542,#ff8b98)}.offer-select{max-width:360px!important}.offer-select__button,.offer-select__trigger{min-height:40px!important;padding:0 12px!important;border-radius:12px!important;font-size:14px!important;font-weight:800!important}.offer-select__dropdown{width:min(360px,calc(100vw - 280px))!important;max-width:360px!important;max-height:320px!important;padding:10px!important;border-radius:16px!important}.offer-select__actions{grid-template-columns:minmax(0,1fr) 110px!important;gap:8px!important}.offer-select__search{font-size:13px!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn,.offer-select__search{min-height:34px!important;height:34px!important;padding:0 10px!important;border-radius:10px!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn{font-size:12px!important;font-weight:800!important}.offer-select__filtered-btn,.offer-select__list{margin-top:8px!important}.offer-select__list{max-height:180px!important;gap:2px!important}.offer-select__item{min-height:28px!important;padding:2px 6px!important;gap:8px!important;font-size:12px!important;font-weight:700!important}.offer-select__item input{width:16px!important;height:16px!important}@media (max-width:1100px){.dashboard-filters-grid,.offer-select__actions{grid-template-columns:1fr}}.offer-select__dropdown{max-width:680px!important;width:min(680px,calc(100vw - 260px))!important;padding:18px 22px!important;border-radius:22px!important}.offer-select__actions{gap:12px!important}.offer-select__search{padding:0 16px!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn,.offer-select__search{min-height:48px!important;height:48px!important;font-size:17px!important;border-radius:14px!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn{padding:0 22px!important}.offer-select__filtered-btn,.offer-select__list{margin-top:12px!important}.offer-select__list{max-height:300px!important;gap:8px!important}.offer-select__item{min-height:42px!important;padding:6px 10px!important;gap:12px!important;font-size:17px!important}.offer-select__item input{width:20px!important;height:20px!important}.date-input{cursor:pointer;color-scheme:dark}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;filter:invert(1) brightness(10)}.date-input::-webkit-datetime-edit,.date-input::-webkit-datetime-edit-day-field,.date-input::-webkit-datetime-edit-fields-wrapper,.date-input::-webkit-datetime-edit-month-field,.date-input::-webkit-datetime-edit-text,.date-input::-webkit-datetime-edit-year-field{color:#fff}.top-account-select{position:relative}.top-account-select__trigger{min-height:38px;padding:0 6px;border:0;background:transparent;color:#dbe6ff;display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:800;cursor:pointer}.top-account-select__trigger:hover{color:#ffffff}.top-account-select__chevron{color:#9cb3e8;font-size:12px;transition:transform .18s ease}.top-account-select__chevron.is-open{transform:rotate(180deg)}.top-account-select__dropdown{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:270px;max-height:420px;overflow-y:auto;padding:12px;border-radius:18px;border:1px solid rgba(119,152,255,.18);background:rgba(246,249,255,.98);color:#263348;box-shadow:0 22px 54px rgba(0,0,0,.34)}.top-account-select__add{display:block;padding:10px 10px 12px;color:#1264e8;font-size:14px;font-weight:900;border-bottom:1px solid rgba(38,51,72,.1)}.top-account-select__list{display:grid;gap:4px;padding-top:8px}.top-account-select__item{width:100%;min-height:42px;padding:8px 10px;border-radius:12px;background:transparent;color:#263348;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;font-weight:800;text-align:left;cursor:pointer}.top-account-select__item.is-active,.top-account-select__item:hover{background:rgba(91,145,255,.12)}.top-account-select__empty{padding:10px;color:#6f7d93;font-size:13px;font-weight:700}.offer-select{position:relative!important;max-width:460px!important}.offer-select__button,.offer-select__trigger{min-height:44px!important;padding:0 14px!important;border-radius:14px!important;font-size:15px!important;font-weight:850!important}.offer-select__dropdown{position:absolute!important;z-index:60!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important;width:min(520px,calc(100vw - 280px))!important;max-width:520px!important;max-height:390px!important;overflow:hidden!important;padding:14px!important;border-radius:18px!important;background:#eef2f8!important}.offer-select__actions{display:grid!important;grid-template-columns:minmax(0,1fr) 140px!important;gap:10px!important}.offer-select__search{padding:0 12px!important;font-weight:700!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn,.offer-select__search{min-height:40px!important;height:40px!important;border-radius:12px!important;font-size:14px!important}.offer-select__dropdown .primary-btn,.offer-select__dropdown .secondary-btn{padding:0 14px!important}.offer-select__filtered-btn,.offer-select__list{margin-top:10px!important}.offer-select__list{max-height:235px!important;gap:4px!important;overflow-y:auto!important}.offer-select__item{min-height:34px!important;padding:4px 8px!important;gap:10px!important;font-size:14px!important;font-weight:800!important}.offer-select__item input{width:17px!important;height:17px!important}.date-input{padding-right:14px!important}.date-input-icon{display:none!important}.date-input::-webkit-calendar-picker-indicator{padding:0!important;filter:invert(1) brightness(6)!important;background-color:transparent!important}.date-input::-webkit-datetime-edit,.date-input::-webkit-datetime-edit-day-field,.date-input::-webkit-datetime-edit-fields-wrapper,.date-input::-webkit-datetime-edit-month-field,.date-input::-webkit-datetime-edit-text,.date-input::-webkit-datetime-edit-year-field{color:#fff!important}@media (max-width:900px){.offer-select{max-width:100%!important}.offer-select__dropdown{width:calc(100vw - 36px)!important}.offer-select__actions{grid-template-columns:1fr!important}}.top-account-switcher{position:relative}.top-account-switcher__button{min-height:40px;padding:0 8px;border-radius:10px;background:transparent;color:#ffffff;display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:900;cursor:pointer}.top-account-switcher__button:hover{background:rgba(91,145,255,.08)}.top-account-switcher__chevron{color:var(--text-soft);font-size:11px;transition:transform .18s ease}.top-account-switcher__chevron.is-open{transform:rotate(180deg)}.top-account-switcher__menu{position:absolute;z-index:80;top:calc(100% + 10px);right:0;width:290px;padding:14px;border-radius:20px;background:rgba(246,249,255,.98);color:#263348;box-shadow:0 26px 70px rgba(0,0,0,.36)}.top-account-switcher__add{width:100%;min-height:42px;padding:0 12px;border-radius:12px;background:transparent;color:#0d63e8;font-size:15px;font-weight:900;text-align:left;cursor:pointer}.top-account-switcher__add:hover{background:rgba(91,145,255,.1)}.top-account-switcher__divider{height:1px;margin:8px 0;background:rgba(38,51,72,.12)}.top-account-switcher__item{width:100%;min-height:44px;padding:0 12px;border-radius:12px;background:transparent;color:#263348;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:15px;font-weight:900;text-align:left;cursor:pointer}.top-account-switcher__item.is-active,.top-account-switcher__item:hover{background:rgba(91,145,255,.12)}.top-account-switcher__empty{padding:10px 12px;color:#7a8597;font-size:14px;font-weight:800}.date-input{cursor:pointer!important;color-scheme:dark!important;padding-right:48px!important}.date-input::-webkit-calendar-picker-indicator{cursor:pointer!important;opacity:1!important;filter:invert(1) brightness(100)!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;position:static!important;inset:auto!important;margin:0!important}.date-input::-webkit-datetime-edit,.date-input::-webkit-datetime-edit-day-field,.date-input::-webkit-datetime-edit-fields-wrapper,.date-input::-webkit-datetime-edit-month-field,.date-input::-webkit-datetime-edit-text,.date-input::-webkit-datetime-edit-year-field{color:#ffffff!important}.form-input.date-input{cursor:pointer!important;color-scheme:dark!important;padding-right:46px!important;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3V6M17 3V6M4 9H20M6 5H18C19.1046 5 20 5.89543 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5Z' stroke='%23dbe6ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:18px 18px!important}.form-input.date-input::-webkit-calendar-picker-indicator{opacity:0!important;width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;padding:0!important;margin:0!important;cursor:pointer!important;background:transparent!important;filter:none!important;position:static!important;inset:auto!important}.form-input.date-input::-webkit-datetime-edit,.form-input.date-input::-webkit-datetime-edit-day-field,.form-input.date-input::-webkit-datetime-edit-fields-wrapper,.form-input.date-input::-webkit-datetime-edit-month-field,.form-input.date-input::-webkit-datetime-edit-text,.form-input.date-input::-webkit-datetime-edit-year-field{color:#ffffff!important}.drr-date-grid{display:grid;grid-template-columns:360px 360px;gap:12px;max-width:744px}@media (max-width:900px){.drr-date-grid{grid-template-columns:1fr;max-width:100%}}.monitoring-filter-grid{grid-template-columns:220px 220px;max-width:460px}.monitoring-offer-select{max-width:420px!important}.monitoring-table-card{padding-bottom:14px}.monitoring-table-wrap{width:100%;overflow:auto;border-radius:18px;border:1px solid rgba(119,152,255,.12);background:rgba(2,14,52,.64)}.monitoring-table{width:max-content;min-width:100%;border-collapse:collapse}.monitoring-table td,.monitoring-table th{border-bottom:1px solid rgba(119,152,255,.12);border-right:1px solid rgba(119,152,255,.08);padding:9px 10px;color:#dce7ff;font-size:12px;white-space:nowrap;text-align:right}.monitoring-table th{position:sticky;top:0;z-index:2;background:rgba(8,26,82,.96);color:#ffffff;font-weight:900}.monitoring-table__metric-col{position:sticky;left:0;z-index:3;min-width:310px;max-width:310px;text-align:left!important;background:rgba(8,26,82,.98)!important;color:#ffffff!important;font-weight:800;white-space:normal!important}.monitoring-table td.monitoring-table__metric-col{background:rgba(3,16,58,.98)!important}.monitoring-table__group-start td{border-top:2px solid rgba(91,145,255,.22)}.monitoring-table__group{margin-bottom:4px;color:#8fb1ff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}@media (max-width:900px){.monitoring-filter-grid{grid-template-columns:1fr;max-width:100%}.monitoring-offer-select{max-width:100%!important}.monitoring-table__metric-col{min-width:240px;max-width:240px}}.dashboard-scheme-switch{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:6px;border-radius:16px;border:1px solid rgba(119,152,255,.14);background:rgba(2,14,52,.55)}.dashboard-scheme-switch__btn{min-height:42px;padding:0 16px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffff;font-size:14px;font-weight:800;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:.18s ease}.dashboard-scheme-switch__btn:hover{background:rgba(91,145,255,.08);border-color:rgba(119,152,255,.18)}.dashboard-scheme-switch__btn.is-active{background:rgba(91,145,255,.16);border-color:rgba(119,152,255,.24);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.dashboard-scheme-switch__arrow{color:#dbe6ff;font-size:13px;line-height:1}.dashboard-mode-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.dashboard-mode-btn{min-height:42px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffffff;font-weight:800;cursor:pointer;transition:.18s ease}.dashboard-mode-btn:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.28)}.dashboard-mode-btn.is-active{background:rgba(91,145,255,.14);border-color:rgba(91,145,255,.32);box-shadow:inset 0 0 0 1px rgba(91,145,255,.08)}.dashboard-mode-select-wrap{position:relative;min-width:140px}.dashboard-mode-select{width:100%;min-height:42px;padding:0 38px 0 14px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffffff;font-weight:700;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.dashboard-mode-select:focus{border-color:rgba(91,145,255,.34);box-shadow:0 0 0 3px rgba(91,145,255,.08)}.dashboard-mode-select option{color:#ffffff;background:#071a57}.dashboard-mode-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#ffffff;pointer-events:none;font-size:14px;opacity:.9}.monitoring-compare-offer{display:inline-flex;align-items:center;gap:8px;font-weight:800;line-height:1.1}.monitoring-compare-offer__dot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto}.monitoring-compare-offer__text{display:inline-block;white-space:nowrap}.monitoring-compare-selected-offer{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;line-height:1.15}.monitoring-compare-selected-offer__dot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto}.monitoring-compare-selected-offer__text{word-break:break-word}.monitoring-compare-table td,.monitoring-compare-table th{padding:8px;font-size:12px;line-height:1.15}.monitoring-compare-table .monitoring-table__metric-col{min-width:220px;width:220px;padding:10px;font-size:12px}.monitoring-compare-table .monitoring-table__group{font-size:10px;margin-bottom:4px}.monitoring-compare-table td:nth-child(2),.monitoring-compare-table th:nth-child(2){min-width:120px!important;width:120px!important}.monitoring-compare-table--dense-1 td,.monitoring-compare-table--dense-1 th{padding:7px 6px;font-size:11px}.monitoring-compare-table--dense-1 .monitoring-table__metric-col{min-width:190px;width:190px;padding:8px;font-size:11px}.monitoring-compare-table--dense-1 td:nth-child(2),.monitoring-compare-table--dense-1 th:nth-child(2){min-width:96px!important;width:96px!important}.monitoring-compare-table--dense-1 .monitoring-compare-offer{gap:6px;font-size:11px}.monitoring-compare-table--dense-1 .monitoring-compare-offer__dot{width:8px;height:8px}.monitoring-compare-table--dense-2 td,.monitoring-compare-table--dense-2 th{padding:6px 5px;font-size:10px}.monitoring-compare-table--dense-2 .monitoring-table__metric-col{min-width:165px;width:165px;padding:7px;font-size:10px}.monitoring-compare-table--dense-2 .monitoring-table__group{font-size:9px;margin-bottom:3px}.monitoring-compare-table--dense-2 td:nth-child(2),.monitoring-compare-table--dense-2 th:nth-child(2){min-width:82px!important;width:82px!important}.monitoring-compare-table--dense-2 .monitoring-compare-offer{gap:5px;font-size:10px}.monitoring-compare-table--dense-2 .monitoring-compare-offer__dot{width:7px;height:7px}.monitoring-compare-table--dense-3 td,.monitoring-compare-table--dense-3 th{padding:5px 4px;font-size:9px}.monitoring-compare-table--dense-3 .monitoring-table__metric-col{min-width:145px;width:145px;padding:6px;font-size:9px}.monitoring-compare-table--dense-3 .monitoring-table__group{font-size:8px;margin-bottom:2px}.monitoring-compare-table--dense-3 td:nth-child(2),.monitoring-compare-table--dense-3 th:nth-child(2){min-width:72px!important;width:72px!important}.monitoring-compare-table--dense-3 .monitoring-compare-offer{gap:4px;font-size:9px}.monitoring-compare-table--dense-3 .monitoring-compare-offer__dot{width:6px;height:6px}@media (max-width:1600px){.monitoring-compare-table .monitoring-table__metric-col{min-width:180px;width:180px}}@media (max-width:1400px){.monitoring-compare-table .monitoring-table__metric-col{min-width:160px;width:160px}}.monitoring-offer-select{position:relative!important;max-width:430px!important}.monitoring-offer-select .offer-select__button,.monitoring-offer-select .offer-select__trigger{min-height:54px!important;padding:0 18px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.08)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#ffffff!important;font-size:15px!important;font-weight:800!important;box-shadow:none!important}.monitoring-offer-select .offer-select__button:hover,.monitoring-offer-select .offer-select__trigger:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(119,152,255,.32)!important}.monitoring-offer-select .offer-select__dropdown{position:absolute!important;z-index:80!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:min(470px,calc(100vw - 280px))!important;max-width:470px!important;max-height:360px!important;overflow:hidden!important;padding:14px!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(8,20,64,.88)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 24px 60px rgba(0,0,0,.35)!important;color:#ffffff!important}.monitoring-offer-select .offer-select__actions{display:grid!important;grid-template-columns:minmax(0,1fr) 160px!important;gap:10px!important;align-items:stretch!important;margin-bottom:10px!important}.monitoring-offer-select .offer-select__search{min-height:42px!important;height:42px!important;padding:0 14px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.1)!important;color:#ffffff!important;font-size:14px!important;font-weight:700!important}.monitoring-offer-select .offer-select__search::placeholder{color:rgba(255,255,255,.6)!important}.monitoring-offer-select .offer-select__dropdown .primary-btn,.monitoring-offer-select .offer-select__dropdown .secondary-btn{min-height:42px!important;height:42px!important;padding:0 14px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.08)!important;color:#ffffff!important;font-size:13px!important;font-weight:800!important;box-shadow:none!important;white-space:nowrap!important}.monitoring-offer-select .offer-select__dropdown .primary-btn:hover,.monitoring-offer-select .offer-select__dropdown .secondary-btn:hover{background:rgba(255,255,255,.14)!important;border-color:rgba(119,152,255,.34)!important}.monitoring-offer-select .offer-select__dropdown>div:nth-child(2){display:grid!important;grid-template-columns:minmax(0,1fr) 130px!important;gap:10px!important;margin-bottom:10px!important}.monitoring-offer-select .offer-select__filtered-btn{width:100%!important;margin-top:0!important}.monitoring-offer-select .offer-select__list{margin-top:0!important;max-height:205px!important;overflow-y:auto!important;padding-right:4px!important;display:grid!important;gap:4px!important}.monitoring-offer-select .offer-select__item{min-height:34px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:4px 6px!important;border-radius:10px!important;color:rgba(255,255,255,.88)!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important}.monitoring-offer-select .offer-select__item:hover{background:rgba(255,255,255,.08)!important;color:#ffffff!important}.monitoring-offer-select .offer-select__item input{width:16px!important;height:16px!important;accent-color:#7ea7ff!important}.monitoring-offer-select .offer-select__list::-webkit-scrollbar{width:8px}.monitoring-offer-select .offer-select__list::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}.monitoring-offer-select .offer-select__list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.24);border-radius:999px}.monitoring-offer-select .offer-select__list::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.34)}@media (max-width:900px){.monitoring-offer-select .offer-select__dropdown{width:min(440px,calc(100vw - 40px))!important;max-width:min(440px,calc(100vw - 40px))!important}}@media (max-width:640px){.monitoring-offer-select .offer-select__actions,.monitoring-offer-select .offer-select__dropdown>div:nth-child(2){grid-template-columns:1fr!important}}.monitoring-side-card .primary-btn,.monitoring-side-card .secondary-btn{min-height:42px!important;border-radius:16px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.14)!important;color:#ffffff!important;box-shadow:none!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}.monitoring-side-card .primary-btn{background:rgba(123,169,255,.22)!important;border-color:rgba(123,169,255,.34)!important}.monitoring-side-card .secondary-btn{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important}.monitoring-side-card .primary-btn:hover,.monitoring-side-card .secondary-btn:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(119,152,255,.32)!important;transform:translateY(-1px)}.monitoring-side-card .primary-btn:active,.monitoring-side-card .secondary-btn:active{transform:translateY(0)}.monitoring-side-card .primary-btn:disabled,.monitoring-side-card .secondary-btn:disabled{opacity:.55!important;cursor:not-allowed!important;transform:none!important}.monitoring-side-card .dashboard-card__subtitle{color:rgba(219,230,255,.72)}.monitoring-side-card>div>div:nth-child(2)>div,.monitoring-side-card>div>div:nth-child(3)>div:last-child{border:1px solid rgba(255,255,255,.1)!important;background:rgba(255,255,255,.04)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.monitoring-side-card .primary-btn,.monitoring-side-card .secondary-btn{font-size:14px!important;font-weight:800!important}.dashboard-offer-select{position:relative!important;max-width:520px!important}.dashboard-offer-select .offer-select__trigger{min-height:54px!important;padding:0 18px!important;border-radius:18px!important;border:1px solid rgba(119,152,255,.22)!important;background:rgba(255,255,255,.08)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:#ffffff!important;font-size:16px!important;font-weight:900!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important}.dashboard-offer-select .offer-select__trigger:hover{border-color:rgba(139,181,255,.36)!important;background:rgba(255,255,255,.11)!important}.dashboard-offer-select .offer-select__dropdown{position:absolute!important;z-index:70!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:min(520px,calc(100vw - 280px))!important;max-width:520px!important;max-height:390px!important;overflow:hidden!important;padding:14px!important;border-radius:22px!important;border:1px solid rgba(119,152,255,.18)!important;background:rgba(7,18,58,.88)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;box-shadow:0 24px 70px rgba(0,0,0,.34)!important;color:#e8efff!important}.dashboard-offer-select .offer-select__actions{display:grid!important;grid-template-columns:minmax(0,1fr) 150px!important;gap:10px!important;align-items:center!important}.dashboard-offer-select .offer-select__search{min-height:42px!important;height:42px!important;padding:0 14px!important;border-radius:14px!important;border:1px solid rgba(119,152,255,.2)!important;background:rgba(255,255,255,.08)!important;color:#ffffff!important;font-size:14px!important;font-weight:700!important}.dashboard-offer-select .offer-select__search::placeholder{color:rgba(219,230,255,.72)!important}.dashboard-offer-select .offer-select__dropdown .primary-btn,.dashboard-offer-select .offer-select__dropdown .secondary-btn{min-height:42px!important;height:42px!important;padding:0 14px!important;border-radius:14px!important;border:1px solid rgba(119,152,255,.2)!important;background:rgba(255,255,255,.08)!important;color:#ffffff!important;font-size:14px!important;font-weight:800!important;box-shadow:none!important}.dashboard-offer-select .offer-select__dropdown .primary-btn:hover,.dashboard-offer-select .offer-select__dropdown .secondary-btn:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(139,181,255,.34)!important}.dashboard-offer-select__toolbar{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:10px!important}.dashboard-offer-select .offer-select__filtered-btn{width:100%!important;margin-top:0!important}.dashboard-offer-select .offer-select__list{margin-top:12px!important;max-height:240px!important;overflow-y:auto!important;padding-right:6px!important;display:grid!important;gap:6px!important}.dashboard-offer-select .offer-select__item{min-height:34px!important;padding:4px 6px!important;display:flex!important;align-items:center!important;gap:10px!important;border-radius:10px!important;color:#dbe6ff!important;font-size:14px!important;font-weight:800!important;cursor:pointer!important}.dashboard-offer-select .offer-select__item:hover{background:rgba(255,255,255,.08)!important;color:#ffffff!important}.dashboard-offer-select .offer-select__item input{width:17px!important;height:17px!important;accent-color:#7fa8ff!important}.dashboard-offer-select .offer-select__list::-webkit-scrollbar{width:8px}.dashboard-offer-select .offer-select__list::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}.dashboard-offer-select .offer-select__list::-webkit-scrollbar-thumb{background:rgba(160,186,255,.42);border-radius:999px}.dashboard-offer-select .offer-select__list::-webkit-scrollbar-thumb:hover{background:rgba(160,186,255,.62)}@media (max-width:900px){.dashboard-offer-select{max-width:100%!important}.dashboard-offer-select .offer-select__dropdown{width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important}.dashboard-offer-select .offer-select__actions{grid-template-columns:1fr!important}}.logistics-refresh-button{min-width:190px;height:44px;padding:0 18px;border:1px solid rgba(96,165,250,.38);border-radius:12px;background:linear-gradient(180deg,rgba(29,78,216,.96),rgba(30,64,175,.96));color:#ffffff;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 10px 24px rgba(2,6,23,.28);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,opacity .15s ease}.logistics-refresh-button:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(125,211,252,.6);box-shadow:0 14px 30px rgba(2,6,23,.38)}.logistics-refresh-button:active:not(:disabled){transform:translateY(0)}.logistics-refresh-button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.form-input[type=date],.form-input[type=number]{color-scheme:dark}.form-input[type=date]::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;background:transparent;filter:invert(1) brightness(1.8)}.form-input[type=number]::-webkit-inner-spin-button,.form-input[type=number]::-webkit-outer-spin-button{opacity:1;background:transparent;filter:invert(1) brightness(1.8);margin:0}.form-input[type=date]::-webkit-datetime-edit,.form-input[type=date]::-webkit-datetime-edit-day-field,.form-input[type=date]::-webkit-datetime-edit-month-field,.form-input[type=date]::-webkit-datetime-edit-text,.form-input[type=date]::-webkit-datetime-edit-year-field{color:#ffffff}.logistics-refresh-button{min-width:190px!important;padding:0 20px!important;border:1px solid rgba(96,165,250,.42)!important;background:linear-gradient(180deg,rgba(59,130,246,.42),rgba(37,99,235,.28))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 10px 28px rgba(15,23,42,.22)!important;backdrop-filter:blur(8px)!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,opacity .15s ease!important}.logistics-refresh-button:hover:not(:disabled){background:linear-gradient(180deg,rgba(59,130,246,.56),rgba(37,99,235,.38))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 34px rgba(15,23,42,.34)!important}.logistics-refresh-button:disabled{opacity:.55!important;box-shadow:none!important}.form-input[type=number]{appearance:textfield!important;-moz-appearance:textfield!important;color-scheme:dark!important}.form-input[type=number]::-webkit-inner-spin-button,.form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important;appearance:none!important;margin:0!important;display:none!important}.form-input[type=date]{color-scheme:dark!important}.form-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer!important;opacity:.9!important;background:transparent!important;background-color:transparent!important;filter:invert(1) brightness(1.7)!important}.form-input[type=date]::-webkit-datetime-edit,.form-input[type=date]::-webkit-datetime-edit-day-field,.form-input[type=date]::-webkit-datetime-edit-month-field,.form-input[type=date]::-webkit-datetime-edit-text,.form-input[type=date]::-webkit-datetime-edit-year-field{color:#ffffff!important}.logistics-filters-grid{display:grid!important;grid-template-columns:minmax(220px,320px) minmax(320px,520px) minmax(190px,280px)!important;gap:16px 18px!important;align-items:end!important;max-width:1160px!important}.logistics-filters-grid .form-label{width:100%!important}.logistics-filters-grid .form-input{width:100%!important;min-height:44px!important}.logistics-filters-grid>div:last-child{display:flex!important;align-items:end!important;justify-content:flex-start!important}.logistics-refresh-button{min-width:180px!important;height:44px!important;padding:0 18px!important;border:1px solid rgba(96,165,250,.46)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(59,130,246,.24),rgba(37,99,235,.14))!important;color:#ffffff!important;font-size:14px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 8px 22px rgba(15,23,42,.18)!important;backdrop-filter:blur(10px)!important;transition:transform .15s ease,border-color .15s ease,background .15s ease,opacity .15s ease!important}.logistics-refresh-button:hover:not(:disabled){transform:translateY(-1px)!important;border-color:rgba(125,211,252,.72)!important;background:linear-gradient(180deg,rgba(59,130,246,.34),rgba(37,99,235,.22))!important}.logistics-refresh-button:active:not(:disabled){transform:translateY(0)!important}.logistics-refresh-button:disabled{opacity:.52!important;cursor:not-allowed!important}@media (max-width:1200px){.logistics-filters-grid{grid-template-columns:repeat(2,minmax(220px,1fr))!important;max-width:100%!important}}@media (max-width:760px){.logistics-filters-grid{grid-template-columns:1fr!important}}.logistics-filters-grid{margin-left:auto!important;margin-right:0!important}@media (max-width:1400px){.logistics-filters-grid{margin-left:0!important;max-width:100%!important;grid-template-columns:repeat(3,minmax(220px,1fr))!important}}.logistics-filters-grid{margin-left:0!important;margin-right:auto!important;max-width:1280px!important;grid-template-columns:300px 520px 280px!important}.logistics-filters-grid .logistics-refresh-button{justify-self:start!important}@media (max-width:1400px){.logistics-filters-grid{margin-left:0!important;margin-right:auto!important;max-width:100%!important;grid-template-columns:repeat(3,minmax(220px,1fr))!important}}@media (max-width:900px){.logistics-filters-grid{grid-template-columns:1fr!important}}.app-sidebar__sublink.is-wb.is-active{background:linear-gradient(135deg,rgba(168,85,247,.35),rgba(236,72,153,.22))}.app-sidebar__sublink.is-yandex.is-active{background:linear-gradient(135deg,rgba(250,204,21,.24),rgba(239,68,68,.22))}.app-sidebar__sublink.is-mvideo.is-active{background:linear-gradient(135deg,rgba(239,68,68,.34),rgba(153,27,27,.22))}.app-sidebar__sublink.is-ozon.is-active{background:linear-gradient(135deg,rgba(37,99,235,.34),rgba(29,78,216,.22))}.marketplace-shell{min-height:100vh}.marketplace-shell--ozon{--mp-accent:#3b82f6;--mp-accent-soft:rgba(59,130,246,0.22);--mp-accent-border:rgba(96,165,250,0.36);--mp-page-glow:rgba(37,99,235,0.18)}.marketplace-shell--wb{--mp-accent:#ec4899;--mp-accent-soft:rgba(168,85,247,0.24);--mp-accent-border:rgba(236,72,153,0.42);--mp-page-glow:rgba(168,85,247,0.24)}.marketplace-shell--yandex{--mp-accent:#facc15;--mp-accent-soft:rgba(250,204,21,0.18);--mp-accent-border:rgba(250,204,21,0.42);--mp-page-glow:rgba(239,68,68,0.16)}.marketplace-shell--mvideo{--mp-accent:#ef4444;--mp-accent-soft:rgba(239,68,68,0.22);--mp-accent-border:rgba(248,113,113,0.42);--mp-page-glow:rgba(153,27,27,0.22)}.marketplace-shell .app-shell__page{background:radial-gradient(circle at 18% 0,var(--mp-page-glow),transparent 34%),radial-gradient(circle at 82% 8%,rgba(15,23,42,.22),transparent 38%)}.marketplace-topbar{min-height:64px;border-bottom:1px solid rgba(120,160,255,.12);background:linear-gradient(90deg,rgba(2,8,35,.82),rgba(5,20,78,.72)),radial-gradient(circle at 100% 0,var(--mp-accent-soft),transparent 42%);backdrop-filter:blur(12px)}.marketplace-topbar__context{display:flex;align-items:center;gap:10px}.marketplace-topbar__badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid var(--mp-accent-border);background:linear-gradient(135deg,var(--mp-accent-soft),rgba(255,255,255,.05));color:#ffffff;font-size:13px;font-weight:900;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.18)}.marketplace-topbar__caption{color:rgba(219,234,254,.72);font-size:12px;font-weight:700}.marketplace-topbar__select{min-width:160px;height:36px;border-radius:11px;border:1px solid var(--mp-accent-border);background:linear-gradient(135deg,rgba(4,17,69,.96),rgba(8,29,96,.88));color:#ffffff;font-size:13px;font-weight:800;padding:0 34px 0 12px;outline:none;cursor:pointer}.marketplace-topbar__empty-account{min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border-radius:11px;border:1px solid rgba(148,163,184,.22);background:rgba(15,23,42,.36);color:rgba(226,232,240,.76);font-size:13px;font-weight:800}.marketplace-topbar__refresh{border-color:var(--mp-accent-border)!important;background:linear-gradient(135deg,var(--mp-accent-soft),rgba(255,255,255,.06))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.16)}.marketplace-topbar__refresh:hover{background:linear-gradient(135deg,var(--mp-accent-soft),rgba(255,255,255,.12))!important;border-color:var(--mp-accent)!important}.marketplace-topbar__btn{height:36px;padding:0 14px;border-radius:11px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#ffffff;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease}.marketplace-topbar__btn:hover{background:rgba(255,255,255,.12);border-color:rgba(119,152,255,.32)}.marketplace-topbar__btn--danger{border-color:rgba(255,130,130,.18);background:rgba(155,53,66,.12);color:#ffd4d8}.marketplace-topbar__btn--danger:hover{background:rgba(155,53,66,.22);border-color:rgba(255,130,130,.28)}.marketplace-topbar .app-topbar__btn--danger{background:linear-gradient(135deg,rgba(155,53,66,.92),rgba(120,40,52,.88))!important;border-color:rgba(255,130,130,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.16)}.marketplace-topbar .app-topbar__btn--danger:hover{background:linear-gradient(135deg,rgba(183,69,84,.96),rgba(155,53,66,.92))!important;border-color:rgba(255,160,160,.32)!important}.marketplace-shell--mvideo section,.marketplace-shell--wb section,.marketplace-shell--yandex section{position:relative}.marketplace-shell--mvideo section:before,.marketplace-shell--wb section:before,.marketplace-shell--yandex section:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px var(--mp-accent-border);opacity:.75}.app-sidebar__sublink.is-wb{color:#f5d0fe}.app-sidebar__sublink.is-wb.is-active{background:linear-gradient(135deg,rgba(168,85,247,.42),rgba(236,72,153,.24));box-shadow:inset 3px 0 0 rgba(236,72,153,.95)}.app-sidebar__sublink.is-yandex{color:#fef3c7}.app-sidebar__sublink.is-yandex.is-active{background:linear-gradient(135deg,rgba(250,204,21,.28),rgba(239,68,68,.22));box-shadow:inset 3px 0 0 rgba(250,204,21,.95)}.app-sidebar__sublink.is-mvideo{color:#fecaca}.app-sidebar__sublink.is-mvideo.is-active{background:linear-gradient(135deg,rgba(239,68,68,.38),rgba(153,27,27,.24));box-shadow:inset 3px 0 0 rgba(239,68,68,.95)}.app-sidebar__sublink.is-ozon{color:#bfdbfe}.app-sidebar__sublink.is-ozon.is-active{background:linear-gradient(135deg,rgba(37,99,235,.36),rgba(29,78,216,.22));box-shadow:inset 3px 0 0 rgba(96,165,250,.95)}.ai-main-page{min-height:calc(100vh - 150px)}.main-intelligence-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,410px);align-items:stretch;gap:14px}.ai-main-page__eyebrow{margin-bottom:8px;color:#78a6ff;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ai-chat-card{min-height:680px;flex:1;background:radial-gradient(circle at top right,rgba(54,108,255,.15),transparent 34%),linear-gradient(180deg,rgba(5,22,76,.98),rgba(3,14,49,.98))}.ai-chat-card,.ozon-news-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(119,152,255,.14);border-radius:26px;box-shadow:var(--shadow)}.ozon-news-card{min-width:0;max-height:760px;background:radial-gradient(circle at top right,rgba(54,108,255,.12),transparent 38%),linear-gradient(180deg,rgba(5,22,76,.98),rgba(3,14,49,.98))}.ozon-news-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid rgba(119,152,255,.1)}.ozon-news-card__eyebrow{margin-bottom:5px;color:#78a6ff;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.ozon-news-card__header h2{margin:0;color:#fff;font-size:18px;font-weight:900}.ozon-news-card__header p{margin:6px 0 0;color:var(--text-soft);font-size:11px;line-height:1.45}.ozon-news-card__header>a{flex:0 0 auto;padding:7px 9px;border:1px solid rgba(119,152,255,.16);border-radius:10px;color:#bcd2ff;font-size:11px;font-weight:800;text-decoration:none}.ozon-news-filters{display:flex;gap:6px;padding:12px 14px 8px;overflow-x:auto}.ozon-news-filters button{display:flex;align-items:center;gap:5px;flex:0 0 auto;padding:7px 9px;border:1px solid rgba(119,152,255,.12);border-radius:999px;background:rgba(7,28,91,.58);color:#9eb6e8;font-size:11px;font-weight:800;cursor:pointer}.ozon-news-filters button.is-active{border-color:rgba(112,158,255,.38);background:rgba(54,105,221,.3);color:#fff}.ozon-news-filters button span{display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:rgba(255,255,255,.08);font-size:9px}.ozon-news-list{display:flex;min-height:260px;flex:1;flex-direction:column;gap:8px;overflow-y:auto;padding:6px 14px 14px}.ozon-tariff-impact{margin:0 14px 8px;padding:12px;border:1px solid rgba(248,113,113,.28);border-radius:14px;background:linear-gradient(145deg,rgba(127,29,29,.2),rgba(15,23,42,.72))}.ozon-tariff-impact__header,.ozon-tariff-impact__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ozon-tariff-impact__header{margin-bottom:8px;color:#fecaca;font-size:12px}.ozon-tariff-impact__header span{color:#94a3b8;font-size:10px}.ozon-tariff-impact__row{padding:8px 0;border-top:1px solid rgba(148,163,184,.12)}.ozon-tariff-impact__row>div{display:flex;flex-direction:column;gap:3px;font-size:10px;color:#94a3b8}.ozon-tariff-impact__row>div:last-child{align-items:flex-end;text-align:right}.ozon-tariff-impact__row strong{color:#f8fafc;font-size:11px}.ozon-news-state{margin:auto;padding:24px;color:var(--text-soft);font-size:13px;line-height:1.5;text-align:center}.ozon-news-state--error{color:#ffd7dc}.ozon-news-item{overflow:hidden;flex:0 0 auto;border:1px solid rgba(119,152,255,.1);border-left-width:3px;border-radius:14px;background:rgba(6,25,81,.76)}.ozon-news-item--high{border-left-color:#fb7185}.ozon-news-item--medium{border-left-color:#fbbf24}.ozon-news-item--low{border-left-color:#60a5fa}.ozon-news-item__summary{display:grid;width:100%;grid-template-columns:auto 1fr auto;gap:7px 8px;padding:13px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.ozon-news-priority{align-self:center;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.ozon-news-priority--high{background:rgba(244,63,94,.18);color:#fecdd3}.ozon-news-priority--medium{background:rgba(245,158,11,.18);color:#fde68a}.ozon-news-priority--low{background:rgba(59,130,246,.18);color:#bfdbfe}.ozon-news-item__category{align-self:center;overflow:hidden;color:#91a9da;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.ozon-news-item__summary time{align-self:center;color:#7188bb;font-size:9px}.ozon-news-item__summary strong{grid-column:1/-1;color:#fff;font-size:13px;font-weight:900;line-height:1.35}.ozon-news-item__preview{display:-webkit-box;grid-column:1/3;overflow:hidden;color:#aebfe4;font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ozon-news-item__chevron{align-self:end;color:#7fa7ff;font-size:18px;font-weight:500}.ozon-news-item__details{display:flex;flex-direction:column;gap:11px;padding:0 13px 13px;border-top:1px solid rgba(119,152,255,.08)}.ozon-news-item__details div{padding-top:10px}.ozon-news-item__details div>span{color:#78a6ff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ozon-news-item__details p{margin:4px 0 0;color:#dbe6ff;font-size:11px;line-height:1.5}.ozon-news-item__details a{color:#8eb1ff;font-size:11px;font-weight:800;text-decoration:none}.ozon-news-card__notice{padding:10px 14px 13px;border-top:1px solid rgba(119,152,255,.08);color:#657caf;font-size:9px;line-height:1.4;text-align:center}.ai-chat-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid rgba(119,152,255,.1);background:rgba(7,27,91,.72)}.ai-chat-card__title{color:#fff;font-size:16px;font-weight:900}.ai-chat-card__status{display:flex;align-items:center;gap:7px;margin-top:6px;color:var(--text-soft);font-size:12px}.ai-chat-card__status-dot{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 12px rgba(52,211,153,.7)}.ai-chat-card__scope{flex:0 0 auto;padding:7px 11px;border:1px solid rgba(91,145,255,.2);border-radius:999px;background:rgba(28,73,178,.24);color:#bcd2ff;font-size:12px;font-weight:800}.ai-chat{display:flex;min-height:430px;flex:1;overflow-y:auto;padding:26px}.ai-chat__empty,.ai-chat__welcome{width:min(720px,100%);margin:auto;text-align:center}.ai-chat__empty-icon,.ai-chat__welcome-badge{display:grid;width:56px;height:56px;margin:0 auto 18px;place-items:center;border:1px solid rgba(123,164,255,.28);border-radius:18px;background:linear-gradient(145deg,#6195ff,#315fc9);box-shadow:0 14px 34px rgba(46,95,210,.35);color:#fff;font-size:17px;font-weight:950}.ai-chat__empty h2,.ai-chat__welcome h2{margin:0;color:#fff;font-size:25px;font-weight:900}.ai-chat__empty p,.ai-chat__welcome p{margin:10px auto 0;color:var(--text-soft);font-size:14px;line-height:1.6}.ai-chat__starters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.ai-chat__starters button{min-height:78px;padding:14px;border:1px solid rgba(119,152,255,.14);border-radius:16px;background:rgba(8,31,100,.76);color:#dce8ff;font-size:13px;font-weight:750;line-height:1.45;cursor:pointer;transition:.18s ease}.ai-chat__starters button:hover{border-color:rgba(119,152,255,.3);background:rgba(13,44,132,.9);transform:translateY(-2px)}.ai-chat__messages{display:flex;width:100%;flex-direction:column;gap:16px}.ai-chat__message{width:min(820px,88%);padding:15px 17px;border-radius:18px}.ai-chat__message--user{align-self:flex-end;border:1px solid rgba(123,164,255,.2);border-bottom-right-radius:6px;background:linear-gradient(145deg,rgba(74,126,232,.86),rgba(45,88,189,.88))}.ai-chat__message--assistant{align-self:flex-start;border:1px solid rgba(119,152,255,.12);border-bottom-left-radius:6px;background:rgba(7,28,91,.86)}.ai-chat__message-author{margin-bottom:7px;color:#a9c2f7;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.ai-chat__message-content{color:#f5f8ff;font-size:14px;line-height:1.65;white-space:pre-wrap}.ai-chat__message-content>:first-child{margin-top:0}.ai-chat__message-content>:last-child{margin-bottom:0}.ai-chat__message-content h1,.ai-chat__message-content h2,.ai-chat__message-content h3{margin:18px 0 8px;color:#fff;font-size:15px;font-weight:900}.ai-chat__message-content p{margin:0 0 10px}.ai-chat__message-content ol,.ai-chat__message-content ul{margin:8px 0 12px;padding-left:22px}.ai-chat__message-content li+li{margin-top:7px}.ai-chat__message-content strong{color:#fff;font-weight:900}.ai-chat__typing{display:flex;align-items:center;gap:6px;color:var(--text-soft);font-size:13px}.ai-chat__typing span{width:6px;height:6px;border-radius:50%;background:#7fa7ff;animation:ai-chat-pulse 1.1s ease-in-out infinite}.ai-chat__typing span:nth-child(2){animation-delay:.15s}.ai-chat__typing span:nth-child(3){margin-right:4px;animation-delay:.3s}@keyframes ai-chat-pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.ai-chat__error{margin:0 22px 12px;padding:12px 14px;border:1px solid rgba(255,120,120,.18);border-radius:13px;background:rgba(139,46,60,.22);color:#ffd7dc;font-size:13px;font-weight:700}.ai-chat__composer{display:flex;align-items:flex-end;gap:10px;margin:0 22px;padding:10px;border:1px solid rgba(119,152,255,.16);border-radius:19px;background:rgba(2,14,52,.96);box-shadow:0 12px 34px rgba(0,0,0,.22)}.ai-chat__composer textarea{min-height:54px;max-height:160px;flex:1;resize:vertical;border:none;background:transparent;color:#fff;font-size:14px;line-height:1.5;padding:8px 10px}.ai-chat__composer textarea::placeholder{color:#6f88bd}.ai-chat__composer button{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:14px;background:linear-gradient(180deg,#6598ff,#4778de);color:#fff;font-size:22px;font-weight:900;cursor:pointer}.ai-chat__composer button:disabled{cursor:default;opacity:.45}.ai-chat__disclaimer{padding:10px 22px 16px;color:#7188bb;font-size:11px;text-align:center}@media (max-width:760px){.ai-chat-card{min-height:620px}.ai-chat-card__header,.ai-chat-card__status{align-items:flex-start}.ai-chat-card__status{flex-wrap:wrap}.ai-chat{padding:18px 14px}.ai-chat__starters{grid-template-columns:1fr}.ai-chat__message{width:94%}.ai-chat__composer{margin:0 12px}}@media (max-width:1250px){.main-intelligence-grid{grid-template-columns:1fr}.ozon-news-card{max-height:700px}}.telegram-page{display:flex;min-height:calc(100vh - 160px);flex-direction:column;gap:16px;padding:8px 4px 24px}.telegram-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:12px 4px 4px}.telegram-page__header h1{margin:0;color:#fff;font-size:clamp(28px,3vw,42px);font-weight:950;letter-spacing:-.04em}.telegram-page__header p{max-width:680px;margin:9px 0 0;color:var(--text-soft);font-size:14px;line-height:1.55}.telegram-eyebrow{display:block;margin-bottom:7px;color:#78a6ff;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.telegram-tabs{display:flex;flex:0 0 auto;gap:5px;padding:5px;overflow-x:auto;border:1px solid rgba(119,152,255,.13);border-radius:15px;background:rgba(2,14,52,.58)}.telegram-tabs a{padding:9px 12px;border-radius:11px;color:#91a9da;font-size:12px;font-weight:850;white-space:nowrap;transition:.18s ease}.telegram-tabs a.is-active,.telegram-tabs a:hover{background:rgba(91,145,255,.14);color:#fff}.telegram-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:16px}.telegram-section-stack{display:flex;flex-direction:column;gap:16px}.telegram-card,.telegram-insight-card{border:1px solid rgba(119,152,255,.13);border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(66,112,230,.12),transparent 32%),linear-gradient(180deg,rgba(5,22,76,.96),rgba(3,14,49,.97));box-shadow:0 22px 54px rgba(0,0,0,.2);padding:20px}.telegram-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:17px}.telegram-card__header h2,.telegram-parser-hero h2,.telegram-security h2{margin:0;color:#fff;font-size:19px;font-weight:900;letter-spacing:-.025em}.telegram-card__header p,.telegram-parser-hero p{margin:6px 0 0;color:var(--text-soft);font-size:13px;line-height:1.55}.telegram-card__header select{width:min(260px,100%);min-height:42px;flex:0 0 auto}.telegram-connected{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;margin-bottom:17px;padding:14px;border:1px solid rgba(52,211,153,.18);border-radius:17px;background:rgba(16,99,71,.13)}.telegram-connected__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:rgba(52,211,153,.18);color:#91f5c5;font-weight:950}.telegram-connected strong{color:#fff;font-size:14px}.telegram-connected p{margin:4px 0 0;color:#94b7aa;font-size:12px}.telegram-actions{display:flex;gap:8px}.telegram-form,.telegram-product-form{display:grid;gap:12px}.telegram-form{grid-template-columns:repeat(2,minmax(0,1fr))}.telegram-product-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;margin-bottom:14px}.telegram-form label,.telegram-product-form label{display:grid;gap:7px}.telegram-form label>span,.telegram-product-form label>span{color:#e8efff;font-size:12px;font-weight:850}.telegram-form label small{color:var(--text-dim);font-weight:700}.telegram-form input:not([type=checkbox]),.telegram-product-form input,.telegram-product-form select{width:100%;min-height:46px;padding:0 13px;border:1px solid rgba(119,152,255,.15);border-radius:13px;background:rgba(2,14,52,.82);color:#fff}.telegram-form input:focus,.telegram-product-form input:focus,.telegram-product-form select:focus{border-color:rgba(91,145,255,.4);box-shadow:0 0 0 3px rgba(91,145,255,.08)}.telegram-field--wide{grid-column:span 2}.telegram-check{display:flex!important;grid-column:1/-1;align-items:center;gap:9px!important;padding:3px 0}.telegram-check input{width:17px;height:17px;accent-color:#5b91ff}.telegram-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 15px;border:1px solid transparent;border-radius:13px;color:#fff;font-size:13px;font-weight:850;cursor:pointer;transition:.18s ease}.telegram-form>.telegram-button{grid-column:1/-1;justify-self:start}.telegram-button--primary{border-color:rgba(139,181,255,.27);background:linear-gradient(180deg,#5e91f5,#3e6dcc)}.telegram-button--secondary{border-color:rgba(119,152,255,.17);background:rgba(255,255,255,.06)}.telegram-button--danger{border-color:rgba(255,130,130,.18);background:rgba(155,53,66,.22);color:#ffd4d8}.telegram-button:hover:not(:disabled){border-color:rgba(139,181,255,.42);filter:brightness(1.1);transform:translateY(-1px)}.telegram-button:disabled{cursor:not-allowed;opacity:.48}.telegram-security{position:relative;overflow:hidden}.telegram-security:after{content:"";position:absolute;right:-50px;bottom:-50px;width:180px;height:180px;border:1px solid rgba(91,145,255,.08);border-radius:50%}.telegram-security__icon{display:grid;width:46px;height:46px;margin-bottom:17px;place-items:center;border:1px solid rgba(119,152,255,.21);border-radius:15px;background:rgba(91,145,255,.11);color:#a8c4ff;font-size:23px}.telegram-security li,.telegram-security p{color:var(--text-soft);font-size:13px;line-height:1.6}.telegram-security ul{margin:15px 0 0;padding-left:18px}.telegram-security li+li{margin-top:7px}.telegram-state{padding:13px 15px;border:1px dashed rgba(119,152,255,.21);border-radius:15px;background:rgba(2,14,52,.55);color:var(--text-soft);font-size:13px;line-height:1.5}.telegram-state--error{border-style:solid;border-color:rgba(255,130,130,.2);background:rgba(155,53,66,.18);color:#ffd4d8}.telegram-state--warning{border-style:solid;border-color:rgba(251,191,36,.2);background:rgba(146,92,14,.16);color:#fde6a7}.telegram-state--success{border-style:solid;border-color:rgba(52,211,153,.18);background:rgba(16,99,71,.16);color:#c6f9df}.telegram-form .telegram-state{grid-column:1/-1}.telegram-status{display:inline-flex;min-height:29px;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(148,163,184,.14);border-radius:999px;color:#bdcbed;font-size:10px;font-weight:900;white-space:nowrap}.telegram-status span{width:6px;height:6px;border-radius:50%;background:#94a3b8}.telegram-status.is-on{border-color:rgba(52,211,153,.18);background:rgba(16,185,129,.1);color:#a7f3d0}.telegram-status.is-on span{background:#34d399;box-shadow:0 0 9px rgba(52,211,153,.65)}.telegram-status.is-off{background:rgba(148,163,184,.07)}.telegram-alerts,.telegram-list{display:flex;flex-direction:column;gap:9px}.telegram-list-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;border:1px solid rgba(119,152,255,.1);border-radius:16px;background:rgba(2,14,52,.58)}.telegram-list-item__main{min-width:0}.telegram-list-item__title{overflow:hidden;color:#fff;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.telegram-list-item__meta{margin-top:5px;color:#7f96c8;font-size:11px}.telegram-list-item a{display:inline-block;margin-top:7px;color:#82a8ff;font-size:11px;font-weight:800}.telegram-list-item__side{display:flex;flex:0 0 auto;align-items:center;gap:11px}.telegram-list-item__side strong{color:#fff;font-size:14px}.telegram-icon-button{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,130,130,.14);border-radius:10px;background:rgba(155,53,66,.13);color:#ffbdc4;font-size:20px;cursor:pointer}.telegram-parser-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:24px;align-items:center}.telegram-parser-hero p{max-width:780px}.telegram-connector{display:flex;align-items:flex-start;flex-direction:column;gap:10px;padding:15px;border:1px solid rgba(119,152,255,.12);border-radius:17px;background:rgba(2,14,52,.55)}.telegram-connector small{color:var(--text-dim);font-size:11px;line-height:1.45}.telegram-one-time-key{padding:16px;border:1px solid rgba(52,211,153,.22);border-radius:17px;background:rgba(16,99,71,.13)}.telegram-one-time-key strong,.telegram-steps strong,.telegram-token-summary strong{color:#fff;font-size:13px;font-weight:900}.telegram-one-time-key p,.telegram-steps p,.telegram-token-summary p{margin:4px 0 0;color:var(--text-soft);font-size:12px;line-height:1.5}.telegram-one-time-key__value{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;margin-top:13px}.telegram-one-time-key__value input{min-width:0;min-height:42px;padding:0 12px;border:1px solid rgba(52,211,153,.24);border-radius:12px;background:rgba(2,14,52,.8);color:#d1fae5;font-family:Consolas,Courier New,monospace;font-size:12px}.telegram-token-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;border:1px solid rgba(119,152,255,.12);border-radius:16px;background:rgba(2,14,52,.55)}.telegram-installation code{padding:2px 5px;border:1px solid rgba(119,152,255,.13);border-radius:6px;background:rgba(2,14,52,.72);color:#c5d8ff;font-family:Consolas,Courier New,monospace;font-size:11px;word-break:break-all}.telegram-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.telegram-steps li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:11px;padding:13px;border:1px solid rgba(119,152,255,.1);border-radius:15px;background:rgba(2,14,52,.5)}.telegram-steps li>span{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(119,152,255,.2);border-radius:10px;background:rgba(91,145,255,.12);color:#a8c4ff;font-size:11px;font-weight:950}.telegram-steps a{color:#8eb1ff;font-weight:850}.telegram-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.telegram-insight-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.telegram-insight-card h3{margin:0;color:#fff;font-size:16px;font-weight:900}.telegram-count,.telegram-insight-card__head>span{padding:6px 9px;border-radius:999px;background:rgba(91,145,255,.11);color:#a8c4ff;font-size:10px;font-weight:900}.telegram-insight-card__metric{margin:24px 0 4px;color:#fff;font-size:24px;font-weight:950}.telegram-muted{margin:20px 0 2px;color:var(--text-soft);font-size:13px;line-height:1.5}.telegram-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0 0}.telegram-kv div{min-width:0;padding:10px;border-radius:12px;background:rgba(2,14,52,.6)}.telegram-kv dt{color:#758bbe;font-size:10px;font-weight:800;text-transform:capitalize}.telegram-kv dd,.telegram-kv dt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.telegram-kv dd{margin:5px 0 0;color:#fff;font-size:13px;font-weight:850}.telegram-alert{display:grid;grid-template-columns:3px minmax(0,1fr);gap:13px;padding:14px;border:1px solid rgba(119,152,255,.1);border-radius:16px;background:rgba(2,14,52,.58)}.telegram-alert__marker{border-radius:999px;background:linear-gradient(180deg,#60a5fa,#6366f1)}.telegram-alert__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.telegram-alert__top strong{color:#fff;font-size:14px}.telegram-alert__body p{margin:7px 0 0;color:var(--text-soft);font-size:12px;line-height:1.5}.telegram-alert__meta{display:flex;gap:12px;margin-top:9px;color:#748bc1;font-size:10px;font-weight:750}.telegram-alert__meta time{margin-left:auto}.telegram-loading{display:grid;min-height:280px;place-items:center;align-content:center;gap:13px;color:var(--text-soft);font-size:13px}.telegram-loading span{width:34px;height:34px;border:3px solid rgba(119,152,255,.14);border-top-color:#6e9fff;border-radius:50%;animation:telegram-spin .8s linear infinite}@keyframes telegram-spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.telegram-layout,.telegram-parser-hero{grid-template-columns:1fr}.telegram-product-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.telegram-page__header{align-items:stretch;flex-direction:column}.telegram-tabs{width:100%}.telegram-tabs a{flex:1 0 auto;text-align:center}.telegram-card,.telegram-insight-card{padding:16px;border-radius:20px}.telegram-alert__top,.telegram-card__header,.telegram-connected,.telegram-list-item{align-items:stretch;flex-direction:column}.telegram-connected{display:flex}.telegram-actions,.telegram-list-item__side{flex-wrap:wrap}.telegram-form,.telegram-insights,.telegram-kv,.telegram-product-form,.telegram-steps{grid-template-columns:1fr}.telegram-token-summary{align-items:stretch;flex-direction:column}.telegram-one-time-key__value{grid-template-columns:1fr}.telegram-field--wide{grid-column:auto}.telegram-alert__meta{flex-wrap:wrap}.telegram-alert__meta time{width:100%;margin-left:0}}