#user_popup_form{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:1000;padding:10px}#user_popup_form[hidden]{display:none}#user_popup_form .user_popup_form-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}#user_popup_form .user_popup_form-panel{position:relative;background:#000;border-radius:8px;width:100%;max-width:512px;max-height:90dvh;overflow-y:auto;z-index:1001;box-shadow:0 2px 10px #0000001a;border:2px solid #222;padding:24px 16px}#user_popup_form .user_popup_form-title{text-align:center;margin-top:0;margin-bottom:16px;font-size:1.1rem;color:#fff}#user_popup_form .user_popup_form-content form{width:100%;display:flex;flex-direction:column;gap:10px}#user_popup_form .user_popup_form-input{width:100%;box-sizing:border-box;padding:8px;border:1px solid #444;border-radius:6px;background:#111;color:#eee;font-family:RoadgeekEM,RoadgeekEE,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:.9rem}#user_popup_form .user_popup_form-input:focus{outline:none;border-color:#888}#user_popup_form .user_popup_form-input::placeholder{color:#888}#user_popup_form .user_popup_form-name-box{display:grid;grid-template-columns:1fr 1fr;gap:10px}#user_popup_form .user_popup_form-marketing-choices{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#ccc;margin:10px 0}#user_popup_form .user_popup_form-marketing-choices .user_popup_form-checkbox{display:flex;align-items:start;gap:6px}#user_popup_form .user_popup_form-submit-btn{font-family:RoadgeekEM,RoadgeekEE,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;margin-top:14px;padding:10px;background-color:#2563ea;color:#ddd;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}#user_popup_form .user_popup_form-submit-btn:hover{background-color:#1e40af}#user_popup_form-top-trigger{display:none}#nbhd_game-playAgain{display:none;position:absolute;top:24px;right:24px;z-index:6;text-decoration:none;color:#fff;font-family:RoadgeekEM,sans-serif;cursor:pointer;border-bottom:2px solid transparent;transition:border-color .2s;padding:8px 0;text-transform:uppercase;font-size:clamp(14px,1.5vw,18px)}#nbhd_game-playAgain:hover{border-color:#fff}@media (max-width: 768px){#nbhd_game-playAgain{top:12px!important;right:12px!important;font-size:11px!important;padding:6px 0!important}}@media (max-width: 480px){#nbhd_game-playAgain{top:35px!important;left:8px!important;right:8px!important;text-align:center;font-size:10px!important}}
