#tl-signup .tl-signup-launcher[hidden]{display:none!important}
#tl-signup .tl-signup-launcher{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));left:16px;z-index:8;display:flex;border:1px solid #ccff00;border-radius:24px;background:#0a0a0a;box-shadow:0 3px 18px #0004;overflow:hidden}
#tl-signup button{font-family:Archivo,Arial,sans-serif;cursor:pointer}
#tl-signup .tl-signup-launcher button{min-height:44px;border:0;background:transparent;color:#ccff00;padding:8px 16px;font-size:14px;font-weight:700}
#tl-signup .tl-signup-launcher [data-signup-dismiss]{padding:8px 12px;font-size:22px;border-left:1px solid #ccff0040}
#tl-signup dialog{background:#0a0a0a;color:#e6e6dc;border:1px solid #555;border-radius:20px;padding:32px;width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:auto;margin:auto;font-family:Archivo,Arial,sans-serif}
#tl-signup dialog::backdrop{background:#0009}
#tl-signup dialog img{width:160px;height:120px;object-fit:contain;display:block;margin:0 auto 16px}
#tl-signup h2{font-family:'Bowlby One SC','Arial Black',sans-serif;font-size:28px;line-height:1.2;color:#e6e6dc;margin:16px 0}
#tl-signup p{line-height:1.5}
#tl-signup .tl-signup-close{position:absolute;right:8px;top:8px;width:44px;height:44px;background:transparent;color:#e6e6dc;border:0;font-size:28px}
#tl-signup label{display:block;margin:20px 0 8px}
#tl-signup input[type=email]{width:100%;min-height:48px;border:1px solid #888;border-radius:8px;background:#171717;color:#fff;padding:12px;font-size:16px}
#tl-signup .tl-signup-submit{width:100%;min-height:48px;background:#ccff00;color:#0a0a0a;border:0;border-radius:24px;margin-top:12px;font-weight:700;font-size:16px}
#tl-signup .tl-signup-note{font-size:12px;color:#bdbdb4;margin-bottom:0}
#tl-signup a{color:inherit;text-decoration:underline}
#tl-signup :focus-visible{outline:2px solid #ccff00;outline-offset:3px}
