@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#f8f9fa;--surface-color:#fff;--surface-hover:#f1f3f5;--text-primary:#1e1e24;--text-secondary:#6c757d;--border-color:#e9ecef;--primary-color:#3b82f6;--primary-hover:#2563eb;--index-green:#10b981;--index-yellow:#f59e0b;--index-red:#ef4444;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--transition:all .2s ease-in-out;--border-radius:12px}[data-theme=dark]{--bg-color:#0b0c10;--surface-color:#1a1c23;--surface-hover:#282a36;--text-primary:#f8f9fa;--text-secondary:#9ca3af;--border-color:#2d3748;--shadow-sm:0 1px 2px #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -1px #0000004d}[data-theme=dark] body,[data-theme=dark] .app-container{background-color:#0000;background-image:radial-gradient(900px 520px at 86% -8%,#0099ff47,#0000 62%),radial-gradient(760px 540px at 6% 12%,#7056d24d,#0000 58%),radial-gradient(920px 600px at 50% 104%,#ffc3fd1a,#0000 64%),linear-gradient(135deg,#130b27 0%,#0b1022 46%,#060713 100%);background-position:0 0,0 0,0 0,0 0;background-repeat:repeat,repeat,repeat,repeat;background-size:auto,auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background-color var(--transition), color var(--transition);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.pencil-badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0003}.pencil-green{background:linear-gradient(135deg,#34d399,#059669)}.pencil-yellow{background:linear-gradient(135deg,#fbbf24,#d97706)}.pencil-red{background:linear-gradient(135deg,#f87171,#dc2626)}.pencil-gray{background:linear-gradient(135deg,#9ca3af,#6b7280)}.badge-new{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#f43f5e,#e11d48);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:800;display:inline-block}.btn{cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:10px 20px;font-family:inherit;font-weight:600}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-color);color:var(--text-primary);background-color:#0000}.btn-outline:hover{background-color:var(--surface-hover)}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.blur-content{filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.scroll-snap-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:16px;margin-bottom:32px;padding-bottom:16px;display:flex;overflow-x:auto}.scroll-snap-container::-webkit-scrollbar{display:none}.scroll-snap-item{scroll-snap-align:start;flex:0 0 calc(22.2222% - 16px);min-width:0}@media (width<=768px){.scroll-snap-item{flex:0 0 calc(66.6667% - 16px)}}.grid-responsive{gap:20px;display:grid}@media (width>=1024px){.grid-responsive{grid-template-columns:repeat(4,1fr)}}@media (width>=768px) and (width<=1023px){.grid-responsive{grid-template-columns:repeat(3,1fr)}}@media (width<=767px){.grid-responsive{grid-template-columns:repeat(1,1fr)}.grid-responsive.grid-mobile-2{grid-template-columns:repeat(2,1fr);gap:12px}.container{padding:0 16px}}.thumbnail-wrapper{aspect-ratio:16/9;background-color:#333;background-position:50%;background-size:cover;width:100%;position:relative}@media (width<=767px){.btn,button,select,input{min-height:44px}.mobile-bottom-padding{padding-bottom:80px}.desktop-only{display:none!important}}@media (width>=768px){.swipe-on-mobile{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}}@media (width>=1024px){.swipe-on-mobile{grid-template-columns:repeat(4,1fr)}}@media (width<=767px){.swipe-on-mobile{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.swipe-on-mobile::-webkit-scrollbar{display:none}.swipe-on-mobile>div{scroll-snap-align:start;flex:0 0 calc(85% - 16px);min-width:0}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.question-meta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.answer-pill.correct{color:#fff;background:linear-gradient(135deg,#10b981,#09f)}.student-answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.submit-message,.answer-reveal,.rtdb-note{margin-top:16px}.submit-message{color:#087acc;font-weight:900}.answer-reveal{color:#0d7c68;font-weight:900}@media (width<=560px){.student-answer-grid{grid-template-columns:1fr}}.word-relay-placeholder,.reaction-pick-placeholder{min-height:240px}.classroom-page{color:#102033;background:radial-gradient(circle at 18% 18%,#ffb9d66b,#0000 28%),radial-gradient(circle at 82% 10%,#ccedffdb,#0000 30%),linear-gradient(135deg,#f7fcff 0%,#eaf7ff 42%,#fff6fb 100%);min-height:100vh}.classroom-hero,.games-section,.game-shell{width:min(1180px,100% - 32px);margin:0 auto}.classroom-hero{padding:28px 0 56px;position:relative}.classroom-nav{justify-content:space-between;align-items:center;margin-bottom:56px;display:flex}.ghost-link,.nav-pill,.hero-actions button,.game-action,.mode-toggle button,.empty-panel button{font:inherit;border:0}.ghost-link{color:#087acc;cursor:pointer;background:#ffffffb8;border:1px solid #0099ff2e;border-radius:999px;padding:10px 16px}.nav-pill,.privacy-badge,.card-status,.category-label,.mini-chip,.feature-chip,.answer-pill{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.nav-pill{color:#33627d;background:#ffffff9e;border:1px solid #ffffffc7;padding:10px 16px;box-shadow:0 12px 28px #006fbe14}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,520px);align-items:center;gap:56px;display:grid;position:relative}.classroom-intro{justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px;display:flex}.classroom-intro h1{letter-spacing:0;max-width:700px;margin:0;font-size:clamp(38px,5vw,68px);line-height:1.04}.classroom-intro p{color:#64778a;max-width:420px;margin:0;font-size:17px;font-weight:700;line-height:1.65}.hero-copy{max-width:610px}.eyebrow{color:#09f;margin-bottom:16px;font-weight:800}.hero-copy h1{letter-spacing:0;margin-bottom:24px;font-size:clamp(36px,5vw,64px);line-height:1.05}.hero-copy p,.section-heading p,.game-card p,.shell-subtitle,.muted-text{color:#64778a}.hero-copy p{max-width:560px;font-size:18px}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:32px;display:flex}.hero-actions button,.game-action.primary,.empty-panel button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#09f,#37b4ff);border-radius:999px;padding:14px 20px;font-weight:800;box-shadow:0 18px 40px #0099ff3d}.hero-actions span{color:#6f8190;font-weight:700}.floating-app,.game-card,.game-panel,.student-card,.host-card,.empty-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #ffffffdb;box-shadow:0 30px 80px #357fb429}.floating-app{border-radius:28px;min-height:360px;padding:22px;position:relative}.app-topbar{gap:7px;margin-bottom:24px;display:flex}.app-topbar span{background:#ffd3df;border-radius:50%;width:11px;height:11px}.app-topbar span:nth-child(2){background:#ffd99a}.app-topbar span:nth-child(3){background:#b6e5ff}.room-preview{background:linear-gradient(135deg,#ccedffd1,#ffe6f1c2);border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.room-preview small{color:#547184;font-weight:800;display:block}.room-preview strong{color:#064f8b;letter-spacing:0;font-size:42px;display:block}.privacy-badge{color:#0d7c68;background:#d1fae5cc;padding:8px 12px;font-size:13px;font-weight:800}.preview-question{color:#203348;background:#fff;border-radius:22px;margin:24px 0;padding:24px;font-size:22px;font-weight:900}.preview-options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.preview-options span,.feature-chip,.answer-pill{color:#31566d;text-align:center;background:#ffffffd1;padding:13px 10px;font-weight:800}.float-chip{color:#31566d;background:#fffc;border-radius:999px;padding:12px 16px;font-weight:800;position:absolute;box-shadow:0 18px 42px #005fa01f}.chip-one{top:6px;right:420px}.chip-two{background:#fff0f6;top:52px;right:10px}.chip-three{background:#fff7df;bottom:22px;right:460px}.chip-four{background:#f0efff;bottom:0;right:34px}.featured-showcase{margin-top:28px}.featured-heading{justify-content:flex-start;align-items:end;gap:24px;margin-bottom:18px;display:flex}.featured-heading h2{letter-spacing:0;margin:0;font-size:clamp(24px,3vw,36px)}.featured-heading p{color:#6f8190;text-align:right;max-width:360px;margin:0 0 4px;font-weight:800}.featured-games-track{align-items:stretch;gap:14px;min-height:390px;display:flex}.featured-game-card{border:1px solid color-mix(in srgb, var(--category-color) 42%, white);cursor:pointer;contain:layout paint;will-change:flex-grow, transform;background:#ffffff94;border-radius:30px;outline:none;flex:1 1 0;min-width:0;height:390px;padding:20px;transition:flex .23s cubic-bezier(.22,1,.36,1),transform .23s,box-shadow .23s,opacity .18s;position:relative;overflow:hidden;box-shadow:0 28px 68px #357fb424}.featured-game-card.active,.featured-game-card:focus-visible{flex:2.35 1 0;transform:translateY(-4px);box-shadow:0 34px 90px #357fb433}.featured-game-card:not(.active){opacity:.92}.featured-game-card:focus-visible{box-shadow:0 0 0 4px #0099ff2e,0 34px 90px #357fb433}.featured-game-bg{background:radial-gradient(circle at 28% 18%, color-mix(in srgb, var(--category-color) 20%, transparent), transparent 34%), radial-gradient(circle at 78% 4%, #ffc3fd57, transparent 34%), linear-gradient(145deg, #ffffffdb, #eff9ff9e);position:absolute;inset:0}.featured-collapsed,.featured-detail{z-index:2;position:relative}.featured-collapsed{gap:6px;transition:opacity .12s,transform .12s;display:grid;position:absolute;bottom:20px;left:20px;right:20px}.featured-collapsed span{color:var(--category-color);font-size:12px;font-weight:900}.featured-collapsed strong{color:#102033;letter-spacing:0;font-size:21px;line-height:1.18}.featured-game-card.active .featured-collapsed{opacity:0;pointer-events:none;transform:translateY(12px)}.featured-detail{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#ffffffc2;border:1px solid #ffffffe0;border-radius:22px;gap:12px;width:min(400px,100% - 44px);max-width:400px;padding:20px;transition:opacity .14s,transform .14s;display:grid;position:absolute;bottom:22px;left:22px;right:22px;transform:translateY(12px);box-shadow:0 18px 42px #005fa01f}.featured-game-card.active .featured-detail{opacity:1;pointer-events:auto;transition-delay:95ms;transform:translateY(0)}.featured-detail h3{color:#102033;letter-spacing:0;margin:0;font-size:clamp(25px,2.7vw,38px);line-height:1.05}.featured-detail p{color:#64778a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:700;line-height:1.58;display:-webkit-box;overflow:hidden}.featured-meta{flex-wrap:wrap;gap:8px;display:flex}.featured-meta span{color:#31566d;background:#ccedff8f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.featured-open{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(135deg,#09f,#37b4ff);border:0;border-radius:999px;justify-self:start;padding:12px 16px;font-size:14px;font-weight:900;box-shadow:0 16px 32px #09f3}.featured-open.disabled{color:#789;box-shadow:none;cursor:default;background:#eef3f7}.games-section{padding:8px 0 72px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.section-heading h2{letter-spacing:0;margin:0;font-size:30px}.category-tabs{gap:10px;margin-bottom:22px;padding-bottom:4px;display:flex;overflow-x:auto}.category-tab{border:1px solid color-mix(in srgb, var(--category-color) 32%, white);color:#31566d;font:inherit;cursor:pointer;white-space:nowrap;background:#ffffffa3;border-radius:999px;align-items:center;gap:9px;padding:10px 14px;font-size:14px;font-weight:900;display:inline-flex;box-shadow:0 12px 28px #006fbe0f}.category-tab small{min-width:22px;height:22px;color:var(--category-color);background:#ffffffe0;border-radius:999px;place-items:center;font-weight:900;display:inline-grid}.category-tab.active{color:#fff;background:linear-gradient(135deg, color-mix(in srgb, var(--category-color) 82%, #09f), var(--category-color));box-shadow:0 16px 34px color-mix(in srgb, var(--category-color) 24%, transparent)}.category-tab.active small{color:#087acc}.category-label{color:var(--category-color);border:1px solid color-mix(in srgb, var(--category-color) 22%, white);background:#ffffffc7;padding:7px 10px;font-size:12px;font-weight:900}.games-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.game-card{border-color:color-mix(in srgb, var(--category-color) 34%, white);border-radius:24px;flex-direction:column;min-height:390px;padding:18px;transition:transform .22s,box-shadow .22s;display:flex}.game-card:hover{transform:translateY(-3px);box-shadow:0 34px 84px #357fb42e}.game-card-header{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.game-icon{color:#067ed1;background:linear-gradient(135deg,#ccedff,#ffe4f0);border-radius:18px;place-items:center;width:54px;height:54px;font-size:24px;font-weight:900;display:grid}.card-status{color:#0d7c68;background:#dcfce7;align-self:flex-start;padding:7px 10px;font-size:12px;font-weight:900}.card-status.soon{color:#8a5a12;background:#fff4cf}.game-card h3{margin:16px 0 10px;font-size:22px}.game-card p{flex:1;margin:0;line-height:1.58}.tag-row,.meta-row,.feature-row,.answer-row{flex-wrap:wrap;gap:8px;display:flex}.tag-row{margin:18px 0}.mini-chip{color:#24719d;background:#ccedff9e;padding:7px 10px;font-size:12px;font-weight:800}.meta-row{color:#6a7f90;margin-bottom:20px;font-size:13px}.game-action{cursor:pointer;border-radius:14px;padding:12px 16px;font-weight:900}.game-action.secondary{color:#789;cursor:default;background:#eef3f7}.game-artwork{--art-a:#09f;--art-b:#ccedff;--art-c:#ded0fe;--art-d:#ffc3fd;background:radial-gradient(circle at 22% 16%,#fffffffa,#0000 34%),linear-gradient(145deg,#ffffffad,#eff9ff70);border-radius:22px;min-height:128px;position:relative;overflow:hidden}.game-artwork-featured{background:0 0;height:222px;min-height:222px;position:absolute;inset:18px 18px auto;overflow:visible}.game-artwork--participatory{--art-a:#09f;--art-b:#ccedff;--art-c:#ded0fe;--art-d:#ffc3fd}.game-artwork--subject-game{--art-a:#00a6a6;--art-b:#ccedff;--art-c:#b8f7e4;--art-d:#ded0fe}.game-artwork--simulation{--art-a:#8f7bff;--art-b:#ded0fe;--art-c:#ccedff;--art-d:#ffc3fd}.game-artwork--classroom-tool{--art-a:#ff78c8;--art-b:#ccedff;--art-c:#fff;--art-d:#ded0fe}.game-artwork--team-score{--art-a:#ff78c8;--art-b:#ffc3fd;--art-c:#ded0fe;--art-d:#09f}.art-halo,.art-chip,.art-cardlet,.art-line{display:block;position:absolute}.art-halo{background:radial-gradient(circle, color-mix(in srgb, var(--art-b) 72%, white), #fff0);filter:blur(3px);border-radius:999px;width:150px;height:88px;top:50%;left:50%;transform:translate(-50%,-44%)}.art-chip{border:1px solid #fffc;place-items:center;display:grid;box-shadow:0 18px 38px #005fa026,inset 0 1px 12px #ffffff9e}.art-chip-main{color:#fff;background:linear-gradient(145deg, #ffffff52, transparent 42%), linear-gradient(135deg, var(--art-a), var(--art-d));border-radius:22px;width:62px;height:62px;font-size:27px;font-weight:950;top:50%;left:50%;transform:translate(-50%,-50%)}.art-chip-soft{background:linear-gradient(135deg, #ffffffdb, var(--art-b));border-radius:18px;width:46px;height:46px;top:calc(50% - 24px);left:calc(50% - 78px)}.art-chip-accent{background:linear-gradient(135deg, var(--art-c), var(--art-d));border-radius:50%;width:48px;height:48px;top:calc(50% - 12px);right:calc(50% - 84px)}.art-cardlet{background:#ffffffbd;border:1px solid #ffffffdb;border-radius:12px;width:36px;height:30px;box-shadow:0 14px 30px #005fa01f}.art-cardlet-one{top:calc(50% - 82px);left:calc(50% - 34px);transform:rotate(-7deg)}.art-cardlet-two{bottom:calc(50% - 74px);right:calc(50% - 38px);transform:rotate(8deg)}.art-line{background:linear-gradient(90deg, transparent, var(--art-a), transparent);opacity:.38;border-radius:999px;height:2px}.art-line-one{width:160px;top:calc(50% + 50px);left:calc(50% - 84px)}.art-line-two{opacity:.22;width:118px;top:calc(50% + 62px);left:calc(50% - 58px)}.game-artwork-featured .art-halo{width:260px;height:150px}.game-artwork-featured .art-chip-main{border-radius:30px;width:86px;height:86px;font-size:36px}.game-artwork-featured .art-chip-soft{border-radius:24px;width:66px;height:66px;top:calc(50% - 36px);left:calc(50% - 118px)}.game-artwork-featured .art-chip-accent{width:70px;height:70px;right:calc(50% - 128px)}.game-artwork-featured .art-cardlet-one{width:54px;height:44px;top:calc(50% - 122px);left:calc(50% - 58px)}.game-artwork-featured .art-cardlet-two{width:52px;height:42px;bottom:calc(50% - 112px);right:calc(50% - 60px)}.centered-page{place-items:center;display:grid}.empty-panel{text-align:center;border-radius:24px;width:min(520px,100% - 32px);padding:36px}.game-shell{padding:28px 0 64px}.shell-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.shell-title h1{margin:8px 0;font-size:clamp(30px,4vw,48px)}.mode-toggle{background:#ffffffb3;border-radius:999px;padding:5px;display:flex}.mode-toggle button{color:#638;cursor:pointer;background:0 0;border-radius:999px;padding:10px 14px;font-weight:900}.mode-toggle button.active{color:#fff;background:#09f}.game-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:20px;display:grid}.game-panel,.student-card,.host-card{border-radius:24px;padding:22px}.room-code-panel{gap:14px;display:grid}.room-code-display{text-align:center;background:linear-gradient(135deg,#ccedff,#fff0f6);border-radius:20px;padding:20px}.room-code-display span{color:#527184;font-weight:900}.room-code-display strong{color:#064f8b;letter-spacing:0;font-size:40px;display:block}.feature-row{margin-top:14px}.feature-chip{padding:8px 10px;font-size:12px}.quiz-main{gap:18px;display:grid}.host-card h2,.student-card h2{margin-bottom:12px;font-size:24px}.host-controls{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px;display:grid}.host-controls button,.answer-button,.join-form button{font:inherit;cursor:pointer;border:0;border-radius:16px;padding:14px;font-weight:900}.host-controls button{color:#087acc;background:#eaf7ff}.host-controls button.primary{color:#fff;background:#09f}.answer-row{margin-top:16px}.answer-button{color:#203348;background:#fff;border:1px solid #0099ff24;box-shadow:0 12px 24px #006fbe14}.answer-button.selected{color:#fff;background:linear-gradient(135deg,#ff8fc0,#09f)}.scoreboard{gap:10px;margin-top:14px;display:grid}.score-row{background:#ffffffa8;border-radius:14px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.join-form{gap:10px;display:grid}.join-form input{width:100%;font:inherit;border:1px solid #09f3;border-radius:14px;padding:13px 14px}.join-form button{color:#fff;background:linear-gradient(135deg,#09f,#ff9f7a)}.html-game-shell{width:min(1320px,100% - 32px)}.html-shell-header{align-items:flex-end}.html-game-open{color:#087acc;white-space:nowrap;background:#ffffffc7;border:1px solid #0099ff2e;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 28px #006fbe14}.html-game-frame-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc2;border:1px solid #ffffffe0;border-radius:28px;min-height:760px;overflow:hidden;box-shadow:0 30px 80px #357fb429}.html-game-frame{background:#f3f9ff;border:0;width:100%;height:760px;display:block}@media (width<=920px){.hero-grid,.game-layout,.games-grid{grid-template-columns:1fr}.classroom-intro,.featured-heading{flex-direction:column;align-items:flex-start}.featured-heading p{text-align:left}.featured-games-track{scroll-snap-type:x proximity;padding:4px 2px 14px;overflow-x:auto}.featured-game-card,.featured-game-card.active{scroll-snap-align:start;flex:0 0 min(78vw,420px)}.float-chip{display:none}.section-heading,.shell-header{flex-direction:column;align-items:flex-start}.html-game-frame-panel{min-height:720px}.html-game-frame{height:720px}}@media (width<=560px){.classroom-hero{padding-top:18px}.classroom-intro h1{font-size:38px}.featured-game-card,.featured-game-card.active{flex-basis:86vw;height:410px}.featured-detail{padding:16px;bottom:16px;left:16px;right:16px}.game-card{min-height:360px}.classroom-nav,.room-preview,.preview-options,.host-controls{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.room-preview{display:grid}}@media (prefers-reduced-motion:reduce){.featured-game-card,.featured-collapsed,.featured-detail,.game-card,.game-artwork *{transition:none}}
