/* J24.1 — готовность к публикации */
.launch-hero{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:12px;padding:17px;border:1px solid #b8e2dc;border-radius:20px;background:linear-gradient(145deg,#eefaf7,#fff)}.launch-hero.preparing{border-color:#b8dce2;background:linear-gradient(145deg,#edf8fb,#fff)}.launch-hero>span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;color:#fff;background:var(--accent);font-size:23px;font-weight:900}.launch-hero.preparing>span{background:#398ba0}.launch-hero h2{margin:2px 0;font-size:19px}.launch-hero p{margin:0;color:var(--muted);font-size:9px}.launch-hero>strong{font-size:20px}.launch-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:13px}.launch-summary article{padding:12px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.launch-summary small,.launch-summary b,.launch-summary span{display:block}.launch-summary small{min-height:20px;color:var(--muted);font-size:8px}.launch-summary b{margin-top:3px;font-size:18px}.launch-summary span{margin-top:2px;color:var(--muted);font-size:8px}.launch-summary article.danger{border-color:#efc4bd;background:#fff1ef}.launch-summary article.warn{border-color:#ead49c;background:#fff8e8}.launch-checks{display:grid;gap:8px}.launch-checks>article{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.launch-checks>article.blocked{border-color:#efc4bd;background:#fff1ef}.launch-checks>article.planned{border-color:#ead49c;background:#fff8e8}.launch-checks article>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:var(--accent);background:var(--accent-soft);font-weight:900}.launch-checks article.blocked>span{color:var(--bad);background:#ffe2de}.launch-checks article.planned>span{color:#9c6814;background:#fff3d4}.launch-checks b,.launch-checks small{display:block}.launch-checks b{font-size:11px}.launch-checks p{margin:3px 0;color:var(--muted);font-size:9px}.launch-checks small{font-size:8px;line-height:1.4}.launch-checks em{padding:5px 7px;border-radius:99px;color:var(--accent);background:var(--accent-soft);font-size:8px;font-style:normal;font-weight:800}.launch-checks .blocked em{color:var(--bad);background:#ffe2de}.launch-checks .planned em{color:#9c6814;background:#fff3d4}.launch-note{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:13px;border-radius:15px;background:var(--bg)}.launch-note>span{font-size:21px}.launch-note b,.launch-note small{display:block}.launch-note b{font-size:11px}.launch-note small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.45}@media(max-width:520px){.launch-hero{grid-template-columns:42px minmax(0,1fr)}.launch-hero>span{width:42px;height:42px}.launch-hero>strong{grid-column:2}.launch-summary{grid-template-columns:1fr 1fr}.launch-summary article:last-child{grid-column:1/-1}.launch-checks>article{grid-template-columns:34px minmax(0,1fr)}.launch-checks em{grid-column:2;justify-self:start}}
