:root{--c:#17191d;--c2:#24272d;--r:#d9232e;--rd:#a9151e;--w:#fff;--s:#f3f4f6;--l:#d8dde5;--t:#1f2937;--m:#667085;--ok:#147d45;--bad:#b42318;--rad:18px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--t);background:var(--s)}body[dir=rtl]{font-family:Tahoma,Arial,sans-serif}a{color:inherit}button,input,textarea,select{font:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px clamp(18px,5vw,72px);background:rgba(23,25,29,.97);color:#fff;border-bottom:1px solid #ffffff1a}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--r)}.brand small{display:block;color:#c9ced8;font-weight:500}.nav{display:flex;align-items:center;gap:14px}.nav a{text-decoration:none}.lang{padding:9px 12px;border-radius:999px;border:1px solid #ffffff40;color:#fff;background:transparent;cursor:pointer}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:13px 18px;font-weight:750;text-decoration:none;cursor:pointer}.primary{color:#fff;background:var(--r)}.primary:hover{background:var(--rd)}.light{background:#fff;border:1px solid var(--l)}.btn:disabled{opacity:.5;cursor:not-allowed}.hero{min-height:76vh;display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;padding:clamp(60px,9vw,120px) clamp(20px,7vw,110px);color:#fff;background:radial-gradient(circle at 85% 15%,#d9232e44,transparent 35%),linear-gradient(135deg,#111318,#252931)}.hero h1{margin:18px 0 14px;font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.04em}.hero p{max-width:720px;color:#d7dae1;font-size:clamp(18px,2vw,23px);line-height:1.65}.eyebrow{display:inline-flex;padding:8px 12px;border:1px solid #ffffff38;border-radius:999px;color:#ffd9dc}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-card,.panel,.card{border:1px solid var(--l);border-radius:var(--rad);background:#fff;box-shadow:0 12px 34px #10182814}.hero-card{padding:28px;color:#fff;background:#ffffff12;border-color:#ffffff24}.flow{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid #ffffff18}.flow:last-child{border:0}.flow b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--r)}.flow span{color:#d7dae1;line-height:1.5}.section{padding:76px clamp(20px,7vw,110px)}.section h2{font-size:clamp(30px,4vw,48px);margin-top:0}.lead{max-width:760px;color:var(--m);font-size:18px;line-height:1.7}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.card{padding:24px}.card p{color:var(--m);line-height:1.65}.shell{max-width:1280px;margin:auto;padding:34px 20px 70px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-head h1{margin:0 0 8px}.page-head p{margin:0;color:var(--m)}.studio{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:start}.panel{padding:24px}.panel h2{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea,.result textarea{width:100%;padding:12px 13px;border:1px solid var(--l);border-radius:11px;background:#fff}.field textarea,.result textarea{min-height:105px;resize:vertical}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.status{margin:14px 0;padding:12px 14px;border-radius:11px;background:#eef1f5}.status.success{background:#e9f7ef;color:var(--ok)}.status.error{background:#ffefed;color:var(--bad)}.empty{min-height:420px;display:grid;place-items:center;text-align:center;color:var(--m)}.result{display:none}.result-block{margin-bottom:18px}.result-block h3{margin:0 0 8px}.tiktok-user{display:flex;align-items:center;gap:12px}.tiktok-user img{width:48px;height:48px;border-radius:50%;object-fit:cover}.approval{display:flex;gap:10px;align-items:flex-start;margin:15px 0;line-height:1.5}.notice{padding:14px;border-left:4px solid var(--r);border-radius:8px;background:#fff6f6;color:#6f1d23}.legal{max-width:900px;margin:auto;padding:48px 20px 80px;line-height:1.8}.legal h1{font-size:clamp(34px,5vw,58px);line-height:1.05}.legal h2{margin-top:38px}.legal .meta{color:var(--m)}.legal table{width:100%;border-collapse:collapse}.legal th,.legal td{padding:11px;border:1px solid var(--l);text-align:start}.footer{padding:30px clamp(20px,7vw,110px);color:#d6d9df;background:var(--c)}.footer-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer a{color:#fff;text-decoration:none;margin-inline-end:14px}@media(max-width:900px){.hero,.studio{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}.nav a:not(.btn){display:none}}@media(max-width:620px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.page-head{flex-direction:column}.brand small{display:none}}


.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 180px;
  object-fit: contain;
  flex-shrink: 0;
}
