:root{--background:#0e0e0e;--text:#f5f5f5;--accent:#f26a21}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Arial,"Helvetica Neue",sans-serif}.welcome{min-height:100svh;display:grid;place-items:center;padding:40px 24px;background:radial-gradient(circle at 50% 43%,#1d1d1d 0,transparent 48%)}.content{width:min(850px,100%);text-align:center;animation:appear .8s ease both}.logo{width:min(650px,85vw);height:auto;display:block;margin:0 auto 48px}.private-access{position:relative;display:inline-flex;align-items:center;gap:15px;padding:12px 3px 12px 0;border-bottom:1px solid rgba(255,255,255,.28);color:#d8d8d8;font-size:.68rem;font-weight:600;letter-spacing:.22em;text-decoration:none;text-transform:uppercase;transition:color .25s,border-color .25s,letter-spacing .25s}.private-access span{width:9px;height:10px;background:var(--accent);clip-path:polygon(0 0,100% 50%,0 100%);transition:transform .25s}.private-access:hover{color:#fff;border-color:var(--accent);letter-spacing:.27em}.private-access:hover span{transform:translateX(3px)}.private-access:focus-visible{outline:2px solid var(--accent);outline-offset:7px}body .global-site-footer{color:rgba(255,255,255,.64);border-top-color:rgba(255,255,255,.09);background:#080808;backdrop-filter:none}body .global-site-footer .footer-links a{color:#f5f5f5}body .global-site-footer .footer-links a:hover{color:var(--accent)}@keyframes appear{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@media(max-width:600px){.welcome{padding:28px 18px}.logo{width:min(500px,88vw);margin-bottom:38px}.private-access{font-size:.64rem}}@media(prefers-reduced-motion:reduce){.content{animation:none}.private-access,.private-access span{transition:none}}
