:root{--SignupHeight:min(550px, 100vh - 50px);--SignupWidth:min(420px, 100vw - 60px);--SignupRoundelDiameter:70px;--SignupRoundelMargin:12px}#signup-modal{display:none;position:fixed;z-index:10000;left:0;top:0;right:0;bottom:0;overflow:auto;background-color:rgba(0,0,0,.4)}#signup-outer{display:none;position:fixed;z-index:10001;width:var(--SignupWidth);height:var(--SignupHeight);top:calc(50vh - (var(--SignupHeight)/2));left:calc(50vw - (var(--SignupWidth)/2));box-sizing:border-box;user-select:none;background-color:#fff;border:1px solid #666;box-shadow:3px 3px 10px -1px #333;padding:20px;font-size:0}#signup-close-button{position:absolute;cursor:pointer;top:5px;right:5px}#signup-close-button,#signup-close-button img{width:25px;height:25px}#signup-content{width:100%;height:100%;padding:20px 0 0;box-sizing:border-box;text-align:center;font-size:16px;overflow-y:auto}#signup-content #signup-logo{width:80%}#signup-step1 #signup-title{font-size:48px;margin:15px auto}#signup-step1 input[type=email],#signup-step1 input[type=text]{font-family:var(--FontFamily),sans-serif;width:100%;font-size:16px;padding:3px 5px;margin-top:15px;box-sizing:border-box}#signup-step1 input[type=submit]{width:70%;height:40px;box-sizing:border-box;margin-top:25px;background-color:var(--ButtonBackgroundColour);color:var(--ButtonTextColour);font-family:var(--FontFamily),sans-serif;font-size:20px;padding-top:4px;font-weight:700;text-transform:uppercase;border:0;cursor:pointer}#signup-step1 input[type=submit]:hover{background-color:var(--ButtonHoverBackgroundColour);color:var(--ButtonHoverTextColour)}#signup-step1 #signup-close-text{margin-top:15px;cursor:pointer;font-weight:700}#signup-step1 #signup-close-text:hover{text-decoration:underline}#signup-step1 #signup-info{font-size:13px;color:#555}#signup-step1 #signup-error{color:#d00}#signup-step2{display:none}#signup-step2 #signup-code{margin:-10px auto 5px;font-size:36px;user-select:text}#signup-step2 #signup-clipboard{width:50%;height:30px;box-sizing:border-box;margin-top:10px;background-color:var(--ButtonBackgroundColour);color:var(--ButtonTextColour);font-family:var(--FontFamily),sans-serif;padding-top:3px;font-size:15px;text-transform:uppercase;border:0;cursor:pointer}#signup-step2 #signup-clipboard:hover,#signup-step2 #signup-shop-now:hover{background-color:var(--ButtonHoverBackgroundColour);color:var(--ButtonHoverTextColour)}#signup-step2 #signup-message{margin-top:30px}#signup-step2 #signup-shop-now{width:70%;height:40px;box-sizing:border-box;margin-top:25px;background-color:var(--ButtonBackgroundColour);color:var(--ButtonTextColour);font-family:var(--FontFamily),sans-serif;padding-top:4px;font-size:20px;font-weight:700;text-transform:uppercase;border:0;cursor:pointer}#signup-roundel{position:fixed;cursor:pointer;z-index:5;border-radius:calc(var(--SignupRoundelDiameter)/2);bottom:var(--SignupRoundelMargin);right:var(--SignupRoundelMargin);display:none}#signup-roundel,#signup-roundel img{width:var(--SignupRoundelDiameter);height:var(--SignupRoundelDiameter)}