@import url('/nex/v1/events/ui/persona.css');
:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#172b46;background:#f6f8fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0}header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 5vw;background:white;border-bottom:1px solid #e1e6ef}.brand{font-weight:850;font-size:26px;letter-spacing:-1.1px;text-decoration:none;color:#172b46}.brand span{color:#176bef}.brand .dot{color:#ef6651;font-size:17px;margin-left:6px}nav,.actions,.tabs{display:flex;gap:9px;flex-wrap:wrap}button,.button{display:inline-block;cursor:pointer;border:1px solid #d6dfec;border-radius:10px;background:white;color:#203b5f;font:inherit;font-weight:600;padding:11px 17px;text-decoration:none}button:hover,.button:hover{background:#eaf1ff}button.primary,.primary{background:#176bef;color:white;border-color:#176bef}button:disabled{cursor:not-allowed;opacity:.55}main{max-width:1250px;margin:auto;padding:16px 5vw 70px}#status:empty{display:none}#status{background:#fff1d7;border-radius:8px;padding:12px}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:45px;padding:55px 0;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:2px;color:#34639b;font-size:12px;font-weight:750}h1{font-size:clamp(36px,5vw,63px);line-height:1.07;letter-spacing:-2px;margin:18px 0}h1 em{font-style:normal;color:#176bef}.lead{font-size:19px;line-height:1.7;color:#576c85;max-width:600px}.screen{aspect-ratio:1.4;border-radius:24px;background:linear-gradient(140deg,#16395c,#276feb);padding:32px;color:white;box-shadow:0 22px 50px #22477225;display:flex;flex-direction:column;justify-content:space-between}.screen .play{width:75px;height:75px;border-radius:50%;background:#ffffff22;display:grid;place-items:center;align-self:center;font-size:28px}.screen small{letter-spacing:1.5px}.screen strong{font-size:30px;line-height:1.2}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.card{padding:26px;border:1px solid #dee5ee;border-radius:18px;background:white;margin:18px 0}.card h2,.card h3{margin-top:0}.card p{line-height:1.6;color:#52667e}.tag{font-size:12px;background:#e8f0ff;color:#1758b6;border-radius:30px;padding:6px 10px;display:inline-block}.muted{color:#63758b;font-size:14px}.empty{text-align:center;padding:45px;background:white;border:1px dashed #bdcbdc;border-radius:16px}label{display:block;font-weight:600;font-size:14px;margin-bottom:16px}input,select,textarea{display:block;width:100%;font:inherit;background:#fbfcff;border:1px solid #bfcde0;border-radius:9px;padding:12px;margin-top:8px;color:#172b46}textarea{min-height:95px;resize:vertical}form,.ad-form{max-width:800px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}video{width:100%;max-height:65vh;background:#081523;border-radius:16px}.price{font-size:44px;font-weight:800}.list{line-height:2}footer{padding:25px 5vw;background:#eaf0f7;font-size:13px;color:#50647d;display:flex;justify-content:space-between}a{color:#176bef}:focus-visible{outline:3px solid #ff9d40;outline-offset:3px}section{scroll-margin-top:20px}@media(max-width:750px){header{flex-direction:column;align-items:flex-start;padding:20px}.hero{grid-template-columns:1fr;padding:25px 0;gap:20px}.screen{max-height:280px}.form-grid{grid-template-columns:1fr}main{padding:12px 20px 40px}footer{display:block}footer span{display:block;margin-top:10px}nav button{padding:9px 11px;font-size:13px}}
