:root{color-scheme:dark;font:15px/1.6 Arial,sans-serif;background:#111;color:#f8f8f8}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}header,main,footer{max-width:1280px;margin:auto;padding:28px 40px}header{display:flex;align-items:center;gap:24px;border-bottom:1px solid #2b2b2b}.brand{font-size:22px;font-weight:800;letter-spacing:.03em;text-decoration:none;white-space:nowrap}.brand span{color:#ef3434}header>small{margin-left:auto}h1{font-size:clamp(32px,5vw,52px);line-height:1.1;letter-spacing:-.04em;margin:12px 0 16px;overflow-wrap:anywhere}h2{font-size:23px;line-height:1.3;margin:0 0 18px}h3{font-size:18px;margin:0}h4{font-size:13px;margin:0}a{color:inherit;text-underline-offset:4px}section{margin:36px 0}p{margin:12px 0}.heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:26px 0}.eyebrow{color:#ef3434;letter-spacing:.13em;font-size:11px;font-weight:700}.muted,small,footer{color:#aaa}small{font-size:12px}.section-nav{display:flex;gap:30px;border-bottom:1px solid #303030;padding:12px 0 18px}.section-nav a{text-decoration:none;color:#c6c6c6}.section-title{display:flex;gap:16px;align-items:center;justify-content:space-between}.section-title h2{margin:0}.connections{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:20px}.connection{background:#1b1b1b;border-radius:8px;padding:18px}.connection h3{font-size:13px}.connection small{display:block}.badge{display:inline-block;font-size:11px;padding:4px 9px;color:#bbb;background:#292929;border-radius:5px}.notice{padding:16px 20px;background:#211a1a;border-radius:8px;color:#c9bbbb;font-size:13px}.columns{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px}.columns>*{min-width:0}.login{max-width:480px;margin:70px auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.card{padding:22px;background:#1b1b1b;border-radius:8px;margin-bottom:16px;overflow-wrap:anywhere}progress{display:block;width:100%;height:5px;margin:12px 0 22px;accent-color:#ef3434}.upload-box{background:#191919;border:1px dashed #3c3c3c;border-radius:8px;padding:22px}.upload-box small,.composer>small{display:block;margin-top:12px}.asset{padding:16px 0;border-bottom:1px solid #2c2c2c;font-size:12px}.asset strong{display:block;font-size:13px;overflow-wrap:anywhere}.asset small{display:block;margin:4px 0}.empty{padding:36px 24px;text-align:center;background:#171717;border-radius:8px;color:#aaa;margin:20px 0}.empty h3{color:#ddd}.composer,.confirmation{padding:22px;background:#1b1b1b;border-radius:8px}label{display:block;margin:16px 0 8px;color:#d2d2d2;font-size:13px}input,select,textarea,button,.button{font:inherit;border-radius:6px;width:100%;padding:11px 13px;background:#252525;color:white;border:1px solid #3b3b3b}input,select,textarea{margin-top:6px}input[type=file]{font-size:12px}textarea{resize:vertical;min-height:95px}button,.button{display:inline-block;background:#ef3434;border:0;font-weight:600;cursor:pointer;margin-top:16px;text-align:center;text-decoration:none;font-size:13px}button:hover,.button:hover{background:#d72a2a}button:disabled,input:disabled{opacity:.5}button:disabled{cursor:wait}.secondary{background:#2d2d2d}.secondary:hover{background:#383838}.compact{width:auto;margin-top:0;padding:9px 14px}.heading>.button{width:auto;margin:0;white-space:nowrap}.check{display:flex;align-items:flex-start;gap:10px;line-height:1.5;font-size:12px}.check input{flex-shrink:0;width:16px;height:16px;margin:2px 0;accent-color:#ef3434}fieldset{border:1px solid #393939;border-radius:6px;margin:20px 0;padding:8px 14px}legend{color:#b4b4b4;font-size:12px}.provider-choice{display:grid;grid-template-columns:1fr 1fr;gap:16px}.provider-choice .check{margin:9px 0}.provider-choice details{font-size:12px;margin:8px 0}.provider-choice summary{text-align:right}details{margin:16px 0;color:#bbb}summary{cursor:pointer;font-size:13px}.post{padding:24px;background:#191919;border-radius:8px;margin:22px 0}.post h3{overflow-wrap:anywhere}.links{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:12px;margin:14px 0}.text-button{background:none!important;border:0;padding:0;width:auto;font-size:12px;margin:0;text-decoration:underline;font-weight:400;color:#bbb}.destinations{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:20px}.destination{padding:20px;background:#202020;border-radius:8px;min-width:0}.caption{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.pagination{display:flex;justify-content:center;gap:24px;color:#aaa;font-size:13px}.preview-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:32px}.preview-layout>*{min-width:0}.preview-player,.draft-player{width:100%;max-height:540px;background:#070707;border-radius:8px;display:block}.draft-player{margin:16px 0;max-height:260px}.draft-cover{max-height:180px;max-width:100%;object-fit:contain;display:block;margin:16px auto}.mode{font-size:12px;color:#e6b5b5}.selection-summary{font-size:13px;color:#ccc}header form{margin:0}header button{margin:0}footer{border-top:1px solid #2d2d2d;font-size:12px}input:focus,textarea:focus,select:focus,button:focus-visible,a:focus-visible{outline:2px solid #ef3434;outline-offset:3px}[hidden]{display:none!important}@media(max-width:950px){.connections{grid-template-columns:repeat(3,1fr)}.columns{gap:24px}}@media(max-width:700px){header,main,footer{padding:20px}header>small{display:none}header{justify-content:space-between}.heading{align-items:flex-start;flex-direction:column}.heading>.button{width:100%}.section-nav{gap:20px;font-size:13px;overflow:auto}.connections{grid-template-columns:repeat(2,1fr)}.connection{padding:14px}.columns,.preview-layout{grid-template-columns:1fr;gap:0}.login{margin:36px auto}.post{padding:18px}.section-title{flex-wrap:wrap}.destinations{grid-template-columns:1fr}.composer,.upload-box{padding:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
