:root{
  --brand:#13ca57;--brand-hover:#0da344;--brand-soft:#eafeed;
  --action:#51fe81;--action-hover:#48d882;
  --ink:#201e1f;--text:#4e4a51;--muted:#7e7e89;--faint:#b1afb4;
  --line:#eae9e9;--line-strong:#e0dfdf;--panel:#fff;--wash:#fbfbfb;
  --danger:#e11144;--warn:#c89900;--sidebar:294px;--content:1008px;
  color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--wash);color:#000;font-size:16px}
button,input,select{font:inherit}
button,a{color:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.boot{position:fixed;inset:0;z-index:1000;background:#fff;display:grid;place-content:center;gap:20px}
.boot-mark{width:145px;height:24px;border-radius:5px;background:#eee}
.boot-line{width:145px;height:2px;background:#f0f0f0;overflow:hidden}
.boot-line i{display:block;width:45%;height:100%;background:var(--brand);animation:boot 1.1s infinite}
@keyframes boot{from{transform:translateX(-110%)}to{transform:translateX(330%)}}
.shell{min-height:100vh;display:block;background:var(--wash)}
.sidebar{width:var(--sidebar);position:fixed;z-index:30;inset:72px auto 0 0;background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column}
.desktop-brand,.mobile-brand{display:flex;align-items:center;gap:9px}
.desktop-brand{min-width:145px}
.desktop-brand img,.mobile-brand img{display:none;max-width:150px;max-height:34px;object-fit:contain}
.desktop-brand img{width:145px;max-width:145px;max-height:48px}
.desktop-brand strong,.mobile-brand b{font-size:21px;color:var(--ink);font-weight:600}
.sidebar nav{flex:1;padding:15px;overflow:auto}
.nav-item,.nav-parent{width:100%;height:42px;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;gap:12px;padding:0 12px;text-decoration:none;color:#373437;font-size:14px;font-weight:400;text-align:left}
.nav-item:hover,.nav-parent:hover{background:#f8f9f7;color:var(--ink)}
.nav-item.active{background:#f4f4f4;color:#373437;font-weight:500}
.nav-icon{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 auto;color:#7e7e89}
.nav-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.nav-parent .chevron{margin-left:auto}
.chevron{width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);transition:.15s}
.nav-group.open>.nav-parent .chevron{transform:rotate(225deg)}
.nav-children{display:none;padding:2px 0 6px 43px}
.nav-group.open>.nav-children{display:block}
.nav-children a{height:38px;display:flex;align-items:center;padding:0 11px;border-radius:8px;text-decoration:none;color:#373437;font-size:14px}
.nav-children a:hover{color:var(--ink);background:#fafafa}
.nav-children a.active{color:#373437;background:#f4f4f4;font-weight:500}
.account{position:relative;margin:12px 15px 0;padding:14px 8px 5px;display:flex;align-items:center;gap:11px}
.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f0f0f0;color:#64636f;font-size:12px;font-weight:600}
.account-copy{min-width:0;display:flex;flex:1;flex-direction:column}
.account-copy b{font-size:13px;color:var(--ink);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-copy small{font-size:11px;color:var(--muted);margin-top:3px}
.dots{border:0;background:none;color:#8c8c96;font-size:12px;letter-spacing:1px}
.account-menu{position:absolute;right:3px;bottom:49px;min-width:135px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 25px rgba(0,0,0,.1);padding:5px;border-radius:6px}
.account-menu button{display:block;width:100%;border:0;background:none;text-align:left;padding:8px 10px;border-radius:4px;font-size:11px}
.account-menu button:hover{background:#f6f6f6}
.sidebar-logout{height:52px;margin:0 15px 10px;padding:0 8px;border:0;background:#fff;color:#373437;display:flex;align-items:center;justify-content:space-between;font-size:13px}
.sidebar-logout b{color:var(--brand);font-size:19px;font-weight:400}
.workspace{min-width:0;padding-top:72px}
.topbar{height:72px;border-bottom:1px solid #eee;padding:0 24px;display:flex;align-items:center;justify-content:flex-start;gap:28px;background:#fff;position:fixed;inset:0 0 auto 0;z-index:40}
.topbar button{border:0;background:none}
.language{height:38px!important;padding:0 12px!important;border:1px solid #e6e6e6!important;border-radius:20px!important;font-size:13px;color:#373437;display:flex;align-items:center;gap:8px}
.language .chevron{margin-left:2px}
.flag{position:relative;width:18px;height:18px;flex:0 0 18px;border-radius:50%;overflow:hidden;background:linear-gradient(90deg,#046a38 0 40%,#da291c 40%);font-size:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.flag:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#f6c445;left:6px;top:6px}
.support{display:none;font-size:12px;color:#71717d;text-decoration:none}
.support:hover{text-decoration:underline}
.header-summary{margin-left:auto;height:100%;display:flex;align-items:center;color:#201e1f}
.next-payment{display:flex;align-items:center;gap:14px;font-size:14px;line-height:20px;font-weight:400;white-space:nowrap}
.next-payment b{height:34px;display:inline-flex;align-items:center;padding:0 12px;border-radius:9px;background:#dffbe5;color:#06742f;font-size:14px;font-weight:500;white-space:nowrap}
.header-balance{height:34px;margin-left:17px;padding-left:17px;border-left:1px solid #e4e4e4;display:flex;align-items:center;color:#201e1f;font-size:18px;line-height:24px;font-weight:600;white-space:nowrap}
.header-profile{width:56px;margin-left:25px;color:#201e1f;font-size:14px;line-height:18px;font-weight:500;white-space:normal}
main{width:var(--content);padding:28px 24px 80px;margin:0 0 0 var(--sidebar);min-height:calc(100vh - 72px)}
main.content-wide{width:calc(100vw - var(--sidebar))}
.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:25px}
.page-head h1{margin:0;color:#373437;font-size:23px;line-height:1.35;font-weight:500}
.page-head p{margin:5px 0 0;color:#71717d;font-size:14px}
.page-actions{display:flex;gap:8px}
.panel{border:1px solid #e8e8e8;background:#fff;border-radius:8px;margin-bottom:17px}
.panel-head{min-height:45px;padding:13px 15px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:12px}
.panel-head h2{font-size:14px;color:#4e4a51;font-weight:500;margin:0}
.panel-body{padding:16px}
.filters{display:flex;align-items:flex-end;gap:11px;flex-wrap:wrap}
.field{display:flex;flex-direction:column;gap:6px;min-width:150px}
.field.grow{flex:1}
.field label{font-size:12px;color:#8c8c96}
.filter-bottom{display:grid;grid-template-columns:1fr 1fr auto auto;align-items:center;gap:12px;margin-top:16px}
.clear-filter,.more-filters,.table-tools button{border:0;background:transparent;color:#8c8c96;font-size:12px}
.more-filters{color:var(--brand);text-align:left;padding:0}
.contest-filter .panel-body{padding:23px}
.contest-filter .filters{gap:16px}
.contest-filter{margin-bottom:0}
.date-range{height:40px;border:1px solid #dfe0e3;border-radius:7px;display:flex;align-items:center;background:#fff}
.date-range input{min-width:0;flex:1;border:0;height:38px;padding:0 9px}
.date-range span{color:#aaa}
.statistics-filters{padding:23px}
.stats-result{overflow:hidden}
.stats-result .table-wrap{border-top:1px solid #eee}
.table-tools{min-height:74px;padding:0 23px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-between}
.table-tools span{font-size:12px;color:#8c8c96}
.table-tools span button{color:var(--brand);padding:5px}
input,select{height:40px;border:1px solid #dfe0e3;border-radius:8px;background:#fff;color:#373437;padding:0 12px;font-size:14px;outline:none}
input:focus,select:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}
button.primary,.button.primary{height:40px;border:1px solid var(--action);border-radius:7px;background:var(--action);color:#201e1f;padding:0 17px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
button.primary:hover,.button.primary:hover{background:var(--action-hover);border-color:var(--action-hover)}
button.primary:disabled{border-color:#f0f0f0;background:#f2f2f2;color:#c3c3c8;cursor:default}
button.secondary,.button.secondary{height:40px;border:1px solid #dedede;border-radius:7px;background:#fff;color:#64636f;padding:0 15px;font-size:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
button.secondary:hover{border-color:#c8c8c8;background:#fbfbfb}
button.danger{border-color:#ffd5d2;color:var(--danger)}
.wide{width:100%}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#eee;border:1px solid #eee;border-radius:3px;overflow:hidden;margin-bottom:17px}
.metrics.metrics-two{grid-template-columns:1fr 1fr}
.metric{background:#fff;padding:15px 16px;min-height:78px}
.metric small{display:block;color:#8c8c96;font-size:9.5px;margin-bottom:10px}
.metric strong{display:block;color:#373437;font-size:16px;font-weight:500}
.metric em{font-style:normal;font-size:9px;color:#b1afb4;margin-top:3px;display:block}
.dashboard-metrics{grid-template-columns:repeat(4,1fr)}
.split-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px;padding:18px;border-radius:9px;background:var(--brand-soft)}
.split-banner small{display:block;color:#388b55;font-size:9px;letter-spacing:.05em;margin-bottom:7px}
.split-banner strong{display:block;color:#173c24;font-size:28px;font-weight:600;letter-spacing:-.02em}
.split-banner p{margin:6px 0 0;color:#52705c;font-size:11px;line-height:1.5}
.split-visual{min-width:108px;height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;border-radius:999px;background:linear-gradient(135deg,var(--action),var(--brand));color:#173c24;box-shadow:0 8px 18px rgba(19,202,87,.22)}
.split-visual b,.split-visual i{display:block;font-size:15px;font-weight:600;font-style:normal;letter-spacing:-.02em}
.split-visual i{opacity:.78}
.payment-summary{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:17px}
.payment-summary-four{grid-template-columns:repeat(4,1fr);gap:12px}
.payment-metric{min-height:116px;padding:20px 17px;border:1px solid #e3e3e3;border-radius:8px;background:#fff}
.payment-metric small,.payment-metric em{display:block;color:#8c8c96;font-size:10px;font-style:normal}
.payment-metric strong{display:block;margin:18px 0 5px;color:#373437;font-size:17px;font-weight:500}
.payment-card{overflow:hidden;border:1px solid #eadfd9;border-radius:16px;background:#fff;margin-bottom:24px}
.payment-card-head{min-height:73px;padding:17px 23px;background:#fff7f3;display:flex;flex-direction:column;gap:6px}
.payment-card-head b{color:#373437;font-size:14px;font-weight:500}
.payment-card-head small{color:#777483;font-size:12px}
.payment-checks{padding:15px 23px;color:#64636f;font-size:12px}
.payment-checks p{margin:8px 0}
.payout-form{padding:21px 23px}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;font-size:12px}
th{height:35px;padding:0 12px;text-align:left;color:#8c8c96;background:#fbfbfb;border-bottom:1px solid #eee;font-weight:400;white-space:nowrap}
td{height:42px;padding:0 12px;border-bottom:1px solid #f1f1f1;color:#58555e;white-space:nowrap}
tbody tr:last-child td{border-bottom:0}
td.num,th.num{text-align:right;font-variant-numeric:tabular-nums}
td.client-cell{white-space:normal;line-height:1.25;padding-top:8px;padding-bottom:8px}
.client-id{display:block;color:#8c8c96;font-weight:400;font-size:11px;margin-top:2px}
.positive{color:#0da344!important}.negative{color:#e11144!important}
.status{display:inline-flex;align-items:center;gap:5px;padding:3px 7px;border-radius:9px;background:#f2f2f2;color:#71717d;font-size:9px}
.status:before{content:"";width:5px;height:5px;border-radius:50%;background:#b0b0b0}
.status.active,.status.paid{background:#eafeed;color:#088436}.status.active:before,.status.paid:before{background:#10b84e}
.status.pending,.status.approved{background:#fffadb;color:#906d00}.status.pending:before,.status.approved:before{background:#ecb800}
.status.rejected,.status.suspended{background:#fff3ef;color:#c90039}.status.rejected:before,.status.suspended:before{background:#e11144}
.empty{min-height:330px;display:grid;place-content:center;text-align:center;color:#777483;padding:30px}
.empty .empty-icon{width:112px;height:112px;margin:0 auto 12px;border:0;border-radius:0;display:grid;place-items:center;color:#c8c8c8;font-size:58px}
.empty .empty-icon svg{width:112px;height:100px}
.empty b{font-size:20px;color:#373437;font-weight:500}
.empty p{font-size:12px;margin:8px 0 0;max-width:330px;line-height:1.45}
.copy-row{display:flex;gap:7px}
.copy-row input{flex:1;min-width:0;font-family:"Roboto Mono",monospace}
.custom-link{margin-top:4px}
.custom-link-hint{margin:0 0 12px;color:#777483;font-size:12px;line-height:1.45}
.custom-link>label{display:block;margin:0 0 6px;color:#58555e;font-size:12px}
.shortener{display:flex;align-items:stretch;border:1px solid #d9d9df;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.shortener-prefix{display:flex;align-items:center;padding:0 12px;background:#f6f6f8;color:#8c8c96;font-size:13px;font-family:"Roboto Mono",ui-monospace,monospace;white-space:nowrap}
.shortener input{flex:1;min-width:88px;height:46px;border:0;border-left:1px solid #eee;background:#fff;padding:0 12px;font-family:"Roboto Mono",ui-monospace,monospace;font-size:14px;font-weight:600;color:#201e1f}
.shortener input:focus{outline:none;box-shadow:none}
.shortener button{height:46px;border-radius:0;border-top:0;border-bottom:0;border-right:0}
.shortener button.secondary{border-left:1px solid #eee}
.shortener button.primary{min-width:92px}
.custom-link small{display:block;margin-top:8px;color:#8c8c96;font-size:11px}
@media (max-width:720px){
  .shortener{flex-wrap:wrap}
  .shortener-prefix{width:100%;padding:8px 12px;border-bottom:1px solid #eee}
  .shortener input{border-left:0;min-width:0;width:100%;flex:1 1 100%}
  .shortener button{flex:1}
}
.offers-heading{height:58px;display:flex;align-items:center;gap:13px;color:#777483;font-size:13px;font-weight:400}
.offers-heading i{height:1px;background:#ddd;flex:1}
.offers-heading button{width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:#fff;color:var(--brand);font-size:16px;line-height:1;display:grid;place-items:center;cursor:default}
.offers-list{width:100%}
.offer{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;column-gap:14px;row-gap:18px;padding:22px 18px 16px;border:1px solid #e4e4e8;border-radius:16px;background:#fff}
.offer-logo{width:44px;height:44px;border-radius:50%;background:#111;display:grid;place-items:center;color:#fff;font-weight:500;overflow:hidden;flex:0 0 auto}
.offer-logo img{width:100%;height:100%;object-fit:cover;display:block}
.offer-copy{min-width:0}
.offer h3{font-size:14px;color:#373437;font-weight:500;margin:0 0 6px;letter-spacing:0;line-height:1.25}
.offer p{font-size:12px;color:var(--brand);margin:0;font-weight:400}
.offer>button.primary{height:38px;border-radius:10px;padding:0 18px;font-weight:500;color:#fff;white-space:nowrap}
.offer-meta{grid-column:1/-1;display:grid;grid-template-columns:minmax(140px,1.1fr) minmax(110px,.9fr) minmax(100px,.8fr) minmax(220px,1.6fr);overflow:hidden;border-radius:8px;background:#fff;border:1px solid #efeff2}
.offer-meta-fixed{grid-template-columns:1fr 1fr 1fr}
.offer-meta>span{display:grid;grid-template-rows:auto 1fr;min-height:72px}
.offer-meta small{display:block;padding:8px 14px;background:#f4f4f6;color:#8c8c96;font-size:11px;font-weight:400;border-bottom:1px solid #efeff2}
.offer-meta b{display:flex;align-items:center;padding:12px 14px;color:#373437;font-size:13px;font-weight:600;letter-spacing:0;line-height:1.35}
.platform-icons{display:flex;flex-direction:row;align-items:center;gap:10px;color:#4a4650;padding:12px 14px;min-height:48px}
.platform-icons svg{width:16px;height:16px;fill:currentColor;display:block;flex:0 0 auto}
.platform-icons svg[stroke]{fill:none;stroke:currentColor;stroke-width:1.7}
.tabs{display:flex;border-bottom:1px solid #dedede;margin:0 0 16px}
.tabs button{height:52px;padding:0 11px;border:0;background:none;color:#777483;font-size:14px;border-bottom:2px solid transparent}
.tabs button.active{color:#088436;border-color:var(--brand)}
.chart{height:160px;display:flex;align-items:flex-end;gap:4px;padding:12px 0 3px;border-bottom:1px solid #eee}
.chart-bar{flex:1;min-width:5px;background:var(--brand-soft);border-top:2px solid var(--brand);position:relative}
.chart-bar:hover{background:#dbfee1}
.chart-labels{display:flex;justify-content:space-between;color:#b1afb4;font-size:8px;padding-top:7px}
.pager{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:11px 12px;border-top:1px solid #eee;color:#8c8c96;font-size:9.5px}
.pager button{width:27px;height:25px;border:1px solid #e5e5e5;background:#fff;border-radius:3px}
.pager button:disabled{opacity:.4;cursor:default}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-grid .full{grid-column:1/-1}
.notice{padding:11px 13px;border:1px solid #e5e8ff;background:#fafbff;border-radius:3px;color:#6a7094;font-size:9.5px;line-height:1.5;margin-bottom:15px}
.requirements{width:630px;height:58px;margin:0 0 24px;border:0;border-radius:7px;background:#f5f5f5;color:#4e4a51;padding:0 22px;text-align:left}
.requirements span{float:right}
.telegram-panel{width:100%}
.telegram-actions{height:80px;padding:0 23px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:flex-end}
.telegram-panel .empty{min-height:345px}
.telegram-pager{height:76px;border-top:1px solid #eee;padding:0 34px;display:flex;align-items:center;justify-content:space-between;color:#aaa;font-size:18px}
.telegram-pager label{font-size:11px;color:#8c8c96}
.telegram-pager select{width:58px;height:28px;font-size:11px;padding:0 7px}
.security-block{width:100%;padding:23px 0;border-top:1px solid #e5e5e5}
.security-block h2{margin:0 0 7px;color:#373437;font-size:15px;font-weight:500}
.security-block>p{margin:0 0 20px;color:#777483;font-size:12px}
.security-state{display:flex;align-items:center;gap:12px;margin:0 0 20px 8px}
.security-state>span{width:38px;height:38px;border-radius:50%;background:#f1f1f1;display:grid;place-items:center;color:#aaa}
.security-state b,.security-state small{display:block;font-size:12px}
.security-state small{margin-top:4px;color:#aaa}
.password-block .field{width:303px;margin-bottom:16px}
.profile-form{width:630px}
.profile-form input[readonly]{background:#f5f5f5;border-color:#f5f5f5}
.profile-form .confirmed{align-self:flex-start;margin-top:-2px;padding:4px 9px;border-radius:7px;background:#dffbe5;color:#15914a;font-size:10px}
.profile-separator{grid-column:1/-1;height:1px;background:#e5e5e5;margin:8px 0 10px}
.sub-requirements{width:100%}
.sub-link-form{width:720px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin:0 0 24px}
.sub-link-form .field{width:100%}
.sub-statistics{width:100%;padding-top:23px;border-top:1px solid #e5e5e5}
.sub-statistics h2{margin:0 0 7px;color:#373437;font-size:15px;font-weight:500}
.sub-statistics>p{margin:0 0 24px;color:#777483;font-size:12px}
.sub-statistics .empty{border-top:1px solid #eee}
.skeleton{height:10px;background:linear-gradient(90deg,#f3f3f3,#fafafa,#f3f3f3);background-size:200%;animation:shimmer 1.2s infinite;border-radius:3px}
@keyframes shimmer{to{background-position:-200% 0}}
.mobile-head{display:none}
.scrim{display:none}
.toast{position:fixed;z-index:100;right:18px;bottom:18px;background:#201e1f;color:#fff;border-radius:4px;padding:11px 14px;font-size:10px;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.auth{min-height:100vh;background:#fbfbfb;display:grid;place-items:center;padding:25px}
.auth-wrap{width:min(100%,294px);display:flex;flex-direction:column;align-items:center}
.auth-card{width:100%;border:1px solid #f0f0f0;background:#fff;padding:17px;border-radius:5px}
.auth-brand{min-height:28px;display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:10px}
.auth-brand img{display:none;max-width:120px;max-height:25px}
.auth-brand strong{font-size:17px;color:#201e1f}
.auth h1{text-align:center;font-size:15px;font-weight:500;color:#373437;margin:0 0 17px}
.auth form{display:flex;flex-direction:column}
.auth label{font-size:9.5px;color:#71717d;margin:0 0 6px}
.auth input{height:34px;margin-bottom:11px;font-size:10px}
.auth button{height:34px;margin-top:3px}
.password-field{position:relative}
.password-field input{width:100%;margin-bottom:7px;padding-right:35px}
.password-field button{position:absolute;right:4px;top:0;width:30px;height:30px!important;margin:0!important;border:0;background:transparent;color:#8c8c96}
.auth-forgot{display:block;color:var(--brand);font-size:9.5px;text-decoration:none;margin:0 0 10px}
.auth-register{text-align:center!important;color:#71717d!important;font-size:9.5px!important;margin:15px 0 0!important}
.auth-register a{color:var(--brand);font-weight:500;text-decoration:none}
.auth-language{margin:15px 0 22px!important;background:#fff!important}
.auth-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:7px 16px;color:#8c8c96;font-size:8.5px}
.auth-footer small{flex-basis:100%;text-align:center;font-size:8.5px}
.form-error{min-height:16px;color:var(--danger);font-size:9.5px}
.partner-state{min-height:100vh;background:var(--wash);display:grid;place-items:center;padding:28px}
.state-wrap{width:min(100%,720px)}
.state-wrap>.auth-brand{margin-bottom:18px}
.state-card{padding:34px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 14px 40px rgba(32,30,31,.06)}
.state-card>div:not(.state-actions){text-align:center}
.state-card h1{margin:12px 0 8px;color:#373437;font-size:24px;font-weight:500}
.state-card p{max-width:540px;margin:0 auto 22px;color:#71717d;font-size:13px;line-height:1.6}
.state-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:#fff7d7;color:#8d6d00;font-size:22px;font-weight:600}
.state-icon.rejected,.state-icon.suspended{background:#fff0ed;color:var(--danger)}
.state-icon.apply{background:var(--brand-soft);color:#088436}
.state-actions{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px}
.application-form{margin-top:25px;padding-top:24px;border-top:1px solid var(--line)}
.application-form .form-error{margin-top:10px;text-align:center;font-size:12px}
@media(min-width:1600px){
  main{width:964px;margin-left:calc(var(--sidebar) + (100vw - var(--sidebar) - var(--content))/2 - 37px)}
  main.content-wide{width:1146px;margin-left:calc(var(--sidebar) + (100vw - var(--sidebar) - 1146px)/2)}
  .sub-link-form{width:630px}
}
@media(max-width:760px){
  :root{--sidebar:294px}
  .mobile-head{height:52px;display:flex;align-items:center;border-bottom:1px solid #eee;padding:0 13px;position:sticky;top:0;background:#fff;z-index:21}
  .icon-button{width:32px;height:32px;border:0;background:none}
  .hamb,.hamb:before,.hamb:after{display:block;width:17px;height:1px;background:#64636f;position:relative}
  .hamb:before,.hamb:after{content:"";position:absolute;left:0}.hamb:before{top:-5px}.hamb:after{top:5px}
  .mobile-brand{margin-left:8px;display:flex;align-items:center}
  .mobile-brand img{max-width:38px;max-height:38px}
  .mobile-balance{margin-left:auto;color:#373437;font-size:14px}
  .sidebar{inset:52px auto 0 0;transform:translateX(-102%);transition:.2s;box-shadow:8px 0 25px rgba(0,0,0,.08)}
  body.menu-open .sidebar{transform:none}
  .scrim{position:fixed;z-index:25;inset:0;background:rgba(0,0,0,.25)}
  body.menu-open .scrim{display:block}
  .workspace{margin-left:0;padding-top:0}
  .topbar{display:none}
  main,main.content-wide{width:auto;margin:0;padding:23px 15px 55px}
  .metrics{grid-template-columns:1fr 1fr}
  .dashboard-metrics{grid-template-columns:1fr 1fr}
  .payment-summary-four{grid-template-columns:1fr 1fr}
  .form-grid{grid-template-columns:1fr}
  .form-grid .full{grid-column:auto}
  .page-head{margin-bottom:18px}
  .stats-result .statistics-filters{height:auto;min-height:0;padding:16px;display:block}
  .stats-result .statistics-filters>.filters{display:grid;grid-template-columns:1fr;width:100%}
  .stats-result .statistics-filters>.filter-bottom{display:flex;justify-content:flex-end}
  .stats-result .table-tools{height:73px;min-height:73px}
}
@media(max-width:430px){
  .metrics,.metrics.metrics-two{grid-template-columns:1fr}
  .filters{display:grid;grid-template-columns:1fr;width:100%}
  .field{min-width:0}
  .page-head{display:block}
  .page-actions{margin-top:12px}
  .partner-state{padding:15px}
  .state-card{padding:24px 18px}
  .state-actions{align-items:stretch;flex-direction:column}
  .split-banner{align-items:flex-start;flex-direction:column}
  .split-visual{width:100%}
  .payment-summary-four{grid-template-columns:1fr}
  .offer{grid-template-columns:44px 1fr}
  .offer>button{grid-column:1/-1;justify-self:stretch}
  .offer-meta,.offer-meta-fixed{grid-template-columns:1fr}
}
