*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;background:#000;color:#fff;overflow:hidden}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}.boot-screen{width:100%;height:100%;background:#000}.auth-gate{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#000;padding:2rem}.auth-gate__panel{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:min(100%,520px)}.auth-gate__google{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1.35rem 2rem;background:#000;border:2px solid #39ff14;border-radius:6px;color:#39ff14;cursor:pointer;font-family:inherit;font-size:clamp(1.25rem,4.5vw,2rem);font-weight:800;letter-spacing:.02em;line-height:1.2;text-align:center;box-shadow:0 0 16px #39ff1440,inset 0 0 24px #39ff140a;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.auth-gate__google:hover:not(:disabled){background:#39ff1414;box-shadow:0 0 24px #39ff1466,inset 0 0 32px #39ff1414}.auth-gate__google:active:not(:disabled){transform:scale(.98)}.auth-gate__google:disabled{opacity:.55;cursor:default}.auth-gate__google-icon{flex-shrink:0;width:clamp(1.5rem,5vw,2.25rem);height:clamp(1.5rem,5vw,2.25rem)}.auth-gate__error{color:#f44;font-size:clamp(.875rem,2.5vw,1.125rem);font-weight:600;text-align:center}.glasses-screen{display:flex;align-items:flex-end;justify-content:center;width:100%;height:100%;background:#000;padding:8vh 6vw 12vh}.glasses-screen__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:960px;text-align:center}.glasses-screen__subtitle{font-size:clamp(2rem,8vw,4.5rem);font-weight:800;line-height:1.15;color:#39ff14;text-shadow:0 0 12px rgba(57,255,20,.45),0 2px 24px rgba(0,0,0,.9);letter-spacing:-.02em;word-break:break-word}.glasses-screen__original{font-size:clamp(1rem,3.5vw,1.75rem);font-weight:600;line-height:1.3;color:#ffffff8c;word-break:break-word}.glasses-screen__hint{font-size:clamp(1rem,3vw,1.5rem);font-weight:600;color:#ffffff59;letter-spacing:.04em}.glasses-screen[data-phase=processing] .glasses-screen__subtitle{color:#fff}.glasses-screen[data-phase=offline] .glasses-screen__subtitle{color:#f44}
