@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-main:#0b0f19;--bg-card:#111827b3;--bg-card-hover:#1f2937cc;--border-color:#ffffff14;--primary:#6366f1;--primary-glow:#6366f166;--accent:#d946ef;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--color-red:#f43f5e;--color-blue:#0ea5e9;--color-yellow:#f59e0b;--color-green:#10b981;--color-red-glow:#f43f5e4d;--color-blue-glow:#0ea5e94d;--color-yellow-glow:#f59e0b4d;--color-green-glow:#10b9814d;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -2px #0000000d;--shadow-glow:0 0 25px var(--primary-glow);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:30px;--transition-fast:.15s ease;--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg-main);color:var(--text-primary);background-image:radial-gradient(at 0 0,#6366f11a 0,#0000 50%),radial-gradient(at 100% 100%,#d946ef14 0,#0000 50%);min-height:100vh;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700}button,input,select,textarea{font-family:inherit}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:var(--radius-md)}.glass-interactive{composes:glass;transition:var(--transition-normal)}.glass-interactive:hover{background:var(--bg-card-hover);border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 12px 20px -5px #00000080}.app-container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.btn{font-family:var(--font-heading);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-normal);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:var(--shadow-glow)}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)scale(1.02);box-shadow:0 0 35px #6366f199}.btn-primary:active{transform:translateY(0)scale(1)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background:#ffffff14}.btn-secondary:hover{background:#ffffff26;border-color:#fff3;transform:translateY(-2px)}.btn-danger{color:var(--color-red);background:#f43f5e26;border:1px solid #f43f5e4d}.btn-danger:hover{background:var(--color-red);color:#fff;transform:translateY(-2px)}.input-field{border:1px solid var(--border-color);border-radius:var(--radius-md);color:#fff;width:100%;transition:var(--transition-normal);background:#0f172a99;outline:none;padding:.9rem 1.2rem;font-size:1rem}.input-field:focus{border-color:var(--primary);background:#0f172ae6;box-shadow:0 0 0 3px #6366f133}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 15px #6366f166}50%{box-shadow:0 0 25px #6366f1b3,0 0 10px #d946ef66}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pop-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes podium-rise{0%{opacity:0;height:0}to{height:var(--height);opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-pulse-glow{animation:2.5s ease-in-out infinite pulse-glow}.animate-float{animation:4s ease-in-out infinite float}.animate-pop-in{animation:.3s cubic-bezier(.34,1.56,.64,1) forwards pop-in}.animate-shake{animation:.2s ease-in-out 2 shake}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f172a4d}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f180}.game-grid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;margin-top:1.5rem;display:grid}@media (width<=768px){.game-grid{grid-template-columns:1fr}}.option-card{border-radius:var(--radius-md);color:#fff;cursor:pointer;font-family:var(--font-heading);text-align:left;box-shadow:var(--shadow-md);border:none;align-items:center;gap:1.5rem;padding:1.5rem 2rem;font-size:1.3rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.option-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff26,#0000);width:100%;height:100%;position:absolute;top:0;left:0}.option-card:hover{transform:translateY(-4px)scale(1.01)}.option-card:active{transform:translateY(-1px)scale(.99)}.option-red{background:var(--color-red);box-shadow:0 4px 15px var(--color-red-glow)}.option-red:hover{box-shadow:0 8px 25px #f43f5e80}.option-blue{background:var(--color-blue);box-shadow:0 4px 15px var(--color-blue-glow)}.option-blue:hover{box-shadow:0 8px 25px #0ea5e980}.option-yellow{background:var(--color-yellow);box-shadow:0 4px 15px var(--color-yellow-glow)}.option-yellow:hover{box-shadow:0 8px 25px #f59e0b80}.option-green{background:var(--color-green);box-shadow:0 4px 15px var(--color-green-glow)}.option-green:hover{box-shadow:0 8px 25px #10b98180}.choice-shape{background:#ffffff26;border:3px solid #fffc;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.shape-triangle{background:0 0;border:20px solid #0000;border-top:0;border-bottom:34px solid #ffffffd9;width:0;height:0}.shape-diamond{border:3px solid #ffffffd9;width:28px;height:28px;transform:rotate(45deg)}.shape-circle{border-radius:50%}.lobby-nickname{font-family:var(--font-heading);color:#fff;text-align:center;background:#6366f126;border:1.5px solid #6366f14d;border-radius:50px;padding:.6rem 1.2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:.3s cubic-bezier(.175,.885,.32,1.275) pop-in;box-shadow:0 2px 8px #0003}.lobby-nickname:hover{border-color:var(--primary);background:#6366f140;transform:scale(1.08)rotate(2deg);box-shadow:0 0 15px #6366f166}.results-bar-container{flex-direction:column;justify-content:flex-end;align-items:center;width:70px;height:250px;display:flex;position:relative}.results-bar{border-radius:8px 8px 0 0;width:100%;min-height:15px;transition:height .8s cubic-bezier(.175,.885,.32,1.275);position:relative}.confetti-canvas{pointer-events:none;z-index:999;width:100vw;height:100vh;position:fixed;top:0;left:0}.builder-layout{grid-template-columns:1.2fr 1.5fr;gap:2rem;display:grid}.host-grid{grid-template-columns:1.3fr 1fr;align-items:stretch;gap:2rem;display:grid}.dashboard-nav{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.results-row-grid{grid-template-columns:1.5fr 1fr 1fr 1fr .5fr;align-items:center;gap:1rem;display:grid}.modal-backdrop{z-index:100;background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.modal-content{border-radius:var(--radius-lg);border:1.5px solid var(--primary);flex-direction:column;width:100%;max-width:750px;max-height:90vh;padding:2.5rem;display:flex}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.two-col-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.upload-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:1rem;display:grid}.exam-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.back-btn-container{position:absolute;top:2rem;left:2rem}.podium-container{z-index:10;justify-content:center;align-items:flex-end;gap:2rem;height:420px;margin:4rem 0;display:flex}.podium-column-1{flex-direction:column;align-items:center;width:150px;display:flex}.podium-column-2{flex-direction:column;align-items:center;width:130px;display:flex}.podium-column-3{flex-direction:column;align-items:center;width:120px;display:flex}.responsive-header-builder{justify-content:space-between;align-items:center;display:flex}.host-lobby-header,.host-active-header{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (width<=992px){.builder-layout{grid-template-columns:1fr;gap:1.5rem}}@media (width<=768px){.host-grid{grid-template-columns:1fr;gap:1.5rem}.dashboard-nav{flex-direction:column;align-items:stretch;gap:1rem}.dashboard-nav>:first-child{justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-nav>:nth-child(2){justify-content:center;width:100%}.dashboard-nav>:nth-child(2) button{text-align:center;flex:1}.dashboard-nav>:nth-child(3){justify-content:space-between;align-items:center;width:100%;display:flex}.dashboard-nav>:nth-child(3)>button:first-child{flex:1}.results-row-grid{grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem!important}.results-row-grid>:first-child{border-bottom:1px solid var(--border-color);grid-column:span 2;margin-bottom:.25rem;padding-bottom:.5rem}.results-row-grid>:nth-child(2),.results-row-grid>:nth-child(3),.results-row-grid>:nth-child(4){grid-column:span 1}.results-row-grid>:nth-child(5){text-align:right;grid-column:span 2;margin-top:.5rem}.modal-backdrop{padding:1rem}.modal-content{padding:1.5rem}.back-btn-container{align-self:flex-start;margin-bottom:2rem;position:static}}@media (width<=640px){.exam-cards-grid{grid-template-columns:1fr;gap:1.25rem}}@media (width<=600px){.stats-grid{grid-template-columns:1fr;gap:.75rem}.responsive-header-builder{text-align:center;grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.responsive-header-builder>h2{order:-1;grid-column:span 2}.host-lobby-header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.host-lobby-header>:first-child{text-align:center}.host-lobby-header>:last-child{justify-content:center}.host-active-header{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.host-active-header button{width:100%}.podium-container{gap:.5rem;height:320px;margin:2rem 0}.podium-column-1{width:32%!important}.podium-column-2{width:30%!important}.podium-column-3{width:28%!important}.podium-container span{font-size:.9rem!important}.podium-container h1,.podium-container h2{font-size:1.2rem!important}}@media (width<=540px){.upload-grid{grid-template-columns:1fr;gap:1rem}.upload-grid>:last-child{height:120px!important}}@media (width<=480px){body{font-size:14px}.app-container{padding:.75rem}.glass{padding:1.25rem!important}h1{font-size:2.2rem!important}h2{font-size:1.6rem!important}.option-card{gap:1rem;padding:.9rem 1.2rem;font-size:1.05rem}.choice-shape{width:32px;height:32px}.shape-triangle{border-bottom:27px solid #ffffffd9;border-left:16px solid #0000;border-right:16px solid #0000}.shape-diamond{width:22px;height:22px}.lobby-nickname{padding:.5rem 1rem;font-size:.95rem}.two-col-grid{grid-template-columns:1fr;gap:.75rem}.results-row-grid{grid-template-columns:1fr;gap:.85rem}.results-row-grid>:first-child,.results-row-grid>:nth-child(2),.results-row-grid>:nth-child(3),.results-row-grid>:nth-child(4){grid-column:span 1}.results-row-grid>:nth-child(5){text-align:center;grid-column:span 1;margin-top:.5rem}.results-row-grid button{width:100%}.modal-backdrop{padding:.5rem}.modal-content{max-height:95vh;padding:1.25rem}}
