*,*:before,*:after{box-sizing:border-box}:root{--white: #fff;--black: #000;--loader-track: #e8e8e8;--modal-bg-color: rgba(0, 0, 0, .5);--product-disable: rgba(153, 153, 153, .3);--primary-font: "Rajdhani", sans-serif;font-family:var(--primary-font);line-height:1.5;font-weight:500;color-scheme:light;background:var(--white);color:var(--black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;align-items:center;height:100dvh;overflow:hidden;background:var(--white)!important;color:var(--black)}button{font-family:var(--primary-font)}sa-trivia-app,sa-gtw-app{display:flex;flex-direction:column;width:100%;max-width:500px;height:100%}.ll-trivia-custom-loading-screen{background:var(--white)}sa-trivia-app ll-trivia,sa-gtw-app ll-guess-the-word{flex:1;min-height:0}sa-gtw-app ll-gtw-fallback{color:var(--black)}#auth-root{display:flex;width:100%;height:100dvh;overflow:hidden}game-error{display:flex;width:100%;min-height:100dvh;background:var(--white)}.game-error{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100dvh;padding:16px;box-sizing:border-box;gap:32px}.game-error__content{display:flex;flex-direction:column;align-items:center;gap:12px}.game-error__icon{width:38px;height:57px;object-fit:contain;margin-bottom:8px}.game-error__title{font-family:var(--primary-font);font-weight:700;font-size:28px;line-height:1.1;letter-spacing:-.72px;text-transform:uppercase;color:var(--black);text-align:center}.game-error__message{color:#101820;text-align:center;font-family:Industry;font-size:18px;font-style:normal;font-weight:700;line-height:20px;max-width:280px}.game-error__btn{background-color:#782f40;color:var(--white);border:none;height:50px;width:100%;border-radius:4px;max-width:343px;font-family:var(--primary-font);font-weight:700;text-transform:uppercase;font-size:18px;line-height:22px;letter-spacing:0px;cursor:pointer;display:flex;align-items:center;justify-content:center}.game-error__btn:active{opacity:.85}game-spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100dvh;background:var(--white);color:var(--black)}.game-spinner__circle{width:46px;height:46px;border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,#782f40,#782f4000 360deg);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 5px));mask:radial-gradient(farthest-side,transparent calc(100% - 5px),#000 calc(100% - 5px));animation:game-spinner-rotate .6s linear infinite}@keyframes game-spinner-rotate{to{transform:rotate(360deg)}}auth-screen{display:flex;width:100%;height:100%}.auth-screen{display:flex;flex-direction:column;width:100%;height:100%;background:#f2f1ee;overflow:hidden}.auth-screen__body{flex:1;min-height:0;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;background-image:url(/assets/signup-bg-GsFD9J2c.png);background-size:cover;background-position:center}.auth-screen__card{width:100%;margin-top:auto;margin-bottom:auto;background:var(--white);border-radius:12px;padding:32px 24px 24px;box-shadow:0 2px 12px #10182014;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.auth-screen__emblem{width:64px;height:66px;object-fit:contain;margin-bottom:16px}.auth-screen__title{font-family:var(--primary-font);font-weight:700;font-size:24px;line-height:98%;text-transform:uppercase;color:#101820;text-align:center;margin:0 0 8px}.auth-screen__subtitle{font-family:var(--primary-font);font-size:14px;font-weight:500;line-height:124%;color:#101820;text-align:center;margin:0 0 24px}.auth-screen__subtitle strong{color:#101820;font-weight:700}.auth-screen__form{width:100%;display:flex;flex-direction:column;gap:16px}.auth-screen__field{display:flex;flex-direction:column;gap:6px;text-align:left}.auth-screen__field label{font-family:var(--primary-font);font-size:12px;font-weight:700;line-height:16.68px;text-transform:uppercase;color:#101820}.auth-screen__required{color:#b3261e;font-size:16px}.auth-screen__field input{height:46px;border:1px solid #d5d3cf;border-radius:4px;padding:0 14px;font-family:var(--primary-font);font-size:16px;color:#101820;background:var(--white);box-sizing:border-box}.auth-screen__field input:focus{outline:none;border-color:#782f40}.auth-screen__field input:disabled{background:#f5f4f2;color:#9a9a9a}.auth-screen__error{font-family:var(--primary-font);font-size:13px;font-weight:600;color:#b3261e;text-align:left;margin:0}.auth-screen__error--otp{display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;margin:20px 0 0}.auth-screen__error--otp svg{flex-shrink:0}.auth-screen__submit{height:50px;background:#782f40;color:var(--white);border:none;border-radius:4px;font-family:var(--primary-font);font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;margin-top:4px}.auth-screen__submit:disabled{opacity:.6;cursor:default}.auth-screen__submit:active:not(:disabled){opacity:.85}.auth-screen__switch{margin:20px 0 0;font-family:var(--primary-font);font-size:14px;color:#10182099;text-align:center}.auth-screen__switch button{background:none;border:none;padding:0;font-family:var(--primary-font);font-size:inherit;font-weight:700;color:#101820;text-decoration:underline;cursor:pointer}.auth-screen__secured{margin:16px 0 0;font-family:var(--primary-font);font-size:12px;color:#9a9a9a;text-align:center}.auth-screen__otp-email{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--primary-font);font-weight:700;font-size:16px;text-transform:uppercase;color:#101820;text-align:center;margin:0 0 24px}.auth-screen__edit-email{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:2px;color:#101820;cursor:pointer}.auth-screen__otp-row{display:flex;gap:8px;justify-content:center;width:100%}.auth-screen__otp-box{width:44px;height:52px;border:1px solid #d5d3cf;border-radius:8px;text-align:center;font-family:var(--primary-font);font-size:22px;font-weight:700;color:#101820;box-sizing:border-box;padding:0}.auth-screen__otp-box:focus{outline:none;border-color:#782f40}.auth-screen__otp-box--error{border-color:#b3261e}.auth-screen__resend{margin:20px 0 0;font-family:var(--primary-font);font-size:14px;color:#101820;text-align:center}.auth-screen__resend button{background:none;border:none;padding:0;font-family:var(--primary-font);font-size:inherit;font-weight:700;color:#782f40;text-decoration:underline;cursor:pointer}.auth-screen__resend button:disabled{color:#9a9a9a;cursor:default;text-decoration:none}sa-back-header{display:block;flex-shrink:0}.back-header{display:flex;align-items:center;gap:10px;min-height:32px;padding:12px 16px;background:var(--rewards-primary, #782f40);cursor:pointer}.back-header-icon{width:16px;height:16px;aspect-ratio:1 / 1;flex-shrink:0;display:block}.back-header-label{color:var(--white, #fff);font-family:var(--rewards-font, "Industry", "Rajdhani", sans-serif);font-size:14px;font-style:normal;font-weight:700;line-height:120%}
