:root{--bg:#f4f7f5;--ink:#16201b;--muted:#65736b;--green:#176b46;--lime:#d9f99d;--line:#dce5df;--white:#fff;--danger:#a33}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}.topbar{height:72px;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1160px)/2))}.brand{font-size:20px;font-weight:800;display:flex;align-items:center;gap:10px}.brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--green);color:white;font-size:13px}.topbar nav{display:flex;align-items:center;gap:24px}.inline{display:inline}.link-button{border:0;background:none;font:inherit;cursor:pointer;color:var(--muted)}main{min-height:calc(100vh - 72px)}.hero{max-width:1160px;margin:auto;min-height:calc(100vh - 72px);display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center;padding:60px 24px}.hero h1,.page h1,.auth-card h1{font-size:clamp(36px,5vw,62px);line-height:1.04;letter-spacing:-.04em;margin:14px 0 22px}.hero p{font-size:20px;color:var(--muted);max-width:680px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;background:var(--green);color:white;padding:13px 20px;font-weight:700;cursor:pointer}.button.small{padding:9px 15px}.button.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.actions{display:flex;gap:12px;margin-top:32px}.hero-card,.panel,.auth-card{background:var(--white);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 18px 60px rgba(25,50,38,.08)}.mini-stat{padding:22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto}.mini-stat:last-child{border:0}.mini-stat span,.mini-stat i{color:var(--muted);font-size:13px;font-style:normal}.mini-stat strong{grid-row:2}.mini-stat i{grid-row:2;grid-column:2}.mini-stat .ok{color:var(--green)}.auth-card{max-width:460px;margin:70px auto}.auth-card h1{font-size:38px}.stack p{display:flex;flex-direction:column;gap:7px;margin:0}.stack{display:flex;flex-direction:column;gap:18px}.stack input,.field,.stack select{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fbfcfb;font:inherit}.helptext,.stack ul{font-size:12px;color:var(--muted);margin:0}.error,.errorlist{color:var(--danger)!important}.muted,.page-head p,.connection p{color:var(--muted)}.page{max-width:1160px;margin:auto;padding:54px 24px}.page h1{font-size:43px;margin-bottom:10px}.page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:42px}.stats article{background:white;border:1px solid var(--line);border-radius:18px;padding:22px}.stats span,.stats small{display:block;color:var(--muted)}.stats strong{display:block;font-size:38px;margin:10px 0}.module-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.module{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:white;border:1px solid var(--line);border-radius:18px;padding:24px}.module b,.empty-icon{width:50px;height:50px;border-radius:14px;background:var(--lime);display:grid;place-items:center;color:var(--green);font-size:23px}.module h3,.module p,.connection h3,.connection p{margin:0}.module p{color:var(--muted)}.two-columns{display:grid;grid-template-columns:1.4fr .8fr;gap:32px}.connection{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:15px;background:white;border:1px solid var(--line);border-radius:16px;padding:17px;margin-bottom:12px}.market-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#7357ff;color:white;font-weight:900}.market-logo.ozon{background:#1263ed}.badge{font-size:12px;background:#fff4d6;color:#795900;padding:6px 9px;border-radius:999px}.danger{border:0;background:none;color:#a77;font-size:24px;cursor:pointer}.empty{text-align:center;background:white;border:1px dashed #becbc3;border-radius:22px;padding:70px 30px}.empty-icon{margin:0 auto 20px}.empty h1{font-size:42px}.empty.compact{padding:45px 25px}.back{display:inline-block;color:var(--muted);margin-bottom:24px}.messages{position:fixed;right:24px;top:88px;z-index:10}.message{background:var(--ink);color:white;padding:12px 18px;border-radius:10px;box-shadow:0 8px 30px #0002}@media(max-width:760px){.topbar{padding:0 18px}.topbar nav>a:not(.button){display:none}.hero,.two-columns{grid-template-columns:1fr}.hero{gap:30px}.stats,.module-grid{grid-template-columns:1fr}.page-head{align-items:start;gap:20px;flex-direction:column}.connection{grid-template-columns:auto 1fr auto}.badge{grid-column:2}.hero h1{font-size:43px}}
