@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800;900&display=swap";:root{--purple:#46178f;--purple-2:#6c2bd9;--ink:#1f1f1f;--muted:#6c6c72;--surface:#fff;--line:#e4e4e7;--red:#e21b3c;--blue:#1368ce;--yellow:#d89e00;--green:#26890c;--shadow:0 12px 32px #20123724}*{box-sizing:border-box}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{max-width:100%;color:var(--ink);background:#fff;margin:0;font-family:Nunito Sans,system-ui,sans-serif;overflow-x:hidden}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}.muted{color:var(--muted)}.site-header{z-index:10;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(20px,5vw,72px);display:flex;position:relative}.site-header nav{align-items:center;gap:10px;display:flex}.site-header form{margin:0}.brand{letter-spacing:-.7px;align-items:center;gap:10px;font-size:22px;font-weight:900;display:inline-flex}.brand>span{background:var(--purple);color:#fff;border-radius:8px;place-items:center;width:38px;height:38px;font-size:18px;display:grid;transform:rotate(-3deg)}.brand-white{color:#fff}.brand-white>span{color:var(--purple);background:#fff}.nav-link{color:#444;background:0 0;border:0;padding:10px 13px;font-weight:800}.button{border:0;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:10px 17px;font-weight:900;transition:transform .12s,filter .12s;display:inline-flex;box-shadow:inset 0 -3px #00000029}.button:hover{filter:brightness(1.04);transform:translateY(-1px)}.button:active{box-shadow:none;transform:translateY(1px)}.button-primary{background:var(--purple-2);color:#fff}.button-dark{color:#fff;background:#292929}.button-white{color:#292929;background:#fff}.button-light{color:#333;background:#f1f1f3}.button-large{padding:14px 22px;font-size:17px}.button-small{padding:9px 15px}.button-block{width:100%}.hero{background:linear-gradient(135deg,#f7f2ff 0%,#fff 55%,#edf9ff 100%);grid-template-columns:minmax(0,1fr) minmax(460px,1fr);align-items:center;gap:6vw;min-height:620px;padding:70px clamp(24px,7vw,110px);display:grid;overflow:hidden}.hero-copy{max-width:620px}.eyebrow{letter-spacing:1.7px;color:var(--purple-2);font-size:13px;font-weight:900}.hero h1{letter-spacing:-4px;margin:15px 0 25px;font-size:clamp(48px,6.1vw,82px);line-height:.98}.hero-copy>p{color:#555;max-width:580px;font-size:20px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.hero-stage{background:var(--purple);border-radius:28px;padding:40px 28px;position:relative;transform:rotate(1.5deg);box-shadow:0 28px 65px #46178f47}.quiz-preview{box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:24px}.preview-top{color:#777;justify-content:space-between;align-items:center;font-weight:800;display:flex}.timer{background:var(--purple);color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:21px;display:grid}.quiz-preview h2{text-align:center;max-width:470px;margin:28px auto 34px;font-size:29px;line-height:1.2}.preview-options{grid-template-columns:1fr 1fr;gap:9px;display:grid}.answer{color:#fff;border-radius:7px;align-items:center;gap:12px;min-height:88px;padding:16px;font-size:18px;font-weight:900;display:flex;box-shadow:inset 0 -4px #00000026}.answer b{font-size:26px}.red{background:var(--red)}.blue{background:var(--blue)}.yellow{background:var(--yellow)}.green{background:var(--green)}.floating-card{box-shadow:var(--shadow);z-index:2;background:#fff;border-radius:12px;padding:13px 16px;position:absolute}.floating-card small{color:var(--muted);font-size:10px;font-weight:900;display:block}.floating-card strong{font-size:19px}.score-card{top:15px;right:-25px;transform:rotate(4deg)}.score-card small{color:var(--red)}.rank-card{align-items:center;gap:10px;display:flex;bottom:5px;left:-30px;transform:rotate(-5deg)}.rank-card>span{font-size:30px}.join-section{background:#f2f2f2;grid-template-columns:1fr minmax(340px,470px);align-items:center;gap:10vw;padding:82px clamp(24px,9vw,150px);display:grid}.join-copy h2{letter-spacing:-2px;margin:10px 0;font-size:clamp(36px,5vw,64px)}.join-copy p{color:#666;max-width:530px;font-size:19px}.join-card,.auth-card{box-shadow:var(--shadow);background:#fff;border-radius:14px;flex-direction:column;gap:9px;padding:30px;display:flex}.join-card label,.auth-card label{margin-top:5px;font-size:14px;font-weight:800}.join-card input,.auth-card input,.builder-header input,.question-toolbar select{background:#fff;border:2px solid #d7d7db;border-radius:7px;outline:0;padding:13px 14px}.join-card input:focus,.auth-card input:focus,.builder-header input:focus,.prompt-input:focus,.option-input:focus{border-color:var(--purple-2);box-shadow:0 0 0 3px #6c2bd91f}#pin{letter-spacing:6px;text-align:center;font-size:26px;font-weight:900}.form-error,.builder-error{color:#9e1730;background:#fff0f2;border-radius:7px;padding:11px;font-size:14px;font-weight:700}.features{grid-template-columns:repeat(3,1fr);gap:50px;padding:88px clamp(24px,7vw,110px);display:grid}.features h3{margin:18px 0 8px;font-size:23px}.features p{color:#666;line-height:1.65}.feature-icon{color:#fff;border-radius:15px;place-items:center;width:58px;height:58px;font-size:26px;font-weight:900;display:grid}.feature-icon.purple{background:var(--purple-2)}.feature-icon.blue{background:var(--blue)}.feature-icon.green{background:var(--green)}.site-footer{color:#fff;background:#191919;align-items:center;gap:35px;padding:45px clamp(24px,7vw,110px);display:flex}.site-footer p:last-child{color:#aaa;margin-left:auto}.auth-page{background:linear-gradient(145deg,#35106f,#6c2bd9);min-height:100vh;padding:24px}.auth-brand{color:#fff}.auth-brand>span{color:var(--purple);background:#fff}.auth-shell{place-items:center;min-height:calc(100vh - 70px);display:grid}.auth-card{width:min(100%,440px);padding:36px}.auth-card h1{letter-spacing:-1px;margin:5px 0 0;font-size:34px}.auth-card>p{color:var(--muted);margin:3px 0 14px}.button-google{color:#3c4043;background:#fff;border:1px solid #d5d9df;box-shadow:inset 0 -2px #00000014}.google-mark{color:#4285f4;font-family:Arial,sans-serif;font-size:23px;font-weight:900}.auth-note{text-align:center;font-size:13px;line-height:1.45}.manual-auth{border-top:1px solid var(--line);margin-top:8px;padding-top:15px}.manual-auth summary{cursor:pointer;color:#555;text-align:center;font-size:14px;font-weight:900;list-style:none}.manual-auth summary::-webkit-details-marker{display:none}.manual-auth summary:after{content:"⌄";color:var(--purple);margin-left:8px}.manual-auth[open] summary{margin-bottom:12px}.manual-auth[open] summary:after{content:"⌃"}.manual-auth form{flex-direction:column;gap:9px;display:flex}.check-row{align-items:center;gap:8px;margin:4px 0 8px;display:flex;font-weight:600!important}.check-row input{width:18px;height:18px}.auth-switch{font-size:14px;text-align:center!important}.auth-switch a{color:var(--purple-2);font-weight:900}.dashboard-page{background:#f7f7f8;min-height:100vh}.dashboard-shell{max-width:1240px;margin:auto;padding:45px 24px 80px}.flash-success{color:#1f6e0b;background:#e8f7e4;border:1px solid #bce1b3;border-radius:8px;margin-bottom:20px;padding:13px 16px;font-weight:800}.dashboard-heading{justify-content:space-between;align-items:center;gap:30px;margin-bottom:42px;display:flex}.dashboard-heading h1{letter-spacing:-1.5px;margin:8px 0;font-size:39px}.dashboard-heading p{color:var(--muted);margin:0}.dashboard-grid{grid-template-columns:minmax(0,1fr) 340px;gap:35px;display:grid}.section-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-heading h2,.side-column h2{margin:0;font-size:20px}.section-heading span{color:var(--muted);font-size:14px}.quiz-card{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:145px 1fr auto;align-items:center;gap:18px;margin-bottom:12px;padding:13px;display:grid;box-shadow:0 3px 10px #0000000a}.quiz-thumb{color:#fff;background:var(--purple);border-radius:9px;flex-direction:column;justify-content:space-between;height:95px;padding:14px;display:flex}.quiz-thumb.color-1{background:#1368ce}.quiz-thumb.color-2{background:#26890c}.quiz-thumb.color-3{background:#e21b3c}.quiz-thumb span{font-size:38px;font-weight:900}.quiz-thumb small{font-weight:800}.quiz-details h3{margin:0 0 5px;font-size:19px}.quiz-details p{color:#666;margin:0 0 10px}.quiz-details small{color:#999}.quiz-actions{align-items:center;gap:7px;display:flex}.quiz-actions form{margin:0}.icon-button{background:0 0;border:0;border-radius:6px;width:40px;height:40px;font-size:23px}.icon-button.danger{color:#a51b32}.empty-state{text-align:center;background:#fff;border:2px dashed #d8d8dc;border-radius:14px;padding:55px 25px}.empty-state>div{width:62px;height:62px;color:var(--purple);background:#eee5ff;border-radius:50%;place-items:center;margin:auto;font-size:32px;font-weight:900;display:grid}.empty-state h3{margin:18px 0 5px;font-size:23px}.empty-state p{color:var(--muted)}.side-column{border:1px solid var(--line);background:#fff;border-radius:12px;height:max-content;padding:22px}.recent-game{border-bottom:1px solid #eee;justify-content:space-between;gap:10px;padding:16px 0;display:flex}.recent-game div{flex-direction:column;display:flex}.recent-game span{color:var(--muted);margin-top:4px;font-size:12px}.recent-game>b{color:var(--purple);background:#efe7ff;border-radius:12px;height:max-content;padding:5px 8px;font-size:11px}.tip-card{background:#f4efff;border-radius:9px;gap:10px;margin-top:20px;padding:14px;display:flex}.tip-card p{color:#635978;margin:4px 0;font-size:13px}.builder-page{background:#f2f2f4;min-height:100vh}.builder-header{z-index:5;background:#fff;grid-template-columns:190px minmax(260px,600px) auto;align-items:center;gap:20px;height:86px;padding:12px 24px;display:grid;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.builder-title{grid-template-columns:1fr 1fr;gap:8px;display:grid}.builder-title input{min-width:0;padding:10px}.builder-error{margin:15px 24px}.builder-layout{grid-template-columns:230px 1fr;min-height:calc(100vh - 86px);display:grid}.question-sidebar{background:#fff;flex-direction:column;gap:12px;padding:18px;display:flex}.sidebar-title{justify-content:space-between;display:flex}.question-nav-item{text-align:left;background:#f2f2f4;border:2px solid #0000;border-radius:8px;gap:10px;width:100%;margin-bottom:8px;padding:12px;display:flex}.question-nav-item.active{border-color:var(--purple-2);background:#f3ecff}.question-nav-item b{color:var(--purple)}.question-nav-item span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.question-canvas{flex-direction:column;align-items:center;padding:40px clamp(25px,7vw,100px);display:flex}.question-toolbar{justify-content:flex-end;align-self:stretch;gap:12px;display:flex}.question-toolbar label{align-items:center;gap:7px;font-size:12px;font-weight:800;display:flex}.question-toolbar select{padding:8px}.delete-question{color:#a51b32;background:0 0;border:0;font-weight:800}.prompt-input{text-align:center;resize:vertical;border:2px solid #ddd;border-radius:10px;outline:0;width:100%;min-height:130px;margin:30px 0 18px;padding:30px;font-size:clamp(24px,3vw,39px);font-weight:900}.answer-hint{color:#666}.builder-options{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.builder-option{color:#fff;border-radius:8px;grid-template-columns:55px 1fr 52px;min-height:100px;display:grid;overflow:hidden;box-shadow:inset 0 -4px #00000024}.builder-option>span{place-items:center;font-size:28px;display:grid}.option-input{color:#fff;background:0 0;border:0;outline:0;min-width:0;font-size:20px;font-weight:900}.option-input::placeholder{color:#ffffffb8}.correct-radio{appearance:none;border:3px solid #fff;border-radius:50%;align-self:center;width:30px;height:30px;position:relative}.correct-radio:checked{background:#fff}.correct-radio:checked:after{content:"✓";color:#26890c;font-size:20px;font-weight:900;position:absolute;top:-2px;left:5px}.host-page{background:var(--purple);color:#fff;min-height:100vh}.host-shell{grid-template-rows:68px 1fr 72px;min-height:100vh;display:grid}.game-bar,.host-controls{background:#0003;justify-content:space-between;align-items:center;padding:0 25px;display:flex}.icon-button.light{color:#333;background:#fff}.host-view{place-items:center;padding:28px;display:grid}.lobby-view{text-align:center;width:min(100%,1150px)}.join-instructions{justify-content:center;align-items:center;gap:12px;font-size:24px;display:flex}.join-instructions strong{color:#222;background:#fff;border-radius:5px;padding:7px 14px}.game-pin{letter-spacing:9px;text-shadow:0 5px #0003;margin:24px;font-size:clamp(72px,13vw,160px);font-weight:900;line-height:1}.players-panel{background:#0003;border-radius:16px;min-height:200px;padding:22px}.players-heading{justify-content:space-between;font-size:20px;display:flex}.waiting-dot{background:#65db43;border-radius:50%;width:13px;height:13px;box-shadow:0 0 0 7px #65db4333}.player-list{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.player-chip{color:#222;background:#fff;border-radius:6px;padding:10px 16px;font-size:20px;font-weight:900;animation:.3s pop}.host-question{flex-direction:column;align-items:center;width:min(100%,1200px);display:flex}.question-meta{justify-content:space-between;align-items:center;width:100%;font-weight:900;display:flex}.host-timer{width:82px;height:82px;color:var(--purple);background:#fff;border-radius:50%;place-items:center;font-size:35px;display:grid}.host-question h1{text-align:center;max-width:1000px;margin:20px auto 35px;font-size:clamp(28px,4vw,58px)}.host-options{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.host-answer{border-radius:9px;align-items:center;gap:18px;min-height:110px;padding:19px;font-size:24px;font-weight:900;display:flex;position:relative;box-shadow:inset 0 -5px #0000002e}.host-answer .shape{font-size:36px}.answer-count{background:#00000038;border-radius:20px;margin-left:auto;padding:6px 11px}.host-answer.wrong{filter:grayscale(.9);opacity:.45}.host-answer.correct{outline:7px solid #fff}.leaderboard{width:min(800px,100%)}.leaderboard h1{text-align:center;font-size:50px}.leader-row{color:#222;background:#fff;border-radius:8px;grid-template-columns:50px 1fr auto;align-items:center;margin:10px 0;padding:15px 20px;font-size:22px;font-weight:900;display:grid}.leader-row:nth-of-type(2){box-shadow:var(--shadow);transform:scale(1.03)}.leader-row b:first-child{color:var(--purple)}.finished-title{text-align:center}.finished-title h1{margin:10px;font-size:70px}.podium{justify-content:center;align-items:flex-end;gap:10px;height:360px;display:flex}.podium-place{text-align:center;width:220px}.podium-place strong{margin-bottom:10px;font-size:24px;display:block}.podium-place div{color:var(--purple);background:#fff;border-radius:8px 8px 0 0;place-items:center;font-size:45px;font-weight:900;display:grid}.podium-place.first div{height:240px}.podium-place.second div{height:180px}.podium-place.third div{height:130px}.player-page{background:var(--purple);color:#fff;min-height:100vh}.player-shell{grid-template-rows:60px 1fr;min-height:100vh;display:grid}.player-bar{background:#0003;justify-content:space-between;align-items:center;padding:0 16px;display:flex}.player-bar #player-score{color:#333;background:#fff;border-radius:5px;padding:7px 12px}.player-view{place-items:center;min-height:0;display:grid}.player-waiting{text-align:center;padding:25px}.pulse-logo{width:100px;height:100px;color:var(--purple);background:#fff;border-radius:25px;place-items:center;margin:0 auto 25px;font-size:40px;font-weight:900;animation:1.8s infinite pulse;display:grid}.player-waiting h1{font-size:33px}.player-waiting p{font-size:18px}.loading-dots{justify-content:center;gap:7px;display:flex}.loading-dots i{background:#fff;border-radius:50%;width:10px;height:10px;animation:1s infinite bounce}.loading-dots i:nth-child(2){animation-delay:.15s}.loading-dots i:nth-child(3){animation-delay:.3s}.mobile-question{grid-template-rows:auto 1fr;width:100%;height:100%;display:grid}.mobile-prompt{text-align:center;padding:18px}.mobile-prompt small{font-weight:800}.mobile-prompt h1{margin:10px;font-size:clamp(21px,6vw,32px)}.mobile-answers{grid-template-columns:1fr 1fr;gap:8px;min-height:0;padding:8px;display:grid}.mobile-answer{color:#fff;border:0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:16px;font-weight:900;display:flex;box-shadow:inset 0 -6px #0000002e}.mobile-answer .shape{font-size:50px}.player-result{text-align:center;padding:25px}.result-icon{width:100px;height:100px;color:var(--green);background:#fff;border-radius:50%;place-items:center;margin:auto;font-size:55px;font-weight:900;display:grid}.player-result.incorrect .result-icon{color:var(--red)}.player-result h1{font-size:42px}.points-earned{font-size:34px;font-weight:900}.player-leaderboard{width:min(100%,500px);padding:20px}.player-leaderboard h1{text-align:center}.player-leaderboard .leader-row{grid-template-columns:38px 1fr auto;font-size:17px}.my-rank{text-align:center;background:#0003;border-radius:7px;padding:10px}@keyframes pop{0%{opacity:0;transform:scale(.7)}}@keyframes pulse{50%{transform:scale(1.08)}}@keyframes bounce{50%{transform:translateY(-7px)}}@media (width<=900px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-stage{margin:15px 10px 35px}.join-section,.dashboard-grid{grid-template-columns:1fr}.side-column{order:-1}.quiz-card{grid-template-columns:110px 1fr}.quiz-actions{grid-column:1/-1}.builder-header{grid-template-columns:auto 1fr auto}.builder-title{grid-template-columns:1fr}.builder-title input:last-child{display:none}.builder-layout{grid-template-columns:170px 1fr}.question-canvas{padding:28px 20px}}@media (width<=640px){.site-header{height:64px;padding:0 14px}.site-header .nav-link{display:none}.brand{font-size:19px}.brand>span{width:34px;height:34px}.hero{min-height:0;padding:44px 20px}.hero h1{letter-spacing:-2.5px;font-size:47px}.hero-copy>p{font-size:17px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-stage{border-radius:19px;padding:24px 13px}.quiz-preview{padding:15px}.quiz-preview h2{margin:18px auto;font-size:21px}.answer{min-height:70px;padding:10px;font-size:14px}.answer b{font-size:19px}.score-card{right:-9px}.rank-card{left:-8px}.join-section{padding:58px 20px}.join-card{padding:22px}.features{grid-template-columns:1fr;gap:35px;padding:60px 25px}.site-footer{flex-direction:column;align-items:flex-start}.site-footer p:last-child{margin-left:0}.dashboard-shell{padding:30px 14px}.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-heading h1{font-size:31px}.quiz-card{grid-template-columns:85px 1fr;gap:12px}.quiz-thumb{height:80px}.quiz-thumb span{font-size:28px}.quiz-details p{font-size:13px}.quiz-actions{flex-wrap:wrap}.quiz-actions .button{flex:1}.builder-header{grid-template-columns:auto 1fr auto;height:auto;min-height:75px;padding:9px 12px}.builder-header .brand{font-size:0}.builder-header .button{padding:10px}.builder-layout{display:block}.question-sidebar{z-index:4;flex-direction:row;padding:8px;position:sticky;top:75px;overflow-x:auto}.sidebar-title{display:none}#question-nav{display:flex}.question-nav-item{width:95px;margin:0 5px 0 0}.question-sidebar>.button{flex:0 0 120px;width:120px}.question-canvas{padding:15px 9px}.question-toolbar{justify-content:space-between}.question-toolbar label{flex-direction:column}.prompt-input{min-height:105px;margin:18px 0;padding:18px;font-size:23px}.builder-options{grid-template-columns:1fr}.builder-option{min-height:88px}.join-instructions{flex-wrap:wrap;font-size:17px}.game-pin{letter-spacing:4px;font-size:58px}.host-view{padding:15px}.host-options{grid-template-columns:1fr}.host-answer{min-height:80px;font-size:18px}.host-question h1{margin:12px auto;font-size:27px}.game-bar{padding:0 12px}.game-bar #question-progress{font-size:13px}.host-controls{padding:0 12px}.host-controls .button{padding:12px}.mobile-answer{min-height:120px}.mobile-answer .shape{font-size:42px}.podium-place{width:30vw}.podium-place strong{font-size:16px}.leaderboard h1{font-size:38px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.user-panel{border:1px solid var(--line);background:#fff;border-radius:12px;padding:24px;box-shadow:0 3px 10px #0000000a}.user-table-wrap{overflow-x:auto}.user-table{border-collapse:collapse;width:100%;min-width:650px}.user-table th,.user-table td{text-align:left;border-bottom:1px solid #eee;padding:15px 12px}.user-table th{text-transform:uppercase;letter-spacing:.6px;color:#777;font-size:12px}.user-table td small{color:var(--muted);margin-top:3px;display:block}.role-badge{border-radius:20px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-block}.role-admin{color:var(--purple);background:#eee5ff}.role-teacher{color:#1368ce;background:#e5f3ff}.role-viewer{color:#555;background:#eee}.role-form{align-items:center;gap:8px;display:flex}.role-form select{background:#fff;border:2px solid #d7d7db;border-radius:7px;padding:8px;font-weight:700}@media (width<=640px){.user-panel{padding:16px}}.user-create-panel{background:#f4efff;border:1px solid #ded0ff;border-radius:12px;margin-bottom:20px;padding:22px 24px}.user-create-panel h2{margin:0 0 4px;font-size:20px}.user-create-panel p{margin:0 0 16px}.user-create-form{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.user-create-grid{flex:1;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;display:grid}.user-create-grid label{color:#555;font-size:12px;font-weight:800}.user-create-grid input,.user-create-grid select{background:#fff;border:2px solid #d7d7db;border-radius:7px;outline:0;width:100%;margin-top:5px;padding:10px;display:block}.user-create-grid input:focus,.user-create-grid select:focus{border-color:var(--purple-2);box-shadow:0 0 0 3px #6c2bd91f}@media (width<=900px){.user-create-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.user-create-form>.button{width:100%}}@media (width<=640px){.site-header .nav-link.admin-link{padding:8px 6px;font-size:12px;display:inline-block}}.lobby-layout{grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:28px;display:grid}.lobby-main{min-width:0}.join-qr{color:#222;box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px;display:flex}.join-qr img{width:170px;height:170px;display:block}.join-qr strong{font-size:18px}.join-qr a{overflow-wrap:anywhere;max-width:180px;color:var(--purple-2);font-size:11px;font-weight:800}.join-qr small{color:#666;font-size:11px;line-height:1.35}@media (width<=760px){.lobby-layout{grid-template-columns:1fr}.join-qr{text-align:left;grid-template-columns:100px 1fr;align-items:center;column-gap:12px;max-width:360px;margin:0 auto;padding:10px;display:grid}.join-qr img{grid-row:span 3;width:100px;height:100px}.join-qr strong,.join-qr a,.join-qr small{max-width:none}}
