.shell{min-height:100vh;display:flex;background:var(--bg);color:var(--text);transition:color .2s ease,background .2s ease}.sidebar{position:sticky;top:0;height:100vh;width:240px;flex:0 0 240px;background:var(--bg-sidebar);border-right:1px solid var(--border);display:none}@media (min-width: 768px){.sidebar{display:block}}.sidebar__header{display:flex;align-items:center;justify-content:center;padding:20px 0 16px}.sidebar__brand{display:flex;align-items:center;justify-content:center;width:100%}.sidebar__logo{height:36px;width:36px;border-radius:12px;display:grid;place-items:center;font-weight:800;background:var(--text);color:var(--bg)}.sidebar__title{font-size:18px;font-weight:700;color:var(--text)}.sidebar__nav{margin-top:8px;padding:0 8px;display:flex;flex-direction:column;gap:6px;position:relative}.sidebar__nav-indicator{position:absolute;left:8px;right:8px;border-radius:14px;background:var(--accent);box-shadow:0 10px 24px #0f172a59;transition:transform .36s cubic-bezier(.16,1,.3,1),height .36s cubic-bezier(.16,1,.3,1),opacity .16s ease;z-index:0;will-change:transform,height,opacity}.sidebar__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;color:var(--text);text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease;position:relative;z-index:1}.sidebar__link:hover{background:var(--bg-hover)}.sidebar__link.is-active{color:#fff}@media (prefers-reduced-motion: reduce){.sidebar__nav-indicator{transition:none}}.sidebar__icon{width:20px;height:20px;flex:0 0 20px}.sidebar__label{font-size:14px;font-weight:600;line-height:1;transition:transform .18s ease,letter-spacing .18s ease,color .18s ease}.sidebar__link:hover .sidebar__label{transform:translate(2px);letter-spacing:.2px}.sidebar__badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:1}.sidebar__bottom{position:absolute;left:0;right:0;bottom:0;padding:12px}.sidebar__usercard{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--bg-card);color:var(--text)}.sidebar__user{min-width:0}.sidebar__userlogin{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__userrole{margin-top:2px;font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shell__content{flex:1;min-width:0;padding:16px;background:var(--bg);color:var(--text)}@media (min-width: 768px){.shell__content{padding:24px}}@media (max-width: 767px){.shell__content{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}}.mobile-nav{position:fixed;left:12px;right:12px;bottom:calc(8px + env(safe-area-inset-bottom,0px));display:flex;align-items:center;gap:6px;padding:6px;border-radius:18px;background:#0f172ab3;border:none;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);z-index:1400;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-sizing:border-box;isolation:isolate;background-clip:padding-box;box-shadow:inset 0 0 0 1px #ffffff14,0 8px 24px #0000004d}.mobile-nav::-webkit-scrollbar{display:none}.mobile-nav__indicator{position:absolute;top:6px;bottom:6px;left:0;border-radius:14px;background:var(--accent);box-shadow:0 10px 24px #0f172a59;transition:transform .36s cubic-bezier(.16,1,.3,1),width .36s cubic-bezier(.16,1,.3,1),opacity .16s ease;z-index:0;will-change:transform,width,opacity;pointer-events:none}.mobile-nav__link{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 6px;border-radius:14px;text-decoration:none;color:var(--text-secondary);transition:color .18s ease,transform .18s ease;position:relative;z-index:1;flex:0 0 72px;width:72px;min-width:72px;max-width:72px;scroll-snap-align:center;box-sizing:border-box}.mobile-nav__link.is-active{color:#fff}.mobile-nav__icon{width:18px;height:18px}.mobile-nav__label{font-size:11px;font-weight:600;line-height:1;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .18s ease,letter-spacing .18s ease}.mobile-nav__badge{position:absolute;top:4px;right:8px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:1}.mobile-nav__link:hover .mobile-nav__label{transform:translateY(-1px);letter-spacing:.2px}@media (min-width: 768px){.mobile-nav{display:none}}body.drawer-open .mobile-nav{display:none}@media (orientation: landscape) and (max-height: 540px) and (pointer: coarse){.sidebar{display:none}.shell__content{padding:10px;padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}.mobile-nav{display:flex;left:8px;right:8px;bottom:calc(6px + env(safe-area-inset-bottom,0px));border-radius:14px;padding:4px;gap:4px}.mobile-nav__link{flex:1 1 64px;width:auto;min-width:64px;max-width:none;padding:6px 4px;gap:2px}.mobile-nav__icon{width:16px;height:16px}.mobile-nav__label{font-size:10px}.mobile-nav__badge{top:3px;right:6px;min-width:15px;height:15px;font-size:9px}}.sidebar__brand{display:flex;align-items:center;gap:10px}.sidebar__logoImg{width:90px;height:90px;object-fit:contain;border-radius:8px}.sidebar__rates{padding:12px;margin-top:8px}.sidebar__ratesCard{display:flex;flex-direction:column;gap:10px}.sidebar__ratesHeader{display:flex;align-items:center;justify-content:space-between}.sidebar__ratesTitle{font-size:13px;font-weight:600;opacity:.95}.sidebar__ratesTime{font-size:12px;opacity:.6}.sidebar__ratesGrid{display:flex;flex-direction:column;gap:6px}.sidebar__rateRow{display:flex;align-items:center;justify-content:space-between;font-size:13px}.sidebar__rateLabel{opacity:.7}.sidebar__rateValue{font-weight:600}.ui-input,.ui-select{width:100%;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--bg2);color:var(--text);padding:0 14px;outline:none;box-shadow:0 1px #ffffff0a,0 8px 20px #0000001f;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.ui-input::placeholder{color:var(--text-muted);opacity:.9}.ui-input:focus,.ui-select:focus{border-color:#3b82f6b3;box-shadow:0 0 0 2px #3b82f62e,0 12px 24px #0000002e;background:var(--card)}:root.dark .ui-input,:root.dark .ui-select{background:#ffffff08;border-color:#ffffff14}:root.dark .ui-input:focus,:root.dark .ui-select:focus{background:#ffffff0f}:root.light .ui-input,:root.light .ui-select{background:#fff;border-color:#d6d9de;box-shadow:0 1px #00000008,0 10px 24px #11182714}.ui-select{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;text-align:left}.ui-select:disabled{opacity:.65;cursor:not-allowed}.ui-select-wrap{position:relative;width:100%}.ui-select-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.7;margin-right:2px}.ui-select-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:99999;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:6px;box-shadow:0 16px 30px #00000047;animation:selectDropIn .2s ease-out;transform-origin:top;max-height:280px;overflow-y:auto}.ui-select-option{width:100%;text-align:left;border:none;background:transparent;color:var(--text);padding:8px 10px;border-radius:8px;cursor:pointer;animation:selectOptionIn .26s ease-out;animation-delay:calc(var(--opt-index, 0) * 40ms);animation-fill-mode:both}.ui-select-option:hover{background:#ffffff0f}.ui-select-option.is-selected{background:#3b82f633;color:#fff}.ui-select-option:disabled{opacity:.5;cursor:not-allowed}:root.light .ui-select-dropdown{background:#fff;box-shadow:0 16px 30px #1118271f}:root.light .ui-select-option:hover{background:#0f172a0f}:root.light .ui-select-option.is-selected{background:#2563eb1f;color:#0f172a}@keyframes selectDropIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes selectOptionIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.auth-root{min-height:100vh;display:grid;place-items:center;padding:16px;background:var(--bg, #ffffff)}.auth-card{width:100%;max-width:420px}.auth-logo{display:flex;justify-content:center;padding-top:14px}.auth-logo img{width:256px;height:256px;object-fit:contain;border-radius:16px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.35))}.auth-title{font-size:1.25rem;font-weight:700;color:var(--text, rgba(255, 255, 255, .92))}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:6px}.auth-field{display:flex;flex-direction:column}.auth-label{font-size:.9rem;margin-bottom:6px;color:var(--text-secondary, rgba(255, 255, 255, .65))}.password-wrapper{position:relative}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;padding:0;color:var(--text-secondary, rgba(255, 255, 255, .65))}.password-toggle:hover{color:var(--text, rgba(255, 255, 255, .9))}.password-toggle:disabled{opacity:.45;cursor:default}.icon{width:20px;height:20px}.error-box{background:color-mix(in oklab,var(--danger, #ef4444) 18%,transparent);border:1px solid color-mix(in oklab,var(--danger, #ef4444) 35%,transparent);padding:10px 12px;border-radius:12px;color:color-mix(in oklab,var(--danger, #ef4444) 85%,white 15%);font-size:.9rem}.submit-wrapper{padding-top:6px}.loader{width:18px;height:18px;margin-right:6px}.submit-btn{width:100%}.dashboard{display:flex;flex-direction:column;gap:1rem}.dashboard__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.dashboard__header-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard__mobile-account{display:none}.dashboard__mobile-account-meta{min-width:0}.dashboard__mobile-account-email{font-size:.74rem;font-weight:600;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard__mobile-account-role{margin-top:2px;font-size:.68rem;line-height:1.1;color:var(--text-secondary)}.dashboard__mobile-account-controls{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.dashboard__title{font-size:1.5rem;font-weight:600;opacity:0;animation:dashboard-title-reveal .52s cubic-bezier(.16,1,.3,1) 80ms forwards}.dashboard__range{display:inline-flex;gap:0;padding:0;border-radius:999px;background:var(--range-shell-bg);border:1px solid var(--range-shell-border);position:relative;overflow:hidden;--range-pill-height: 40px;animation:dashboard-range-reveal .52s cubic-bezier(.16,1,.3,1) both}.dashboard__range:before{content:none}@keyframes dashboard-range-reveal{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes dashboard-title-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard__range-indicator{position:absolute;top:0;height:100%;left:0;border-radius:999px;background:var(--range-active-bg);box-shadow:none;transition:transform .42s cubic-bezier(.16,1,.3,1),width .42s cubic-bezier(.16,1,.3,1),opacity .2s ease;z-index:0;will-change:transform,width,opacity}.dashboard__range-btn{border:none;background:transparent;color:var(--range-text);padding:0 18px;height:var(--range-pill-height);line-height:var(--range-pill-height);border-radius:0;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .22s ease,transform .22s ease;position:relative;z-index:1}.dashboard__range-btn:hover{color:var(--range-text);background:transparent}.dashboard__range-btn.active{color:var(--range-active-text);transform:none}:root{--range-shell-bg: #0f172a;--range-shell-border: #0f172a;--range-active-bg: #ffffff;--range-text: #e5e7eb;--range-active-text: #111827}:root.light{--range-shell-bg: #ffffff;--range-shell-border: #d1d5db;--range-active-bg: #0b0b0b;--range-text: #111827;--range-active-text: #ffffff}.dashboard__status{margin-top:.5rem;font-size:.95rem;opacity:.9}.dashboard__status--error{color:#dc2626}.dashboard__stats-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.dashboard__stat .card,.dashboard__stat.card{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff05),linear-gradient(180deg,#ffffff12,#fff0);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #0f172a52,inset 0 1px #ffffff1f,inset 0 -1px #ffffff0a;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.dashboard__stat .card:before,.dashboard__stat.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 240px at -10% -20%,rgba(255,255,255,.22),transparent 60%),radial-gradient(420px 220px at 120% -10%,rgba(255,255,255,.16),transparent 65%);opacity:.45;pointer-events:none}.dashboard__stat .card>*,.dashboard__stat.card>*{position:relative;z-index:1}.dashboard__chart-card.card{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff05),linear-gradient(180deg,#ffffff12,#fff0);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #0f172a52,inset 0 1px #ffffff1f,inset 0 -1px #ffffff0a;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.dashboard__chart-card.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 240px at -10% -20%,rgba(255,255,255,.22),transparent 60%),radial-gradient(420px 220px at 120% -10%,rgba(255,255,255,.16),transparent 65%);opacity:.45;pointer-events:none}.dashboard__chart-card.card>*{position:relative;z-index:1}.dashboard__stat .text-2xl{transition:transform .26s cubic-bezier(.16,1,.3,1),text-shadow .26s ease,color .26s ease;will-change:transform}.dashboard__stat:hover .text-2xl,.dashboard__stat:focus-within .text-2xl{transform:translateY(-4px);text-shadow:0 0 10px rgba(59,130,246,.7),0 0 22px rgba(59,130,246,.55),0 12px 28px rgba(15,23,42,.35);color:#e6f0ff;animation:dashboard-blue-glow 1.2s ease-in-out infinite alternate}:root.light .dashboard__stat:hover .text-2xl,:root.light .dashboard__stat:focus-within .text-2xl{color:#0f172a;text-shadow:0 0 8px rgba(59,130,246,.18),0 8px 18px rgba(15,23,42,.14)}@keyframes dashboard-blue-glow{0%{text-shadow:0 0 8px rgba(59,130,246,.45),0 0 18px rgba(59,130,246,.35),0 10px 22px rgba(15,23,42,.3)}to{text-shadow:0 0 14px rgba(59,130,246,.85),0 0 30px rgba(59,130,246,.65),0 14px 30px rgba(15,23,42,.4)}}.dashboard__chart-card .dashboard__chart{transition:box-shadow .26s ease,transform .26s cubic-bezier(.16,1,.3,1)}.dashboard__chart-card:hover .dashboard__chart,.dashboard__chart-card:focus-within .dashboard__chart{transform:translateY(-2px);box-shadow:0 0 18px #3b82f640,0 0 36px #3b82f633,0 18px 36px #0f172a59}.dashboard__chart-card .card-title{transition:text-shadow .26s ease,color .26s ease}.dashboard__chart-card:hover .card-title,.dashboard__chart-card:focus-within .card-title{color:#e6f0ff;text-shadow:0 0 8px rgba(59,130,246,.6),0 0 18px rgba(59,130,246,.4);animation:dashboard-blue-glow 1.4s ease-in-out infinite alternate}@media (min-width: 768px){.dashboard__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.dashboard__header{align-items:flex-start}.dashboard__mobile-account{display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding:8px 10px;border-radius:12px;border:1px solid var(--border);background:var(--card);box-shadow:0 10px 20px #0003;max-width:min(76vw,310px)}.dashboard__mobile-account-meta{flex:1 1 auto;min-width:0;text-align:right}.dashboard__mobile-account-logout{height:30px!important;min-height:30px!important;padding:0 10px!important;font-size:.72rem!important;white-space:nowrap}.dashboard__mobile-account-theme{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;justify-content:center}.dashboard__mobile-account-theme svg{width:14px;height:14px}.dashboard__header-actions{width:100%;justify-content:flex-end}.dashboard__range{--range-pill-height: 34px;max-width:100%}.dashboard__range-btn{padding:0 12px;font-size:.78rem}}@media (min-width: 1024px){.dashboard__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashboard__charts-grid{display:grid;grid-template-columns:1fr;gap:1rem}.dashboard__stat,.dashboard__chart-card{transition:transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s cubic-bezier(.16,1,.3,1),border-color .26s ease;will-change:transform,box-shadow;animation:dashboard-fade-rise .52s cubic-bezier(.16,1,.3,1) both}.dashboard__stat:hover,.dashboard__chart-card:hover,.dashboard__stat:focus-within,.dashboard__chart-card:focus-within{transform:translateY(-6px);box-shadow:0 18px 36px #0f172a73;border-color:#94a3b866}@keyframes dashboard-fade-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.dashboard__stats-grid .dashboard__stat:nth-child(1){animation-delay:80ms}.dashboard__stats-grid .dashboard__stat:nth-child(2){animation-delay:.14s}.dashboard__stats-grid .dashboard__stat:nth-child(3){animation-delay:.2s}.dashboard__stats-grid .dashboard__stat:nth-child(4){animation-delay:.26s}.dashboard__stats-grid .dashboard__stat:nth-child(5){animation-delay:.32s}.dashboard__stats-grid .dashboard__stat:nth-child(6){animation-delay:.38s}.dashboard__stats-grid .dashboard__stat:nth-child(7){animation-delay:.44s}.dashboard__charts-grid .dashboard__chart-card:nth-child(1){animation-delay:.38s}.dashboard__charts-grid .dashboard__chart-card:nth-child(2){animation-delay:.44s}@media (prefers-reduced-motion: reduce){.dashboard__stat,.dashboard__chart-card{transition:none;animation:none}.dashboard__stat:hover,.dashboard__chart-card:hover,.dashboard__stat:focus-within,.dashboard__chart-card:focus-within{transform:none}}@media (min-width: 1024px){.dashboard__charts-grid{grid-template-columns:2fr 1fr}}.dashboard__card-header{display:flex;align-items:center;justify-content:space-between}.dashboard__chart-empty{width:100%;height:100%;border-radius:.5rem;border:1px dashed rgba(148,163,184,.5);display:flex;align-items:center;justify-content:center;font-size:.95rem;opacity:.7}.dashboard__chart{width:100%;height:18rem}.dashboard__chart{width:100%;height:18rem;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(1200px 220px at 20% -10%,rgba(96,165,250,.14),transparent 60%),linear-gradient(180deg,#0f172a8c,#02061740);padding:10px;overflow:hidden}:root{--chart-grid-color: rgba(148, 163, 184, .18);--chart-axis-color: rgba(226, 232, 240, .75);--chart-axis-line: rgba(148, 163, 184, .25)}:root.light{--chart-grid-color: rgba(148, 163, 184, .28);--chart-axis-color: #475569;--chart-axis-line: rgba(100, 116, 139, .35)}:root.light .dashboard__stat .card,:root.light .dashboard__stat.card,:root.light .dashboard__chart-card.card{background:linear-gradient(180deg,#fff,#f7f9fc),radial-gradient(420px 180px at 0% -20%,rgba(59,130,246,.1),transparent 62%);border:1px solid #dde3ec;box-shadow:0 10px 22px #0f172a14,inset 0 1px #ffffffe6;backdrop-filter:none;-webkit-backdrop-filter:none}:root.light .dashboard__stat .card:before,:root.light .dashboard__stat.card:before,:root.light .dashboard__chart-card.card:before{opacity:.22}:root.light .dashboard__chart{border-color:#d7dee8;background:radial-gradient(1200px 240px at 15% -10%,rgba(59,130,246,.12),transparent 58%),linear-gradient(180deg,#fff,#eef3f9)}:root.light .dashboard__chart-card:hover .card-title,:root.light .dashboard__chart-card:focus-within .card-title{color:#0f172a;text-shadow:0 0 10px rgba(59,130,246,.22)}:root.light .dashboard__stat:hover,:root.light .dashboard__stat:focus-within{box-shadow:none;border-color:transparent}:root.light .dashboard__stat:hover .card,:root.light .dashboard__stat:focus-within .card,:root.light .dashboard__stat.card:hover,:root.light .dashboard__stat.card:focus-within{border-color:#dde3ec;box-shadow:0 10px 22px #0f172a14,inset 0 1px #ffffffe6}:root.light .dashboard__stat:hover .card:before,:root.light .dashboard__stat:focus-within .card:before,:root.light .dashboard__stat.card:hover:before,:root.light .dashboard__stat.card:focus-within:before{opacity:.14}.dashboard__admin-total-content{display:flex;align-items:center;gap:.9rem;padding:1.25rem}.dashboard__admin-total-meta{flex:1 1 auto;min-width:0}.dashboard__admin-total-title{font-size:.82rem;color:#6b7280;line-height:1.05;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard__admin-total-select-wrap{width:118px;flex:0 0 118px;margin-left:auto;position:relative;z-index:30}.dashboard__admin-total-select{min-width:118px;height:32px;min-height:32px;border-radius:10px;border:1px solid var(--border);background:var(--bg2);color:var(--text);padding:0 10px;font-size:.78rem}.dashboard__admin-total-content .text-2xl{line-height:1.1}@media (max-width: 1360px){.dashboard__admin-total-content{gap:.7rem}.dashboard__admin-total-select-wrap{width:108px;flex:0 0 108px}.dashboard__admin-total-select{min-width:108px;font-size:.75rem;padding:0 8px}}:root.light .dashboard__admin-total-select{background:#fff;border-color:#d7dee8;color:#0f172a}.dashboard__stat--admin-total.card{overflow:visible;position:relative;z-index:20}.incoming-container{display:flex;flex-direction:column;gap:16px;padding-bottom:100px}.incoming-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.incoming-title{font-size:24px;font-weight:600;color:var(--text)}.incoming-header-left{display:flex;align-items:center;gap:12px;min-width:0}.incoming-header-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.incoming-filters-card{max-width:850px;margin:left;background:var(--card);border:1px solid var(--border);overflow:visible;position:relative;z-index:200}.incoming-filters{display:flex;flex-direction:column;gap:12px}.incoming-search-block{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.incoming-search{position:relative;flex:1;min-width:220px}.incoming-search-icon{position:absolute;right:10px;top:50%;width:16px;height:16px;transform:translateY(-50%);pointer-events:none;color:var(--text-secondary)}.incoming-reset-btn{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.incoming-reset-icon{width:16px;height:16px}.incoming-selects{display:flex;flex-wrap:wrap;gap:8px}.incoming-list{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.incoming-table{display:flex;flex-direction:column;gap:4px}.incoming-table-row{display:grid;grid-template-columns:1.3fr 1.2fr 1.3fr 1.3fr 1.1fr 1.3fr 2fr 1.4fr 80px;column-gap:8px;align-items:center}.incoming-table-header{padding:8px 16px;border-radius:12px;background:var(--card);border:1px solid var(--border);font-size:.8rem;color:var(--text-secondary);font-weight:500}.incoming-card{background:var(--card);border:1px solid var(--border);color:var(--text)}.incoming-card .card-content,.incoming-card .CardContent,.incoming-card .incoming-table-row{padding-top:10px;padding-bottom:10px}.incoming-cell{min-width:0}.incoming-cell-id,.incoming-cell-merchant-id,.incoming-cell-merchant-name,.incoming-cell-team-name,.incoming-cell-date,.incoming-cell-requisite,.incoming-cell-amount{font-size:.8rem}.incoming-cell-amount{padding-right:8px}.incoming-cell-merchant-name,.incoming-cell-team-name{font-weight:600;font-size:.9rem}.incoming-cell-merchant-name,.incoming-cell-date,.incoming-cell-requisite{padding-left:50px}.incoming-name-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-cell-id button,.incoming-cell-merchant-id button,.copy-chip{background:#2b2b30;border-radius:999px;padding:4px 10px;border:1px solid #3a3a42;color:var(--text);display:inline-flex;align-items:center;gap:4px;font-size:.8rem}:root.light .incoming-container .incoming-cell-id button,:root.light .incoming-container .incoming-cell-merchant-id button,:root.light .incoming-container .copy-chip{background:#f1f2f5;border-color:#d8dbe0;color:#111}.incoming-cell-id button svg,.incoming-cell-merchant-id button svg{color:#fff}.copy-chip{cursor:pointer;-webkit-user-select:text;user-select:text;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-text:hover,.copy-chip:hover{opacity:.85}.copy-text:focus-visible,.copy-chip:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}:root.light .incoming-container .copy-text:focus-visible,:root.light .incoming-container .copy-chip:focus-visible{outline:2px solid rgba(0,0,0,.2)}.incoming-toast{position:fixed;top:16px;left:50%;transform:translate(-50%);width:fit-content;max-width:calc(100vw - 24px);box-sizing:border-box;padding:8px 14px;border-radius:999px;background:#1e293be6;color:#e5e7eb;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 25px #00000059;animation:incomingToastIn .22s ease-out;z-index:9999;pointer-events:none;line-height:1.28}@keyframes incomingToastIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.incoming-toast.leaving{animation:incomingToastOut .2s ease-in forwards}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.incoming-toast{top:calc(10px + env(safe-area-inset-top,0px));width:min(calc(100vw - 20px),460px);max-width:min(calc(100vw - 20px),460px);padding:7px 12px 8px;border-radius:16px;font-size:14px;line-height:1.3}}@keyframes incomingToastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-6px)}}.incoming-cell-status{display:flex;align-items:center}.incoming-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:500;color:var(--text);background:#ffffff0a;border:1px solid var(--border);white-space:nowrap}.incoming-modal{display:flex;flex-direction:column;gap:12px}.incoming-modal-row{display:flex;flex-direction:column;gap:6px}.incoming-info-modal{display:flex;flex-direction:column;gap:12px}.incoming-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.incoming-info-value{font-size:14px;color:var(--text);word-break:break-word}@media (max-width: 760px){.incoming-info-grid{grid-template-columns:1fr}}.incoming-modal-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.incoming-change-empty{font-size:13px;color:var(--text-secondary)}.incoming-status-pill.created{background:#ffc8001f;border-color:#ffc80059;color:#f6d66a}.incoming-status-pill.processing{background:#007aff1f;border-color:#007aff59;color:#6cb8ff}.incoming-status-pill.success{background:#00c8781f;border-color:#00c87859;color:#6fe5b2}.incoming-status-pill.failed,.incoming-status-pill.cancelled,.incoming-status-pill.no_route{background:#ff46461f;border-color:#ff464659;color:#ff8a8a}.incoming-cell-date{font-size:.8rem}.incoming-date{display:inline-flex;align-items:center;gap:4px;color:var(--text-secondary)}.incoming-date-icon{width:16px;height:16px}.incoming-cell-requisite{font-size:.85rem;color:var(--text-secondary)}.incoming-method{display:flex;flex-direction:column;gap:2px}.incoming-method-main{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;color:var(--text);font-weight:500}.incoming-method-secondary{display:inline-flex;align-items:center;gap:4px;font-size:.8rem;color:var(--text-secondary)}.incoming-method-extra{font-size:.75rem;color:var(--text-secondary)}.incoming-method-icon{width:14px;height:14px;color:var(--text-secondary)}.incoming-method-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-cell-amount{display:flex;align-items:flex-start;gap:2px;flex-wrap:wrap}.incoming-amount-line{display:inline-flex;align-items:baseline;gap:4px}.incoming-amount-currency{font-size:.85rem;color:var(--text-secondary)}.incoming-amount-value{font-size:1.05rem;font-weight:600;color:var(--text);line-height:1.1}.incoming-trader-profit{flex-basis:100%;margin-top:2px;font-size:.72rem;line-height:1.2;color:var(--text-secondary)}.incoming-trader-profit-value{font-weight:600;color:var(--text)}.incoming-cell-actions{position:relative;display:flex;justify-content:flex-end}.incoming-menu-trigger{border:none;background:transparent;padding:4px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.incoming-menu-trigger:hover{background:#ffffff0a}.incoming-menu-icon{width:18px;height:18px;color:var(--text-secondary)}.incoming-menu{position:absolute;right:0;top:100%;margin-top:4px;min-width:170px;padding:4px;border-radius:8px;background:var(--card);border:1px solid var(--border);box-shadow:0 18px 40px #0f172a47,0 8px 18px #0f172a33;z-index:10;transform-origin:calc(100% - 14px) -8px;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);will-change:transform,opacity,filter;animation:incomingMenuMacIn .24s cubic-bezier(.22,1,.36,1)}@keyframes incomingMenuMacIn{0%{opacity:0;transform:translateY(-10px) scale(.92);filter:blur(4px)}70%{opacity:1;transform:translateY(0) scale(1.02);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.incoming-menu-item{width:100%;border:none;background:transparent;color:var(--text);font-size:.85rem;padding:6px 8px;border-radius:6px;display:flex;align-items:center;gap:6px;cursor:pointer}.incoming-menu-item-icon{width:14px;height:14px}.incoming-menu-item:hover{background:#ffffff0a}.incoming-loading,.incoming-empty{padding:24px;text-align:center;color:var(--text-secondary)}.incoming-error{padding:10px 12px;border-radius:8px;background:#ef444414;border:1px solid rgba(239,68,68,.4);color:#ef4444;font-size:.9rem}.incoming-status-pill.error,.incoming-status-pill.expired{background:#ff46461f;border-color:#ff464659;color:#ff8a8a}.incoming-status-pill.confirmed{background:#22c55e24;border-color:#22c55e73;color:#86efac}.incoming-cell-id button span.font-mono,.incoming-cell-merchant-id button span.font-mono{color:#f5f5f5!important}.incoming-cell-id button span.text-gray-600,.incoming-cell-merchant-id button span.text-gray-600{color:#a1a1aa!important}.incoming-amount-separator{color:var(--text-secondary);font-size:1rem;margin:0 6px;opacity:.7}.incoming-filters-compact{padding:12px}.incoming-topbar{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;margin-bottom:10px}.incoming-search{position:relative}.incoming-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);opacity:.7;font-size:14px}.incoming-search-input{height:38px;padding-left:34px!important;padding-right:12px!important;border-radius:12px}.incoming-search-clear{display:none;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;border-radius:999px;background:#ffffff1f;color:var(--text-secondary);font-size:16px;line-height:1;cursor:pointer;align-items:center;justify-content:center}.incoming-actions{display:flex;gap:8px}.incoming-btn-sm{height:38px;padding:0 12px;border-radius:12px;white-space:nowrap}.incoming-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.incoming-field-label{font-size:12px;opacity:.7;margin-bottom:6px}.incoming-control{height:38px;border-radius:12px}@media (max-width: 1100px){.incoming-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.incoming-topbar{grid-template-columns:1fr}.incoming-actions{justify-content:flex-end}.incoming-grid{grid-template-columns:1fr}}.incoming-advanced-inner{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.incoming-advanced.is-open{max-height:600px;opacity:1;transform:translateY(0);overflow:visible}.incoming-advanced{overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .28s ease,opacity .22s ease,transform .24s ease}.incoming-advanced.is-open{transition:max-height .64s cubic-bezier(.16,1,.3,1),opacity .42s ease,transform .52s cubic-bezier(.16,1,.3,1)}.incoming-grid-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;align-items:end}.incoming-field{min-width:0}.incoming-field-wide{grid-column:span 2}.incoming-control{width:100%;height:36px;border-radius:12px}.incoming-search-input{height:40px;border-radius:10px;border:1px solid var(--border);background:var(--bg2);color:var(--text);padding:0 14px;box-shadow:0 1px #ffffff0a,0 8px 20px #0000001f;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.incoming-btn-sm{height:36px;padding:0 12px}.incoming-search-input::placeholder{color:var(--text-muted);opacity:.9}.incoming-search-input:focus{border-color:#3b82f6b3;box-shadow:0 0 0 2px #3b82f62e,0 12px 24px #0000002e;background:var(--card)}:root.dark .incoming-search-input{background:#ffffff08;border-color:#ffffff14}:root.dark .incoming-search-input:focus{background:#ffffff0f}:root.light .incoming-search-input{background:#fff;border-color:#d6d9de;box-shadow:0 1px #00000008,0 10px 24px #11182714}@media (max-width: 1200px){.incoming-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.incoming-field-wide{grid-column:span 3}}@media (max-width: 800px){.incoming-grid-compact{grid-template-columns:1fr}.incoming-field-wide{grid-column:span 1}}.incoming-pagination-wrap{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:50;padding:0 12px;max-width:calc(100vw - 24px)}@media (max-width: 767px){.incoming-pagination-wrap{bottom:88px}}.incoming-pagination{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.incoming-pagination-info{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.incoming-table.no-merchant .incoming-table-row{grid-template-columns:1.3fr 1.3fr 1.3fr 1.1fr 1.3fr 2fr 1.4fr 44px}.incoming-table.no-merchant-info .incoming-table-row{grid-template-columns:1.3fr 1.1fr 1.3fr 2fr 1.4fr 44px}@media (max-width: 520px){.incoming-pagination{gap:8px;padding:8px 10px}.incoming-pagination-info{display:none}}@media (max-width: 0px){.incoming-table-header{display:none}.incoming-card{border-radius:16px}.incoming-card .incoming-row{padding:14px!important}.incoming-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"id actions" "merchant actions" "team actions" "status actions" "date actions" "req actions" "amount actions";row-gap:10px;column-gap:12px;align-items:start}.incoming-cell-actions{grid-area:actions;align-self:start;justify-content:flex-end}.incoming-cell-id{grid-area:id}.incoming-cell-merchant-id{grid-column:1 / -1;margin-top:-6px}.incoming-cell-merchant-name{grid-area:merchant}.incoming-cell-team-name{grid-area:team}.incoming-cell-status{grid-area:status}.incoming-cell-date{grid-area:date}.incoming-cell-requisite{grid-area:req}.incoming-cell-amount{grid-area:amount;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;padding-top:6px;border-top:1px solid var(--border)}.incoming-status-pill{padding:3px 10px;font-size:.78rem}.incoming-date{font-size:.82rem}.incoming-method{gap:4px}.incoming-method-main{font-size:.9rem}.incoming-method-secondary,.incoming-method-extra{font-size:.82rem}.incoming-amount-value{font-size:1.15rem;font-weight:700}.incoming-amount-separator{opacity:.45;margin:0 2px}.incoming-cell-id button{padding:4px 10px}.incoming-menu-trigger{padding:6px;border-radius:10px}.incoming-menu-trigger:hover{background:#ffffff0f}}@media (max-width: 0px){.incoming-table.no-merchant .incoming-cell-status{grid-row:4}.incoming-table.no-merchant .incoming-cell-date{grid-row:5}.incoming-table.no-merchant .incoming-cell-requisite{grid-row:6}.incoming-table.no-merchant .incoming-cell-amount{grid-row:7}}@media (max-width: 0px){.incoming-table-header{display:none!important}.incoming-card{border-radius:16px!important}.incoming-card .incoming-table-row{display:grid!important;grid-template-columns:1fr auto!important;grid-template-areas:"id actions" "merchant actions" "team actions" "status actions" "date actions" "req actions" "amount actions"!important;row-gap:4px!important;column-gap:12px!important;align-items:start!important;padding:8px 10px!important}.incoming-table.no-merchant-info .incoming-card .incoming-table-row{grid-template-areas:"id actions" "status actions" "date actions" "req actions" "amount actions"!important}.incoming-card .incoming-cell-actions{grid-area:actions!important;align-self:start!important;justify-content:flex-end!important}.incoming-card .incoming-cell-id{grid-area:id!important}.incoming-card .incoming-cell-merchant-name{grid-area:merchant!important}.incoming-card .incoming-cell-team-name{grid-area:team!important}.incoming-card .incoming-cell-status{grid-area:status!important}.incoming-card .incoming-cell-date{grid-area:date!important}.incoming-card .incoming-cell-requisite{grid-area:req!important}.incoming-card .incoming-cell-amount{grid-area:amount!important;display:flex!important;align-items:baseline!important;gap:6px!important;flex-wrap:wrap!important;padding-top:4px!important;border-top:1px solid var(--border)!important}.incoming-card .incoming-amount-value{font-size:1rem!important;font-weight:700!important}.incoming-card .incoming-status-pill{padding:2px 7px!important;font-size:.7rem!important}.incoming-card .incoming-date{font-size:.75rem}.incoming-card .incoming-date-icon{width:12px;height:12px}.incoming-card .incoming-method-main{font-size:.82rem}.incoming-card .incoming-method-secondary{font-size:.74rem}.incoming-card .incoming-method-extra{font-size:.72rem}.incoming-card .incoming-method-icon{width:12px;height:12px}.incoming-card .incoming-amount-currency{font-size:.75rem}.incoming-card .incoming-amount-separator{font-size:.8rem;margin:0 4px}}@media (max-width: 420px){.incoming-card .incoming-method-extra{display:none}}.incoming-filters-footer{display:flex;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}@media (prefers-reduced-motion: reduce){.incoming-row-anim{animation:none;opacity:1}.incoming-menu{animation:none}}.incoming-menu{position:absolute;z-index:9999}.incoming-cell-actions{position:relative;z-index:5}.incoming-card.is-menu-open{position:relative;z-index:50}.incoming-card,.incoming-table,.incoming-list{overflow:visible}:root.light .incoming-status-pill{color:#111827;background:#f8fafc;border-color:#d8e0ea}:root.light .incoming-status-pill.created{background:#fff6d6;border-color:#f4d982;color:#8a5a00}:root.light .incoming-status-pill.processing{background:#e8f1ff;border-color:#9fc2ff;color:#0f4aa6}:root.light .incoming-status-pill.success,:root.light .incoming-status-pill.confirmed{background:#e8fbef;border-color:#8ed6a7;color:#0f6a34}:root.light .incoming-status-pill.failed,:root.light .incoming-status-pill.cancelled,:root.light .incoming-status-pill.no_route,:root.light .incoming-status-pill.error,:root.light .incoming-status-pill.expired{background:#ffecec;border-color:#f7aaaa;color:#a61b1b}.incoming-filters-card{z-index:20}.incoming-card.is-menu-open{z-index:100}.incoming-cell-actions{z-index:15}.incoming-menu{z-index:120}@media (max-width: 760px){.incoming-table{display:block!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch;padding-bottom:2px}.incoming-table-header{display:grid!important}.incoming-table .incoming-table-row{min-width:860px;grid-template-columns:1.05fr .85fr .95fr .95fr .85fr 1.1fr .95fr 36px!important;row-gap:0!important;column-gap:7px!important;align-items:center!important}.incoming-table.no-merchant .incoming-table-row{min-width:800px;grid-template-columns:1.05fr .95fr .95fr .85fr 1.1fr .95fr 36px!important}.incoming-table.no-merchant-info .incoming-table-row{min-width:680px;grid-template-columns:1.05fr .95fr .85fr 1.05fr .95fr 36px!important}.incoming-card{min-width:fit-content;border-radius:12px!important}.incoming-card .incoming-table-row{display:grid!important;padding:8px!important}.incoming-card .incoming-cell-actions{width:36px;min-width:36px;justify-content:center!important}.incoming-card .incoming-menu-trigger{padding:2px!important}.incoming-card .incoming-menu-icon{width:16px;height:16px}.incoming-card .incoming-cell,.incoming-card .incoming-cell-id,.incoming-card .incoming-cell-merchant-id,.incoming-card .incoming-cell-merchant-name,.incoming-card .incoming-cell-team-name,.incoming-card .incoming-cell-status,.incoming-card .incoming-cell-date,.incoming-card .incoming-cell-requisite,.incoming-card .incoming-cell-amount,.incoming-card .incoming-cell-actions{grid-area:auto!important;padding-top:0!important;border-top:none!important}.incoming-card .incoming-cell-amount{white-space:nowrap}.incoming-card .incoming-amount-line{gap:2px}.incoming-card .incoming-amount-separator{margin:0 1px}.incoming-card .incoming-amount-currency{font-size:.72rem}.incoming-card .incoming-amount-value{font-size:.92rem}.incoming-cell-id .copy-chip,.incoming-cell-merchant-id .copy-chip{width:42px;min-width:42px;height:28px;padding:0;justify-content:center;font-size:0;line-height:0;-webkit-user-select:none;user-select:none}.incoming-cell-id .copy-chip:before{content:"ID"}.incoming-cell-merchant-id .copy-chip:before{content:"M ID"}.incoming-cell-id .copy-chip:before,.incoming-cell-merchant-id .copy-chip:before{font-size:9px;font-weight:700;letter-spacing:.02em;line-height:1;color:currentColor}}@media (max-width: 760px){:root.light .incoming-card .incoming-cell-team-name{border-left-color:#11182738}}@media (max-width: 760px){.incoming-table{display:flex!important;flex-direction:column!important;gap:8px!important;overflow:visible!important}.incoming-table-header{display:none!important}.incoming-card{width:100%!important;min-width:0!important;border-radius:12px!important}.incoming-card .incoming-table-row{min-width:0!important;display:grid!important;grid-template-columns:34px 34px minmax(0,1fr) minmax(0,1fr) minmax(92px,auto) 28px!important;grid-template-areas:"id mid merchant team status actions" "req req req req date actions" "req req req req amount actions"!important;column-gap:4px!important;row-gap:4px!important;align-items:center!important;padding:8px!important}.incoming-table.no-merchant-info .incoming-card .incoming-table-row{grid-template-columns:34px minmax(0,1fr) auto 28px!important;grid-template-areas:"id status date actions" "req req date actions" "req req amount actions"!important}.incoming-card .incoming-cell-id{grid-area:id!important}.incoming-card .incoming-cell-actions{grid-area:actions!important;width:28px;min-width:28px;justify-content:center!important;align-self:stretch;grid-row:1 / 4}.incoming-card .incoming-cell-merchant-id{display:block!important;grid-area:mid!important}.incoming-card .incoming-cell-merchant-name{grid-area:merchant!important;padding-left:0!important;justify-self:start}.incoming-card .incoming-cell-team-name{grid-area:team!important;padding-left:0!important;justify-self:start}.incoming-card .incoming-cell-status{grid-area:status!important;align-self:center;justify-self:end;overflow:visible!important}.incoming-card .incoming-cell-date{grid-area:date!important;padding-left:0!important;justify-self:end;text-align:right}.incoming-card .incoming-cell-requisite{grid-area:req!important;padding-left:0!important;min-width:0;align-self:start}.incoming-card .incoming-cell-amount{grid-area:amount!important;display:flex!important;align-items:flex-start!important;gap:4px!important;flex-wrap:wrap!important;padding-right:0!important;white-space:normal!important;justify-content:flex-end}.incoming-card .incoming-trader-profit{width:100%;text-align:right;font-size:.66rem}.incoming-card .incoming-cell,.incoming-card .incoming-cell-id,.incoming-card .incoming-cell-merchant-name,.incoming-card .incoming-cell-team-name,.incoming-card .incoming-cell-date,.incoming-card .incoming-cell-requisite,.incoming-card .incoming-cell-amount,.incoming-card .incoming-cell-actions{min-width:0!important;overflow:hidden}.incoming-card .incoming-cell-status{overflow:visible!important}.incoming-card .incoming-name-text,.incoming-card .incoming-method-text,.incoming-card .incoming-method-secondary,.incoming-card .incoming-method-extra{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-card .incoming-date{justify-content:flex-end;font-size:.72rem;gap:3px}.incoming-card .incoming-status-pill{font-size:.7rem;padding:2px 6px;max-width:100%;white-space:nowrap}.incoming-card .incoming-method{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:4px;min-width:0}.incoming-card .incoming-method-main{font-size:.74rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-card .incoming-method-secondary{display:inline-flex!important;order:2;width:100%;align-items:center;gap:2px;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.incoming-card .incoming-method-extra{display:inline-flex!important;order:1;align-items:center;gap:2px;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.incoming-card .incoming-amount-currency{font-size:.68rem}.incoming-card .incoming-amount-value{font-size:.82rem}.incoming-card .incoming-menu-trigger{padding:1px!important}.incoming-card .incoming-menu-icon{width:14px;height:14px}.incoming-cell-id .copy-chip,.incoming-cell-merchant-id .copy-chip{width:34px;min-width:34px;height:20px;padding:0;justify-content:center;font-size:0;line-height:0;-webkit-user-select:none;user-select:none}.incoming-cell-id .copy-chip:before{content:"ID"}.incoming-cell-merchant-id .copy-chip:before{content:"M ID"}.incoming-cell-id .copy-chip:before,.incoming-cell-merchant-id .copy-chip:before{font-size:7px;font-weight:700;letter-spacing:.02em;line-height:1;color:currentColor}}@media (max-width: 760px){.incoming-container{gap:10px;padding-bottom:96px}.incoming-header{gap:8px;align-items:flex-start}.incoming-header-left{min-width:0;width:100%}.incoming-title{font-size:1.95rem;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-header-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.incoming-header-actions>*{width:100%;min-width:0;min-height:32px;padding:6px 8px;font-size:.74rem;line-height:1.1;white-space:normal;text-align:center}.incoming-header-actions>:last-child{grid-column:1 / -1}.incoming-filters-card{max-width:none;width:100%}.incoming-filters-compact{padding:10px}.incoming-topbar{grid-template-columns:1fr!important;gap:8px;margin-bottom:8px}.incoming-search{width:100%;min-width:0}.incoming-search-input{width:100%;height:36px;font-size:.88rem;padding-right:34px!important}.incoming-search-clear{display:inline-flex}.incoming-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.incoming-actions .incoming-btn-sm{width:100%;height:34px;padding:0 8px;font-size:.78rem}.incoming-list{gap:6px;padding-inline:2px}.incoming-card{border-radius:10px!important}.incoming-card .incoming-table-row{padding:8px!important;row-gap:5px!important}}@media (max-width: 760px){.incoming-test-modal-panel{max-width:350px!important}.incoming-test-modal-header,.incoming-test-modal-body,.incoming-test-modal-footer{padding:10px!important}.incoming-test-modal-body{max-height:62vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.incoming-test-modal{gap:8px}.incoming-test-modal .incoming-modal-row{gap:4px}.incoming-test-modal .incoming-modal-label{font-size:11px}.incoming-test-modal .ui-input,.incoming-test-modal .ui-select{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:13px!important}.incoming-test-modal-actions .btn{height:34px!important;min-height:34px!important;padding:0 10px!important}}@media (max-width: 760px){.incoming-change-modal-panel{max-width:min(calc(100vw - 16px),360px)!important;max-height:calc(100dvh - 40px);display:flex;flex-direction:column}.incoming-change-modal-header,.incoming-change-modal-body,.incoming-change-modal-footer{padding:10px!important}.incoming-change-modal-header h3{font-size:1.12rem;line-height:1.15;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incoming-change-close-header{white-space:nowrap}.incoming-change-modal-body{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.incoming-change-list{gap:8px}.incoming-change-row{padding:8px 9px;gap:8px;flex-direction:column;align-items:stretch}.incoming-change-row .verify-info{width:100%;text-align:left;align-self:flex-start}.incoming-change-row .verify-title{display:flex;justify-content:flex-start;align-items:center;text-align:left;font-size:14px;line-height:1.2}.incoming-change-row .verify-sub{text-align:left;font-size:11px;line-height:1.25;white-space:normal;overflow:visible;text-overflow:clip}.incoming-change-id-chip{max-width:100%}.incoming-change-actions{display:inline-flex;flex-wrap:wrap;gap:6px;width:auto;justify-content:flex-start}.incoming-change-actions .incoming-change-btn,.incoming-change-modal-actions .btn,.incoming-change-close-header{width:auto;height:32px!important;min-height:32px!important;min-width:96px;padding:0 8px!important;font-size:12px!important;justify-content:center;line-height:1.1}}@media (max-width: 420px){.incoming-change-modal-panel{max-width:min(calc(100vw - 12px),340px)!important}.incoming-change-row .verify-title{font-size:13px}.incoming-change-row .verify-sub{font-size:10px}.incoming-change-actions .incoming-change-btn,.incoming-change-modal-actions .btn,.incoming-change-close-header{font-size:11px!important}}@media (orientation: landscape) and (max-height: 540px) and (max-width: 1024px){.incoming-change-modal-panel{max-width:min(calc(100vw - 16px),760px)!important;max-height:calc(100dvh - 44px)!important;display:flex;flex-direction:column;border-radius:12px!important}.incoming-change-modal-header,.incoming-change-modal-body,.incoming-change-modal-footer{padding:7px!important}.incoming-change-modal-header{position:sticky;top:0;z-index:2;background:var(--card);gap:8px}.incoming-change-modal-header h3{font-size:.96rem}.incoming-change-modal-body{flex:1 1 auto;min-height:0;max-height:none!important;overflow-y:auto;-webkit-overflow-scrolling:touch}.incoming-change-list{gap:6px}.incoming-change-row{padding:7px 8px;gap:6px}.incoming-change-row .verify-title{font-size:13px}.incoming-change-row .verify-sub{font-size:10px;line-height:1.2}.incoming-change-actions .incoming-change-btn,.incoming-change-close-header{height:30px!important;min-height:30px!important;min-width:88px;padding:0 7px!important;font-size:11px!important}}@media (max-width: 760px){.incoming-card .incoming-cell-actions{position:relative!important;overflow:visible!important;pointer-events:auto!important;z-index:60!important;align-self:start!important}.incoming-card.is-menu-open{z-index:260!important}.incoming-card .incoming-menu-trigger{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;touch-action:manipulation;pointer-events:auto!important}.incoming-card .incoming-menu{position:absolute!important;right:0!important;top:calc(100% + 4px)!important;z-index:300!important;pointer-events:auto!important}}@media (orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.incoming-table{display:block!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch;padding-bottom:2px}.incoming-table-header{display:grid!important}.incoming-table .incoming-table-row{min-width:1120px;grid-template-columns:minmax(140px,1.2fr) minmax(140px,1.1fr) minmax(95px,1fr) minmax(95px,1fr) minmax(112px,.95fr) minmax(135px,1.05fr) minmax(180px,1.85fr) minmax(170px,1.5fr) 36px!important;column-gap:12px!important;align-items:center!important}.incoming-table.no-merchant .incoming-table-row{min-width:990px;grid-template-columns:minmax(140px,1.2fr) minmax(95px,1fr) minmax(95px,1fr) minmax(112px,.95fr) minmax(135px,1.05fr) minmax(180px,1.85fr) minmax(170px,1.5fr) 36px!important}.incoming-table.no-merchant-info .incoming-table-row{min-width:830px;grid-template-columns:minmax(140px,1.25fr) minmax(112px,.95fr) minmax(135px,1.05fr) minmax(185px,1.9fr) minmax(175px,1.55fr) 36px!important}.incoming-card{min-width:fit-content}.incoming-card .incoming-table-row{padding:10px!important}.incoming-card .incoming-cell-id,.incoming-card .incoming-cell-merchant-id{overflow:hidden}.incoming-cell-merchant-name,.incoming-cell-date,.incoming-cell-requisite{padding-left:0!important}.incoming-card .incoming-cell-merchant-name,.incoming-card .incoming-cell-team-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.incoming-card .incoming-cell-amount{justify-content:flex-end!important;text-align:right;padding-left:8px;padding-right:0!important}.incoming-card .incoming-trader-profit{width:100%;text-align:right}}@media (max-width: 760px){.incoming-card .incoming-cell-team-name{margin-left:8px;padding-left:10px!important;border-left:1px solid rgba(255,255,255,.14)}.incoming-card .incoming-merchant-text{padding-right:2px}.incoming-card .incoming-team-text{display:inline-flex;align-items:center}.incoming-card .incoming-team-text:before{content:"|";display:inline-block;margin-left:7px;margin-right:7px;color:var(--text-secondary);opacity:.7}.incoming-card .incoming-method-main-phone{display:inline-flex;align-items:center;gap:3px;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;width:100%;min-width:0}.incoming-card .incoming-phone-text{display:inline-block;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:normal!important;word-break:normal!important}}.teams-page{--teams-grid: .6fr 1.8fr 1.4fr .8fr 1.2fr 1fr .8fr .3fr;padding-bottom:90px}.teams-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.teams-title{font-size:22px;font-weight:800;letter-spacing:-.2px;color:var(--text)}.teams-filters input,.teams-filters select{width:100%;max-width:100%}.teams-search-input{display:block;height:40px;min-height:40px;max-height:40px}.teams-filters{flex-wrap:nowrap}.teams-filters>:first-child{flex:1 1 420px;min-width:280px}.teams-filters>:not(:first-child){flex:0 0 190px}.teams-filters>:last-child{flex:0 0 auto}.teams-table{width:100%;border:1px solid var(--border);border-radius:16px;overflow:hidden;background:var(--bg-card)}.teams-page .teams-table-header,.teams-page .teams-table-row{display:grid;grid-template-columns:var(--teams-grid);align-items:center;gap:12px;padding:12px}.teams-table-header{background:#ffffff08;border-bottom:1px solid var(--border);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.teams-table-row{border-bottom:1px solid var(--border);transition:background .15s ease}.teams-table-row:last-child{border-bottom:0}.teams-table-row:hover{background:var(--bg-hover)}.teams-id{display:flex;align-items:center;gap:6px;font-family:monospace;font-size:13px}.teams-id-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#e5e7eb;border-radius:10px;padding:5px 10px;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.teams-id-chip:hover{border-color:#ffffff2e;background:#ffffff0f}:root.light .teams-page .teams-id-chip{background:#f1f2f5;border-color:#3a3a42;color:#111}:root.light .teams-page .teams-id-chip:hover{border-color:#2b2b30;background:#e9ebf0}.teams-id-chip.is-copied{border-color:#10b9818c;color:#34d399}.teams-id-chip-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.teams-id-chip-icon{width:14px;height:14px;opacity:.85}.teams-table-row>div:nth-child(2),.teams-table-row>div:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.geo-cell{display:flex;align-items:center;justify-content:center;gap:10px}.geo-flag{font-size:18px}.balance-cell{display:flex;flex-direction:column;align-items:center;line-height:1.05}.balance-main{font-weight:800;color:var(--text)}.balance-sub{font-size:12px;color:var(--text-secondary)}.leader-cell{display:flex;flex-direction:column;gap:2px}.leader-main{font-size:14px;font-weight:600}.leader-second{font-size:12px;opacity:.8;margin-left:6px}.leader-affiliate{font-size:11px;opacity:.78;margin-left:6px}.leader-empty{font-size:13px;opacity:.6}.slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff14;border:1px solid var(--border);border-radius:999px;transition:.15s ease}.slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:50%;transform:translateY(-50%);background:var(--text);border-radius:999px;transition:.15s ease;opacity:.9}.row-menu{position:relative;display:flex;justify-content:flex-end}.menu-btn{width:36px;height:36px;border-radius:12px;border:1px solid transparent;background:transparent;color:var(--text);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,border-color .15s ease}.menu-btn:hover{background:#ffffff0f;border-color:var(--border)}.menu-btn svg{width:18px;height:18px}.menu-popover{position:absolute;top:42px;right:0;z-index:50;min-width:160px;padding:6px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);box-shadow:0 12px 30px #00000059}.menu-item{width:100%;padding:10px;border-radius:10px;background:transparent;border:0;color:var(--text);font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease}.menu-item:hover{background:#ffffff0f}@media (max-width: 1200px){:root{--teams-grid: 160px 1.2fr 180px 120px 200px 160px 90px 56px}}@media (max-width: 900px){:root{--teams-grid: 140px 1fr 160px 110px 180px 140px 90px 56px}}.teams-page .teams-table-header>div,.teams-page .teams-table-row>div{align-self:center}.teams-page .teams-table-header>div:nth-child(1),.teams-page .teams-table-row>div:nth-child(1){justify-self:start}.teams-page .teams-table-header>div:nth-child(2),.teams-page .teams-table-row>div:nth-child(2){justify-self:start}.teams-page .teams-table-header>div:nth-child(3),.teams-page .teams-table-row>div:nth-child(3){justify-self:start}.teams-page .teams-table-header>div:nth-child(4),.teams-page .teams-table-row>div:nth-child(4){justify-self:center}.teams-page .teams-table-header>div:nth-child(5),.teams-page .teams-table-row>div:nth-child(5){justify-self:center}.teams-page .teams-table-header>div:nth-child(6),.teams-page .teams-table-row>div:nth-child(6){justify-self:center}.teams-page .teams-table-header>div:nth-child(7),.teams-page .teams-table-row>div:nth-child(7){justify-self:center}.teams-page .teams-table-header>div:nth-child(8),.teams-page .teams-table-row>div:nth-child(8){justify-self:end}.teams-table-header>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teams-page .teams-table-header,.teams-page .teams-table-row{gap:14px}.teams-table-header,.teams-table-row{min-width:0}.teams-table-row>div:nth-child(3),.teams-table-header>div:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teams-table{overflow-x:auto}.teams-table-header>div:nth-child(2),.teams-table-row>div:nth-child(2){padding-left:50px}.teams-table-header>div:nth-child(1),.teams-table-row>div:nth-child(1),.teams-id{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}@keyframes teamRowIn{0%{opacity:0;transform:translateY(18px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.teams-row-anim{opacity:0;animation:teamRowIn .9s cubic-bezier(.16,1,.3,1) forwards}@media (prefers-reduced-motion: reduce){.teams-row-anim{animation:none;opacity:1}}.teams-table,.teams-table-row{overflow:visible!important}.row-menu{position:relative;z-index:50}.menu-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:9999;background:#121417;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px;min-width:220px;box-shadow:0 18px 50px #0000008c;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:auto!important;opacity:1!important;transform-origin:calc(100% - 14px) -8px;will-change:transform,opacity,filter;animation:teamMenuMacIn .24s cubic-bezier(.22,1,.36,1)}@keyframes teamMenuMacIn{0%{opacity:0;transform:translateY(-10px) scale(.92);filter:blur(4px)}70%{opacity:1;transform:translateY(0) scale(1.02);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes incomingRowIn{0%{opacity:0;transform:translateY(12px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.incoming-row-anim{opacity:0;animation:incomingRowIn .9s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.incoming-row-anim{animation:none;opacity:1}.menu-popover{animation:none}}@media (max-width: 900px){.teams-page{padding-bottom:104px}.teams-header{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:10px}.teams-title{font-size:32px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teams-header-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;align-items:stretch}.teams-header-actions .btn{width:100%;justify-content:center;min-height:36px;padding:0 8px;font-size:12px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:6px}.teams-page .teams-filters{display:flex!important;flex-direction:column;gap:8px;padding:8px;align-items:stretch;justify-content:flex-start;height:auto;min-height:0}.teams-page .teams-filters>*{width:100%;min-width:0;margin:0;align-self:stretch}.teams-filters input,.teams-filters select,.teams-filters .btn{width:100%;max-width:100%;min-width:0;height:36px;font-size:13px;line-height:1;padding-top:0;padding-bottom:0}.teams-filters .ui-input,.teams-filters .ui-select{height:36px;min-height:36px}.teams-filters .teams-search-input{height:36px!important;min-height:36px!important;max-height:36px!important}.teams-table{display:flex;flex-direction:column;gap:8px;border:none;background:transparent;overflow:visible}.teams-page .teams-table-header{display:none!important}.teams-page .teams-table-row{grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"id name geo menu" "stats balance status menu";gap:8px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);padding:12px}.teams-table-row>div:nth-child(1){grid-area:id;align-self:center}.teams-page .teams-table-row>div:nth-child(2){grid-area:name;align-self:center;font-size:15px;font-weight:700;padding-left:0}.teams-page .teams-table-row>div:nth-child(3){display:none}.teams-page .teams-table-row>div:nth-child(4){grid-area:geo;justify-self:end;align-self:center}.teams-page .teams-table-row>div:nth-child(5){grid-area:stats;align-self:center;justify-self:start}.teams-page .teams-table-row>div:nth-child(6){grid-area:balance;justify-self:end;align-self:center}.teams-page .teams-table-row>div:nth-child(7){grid-area:status;justify-self:start;align-self:center}.teams-page .teams-table-row>div:nth-child(8){grid-area:menu;justify-self:end;align-self:start}.teams-page .teams-id{gap:6px;font-size:12px;opacity:.9}.teams-page .teams-id-chip{padding:4px 8px;border-radius:9px}.teams-page .teams-id-chip-text{font-size:11px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leader-main{font-size:13px}.leader-second{font-size:11px;margin-left:4px}.geo-cell{gap:6px;justify-content:flex-end}.geo-flag{font-size:14px}.geo-currency{font-size:12px}.teams-page .inout-cell{gap:12px;justify-content:flex-start}.inout-item{gap:4px;font-size:12px}.inout-icon{width:14px;height:14px}.teams-page .balance-cell{align-items:flex-end}.balance-main{font-size:14px;line-height:1.05}.balance-sub{font-size:11px}.teams-page .menu-btn{width:30px;height:30px;border-radius:10px}.teams-page .menu-btn svg{width:16px;height:16px}}@media (max-width: 560px){.teams-title{font-size:36px}.teams-header-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-auto-flow:unset;align-items:stretch;gap:6px}.teams-header-actions .btn{min-height:34px;padding:0 4px;font-size:10px;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;gap:4px}.verify-badge{min-width:16px;height:16px;font-size:10px;padding:0 5px;margin-left:6px}.teams-page .teams-filters{display:flex!important;flex-direction:column;gap:8px;padding:8px;align-items:stretch;justify-content:flex-start;height:auto;min-height:0}.teams-filters .ui-input,.teams-filters .ui-select,.teams-filters .btn{height:34px;min-height:34px;font-size:12px}.teams-filters .teams-search-input{height:34px!important;min-height:34px!important;max-height:34px!important}.teams-page .teams-filters>*{margin:0;width:100%}.teams-page .teams-table-row{grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"id name geo menu" "stats balance status menu";gap:7px 8px;padding:10px}.inout-cell{gap:8px}.inout-item{font-size:11px}}:root.light .menu-btn:hover{background:#f3f6fb;border-color:#d7dee8}.teams-page .teams-page-filters{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.teams-page .teams-page-filters>:first-child{flex:1 1 420px;min-width:280px}.teams-page .teams-page-filters>:not(:first-child){flex:0 0 190px}.teams-page .teams-page-filters>:last-child{flex:0 0 auto}.teams-page .teams-page-filters .ui-input,.teams-page .teams-page-filters .ui-select,.teams-page .teams-page-filters .btn{width:100%;max-width:100%}.teams-page .teams-page-btn-sm{height:36px;min-height:36px;padding:0 12px;border-radius:10px;white-space:nowrap}@media (max-width: 900px){.teams-page .teams-page-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.teams-page .teams-page-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.teams-page .teams-page-filters .ui-input,.teams-page .teams-page-filters .ui-select,.teams-page .teams-page-filters .btn{height:36px!important;min-height:36px!important;max-height:36px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.teams-page .teams-page-filters .teams-search-input{height:36px!important;min-height:36px!important;max-height:36px!important}}@media (max-width: 560px){.teams-page .teams-page-filters .ui-input,.teams-page .teams-page-filters .ui-select,.teams-page .teams-page-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}.teams-page .teams-page-filters .teams-search-input{height:34px!important;min-height:34px!important;max-height:34px!important}}.teams-page .teams-table,.teams-page .teams-table-row,.teams-page .row-menu{overflow:visible!important}.teams-page .teams-table-row{position:relative;z-index:1}.teams-page .teams-table-row.is-menu-open{z-index:99999;transform:none!important;filter:none!important}.teams-page .teams-table-row.is-menu-open .menu-popover,.teams-page .menu-popover{z-index:2147483647}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);display:flex;justify-content:center;align-items:stretch;padding:0;z-index:1500;animation:overlayFade .35s ease forwards}.drawer{width:100%;max-width:none;background:var(--card);color:var(--text);border-radius:0;overflow:hidden;max-height:none;height:100vh;height:100dvh;display:flex;flex-direction:column;transform:translateY(-40px) scale(.96);opacity:0;animation:drawerSlide .45s cubic-bezier(.25,.8,.25,1) forwards}@keyframes overlayFade{0%{background:#0000;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.bank-regions-row{display:flex;gap:16px;align-items:flex-start}.bank-region{flex:1 1 0;display:flex;flex-direction:column;gap:10px}.bank-region-title{font-size:.9rem;font-weight:500;opacity:.9}:root .bank-region-title{color:#333}.dark .bank-region-title{color:#ddd}.bank-region-body{display:flex;flex-direction:column;gap:8px}.bank-mini-row{display:flex;gap:8px}.bank-item{flex:1 1 0;display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:8px;border:1px solid transparent;cursor:pointer;font-size:.85rem;transition:background .15s ease,border-color .15s ease,transform .05s ease}:root .bank-item{background:#fafafa;border-color:#e5e5e5}:root .bank-item:hover{background:#f0f7ff;border-color:#9cc4ff}:root .bank-item.selected{background:#e6f5ea;border-color:#4caf50}.dark .bank-item{background:#1e1e1e;border-color:#333;color:#ddd}.dark .bank-item:hover{background:#2a2f36;border-color:#4b6ea8}.dark .bank-item.selected{background:#1e3224;border-color:#3fae52}.bank-name{flex:1;text-align:left}.bank-check{margin-left:8px;font-size:.9rem;color:#4caf50}.dark .bank-check{color:#54c76c}.dark .bank-hint{color:#bbb}@keyframes drawerSlide{0%{transform:translateY(-40px) scale(.96);opacity:0}60%{transform:translateY(10px) scale(1);opacity:1}to{transform:translateY(0);opacity:1}}.drawer.closing{animation:drawerClose .3s ease forwards}@keyframes drawerClose{0%{transform:translateY(0);opacity:1}to{transform:translateY(-30px);opacity:0}}.drawer-header{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.drawer-title{font-size:22px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-header-actions{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.drawer-header-actions>button{white-space:nowrap}.drawer-close{background:transparent;border:none;cursor:pointer;padding:4px}.drawer-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;padding:16px 20px 8px;border-bottom:1px solid var(--border);background:var(--bg2);position:relative;z-index:1;margin-bottom:12px}.summary-item{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:1.4}.summary-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.summary-control input{width:100%;font-size:14px}.summary-inline{display:flex;align-items:center;gap:6px}.summary-inline-sep{font-size:14px;color:var(--text-secondary)}.summary-item-mobile-full{grid-column:auto}.drawer-summary-footer{border-top:1px solid var(--border);padding:10px 20px 16px;background:var(--bg2);display:flex;align-items:center;justify-content:space-between;gap:10px}.drawer-summary-footer-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.drawer-summary-footer-actions-single{margin-left:auto}.drawer-cancel-btn-mobile{display:none}.drawer-delete-btn{background-color:#3b1515;border:1px solid #ff4c4c;color:#fff;transition:background-color .15s ease,border-color .15s ease,transform .05s ease}.drawer-delete-btn:hover{background-color:#ff4c4c;border-color:#ff8080}.drawer-delete-btn:active{transform:scale(.97)}.team-merchants-tab{display:flex;flex-direction:column;gap:12px}.team-merchants-add-row{display:flex;gap:8px;align-items:center;margin-bottom:4px}.team-merchants-select{flex:1;padding:6px 8px;border-radius:6px;border:1px solid var(--border);background:var(--bg2);color:var(--text)}.merchant-item-header{display:flex;justify-content:space-between;align-items:center;position:relative}.merchant-remove-btn{border:none;background:transparent;cursor:pointer;font-size:14px;opacity:.7}.merchant-remove-btn:hover{opacity:1}.merchant-actions{display:inline-flex;align-items:center;gap:6px}.merchant-menu-btn{border:1px solid var(--border);background:var(--bg2);color:var(--text);cursor:pointer;width:28px;height:24px;border-radius:6px;font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.merchant-menu-btn:hover{opacity:1}.merchant-menu{position:absolute;right:0;top:30px;min-width:140px;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:6px;box-shadow:0 8px 20px #00000040;z-index:10}.merchant-menu-item{width:100%;border:none;background:transparent;color:var(--text);padding:8px 10px;border-radius:8px;cursor:pointer;text-align:left}.merchant-menu-item:hover{background:var(--bg2)}.merchant-menu-danger{color:#ff8a8a}.merchant-menu-danger:hover{background:#ff46461f}.drawer-tabs{display:flex;gap:6px;padding:6px 16px;border-bottom:1px solid var(--border);overflow-x:auto;position:relative;z-index:1;background:var(--card)}.drawer-tabs-wrap{margin-top:12px;background:var(--card);position:relative;z-index:1}.drawer-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.drawer-tab{padding:6px 12px;border-radius:6px;border:none;background:var(--bg2);color:var(--text);cursor:pointer;font-size:13px;transition:.2s}.drawer-tab:hover{background:var(--bg)}.drawer-tab.active{background:var(--text);color:var(--bg);transform:translateY(-1px)}.drawer-content{min-height:0;padding:20px;overflow:visible;flex-grow:0;position:relative;margin-top:8px;z-index:1}.tab-section{padding-top:6px}@media (max-width: 1600px){.drawer-header{padding:16px}.drawer-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:14px 16px 8px;gap:10px;max-height:none;overflow:visible;margin-bottom:14px}.drawer-summary-footer{padding:10px 16px 14px}.drawer-tabs{padding:8px 16px}.drawer-content{padding:16px}.drawer-dashboard-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.drawer-dashboard-charts{grid-template-columns:1fr}.drawer-payments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1280px){.drawer-summary{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));max-height:none;overflow:visible;margin-bottom:14px}.drawer-payments-grid{grid-template-columns:1fr}.drawer-payments-table{overflow-x:auto}.drawer-payments-row{min-width:980px}}@media (max-width: 1024px){.drawer{height:100vh}.drawer-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.drawer-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.drawer-dashboard-chart-body{height:200px}}.animated-tab{animation:tabFadeSlide .35s cubic-bezier(.25,.8,.25,1)}@keyframes tabFadeSlide{0%{opacity:0;transform:translate(25px)}to{opacity:1;transform:translate(0)}}.tab-section{font-size:15px;line-height:1.6}.stats-wrapper{margin-top:10px}.stats-title{font-size:16px;font-weight:600;margin-bottom:6px}.drawer-dashboard{display:flex;flex-direction:column;gap:12px}.drawer-dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.drawer-dashboard-range{display:inline-flex;gap:6px;padding:4px;border-radius:999px;background:var(--card);border:1px solid var(--border)}.drawer-dashboard-range-btn{border:none;background:transparent;color:var(--text-secondary);padding:4px 8px;border-radius:999px;font-size:.74rem;line-height:1.1;cursor:pointer;transition:.2s ease}.drawer-dashboard-range-btn:hover{color:var(--text);background:#ffffff0f}.drawer-dashboard-range-btn.active{color:var(--bg);background:var(--text)}.drawer-dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (min-width: 900px){.drawer-dashboard-stats{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width: 720px){.team-drawer-dashboard-stats,.merchant-drawer-dashboard-stats{gap:8px}.team-drawer-dashboard-stats .card,.merchant-drawer-dashboard-stats .card{border-radius:12px}.team-drawer-dashboard-stats .stat-card-content,.merchant-drawer-dashboard-stats .stat-card-content{gap:10px;padding:10px 12px}.team-drawer-dashboard-stats .stat-card-icon,.merchant-drawer-dashboard-stats .stat-card-icon{padding:8px;border-radius:12px}.team-drawer-dashboard-stats .stat-card-icon-glyph,.merchant-drawer-dashboard-stats .stat-card-icon-glyph{width:18px;height:18px}.team-drawer-dashboard-stats .stat-card-title,.merchant-drawer-dashboard-stats .stat-card-title{font-size:.78rem;line-height:1.2}.team-drawer-dashboard-stats .stat-card-value,.merchant-drawer-dashboard-stats .stat-card-value{font-size:1.3rem;line-height:1.15}}.drawer-dashboard-charts{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 1024px){.drawer-dashboard-charts{grid-template-columns:2fr 1fr}}.drawer-dashboard-chart{border-radius:14px;border:1px solid rgba(148,163,184,.18);background:radial-gradient(1200px 220px at 20% -10%,rgba(96,165,250,.14),transparent 60%),linear-gradient(180deg,#0f172a8c,#02061740);padding:12px}.drawer-dashboard-chart-title{font-size:.9rem;font-weight:600;margin-bottom:8px}.drawer-dashboard-chart-body{width:100%;height:220px}.drawer-dashboard-empty{width:100%;height:100%;border-radius:10px;border:1px dashed rgba(148,163,184,.35);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.9rem}.drawer-chart-tooltip{background:#0f172aeb;border:1px solid rgba(148,163,184,.28);border-radius:10px;padding:10px 12px;color:#e2e8f0f2;box-shadow:0 12px 28px #00000059;min-width:140px}.drawer-chart-tooltip-title{font-weight:600;font-size:.85rem;margin-bottom:6px;color:#e2e8f0}.drawer-chart-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8rem;color:#e2e8f0cc}.drawer-related{margin:8px 0 4px;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--card);display:flex;flex-direction:column;gap:8px}.drawer-related-title{font-weight:600;font-size:.9rem}.drawer-related-list{display:grid;gap:8px}.drawer-related-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px;border:1px solid var(--border);background:var(--bg2)}.drawer-related-name{font-weight:500}.drawer-related-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;color:var(--text-secondary)}.drawer-related-empty{color:var(--text-secondary);font-size:.85rem}.merchant-item{padding:12px;border:1px solid var(--border);border-radius:8px;margin-top:8px}.summary-switch{position:relative;display:inline-block;width:42px;height:22px}.summary-switch input{display:none}.summary-switch-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#4b5563;border-radius:999px;transition:.25s}.summary-switch-slider:before{content:"";position:absolute;height:18px;width:18px;left:2px;top:2px;border-radius:50%;background:#fff;transition:.25s}.summary-switch input:checked+.summary-switch-slider{background:#22c55e}.summary-switch input:checked+.summary-switch-slider:before{transform:translate(20px)}.merchant-name{font-weight:600}.empty{color:var(--text-secondary);padding:10px 0}.drawer-payments{display:flex;flex-direction:column;gap:10px}.drawer-payments-filters{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:12px;background:var(--card);border:1px solid var(--border)}.drawer-payments-topbar{display:flex;gap:8px;align-items:center}.drawer-payments-search{flex:1}.drawer-payments-actions{display:inline-flex;gap:8px}.drawer-payments-advanced{display:none;flex-direction:column;gap:10px}.drawer-payments-advanced.is-open{display:flex}.drawer-payments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.drawer-payments-label{font-size:.75rem;color:var(--text-secondary);margin-bottom:4px}.drawer-payments-footer{display:flex;justify-content:flex-end;gap:8px}.drawer-payments-error{padding:10px 12px;border-radius:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.35);color:#ff8a8a;font-size:.9rem}.drawer-payments-empty{padding:18px 0;color:var(--text-secondary)}.drawer-payments-table{display:flex;flex-direction:column;gap:6px;overflow:auto;max-height:420px;padding-right:4px}.drawer-payments-row{display:grid;grid-template-columns:1.3fr 1.1fr 1.1fr 1.1fr .9fr 1.2fr 2.2fr 1.4fr;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;background:var(--card);border:1px solid var(--border);color:var(--text);font-size:.9rem}.drawer-payments-header{background:var(--bg2);color:var(--text-secondary);font-weight:600;font-size:.72rem}.drawer-payments-id,.drawer-payments-merchant{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-payments-copy{cursor:pointer;-webkit-user-select:text;user-select:text}.drawer-payments-copy:hover{opacity:.85}.drawer-payments-copy:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}.drawer-toast{position:fixed;top:16px;left:50%;transform:translate(-50%);width:fit-content;max-width:calc(100vw - 24px);box-sizing:border-box;padding:8px 14px 10px;border-radius:999px;background:#1e293be6;color:#e5e7eb;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 25px #00000059;animation:drawerToastIn .22s ease-out;z-index:9999;pointer-events:none;overflow:hidden;line-height:1.28}.drawer-toast.is-error{background:#7f1d1df5;color:#fee2e2;border-color:#f871718c;box-shadow:0 12px 30px #7f1d1d6b}.drawer-toast.is-success{background:#14532df5;color:#dcfce7;border-color:#4ade808c;box-shadow:0 12px 30px #14532d6b}.drawer-toast-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#fecaca,#f87171);transform-origin:left center;animation:drawerToastProgress linear forwards}.drawer-toast-progress.is-success{background:linear-gradient(90deg,#86efac,#22c55e)}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.drawer-toast{top:calc(10px + env(safe-area-inset-top,0px));width:min(calc(100vw - 20px),460px);max-width:min(calc(100vw - 20px),460px);padding:7px 12px 8px;border-radius:16px;font-size:14px;line-height:1.3}}@keyframes drawerToastIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.drawer-toast.leaving{animation:drawerToastOut .2s ease-in forwards}@keyframes drawerToastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-6px)}}@keyframes drawerToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.drawer-payments-merchant-name,.drawer-payments-team-name{font-size:.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-payments-date{font-size:.78rem;color:var(--text-secondary);white-space:nowrap}.drawer-payments-date-inner{display:inline-flex;align-items:center;gap:6px}.drawer-payments-requisite{display:flex;flex-direction:column;gap:2px;font-size:.78rem}.drawer-payments-method-main{display:inline-flex;align-items:center;gap:6px}.drawer-payments-method-secondary{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:.75rem}.drawer-payments-method-secondary span{display:inline-flex;align-items:center;gap:4px}.drawer-payments-amount{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-weight:600;font-size:.8rem}.drawer-payments-dot{opacity:.7;color:var(--text-secondary)}.drawer-payments-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px}.drawer-notifications{display:flex;flex-direction:column;gap:12px}.drawer-notifications-filters{display:grid;grid-template-columns:minmax(180px,1fr) 160px 160px auto;gap:8px;align-items:center;padding:8px;border:1px solid var(--border);border-radius:10px;background:var(--bg2);width:100%}.drawer-notifications-filters select,.drawer-notifications-filters input{height:36px;width:100%}.drawer-notifications-filters .requisites-btn-sm{height:36px;padding:0 12px}@media (max-width: 1200px){.drawer-notifications-filters{grid-template-columns:1fr 1fr}}.drawer-notifications-list{display:flex;flex-direction:column;gap:10px}.drawer-notifications-item{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:radial-gradient(800px 180px at 10% -40%,rgba(96,165,250,.18),transparent 60%),linear-gradient(180deg,#0f172a8c,#02061740);display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.drawer-notifications-line{display:inline-flex;align-items:center;gap:8px;min-width:0;white-space:nowrap;overflow:hidden}.drawer-notifications-action{font-weight:600}.drawer-notifications-meta{font-size:12px;color:var(--text-secondary)}.drawer-notifications-dot{opacity:.6}.drawer-notifications-message{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;max-width:42vw}.drawer-notifications-actions{display:flex;justify-content:flex-end}.drawer-notifications-details{padding-top:0;padding-bottom:0;font-size:12px;color:var(--text-secondary);display:flex;flex-direction:column;gap:6px;overflow:hidden;max-height:0;opacity:0;transform:translateY(-6px);transform-origin:top;pointer-events:none;transition:max-height 1.2s cubic-bezier(.18,.84,.2,1),opacity 1.2s cubic-bezier(.18,.84,.2,1),transform 1.2s cubic-bezier(.18,.84,.2,1),padding-top 1.2s cubic-bezier(.18,.84,.2,1),padding-bottom 1.2s cubic-bezier(.18,.84,.2,1)}.drawer-notifications-details.is-open{max-height:70vh;opacity:1;transform:translateY(0);padding-top:8px;padding-bottom:4px;pointer-events:auto;overflow:auto}@media (prefers-reduced-motion: reduce){.drawer-notifications-details{transition:none}}.drawer-notifications-kv{display:grid;grid-template-columns:110px 1fr;gap:8px;align-items:start}.drawer-notifications-key{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.drawer-notifications-kv-target .drawer-notifications-key{color:#60a5fa}.drawer-notifications-kv-invoice .drawer-notifications-key{color:#f59e0b}.drawer-notifications-kv-id .drawer-notifications-key{color:#22c55e}.drawer-notifications-kv-request .drawer-notifications-key{color:#38bdf8}.drawer-notifications-kv-reason .drawer-notifications-key{color:#f472b6}.drawer-notifications-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:12px;color:var(--text)}.drawer-notifications-json{margin:0;padding:8px;border-radius:8px;background:var(--bg2);border:1px solid var(--border);color:var(--text);font-size:12px;white-space:pre-wrap;word-break:break-word}.drawer-notifications-json .json-key{color:#7dd3fc}.drawer-notifications-json .json-string{color:#facc15}.drawer-notifications-json .json-number{color:#22c55e}.drawer-notifications-json .json-boolean{color:#f472b6}.drawer-notifications-json .json-null{color:#94a3b8}.drawer-notifications-hint{margin-top:8px;padding:8px;border-radius:8px;background:#0f172a80;border:1px solid rgba(148,163,184,.18);display:grid;gap:6px}.drawer-notifications-hint-title{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.drawer-notifications-hint-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 12px}.drawer-notifications-hint-item{display:grid;grid-template-columns:110px 1fr;gap:40px;align-items:start}@media (max-width: 1100px){.drawer-notifications-hint-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.drawer-notifications-hint-list{grid-template-columns:1fr}}.drawer-notifications-hint-key{white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:11px;color:#93c5fd}.drawer-notifications-hint-text{font-size:12px;color:#e2e8f0d9}.drawer-notifications-actor{color:var(--text);font-size:12px;opacity:.85;white-space:nowrap}.drawer-notifications-empty,.drawer-notifications-error{padding:16px;text-align:center;color:var(--text-secondary)}.drawer-notifications-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px}.drawer-notifications-pageinfo{font-size:.85rem;color:var(--text-secondary)}.drawer-payments-pageinfo{font-size:.82rem;color:var(--text-secondary)}.drawer-payments-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600;border:1px solid var(--border);background:#ffffff0a;color:var(--text)}.drawer-payments-status.created{background:#ffc8001f;border-color:#ffc80059;color:#f6d66a}.drawer-payments-status.processing{background:#007aff1f;border-color:#007aff59;color:#6cb8ff}.drawer-payments-status.success,.drawer-payments-status.confirmed{background:#22c55e24;border-color:#22c55e73;color:#86efac}.drawer-payments-status.failed,.drawer-payments-status.error,.drawer-payments-status.expired,.drawer-payments-status.no_route{background:#ff46461f;border-color:#ff464659;color:#ff8a8a}.merchant-stakes{display:flex;flex-direction:column;gap:12px}.merchant-stakes-form{display:grid;grid-template-columns:150px 150px 150px 100px;gap:8px;align-items:center}.merchant-stakes-form input{min-width:0}@media (max-width: 680px){.merchant-stakes-form{grid-template-columns:1fr 1fr}.merchant-stakes-form button{grid-column:1 / -1;width:100%}}.merchant-stakes-error{padding:10px 12px;border-radius:10px;background:#ef44441a;border:1px solid rgba(239,68,68,.35);color:#ff8a8a;font-size:.9rem}.merchant-stakes-list{display:flex;flex-direction:column;gap:8px}.merchant-stakes-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;width:100%;max-width:100%;padding:10px 12px;border-radius:12px;background:var(--card);border:1px solid var(--border);color:var(--text)}.merchant-stakes-range{font-weight:600;white-space:nowrap}.merchant-stakes-sep{opacity:.7;color:var(--text-secondary)}.merchant-stakes-rate{font-weight:700;white-space:nowrap}.merchant-stakes-remove{border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:4px;opacity:.75;color:var(--text-secondary)}.merchant-stakes-remove:hover{opacity:1;color:var(--text)}@media (max-width: 720px){.drawer-header{padding:14px 12px;align-items:flex-start;flex-wrap:wrap}.drawer-title{font-size:20px;white-space:normal;line-height:1.2}.drawer-header-actions{width:100%;margin-left:0;justify-content:flex-start}.summary-item-mobile-full{grid-column:1 / -1}.summary-inline{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:center}.summary-inline-sep{display:none}.drawer-summary-footer{position:static;margin-top:8px;padding:10px 12px calc(18px + env(safe-area-inset-bottom,0px));box-shadow:none;flex-direction:column;align-items:stretch}.drawer-delete-btn-desktop{display:inline-flex;width:100%;justify-content:center}.drawer-summary-footer-actions,.drawer-summary-footer-actions-single{width:100%;margin-left:0}.drawer-summary-footer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.drawer-cancel-btn-mobile{display:inline-flex}.drawer-summary-footer-actions button,.drawer-summary-footer-actions-single button{width:100%;justify-content:center}}.requisites-container{display:flex;flex-direction:column;gap:20px;padding-bottom:90px}.requisites-header{display:flex;justify-content:space-between;align-items:center}.requisites-title{font-size:24px;font-weight:600}.requisites-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.requisites-filters input,.requisites-filters select{width:100%;max-width:100%}.requisites-filters{flex-wrap:nowrap}.requisites-filters>:first-child{flex:1 1 420px;min-width:280px}.requisites-filters>:not(:first-child){flex:0 0 190px}.requisites-filters>:last-child{flex:0 0 auto}.requisites-table-wrap{width:100%;overflow-x:auto;overflow-y:hidden}.requisites-table{width:100%;border-radius:10px;background:var(--card);border:1px solid var(--border);color:var(--text);overflow:hidden}.requisites-table-header{background:var(--bg2);font-weight:600;color:var(--text-secondary)}.requisites-table-row{border-top:1px solid var(--border)}.requisites-team{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requisites-status-cell{display:flex;align-items:center;gap:6px}.requisites-menu-cell{display:flex;justify-content:flex-end}:root.light .requisites-container .copy-chip{background:#f1f2f5;border-color:#3a3a42;color:#111}:root.light .requisites-container .copy-chip:focus-visible{outline:2px solid rgba(0,0,0,.2)}.copy-text{cursor:pointer;-webkit-user-select:text;user-select:text}.copy-text:hover{opacity:.85}.copy-text:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}:root.light .requisites-container .copy-text:focus-visible{outline:2px solid rgba(0,0,0,.2)}.requisites-toast{position:fixed;top:16px;left:50%;transform:translate(-50%);width:fit-content;max-width:calc(100vw - 24px);box-sizing:border-box;padding:8px 14px 10px;border-radius:999px;background:#1e293be6;color:#e5e7eb;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 25px #00000059;animation:requisitesToastIn .22s ease-out;z-index:9999;pointer-events:none;overflow:hidden;line-height:1.28}.requisites-toast.is-error{background:#7f1d1df5;color:#fee2e2;border-color:#f871718c;box-shadow:0 12px 30px #7f1d1d6b}.requisites-toast-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#fecaca,#f87171);transform-origin:left center;animation:requisitesToastProgress linear forwards}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.requisites-toast{top:calc(10px + env(safe-area-inset-top,0px));width:min(calc(100vw - 20px),460px);max-width:min(calc(100vw - 20px),460px);padding:7px 12px 8px;border-radius:16px;font-size:14px;line-height:1.3}}@keyframes requisitesToastIn{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.requisites-toast.leaving{animation:requisitesToastOut .2s ease-in forwards}@keyframes requisitesToastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-6px)}}@keyframes requisitesToastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.slider{position:absolute;cursor:pointer;background:#d1d5db;border-radius:30px;top:0;left:0;right:0;bottom:0;transition:.3s}@keyframes requisiteRowIn{0%{opacity:0;transform:translateY(10px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.requisites-row-anim{opacity:0;animation:requisiteRowIn .95s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.requisites-row-anim{animation:none;opacity:1}}.requisites-pagination-wrap{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:50;padding:0 12px;max-width:calc(100vw - 24px)}.requisites-pagination{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.requisites-pagination-info{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.requisites-btn-sm{height:36px;padding:0 12px;border-radius:12px;white-space:nowrap}@media (max-width: 520px){.requisites-pagination-info{display:none}}@media (max-width: 767px){.requisites-pagination-wrap{bottom:88px}}.col-center{display:flex;align-items:center;justify-content:center}.requisites-table-header,.requisites-table-row{display:grid;align-items:center;column-gap:16px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) minmax(0,1.4fr) minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,.6fr) 36px;padding:12px 16px}.requisites-table.no-team .requisites-table-header,.requisites-table.no-team .requisites-table-row{grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr) minmax(0,1.4fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,.6fr) 36px}.requisites-table-header>div,.requisites-table-row>div{justify-self:start;min-width:0}.requisites-table-header>div:nth-child(5),.requisites-table-row>div:nth-child(5){justify-self:end;text-align:right}.requisites-table-header>div:nth-child(7),.requisites-table-row>div:nth-child(7){justify-self:center;text-align:center}.requisites-table-header>div:nth-child(8),.requisites-table-row>div:nth-child(8){justify-self:end}.requisites-table.no-team .requisites-table-header>div:nth-child(4),.requisites-table.no-team .requisites-table-row>div:nth-child(4){justify-self:end;text-align:right}.requisites-table.no-team .requisites-table-header>div:nth-child(6),.requisites-table.no-team .requisites-table-row>div:nth-child(6){justify-self:center;text-align:center}.requisites-table.no-team .requisites-table-header>div:nth-child(7),.requisites-table.no-team .requisites-table-row>div:nth-child(7){justify-self:end}.requisites-id{display:flex;align-items:center;gap:8px;min-width:0;font-family:monospace;font-size:13px}.requisites-id>span,.requisites-id>div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requisites-main-value{font-family:inherit;font-weight:600;font-size:.95rem;font-variant-numeric:tabular-nums;letter-spacing:.2px;color:#59c084;text-align:right;white-space:nowrap}.requisites-main-value .ruble{font-weight:500;opacity:.85;margin-left:2px}@media (max-width: 760px){.requisites-header{flex-direction:column;align-items:flex-start;gap:10px}.requisites-container .requisites-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.requisites-container .requisites-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.requisites-container .requisites-filters input,.requisites-container .requisites-filters select,.requisites-container .requisites-filters .btn{width:100%!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;font-size:13px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.requisites-table-wrap{overflow:visible}.requisites-table{display:flex;flex-direction:column;gap:10px;border:none;background:transparent}.requisites-table-header{display:none}.requisites-table-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;grid-template-areas:"id team menu" "bank req menu" "limit type status";gap:8px 10px;border:1px solid var(--border);border-radius:14px;background:var(--card);padding:12px}.requisites-table-row>div{justify-self:start!important;text-align:left!important;min-width:0}.requisites-table-row>div:nth-child(1){grid-area:id;align-self:center}.requisites-table-row>div:nth-child(2){grid-area:team;align-self:center}.requisites-table-row>div:nth-child(3){grid-area:bank;align-self:center}.requisites-table-row>div:nth-child(4){grid-area:req;align-self:center}.requisites-table-row>div:nth-child(5){grid-area:limit;align-self:center}.requisites-table-row>div:nth-child(6){grid-area:type;align-self:center}.requisites-table-row>div:nth-child(7){grid-area:status;justify-self:end!important;align-self:center}.requisites-table-row>div:nth-child(8){grid-area:menu;justify-self:end!important;align-self:start}.requisites-status-cell{justify-content:flex-start}.requisites-table.no-team .requisites-table-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;grid-template-areas:"id bank menu" "req req menu" "limit type status"}.requisites-table.no-team .requisites-table-row>div:nth-child(1){grid-area:id;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(2){grid-area:bank;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(3){grid-area:req;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(4){grid-area:limit;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(5){grid-area:type;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(6){grid-area:status;justify-self:end!important;align-self:center}.requisites-table.no-team .requisites-table-row>div:nth-child(7){grid-area:menu;justify-self:end!important;align-self:start}.requisites-id .copy-chip{padding:4px 8px;border-radius:9px;font-size:12px;max-width:140px}}@media (max-width: 560px){.requisites-container .requisites-filters{gap:7px!important;padding:8px!important}.requisites-container .requisites-filters input,.requisites-container .requisites-filters select,.requisites-container .requisites-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}}.ui-switch{position:relative;display:inline-flex;width:46px;height:22px;flex:0 0 auto;vertical-align:middle}.ui-switch input{position:absolute;opacity:0;width:0;height:0}.ui-switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;box-sizing:border-box;transition:.2s ease;background:#ffffff24;border:1px solid rgba(255,255,255,.1)}.ui-switch-slider:before{content:"";position:absolute;left:2px;top:50%;width:18px;height:18px;border-radius:999px;transform:translateY(-50%);transition:.2s ease;box-sizing:border-box;background:#ffffffeb}.ui-switch input:checked+.ui-switch-slider{background:#22c55ed9;border-color:#22c55e73}.ui-switch input:checked+.ui-switch-slider:before{transform:translate(24px,-50%)}.ui-switch.ui-mini{width:38px;height:20px}.ui-switch.ui-mini .ui-switch-slider:before{width:16px;height:16px}.ui-switch.ui-mini input:checked+.ui-switch-slider:before{transform:translate(18px,-50%)}.ui-switch input:disabled+.ui-switch-slider{cursor:default;opacity:.9}.merchants-page{--merchants-grid: 180px 1.4fr 160px 240px 180px 110px 56px;padding-bottom:90px;width:100%;max-width:100%;min-width:0;overflow:visible}.teams-container{display:flex;flex-direction:column;gap:20px}.teams-header{display:flex;justify-content:space-between;align-items:center}.teams-header-actions{display:inline-flex;align-items:center;gap:10px}.verify-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:700}.verify-list{display:flex;flex-direction:column;gap:10px}.verify-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.verify-info{min-width:0}.verify-title{font-weight:600}.verify-sub{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.verify-actions{display:inline-flex;gap:8px;align-items:center}.teams-title{font-size:24px;font-weight:600}.teams-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.teams-filters input,.teams-filters select{width:200px;max-width:220px}.teams-btn-sm{height:36px;padding:0 12px;border-radius:10px;white-space:nowrap}.teams-table{width:100%;border-radius:10px;background:var(--card);border:1px solid var(--border);color:var(--text);overflow:visible}.merchants-page .teams-table-header,.merchants-page .teams-table-row{display:grid;grid-template-columns:var(--merchants-grid);padding:12px 16px;align-items:center}.teams-table-header{background:var(--bg2);font-weight:600;color:var(--text-secondary)}.teams-table-row{border-top:1px solid var(--border);overflow:visible}.teams-table-header>div,.teams-table-row>div{min-width:0}.teams-table-row>div:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teams-id{font-family:monospace;font-size:13px}.col-center{display:flex;justify-content:center;align-items:center}.geo-cell{display:flex;align-items:center;gap:10px}.geo-flag{font-size:18px;line-height:1}.geo-currency{font-weight:600;opacity:.9}.inout-cell{display:flex;align-items:center;justify-content:center;gap:18px;white-space:nowrap}.inout-item{display:inline-flex;align-items:center;gap:6px;font-weight:600}.inout-icon{width:16px;height:16px}.inout-item.in{color:#22c55ebf}.inout-item.out{color:#60a5fabf}.inout-value{font-variant-numeric:tabular-nums}.balance-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05}.balance-main{color:#22c55eb3;font-weight:700}.balance-sub{color:#22c55e8c;font-weight:700}.menu-btn{border:none;background:transparent;cursor:pointer;padding:4px}.row-menu{position:relative;display:inline-flex;align-items:center;justify-self:end;white-space:nowrap}.teams-table-header>:last-child,.teams-table-row>:last-child{justify-self:end}.menu-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:9999;background:#121417;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px;min-width:220px;box-shadow:0 18px 50px #0000008c;-webkit-backdrop-filter:none;backdrop-filter:none;transform-origin:calc(100% - 14px) -8px;will-change:transform,opacity,filter;animation:merchantMenuMacIn .24s cubic-bezier(.22,1,.36,1)}@keyframes merchantMenuMacIn{0%{opacity:0;transform:translateY(-10px) scale(.92);filter:blur(4px)}70%{opacity:1;transform:translateY(0) scale(1.02);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.row-menu-open{opacity:1!important}.menu-item{width:100%;text-align:left;padding:9px 10px;border-radius:8px;border:none;background:transparent;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px}.menu-item:hover{background:var(--bg2)}.menu-item-toggle{cursor:default}.mini-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#d1d5db;border-radius:999px;transition:.25s}.mini-slider:before{content:"";position:absolute;height:16px;width:16px;background:#fff;border-radius:50%;top:2px;left:2px;transition:.25s}.slider{position:absolute;cursor:pointer;background:#d1d5db;border-radius:30px;top:0;right:0;bottom:0;left:0;transition:.3s}.slider:before{content:"";position:absolute;height:18px;width:18px;background:#fff;border-radius:50%;top:2px;left:2px;transition:.3s}@media (max-width: 1100px){:root{--merchants-grid: 160px 1.2fr 140px 220px 160px 100px 56px}}@media (max-width: 900px){:root{--merchants-grid: 140px 1fr 120px 200px 140px 90px 56px}}.merchants-pagination-wrap{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:50;padding:0 12px;max-width:calc(100vw - 24px)}@media (max-width: 767px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.merchants-pagination-wrap{bottom:88px}}.merchants-pagination{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.merchants-pagination-info{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.merchants-btn-sm{height:36px;padding:0 12px;border-radius:12px;white-space:nowrap}@media (max-width: 520px){.merchants-pagination-info{display:none}}.merchants-row-anim{opacity:0;animation:teamRowIn .9s cubic-bezier(.16,1,.3,1) forwards}@media (prefers-reduced-motion: reduce){.merchants-row-anim{animation:none;opacity:1}.menu-popover{animation:none}}.mctx-mini-switch{position:relative;display:inline-flex;width:38px;height:20px;flex:0 0 auto;pointer-events:none}.mctx-mini-switch input{position:absolute;opacity:0;width:0;height:0}.mctx-mini-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;transition:.2s ease;background:#ffffff24;border:1px solid rgba(255,255,255,.1);box-sizing:border-box}.mctx-mini-slider:before{content:"";position:absolute;left:2px;top:50%;width:16px;height:16px;border-radius:999px;transform:translateY(-50%);transition:.2s ease;background:#ffffffeb}.mctx-mini-switch input:checked+.mctx-mini-slider{background:#22c55ed9;border-color:#22c55e73}.mctx-mini-switch input:checked+.mctx-mini-slider:before{transform:translate(18px,-50%)}.menu-item-status{display:flex;align-items:center;justify-content:space-between}.status-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.status-dot.on{background:#22c55e;box-shadow:0 0 6px #22c55e99}.status-dot.off{background:#6b7280}@keyframes merchantRowIn{0%{opacity:0;transform:translateY(18px);filter:blur(3px)}to{opacity:1;transform:none;filter:none}}.teams-table-row{position:relative;z-index:1}.teams-table-row.is-menu-open{z-index:99999}.teams-table-row.is-menu-open .menu-popover{z-index:100000}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.teams-header{flex-direction:column;align-items:flex-start;gap:10px}.merchants-page .teams-header-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;align-items:stretch}.merchants-page .teams-header-actions .btn{width:100%;min-width:0;min-height:34px;padding:0 6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-content:center;gap:4px}.teams-filters{flex-direction:column;align-items:stretch}.teams-filters input,.teams-filters select{width:100%;max-width:100%}.teams-table{display:flex;flex-direction:column;gap:10px;border:none;background:transparent}.teams-table-header{display:none}.teams-table-row{grid-template-columns:1fr auto;grid-template-areas:"id menu" "name menu" "geo menu" "stats menu" "balance menu" "status menu";row-gap:8px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);padding:12px}.teams-table-row>div:nth-child(1){grid-area:id}.teams-table-row>div:nth-child(2){grid-area:name}.teams-table-row>div:nth-child(3){grid-area:geo}.teams-table-row>div:nth-child(4){grid-area:stats}.teams-table-row>div:nth-child(5){grid-area:balance}.teams-table-row>div:nth-child(6){grid-area:status}.teams-table-row>div:nth-child(7){grid-area:menu;justify-self:end}.geo-cell,.inout-cell,.balance-cell,.col-center{justify-content:flex-start;align-items:flex-start}.balance-cell{align-items:flex-start}}@media (max-width: 420px){.merchants-page .teams-header-actions{gap:6px}.merchants-page .teams-header-actions .btn{font-size:10px;padding:0 4px}}:root.light .menu-popover{background:#fff;border-color:#d7dee8;box-shadow:0 14px 30px #0f172a24}:root.light .menu-btn{color:#111827}:root.light .menu-item{color:#111827}:root.light .menu-item:hover{background:#f3f6fb}.merchants-page .merchants-page-filters{display:flex;gap:10px;align-items:center;flex-wrap:nowrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.merchants-page .merchants-page-filters>:first-child{flex:1 1 420px;min-width:280px}.merchants-page .merchants-page-filters>:not(:first-child){flex:0 0 190px}.merchants-page .merchants-page-filters>:last-child{flex:0 0 auto}.merchants-page .merchants-page-filters .ui-input,.merchants-page .merchants-page-filters .ui-select,.merchants-page .merchants-page-filters .btn{width:100%;max-width:100%}.merchants-page .merchants-search-input{display:block;height:40px;min-height:40px;max-height:40px}.merchants-page .merchants-page-btn-sm{height:36px;min-height:36px;padding:0 12px;border-radius:10px;white-space:nowrap}.merchants-page .teams-id{display:flex;align-items:center;gap:6px}.merchants-page .merchants-id-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#e5e7eb;border-radius:10px;padding:5px 10px;cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.merchants-page .merchants-id-chip:hover{border-color:#ffffff2e;background:#ffffff0f}:root.light .merchants-page .merchants-id-chip{background:#f1f2f5;border-color:#3a3a42;color:#111}:root.light .merchants-page .merchants-id-chip:hover{border-color:#2b2b30;background:#e9ebf0}.merchants-page .merchants-id-chip.is-copied{border-color:#10b9818c;color:#34d399}.merchants-page .merchants-id-chip-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.merchants-page .merchants-id-chip-icon{width:14px;height:14px;opacity:.85}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.merchants-page .merchants-page-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.merchants-page .merchants-page-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.merchants-page .merchants-page-filters .ui-input,.merchants-page .merchants-page-filters .ui-select,.merchants-page .merchants-page-filters .btn,.merchants-page .merchants-search-input{height:36px!important;min-height:36px!important;max-height:36px!important}.merchants-page .teams-table-header{display:none!important}.merchants-page .teams-table-row{grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"id name geo menu" "stats balance status menu";gap:8px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);padding:12px}.merchants-page .teams-table-row>div:nth-child(1){grid-area:id}.merchants-page .teams-table-row>div:nth-child(2){grid-area:name;align-self:center;justify-self:start;padding-left:0;font-size:15px;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchants-page .teams-table-row>div:nth-child(3){grid-area:geo;justify-self:end;align-self:center}.merchants-page .teams-table-row>div:nth-child(4){grid-area:stats;justify-self:start;align-self:center}.merchants-page .teams-table-row>div:nth-child(5){grid-area:balance;justify-self:end;align-self:center}.merchants-page .teams-table-row>div:nth-child(6){grid-area:status;justify-self:start;align-self:center}.merchants-page .teams-table-row>div:nth-child(7){grid-area:menu;justify-self:end;align-self:center}.merchants-page .geo-cell,.merchants-page .inout-cell,.merchants-page .balance-cell{justify-content:flex-start;align-items:center}.merchants-page .balance-cell{flex-direction:row;gap:8px}.merchants-page .menu-btn{width:30px;height:30px;border-radius:10px;padding:0}}@media (max-width: 560px){.merchants-page .merchants-page-filters .ui-input,.merchants-page .merchants-page-filters .ui-select,.merchants-page .merchants-page-filters .btn,.merchants-page .merchants-search-input{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}.merchants-page .merchants-id-chip{padding:4px 8px;border-radius:9px}.merchants-page .merchants-id-chip-text{font-size:11px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.merchants-page .teams-table,.merchants-page .teams-table-row,.merchants-page .row-menu{overflow:visible!important}.merchants-page .teams-table-row{position:relative;z-index:1}.merchants-page .teams-table-row.is-menu-open{z-index:99999;transform:none!important;filter:none!important}.merchants-page .teams-table-row.is-menu-open .menu-popover,.merchants-page .menu-popover{z-index:2147483647}.merchant-drawer .drawer-chart-tooltip{background:#0f172aeb;border:1px solid rgba(148,163,184,.28);border-radius:10px;padding:10px 12px;color:#e2e8f0f2;box-shadow:0 12px 28px #00000059;min-width:140px}.merchant-drawer .drawer-chart-tooltip-title{font-weight:600;font-size:.85rem;margin-bottom:6px;color:#e2e8f0}.merchant-drawer .drawer-chart-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8rem;color:#e2e8f0cc}.merchant-drawer .merchant-stakes-row{grid-template-columns:minmax(0,1fr) auto auto;width:100%;max-width:100%}.merchant-drawer .merchant-stakes-remove{display:inline-flex;align-items:center;justify-content:center}.acc-page{display:flex;flex-direction:column;gap:16px}.acc-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.acc-title{font-size:24px;font-weight:600;color:var(--text, rgba(255, 255, 255, .92))}.acc-tabs{display:flex;gap:8px;align-items:center}.acc-tabs-track{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:4px;border-radius:999px;border:1px solid var(--border, rgba(255, 255, 255, .08));background:var(--card, rgba(255, 255, 255, .02));overflow:hidden;min-width:260px}.acc-tab{position:relative;z-index:2;border:none;background:transparent;color:var(--muted-foreground, rgba(255, 255, 255, .7));font-size:13px;font-weight:600;padding:8px 14px;cursor:pointer;transition:color .24s ease}.acc-tab.is-active{color:var(--text, rgba(255, 255, 255, .92))}.acc-tab-indicator{position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:#ffffff1f;box-shadow:0 10px 25px #00000040;transform:translate(calc(var(--tab-index, 0) * 100%));transition:transform .52s cubic-bezier(.16,1,.3,1);will-change:transform}:root.light .acc-tab-indicator{background:#e5e7eb;box-shadow:0 4px 10px #00000014,inset 0 0 0 1px #0000000a}:root.light .acc-tab{color:#111}:root.light .acc-tab.is-active{color:#111}.acc-actions{display:flex;gap:8px;flex-wrap:wrap}.acc-table{border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:14px;overflow:hidden;background:var(--card, rgba(255, 255, 255, .02))}.acc-row{display:grid;grid-template-columns:3fr 2fr 2fr 2fr 3fr;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid var(--border, rgba(255, 255, 255, .08))}.acc-row:first-child{border-top:none}.acc-head{background:var(--muted, rgba(255, 255, 255, .04));color:var(--muted-foreground, rgba(255, 255, 255, .7));font-size:12px;font-weight:600}.acc-cell{min-width:0;color:var(--text, rgba(255, 255, 255, .88));font-size:14px}.acc-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.acc-status{text-align:right}.acc-loading,.acc-error{margin-bottom:12px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-error{color:#f87171}.acc-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:14px;gap:12px}.acc-pagination-info{font-size:12px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-btn-sm{padding:6px 10px;font-size:12px}.acc-modal{display:grid;gap:12px}.acc-modal-row{display:grid;gap:6px}.acc-modal-label{font-size:12px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-wallet-card{border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:12px;padding:12px;background:var(--card, rgba(255, 255, 255, .02))}.acc-wallet-title{font-weight:600}.acc-wallet-meta{font-size:12px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-wallet-address{margin-top:6px;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.acc-requests{display:grid;gap:10px}.acc-request-row{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:12px;padding:10px 12px}.acc-request-title{font-weight:600}.acc-request-sub{font-size:12px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-request-actions{display:flex;gap:8px;align-items:center}.acc-wallets{display:grid;gap:16px}.acc-wallet-list{display:grid;gap:10px}.acc-wallet-option{display:grid;gap:6px;text-align:left;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:12px;padding:10px 12px;background:transparent;color:inherit;cursor:pointer}.acc-wallet-option.is-active{border-color:#3b82f6cc;box-shadow:0 0 0 1px #3b82f64d}.acc-warning{color:#ef4444;font-size:12px;line-height:1.4}.acc-badge{margin-left:8px;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.acc-geo-hint{font-size:11px;color:var(--muted-foreground, rgba(255, 255, 255, .7))}.acc-wallet-row{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:12px;padding:10px 12px}.acc-wallet-name{font-weight:600}.acc-wallet-actions{display:flex;gap:8px;align-items:center}@media (max-width: 1100px){.acc-row{grid-template-columns:2fr 1.5fr 1.5fr 2fr 2fr}}@media (max-width: 820px){.acc-row{grid-template-columns:1fr;gap:6px}.acc-status{text-align:left}.acc-head{display:none}}.users-page{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;min-width:0;overflow:visible}.users-header{display:flex;align-items:center;justify-content:space-between}.users-title{font-size:24px;font-weight:600}.users-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.users-filters input,.users-filters select{width:100%;max-width:100%}.users-btn-sm{height:36px;padding:0 12px;border-radius:10px;white-space:nowrap}.users-filters{flex-wrap:nowrap}.users-filters>:first-child{flex:1 1 420px;min-width:280px}.users-filters>:not(:first-child){flex:0 0 190px}.users-filters>:last-child{flex:0 0 auto}.users-error{border-radius:10px;padding:10px 12px;font-size:13px;color:#f87171f2;background:#ef44441f;border:1px solid rgba(239,68,68,.25)}.users-table{width:100%;overflow:visible}.users-page{--users-grid: .9fr 1.5fr .8fr 56px}.users-table-header,.users-table-row{display:grid;grid-template-columns:var(--users-grid);align-items:center;gap:12px;padding:10px 8px}.users-table-header{font-size:12px;font-weight:600;color:var(--text-secondary);border-bottom:1px solid var(--border)}.users-table-row{font-size:14px;border-top:1px solid var(--border);overflow:visible}.users-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:var(--text-secondary)}:root.light .copy-chip{background:#f1f2f5;border-color:#d8dbe0;color:#111}:root.light .copy-chip:focus-visible{outline:2px solid rgba(0,0,0,.2)}.users-login{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.users-role{text-transform:uppercase;opacity:.9}.users-actions{display:flex;justify-content:flex-end}.users-badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;line-height:1;border:1px solid transparent;white-space:nowrap}.users-badge--active{background:#22c55e1f;border-color:#22c55e40;color:#22c55ef2}.users-badge--inactive{background:#94a3b81f;border-color:#94a3b838;color:#94a3b8f2}.users-muted{padding:10px 8px;font-size:13px;color:var(--text-secondary)}@media (max-width: 900px){.users-page{--users-grid: .9fr 1.2fr .8fr 56px}}.users-page{padding-bottom:90px}.users-pagination-wrap{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:50;padding:0 12px;max-width:calc(100vw - 24px)}.users-pagination{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.users-pagination-info{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.users-btn-sm{height:36px;padding:0 12px;border-radius:12px;white-space:nowrap}@media (max-width: 520px){.users-pagination-info{display:none}}@keyframes userRowIn{0%{opacity:0;transform:translateY(10px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.users-row-anim{opacity:0;animation:userRowIn .95s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.users-row-anim{animation:none;opacity:1}.menu-popover{animation:none}}@media (max-width: 767px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.users-pagination-wrap{bottom:88px}}.row-menu{position:relative;z-index:20;overflow:visible}.users-table,.users-actions,.users-table-row{overflow:visible}.users-table-row.is-menu-open{position:relative;z-index:999;transform:none!important;filter:none!important}.menu-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:2147483647;pointer-events:auto;background:#121417;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:8px;min-width:220px;box-shadow:0 18px 50px #0000008c;-webkit-backdrop-filter:none;backdrop-filter:none;transform-origin:calc(100% - 14px) -8px;will-change:transform,opacity,filter;animation:userMenuMacIn .24s cubic-bezier(.22,1,.36,1)}@keyframes userMenuMacIn{0%{opacity:0;transform:translateY(-10px) scale(.92);filter:blur(4px)}70%{opacity:1;transform:translateY(0) scale(1.02);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.users-header{flex-direction:column;align-items:flex-start;gap:10px}.users-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.users-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.users-filters input,.users-filters select,.users-filters .ui-input,.users-filters .ui-select,.users-filters .btn{width:100%;max-width:100%;height:36px!important;min-height:36px!important;max-height:36px!important}.users-table-header{display:none}.users-table-row{grid-template-columns:1fr auto;grid-template-areas:"id menu" "login menu" "role menu";row-gap:8px;border:1px solid var(--border);border-radius:12px;background:var(--card);padding:12px}.users-table-row>div:nth-child(1){grid-area:id}.users-table-row>div:nth-child(2){grid-area:login}.users-table-row>div:nth-child(3){grid-area:role}.users-table-row>div:nth-child(4){grid-area:menu;justify-self:end}}@media (max-width: 560px){.users-filters input,.users-filters select,.users-filters .ui-input,.users-filters .ui-select,.users-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.users-page{width:100%;max-width:100%;min-width:0;overflow:visible;padding-bottom:104px}.users-header{flex-direction:column;align-items:stretch;gap:10px}.users-title{font-size:32px;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.users-header>.btn{width:100%;min-width:0;min-height:36px;justify-content:center;font-size:12px}.users-page .users-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.users-page .users-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.users-page .users-filters input,.users-page .users-filters select,.users-page .users-filters .ui-input,.users-page .users-filters .ui-select,.users-page .users-filters .btn{width:100%!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.users-table{display:flex;flex-direction:column;gap:8px;border:none;background:transparent;overflow:visible}.users-table-header{display:none!important}.users-table-row{grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"id login role menu";gap:8px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);padding:12px;margin:0}.users-table-row>div:nth-child(1){grid-area:id;align-self:center}.users-table-row>div:nth-child(2){grid-area:login;align-self:center;justify-self:start;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700}.users-table-row>div:nth-child(3){grid-area:role;justify-self:end;align-self:center;text-transform:none;font-size:11px;opacity:.95;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:96px}.users-table-row>div:nth-child(4){grid-area:menu;justify-self:end;align-self:center}.users-id{gap:6px;font-size:12px;opacity:.9}.copy-chip{padding:4px 8px;border-radius:9px;max-width:128px}.users-page .menu-btn{width:30px;height:30px;border-radius:10px;padding:0}.users-page .users-table,.users-page .users-table-row,.users-page .row-menu{overflow:visible!important}}@media (max-width: 560px){.users-page .users-filters input,.users-page .users-filters select,.users-page .users-filters .ui-input,.users-page .users-filters .ui-select,.users-page .users-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}.users-table-row{gap:7px 8px;padding:10px}.users-table-row>div:nth-child(2){font-size:14px}}.referrals-page{width:100%}.referrals-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.referrals-title{font-size:22px;font-weight:600;color:var(--text)}.referrals-filters{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2);margin-bottom:12px}.referrals-filters input,.referrals-filters select{width:100%;max-width:100%}.referrals-filters{flex-wrap:nowrap}.referrals-filters>:first-child{flex:1 1 420px;min-width:280px}.referrals-filters>:not(:first-child){flex:0 0 160px}.referrals-filters>:last-child{flex:0 0 120px}.referrals-table{width:100%;border-radius:10px;background:var(--card);border:1px solid var(--border);color:var(--text);overflow:visible}.referrals-head,.referrals-row{display:grid;grid-template-columns:1.2fr 2fr 1.1fr .9fr 56px;padding:12px 16px;align-items:center}@keyframes referralsRowIn{0%{opacity:0;transform:translateY(10px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.referrals-row-anim{opacity:0;animation:referralsRowIn .9s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.referrals-row-anim{animation:none;opacity:1}}.referrals-pagination-wrap{position:fixed;left:50%;bottom:18px;transform:translate(-50%);z-index:50;padding:0 12px;max-width:calc(100vw - 24px)}.referrals-pagination{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:10px 12px;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.referrals-pagination-info{font-size:.85rem;color:var(--text-secondary);white-space:nowrap}.referrals-btn-sm{height:36px;padding:0 12px;border-radius:12px;white-space:nowrap}@media (max-width: 520px){.referrals-pagination-info{display:none}}.referrals-head{background:var(--bg2);font-weight:600;font-size:13px;color:var(--text-secondary)}.referrals-row{border-top:1px solid var(--border);transition:background .15s ease;overflow:visible;position:relative;z-index:1}.referrals-row:hover{background:var(--bg-hover)}.referrals-head>div,.referrals-row>div{min-width:0}.referrals-head>div:nth-child(1),.referrals-row>div:nth-child(1){justify-self:start}.referrals-head>div:nth-child(2),.referrals-row>div:nth-child(2){justify-self:start}.referrals-head>div:nth-child(3),.referrals-row>div:nth-child(3){justify-self:center}.referrals-head>div:nth-child(4),.referrals-row>div:nth-child(4){justify-self:center}.referrals-head>div:nth-child(5),.referrals-row>div:nth-child(5){justify-self:end}.referrals-id{display:flex;align-items:center;gap:8px;font-family:monospace;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copy-chip{background:#2b2b30;border-radius:999px;padding:4px 10px;border:1px solid #3a3a42;color:var(--text);display:inline-flex;align-items:center;gap:4px;font-size:.8rem;cursor:pointer;-webkit-user-select:text;user-select:text;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-chip:hover{opacity:.85}.copy-chip:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}:root.light .copy-chip{background:#f1f2f5;border-color:#3a3a42;color:#111}.referrals-login{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.referrals-balance{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.05}.referrals-balanceMain{font-weight:700;color:#22c55eb3;font-variant-numeric:tabular-nums}.referrals-menu{position:relative;display:flex;align-items:center;justify-content:flex-end;width:100%;justify-self:end}.referrals-menuBtn{border:none;background:transparent;cursor:pointer;padding:4px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.referrals-menuBtn svg{width:18px;height:18px}.referrals-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-width:calc(100vw - 24px);background:var(--card);border:1px solid var(--border);border-radius:10px;box-shadow:0 10px 30px #0000002e;padding:6px;z-index:99999}.referrals-row.is-menu-open{z-index:99999}.referrals-row.is-menu-open .referrals-popover{z-index:100000}@media (max-width: 767px){.referrals-pagination-wrap{bottom:88px}}.referrals-popoverItem{width:100%;text-align:left;padding:9px 10px;border-radius:8px;border:none;background:transparent;cursor:pointer;color:var(--text);font-size:14px;display:flex;align-items:center;gap:10px}.referrals-popoverItem:hover{background:var(--bg2)}.referrals-errorOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.referrals-errorCard{max-width:520px;width:100%;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:18px;color:var(--text);box-shadow:0 18px 50px #00000073}.referrals-errorTitle{font-size:16px;font-weight:600}.referrals-errorText{margin-top:8px;font-size:13px;color:var(--text-secondary);line-height:1.45}.referrals-errorActions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.referrals-popover{right:0;left:auto;max-width:calc(100vw - 24px)}.referrals-row{overflow:visible}.referrals-menu{position:relative;overflow:visible}@media (max-width: 760px){.referrals-header{flex-direction:column;align-items:flex-start;gap:10px}.referrals-page .referrals-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.referrals-page .referrals-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.referrals-page .referrals-filters input,.referrals-page .referrals-filters select,.referrals-page .referrals-filters .btn{width:100%!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;font-size:13px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.referrals-head{display:none}.referrals-row{grid-template-columns:1fr auto;grid-template-areas:"id menu" "login menu" "balance menu" "status menu";row-gap:8px;border:1px solid var(--border);border-radius:12px;background:var(--card);margin-bottom:10px}.referrals-row>div:nth-child(1){grid-area:id}.referrals-row>div:nth-child(2){grid-area:login}.referrals-row>div:nth-child(3){grid-area:balance}.referrals-row>div:nth-child(4){grid-area:status}.referrals-row>div:nth-child(5){grid-area:menu;justify-self:end}.referrals-balance{align-items:flex-start}}@media (max-width: 560px){.referrals-page .referrals-filters{gap:7px!important;padding:8px!important}.referrals-page .referrals-filters input,.referrals-page .referrals-filters select,.referrals-page .referrals-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (max-width: 1024px) and (pointer: coarse){.referrals-page{width:100%;max-width:100%;min-width:0;padding-bottom:104px}.referrals-header{margin-bottom:10px}.referrals-page .referrals-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.referrals-page .referrals-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.referrals-page .referrals-filters input,.referrals-page .referrals-filters select,.referrals-page .referrals-filters .btn{width:100%!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;font-size:13px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.referrals-table{display:flex;flex-direction:column;gap:8px;border:none;background:transparent;overflow:visible}.referrals-head{display:none!important}.referrals-row{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"id login menu" "balance status menu";gap:8px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);padding:12px;margin:0}.referrals-row>div:nth-child(1){grid-area:id;align-self:center}.referrals-row>div:nth-child(2){grid-area:login;align-self:center;justify-self:start;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700}.referrals-row>div:nth-child(3){grid-area:balance;justify-self:start;align-self:center}.referrals-row>div:nth-child(4){grid-area:status;justify-self:end;align-self:center}.referrals-row>div:nth-child(5){grid-area:menu;justify-self:end;align-self:start}.referrals-id{gap:6px;font-size:12px;opacity:.9}.copy-chip{padding:4px 8px;border-radius:9px;max-width:128px}.referrals-balance{align-items:flex-start}.referrals-status{display:flex;justify-content:flex-end;align-items:center}.referrals-menuBtn{width:30px;height:30px;border-radius:10px;padding:0}}@media (max-width: 560px){.referrals-page .referrals-filters input,.referrals-page .referrals-filters select,.referrals-page .referrals-filters .btn{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}.referrals-row{gap:7px 8px;padding:10px}.referrals-row>div:nth-child(2){font-size:14px}}.terminals-container{display:flex;flex-direction:column;gap:20px}.terminals-header{display:flex;justify-content:space-between;align-items:center}.terminals-title{font-size:24px;font-weight:600}.terminals-filters{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg2)}.terminals-btn-sm{height:36px;padding:0 12px;border-radius:10px;white-space:nowrap;background:var(--accent);color:#fff;border:none;cursor:pointer;font-weight:600}.terminals-filters>:first-child{flex:1 1 420px;min-width:280px}.terminals-filters>:last-child{flex:0 0 auto}.terminals-error{color:#ef4444;font-size:14px}.terminals-loading{font-size:14px;color:var(--text-secondary)}.terminals-table{width:100%;border-radius:10px;background:var(--card);border:1px solid var(--border);color:var(--text);overflow:hidden}.terminals-table-header{display:grid;grid-template-columns:.55fr 1fr 1.4fr .4fr;padding:12px 16px;align-items:center;background:var(--bg2);font-weight:600;color:var(--text-secondary)}.terminals-table-row{display:grid;grid-template-columns:.55fr 1fr 1.4fr .4fr;padding:12px 16px;align-items:center;border-top:1px solid var(--border)}.terminals-id{font-family:monospace;font-size:13px}.terminals-name,.terminals-requisite{display:flex;flex-direction:column;gap:4px}.terminals-sub{font-size:12px;opacity:.8}.terminals-status{display:inline-flex;align-items:center;justify-content:center;min-width:90px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.terminals-status.on{background:#10b9811f;color:#10b981;border-color:#10b98159}.terminals-status.off{background:#ef44441f;color:#ef4444;border-color:#ef444459}.terminals-row-anim{animation:terminalsRowIn .3s ease both}@keyframes terminalsRowIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 760px){.terminals-header{flex-direction:column;align-items:flex-start;gap:10px}.terminals-container .terminals-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:8px!important;height:auto!important;min-height:0!important}.terminals-container .terminals-filters>*{flex:0 0 auto!important;width:100%!important;min-width:0!important;margin:0!important;align-self:stretch!important}.terminals-container .terminals-filters input,.terminals-container .terminals-filters .terminals-btn-sm{width:100%!important;max-width:100%!important;height:36px!important;min-height:36px!important;max-height:36px!important;font-size:13px!important;line-height:1!important;padding-top:0!important;padding-bottom:0!important}.terminals-table{display:flex;flex-direction:column;gap:10px;border:none;background:transparent}.terminals-table-header{display:none}.terminals-table-row{grid-template-columns:1fr;row-gap:8px;border:1px solid var(--border);border-radius:12px;background:var(--card)}.terminals-status{justify-content:flex-start;min-width:0;padding:4px 10px}}@media (max-width: 560px){.terminals-container .terminals-filters{gap:7px!important;padding:8px!important}.terminals-container .terminals-filters input,.terminals-container .terminals-filters .terminals-btn-sm{height:34px!important;min-height:34px!important;max-height:34px!important;font-size:12px!important}}.docs-page{display:flex;flex-direction:column;gap:16px;padding:16px;min-height:100vh;background:var(--bg);color:var(--text);font-size:15px;line-height:1.45}@media (min-width: 768px){.docs-page{padding:24px}}:root.dark .docs-page{--bg: #07090d;--bg2: #111724;--card: #121a29;--border: #2a3346;--text: #f2f6ff;--text-secondary: #bac5da;background:radial-gradient(920px 380px at 8% -10%,rgba(59,130,246,.14),transparent 62%),radial-gradient(760px 320px at 100% 0%,rgba(14,165,233,.08),transparent 62%),var(--bg)}:root.dark .docs-page .card,:root.dark .docs-page .docs-endpoint-item,:root.dark .docs-page .docs-requests-nav,:root.dark .docs-page .docs-response-block,:root.dark .docs-page .docs-code-block,:root.dark .docs-page .docs-meta-row,:root.dark .docs-page .docs-request-fields,:root.dark .docs-page .docs-notes{box-shadow:0 12px 26px #0000004d}.docs-page__header{display:flex;flex-direction:column;gap:6px}.docs-page__header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.docs-admin-actions{display:flex;align-items:center;gap:8px}.docs-page__title{font-size:30px;font-weight:600}.docs-page__subtitle{font-size:16px;color:var(--text-secondary)}.docs-page__subtitle code{border:1px solid var(--border);border-radius:8px;padding:1px 6px;background:var(--bg2)}.docs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.docs-card-content{display:flex;flex-direction:column;gap:10px}.docs-kv{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:15px}.docs-kv code{display:inline-block;border:1px solid var(--border);border-radius:8px;padding:2px 8px;background:var(--bg2);color:var(--text)}.docs-status-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.docs-status-list__item{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:color-mix(in srgb,var(--bg2) 84%,var(--bg) 16%);display:flex;flex-direction:column;gap:6px}.docs-status-list__item code{width:fit-content;border:1px solid var(--border);border-radius:999px;padding:2px 8px;background:var(--bg2);color:var(--text);font-size:12px}.docs-status-list__item span{color:var(--text-secondary);font-size:13px;line-height:1.45}.docs-code{margin:0;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:var(--bg2);color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;line-height:1.45;overflow-x:auto;white-space:pre;scrollbar-width:thin;scrollbar-color:rgba(96,165,250,.75) rgba(255,255,255,.08)}.docs-code::-webkit-scrollbar{height:10px;width:10px}.docs-code::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.docs-code::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#60a5fa,#3b82f6);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.docs-code::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#93c5fd,#60a5fa);background-clip:padding-box}.docs-code::-webkit-scrollbar-button{display:none;width:0;height:0}:root.light .docs-code{scrollbar-color:rgba(59,130,246,.7) rgba(15,23,42,.08)}:root.light .docs-code::-webkit-scrollbar-track{background:#0f172a14}.docs-sections-content,.docs-section-list{display:flex;flex-direction:column;gap:12px}.docs-section{border:1px solid var(--border);border-radius:12px;background:var(--bg2);padding:12px;display:flex;flex-direction:column;gap:10px}.docs-section__title{font-size:15px;font-weight:600;margin:0}.docs-section__text{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.45}.docs-section__blocks{display:flex;flex-direction:column;gap:10px}.docs-code-block{border:1px solid var(--border);border-radius:10px;overflow:visible;position:relative}.docs-code-block__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;background:var(--bg);border-bottom:1px solid var(--border)}.docs-code-block__head--tabs{align-items:center;gap:10px;flex-wrap:wrap}.docs-code-block__title{font-size:12px;font-weight:600}.docs-code-block__lang{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:20px;border-radius:999px;border:1px solid var(--border);background:var(--bg2);color:var(--text-secondary);font-size:11px;line-height:1;padding:0 8px}.docs-code-tabs{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.docs-code-tab{height:24px;border:1px solid var(--border);border-radius:999px;background:var(--bg2);color:var(--text-secondary);font-size:11px;line-height:1;padding:0 10px;cursor:pointer}.docs-code-tab:hover{color:var(--text);border-color:color-mix(in srgb,var(--border) 65%,var(--text) 35%)}.docs-code-tab.is-active{color:#3b82f6;border-color:#3b82f673;background:color-mix(in srgb,var(--bg2) 78%,#3b82f6 22%)}.docs-code-block .docs-code{border:none;border-radius:0;margin:0}.docs-code--json,.docs-code--bash,.docs-json-token{color:var(--text)}.docs-json-token--key{color:#60a5fa}.docs-json-token--string{color:#34d399}.docs-json-token--number{color:#f59e0b}.docs-json-token--boolean{color:#c084fc}.docs-json-token--null{color:#f87171}.docs-json-token--punctuation{color:var(--text-secondary)}.docs-token--has-hint{cursor:help;position:relative;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-thickness:1px;text-decoration-color:#60a5faa6;text-underline-offset:2px}.docs-token--has-hint:after{content:attr(data-hint);position:absolute;left:0;top:calc(100% + 8px);min-width:180px;max-width:min(320px,72vw);padding:8px 10px;border-radius:8px;border:1px solid rgba(96,165,250,.45);background:#0a1324;color:#e7edf9;font-size:12px;line-height:1.35;white-space:normal;box-shadow:0 10px 26px #0000006b;opacity:0;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease;pointer-events:none;z-index:35}.docs-token--has-hint:hover:after,.docs-token--has-hint:focus-visible:after{opacity:1;transform:translateY(0)}:root.light .docs-token--has-hint:after{background:#0f172a;color:#f8fafc}.docs-bash-token{color:var(--text)}.docs-bash-token--command{color:#60a5fa;font-weight:600}.docs-bash-token--keyword{color:#f59e0b;font-weight:600}.docs-bash-token--option{color:#34d399}.docs-bash-token--string{color:#86efac}.docs-bash-token--variable{color:#c084fc}.docs-bash-token--placeholder{color:#f87171}.docs-bash-token--path{color:#93c5fd}.docs-bash-token--operator{color:var(--text-secondary)}.docs-endpoints-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap}.docs-hint{margin-top:4px;font-size:14px;color:var(--text-secondary)}.docs-hint code{border:1px solid var(--border);border-radius:8px;padding:1px 6px;background:var(--bg2)}.docs-search-wrap{width:min(420px,100%)}.docs-search-wrap .docs-search-input{width:100%}.docs-endpoints-content{display:flex;flex-direction:column;gap:14px}.docs-endpoints-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:12px;align-items:start}.docs-endpoints-main{display:flex;flex-direction:column;gap:14px}.docs-requests-nav{position:sticky;top:12px;max-height:calc(100vh - 120px);overflow:auto;border:1px solid var(--border);border-radius:12px;background:var(--bg2);padding:10px}.docs-requests-nav__title{font-size:12px;font-weight:700;margin-bottom:8px}.docs-requests-group{display:flex;flex-direction:column;gap:6px}.docs-requests-group+.docs-requests-group{margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.docs-requests-group__title{font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.35px}.docs-requests-list{display:flex;flex-direction:column;gap:6px}.docs-requests-link{width:100%;min-width:0;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text);padding:6px;display:flex;align-items:center;gap:8px;cursor:pointer}.docs-requests-link:hover{background:var(--bg)}.docs-requests-link.is-active{border-color:#3b82f68c;background:color-mix(in srgb,var(--bg2) 80%,#3b82f6 20%)}.docs-requests-link__method{width:52px;height:20px;font-size:10px;flex-shrink:0}.docs-requests-link__path{min-width:0;margin:0;padding:0;border:none;background:transparent;color:var(--text-secondary);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-requests-link.is-active .docs-requests-link__path{color:var(--text)}.docs-module{display:flex;flex-direction:column;gap:8px}.docs-module-head{display:flex;align-items:center;justify-content:space-between}.docs-module-title{font-size:18px;font-weight:600}.docs-module-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;border:1px solid var(--border);background:var(--bg2);color:var(--text-secondary);font-size:13px}.docs-endpoint-list{display:flex;flex-direction:column;gap:8px}.docs-endpoint-item{border:1px solid var(--border);border-radius:12px;background:var(--bg2);overflow:hidden}.docs-endpoint-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px}.docs-method{display:inline-flex;align-items:center;justify-content:center;width:62px;height:26px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.2px}.docs-method--get{background:#22c55e33;color:#22c55e}.docs-method--post{background:#3b82f633;color:#3b82f6}.docs-method--put{background:#eab30838;color:#facc15}.docs-method--patch{background:#f59e0b38;color:#f59e0b}.docs-method--delete{background:#ef444438;color:#ef4444}.docs-method--options,.docs-method--head,.docs-method--all{background:#94a3b838;color:#94a3b8}.docs-path-wrap{min-width:0;display:flex;flex-direction:column;gap:3px}.docs-path{color:var(--text);font-size:15px;line-height:1.3;overflow-x:auto;white-space:nowrap;scrollbar-width:thin}.docs-description{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.35}.docs-endpoint-actions{display:flex;align-items:center;gap:8px}.docs-doc-toggle{display:inline-flex;align-items:center;gap:4px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);padding:0 10px;font-size:13px;cursor:pointer}.docs-doc-toggle:hover{background:var(--bg);color:var(--text)}.docs-doc-toggle.has-doc{border-color:#3b82f680;color:#3b82f6}.docs-chevron{transition:transform .2s ease}.docs-chevron.is-open{transform:rotate(180deg)}.docs-copy{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.docs-copy:hover{background:var(--bg);color:var(--text)}.docs-copy.is-copied{border-color:#10b9818c;color:#10b981}.docs-endpoint-details{border-top:1px solid var(--border);padding:10px;display:flex;flex-direction:column;gap:10px;background:color-mix(in srgb,var(--bg2) 82%,var(--bg) 18%)}.docs-endpoint-details-anim{overflow:hidden;transform-origin:top}.docs-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.docs-meta-row{display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);border-radius:8px;padding:8px;background:var(--bg2)}.docs-meta-label{font-size:12px;color:var(--text-secondary)}.docs-meta-row code{font-size:14px;line-height:1.35;color:var(--text);word-break:break-word}.docs-request-fields{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--bg2)}.docs-request-fields__title{font-size:13px;font-weight:600;margin-bottom:6px}.docs-request-fields__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.docs-request-fields__card{border:1px solid var(--border);border-radius:8px;padding:8px;background:color-mix(in srgb,var(--bg2) 82%,var(--bg) 18%)}.docs-request-fields__label{font-size:12px;font-weight:700;margin-bottom:6px}.docs-request-fields__label.is-required{color:#22c55e}.docs-request-fields__label.is-optional{color:#93c5fd}.docs-request-fields__card ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:2px}.docs-request-fields__card li{color:var(--text-secondary);font-size:13px;line-height:1.45}.docs-request-fields__card li code{color:var(--text);border:1px solid var(--border);border-radius:6px;padding:1px 6px;background:color-mix(in srgb,var(--bg2) 82%,var(--bg) 18%)}.docs-notes{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--bg2)}.docs-notes__title{font-size:13px;font-weight:600;margin-bottom:6px}.docs-notes ul{margin:0;padding-left:18px;color:var(--text-secondary);font-size:13px;line-height:1.45}.docs-endpoint-code-list,.docs-response-list{display:flex;flex-direction:column;gap:8px;width:min(50%,100%)}.docs-response-list__title{font-size:14px;font-weight:600}.docs-response-block{border:1px solid var(--border);border-radius:8px;padding:10px;background:var(--bg2);display:flex;flex-direction:column;gap:8px}.docs-response-block.is-error{border-color:#ef444459}.docs-response-block__head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.docs-response-status{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:22px;border-radius:999px;padding:0 8px;font-size:11px;font-weight:700;border:1px solid transparent}.docs-response-status.is-ok{background:#10b98133;color:#10b981;border-color:#10b98159}.docs-response-status.is-error{background:#ef444433;color:#ef4444;border-color:#ef444459}.docs-response-block__title{font-size:13px;font-weight:600;color:var(--text)}.docs-response-block__description{margin:0;font-size:13px;line-height:1.45;color:var(--text-secondary)}.docs-no-details{border:1px dashed var(--border);border-radius:8px;padding:10px;color:var(--text-secondary);font-size:12px}.docs-no-details code{border:1px solid var(--border);border-radius:6px;background:var(--bg2);padding:1px 6px}.docs-empty{border:1px dashed var(--border);border-radius:12px;padding:18px;text-align:center;color:var(--text-secondary)}.docs-editor-modal{max-width:min(1100px,calc(100vw - 32px))!important}.docs-editor-body{display:flex;flex-direction:column;gap:10px}.docs-editor-help{margin:0;font-size:12px;line-height:1.45;color:var(--text-secondary)}.docs-editor-help code{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;padding:1px 6px;margin:0 4px 0 0;background:var(--bg2);color:var(--text);white-space:nowrap}.docs-editor-error{border-radius:8px;border:1px solid rgba(239,68,68,.35);background:#ef444421;color:#ef4444;font-size:12px;padding:8px 10px}.docs-editor-status{border-radius:8px;border:1px solid rgba(16,185,129,.4);background:#10b9811f;color:#10b981;font-size:12px;padding:8px 10px}.docs-editor-textarea{width:100%;min-height:460px;resize:vertical;border:1px solid var(--border);border-radius:10px;background:var(--bg2);color:var(--text);padding:10px 12px;line-height:1.45;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.docs-editor-footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.docs-action-btn{display:inline-flex;align-items:center;gap:4px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);padding:0 10px;font-size:12px;cursor:pointer}.docs-action-btn:hover{background:var(--bg);color:var(--text)}.docs-action-btn--danger{border-color:#ef444473;color:#ef4444}.docs-text-block-list{display:flex;flex-direction:column;gap:8px}.docs-text-block{border:1px solid var(--border);border-radius:8px;background:var(--bg2);padding:10px;display:flex;flex-direction:column;gap:6px}.docs-text-block__title{font-size:12px;font-weight:600}.docs-text-block__text{font-size:12px;line-height:1.45;color:var(--text-secondary);white-space:pre-wrap}.docs-endpoint-editor-modal{max-width:min(1100px,calc(100vw - 32px))!important}.docs-endpoint-editor-body{display:flex;flex-direction:column;gap:12px;max-height:min(76vh,860px);overflow-y:auto}.docs-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.docs-form-grid--tight{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-form-field{display:flex;flex-direction:column;gap:6px}.docs-form-field--full{grid-column:1 / -1}.docs-form-label{font-size:12px;color:var(--text-secondary)}.docs-form-input{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--bg2);color:var(--text);min-height:38px;padding:0 12px;font-size:13px}.docs-form-textarea{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--bg2);color:var(--text);padding:9px 12px;font-size:13px;line-height:1.45;resize:vertical}.docs-form-textarea--code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.docs-form-section{border:1px solid var(--border);border-radius:12px;background:var(--bg2);padding:10px;display:flex;flex-direction:column;gap:10px}.docs-form-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.docs-form-section-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.docs-form-section-head h4{margin:0;font-size:13px;font-weight:600}.docs-form-list{display:flex;flex-direction:column;gap:8px}.docs-form-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.docs-inline-remove{width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.docs-inline-remove:hover{color:#ef4444;border-color:#ef444473}.docs-form-empty{border:1px dashed var(--border);border-radius:8px;color:var(--text-secondary);font-size:12px;padding:10px}.docs-form-card{border:1px solid var(--border);border-radius:10px;background:color-mix(in srgb,var(--bg2) 88%,var(--bg) 12%);padding:10px;display:flex;flex-direction:column;gap:8px}.docs-form-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--text-secondary)}@media (max-width: 980px){.docs-grid,.docs-meta-grid,.docs-endpoints-layout{grid-template-columns:1fr}.docs-requests-nav{position:static;max-height:none}.docs-endpoint-code-list,.docs-response-list{width:100%}.docs-request-fields__grid{grid-template-columns:1fr}}@media (max-width: 760px),(orientation: landscape) and (max-height: 540px) and (pointer: coarse){.docs-page__header-top{flex-direction:column;align-items:flex-start}.docs-page__title{font-size:22px}.docs-endpoint-row{grid-template-columns:64px auto;grid-template-areas:"method actions" "path path"}.docs-method{grid-area:method}.docs-path-wrap{grid-area:path}.docs-path{white-space:pre-wrap;word-break:break-word}.docs-endpoint-actions{grid-area:actions;justify-self:end}.docs-doc-toggle{padding:0 8px;font-size:11px}.docs-editor-textarea{min-height:360px}.docs-form-grid,.docs-form-grid--tight{grid-template-columns:1fr}}:root.light{--bg: #f5f6f8;--bg2: #ffffff;--card: #ffffff;--sidebar: #ffffff;--bg-glow: radial-gradient(900px 420px at 15% -10%, rgba(37, 99, 235, .12), transparent 60%), radial-gradient(800px 360px at 85% 0%, rgba(14, 165, 233, .1), transparent 60%);--text: #000000;--text-secondary: #000000;--text-muted: #8b8f97;--border: #d0d0d5;--border-strong: #d0d2d7;--accent: black;--accent-hover: #2563eb}:root.dark{--bg: #0e0f11;--bg2: #16171a;--card: #1b1c20;--sidebar: #141517;--bg-glow: radial-gradient(900px 420px at 15% -10%, rgba(59, 130, 246, .18), transparent 60%), radial-gradient(800px 360px at 85% 0%, rgba(14, 165, 233, .16), transparent 60%);--text: #ffffff;--text-secondary: #c9cdd4;--text-muted: #838893;--border: #2a2b2f;--border-strong: #3a3b40;--accent: #484848;--accent-hover: #1e40af}html,body{background:var(--bg-glow),var(--bg);color:var(--text);transition:background .25s ease,color .25s ease}*{transition:background .25s ease,color .25s ease,border-color .25s ease}
