:root{--blue:#29abd2;--ink:#172f3b;--muted:#5e7480;--line:#dbe8ee}*{box-sizing:border-box}body{margin:0;background:#f4f9fb;color:var(--ink);font:15px/1.6 system-ui,-apple-system,'Segoe UI',sans-serif}main{max-width:1120px;margin:auto;padding:0 24px 60px}header{height:100px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;color:var(--ink);font-weight:800;font-size:22px;text-decoration:none}.brand small{display:block;font-size:10px;letter-spacing:1.8px;color:var(--muted)}.mark{background:var(--blue);width:46px;height:46px;border-radius:14px;text-align:center;line-height:42px;font-size:28px}h1{font-size:clamp(30px,4vw,43px);line-height:1.15;letter-spacing:-1.5px;margin:10px 0 16px}h2{font-size:23px;line-height:1.25;margin:12px 0}p{margin:8px 0 18px}.eyebrow,.preview-label{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#096b88}.muted,small{color:var(--muted)}small{display:block;font-size:12px}.panel{background:white;padding:26px;border:1px solid var(--line);border-radius:22px}.login{max-width:460px;margin:55px auto;box-shadow:0 20px 60px #17313d0a}label{display:block;font-size:13px;font-weight:750;margin:19px 0 7px}input,textarea,button{font:inherit}input:not([type=checkbox]),textarea{width:100%;border:1px solid #cadde6;border-radius:11px;padding:12px;background:#fcfefe;color:var(--ink);min-height:48px}textarea{resize:vertical}.primary,.quiet{display:inline-flex;justify-content:center;align-items:center;min-height:44px;padding:11px 18px;border-radius:11px;font:750 14px system-ui;cursor:pointer;text-decoration:none}.primary{background:var(--blue);color:#112f3c;border:1px solid var(--blue)}.primary:hover{background:#68c7e4}.quiet{border:1px solid #cbdfe8;background:white;color:#096b88}.wide{width:100%;margin-top:24px}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:38px 0 24px}.summary{display:flex;gap:16px;margin-bottom:28px}.summary>div{background:#e4f4fb;padding:18px 28px;border-radius:16px;font-size:13px}.summary strong{display:block;font-size:32px}.campaign-list{display:grid;gap:14px}.campaign{display:flex;justify-content:space-between;gap:24px;align-items:center}.actions{display:flex;gap:10px;flex-wrap:wrap}.badge{background:#fff0c9;color:#694500;border:1px solid #edcf88;padding:5px 9px;border-radius:7px;font-size:11px;font-weight:800}.empty{text-align:center;padding:50px}.back{display:inline-block;margin-top:26px;color:#096b88}.editor{display:grid;grid-template-columns:1.4fr 1fr;gap:28px}.editor aside{align-self:start;position:sticky;top:24px}.preview-label{margin:0 0 14px}.preview{border:1px solid #edcf88;border-radius:22px;background:white;overflow:hidden}.preview-body{padding:24px}.preview img{width:100%;height:220px;object-fit:cover;display:block}#preview-placeholder{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#dbf1fa,#fff0c9);font-weight:750;color:#096b88}.preview h2,.preview p{overflow-wrap:anywhere}#preview-description{white-space:pre-wrap}.dates{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{display:flex;align-items:center;gap:10px}.check input{width:20px;height:20px;flex-shrink:0}.error,.success{padding:12px 16px;border-radius:12px}.error{color:#8d2d20;background:#fff0e9}.success{color:#185b40;background:#e2f4e9}[hidden]{display:none!important}:focus-visible{outline:3px solid #a97806;outline-offset:3px}@media(max-width:700px){main{padding:0 16px 40px}header{height:85px}.heading,.campaign{align-items:flex-start;flex-direction:column}.editor{grid-template-columns:1fr}.editor aside{position:static}.panel{padding:20px}.dates{grid-template-columns:1fr}.login{margin-top:28px}.summary>div{flex:1;padding:15px}}
