*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;background:#0a0a0a;color:#e6e6e6;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}main{max-width:720px;margin:0 auto;padding:48px 24px 64px;flex-direction:column;gap:24px}.hero,main{display:flex}.hero{position:relative;width:100%;height:25vh;min-height:220px;max-height:320px;align-items:center;justify-content:center;overflow:hidden;background:#0a0a0a;border-bottom:1px solid #1a1a1a}#bg{position:absolute;inset:0;background:url(https://i.imgur.com/JQcFN26.jpeg);background-size:cover;background-position:50%;opacity:.1;filter:grayscale(1);pointer-events:none}.logo{position:relative;z-index:1;width:min(50%,420px);height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}h1{font-size:32px;font-weight:700;color:#fff;letter-spacing:-.01em}h1,p{margin:0}p{font-size:16px;line-height:1.6;color:#a0a0a0}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:4px;padding:2px 6px;font-size:13px;color:#d0d0d0}.ad-slot{width:100%;min-height:280px;border:1px solid #222;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#555;text-transform:uppercase;letter-spacing:.08em}.ad-slot,.status{background:#111;font-size:14px}.status{padding:16px 20px;border-radius:8px;border:1px solid #222;line-height:1.5;color:#c9c9c9}.status.success{border-color:#1f5e3a;color:#6fd793}.status.error{border-color:#6b1f1f;color:#e57373}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #2a2a2a;background:#1a1a1a;color:#e6e6e6;padding:12px 18px;border-radius:8px;font-size:14px;cursor:pointer;font-weight:500;font-family:inherit;transition:background .1s ease,border-color .1s ease}button:hover{background:#232323;border-color:#3a3a3a}button:disabled{opacity:.5;cursor:not-allowed}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:12px}