:root{--bg-primary:#fafaf7;--text-main:#000;--text-muted:#475569;--border-thick:2.5px solid #000;--border-thin:1.5px solid #000;--shadow-pop:4px 4px 0px 0px #000;--shadow-pop-hover:5.5px 5.5px 0px 0px #000;--radius-md:12px;--radius-lg:16px;--primary:#8b5cf6;--primary-hover:#7c3aed;--secondary:#f1f5f9;--secondary-hover:#e2e8f0;--danger:#f43f5e;--danger-hover:#e11d48;--corner-a:#f43f5e;--corner-a-bg:#fee2e2;--corner-b:#3b82f6;--corner-b-bg:#dbeafe;--corner-c:#10b981;--corner-c-bg:#d1fae5;--corner-d:#f59e0b;--corner-d-bg:#fef3c7;--pkg-green:#d1fae5;--pkg-blue:#dbeafe;--pkg-purple:#f5f3ff;--pkg-yellow:#fef3c7}[data-theme=dark]{--bg-primary:#121214;--text-main:#fff;--text-muted:#94a3b8;--secondary:#1e1e24;--secondary-hover:#2d2d38;--corner-a-bg:#3b141a;--corner-b-bg:#102542;--corner-c-bg:#092e20;--corner-d-bg:#382405;--pkg-green:#092e20;--pkg-blue:#102542;--pkg-purple:#22123b;--pkg-yellow:#382405}*{box-sizing:border-box;margin:0;padding:0;font-family:Fredoka,Segoe UI,Roboto,sans-serif}button,input,select,textarea{font-family:Fredoka,Segoe UI,Roboto,sans-serif}body,html{background-color:var(--bg-primary);color:var(--text-main);-webkit-user-select:none;user-select:none;background-image:radial-gradient(#0000000f 1.5px,#0000 1.5px);background-size:24px 24px;width:100vw;height:100vh;font-family:Fredoka,Segoe UI,Roboto,sans-serif;font-size:15px;overflow:hidden}[data-theme=dark] body,[data-theme=dark] html{background-image:radial-gradient(#ffffff0a 1.5px,#0000 1.5px)}#root{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.app-main-content{z-index:10;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:.5rem 1.5rem 1.5rem;display:flex;position:relative;overflow:hidden}.screen{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;width:100%;max-width:1300px;height:100%;min-height:0;display:flex}.main-header{border-bottom:var(--border-thin);background:var(--bg-primary);z-index:1100;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 1.5rem;display:flex}.logo-container{align-items:center;gap:.5rem;display:flex}.logo-icon{font-size:1.6rem}.logo-text{letter-spacing:-.02em;font-size:1.3rem;font-weight:700}.header-actions{align-items:center;gap:.5rem;display:flex}.icon-btn{background:var(--secondary);border:var(--border-thin);cursor:pointer;width:38px;height:38px;color:var(--text-main);border-radius:10px;justify-content:center;align-items:center;transition:transform .1s,box-shadow .1s;display:flex}.icon-btn:hover{transform:translateY(-2px);box-shadow:2px 2px #000}.icon-btn:active{transform:translateY(0);box-shadow:0 0 #000}.icon-btn svg{width:18px;height:18px}.btn{text-transform:uppercase;border:var(--border-thick);border-radius:var(--radius-md);cursor:pointer;outline:none;justify-content:center;align-items:center;padding:.65rem 1.3rem;font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .1s,box-shadow .1s;display:inline-flex;position:relative;box-shadow:4px 4px #000}.btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary);color:var(--text-main)}.btn-secondary:hover{background-color:var(--secondary-hover)}.btn-large{letter-spacing:.02em;padding:.9rem 2rem;font-size:1.15rem}.btn-small{border:var(--border-thin);padding:.4rem .8rem;font-size:.85rem;transition:transform .1s,box-shadow .1s;box-shadow:2px 2px #000}.btn-small:hover{transform:translate(-1.5px,-1.5px);box-shadow:3.5px 3.5px #000}.btn-small:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.panel{border:var(--border-thick);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);background-color:#fff;padding:1.2rem;transition:transform .2s;position:relative}[data-theme=dark] .panel{background-color:#1a1a20}.main-menu-container{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:600px;display:flex}.main-menu-hero{justify-content:center;width:100%;display:flex}.nintendo-logo-bounce{border:var(--border-thick);box-shadow:var(--shadow-pop);background-color:#f43f5e;border-radius:100px;padding:1.2rem 4rem;animation:1s infinite alternate bounceLogo;transform:rotate(-3deg)}.logo-badge-text{color:#fff;letter-spacing:-.04em;text-shadow:4px 4px #000;font-family:Fredoka,sans-serif;font-size:4.2rem;font-weight:900}.main-menu-actions{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.start-btn{background-color:#10b981;width:100%;max-width:440px;padding:1rem 2rem;font-size:1.4rem}.start-btn:hover{background-color:#059669}.custom-intro-card{cursor:pointer;text-align:center;width:100%;max-width:500px;padding:1.2rem}.custom-intro-card:hover{box-shadow:var(--shadow-pop-hover);transform:translate(-3px,-3px)}.dance-title{color:var(--primary);font-size:1.2rem;font-weight:700;animation:1.5s ease-in-out infinite danceText;display:inline-block}.intro-card-desc{color:var(--text-muted);margin-top:.3rem;font-size:.9rem}.lobby-header-container{justify-content:space-between;align-items:center;width:100%;max-width:100%;margin-bottom:.5rem;display:flex}.lobby-progress-bar{border:var(--border-thin);background:var(--secondary);border-radius:8px;display:flex;overflow:hidden}.lobby-progress-step{color:var(--text-muted);border-right:var(--border-thin);cursor:pointer;padding:.4rem .8rem;font-size:.8rem;font-weight:700}.lobby-progress-step:last-child{border-right:none}.lobby-progress-step.active{color:#000;background:#f59e0b}.lobby-panel-container{flex-direction:column;flex:1;gap:.75rem;width:100%;max-width:100%;min-height:0;padding:1.5rem;display:flex}.lobby-panel-container.tutorial-open{position:static!important}.lobby-step-content{flex-direction:column;flex:1;min-height:0;display:flex}.lobby-step-content h3{margin-bottom:.15rem;font-size:1.3rem}.level-selection-grid{flex:1;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;width:100%;max-width:900px;margin:1rem auto;display:grid}.language-selection-grid{flex:1;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:1.5rem;width:100%;max-width:680px;margin:1.5rem auto;display:grid}.language-badge{border:var(--border-thick);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:1.2rem;font-family:inherit;font-size:2.2rem;font-weight:900;transition:transform .15s;display:flex;box-shadow:3.5px 3.5px #000}[data-theme=dark] .language-badge{box-shadow:3.5px 3.5px #fff}.language-badge.da{background-color:var(--corner-a-bg);color:var(--corner-a);border-color:var(--corner-a)}.language-badge.en{background-color:var(--corner-b-bg);color:var(--corner-b);border-color:var(--corner-b)}.level-option-btn{border:var(--border-thick);border-radius:var(--radius-lg);cursor:pointer;height:100%;box-shadow:var(--shadow-pop);flex-direction:column;justify-content:center;align-items:center;padding:1.8rem;transition:all .15s;display:flex}.level-option-btn.indskoling{background-color:var(--corner-a-bg)}.level-option-btn.mellemtrin{background-color:var(--corner-b-bg)}.level-option-btn.udskoling{background-color:var(--corner-d-bg)}.level-option-btn.active{border-color:var(--primary)}.level-option-btn:hover{box-shadow:var(--shadow-pop-hover);transform:translateY(-6px)scale(1.02)}.level-icon{margin-bottom:.8rem;font-size:4.5rem}.level-title{color:var(--text-main);font-size:1.8rem;font-weight:700}.level-subtitle{color:var(--text-muted);font-size:1.1rem}.packages-step-layout{flex-direction:column;flex:1;gap:.75rem;min-height:0;display:flex}.packages-header-action{justify-content:space-between;align-items:center;margin-bottom:.2rem;display:flex}.packages-header-action .step-description{color:var(--text-muted);margin:0;font-size:1.1rem;font-weight:600}.import-quiz-trigger-btn{padding:.4rem 1rem;font-size:.95rem}.packages-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:.8rem;min-height:0;padding:.2rem;display:grid;overflow-y:auto}@media (width<=820px){.packages-grid{grid-template-columns:1fr}.packages-header-action{flex-direction:column;align-items:flex-start;gap:.5rem}}.packages-grid::-webkit-scrollbar{width:8px}.packages-grid::-webkit-scrollbar-track{background:0 0}.packages-grid::-webkit-scrollbar-thumb{background:var(--text-muted);opacity:.3;border-radius:4px}.package-select-card{cursor:pointer;text-align:left;height:fit-content;padding:.8rem;transition:transform .15s,box-shadow .15s,background-color .2s,border-color .2s}.package-select-card:hover{box-shadow:var(--shadow-pop-hover);transform:translateY(-3px)}.package-select-card.active{border-color:var(--primary);background:var(--pkg-purple)}.mix-all-card{background-color:var(--pkg-yellow)!important;border-style:dashed!important;border-color:var(--primary)!important}[data-theme=dark] .mix-all-card{background-color:#382405!important;border-color:#a78bfa!important}.mix-all-card.active{background-color:var(--pkg-purple)!important;border-color:var(--primary)!important;border-style:solid!important}[data-theme=dark] .mix-all-card.active{background-color:#22123b!important;border-color:#a78bfa!important}.package-info-row{justify-content:space-between;align-items:center;margin-bottom:.2rem;display:flex}.package-info-row h4{font-size:1.05rem}.q-count-badge{background:var(--text-main);color:var(--bg-primary);border-radius:20px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.import-modal-card{flex-direction:column;width:95%;max-width:800px;max-height:90vh;display:flex}.import-modal-body{max-height:70vh;padding-right:.5rem;overflow-y:auto}.import-modal-body::-webkit-scrollbar{width:8px}.import-modal-body::-webkit-scrollbar-track{background:0 0}.import-modal-body::-webkit-scrollbar-thumb{background:var(--text-muted);opacity:.3;border-radius:4px}.import-actions-row{align-items:center;gap:.8rem;display:flex}.import-actions-row .file-upload-label{text-align:center;cursor:pointer;text-transform:none;flex:1;padding:.55rem;font-size:.95rem}.import-actions-row .file-upload-label input{display:none}.import-modal-card .divider-or{text-align:center;color:var(--text-muted);align-items:center;margin:1.2rem 0;font-size:.9rem;font-weight:700;display:flex}.import-modal-card .divider-or:before,.import-modal-card .divider-or:after{content:"";border-bottom:1.5px dashed var(--text-muted);opacity:.3;flex:1}.import-modal-card .divider-or:not(:empty):before{margin-right:.6em}.import-modal-card .divider-or:not(:empty):after{margin-left:.6em}.import-editor-form{flex-direction:column;gap:1.2rem;display:flex}.editor-meta-fields{background-color:var(--bg-primary);grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;display:grid}@media (width<=600px){.editor-meta-fields{grid-template-columns:1fr}}.import-input-group{flex-direction:column;gap:.35rem;display:flex}.import-input-group label{color:var(--text-main);font-size:.85rem;font-weight:700}.import-input-group input,.import-input-group select{box-sizing:border-box;border:var(--border-thin);border-radius:var(--radius-md);background-color:var(--bg-primary);width:100%;min-width:0;color:var(--text-main);padding:.5rem .75rem;font-family:inherit;font-size:.95rem}.editor-questions-list{flex-direction:column;gap:1rem;display:flex}.import-question-card{background-color:var(--bg-primary);border:var(--border-thick);box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;padding:1.2rem;display:flex}[data-theme=dark] .import-question-card{background-color:#21212a}.import-question-card-header{border-bottom:var(--border-thin);justify-content:space-between;align-items:center;margin-bottom:.2rem;padding-bottom:.4rem;display:flex}.import-question-card-header h4{margin:0;font-size:1.1rem;font-weight:800}.delete-q-btn{background:var(--danger);border:var(--border-thin);color:#fff;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;font-weight:700;line-height:1;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:1px 1px #000}.delete-q-btn:hover{transform:translate(-1px,-1px);box-shadow:2px 2px #000}.delete-q-btn:active{transform:translate(1px,1px);box-shadow:0 0 #000}.import-options-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}@media (width<=550px){.import-options-grid{grid-template-columns:1fr}}.import-option-input{align-items:center;gap:.5rem;width:100%;display:flex}.import-option-input input{box-sizing:border-box;border:var(--border-thin);border-radius:var(--radius-md);background-color:var(--bg-primary);width:100%;min-width:0;color:var(--text-main);flex:1;padding:.4rem .6rem;font-family:inherit;font-size:.95rem}.import-badge{color:#fff;border:var(--border-thin);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex;box-shadow:1.5px 1.5px #000}.import-badge.a{background:var(--corner-a)}.import-badge.b{background:var(--corner-b)}.import-badge.c{background:var(--corner-c)}.import-badge.d{background:var(--corner-d);color:#000}.import-meta-row{grid-template-columns:140px 1fr;gap:1rem;display:grid}@media (width<=500px){.import-meta-row{grid-template-columns:1fr}}.submit-import-btn{font-size:1.15rem;font-weight:800}.import-tabs{border-bottom:var(--border-thick);background:var(--bg-secondary);gap:.5rem;padding:.5rem 1rem 0;display:flex}.import-tab-btn{background:var(--bg-primary);border:var(--border-thick);color:var(--text-main);cursor:pointer;border-bottom:none;border-radius:6px 6px 0 0;padding:.6rem 1.2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s;transform:translateY(2px)}.import-tab-btn:hover{background:var(--bg-secondary);transform:translateY(0)}.import-tab-btn.active{background:var(--bg-primary);color:var(--primary);z-index:2;border-bottom:3px solid var(--bg-primary);position:relative;transform:translateY(0)}.import-raw-editor-container{flex-direction:column;gap:.8rem;display:flex}.raw-preview-actions{justify-content:flex-end;display:flex}.import-raw-editor{color:#f8f8f2;border:var(--border-thick);border-radius:var(--radius-md);box-sizing:border-box;background:#15151b;width:100%;max-height:50vh;padding:1.2rem;font-family:Courier New,Courier,monospace;font-size:.95rem;line-height:1.5;overflow-y:auto}.raw-line{box-sizing:border-box;align-items:center;gap:.5rem;width:100%;margin-bottom:.35rem;display:flex}.raw-label{color:#f1fa8c;-webkit-user-select:none;user-select:none;flex-shrink:0;width:110px;font-weight:700;display:inline-block}.raw-input{color:#f8f8f2;font-family:inherit;font-size:inherit;box-sizing:border-box;background:0 0;border:none;border-bottom:1.5px dashed #fff3;outline:none;flex:1;width:100%;min-width:0;padding:0 .2rem}.raw-input:focus{border-bottom:1.5px solid var(--primary);color:#fff}.raw-select{color:#f8f8f2;font-family:inherit;font-size:inherit;cursor:pointer;box-sizing:border-box;background:#21212a;border:none;border-bottom:1.5px dashed #fff3;outline:none;padding:0 .2rem}.raw-select:focus{border-bottom:1.5px solid var(--primary);color:#fff}.raw-question-block{box-sizing:border-box;border-top:1px dashed #ffffff26;width:100%;margin-top:1.2rem;padding-top:1rem}.raw-line-divider{color:#6272a4;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.9rem;font-style:italic;display:flex}.raw-delete-q-btn{color:#f55;cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid #f55;border-radius:4px;padding:.1rem .4rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .15s,color .15s}.raw-delete-q-btn:hover{color:#15151b;background:#f55}.import-modal-footer{border-top:var(--border-thick);background:var(--bg-secondary);box-sizing:border-box;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex}@media (width<=550px){.import-modal-footer{flex-direction:column;align-items:stretch}}.validation-status-badge{font-size:.95rem;font-weight:700}.valid-badge{color:#4eed64;border-radius:var(--radius-md);background:#4eed641a;border:1.5px solid #4eed64;padding:.4rem .8rem;display:inline-block}.invalid-badge{color:var(--danger);border-radius:var(--radius-md);border:1.5px solid var(--danger);background:#ff55551a;padding:.4rem .8rem;display:inline-block}.timer-options-grid{grid-template-columns:1fr;gap:.85rem;width:100%;max-width:500px;margin:1.5rem auto;display:grid}.timer-option-btn{border:var(--border-thick);border-radius:var(--radius-md);background:var(--secondary);color:var(--text-main);cursor:pointer;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:1.05rem;font-weight:700;transition:transform .1s,box-shadow .1s;display:flex;box-shadow:3px 3px #000}.timer-option-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.timer-option-btn.active{background:var(--corner-c);color:#fff}.rules-settings-container{flex-direction:column;gap:1.2rem;width:100%;max-width:650px;margin:1.5rem auto;display:flex}.settings-toggle-row{border:var(--border-thin);border-radius:var(--radius-md);background:var(--secondary);justify-content:space-between;align-items:center;padding:1rem;display:flex}.toggle-info h4{margin-bottom:.15rem;font-size:1.05rem}.toggle-info p{color:var(--text-muted);font-size:.85rem}.question-limit-options{align-items:center;gap:.5rem;display:flex}.limit-btn{border:var(--border-thin);cursor:pointer;color:var(--text-main);background-color:#fff;border-radius:8px;outline:none;padding:.45rem .9rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:transform .1s,box-shadow .1s,background-color .2s,color .2s;box-shadow:2px 2px #000}[data-theme=dark] .limit-btn{background-color:#1e1e24}.limit-btn:hover{transform:translate(-1.5px,-1.5px);box-shadow:3.5px 3.5px #000}.limit-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.limit-btn.active{background-color:var(--primary);color:#fff}@media (width<=580px){.settings-toggle-row{flex-direction:column;align-items:flex-start;gap:.75rem}.question-limit-options{justify-content:space-between;width:100%}}.mode-selection-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;margin:1rem 0;display:grid}.mode-option-btn{cursor:pointer;background-color:var(--secondary);border:var(--border-thick);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem;transition:transform .15s,box-shadow .15s,background-color .2s;display:flex}.mode-option-btn:hover{box-shadow:var(--shadow-pop-hover);transform:translateY(-4px)}.mode-option-btn.active{background-color:var(--pkg-purple);border-color:var(--primary)}.mode-icon{margin-bottom:.5rem;font-size:3rem}.mode-title{color:var(--text-main);margin-bottom:.2rem;font-size:1.3rem;font-weight:800}.mode-subtitle{color:var(--text-muted);font-size:.95rem}.mode-info-card{background-color:var(--pkg-blue);border:var(--border-thick);border-radius:var(--radius-lg);margin-top:1rem;padding:1.25rem}.mode-info-card h4{margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.mode-info-card p{margin-bottom:.5rem;font-size:.95rem;line-height:1.4}.mode-info-card ul{margin-top:.5rem;padding-left:1.25rem}.mode-info-card li{margin-bottom:.25rem;font-size:.9rem}.group-widget-container{flex-direction:column;flex:1;width:100%;min-height:0;margin-top:.5rem;display:flex}.class-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-top:.5rem;display:grid}.class-card{background-color:var(--secondary);border:var(--border-thick);border-radius:var(--radius-md);box-shadow:var(--shadow-pop);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:1.5rem;display:flex}.class-card:hover{box-shadow:var(--shadow-pop-hover);transform:translate(-2px,-2px)}.class-card .class-name{color:var(--text-main);margin-bottom:.25rem;font-size:1.2rem;font-weight:800}.class-card .student-count{color:var(--text-muted);font-size:.9rem}.attendance-header-row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.attendance-list{border:var(--border-thick);border-radius:var(--radius-lg);background-color:#fff;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;width:100%;max-height:320px;margin-bottom:1rem;padding:1rem;display:grid;overflow-y:auto}[data-theme=dark] .attendance-list{background-color:#1a1a20}.attendance-item{border:var(--border-thin);border-radius:var(--radius-md);cursor:pointer;background-color:var(--bg-primary);align-items:center;gap:.75rem;padding:.6rem .8rem;transition:opacity .2s,transform .1s;display:flex}.attendance-item.absent{opacity:.45;background-color:var(--secondary);border-style:dashed;text-decoration:line-through}.attendance-item .checkbox{font-size:1rem}.attendance-item .student-name{flex:1;font-size:.9rem;font-weight:700}.attendance-item .gender-badge{background:var(--secondary);border:var(--border-thin);border-radius:4px;padding:.1rem .35rem;font-size:.75rem;font-weight:700}.settings-form{flex-direction:column;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:flex}.neobrutal-select,.neobrutal-input{border:var(--border-thick);border-radius:var(--radius-md);color:var(--text-main);background-color:#fff;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.95rem;font-weight:700;box-shadow:2px 2px #000}[data-theme=dark] .neobrutal-select,[data-theme=dark] .neobrutal-input{background-color:#2d2d38}.widget-actions{justify-content:space-between;gap:1rem;margin-top:auto;display:flex}.groups-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem;display:flex}.header-button-group{gap:.5rem;display:flex}.groups-output-container{flex:1;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;max-height:320px;margin-bottom:1rem;padding:.5rem;display:grid;overflow-y:auto}.group-box{border:var(--border-thick);border-radius:var(--radius-lg);box-shadow:var(--shadow-pop);background-color:#fff;flex-direction:column;gap:.65rem;min-height:120px;padding:.85rem;transition:background-color .2s,border-color .2s;display:flex}[data-theme=dark] .group-box{background-color:#1e1e24}.group-box.drag-over{background-color:var(--pkg-purple);border-color:var(--primary);border-style:dashed;transform:scale(1.02)}.group-title-row{border-bottom:1.5px dashed #00000026;justify-content:space-between;align-items:center;padding-bottom:.35rem;display:flex}.group-title-row h5{margin:0;font-size:1.05rem;font-weight:800}.group-title-row .member-count{background-color:var(--text-main);color:var(--bg-primary);border-radius:10px;padding:.1rem .5rem;font-size:.8rem;font-weight:700}.group-students-list{flex-wrap:wrap;flex:1;align-content:flex-start;gap:.45rem;min-height:50px;display:flex}.empty-group-text{color:var(--text-muted);padding:.5rem 0;font-size:.8rem;font-style:italic}.drag-student-badge{background-color:var(--secondary);border:var(--border-thin);cursor:grab;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:1px 1px #000}.drag-student-badge:active{cursor:grabbing}.drag-student-badge .drag-handle{color:var(--text-muted);font-size:.7rem}.game-play-layout{flex:1;grid-template-columns:1fr;gap:1.25rem;width:100%;min-height:0;display:grid}.game-play-layout.has-sidebar{grid-template-columns:1.35fr .65fr}.game-main-area{flex-direction:column;gap:.75rem;min-height:0;display:flex}.team-captains-sidebar{border:var(--border-thick);border-radius:var(--radius-lg);min-height:0;box-shadow:var(--shadow-pop);background-color:#fff;flex-direction:column;padding:.85rem;display:flex;overflow-y:auto}[data-theme=dark] .team-captains-sidebar{background-color:#1a1a20}.team-captains-sidebar h3{letter-spacing:-.01em;margin-bottom:.25rem;font-size:1.4rem;font-weight:900}.sidebar-description{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.3}.captains-list{flex-direction:column;gap:.6rem;display:flex}.captain-group-card{background-color:var(--secondary);border:var(--border-thin);border-radius:var(--radius-md);padding:.5rem .7rem;box-shadow:2px 2px #000}[data-theme=dark] .captain-group-card{background-color:#24242e}.group-name-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.group-name-header h5{margin:0;font-size:.95rem;font-weight:800}.captain-badge-role{background-color:var(--corner-c);color:#fff;border:var(--border-thin);border-radius:20px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.captain-identity{color:var(--primary);border:1.5px dashed var(--primary);background-color:#8b5cf614;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:0;padding:.25rem .5rem;font-size:1.05rem;font-weight:900;display:flex}[data-theme=dark] .captain-identity{color:#a78bfa;background-color:#a78bfa14}.group-members-pill-list{flex-wrap:wrap;gap:.3rem;display:flex}.member-pill{color:var(--text-muted);border:var(--border-thin);background-color:#fff;border-radius:6px;padding:.15rem .45rem;font-size:.75rem;font-weight:700}[data-theme=dark] .member-pill{background-color:#121214}.member-pill.captain{color:#b45309;background-color:#fef3c7;border-color:#d97706}[data-theme=dark] .member-pill.captain{color:#fcd34d;background-color:#451a03;border-color:#d97706}.switch-container{width:54px;height:30px;display:inline-block;position:relative}.switch-container input{opacity:0;width:0;height:0}.switch-slider{cursor:pointer;border:var(--border-thin);background-color:#fff;border-radius:30px;transition:all .2s;position:absolute;inset:0}.switch-slider:before{content:"";background-color:#000;border-radius:50%;width:20px;height:20px;transition:all .2s;position:absolute;bottom:3px;left:3px}.switch-container input:checked+.switch-slider{background-color:var(--primary)}.switch-container input:checked+.switch-slider:before{background-color:#fff;transform:translate(24px)}.summary-card-neobrutal{background:var(--pkg-yellow);border:var(--border-thick);border-radius:var(--radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-pop);margin:1.5rem auto;padding:1.5rem}.summary-row{border-bottom:1px dashed #00000026;align-items:center;padding:.6rem 0;font-size:1.1rem;display:flex}.summary-row:last-child{border-bottom:none}.summary-icon{margin-right:.8rem;font-size:1.5rem}.summary-label{color:var(--text-muted);font-weight:700}[data-theme=dark] .summary-label,[data-theme=dark] .summary-val{color:#000}.summary-val{margin-left:auto;font-weight:700}.lobby-navigation-actions{z-index:2100;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex;position:relative}.active-game{flex-direction:column;justify-content:space-between;gap:.75rem;width:100%;max-width:100%;height:100%;display:flex}.game-hud-panel{justify-content:space-between;align-items:center;width:100%;max-width:1000px;height:60px;margin:0 auto;display:flex}.hud-progress{font-size:1.15rem;font-weight:700}.hud-badge{background:var(--text-main);color:var(--bg-primary);border-radius:20px;margin-left:.3rem;padding:.2rem .6rem}.hud-timer-badge{border:var(--border-thick);border-radius:var(--radius-lg);color:#000;justify-content:center;align-items:center;gap:.5rem;min-width:100px;height:44px;padding:.3rem 1.2rem;font-size:1.4rem;font-weight:800;transition:all .2s;display:flex;box-shadow:3px 3px #000;background-color:var(--pkg-yellow)!important}[data-theme=dark] .hud-timer-badge{color:#fff;border-color:#fff;box-shadow:3px 3px #fff;background-color:#382405!important}.hud-timer-badge.critical{animation:.5s infinite alternate pulseTimer;background-color:var(--danger)!important;color:#fff!important;border-color:#000!important;box-shadow:3px 3px #000!important}[data-theme=dark] .hud-timer-badge.critical{border-color:#fff!important;box-shadow:3px 3px #fff!important}.hud-timer-badge.paused{opacity:.6}.timer-icon{font-size:1.25rem}.timer-value{font-variant-numeric:tabular-nums;line-height:1}.game-timer-bar-container{background-color:var(--bg-primary);border:var(--border-thick);border-radius:var(--radius-md);width:100%;max-width:1000px;height:12px;margin:.2rem auto .6rem;position:relative;overflow:hidden;box-shadow:2px 2px #000}[data-theme=dark] .game-timer-bar-container{background-color:#1a1a20;border-color:#fff;box-shadow:2px 2px #fff}.game-timer-bar-fill{background-color:var(--primary);border-right:var(--border-thin);height:100%;transition:width 1s linear,background-color .3s}.game-timer-bar-fill.critical{background-color:var(--danger);animation:.5s infinite alternate pulseTimerFill}@keyframes pulseTimerFill{0%{opacity:.8}to{opacity:1}}.critical-pulse{color:var(--danger);animation:.5s infinite alternate pulseTimer}.game-hud-actions{gap:.4rem;display:flex}.question-board{text-align:center;width:100%;max-width:1000px;margin:0 auto;padding:1.5rem}.question-text{font-size:2.2rem;font-weight:700;line-height:1.3}.options-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:1000px;min-height:0;margin:0 auto;display:grid}.option-card{text-align:left;cursor:default;align-items:center;gap:1.25rem;padding:1.25rem 1.75rem;transition:opacity .3s,transform .2s;display:flex}.option-badge{color:#fff;border:var(--border-thin);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;font-weight:900;display:flex;box-shadow:2.5px 2.5px #000}.option-val{font-size:1.4rem;font-weight:700}.option-a{background-color:var(--corner-a-bg)}.option-a .option-badge{background-color:var(--corner-a)}.option-b{background-color:var(--corner-b-bg)}.option-b .option-badge{background-color:var(--corner-b)}.option-c{background-color:var(--corner-c-bg)}.option-c .option-badge{background-color:var(--corner-c)}.option-d{background-color:var(--corner-d-bg)}.option-d .option-badge{background-color:var(--corner-d);color:#000}.option-card.correct{border-color:#10b981;animation:.6s infinite alternate celebrateCorrect}.option-card.fade{opacity:.15}.teacher-controls-bar{justify-content:center;width:100%;max-width:1000px;min-height:70px;margin:0 auto;display:flex}.reveal-btn{width:100%}.reveal-actions-container{grid-template-columns:.9fr 1.3fr .8fr;align-items:center;gap:.75rem;width:100%;display:grid}.score-tracker-card{flex-direction:column;align-items:center;gap:.25rem;padding:.4rem;display:flex}.score-desc{font-size:.8rem;font-weight:700}.score-counter-group{align-items:center;gap:.3rem;display:flex}.score-input{text-align:center;border:var(--border-thin);border-radius:5px;width:44px;height:28px;font-size:.95rem;font-weight:700}.explanation-card{text-align:left;padding:.6rem .8rem}.explanation-card h4{color:var(--primary);margin-bottom:.1rem;font-size:.85rem}.explanation-card p{font-size:.8rem;line-height:1.25}.creator-header-container{text-align:center;width:100%;max-width:1000px;margin:0 auto .4rem}.creator-panel-container{flex-direction:column;flex:1;width:100%;max-width:1000px;min-height:0;margin:0 auto;padding:1.5rem;display:flex;overflow-y:auto}.creator-metadata-row{gap:.75rem;margin-bottom:.75rem;display:flex}.form-group{text-align:left;flex-direction:column;gap:.25rem;display:flex}.form-group label{font-size:.85rem;font-weight:700}.form-group input,.custom-select{border:var(--border-thin);background:var(--bg-primary);height:38px;color:var(--text-main);border-radius:8px;outline:none;padding:0 .6rem;font-family:inherit;font-size:.9rem}.custom-select{cursor:pointer}.creator-divider{border:none;border-top:var(--border-thin);margin:1rem 0}#creator-questions-container{flex-direction:column;gap:1.2rem;display:flex}.creator-question-item{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.question-item-header{justify-content:space-between;align-items:center;display:flex}.question-item-header h4{font-size:1rem}.danger-btn{background:var(--danger);color:#fff}.danger-btn:hover{background:var(--danger-hover)}.creator-options-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.option-input-wrapper{align-items:center;gap:.5rem;display:flex}.option-input-wrapper .prefix-badge{color:#fff;border:var(--border-thin);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;display:flex;box-shadow:2px 2px #000}.option-input-wrapper.a .prefix-badge{background:var(--corner-a)}.option-input-wrapper.b .prefix-badge{background:var(--corner-b)}.option-input-wrapper.c .prefix-badge{background:var(--corner-c)}.option-input-wrapper.d .prefix-badge{background:var(--corner-d);color:#000}.option-input-wrapper input{border:var(--border-thin);border-radius:8px;flex:1;height:36px;padding:0 .5rem;font-family:inherit}.creator-answer-row{gap:.75rem;display:flex}.creator-actions-bar{border-top:var(--border-thin);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}#screen-end{justify-content:center;align-items:center}.end-game-panel{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:800px;padding:2.5rem;display:flex}.celebration-icon{font-size:3rem}.end-game-stats{flex-direction:column;gap:.6rem;width:100%;display:flex}.stat-item{border-radius:12px;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.95rem;display:flex}.stat-item.highlight{background:var(--pkg-yellow)}[data-theme=dark] .stat-item.highlight{color:#000}.stat-label{font-weight:700}.stat-val{font-weight:800}.end-game-actions{gap:.75rem;width:100%;margin-top:.4rem;display:flex}.end-game-actions button{flex:1}.paper-notepad{color:#000;background:#fefef9;border:3px solid #000;border-radius:12px;flex-direction:column;justify-content:space-between;width:95%;max-width:720px;height:85vh;max-height:860px;padding:1.8rem 2.2rem 1rem;display:flex;position:relative;transform:rotate(-.5deg);box-shadow:8px 8px #000}.notepad-spiral{z-index:20;justify-content:space-around;height:36px;display:flex;position:absolute;top:-18px;left:10%;right:10%}.spiral-ring{background:#e2e8f0;border:2px solid #000;border-radius:5px;width:10px;height:30px;box-shadow:1.5px 1.5px #000}.notepad-header{z-index:10;border-bottom:2px dashed #cbd5e1;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.notepad-page-indicator{color:#64748b;font-family:monospace;font-size:1.15rem;font-weight:700}.notepad-title-tag{background:var(--primary);color:#fff;border:2px solid #000;border-radius:6px;padding:.15rem .6rem;font-size:1.05rem;font-weight:900;box-shadow:1px 1px #000}.notepad-paper-content{text-align:left;flex-direction:column;flex:1;justify-content:flex-start;transition:transform .15s ease-out,opacity .15s ease-out;display:flex}.page-flip-active{opacity:.3;transform:rotateX(15deg)}.notepad-page-step{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.8rem;width:100%;height:100%;display:flex}.notepad-step-title{color:#000;letter-spacing:-.01em;text-align:center;margin-bottom:.1rem;font-family:Fredoka,sans-serif;font-size:1.8rem;font-weight:800}.notepad-step-text{color:#334155;text-align:center;max-width:620px;margin:0;font-size:1.15rem;line-height:1.4}.classroom-vector-container{justify-content:center;align-items:center;width:100%;max-width:640px;height:320px;margin:.4rem auto;transition:height .2s;display:flex}@media (height<=850px){.classroom-vector-container{height:250px}.notepad-page-step{gap:1.4rem}}@media (height<=720px){.classroom-vector-container{height:170px}.notepad-page-step{gap:.8rem}}.classroom-svg{filter:drop-shadow(2px 2px #0000000f)}.classroom-blueprint{border:var(--border-thin);border-radius:var(--radius-md);background:#f8fafc;flex-direction:column;justify-content:space-between;align-items:center;height:140px;margin-top:.5rem;padding:.8rem;display:flex;position:relative;box-shadow:2px 2px #000}[data-theme=dark] .classroom-blueprint{background:#202028}.blueprint-blackboard{color:#fff;border:var(--border-thin);background:#064e3b;border-radius:4px;width:fit-content;margin-bottom:.25rem;padding:.15rem 1rem;font-size:.75rem;font-weight:700;box-shadow:1px 1px #000}.blueprint-desks-grid{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.35rem;width:100%;display:flex}.blueprint-desk{color:#000;border:var(--border-thin);background:#fef08a;border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700;box-shadow:1px 1px #000}.teacher-desk{background:#f87171}.blueprint-desks-group{grid-template-columns:repeat(4,1fr);justify-content:center;gap:.35rem;width:70%;display:grid}.blueprint-corner{border:var(--border-thin);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex;position:absolute;box-shadow:1.5px 1.5px #000}.blueprint-corner.a{background:var(--corner-a);top:6px;left:6px}.blueprint-corner.b{background:var(--corner-b);top:6px;right:6px}.blueprint-corner.c{background:var(--corner-c);bottom:6px;left:6px}.blueprint-corner.d{background:var(--corner-d);color:#000;bottom:6px;right:6px}.notepad-illustration{justify-content:center;width:100%;margin-top:1rem;display:flex}.ill-question-card{border:var(--border-thin);background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:90px;height:100px;display:flex;box-shadow:3px 3px #000}.ill-q{color:var(--primary);font-size:2.2rem;font-weight:900;animation:1s infinite alternate danceText}.ill-options{grid-template-columns:repeat(4,auto);gap:.25rem;display:grid}.ill-opt{color:#fff;border-radius:3px;justify-content:center;align-items:center;width:14px;height:14px;font-size:.65rem;font-weight:700;display:flex}.ill-opt.a{background:var(--corner-a)}.ill-opt.b{background:var(--corner-b)}.ill-opt.c{background:var(--corner-c)}.ill-opt.d{background:var(--corner-d);color:#000}.center-ill{align-items:center;gap:1.5rem;font-size:1.8rem}.ill-timer-badge{border:var(--border-thin);background:#e2e8f0;border-radius:12px;padding:.2rem .8rem;font-family:monospace;font-size:1.1rem;font-weight:700;box-shadow:2px 2px #000}.notepad-checkbox-row{justify-content:flex-start;width:100%;margin-top:1.5rem;display:flex}.notepad-footer{z-index:10;border-top:2px dashed #e2e8f0;justify-content:space-between;align-items:center;margin-top:.8rem;padding-top:.8rem;display:flex}.notepad-footer button{min-width:110px}.finish-btn{color:#fff;background-color:#10b981}.finish-btn:hover{background-color:#059669}.empty-spacer{width:110px;height:32px}.checkbox-container{cursor:pointer;align-items:center;height:22px;padding-left:28px;display:flex;position:relative}.checkbox-container input{opacity:0;cursor:pointer;position:absolute}.checkbox-checkmark{border:var(--border-thin);background-color:#fff;border-radius:5px;width:20px;height:20px;position:absolute;top:0;left:0}.checkbox-container:hover input~.checkbox-checkmark{background-color:var(--secondary)}.checkbox-container input:checked~.checkbox-checkmark{background-color:var(--primary)}.checkbox-checkmark:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:4px;height:9px;display:none;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.checkbox-container input:checked~.checkbox-checkmark:after{display:block}.checkbox-label{color:#334155;font-size:.85rem;font-weight:700}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-card{border:var(--border-thick);border-radius:var(--radius-lg);background:#fff;width:90%;max-width:500px;padding:1.2rem;box-shadow:8px 8px #000}[data-theme=dark] .modal-card{background:#1a1a20}.modal-header{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.modal-header h3{font-size:1.15rem}.close-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;font-size:2rem;line-height:1}.code-block-container{border:var(--border-thin);background:#f1f5f9;border-radius:10px;margin-top:.5rem;padding:.8rem;position:relative;box-shadow:2px 2px #000}[data-theme=dark] .code-block-container{background:#2a2a35}.code-block-container .btn-small{position:absolute;top:6px;right:6px}.code-view{color:var(--text-main);white-space:pre-wrap;text-align:left;max-height:220px;font-family:monospace;font-size:.8rem;font-weight:700;line-height:1.4;overflow-y:auto}.bg-shape{z-index:0;filter:blur(100px);opacity:.08;pointer-events:none;border-radius:50%;position:absolute}.bg-shape-1{background:var(--primary);width:320px;height:320px;top:10%;left:5%}.bg-shape-2{background:var(--corner-c);width:360px;height:360px;bottom:10%;right:5%}.bg-shape-3{background:var(--corner-a);width:280px;height:280px;top:40%;left:50%;transform:translate(-50%)}.error-message{background-color:var(--corner-a-bg);border:var(--border-thin);border-color:var(--corner-a);color:var(--corner-a);border-radius:8px;margin-bottom:.75rem;padding:.5rem .8rem;font-size:.85rem;font-weight:700}@keyframes bounceLogo{0%{transform:rotate(-3deg)translateY(0)}to{transform:rotate(1deg)translateY(-10px)}}@keyframes danceText{0%{transform:rotate(-1deg)scale(1)}50%{transform:rotate(1deg)scale(1.01)}to{transform:rotate(-1deg)scale(1)}}@keyframes celebrateCorrect{0%{transform:scale(1.01)rotate(-.5deg)}to{transform:scale(1.03)rotate(.5deg)}}@keyframes pulseTimer{0%{transform:scale(1)}to{transform:scale(1.03)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--secondary-hover);border:1px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.wikipedia-link{color:var(--primary);font-weight:700;text-decoration:underline;transition:color .2s}.wikipedia-link:hover{color:var(--primary-hover)}.countdown-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background-color:#00000073;justify-content:center;align-items:center;animation:.2s fadeInOverlay;display:flex;position:absolute;inset:0}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.countdown-card{background:var(--bg-primary);border:var(--border-thick);border-radius:var(--radius-lg);text-align:center;width:90%;max-width:620px;box-shadow:var(--shadow-pop);flex-direction:column;min-height:0;max-height:90vh;padding:1rem 1.5rem;display:flex}[data-theme=dark] .countdown-card{background:#1e1e24}.countdown-title{margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.countdown-number-circle{background:var(--primary);border:var(--border-thick);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:.6rem auto;font-size:2.4rem;font-weight:900;animation:1s infinite countdownBeat;display:flex;box-shadow:3px 3px #000}@keyframes countdownBeat{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.upcoming-captains-box{border-top:var(--border-thin);flex:1;min-height:0;margin-top:.8rem;padding-top:.8rem;overflow-y:auto}.upcoming-captains-box h3{color:var(--text-main);margin-bottom:1rem;font-size:1.15rem;font-weight:700}.upcoming-captains-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;display:grid}.upcoming-captain-item{border:var(--border-thin);background:var(--secondary);border-radius:var(--radius-md);text-align:center;padding:.4rem .6rem;box-shadow:1.5px 1.5px #000}.upcoming-captain-item .group-name{text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem;font-weight:700;display:block}.upcoming-captain-item .captain-info{justify-content:center;align-items:center;gap:.3rem;display:flex}.upcoming-captain-item .captain-info .name{font-size:.95rem;font-weight:700}.upcoming-prep-text{color:var(--text-muted);margin-top:1rem;font-size:1.15rem;font-weight:700}.captain-group-card{position:relative}.group-members-tooltip{background-color:var(--bg-primary);border:var(--border-thick);border-radius:var(--radius-md);width:210px;box-shadow:var(--shadow-pop);z-index:2100;opacity:0;pointer-events:none;text-align:left;padding:.8rem;transition:opacity .15s,transform .15s;display:block;position:absolute;top:50%;left:-235px;transform:translateY(-50%)scale(.95)}[data-theme=dark] .group-members-tooltip{background-color:#1e1e24}.captain-group-card:hover .group-members-tooltip{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.group-members-tooltip h6{border-bottom:var(--border-thin);color:var(--text-main);margin-bottom:.4rem;padding-bottom:.25rem;font-size:.95rem;font-weight:700}.tooltip-members-list{flex-direction:column;gap:.35rem;display:flex}.tooltip-member-item{color:var(--text-main);align-items:center;padding:.1rem 0;font-size:.85rem;display:flex}.tooltip-member-item.captain{color:var(--primary);font-weight:700}@media (width<=1160px){.group-members-tooltip{top:auto;bottom:108%;left:50%;transform:translate(-50%)scale(.95)}.captain-group-card:hover .group-members-tooltip{transform:translate(-50%)scale(1)}}.print-cards-banner{justify-content:center;width:100%;margin:.25rem 0 .4rem;display:flex}.print-cards-btn{color:var(--text-main);border:var(--border-thick);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-family:inherit;font-size:1.1rem;font-weight:800;transition:transform .1s,box-shadow .1s;display:inline-flex;box-shadow:3.5px 3.5px #000;background-color:var(--pkg-blue)!important}[data-theme=dark] .print-cards-btn{color:#fff;border-color:#fff;box-shadow:3.5px 3.5px #fff;background-color:#1e293b!important}.print-cards-btn:hover{transform:translate(-2px,-2px);box-shadow:5.5px 5.5px #000}[data-theme=dark] .print-cards-btn:hover{box-shadow:5.5px 5.5px #fff}.print-cards-btn:active{transform:translate(1.5px,1.5px);box-shadow:1.5px 1.5px #000}[data-theme=dark] .print-cards-btn:active{box-shadow:1.5px 1.5px #fff}.group-manager-backdrop{-webkit-backdrop-filter:blur(4px);z-index:2500;background:#000000a6;animation:.2s forwards fadeInBackdrop;position:fixed;inset:0}.group-manager-drawer{z-index:2600;border-left:var(--border-thick);background:#fff;border-radius:0;flex-direction:column;width:480px;max-width:95vw;height:100vh;padding:0;animation:.25s cubic-bezier(.16,1,.3,1) forwards slideInDrawer;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-8px 0 #000}[data-theme=dark] .group-manager-drawer{background:#1a1a20;border-color:#fff;box-shadow:-8px 0 #fff}.group-manager-header{border-bottom:var(--border-thick);background:#f8fafc;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}[data-theme=dark] .group-manager-header{background:#121216;border-bottom-color:#fff}.group-manager-title{align-items:center;gap:.5rem;display:flex}.group-manager-title h3{margin:0;font-size:1.15rem;font-weight:900}.group-manager-actions{align-items:center;gap:.6rem;display:flex}.safari-sync-btn{color:#1e40af;border:var(--border-thin);border-radius:var(--radius-sm);cursor:pointer;background:#dbeafe;padding:.35rem .75rem;font-family:inherit;font-size:.75rem;font-weight:800;box-shadow:2px 2px #000}[data-theme=dark] .safari-sync-btn{color:#bfdbfe;background:#1e3a8a;border-color:#fff;box-shadow:2px 2px #fff}.safari-blocked-banner{color:#92400e;background:#fef3c7;border-bottom:2px solid #f59e0b;flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:flex}.safari-blocked-banner .btn-link{color:#78350f;cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-weight:900;text-decoration:underline}.group-manager-iframe-container{background:0 0;flex:1;width:100%;height:100%;min-height:0;position:relative}.group-manager-iframe{background:0 0;border:none;width:100%;height:100%}.group-manager-loader{z-index:10;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.9rem;font-weight:800;display:flex;position:absolute;inset:0}[data-theme=dark] .group-manager-loader{color:#fff;background:#1a1a20f2}.group-sync-notice-card{border:var(--border-thin);border-radius:var(--radius-md);color:#1e40af;box-shadow:var(--shadow-sm);background:#eff6ff;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}[data-theme=dark] .group-sync-notice-card{color:#93c5fd;background:#1e293b;border-color:#3b82f6;box-shadow:2px 2px #3b82f6}@keyframes slideInDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}
