.Dashboard-module__dashboard___D6tYr{width:100%;margin:0 auto;padding:1.5rem 2rem 2rem;box-sizing:border-box}.Dashboard-module__spinnerCenter___wBFM5{width:100%;min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center}.Dashboard-module__dashboardHeader___61dxy{display:flex;align-items:center;justify-content:space-between;margin:0 auto 1.25rem;gap:12px;flex-wrap:wrap}.Dashboard-module__dashboardHeaderTitle___JuCci{color:#1c1530;font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.01em}.Dashboard-module__emptyState___nDICK{display:flex;justify-content:center;align-items:center;min-height:50vh}.Dashboard-module__emptyStateContent___J28qM{text-align:center;padding:32px 28px;max-width:480px;width:100%}.Dashboard-module__emptyTitle___enNBs{font-size:1.25rem;font-weight:700;color:#1c1530;margin:0 0 10px}.Dashboard-module__emptyDescription___MaDI8{color:#6b6580;font-size:.9rem;margin:0 0 20px}.Dashboard-module__gamesContainer___etEVN{display:flex;flex-direction:column;gap:16px}.Dashboard-module__searchBar___YGkdH{margin:0 auto 16px;max-width:480px}.Dashboard-module__noMatches___gF8pI{padding:32px 20px;text-align:center;color:#6b6580;font-size:14px;background:#ffffff73;border-radius:12px}.Dashboard-module__pagination___xAw5p{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:32px;padding-bottom:16px}.Dashboard-module__paginationIndicator___SpnCO{color:#374151;font-size:14px;font-weight:500;min-width:80px;text-align:center}@media(max-width:480px){.Dashboard-module__dashboard___D6tYr{padding:1rem}.Dashboard-module__dashboardHeader___61dxy{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:1rem}.Dashboard-module__dashboardHeaderTitle___JuCci{font-size:1.15rem;text-align:center}.Dashboard-module__createBtn___Mrs6A{width:100%!important;min-height:48px!important}.Dashboard-module__gamesContainer___etEVN{gap:14px}.Dashboard-module__pagination___xAw5p{margin-top:24px}}.Card-module__gameCard___F-5or{padding:16px 18px}.Card-module__gameCardContent___QaP7n{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.Card-module__gameInfo___46au7{flex:1;min-width:0}.Card-module__gameHeader___d6Rb5{display:flex;flex-direction:column;gap:4px}.Card-module__gameDate___b6xSO{font-size:13px;font-weight:400;color:#6b6580;margin:0}.Card-module__gameOwner___ndsw8{font-size:12px;font-weight:400;color:#6b6580;margin:0;display:inline-flex;flex-wrap:wrap;gap:4px;align-items:baseline}.Card-module__gameOwnerEmail___NGv8K{color:#8b8399;font-size:12px;word-break:break-all}.Card-module__gameTitleInput___rPO14{font-family:inherit;font-size:1rem;font-weight:600;color:#2a2440;background:transparent;border:none;outline:none;padding:2px 0;width:100%;border-bottom:1px solid transparent;transition:border-color .15s ease}.Card-module__gameTitleInput___rPO14:hover{border-bottom-color:#7e2ee02e}.Card-module__gameTitleInput___rPO14:focus{border-bottom-color:#7e2ee0}.Card-module__gameActions___K5T6X{display:flex;gap:8px;flex-shrink:0}.Card-module__btnIcon___0b4Y9{width:16px;height:16px;flex-shrink:0}.Card-module__modalActions___8Zkef{display:flex;flex-direction:column;gap:10px;width:100%;padding:15px 0 5px}@media(max-width:480px){.Card-module__gameCard___F-5or{padding:18px 16px}.Card-module__gameCardContent___QaP7n{flex-direction:column;align-items:stretch;gap:16px}.Card-module__gameHeader___d6Rb5{gap:6px}.Card-module__gameTitleInput___rPO14{font-size:15px;font-weight:700}.Card-module__gameDate___b6xSO{font-size:13px}.Card-module__gameActions___K5T6X{display:grid;grid-template-columns:1fr auto;grid-template-areas:"manage manage" "copy delete";gap:10px;width:100%}.Card-module__actionManage___OiO3m{grid-area:manage!important;width:100%!important;min-height:48px!important}.Card-module__actionCopy___knGdh{grid-area:copy!important;width:100%!important;min-height:44px!important;padding:8px 14px!important;font-size:14px!important}.Card-module__actionDelete___psOhh{grid-area:delete!important;min-height:44px!important;padding:8px 14px!important;font-size:14px!important}}.Input-module__input___5kqgx{display:flex;width:auto;border-radius:8px;border:1px solid #d1d5db;background-color:#fff;padding:10px 12px;font-size:.875rem;line-height:1.25rem;color:#111827;transition:all .2s ease;outline:none}.Input-module__input___5kqgx::placeholder{color:#9ca3af}.Input-module__input___5kqgx:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.Input-module__input___5kqgx:disabled{cursor:not-allowed;opacity:.5;background-color:#f9fafb}.Input-module__fullWidth___Hruop{width:100%}.Input-module__error___-FOKj{border:2px solid #dc2626!important;box-shadow:0 0 0 3px #dc26261f!important}.Input-module__error___-FOKj:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc262633!important}.Modal-module__overlay___pLuQC{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;backdrop-filter:blur(4px)}.Modal-module__modal___jj7oC{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;overflow-y:auto;position:relative;width:100%;animation:Modal-module__modalSlideIn___0OU1f .2s ease-out}@keyframes Modal-module__modalSlideIn___0OU1f{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.Modal-module__sm___fqKO-{max-width:400px}.Modal-module__md___mrw0w{max-width:500px}.Modal-module__lg___AMJmB{max-width:700px}.Modal-module__xl___g4pxk{max-width:900px}.Modal-module__max___TeRxO{max-width:100%}.Modal-module__header___FkX2K{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 0;margin-bottom:16px}.Modal-module__title___Xwrhs{font-size:1.25rem;font-weight:600;color:#111827;margin:0;flex:1}.Modal-module__closeButton___SrvGP{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:4px;margin:-4px;border-radius:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .2s ease}.Modal-module__closeButton___SrvGP:hover{color:#111827;background-color:#f3f4f6}.Modal-module__footer___WQzIF{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #f3f4f6;margin-top:20px}@media(max-width:768px){.Modal-module__overlay___pLuQC{padding:10px}.Modal-module__modal___jj7oC{max-height:95vh}.Modal-module__header___FkX2K{padding:16px 20px 0}.Modal-module__footer___WQzIF{padding:16px 20px;flex-direction:column}.Modal-module__sm___fqKO-,.Modal-module__md___mrw0w,.Modal-module__lg___AMJmB,.Modal-module__xl___g4pxk{max-width:100%}}.Spinner-module__spinner___kmzcq{display:flex;align-items:center;justify-content:center}.Spinner-module__inner___7672H{border-top:3px solid;border-radius:100%;animation:Spinner-module__spin___XIlv2 1s linear infinite}.Spinner-module__small___fVv6X .Spinner-module__inner___7672H{width:20px;height:20px;border-width:2px}.Spinner-module__medium___WtaV3 .Spinner-module__inner___7672H{width:40px;height:40px;border-width:3px}.Spinner-module__large___IaDKz .Spinner-module__inner___7672H{width:80px;height:80px;border-width:4px}@keyframes Spinner-module__spin___XIlv2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Analytics-module__analytics___PhPBv{display:flex;flex-direction:column;width:100%;min-height:0;padding:26px 32px}.Analytics-module__spinnerCenter___nXVtf{flex:1;width:100%;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}@media(max-width:900px){.Analytics-module__analytics___PhPBv{padding:18px 16px}}@media(max-width:480px){.Analytics-module__analytics___PhPBv{padding:14px 12px 18px}}.Analytics-module__content___IEXum{display:flex;flex-direction:column;gap:26px;width:100%;min-height:0}.Analytics-module__gameAnalytics___jwZBQ{display:flex;flex-direction:column;gap:18px}.Analytics-module__headline___x-wsm{font-size:22px;font-weight:800;color:#1c1530;letter-spacing:-.02em;margin:0}.Analytics-module__kpiAndActions___2PX56{display:flex;gap:14px;align-items:stretch}.Analytics-module__kpiRow___IVR3B{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.Analytics-module__kpi___IhHsX{background:#ffffffb8;border:1px solid rgba(255,255,255,.85);border-radius:18px;box-shadow:0 6px 18px #4c2e7812;padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.Analytics-module__kpiIco___BV6Mz{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;flex:none}.Analytics-module__kpiIco___BV6Mz svg{width:20px;height:20px}.Analytics-module__kpiNum___o0QXX{font-size:32px;font-weight:800;color:#1c1530;letter-spacing:-.03em;line-height:1}.Analytics-module__kpiLbl___AQivu{font-size:13px;color:#9a8fb5;font-weight:600;margin-top:0}.Analytics-module__actionsSide___vAtXJ{flex:none;width:200px;display:flex;flex-direction:column;gap:10px;justify-content:center}.Analytics-module__details___q1yjj{display:flex;flex-direction:column;gap:14px;min-width:0}.Analytics-module__detailsTitle___uvC4R{font-size:17px;font-weight:800;color:#1c1530;letter-spacing:-.01em;margin:0}.Analytics-module__tableWrap___FQj0B{background:#ffffff8c;border:1px solid rgba(255,255,255,.85);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #4c2e780f}.Analytics-module__tableWrap___FQj0B table{width:100%;border-collapse:collapse;table-layout:auto}.Analytics-module__tableWrap___FQj0B thead tr{background:#7c2ee00a}.Analytics-module__tableWrap___FQj0B th{font-size:12px;font-weight:700;color:#6b6480;letter-spacing:.01em;text-align:left;padding:14px 16px 12px;vertical-align:bottom;line-height:1.3;white-space:normal}.Analytics-module__thRight___0cjL9{text-align:right!important}.Analytics-module__thCenter___I6H0q{text-align:center!important}.Analytics-module__colPlace___VQL1I{width:64px}.Analytics-module__colActions___O7khy{width:140px}.Analytics-module__tableWrap___FQj0B td{padding:16px;font-size:15px;color:#2a2440;border-top:1px solid rgba(124,46,224,.08);vertical-align:middle}.Analytics-module__tdName___MGiDY{font-weight:600}.Analytics-module__tdRight___JPOUY{text-align:right}.Analytics-module__tdCenter___78TUv{text-align:center}.Analytics-module__tdBold___NtJXR{text-align:right;font-weight:700}.Analytics-module__tdMuted___uPWvG{text-align:right;color:#5b5470}.Analytics-module__tableWrap___FQj0B tbody tr:nth-child(2n){background:#7c2ee006}.Analytics-module__rank___Iq8H4{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;font-size:14px;font-weight:800}.Analytics-module__actionsCell___Ljjxi{display:flex;gap:8px;justify-content:flex-end;flex-wrap:nowrap}.Analytics-module__iconBtn___-VOf5{all:unset;cursor:pointer;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ffffffa8;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(124,46,224,.14);color:#5b5470;box-shadow:inset 0 1px #fff9;transition:transform .15s,background .15s;flex:none}.Analytics-module__iconBtn___-VOf5:hover{transform:translateY(-1px);background:#ffffffd9}.Analytics-module__iconBtn___-VOf5 svg{width:16px;height:16px;stroke:currentColor}.Analytics-module__iconBtnLg___9MXj5{width:42px;height:42px}.Analytics-module__iconBtnLg___9MXj5 svg{width:17px;height:17px}.Analytics-module__mobileCards___ZuA4O{display:none}@media(max-width:1100px){.Analytics-module__kpiAndActions___2PX56{flex-direction:column}.Analytics-module__kpiRow___IVR3B{grid-template-columns:1fr 1fr;gap:10px}.Analytics-module__kpi___IhHsX{padding:14px}.Analytics-module__kpiIco___BV6Mz{width:32px;height:32px;margin-bottom:10px}.Analytics-module__kpiIco___BV6Mz svg{width:17px;height:17px}.Analytics-module__kpiNum___o0QXX{font-size:26px}.Analytics-module__kpiLbl___AQivu{font-size:12px}.Analytics-module__actionsSide___vAtXJ{width:100%;flex-direction:row;gap:10px}.Analytics-module__actionsSide___vAtXJ>*{flex:1}.Analytics-module__headline___x-wsm{font-size:19px}.Analytics-module__detailsTitle___uvC4R{font-size:16px}.Analytics-module__tableWrap___FQj0B{display:none}.Analytics-module__mobileCards___ZuA4O{display:flex;flex-direction:column;gap:12px}}.Analytics-module__teamCard___TAe72{background:#ffffffb8;border:1px solid rgba(255,255,255,.85);border-radius:16px;box-shadow:0 6px 18px #4c2e7812;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.Analytics-module__teamCardHeader___4zMr7{display:flex;align-items:center;gap:10px;margin-bottom:4px}.Analytics-module__teamCardName___b0utn{font-size:16px;font-weight:700;color:#1c1530}.Analytics-module__metricRow___wnPC-{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(124,46,224,.08)}.Analytics-module__metricRow___wnPC-:last-of-type{border-bottom:none}.Analytics-module__metricKey___opRxT{font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#9a8fb5}.Analytics-module__metricVal___F-RU0{font-size:15px;font-weight:600;color:#1c1530}.Analytics-module__teamCardActions___THdlC{display:flex;gap:8px;margin-top:14px}.Analytics-module__teamCardActions___THdlC>:first-child{flex:1}.Analytics-module__currentTeamDetails___4UES1{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;min-width:0}.Analytics-module__currentTeamDetails___4UES1>h2,.Analytics-module__currentTeamDetails___4UES1>span{text-align:center}.Analytics-module__detailsTabs___7D63E{display:flex;gap:8px;border-bottom:1px solid #e4e4e7;width:100%;margin:10px 0;padding-bottom:8px;justify-content:center}.Analytics-module__detailsTabButton___j1gJp{background:transparent;border:1px solid #e4e4e7;border-radius:6px;padding:8px 16px;cursor:pointer;font-weight:500;transition:background-color .15s,color .15s}.Analytics-module__detailsTabButton___j1gJp:hover{background-color:#f4f4f5}.Analytics-module__detailsTabActive___ljHQa{background-color:#883ae1;color:#fff;border-color:#883ae1}.Analytics-module__detailsTabActive___ljHQa:hover{background-color:#7c2fd5}.Analytics-module__surveysList___-tYo5{display:flex;flex-direction:column;gap:16px;width:100%}.Analytics-module__surveyCard___hHZiN{border:1px solid #e4e4e7;border-radius:10px;padding:14px 16px;background-color:#fafafa;display:flex;flex-direction:column;gap:10px}.Analytics-module__surveyHeader___upCNK{display:flex;align-items:center;gap:10px}.Analytics-module__surveyOrder___OPAUl{background-color:#883ae1;color:#fff;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}.Analytics-module__surveyTitle___Q5UQz{font-weight:600;font-size:16px}.Analytics-module__surveyQuestion___bKGDH{color:#52525b;font-style:italic}.Analytics-module__surveyWinner___hvxFb{background-color:#fefce8;border-left:4px solid #eab308;padding:8px 12px;border-radius:4px}.Analytics-module__surveyEmpty___C3xad{text-align:center;color:#71717a;padding:40px 20px;font-style:italic}.Analytics-module__surveyTeamsList___U169j{display:flex;flex-direction:column;gap:12px}.Analytics-module__surveyTeamBlock___oZTq5{border:1px solid #d4d4d8;border-radius:6px;background-color:#fff;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.Analytics-module__surveyTeamHeader___oPwGl{display:flex;align-items:baseline;gap:10px;border-bottom:1px solid #e4e4e7;padding-bottom:6px}.Analytics-module__surveyTeamCode___kyFbC{font-weight:600;color:#883ae1;font-family:Courier New,monospace;font-size:13px}.Analytics-module__surveyTeamTitle___BGNze{font-weight:600;flex:1}.Analytics-module__surveyTeamCount___yVprZ{color:#71717a;font-size:13px}.Analytics-module__surveyTopTags___BmShZ{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px}.Analytics-module__surveyTopTag___ksnuK{background-color:#f4f3ff;border:1px solid #d4d4d8;border-radius:999px;padding:4px 10px;font-size:13px}.Analytics-module__surveyTopTag___ksnuK b{color:#883ae1;margin-left:4px}.Analytics-module__deleteModal___ZXP75{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.Analytics-module__deleteButtons___I6wnb{display:flex;flex-direction:column;gap:10px;width:100%;padding:15px}.Analytics-module__modalTableWrap___Yiy34{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.Analytics-module__modalTableWrap___Yiy34 table{color:#121826;width:100%;border-collapse:separate;border:1px solid #e4e4e7;border-radius:10px;border-spacing:0;table-layout:auto}.Analytics-module__modalTableWrap___Yiy34 .Analytics-module__tHead___QCNMF{background-color:#f9fafb}.Analytics-module__modalTableWrap___Yiy34 .Analytics-module__tRowHead___ZwfgZ th{padding:14px 12px;font-size:15px;border-bottom:1px solid #e4e4e7;white-space:nowrap;text-align:center}.Analytics-module__modalTableWrap___Yiy34 .Analytics-module__tRowBody___C7IS9 td{text-align:center;padding:10px 12px;font-weight:500;border-bottom:1px solid #e4e4e7;border-top:1px solid #e4e4e7}.Analytics-module__modalTableWrap___Yiy34 .Analytics-module__tRowBody___C7IS9:last-child td{border-bottom:none}.Analytics-module__modalTableWrap___Yiy34 .Analytics-module__tRowSeparator___6WbXn td{padding:5px}@media(max-width:640px){.Analytics-module__analytics___PhPBv,.Analytics-module__mobileCards___ZuA4O{padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}.Analytics-module__currentTeamDetails___4UES1{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.Analytics-module__actionsSide___vAtXJ{flex-direction:column}.Analytics-module__actionsSide___vAtXJ>*{width:100%;flex:none}.Analytics-module__currentTeamDetails___4UES1 table{display:block;overflow:visible;border:none;background:transparent;min-width:0}.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tHead___QCNMF,.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tRowSeparator___6WbXn{display:none}.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tBody___1X62M{display:flex;flex-direction:column;gap:10px}.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tRowBody___C7IS9{display:flex;flex-direction:column;gap:5px;border:1px solid #e4e4e7;border-radius:10px;padding:10px 12px;background:#fafafa}.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tRowBody___C7IS9 td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:3px 0;border:none;text-align:right;font-weight:500;font-size:13px;white-space:normal}.Analytics-module__currentTeamDetails___4UES1 .Analytics-module__tRowBody___C7IS9 td:before{content:attr(data-label);font-weight:600;color:#71717a;font-size:11px;text-transform:uppercase;letter-spacing:.02em;flex-shrink:0;text-align:left}.Analytics-module__currentTeamDetails___4UES1{gap:8px}.Analytics-module__currentTeamDetails___4UES1 h2{font-size:1.1rem}.Analytics-module__detailsTabs___7D63E{gap:6px;flex-wrap:wrap;justify-content:stretch}.Analytics-module__detailsTabButton___j1gJp{flex:1 1 auto;padding:8px 10px;font-size:13px;min-height:40px}.Analytics-module__surveyCard___hHZiN{padding:12px}.Analytics-module__surveyHeader___upCNK{gap:8px}.Analytics-module__surveyOrder___OPAUl{width:28px;height:28px;font-size:13px}.Analytics-module__surveyTitle___Q5UQz{font-size:15px}.Analytics-module__surveyEmpty___C3xad{padding:24px 12px;font-size:14px}.Analytics-module__surveyTeamHeader___oPwGl{flex-wrap:wrap;gap:6px}.Analytics-module__deleteModal___ZXP75{padding:12px}.Analytics-module__deleteModal___ZXP75 h2{font-size:1.05rem;text-align:center}.Analytics-module__deleteButtons___I6wnb{padding:8px 0}.Analytics-module__deleteButtons___I6wnb>*{min-height:44px}}.AdminManagement-module__container___Sq0rw{width:100%;padding:1.5rem 2rem 2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:20px}.AdminManagement-module__spinnerCenter___-Kr-r{width:100%;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.AdminManagement-module__section___ATDvq{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.AdminManagement-module__sectionTitle___fmGpy{margin:0;font-size:1.15rem;font-weight:700;color:#1c1530;display:flex;align-items:center;gap:10px}.AdminManagement-module__badge___WqDp8{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff;font-size:12px;font-weight:700}.AdminManagement-module__rowList___RGvOG{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.AdminManagement-module__row___JqSjY{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#ffffff9e;border-radius:12px;border:1px solid rgba(124,46,224,.1)}.AdminManagement-module__rowMain___npknY{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.AdminManagement-module__rowTitle___IdStR{font-size:15px;font-weight:700;color:#1c1530;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.AdminManagement-module__rowMeta___Wp4qU{font-size:12px;color:#6b6580;word-break:break-all}.AdminManagement-module__rowActions___8GWC8{display:flex;gap:8px;flex-shrink:0}.AdminManagement-module__rolePill___JvBX5{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#7c2ee014;color:#7e2ee0;text-transform:uppercase;letter-spacing:.02em}.AdminManagement-module__rolePill___JvBX5[data-role=SUPER_ADMIN]{background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff}.AdminManagement-module__selfPill___02dl6{font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px;background:#e5f7ec;color:#1a8244;text-transform:uppercase;letter-spacing:.03em}.AdminManagement-module__emptyRow___tTaLi{padding:18px 12px;text-align:center;color:#6b6580;font-size:13px;background:#ffffff73;border-radius:10px}.AdminManagement-module__history___hzGfz{margin-top:6px}.AdminManagement-module__history___hzGfz summary{cursor:pointer;font-size:13px;color:#6b6580;padding:6px 0;user-select:none}.AdminManagement-module__history___hzGfz summary:hover{color:#1c1530}.AdminManagement-module__errorBanner___JDoal{padding:10px 32px 10px 14px;background:#fde8e8;border:1px solid #f5c2c2;color:#a02222;border-radius:10px;font-size:13px;position:relative}.AdminManagement-module__errorClose___xuxup{all:unset;cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:18px;line-height:1;padding:4px 6px;color:#a02222}.AdminManagement-module__hint___ECa9j{font-size:12px;color:#6b6580;line-height:1.4}.AdminManagement-module__confirmBody___mtbrh{display:flex;flex-direction:column;gap:16px}@media(max-width:640px){.AdminManagement-module__container___Sq0rw{padding:1rem}.AdminManagement-module__section___ATDvq{padding:16px}.AdminManagement-module__row___JqSjY{flex-direction:column;align-items:stretch}.AdminManagement-module__rowActions___8GWC8{flex-direction:row;justify-content:flex-end}}.Header-module__header___SDyh7{position:sticky;top:0;z-index:30;padding:1rem 2rem;border-radius:0}.Header-module__headerContent___asus6{display:flex;align-items:center;justify-content:space-between;margin:0 auto;width:100%;gap:1rem}.Header-module__logo___zPo1L{display:flex;align-items:center;gap:1rem;min-width:0}.Header-module__logoIcon___DBSCL{display:flex;align-items:center;justify-content:center;width:44px;height:44px}.Header-module__title___wSp3k{display:flex;flex-direction:column;justify-content:center;line-height:1.25}.Header-module__titleTop___W-Fx1{color:#1c1530;font-size:1.15rem;font-weight:700;white-space:nowrap;margin:0}.Header-module__titleBottom___6J9ex{font-size:14px;font-weight:500;color:#6b6580;white-space:nowrap}.Header-module__headerActions___mT2kd{display:flex;align-items:center;gap:1rem;flex-shrink:0}.Header-module__accountButton___M-Eqq{cursor:pointer;color:#4d5562;transition:opacity .2s;width:30px;height:30px}.Header-module__accountButton___M-Eqq:hover{opacity:.55}.Header-module__accountMail___BebIH{font-size:14px;font-weight:500;color:#4d5562;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.Header-module__profileBody___tlHEh{display:flex;flex-direction:column;gap:14px}.Header-module__profileField___hEU-M{display:flex;flex-direction:column;gap:2px;padding:10px 14px;background:#7c2ee00f;border:1px solid rgba(124,46,224,.1);border-radius:12px}.Header-module__profileFieldLabel___8YGz4{font-size:11px;font-weight:700;color:#9a8fb5;text-transform:uppercase;letter-spacing:.04em}.Header-module__profileFieldValue___zYoZT{font-size:15px;font-weight:500;color:#1c1530;word-break:break-all}.Header-module__profileFieldValue___zYoZT[data-role=SUPER_ADMIN]{background:linear-gradient(180deg,#9b57f0,#7e2ee0);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700;word-break:normal;display:inline-block}.Header-module__profileActions___TRR4n{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}@media(max-width:640px){.Header-module__header___SDyh7{padding:.5rem 1rem}.Header-module__titleBottom___6J9ex,.Header-module__accountMail___BebIH{display:none}.Header-module__titleTop___W-Fx1{font-size:.85rem}.Header-module__headerActions___mT2kd{gap:.5rem}}.Chat-module__chatContainer___QCDwE{width:320px;height:100%}.Chat-module__chat___H2iIf{height:100%;background:#ffffff8c;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);border-left:1px solid rgba(255,255,255,.7);display:flex;flex-direction:column;overflow:hidden;min-height:0;position:relative}.Chat-module__scrollToBottomBtn___Z7kyK{all:unset;cursor:pointer;position:absolute;right:14px;bottom:82px;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(124,46,224,.14);box-shadow:0 6px 18px #4c2e782e;display:flex;align-items:center;justify-content:center;color:#7e2ee0;z-index:4;transition:transform .15s,box-shadow .15s}.Chat-module__scrollToBottomBtn___Z7kyK:hover{transform:translateY(-1px);box-shadow:0 10px 22px #4c2e783d}.Chat-module__scrollToBottomBadge___NEtXJ{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #7e2ee059}.Chat-module__head___xlo2w{display:flex;align-items:center;gap:20px;padding:16px 18px;border-bottom:1px solid rgba(124,46,224,.1)}.Chat-module__tabs___OsY-n{display:flex;align-items:center;gap:20px}.Chat-module__tab___uXni-{display:inline-flex;align-items:center;gap:7px;position:relative}.Chat-module__tabName___uBpsL{font-size:14px;font-weight:700;color:#9a8fb5;cursor:pointer;padding:6px 2px;position:relative;transition:color .15s}.Chat-module__tabName___uBpsL:hover,.Chat-module__tabActive___ZaSQw{color:#1c1530}.Chat-module__tabActive___ZaSQw:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:3px;background:#7e2ee0}.Chat-module__notification___OBezs{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff;border-radius:999px;font-size:11px;font-weight:700;box-shadow:0 3px 8px #7e2ee059}.Chat-module__closeIcon___vOOl9{cursor:pointer;width:18px;height:18px;margin-left:auto;color:#9a8fb5;transition:color .15s}.Chat-module__closeIcon___vOOl9:hover{color:#1c1530}.Chat-module__closeIcon___vOOl9 path{stroke:currentColor}.Chat-module__messages___aPIba{position:relative;flex:1;overflow-y:auto;padding:16px 18px;min-height:0;display:flex;flex-direction:column;gap:16px}.Chat-module__message___3Zaai{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}.Chat-module__messageOwn___P9Bau{align-items:flex-end}.Chat-module__messageContent___7SFHs{max-width:90%;display:flex;flex-direction:column;align-items:flex-start}.Chat-module__messageOwn___P9Bau .Chat-module__messageContent___7SFHs{align-items:flex-end}.Chat-module__chatMsgAuthor___NwQtq{font-size:12px;font-weight:700;color:#1c1530;margin-bottom:4px;display:flex;align-items:center;gap:6px}.Chat-module__adminAuthor___GuEAk{color:#7e2ee0}.Chat-module__adminBadge___CYIP7{width:16px;height:16px;flex-shrink:0}.Chat-module__chatBubble___DzRLM{display:inline-block;max-width:100%;background:#7c2ee00f;border:1px solid rgba(124,46,224,.1);border-radius:4px 13px 13px;padding:8px 12px;font-size:13px;color:#2a2440;line-height:1.4;word-wrap:break-word;word-break:break-word;text-align:left}.Chat-module__chatBubbleOwn___R19xj{background:#fff;border:1px solid rgba(255,255,255,.9);border-radius:13px 4px 13px 13px;box-shadow:0 4px 14px #4c2e781a}.Chat-module__chatTime___1iP-m{font-size:10px;color:#9a8fb5;margin-top:4px}.Chat-module__emptyState___6OUCR{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9a8fb5;padding:24px;gap:6px}.Chat-module__emptyState___6OUCR p{margin:0;font-size:14px;font-weight:600;color:#1c1530}.Chat-module__emptyState___6OUCR span{font-size:12px;color:#9a8fb5}.Chat-module__buttonLoadMore___GuJHX{position:absolute;z-index:1;padding:8px;left:50%;transform:translate(-50%);top:6px}.Chat-module__inputArea___fLALT{border-top:1px solid rgba(124,46,224,.1);padding:14px 16px;background:#ffffff73}.Chat-module__inputContainer___9dDQw{display:flex;align-items:center;gap:8px}.Chat-module__messageInput___XSqES{flex:1;min-width:0;appearance:none;-webkit-appearance:none;background:#ffffffb3;border:1px solid rgba(124,46,224,.16);border-radius:14px;padding:10px 14px;font-size:16px;color:#2a2440;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.Chat-module__messageInput___XSqES::placeholder{color:#9a8fb5;font-weight:400}.Chat-module__messageInput___XSqES:focus{border-color:#7e2ee0;box-shadow:0 0 0 3px #7e2ee01a}.Chat-module__emojiPickerButton___YBUpO{all:unset;cursor:pointer;font-size:18px;line-height:1;padding:6px;border-radius:50%;transition:background .15s;flex:none}.Chat-module__emojiPickerButton___YBUpO:hover{background:#7e2ee014}.Chat-module__sendBtn___RtsFg{all:unset;cursor:pointer;width:38px;height:38px;border-radius:50%;background:linear-gradient(180deg,#9b57f0,#7e2ee0);box-shadow:0 6px 16px #7e2ee066,inset 0 1px #ffffff80;display:flex;align-items:center;justify-content:center;color:#fff;flex:none;transition:transform .15s,box-shadow .15s}.Chat-module__sendBtn___RtsFg:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #7e2ee080,inset 0 1px #ffffff80}.Chat-module__sendBtn___RtsFg:disabled{opacity:.5;cursor:default}.Chat-module__sendBtn___RtsFg svg{width:16px;height:16px;stroke:currentColor}.Chat-module__emojiPickerContainer___K8w3f{position:absolute;bottom:72px;right:16px;z-index:5;width:300px;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #4c2e782e}@media(max-width:640px){.Chat-module__chatContainer___QCDwE{width:100%}.Chat-module__chat___H2iIf{border-left:none;border-radius:0}.Chat-module__head___xlo2w{padding:14px 16px;gap:16px}.Chat-module__messages___aPIba{padding:14px 16px;gap:14px}.Chat-module__inputArea___fLALT{padding:12px 14px}}.LocaleSwitch-module__floating___K9N00{position:fixed;left:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:20}@media(max-width:480px){.LocaleSwitch-module__floating___K9N00{left:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px))}}.UploadErrorModal-module__errorModal___WOYPJ{display:flex;flex-direction:column;gap:16px;align-items:center;padding:4px 0 0}.UploadErrorModal-module__errorMessage___qZag9{margin:0;width:100%;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}.Home-module__Home___ds2y2{min-height:100vh;background-color:#f9fafb;display:flex;flex-direction:column}.Home-module__main___O-Zp6{flex:1;padding:1.5rem 0px;margin:0 auto;width:100%}.Home-module__mainContent___wMlbC{margin:0 auto;padding:1.5rem 0px;width:100%}.Home-module__homeTabsBar___MHASQ{display:flex;justify-content:center;gap:8px;padding:12px 20px 0;margin:0 auto;max-width:720px;width:100%}.Home-module__homeTab___mTnKi{all:unset;cursor:pointer;padding:10px 22px;font-size:14px;font-weight:600;color:#6b6580;border-radius:999px;background:#ffffff80;border:1px solid rgba(124,46,224,.12);transition:background .15s,color .15s,box-shadow .15s}.Home-module__homeTab___mTnKi:hover{color:#1c1530;background:#ffffffbf}.Home-module__homeTabActive___z2qt5{color:#fff!important;background:linear-gradient(180deg,#9b57f0,#7e2ee0)!important;border-color:transparent!important;box-shadow:0 6px 16px #7e2ee059}.Home-module__personalAccount___TBMOP{background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px #0000001a}.Home-module__personalAccount___TBMOP h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:32px;text-align:center}.Home-module__accountInfo___sjCmF{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.Home-module__userInfo___buwJM{display:flex;align-items:center;gap:16px;padding:20px;background:#f9fafb;border-radius:8px}.Home-module__avatar___sgglR{width:64px;height:64px;background:linear-gradient(135deg,#7c3aed,#6366f1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.Home-module__userInfo___buwJM h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 4px}.Home-module__userInfo___buwJM p{color:#6b7280;margin:0;font-size:.875rem}.Home-module__stats___zpfQ-{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.Home-module__stat___ykrRp{text-align:center;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000000d}.Home-module__statNumber___5xTcj{display:block;font-size:2rem;font-weight:700;color:#7c3aed;margin-bottom:4px}.Home-module__statLabel___RJ0FX{font-size:.875rem;color:#6b7280;font-weight:500}.Home-module__settings___fyNe-{padding:24px;background:#f9fafb;border-radius:8px}.Home-module__settings___fyNe- h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 16px}.Home-module__settingItem___pcjMI{margin-bottom:12px}.Home-module__settingItem___pcjMI label{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#374151;cursor:pointer}.Home-module__settingItem___pcjMI input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:2px solid #d1d5db;accent-color:#7c3aed}.Home-module__backButton___Cgqh-{background-color:#7c3aed;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;width:100%}.Home-module__backButton___Cgqh-:hover{background-color:#6d28d9}.Home-module__gameManagementContent___2gJJT{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a}.Home-module__teamsView___9e9Nt,.Home-module__settingsView___zY-S2,.Home-module__moderationView___Iu9Kx,.Home-module__analyticsView___4qB8-{min-height:400px}.Home-module__teamsView___9e9Nt h3,.Home-module__settingsView___zY-S2 h3,.Home-module__moderationView___Iu9Kx h3,.Home-module__analyticsView___4qB8- h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 16px}.Home-module__moderationView___Iu9Kx{display:flex;flex-direction:column;height:600px}.Home-module__moderationView___Iu9Kx h3{margin-bottom:20px}@media(max-width:768px){.Home-module__main___O-Zp6{padding:16px}.Home-module__personalAccount___TBMOP{padding:24px}.Home-module__accountInfo___sjCmF{gap:24px}.Home-module__userInfo___buwJM{padding:16px}.Home-module__avatar___sgglR{width:56px;height:56px;font-size:20px}.Home-module__stats___zpfQ-{grid-template-columns:1fr}.Home-module__gameManagementContent___2gJJT{padding:20px}.Home-module__moderationView___Iu9Kx{height:500px}}@media(max-width:480px){.Home-module__stats___zpfQ-{gap:16px}.Home-module__stat___ykrRp{padding:16px}.Home-module__statNumber___5xTcj{font-size:1.75rem}.Home-module__settings___fyNe-{padding:20px}}.Home-module__gameManagement___xxlZ-{display:flex;flex-direction:column;height:100%}.Home-module__gameManagementHeader___tlY4B{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem}.Home-module__gameInfo___oBcQX{display:flex;flex-direction:column;gap:.5rem}.Home-module__gameTitle___Oumac{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.Home-module__gameDescription___zD-3U{color:#6b7280;margin:0}.Home-module__gameStatus___SQNZ3{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.Home-module__statusBadge___D4aBV{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.Home-module__statusBadge___D4aBV.Home-module__waiting___XHZ3p{background-color:#fbbf24;color:#92400e}.Home-module__statusBadge___D4aBV.Home-module__open___X2EOg{background-color:#34d399;color:#065f46}.Home-module__statusBadge___D4aBV.Home-module__completed___qGx91{background-color:#9ca3af;color:#374151}.Home-module__statusBadge___D4aBV.Home-module__paused___OHaqT{background-color:#f87171;color:#991b1b}.Home-module__participantCount___L0-FZ{color:#6b7280;font-size:.875rem}.Home-module__gameContent___86a1f{flex:1;padding:1.5rem;overflow-y:auto}.Home-module__teamsView___9e9Nt{display:flex;flex-direction:column;gap:1.5rem}.Home-module__sectionTitle___NvvMA{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.Home-module__teamsList___xtzM8{display:flex;flex-direction:column;gap:1rem}.Home-module__teamCard___T-kw-{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1.5rem}.Home-module__teamHeader___j-vLE{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.Home-module__teamName___o1Zp2{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.Home-module__teamStats___YnYlg{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.Home-module__teamScore___NMyDa{font-weight:500;color:#8b5cf6}.Home-module__teamMembers___bIe1s{color:#6b7280}.Home-module__teamParticipants___JBPl7{display:flex;flex-direction:column;gap:.5rem}.Home-module__participant___X0Lec{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background-color:#f9fafb;border-radius:.25rem}.Home-module__participantName___mlYA2{font-weight:500;color:#111827}.Home-module__participantEmail___vZ1lC{color:#6b7280;font-size:.875rem}.Home-module__emptyState___wypNe{text-align:center;padding:3rem;color:#6b7280}.Auth-module__loginContainer___gjOR0{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#f3f0fa;padding:1rem;position:relative;overflow:hidden}.Auth-module__backgroundDecoration___Ugir-{position:absolute;inset:0;pointer-events:none;z-index:0}.Auth-module__circle1___TTgUY,.Auth-module__circle2___Es6NR,.Auth-module__circle3___Q0Ihx{position:absolute;border-radius:50%;filter:blur(20px);opacity:.55;will-change:transform}.Auth-module__circle1___TTgUY{width:320px;height:320px;top:8%;left:6%;background:#9b57f08c;animation-name:Auth-module__lgDrift1___oMwmi;animation-duration:22s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.Auth-module__circle2___Es6NR{width:260px;height:260px;top:55%;right:8%;background:#f472b680;animation-name:Auth-module__lgDrift2___U6Sxm;animation-duration:18s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:-6s}.Auth-module__circle3___Q0Ihx{width:220px;height:220px;bottom:10%;left:55%;background:#7dd3fc80;animation-name:Auth-module__lgDrift3___aPtR-;animation-duration:26s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:-12s}@keyframes lgDrift1{0%,to{transform:translate(0)}25%{transform:translate(180px,-120px)}50%{transform:translate(260px,100px)}75%{transform:translate(80px,200px)}}@keyframes lgDrift2{0%,to{transform:translate(0)}33%{transform:translate(-180px,150px)}66%{transform:translate(140px,-180px)}}@keyframes lgDrift3{0%,to{transform:translate(0)}20%{transform:translate(-140px,-160px)}50%{transform:translate(-240px,80px)}80%{transform:translate(140px,130px)}}.Auth-module__logo___DOhJB{width:96px;height:96px;margin-bottom:16px;filter:drop-shadow(0 8px 20px rgba(126,46,224,.2));object-fit:contain}@media(max-width:480px){.Auth-module__logo___DOhJB{width:72px;height:72px;margin-bottom:12px}}.Auth-module__form___-wDfY{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.Auth-module__row___WPQy0{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}@media(max-width:480px){.Auth-module__loginContainer___gjOR0{padding:24px;padding-top:max(48px,env(safe-area-inset-top,0px))}.Auth-module__form___-wDfY{gap:14px}.Auth-module__circle1___TTgUY{width:220px;height:220px}.Auth-module__circle2___Es6NR{width:180px;height:180px}.Auth-module__circle3___Q0Ihx{width:160px;height:160px}}.EventForPlayer-module__welcomeScreen___-Bcox{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.EventForPlayer-module__welcomeCard___U30-c{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__welcomeHeader___dfnlx{text-align:center;margin-bottom:2rem}.EventForPlayer-module__welcomeTitle___qkzgQ{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.EventForPlayer-module__welcomeActions___l1w8g{display:flex;flex-direction:column;gap:1rem}.EventForPlayer-module__divider___0mE4G{text-align:center;color:#6b7280;font-size:.875rem}.EventForPlayer-module__joinScreen___JnVMM{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.EventForPlayer-module__joinCard___DPEzA{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__joinHeader___sqkut{text-align:center;margin-bottom:2rem}.EventForPlayer-module__joinTitle___fy18b{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.EventForPlayer-module__codeInputs___Gkm56{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.EventForPlayer-module__codeInput___GwOsi{width:3rem;height:3rem;text-align:center;font-size:1.125rem;font-weight:500;border:1px solid #d1d5db;border-radius:.5rem}.EventForPlayer-module__codeInput___GwOsi:focus{outline:none;border-color:#8b5cf6}.EventForPlayer-module__joinActions___gfYla{display:flex;flex-direction:column;gap:.75rem}.EventForPlayer-module__createScreen___Ftc9u{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.EventForPlayer-module__createCard___mdo47{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__createHeader___yW50Q{text-align:center;margin-bottom:2rem}.EventForPlayer-module__createTitle___e1-UV{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.EventForPlayer-module__spaceInfo___h5vbr{margin-bottom:1.5rem}.EventForPlayer-module__spaceLabel___GbfZj{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.EventForPlayer-module__spaceContainer___vqp0w{display:flex;align-items:center;justify-content:space-between;background-color:#f9fafb;border-radius:.5rem;padding:.75rem}.EventForPlayer-module__spaceNumber___bh3xN{font-family:monospace;font-size:1.125rem}.EventForPlayer-module__copyButton___H6r-T{padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;transition:all .2s;border:none;cursor:pointer;background-color:#8b5cf6;color:#fff}.EventForPlayer-module__copyButton___H6r-T:hover{background-color:#7c3aed}.EventForPlayer-module__copyButton___H6r-T.EventForPlayer-module__copied___bceio{background-color:#10b981;color:#fff}.EventForPlayer-module__createActions___bSfvu{display:flex;flex-direction:column;gap:.75rem}.EventForPlayer-module__profileScreen___dekc2{min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.EventForPlayer-module__profileCard___9LD4z{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__profileHeader___VIXBH{text-align:center;margin-bottom:1.5rem}.EventForPlayer-module__profileTitle___L8jJ-{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.EventForPlayer-module__profileForm___iZHFd{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.EventForPlayer-module__formGroup___qhcv8{display:flex;flex-direction:column}.EventForPlayer-module__formLabel___PHvWK{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.EventForPlayer-module__inputContainer___KzbR0{position:relative}.EventForPlayer-module__formInput___QlrWo{width:100%;padding:.75rem 2.5rem .75rem .75rem;border:1px solid #d1d5db;border-radius:.5rem}.EventForPlayer-module__formInput___QlrWo:focus{outline:none;border-color:#8b5cf6}.EventForPlayer-module__inputIcon___MOHS3{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af}.EventForPlayer-module__profileActions___6oVfA{display:flex;flex-direction:column;gap:.75rem}.EventForPlayer-module__primaryButton___8-T-6{width:100%;background-color:#8b5cf6;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__primaryButton___8-T-6:hover:not(:disabled){background-color:#7c3aed}.EventForPlayer-module__primaryButton___8-T-6:disabled{opacity:.5;cursor:not-allowed}.EventForPlayer-module__secondaryButton___a1Lt7{width:100%;background-color:#f3f4f6;color:#374151;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__secondaryButton___a1Lt7:hover{background-color:#e5e7eb}.EventForPlayer-module__gameScreen___Fo9qI{min-height:100vh;background-color:#f9fafb}.EventForPlayer-module__gameLayout___u07yh{display:flex;height:100vh;padding-left:4rem}.EventForPlayer-module__gameArea___8NIKT{flex:1;display:flex;flex-direction:column}.EventForPlayer-module__gameHeader___I-JVw{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem}.EventForPlayer-module__headerContent___z314v{display:flex;align-items:center;justify-content:space-between}.EventForPlayer-module__gameInfo___qxUNl{display:flex;align-items:center;gap:1rem}.EventForPlayer-module__gameLogo___0p-9Y{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.EventForPlayer-module__gameTitle___kAXP4{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.EventForPlayer-module__gameSubtitle___ZY6Im{font-size:.875rem;color:#6b7280;margin:0}.EventForPlayer-module__headerStats___oCyLd{display:flex;align-items:center;gap:1rem}.EventForPlayer-module__headerStatsDesktop___yLkOZ{display:none;text-align:right;font-size:.875rem;color:#6b7280}.EventForPlayer-module__mobileMenuButton___AZI5-{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .2s}.EventForPlayer-module__mobileMenuButton___AZI5-:hover{background-color:#f3f4f6}.EventForPlayer-module__menuIcon___LqIio{width:1.25rem;height:1.25rem}.EventForPlayer-module__gameContent___wsc-d{flex:1;padding:1.5rem}.EventForPlayer-module__waitingContent___YTy6r{height:100%;display:flex;flex-direction:column}.EventForPlayer-module__waitingHeader___tJPwK{margin-bottom:1.5rem}.EventForPlayer-module__waitingTitle___yK8Dl{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.EventForPlayer-module__waitingMeta___8HAtN{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.EventForPlayer-module__pointsBadge___DBj0W{display:flex;align-items:center;gap:.5rem;background-color:#111827;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.EventForPlayer-module__timeBadge___isS-O{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.EventForPlayer-module__progressBar___ecqN-{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem;margin-bottom:1.5rem}.EventForPlayer-module__progressFill___aitV6{background-color:#111827;height:.5rem;border-radius:9999px;transition:width 1s}.EventForPlayer-module__waitingMessage___-KG23{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280}.EventForPlayer-module__waitingText___MO6yx{font-size:1.125rem;margin-bottom:.5rem}.EventForPlayer-module__waitingSubtext___ib9bw{font-size:.875rem}.EventForPlayer-module__taskContent___V4ymH{height:100%;display:flex;flex-direction:column}.EventForPlayer-module__taskHeader___o9qnF{margin-bottom:1.5rem}.EventForPlayer-module__taskQuestion___4MQ0q{font-size:1.5rem;font-weight:700;margin:0 0 1rem}.EventForPlayer-module__taskMeta___-LZJj{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.EventForPlayer-module__mediaContainer___cKuss{margin-bottom:1.5rem;display:flex;justify-content:center}.EventForPlayer-module__videoPlaceholder___It-w9{position:relative}.EventForPlayer-module__playButton___Ev5cz{width:16rem;height:9rem;background-color:#f3f4f6;border:2px dashed #d1d5db;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__playButton___Ev5cz:hover{background-color:#f9fafb}.EventForPlayer-module__playIcon___HGjPa{width:2rem;height:2rem;color:#6b7280;margin-left:.25rem}.EventForPlayer-module__answerSection___MIiNA{flex:1;display:flex;flex-direction:column;justify-content:center}.EventForPlayer-module__answerOptions___gZHRJ{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.EventForPlayer-module__answerOption___dMydG{width:100%;padding:1rem;text-align:left;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s}.EventForPlayer-module__answerOption___dMydG:hover{border-color:#d1d5db}.EventForPlayer-module__selectedOption___DOndD{border-color:#111827;background-color:#111827;color:#fff}.EventForPlayer-module__optionLabel___zK3U5{font-weight:500;font-size:.875rem}.EventForPlayer-module__textAnswerContainer___41PNh{margin-bottom:1.5rem}.EventForPlayer-module__textAnswerInput___P0Kdx{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem}.EventForPlayer-module__textAnswerInput___P0Kdx:focus{outline:none;border-color:#8b5cf6}.EventForPlayer-module__submitContainer___rB8oU{display:flex;justify-content:center}.EventForPlayer-module__submitButton___WVPq3{background-color:#8b5cf6;color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__submitButton___WVPq3:hover:not(:disabled){background-color:#7c3aed}.EventForPlayer-module__submitButton___WVPq3:disabled{opacity:.5;cursor:not-allowed}.EventForPlayer-module__desktopChat___npl-l{display:none}.EventForPlayer-module__desktopSidebar___jneU9{display:none;position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:40}.EventForPlayer-module__sidebarButtons___X7l0l{background:#fff;border:1px solid #e5e7eb;border-radius:0 .5rem .5rem 0;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.EventForPlayer-module__sidebarButton___So-i0{width:2.5rem;height:2.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__sidebarButton___So-i0:hover{background-color:#f9fafb}.EventForPlayer-module__sidebarIcon___0Qn13{width:1.25rem;height:1.25rem;color:#6b7280}.EventForPlayer-module__mobileSidebarOverlay___8lq9c{display:flex;position:fixed;inset:0;z-index:50}.EventForPlayer-module__mobileSidebarBackdrop___FCMhm{position:fixed;inset:0;background-color:#00000080}.EventForPlayer-module__mobileSidebar___4yMUe{position:relative;background:#fff;width:16rem;height:100%;box-shadow:0 10px 15px -3px #0000001a}.EventForPlayer-module__mobileSidebarHeader___GTgZv{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.EventForPlayer-module__mobileSidebarTitle___ov-bi{font-size:1.125rem;font-weight:600;margin:0}.EventForPlayer-module__closeSidebarButton___6JwkE{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:.5rem;transition:background-color .2s}.EventForPlayer-module__closeSidebarButton___6JwkE:hover{background-color:#f3f4f6}.EventForPlayer-module__closeIcon___XD8l4{width:1.25rem;height:1.25rem}.EventForPlayer-module__mobileSidebarContent___d5TFV{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.EventForPlayer-module__mobileSidebarButton___lhJyH{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;text-align:left;background:none;border:none;cursor:pointer;border-radius:.5rem;transition:background-color .2s}.EventForPlayer-module__mobileSidebarButton___lhJyH:hover{background-color:#f9fafb}.EventForPlayer-module__mobileSidebarButton___lhJyH.EventForPlayer-module__exitButton___Gy46D{color:#dc2626}.EventForPlayer-module__mobileSidebarButtonIcon___c8Ke9{position:relative}.EventForPlayer-module__messageBadge___-f-Iz{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background-color:#ef4444;color:#fff;font-size:.75rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.EventForPlayer-module__mobileChatModal___7rbF6{position:fixed;inset:0;z-index:50;background:#fff}.EventForPlayer-module__analyticsModal___e3iyR{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.EventForPlayer-module__analyticsModalContent___CWLDz{background:#fff;border-radius:.5rem;width:100%;max-width:72rem;height:90vh;display:flex;flex-direction:column}.EventForPlayer-module__analyticsModalHeader___7rpgh{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.EventForPlayer-module__analyticsTitle___3rJRR{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.EventForPlayer-module__closeModalButton___PNskZ{padding:.5rem;background:none;border:none;cursor:pointer;border-radius:.5rem;transition:background-color .2s}.EventForPlayer-module__closeModalButton___PNskZ:hover{background-color:#f3f4f6}.EventForPlayer-module__analyticsModalBody___gGIDz{flex:1;overflow-y:auto}.EventForPlayer-module__analyticsContent___zAYwb{padding:1.5rem}.EventForPlayer-module__teamsList___Wyoxe{display:flex;flex-direction:column;gap:1rem}.EventForPlayer-module__teamCard___fHWcE{background:#fff;border-radius:.5rem;border:2px solid #e5e7eb;padding:1.5rem;transition:all .2s}.EventForPlayer-module__currentTeamCard___dHkTe{border-color:#8b5cf6;background:linear-gradient(135deg,#ede9fe,#f3e8ff);box-shadow:0 10px 15px -3px #0000001a}.EventForPlayer-module__teamCard___fHWcE:hover:not(.EventForPlayer-module__currentTeamCard___dHkTe){border-color:#d1d5db}.EventForPlayer-module__teamCardHeader___g1-sZ{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.EventForPlayer-module__teamPosition___hXcHQ{display:flex;align-items:center;gap:.75rem}.EventForPlayer-module__positionBadge___04VfQ{padding:.25rem .75rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.875rem}.EventForPlayer-module__firstPlace___Guw6Q{background-color:#f59e0b}.EventForPlayer-module__secondPlace___AI3OY{background-color:#9ca3af}.EventForPlayer-module__thirdPlace___GGHB7{background-color:#ea580c}.EventForPlayer-module__otherPlace___Yh-yg{background-color:#d1d5db}.EventForPlayer-module__teamCardName___5rbst{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.EventForPlayer-module__currentTeamBadge___KMq9G{margin-left:.5rem;font-size:.875rem;background-color:#c4b5fd;color:#7c3aed;padding:.25rem .5rem;border-radius:9999px}.EventForPlayer-module__trophyIcon___DUX8T{width:1.5rem;height:1.5rem;color:#f59e0b}.EventForPlayer-module__teamStats___LRFl-{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.EventForPlayer-module__statCard___pc1EW{background-color:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center}.EventForPlayer-module__tasksCard___NW-9O{grid-column:span 1}.EventForPlayer-module__statValue___TZdOD{font-size:1.875rem;font-weight:700}.EventForPlayer-module__scoreValue___Ix-bQ{color:#8b5cf6}.EventForPlayer-module__timeValue___2sbvr{color:#2563eb}.EventForPlayer-module__tasksValue___TOOnp{color:#16a34a}.EventForPlayer-module__statLabel___I-SHo{font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.25rem}.EventForPlayer-module__statIcon___Gsd8k{width:1rem;height:1rem}.EventForPlayer-module__settingsModal___TngVB{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.EventForPlayer-module__settingsModalContent___s25NN{background:#fff;border-radius:.5rem;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__settingsModalHeader___seV-V{text-align:center;margin-bottom:1.5rem}.EventForPlayer-module__settingsTitle___WIAgA{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.EventForPlayer-module__settingsModalBody___wWkyM{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.EventForPlayer-module__settingsModalActions___AV78r{display:flex;flex-direction:column;gap:.75rem}.EventForPlayer-module__exitModal___GRBfD{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.EventForPlayer-module__exitModalContent___V1Kac{background:#fff;border-radius:.5rem;padding:2rem;width:100%;max-width:28rem}.EventForPlayer-module__exitModalHeader___GWRhp{text-align:center;margin-bottom:1.5rem}.EventForPlayer-module__exitTitle___gcVdg{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1rem}.EventForPlayer-module__exitMessage___HHiRb{color:#6b7280;margin:0}.EventForPlayer-module__exitModalActions___554hE{display:flex;gap:.75rem}.EventForPlayer-module__exitConfirmButton___qr-cI{flex:1;background-color:#dc2626;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.EventForPlayer-module__exitConfirmButton___qr-cI:hover{background-color:#b91c1c}.EventForPlayer-module__taskNavigation___jGRv7{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.EventForPlayer-module__navButton___hWLeQ{width:2rem;height:2rem;border:1px solid #d1d5db;border-radius:.25rem;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s}.EventForPlayer-module__navButton___hWLeQ:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.EventForPlayer-module__navButton___hWLeQ:disabled{opacity:.5;cursor:not-allowed}.EventForPlayer-module__taskIndicator___Z1ik6{font-size:.875rem;color:#6b7280;min-width:2rem;text-align:center}@media(min-width:640px){.EventForPlayer-module__headerStatsDesktop___yLkOZ{display:block}.EventForPlayer-module__teamStats___LRFl-{grid-template-columns:repeat(2,1fr)}.EventForPlayer-module__tasksCard___NW-9O{grid-column:span 2}}@media(min-width:1024px){.EventForPlayer-module__gameLayout___u07yh{padding-left:4rem}.EventForPlayer-module__desktopChat___npl-l{display:flex;width:20rem;border-left:1px solid #e5e7eb}.EventForPlayer-module__desktopSidebar___jneU9{display:block}.EventForPlayer-module__mobileMenuButton___AZI5-{display:none}.EventForPlayer-module__teamStats___LRFl-{grid-template-columns:repeat(3,1fr)}.EventForPlayer-module__tasksCard___NW-9O{grid-column:span 1}}@media(max-width:768px){.EventForPlayer-module__taskNavigation___jGRv7{margin-top:.25rem}.EventForPlayer-module__navButton___hWLeQ{width:1.75rem;height:1.75rem;font-size:.875rem}.EventForPlayer-module__taskIndicator___Z1ik6{font-size:.75rem}}.Welcome-module__welcomeScreen___yj-SO{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#efedf6}.Welcome-module__welcomeCard___rpW14{background:#fff;border-radius:20px;padding:26px 28px;width:100%;max-width:22rem;box-shadow:0 16px 44px #4c2e7824}.Welcome-module__welcomeHeader___v1Lyp{text-align:center;margin-bottom:1.5rem}.Welcome-module__welcomeTitle___EAPfh{font-size:1.5rem;font-weight:700;color:#1c1530;margin:0;letter-spacing:-.01em}.Welcome-module__welcomeActions___pjmfr{display:flex;flex-direction:column;gap:.875rem}.Welcome-module__welcomeActions___pjmfr>button{width:100%}.Welcome-module__divider___4kno7{text-align:center;color:#9a8fb5;font-size:.85rem;font-weight:500;margin:4px 0}.Welcome-module__loadingOverlay___xxdm9{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#fbfaff99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:480px){.Welcome-module__welcomeCard___rpW14{padding:1.5rem;border-radius:16px}.Welcome-module__welcomeTitle___EAPfh{font-size:1.3rem}}.Join-module__joinScreen___j2KBw{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#efedf6}.Join-module__joinCard___vP5L-{background:#fff;border-radius:20px;padding:26px 28px;width:100%;max-width:22rem;box-shadow:0 16px 44px #4c2e7824}.Join-module__joinHeader___9Fqc6{text-align:center;margin-bottom:1.5rem}.Join-module__joinTitle___ztL-Z{font-size:1.25rem;font-weight:700;color:#1c1530;margin:0 0 1.5rem;letter-spacing:-.01em}.Join-module__codeInputs___vLL6i{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.Join-module__codeInput___yg0KZ{width:46px;height:54px;text-align:center;font-size:22px;font-weight:800;color:#1c1530;background:#ffffffb3;border:1px solid rgba(124,46,224,.16);border-radius:12px;font-family:Manrope,sans-serif;box-shadow:0 2px 6px #4c2e780d;transition:border-color .15s ease,box-shadow .15s ease}.Join-module__codeInput___yg0KZ:focus{outline:none;border-color:#7e2ee0;box-shadow:0 0 0 3px #7e2ee01f}.Join-module__joinActions___KST1S{display:flex;flex-direction:column;gap:.75rem}.Join-module__joinActions___KST1S>button{width:100%}.Join-module__loadingOverlay___3y473{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#fbfaff99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:480px){.Join-module__joinCard___vP5L-{padding:1.5rem;border-radius:16px}.Join-module__joinTitle___ztL-Z{font-size:1.1rem}.Join-module__codeInput___yg0KZ{width:40px;height:48px;font-size:19px}.Join-module__codeInputs___vLL6i{gap:.375rem}}.Code-module__createScreen___YD9un{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background:#efedf6}.Code-module__createCard___LwV2w{background:#fff;border-radius:20px;padding:26px 28px;width:100%;max-width:22rem;box-shadow:0 16px 44px #4c2e7824}.Code-module__createHeader___kgmu6{text-align:center;margin-bottom:1.5rem}.Code-module__createTitle___3ABTT{font-size:1.25rem;font-weight:700;color:#1c1530;margin:0 0 1.25rem;letter-spacing:-.01em}.Code-module__spaceInfo___8-wVz{margin-bottom:1rem}.Code-module__spaceLabel___Z9zXx{font-size:.85rem;color:#6b6580;margin-bottom:.5rem;text-align:left}.Code-module__spaceContainer___OSJ5D{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#7e2ee00f;border:1px solid rgba(126,46,224,.12);border-radius:14px;padding:10px 14px}.Code-module__spaceNumber___UwBCD{font-family:Manrope,monospace;font-size:1.25rem;font-weight:700;color:#1c1530;letter-spacing:.05em}.Code-module__createActions___-CxdW{display:flex;flex-direction:column;gap:.75rem}.Code-module__createActions___-CxdW>button{width:100%}.Code-module__loadingOverlay___3zFXi{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#fbfaff99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:480px){.Code-module__createCard___LwV2w{padding:1.5rem;border-radius:16px}.Code-module__createTitle___3ABTT,.Code-module__spaceNumber___UwBCD{font-size:1.1rem}}.Stage-module__event___I4a2k{background:#efedf6;display:flex;overflow:hidden;padding:0;gap:0;height:100dvh}.Stage-module__eventInfo___rle2J{display:flex;flex-direction:column;justify-content:center;gap:1px}.Stage-module__eventInfo___rle2J .Stage-module__title___M257a{font-size:16px;font-weight:800;color:#1c1530;letter-spacing:-.01em;line-height:1.1;margin:0}.Stage-module__eventInfo___rle2J .Stage-module__tasks___LN2AG{font-size:11px;color:#9a8fb5;font-weight:600}.Stage-module__container___dhumE{display:flex;flex:1;overflow:hidden;flex-direction:column;height:100%}.Stage-module__header___3FcHi{display:flex;align-items:center;gap:14px;padding:10px 24px;min-height:62px;background:#fff9;-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.7);flex:none}.Stage-module__roomInfo___pkVJK{display:flex;flex-direction:column;align-items:stretch;gap:4px;margin-left:auto;min-width:180px}.Stage-module__roomInfo___pkVJK>*{width:100%;box-sizing:border-box;display:flex!important;justify-content:flex-start}.Stage-module__game___iNf63{flex:1;display:flex;flex-direction:column;gap:12px;padding:22px 28px;background:#ffffff9e;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);border:1px solid rgba(255,255,255,.85);border-radius:20px;box-shadow:0 12px 36px #4c2e781a,inset 0 1px #ffffffb3;overflow:hidden;margin:0;height:100%}.Stage-module__stage___TKrQd{display:flex;flex:1;gap:10px;overflow:hidden;margin-top:0;padding:12px;min-height:0}.Stage-module__stageCompact___xL3qv{flex-direction:column;padding:0;gap:0}.Stage-module__stageCompact___xL3qv>:last-child{flex:none;margin-top:auto}.Stage-module__stageTitle___k9VNJ{font-size:22px;font-weight:800;color:#1c1530;letter-spacing:-.02em}.Stage-module__stageTitle___k9VNJ h2{margin:0;font-size:22px;font-weight:800;color:#1c1530;letter-spacing:-.02em;line-height:1.2}.Stage-module__surveySkippedCloudOverlay___amkFg{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:30px 15px;text-align:center;background-color:#efedf6eb;z-index:2}@media(max-width:640px){.Stage-module__surveySkippedCloudOverlay___amkFg{padding:20px 12px;gap:10px;font-size:14px}}.Stage-module__game___iNf63 .Stage-module__info___Sy1p6{display:flex;align-items:center;gap:10px}.Stage-module__stage___TKrQd .Stage-module__game___iNf63 .Stage-module__main___BPRS0{flex:1;border-radius:16px;border:1px solid rgba(124,46,224,.08);background:#ffffff8c;display:flex;justify-content:center;overflow-y:auto;min-height:0;height:100%;position:relative}.Stage-module__win___UTXEc{background:linear-gradient(135deg,#34c759,#2db84e)!important;border-color:#2db84e66!important;color:#fff!important;box-shadow:0 4px 12px #34c75952,inset 0 1px #ffffff4d!important}.Stage-module__lose___2Xupn{background:linear-gradient(135deg,#f44336,#dc2626)!important;border-color:#dc262666!important;color:#fff!important;box-shadow:0 4px 12px #dc262652,inset 0 1px #ffffff4d!important}.Stage-module__editProfile___yd6dB{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:20px 4px 4px}.Stage-module__editProfile___yd6dB h1{color:#1c1530;font-size:22px;font-weight:800;letter-spacing:-.01em;margin:0 0 6px;text-align:center}.Stage-module__editProfileButton___QZqyE{width:100%;margin-top:6px}.Stage-module__chat___TEAgS{display:flex;gap:0;flex:none;width:320px;height:100%}.Stage-module__chatHidden___KQIxy{width:56px}.Stage-module__rightBar___YKW-B{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:100%;border-radius:14px;border:1px solid rgba(126,46,224,.14);background:#7e2ee00d;color:#6b6580;cursor:pointer;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 6px 16px #4c2e7814,inset 0 1px #fff9;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .2s ease}.Stage-module__rightBar___YKW-B:hover{background:#7e2ee01f;border-color:#7e2ee052;color:#7e2ee0;transform:translateY(-1px);box-shadow:0 10px 22px #7e2ee02e,inset 0 1px #fff9}.Stage-module__chatIcon___G8EqL{width:26px;height:26px}.Stage-module__chatIcon___G8EqL path{stroke:currentColor}.Stage-module__waitingScreen___n5XNV,.Stage-module__customFinal___-CHue{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:10px;width:100%;color:#4d5562}.Stage-module__imgWrapper___zNk50{width:100%;height:80%}.Stage-module__chatButtonContainer___5BaK1{display:flex;flex-direction:column;align-items:center;gap:5px}.Stage-module__notification___CQmJG{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:22px;padding:0 8px;background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff;border-radius:999px;font-size:12px;font-weight:700;text-align:center;box-sizing:border-box;box-shadow:0 3px 8px #7e2ee059}.Stage-module__infoIcon___wHjqx{width:14px;height:14px}.Stage-module__infoIcon___wHjqx path{stroke:currentColor}.Stage-module__userIcon___War6Y path{stroke-width:2}.Stage-module__timeBar___btad-{margin:0}@media(max-width:1100px){.Stage-module__game___iNf63{padding:18px 22px}.Stage-module__stageTitle___k9VNJ,.Stage-module__stageTitle___k9VNJ h2{font-size:18px}}@media(max-width:640px){.Stage-module__header___3FcHi{min-height:56px;padding:8px 14px;gap:10px}.Stage-module__eventInfo___rle2J .Stage-module__title___M257a{font-size:15px}.Stage-module__game___iNf63{padding:14px 14px 12px;border-radius:16px;gap:10px}.Stage-module__stage___TKrQd{padding:0;flex-direction:column;gap:0}.Stage-module__stageTitle___k9VNJ,.Stage-module__stageTitle___k9VNJ h2{font-size:17px}.Stage-module__chat___TEAgS{width:100%;height:100dvh}}.PhaserGameComponent-module__gameContainer___22Blf{position:relative;display:flex;overflow:hidden;width:100%;height:auto;flex:2;border-radius:8px}.PhaserGameComponent-module__gameCanvas___yMkop{border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#0f0920}.PhaserGameComponent-module__errorMessage___7A80Z{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#e74c3ce6;color:#fff;padding:20px;border-radius:8px;text-align:center;z-index:10;backdrop-filter:blur(5px)}.PhaserGameComponent-module__errorMessage___7A80Z h3{margin:0 0 10px;font-size:18px;font-weight:600}.PhaserGameComponent-module__errorMessage___7A80Z p{margin:0 0 15px;font-size:14px;opacity:.9}.PhaserGameComponent-module__errorMessage___7A80Z button{background-color:#fff;color:#e74c3c;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.PhaserGameComponent-module__errorMessage___7A80Z button:hover{background-color:#f8f9fa;transform:translateY(-1px)}.PhaserGameComponent-module__loadingMessage___hMVO-{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ecf0f1;font-size:16px;font-weight:500;z-index:5;display:flex;align-items:center;gap:10px}.PhaserGameComponent-module__loadingMessage___hMVO-:after{content:"";width:20px;height:20px;border:2px solid #ecf0f1;border-top-color:transparent;border-radius:50%;animation:PhaserGameComponent-module__spin___1tPtN 1s linear infinite}@keyframes PhaserGameComponent-module__spin___1tPtN{to{transform:rotate(360deg)}}@media(max-width:768px){.PhaserGameComponent-module__gameContainer___22Blf{border-radius:0;box-shadow:none}.PhaserGameComponent-module__gameCanvas___yMkop{border-radius:0}.PhaserGameComponent-module__gameCanvas___yMkop canvas{border-radius:0}.PhaserGameComponent-module__errorMessage___7A80Z{margin:0 20px;padding:15px}.PhaserGameComponent-module__errorMessage___7A80Z h3{font-size:16px}.PhaserGameComponent-module__errorMessage___7A80Z p{font-size:13px}}.PhaserGameComponent-module__gameControls___nrVSQ{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:5}.PhaserGameComponent-module__controlButton___-9lYF{background-color:#34495ecc;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;backdrop-filter:blur(5px)}.PhaserGameComponent-module__controlButton___-9lYF:hover{background-color:#34495ee6;transform:translateY(-1px)}.PhaserGameComponent-module__controlButton___-9lYF:active{transform:translateY(0)}.PhaserGameComponent-module__controlButton___-9lYF:disabled{opacity:.5;cursor:not-allowed;transform:none}.PhaserGameComponent-module__debugMode___RMVug{position:absolute;top:10px;left:10px;background-color:#f1c40fcc;color:#2c3e50;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;z-index:5;backdrop-filter:blur(5px)}.PhaserGameComponent-module__sceneInfo___s5Vak{position:absolute;bottom:10px;left:10px;background-color:#2c3e50cc;color:#ecf0f1;padding:8px 12px;border-radius:4px;font-size:12px;z-index:5;backdrop-filter:blur(5px)}.PhaserGameComponent-module__sceneInfo___s5Vak .PhaserGameComponent-module__sceneName___VLPVG{font-weight:600;margin-bottom:2px}.PhaserGameComponent-module__sceneInfo___s5Vak .PhaserGameComponent-module__sceneDetails___9o7If{opacity:.8;font-size:11px}.LeftPanel-module__leftPanel___zrv25{flex:none;width:64px;display:flex;flex-direction:column;align-items:center;padding:18px 0;gap:10px;background:#ffffff80;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-right:1px solid rgba(124,46,224,.1);height:100%}.LeftPanel-module__logo___xmjAJ{width:42px;height:42px;object-fit:contain;display:block;flex:none}.LeftPanel-module__spacer___3Kakw{flex:1}.LeftPanel-module__buttons___SYTb6{display:flex;flex-direction:column;align-items:center;gap:10px}.LeftPanel-module__railico___zbaSv{all:unset;cursor:pointer;width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#7e2ee0;background:#ffffffa8;border:1px solid rgba(124,46,224,.12);transition:background .15s,transform .15s,box-shadow .15s;flex:none}.LeftPanel-module__railico___zbaSv:hover{background:#7e2ee01a;transform:translateY(-1px);box-shadow:0 6px 16px #7e2ee02e}.LeftPanel-module__railico___zbaSv svg{width:20px;height:20px;stroke:currentColor}.LeftPanel-module__railico___zbaSv svg path{stroke:currentColor}.LeftPanel-module__railicoExit___Jte6m{color:#c0362b;background:#ff453a0f;border:none}.LeftPanel-module__railicoExit___Jte6m:hover{background:#ff453a24;box-shadow:0 6px 16px #ff453a2e}.Info-module__info___9UuVo{display:inline-flex;align-items:center;text-align:center;border-radius:999px;gap:6px;padding:4px 11px;font-weight:600;font-size:12px;line-height:1;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%)}.Info-module__ghost___5Byvg{background:#ffffffa8;border:1px solid rgba(124,46,224,.12);color:#2a2440;box-shadow:inset 0 1px #fff9}.Info-module__primary___13KiQ{background:#7e2ee01f;border:1px solid rgba(126,46,224,.2);color:#7e2ee0;box-shadow:inset 0 1px #fff6}.Quiz-module__stage___d0fNj{position:relative;width:100%;height:100%;min-height:0;min-width:0;padding:14px;box-sizing:border-box;display:grid;gap:16px;grid-template-rows:1fr 1fr auto;grid-template-areas:"media" "answers" "button"}@media(min-width:641px){.Quiz-module__stage___d0fNj{gap:20px;padding:16px;grid-template-columns:60fr 40fr;grid-template-rows:1fr auto;grid-template-areas:"media answers" "media button"}.Quiz-module__stage___d0fNj.Quiz-module__audio___9yFLd{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"media" "answers" "button"}}.Quiz-module__mediaStage___0SlTU{grid-area:media;position:relative;width:100%;height:100%;min-height:200px;border-radius:12px;overflow:hidden;background:#1c1530;display:flex;align-items:center;justify-content:center}@media(min-width:641px){.Quiz-module__mediaStage___0SlTU{min-height:240px}}.Quiz-module__stage___d0fNj.Quiz-module__audio___9yFLd{grid-template-rows:auto 1fr auto}.Quiz-module__stage___d0fNj.Quiz-module__audio___9yFLd .Quiz-module__mediaStage___0SlTU{height:auto;min-height:70px;background:transparent;border-radius:0;overflow:visible}.Quiz-module__mediaFill___z8X8D{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(28px) brightness(.8);transform:scale(1.2);pointer-events:none;z-index:0}.Quiz-module__mediaStage___0SlTU>img,.Quiz-module__mediaStage___0SlTU>video{position:relative;z-index:1}.Quiz-module__mediaStage___0SlTU>video{background:#1c1530;accent-color:#7e2ee0}.Quiz-module__fsBtn___80qDS{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:1px solid rgba(124,46,224,.16);color:#2a2440;font-family:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 4px 14px #4c2e782e;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.Quiz-module__fsBtn___80qDS:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 6px 18px #4c2e7838}.Quiz-module__fsBtn___80qDS svg{width:14px;height:14px}@media(max-width:640px){.Quiz-module__fsBtn___80qDS{padding:8px;gap:0;font-size:0}}.Quiz-module__closeFs___neCCW{display:none;position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;border:none;background:#7878788c;color:#fff;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.Quiz-module__closeFs___neCCW:hover{background:#787878c7;transform:scale(1.05)}.Quiz-module__closeFs___neCCW svg{width:20px;height:20px}.Quiz-module__mediaStage___0SlTU:fullscreen .Quiz-module__closeFs___neCCW{display:inline-flex}.Quiz-module__mediaStage___0SlTU:fullscreen .Quiz-module__fsBtn___80qDS{display:none}.Quiz-module__mediaStage___0SlTU:fullscreen{border-radius:0;cursor:pointer}.Quiz-module__stickyContainer___FPOpx{position:absolute;left:0;right:0;top:0;z-index:3;display:flex;justify-content:center;pointer-events:none;height:0}.Quiz-module__info___ew-ag{position:absolute;text-align:center;border-radius:14px;background:#7e2ee00d;border:1px solid rgba(126,46,224,.24);color:#2a2440;font-size:16px;font-weight:500;line-height:1.4;padding:12px 16px;height:auto;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 8px 24px #4c2e782e,inset 0 1px #fff9;top:-1000px;transition:top .5s ease-in-out;pointer-events:auto}.Quiz-module__info___ew-ag b{color:#7e2ee0}.Quiz-module__info___ew-ag.Quiz-module__open___rnGTA{top:20px}.Quiz-module__answers___60YxM{grid-area:answers;display:flex;flex-direction:column;gap:10px;width:100%;overflow-x:hidden;overflow-y:auto;min-height:0;min-width:0;scrollbar-gutter:stable}.Quiz-module__stage___d0fNj.Quiz-module__twoCol___4Pkza .Quiz-module__answers___60YxM{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:min-content;gap:10px;align-content:start}.Quiz-module__answer___XPfFA{display:flex;justify-content:space-between;align-items:center;gap:14px;border-radius:16px;cursor:pointer;background:#7e2ee00d;color:#2a2440;border:1px solid rgba(126,46,224,.14);width:100%;padding:14px 18px;font-weight:500;font-size:15px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 4px 12px #4c2e7814,inset 0 1px #fff9;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .2s ease;flex-shrink:0;box-sizing:border-box;min-width:0}.Quiz-module__answer___XPfFA>*{min-width:0}.Quiz-module__answerText___QMwAn{flex:1;min-width:0}@media(min-width:641px){.Quiz-module__answer___XPfFA{padding:18px 22px;font-size:17px;min-height:62px;border-radius:18px}.Quiz-module__stage___d0fNj.Quiz-module__twoCol___4Pkza .Quiz-module__answer___XPfFA{padding:14px 18px;font-size:16px;min-height:56px}}.Quiz-module__answer___XPfFA:hover{background:#7e2ee01a;border-color:#7e2ee052;transform:translateY(-1px);box-shadow:0 8px 20px #7e2ee024,inset 0 1px #fff9}.Quiz-module__answer___XPfFA.Quiz-module__active___LKMjU{background:linear-gradient(135deg,#883ae1,#7e2ee0);color:#fff;border-color:#7e2ee080;box-shadow:0 10px 24px #7e2ee052,inset 0 1px #ffffff4d;transform:translateY(-1px)}.Quiz-module__submit___U6yGg{grid-area:button;min-width:200px;justify-self:center;min-height:50px;font-size:16px}@media(min-width:641px){.Quiz-module__submit___U6yGg{justify-self:stretch;min-height:60px;font-size:18px;padding-left:32px!important;padding-right:32px!important}.Quiz-module__stage___d0fNj.Quiz-module__audio___9yFLd .Quiz-module__submit___U6yGg{justify-self:center}}.FilreRenderer-module__media___2k-Nq{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:12px}.Survey-module__stage___f9iY2{position:relative;width:100%;height:100%;min-height:0;min-width:0;padding:14px;box-sizing:border-box;display:grid;gap:16px;grid-template-rows:1fr 1fr auto;grid-template-areas:"media" "answers" "button"}@media(min-width:641px){.Survey-module__stage___f9iY2{gap:20px;padding:16px;grid-template-columns:60fr 40fr;grid-template-rows:1fr auto;grid-template-areas:"media answers" "media button"}.Survey-module__stage___f9iY2.Survey-module__audio___z4vOz{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"media" "answers" "button"}}.Survey-module__mediaStage___tMQfz{grid-area:media;position:relative;width:100%;height:100%;min-height:200px;border-radius:12px;overflow:hidden;background:#1c1530;display:flex;align-items:center;justify-content:center}@media(min-width:641px){.Survey-module__mediaStage___tMQfz{min-height:240px}}.Survey-module__stage___f9iY2.Survey-module__audio___z4vOz{grid-template-rows:auto 1fr auto}.Survey-module__stage___f9iY2.Survey-module__audio___z4vOz .Survey-module__mediaStage___tMQfz{height:auto;min-height:70px;background:transparent;border-radius:0;overflow:visible}.Survey-module__mediaFill___FOUvB{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(28px) brightness(.8);transform:scale(1.2);pointer-events:none;z-index:0}.Survey-module__mediaStage___tMQfz>img,.Survey-module__mediaStage___tMQfz>video{position:relative;z-index:1}.Survey-module__mediaStage___tMQfz>video{background:#1c1530;accent-color:#7e2ee0}.Survey-module__fsBtn___tJsK9{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:1px solid rgba(124,46,224,.16);color:#2a2440;font-family:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 4px 14px #4c2e782e;transition:background-color .15s ease,transform .15s ease}.Survey-module__fsBtn___tJsK9:hover{background:#fffffff2;transform:translateY(-1px)}.Survey-module__fsBtn___tJsK9 svg{width:14px;height:14px}.Survey-module__closeFs___jtYN9{display:none;position:absolute;top:16px;right:16px;z-index:10;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;border:none;background:#7878788c;color:#fff;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.Survey-module__closeFs___jtYN9:hover{background:#787878c7;transform:scale(1.05)}.Survey-module__closeFs___jtYN9 svg{width:20px;height:20px}.Survey-module__mediaStage___tMQfz:fullscreen .Survey-module__closeFs___jtYN9{display:inline-flex}.Survey-module__mediaStage___tMQfz:fullscreen .Survey-module__fsBtn___tJsK9{display:none}.Survey-module__mediaStage___tMQfz:fullscreen{border-radius:0}@media(max-width:640px){.Survey-module__fsBtn___tJsK9{padding:8px;gap:0;font-size:0}}.Survey-module__answers___jW6-J{grid-area:answers;display:flex;flex-direction:column;gap:12px;width:100%;overflow-x:hidden;overflow-y:auto;min-height:0;min-width:0;scrollbar-gutter:stable}.Survey-module__stage___f9iY2.Survey-module__twoCol___Ea-eA .Survey-module__answers___jW6-J{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:min-content;gap:10px;align-content:start}.Survey-module__answer___yU3NW{position:relative;display:flex;border-radius:16px;cursor:pointer;background:#7e2ee00d;color:#2a2440;border:1px solid rgba(126,46,224,.14);width:100%;padding:14px 18px;font-size:15px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere;min-width:0;overflow:hidden;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 4px 12px #4c2e7814,inset 0 1px #fff9;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .2s ease}.Survey-module__answer___yU3NW>*{min-width:0}@media(min-width:641px){.Survey-module__answer___yU3NW{padding:18px 22px;font-size:17px;min-height:62px;border-radius:18px}.Survey-module__stage___f9iY2.Survey-module__twoCol___Ea-eA .Survey-module__answer___yU3NW{padding:14px 18px;font-size:16px;min-height:56px}}.Survey-module__answer___yU3NW:hover{border-color:#7e2ee052;transform:translateY(-1px);box-shadow:0 8px 20px #7e2ee024,inset 0 1px #fff9}.Survey-module__answer___yU3NW.Survey-module__active___-HFd-{border-color:#883ae1b3;border-width:2px;padding:11px 15px;box-shadow:0 10px 24px #7e2ee038,0 0 0 2px #883ae12e,inset 0 1px #fff9}.Survey-module__fill___nYuSM{position:absolute;left:0;top:0;bottom:0;background-color:#c39cf033;transition:width .4s ease,background-color .3s ease;z-index:0;pointer-events:none}.Survey-module__fillOwn___4h0wY{background-color:#c39cf066}.Survey-module__content___FFhaG{position:relative;z-index:1;display:flex;align-items:center;gap:12px;width:100%}.Survey-module__checkbox___mwtCX{width:22px;height:22px;border-radius:50%;border:2px solid #883ae1;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#fff}.Survey-module__checkboxInner___n0wxW{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,transparent 0%,transparent 40%,#883ae1 41%,#883ae1 100%)}.Survey-module__text___uzuiN{flex:1;min-width:0;word-break:break-word;overflow-wrap:anywhere;display:flex;align-items:center;gap:8px}.Survey-module__textOwn___ZuCro{font-weight:700;color:#4c1d95}.Survey-module__textOwnBadge___p8VeQ{font-size:18px;line-height:1;flex-shrink:0}.Survey-module__percent___9zvLn{font-weight:600;min-width:50px;text-align:right;flex-shrink:0}.Survey-module__submit___lEyr5{grid-area:button;min-width:200px;padding:15px 25px;justify-self:center;min-height:50px;font-size:16px}@media(min-width:641px){.Survey-module__submit___lEyr5{justify-self:stretch;min-height:60px;font-size:18px!important;padding-left:32px!important;padding-right:32px!important}.Survey-module__stage___f9iY2.Survey-module__audio___z4vOz .Survey-module__submit___lEyr5{justify-self:center}}.Survey-module__submitPulse___dSwGt{animation:Survey-module__submitPulse___dSwGt .6s ease-out}@keyframes Survey-module__submitPulse___dSwGt{0%{transform:scale(1);box-shadow:0 0 #883ae180}40%{transform:scale(1.06);box-shadow:0 0 0 12px #883ae126}to{transform:scale(1);box-shadow:0 0 #883ae100}}.Survey-module__voteToast___Eer9q{position:fixed;left:50%;bottom:32px;transform:translate(-50%);z-index:100;padding:12px 24px;border-radius:999px;background-color:#10b981;color:#fff;font-weight:600;font-size:16px;box-shadow:0 10px 30px #10b98159;animation:Survey-module__voteToastIn___sKLtk .3s ease-out,Survey-module__voteToastOut___CpZJ9 .4s ease-in 1.8s forwards;pointer-events:none}@keyframes Survey-module__voteToastIn___sKLtk{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes Survey-module__voteToastOut___CpZJ9{0%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(-10px)}}.Survey-module__cloudStage___3TYkC{position:relative;width:100%;height:100%;min-height:0;min-width:0;padding:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px}@media(min-width:641px){.Survey-module__cloudStage___3TYkC{padding:16px;gap:18px}}.Survey-module__cloudStage___3TYkC .Survey-module__cloudCanvasWrapper___ICvTB{flex:1 1 auto;min-height:0;aspect-ratio:auto;max-height:none}.Survey-module__cloudCanvasWrapper___ICvTB{width:100%;aspect-ratio:16 / 9;max-height:50vh;min-height:220px;border-radius:12px;overflow:hidden;position:relative;touch-action:pan-y}.Survey-module__cloudEmptyState___jGf7u{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;pointer-events:none;color:#883ae1;animation:Survey-module__cloudEmptyPulse___XYgmN 2.4s ease-in-out infinite}.Survey-module__cloudEmptyIcon___Tyu1D{font-size:56px;line-height:1}.Survey-module__cloudEmptyText___-o1-y{font-size:16px;font-weight:600;text-align:center;padding:0 12px}@keyframes Survey-module__cloudEmptyPulse___XYgmN{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.Survey-module__cloudInputRow___Yrs0w{display:flex;align-items:center;gap:12px;width:100%}.Survey-module__cloudInput___w-DpD{flex:1;padding:12px 14px;border-radius:14px;border:1px solid rgba(126,46,224,.16);background:#ffffffb3;color:#2a2440;outline:none;-webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);box-shadow:inset 0 1px 2px #4c2e780f;transition:border-color .15s,box-shadow .15s,background-color .15s}.Survey-module__cloudInput___w-DpD:focus{background:#ffffffe6;border-color:#883ae199;box-shadow:0 0 0 3px #883ae126,inset 0 1px 2px #4c2e780f}.Survey-module__cloudInput___w-DpD:disabled{background:#7e2ee00a;color:#9a8fb5}.Survey-module__cloudCounter___CE0MR{color:#71717a;font-size:12px;min-width:50px;text-align:right}@media(max-width:640px){.Survey-module__stage___f9iY2{padding:10px;gap:10px;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.Survey-module__answers___jW6-J{gap:8px}.Survey-module__answer___yU3NW{padding:12px 14px;min-height:48px}.Survey-module__checkbox___mwtCX{width:26px;height:26px}.Survey-module__checkboxInner___n0wxW{width:22px;height:22px}.Survey-module__percent___9zvLn{font-size:14px;min-width:44px}.Survey-module__submit___lEyr5{position:sticky;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);align-self:stretch;min-width:auto;width:100%;padding:14px 20px;z-index:5;box-shadow:0 6px 20px #00000026}.Survey-module__voteToast___Eer9q{bottom:calc(env(safe-area-inset-bottom,0px) + 80px);font-size:14px;padding:10px 20px}.Survey-module__cloudCanvasWrapper___ICvTB{max-height:40vh;min-height:180px}.Survey-module__cloudInputRow___Yrs0w{gap:10px}.Survey-module__cloudInput___w-DpD{font-size:16px;padding:12px 14px}.Survey-module__cloudCounter___CE0MR{font-size:11px;min-width:44px}.Survey-module__cloudEmptyIcon___Tyu1D{font-size:42px}.Survey-module__cloudEmptyText___-o1-y{font-size:14px}.Survey-module__question___0RHXi{font-size:18px}}.SurveyTimerBadge-module__badge___qwixq{position:sticky;top:8px;align-self:flex-end;z-index:5;padding:6px 14px;border-radius:999px;background-color:#883ae1;color:#fff;font-weight:700;font-size:16px;font-variant-numeric:tabular-nums;box-shadow:0 4px 12px #883ae14d;pointer-events:none;transition:background-color .3s ease,box-shadow .3s ease}.SurveyTimerBadge-module__warning___dFUW0{background-color:#f59e0b;box-shadow:0 4px 12px #f59e0b66}.SurveyTimerBadge-module__critical___NtRGU{background-color:#ef4444;box-shadow:0 4px 16px #ef444480;animation:SurveyTimerBadge-module__pulse___w2M39 1s ease-in-out infinite}@keyframes SurveyTimerBadge-module__pulse___w2M39{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(max-width:640px){.SurveyTimerBadge-module__badge___qwixq{font-size:14px;padding:4px 12px;top:max(env(safe-area-inset-top,0px),6px)}}.Scoreboard-module__analytics___eZuJu{display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:8px 4px;position:relative;width:100%}.Scoreboard-module__analyticsMobile___nDjic{gap:12px;padding:4px 0}.Scoreboard-module__scoreboard___-IPtt{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:10px}.Scoreboard-module__headerSb___RuNQc{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0 4px;text-align:center}.Scoreboard-module__titleSb___-vZmH{margin:0;font-size:24px;font-weight:800;color:#1c1530;letter-spacing:-.02em}.Scoreboard-module__subtitleSb___6jBat{font-size:13px;color:#9a8fb5}.Scoreboard-module__headerRow___1oHeS{display:flex;align-items:center;gap:16px;padding:0 18px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9a8fb5}.Scoreboard-module__colRank___EtSON{width:38px;text-align:center;flex:none}.Scoreboard-module__colName___CgE9r{flex:1;min-width:0;display:flex;align-items:center;gap:10px}.Scoreboard-module__colParticipants___c-RYE{width:110px;text-align:right;flex:none}.Scoreboard-module__colTime___6k3Sz{width:70px;text-align:right;flex:none}.Scoreboard-module__colTasks___58c-3,.Scoreboard-module__colScore___VBLiF{width:80px;text-align:right;flex:none}.Scoreboard-module__colMuted___mjoWF{color:#9a8fb5;font-weight:500;font-size:12px}.Scoreboard-module__lbrow___kwiYC{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#ffffffc7;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.9);border-radius:16px;box-shadow:0 4px 14px #4c2e780d}.Scoreboard-module__lbrowDesktop___0Vk7U{gap:16px;padding:13px 18px}.Scoreboard-module__lbrowDesktop___0Vk7U .Scoreboard-module__colParticipants___c-RYE,.Scoreboard-module__lbrowDesktop___0Vk7U .Scoreboard-module__colTime___6k3Sz,.Scoreboard-module__lbrowDesktop___0Vk7U .Scoreboard-module__colTasks___58c-3{font-size:14px;color:#5b5470}.Scoreboard-module__lbrowDesktop___0Vk7U .Scoreboard-module__colScore___VBLiF{font-size:20px;font-weight:800;color:#1c1530;letter-spacing:-.01em}.Scoreboard-module__lbrowDesktop___0Vk7U .Scoreboard-module__colName___CgE9r .Scoreboard-module__nameInner___rAgjN{font-size:15px;font-weight:700;color:#1c1530;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.Scoreboard-module__lbrowMine___xTCvs{background:#7e2ee00f;border:1.5px solid #7e2ee0;box-shadow:0 8px 22px #7e2ee029}.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__metric___-VJba,.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__score___JxKGU,.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__colParticipants___c-RYE,.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__colTime___6k3Sz,.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__colTasks___58c-3{color:#7e2ee0!important;font-weight:600}.Scoreboard-module__lbrowMine___xTCvs .Scoreboard-module__colScore___VBLiF{color:#7e2ee0!important}.Scoreboard-module__rank___HZuGi{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;flex:none}.Scoreboard-module__rankNeutral___Feyqi{background:#786e961a;color:#7a7387;border:1px solid rgba(120,110,150,.14)}.Scoreboard-module__middle___VtmO6{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.Scoreboard-module__name___H8syJ{font-size:15px;font-weight:700;color:#1c1530;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Scoreboard-module__metrics___s6s-s{display:flex;gap:12px;flex-wrap:wrap}.Scoreboard-module__metric___-VJba{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#9a8fb5;font-weight:600}.Scoreboard-module__metricIcon___2DXAT{width:13px;height:13px}.Scoreboard-module__metricIcon___2DXAT path{stroke:currentColor}.Scoreboard-module__scoreCol___HUqRQ{flex:none;text-align:right;display:flex;flex-direction:column;align-items:flex-end;min-width:56px}.Scoreboard-module__score___JxKGU{font-size:22px;font-weight:800;color:#1c1530;line-height:1;letter-spacing:-.02em}.Scoreboard-module__scoreColZero___tJpIU .Scoreboard-module__score___JxKGU{color:#9a8fb5}.Scoreboard-module__scoreCap___Mhw30{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9a8fb5;margin-top:3px}.Scoreboard-module__mineChip___kBQJY{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(180deg,#9b57f0,#7e2ee0);padding:3px 9px;border-radius:999px;box-shadow:0 3px 8px #7e2ee04d;white-space:nowrap;flex:none}.Scoreboard-module__rowSlot___CebfD{display:flex;flex-direction:column}.Scoreboard-module__mineChipFloating___WrLlr{display:flex;justify-content:flex-end;margin-bottom:-7px;position:relative;z-index:1;padding-right:10px}.Scoreboard-module__cupIcon___Ef0um{width:48px;height:48px}.Scoreboard-module__cupIcon___Ef0um path{stroke:#883ae1}.Scoreboard-module__imgWrapper___FZk6T{width:100%;height:80%}.Scoreboard-module__button___ANlRx{min-width:300px;padding:15px 50px}.Scoreboard-module__button___ANlRx:hover{opacity:.7}@media(max-width:640px){.Scoreboard-module__titleSb___-vZmH{font-size:22px}.Scoreboard-module__subtitleSb___6jBat{font-size:12px}.Scoreboard-module__lbrow___kwiYC{padding:12px 14px;gap:12px;border-radius:14px}.Scoreboard-module__name___H8syJ{font-size:14px}.Scoreboard-module__metrics___s6s-s{gap:10px}.Scoreboard-module__score___JxKGU{font-size:20px}.Scoreboard-module__scoreCap___Mhw30{font-size:9px}}.InputContainer-module__input___1VaIa{font-size:18px}.InputContainer-module__inputContainer___pSFUx{width:100%;display:flex;flex-direction:column;gap:5px}.InputContainer-module__label___0QkbB{color:#4d5562}.InputContainer-module__error___Bytbc{border-color:#dc2626}.InputContainer-module__error___Bytbc:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.Settings-module__exit___ni3sK{padding:40px;display:flex;flex-direction:column;gap:10px}.Settings-module__button___tl0DI{padding:15px;font-size:18px}.Settings-module__button___tl0DI:hover{opacity:.7}.Settings-module__editProfile___-RgQe{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:30px}.Settings-module__headerSettings___GZWU8{width:100%;display:flex;gap:10px;justify-content:space-between;align-items:center}.Settings-module__editProfile___-RgQe h1{color:#4d5562;font-size:28px}.Settings-module__editProfileButton___Ztfr9{width:100%;padding:10px;font-size:20px}.Settings-module__editProfileButton___Ztfr9:hover{opacity:.7}.Settings-module__editProfile___-RgQe .Settings-module__input___ngrRs{width:100%;font-size:18px;color:#4d5562}.Settings-module__buttonSettings___f6KEJ{display:flex;flex-direction:column;width:100%;gap:10px}.Settings-module__form___s1e4u{display:flex;width:100%;flex-direction:column;gap:10px}.Settings-module__inputContainer___GsTSd{display:flex;flex-direction:column;gap:5px}.Settings-module__label___Ektin{color:#4d5562}.Settings-module__error___n5vsR{border-color:#dc2626}.Settings-module__error___n5vsR:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.BottomPanel-module__navBar___7VVfW{display:flex;align-items:center;justify-content:space-around;width:100%;padding:10px 8px calc(14px + env(safe-area-inset-bottom,0px));background:#ffffffb3;-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);border-top:1px solid rgba(124,46,224,.1);box-shadow:0 -6px 16px #4c2e7814}.BottomPanel-module__navButton___PPp9r{display:flex;align-items:center;justify-content:center;flex:1 1 0;padding:8px 4px;background:none;border:none;color:#6b6580;cursor:pointer;border-radius:8px;transition:background-color .15s ease,color .15s ease}.BottomPanel-module__navButton___PPp9r:hover{background-color:#7e2ee014;color:#7e2ee0}.BottomPanel-module__navButton___PPp9r svg path{stroke:currentColor}.BottomPanel-module__navButton___PPp9r svg{width:22px;height:22px}.Briefing-module__briefing___3QtuK{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:10px;width:100%;color:#4d5562}.Briefing-module__imgWrapper___hprDn{width:100%;height:80%}.Briefing-module__stickyContainer___OpGoL{position:sticky;top:0;z-index:2;width:100%;height:0;display:flex;justify-content:center}.Briefing-module__info___4n4Vg{position:absolute;text-align:center;border-radius:10px;background-color:#fff;border:2px solid black;font-size:22px;padding:15px;height:auto;top:-1000px;transition:top .5s ease-in-out}.Briefing-module__info___4n4Vg.Briefing-module__open___5zkEt{top:20px}.Briefing-module__answers___CP-33{display:flex;flex-direction:column;gap:15px;width:100%}.Briefing-module__answer___61UDW{display:flex;justify-content:space-between;border-radius:10px;cursor:pointer;background-color:#fff;color:#000;border:1px solid black;width:100%;padding:10px}.Briefing-module__answer___61UDW:hover{opacity:.5}.Briefing-module__answer___61UDW.Briefing-module__active___wYZto{background-color:#000;color:#fff}.Briefing-module__submit___HdtzF{min-width:200px;padding:15px 25px}.App-module__app___vlY-G{min-height:100vh;display:flex;flex-direction:column;background-color:#efedf6}.Manager-module__manager___JJeTp{display:flex;flex-direction:column;min-height:100vh;width:100%}.Manager-module__headerContent___Rr0RN{display:flex;align-items:center;justify-content:space-between;margin:0 auto;width:100%;gap:1rem}.Manager-module__leftHeaderContent___8ui8E{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.Manager-module__arrowLeft___8rX8e{width:38px;height:38px;flex-shrink:0;cursor:pointer;border-radius:50%;background:#ffffffa8;border:1px solid rgba(124,46,224,.14);display:flex;align-items:center;justify-content:center;color:#5b5470;padding:8px;box-sizing:border-box;transition:opacity .2s ease,transform .15s ease,background-color .15s ease}.Manager-module__arrowLeft___8rX8e:hover{opacity:.85;transform:translate(-2px);background:#ffffffd9}.Manager-module__title___LWSsn{margin:0;font-size:1.05rem;font-weight:700;color:#1c1530;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.Manager-module__primaryNavWrap___AEBwt{background:#fff9;border-bottom:1px solid rgba(255,255,255,.7)}@media(min-width:641px){.Manager-module__primaryNavWrap___AEBwt{-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%)}}.Manager-module__window___zyg91{width:100%;max-width:1180px;margin:0 auto;padding:1rem 1.5rem 2rem;box-sizing:border-box}.Manager-module__windowWide___4Qkc2{max-width:none;padding:1rem 1.75rem 1.5rem}.Manager-module__loadingOverlay___a8sSV{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;background:#ffffff73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:640px){.Manager-module__manager___JJeTp{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.Manager-module__headerContent___Rr0RN{gap:.5rem}.Manager-module__leftHeaderContent___8ui8E{gap:8px}.Manager-module__arrowLeft___8rX8e{width:34px;height:34px;background:transparent;border:none;padding:6px}.Manager-module__arrowLeft___8rX8e:hover{background:#ffffff80}.Manager-module__title___LWSsn{font-size:1rem}.Manager-module__window___zyg91,.Manager-module__windowWide___4Qkc2{padding:.75rem 1rem 1.5rem}.Manager-module__copyText___bZs7Z{display:none}}@media(max-width:1100px){.Manager-module__manager___JJeTp{display:flex;flex-direction:column;height:100vh}.Manager-module__window___zyg91,.Manager-module__windowWide___4Qkc2{flex:1;min-height:0;display:flex;flex-direction:column}}@media(max-width:480px){.Manager-module__window___zyg91,.Manager-module__windowWide___4Qkc2{flex:1;min-height:0;display:flex;flex-direction:column;padding:.5rem .75rem 1rem}}.Teams-module__content___Pgm3H{display:flex;flex-direction:column;justify-content:center}.Teams-module__spinnerCenter___plK28{flex:1;width:100%;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.Teams-module__info___OScEk{display:flex;flex-direction:column;padding:20px;gap:24px}.Teams-module__statistics___eKuln{width:100%;padding:20px;display:flex;flex-direction:column;gap:16px;border-radius:22px}.Teams-module__statistics___eKuln h3{margin:0;font-size:1rem;font-weight:600;color:#1c1530}.Teams-module__cardsInfo___kyq4J{display:flex;gap:12px}.Teams-module__cardInfo___9yKQL{flex:1 1 0;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:18px;text-align:center;transition:transform .15s ease}.Teams-module__cardInfo___9yKQL:hover{transform:translateY(-2px)}.Teams-module__cardInfo___9yKQL .Teams-module__title___QQsBF{font-size:2rem;font-weight:700;line-height:1}.Teams-module__cardInfo___9yKQL .Teams-module__description___ZTvTl{font-weight:500;font-size:13px;color:#6b6580}.Teams-module__teams___HsRwB{display:flex;flex-direction:column;gap:12px}@media(max-width:640px){.Teams-module__info___OScEk{padding:12px;gap:16px}.Teams-module__statistics___eKuln{padding:16px;gap:12px}.Teams-module__cardsInfo___kyq4J{flex-direction:column;gap:10px}.Teams-module__cardInfo___9yKQL{padding:16px 12px}.Teams-module__cardInfo___9yKQL .Teams-module__title___QQsBF{font-size:1.5rem}.Teams-module__cardInfo___9yKQL .Teams-module__description___ZTvTl{font-size:12px}}.TeamCard-module__team___-u0Y3{width:100%;padding:0;overflow:hidden}.TeamCard-module__head___iYP3N{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid rgba(126,46,224,.1)}.TeamCard-module__titleRow___kUvV4{display:flex;align-items:baseline;gap:6px;min-width:0;flex:1}.TeamCard-module__title___rb2Ie{font-size:1rem;font-weight:600;color:#1c1530;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TeamCard-module__code___6S-Kw{font-size:13px;color:#6b6580;font-weight:500;flex-shrink:0}.TeamCard-module__countBadge___wz1uw{flex-shrink:0;font-size:12px;font-weight:600;color:#7e2ee0;padding:4px 10px;background:#7e2ee01a;border-radius:999px;white-space:nowrap}.TeamCard-module__content___H3eYU{padding:12px 18px 16px}.TeamCard-module__players___-2Go3{display:flex;flex-wrap:wrap;gap:6px}.TeamCard-module__player___HAK4r{padding:4px 10px;background:#fff9;border:1px solid rgba(126,46,224,.12);border-radius:999px;font-size:13px;color:#2a2440;font-weight:500}.TeamCard-module__empty___Utuy4{color:#9a8fb5;font-size:14px;text-align:center;padding:6px 0}@media(max-width:640px){.TeamCard-module__head___iYP3N{padding:12px 14px}.TeamCard-module__content___H3eYU{padding:10px 14px 14px}.TeamCard-module__title___rb2Ie{font-size:.95rem}.TeamCard-module__player___HAK4r{font-size:12px;padding:3px 8px}}.Settings-module__settings___mFd97{display:flex;flex-direction:column;gap:10px;padding:20px}.Settings-module__content___HS-xW{position:relative;background:#ffffff9e;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);border:1px solid rgba(255,255,255,.85);border-radius:22px;box-shadow:0 16px 44px #4c2e781f,inset 0 1px #ffffffb3;display:flex;flex-direction:column}.Settings-module__firstStage___AQBAS{display:flex;align-items:center;justify-content:center;padding:20px;margin:auto 0}.Settings-module__firstStage___AQBAS div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;text-align:center}.Settings-module__firstStage___AQBAS h3{margin:0;font-size:1.05rem;font-weight:600;color:#1c1530}.Settings-module__stages___Nba0l{display:flex;flex-direction:column;gap:18px;padding:8px 32px 36px;height:100%}.Settings-module__stagesContainer___vMoIo{display:flex;flex-direction:column;gap:12px;height:58vh;overflow:auto}.Settings-module__headerStages___PR9zD{display:flex;align-items:center;justify-content:space-between;gap:12px}.Settings-module__headerStages___PR9zD h3{margin:0;font-size:18px;font-weight:800;letter-spacing:-.02em;color:#1c1530}.Settings-module__stageCard___u3j97{display:flex;cursor:pointer;padding:18px 20px;background:#ffffffc7;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 4px 14px #4c2e780f;font-weight:500;transition:border-color .15s,box-shadow .15s,transform .1s}.Settings-module__stageCard___u3j97:hover{box-shadow:0 6px 18px #4c2e781a}.Settings-module__cardContent___DiVr6{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}.Settings-module__cardContent___DiVr6>span:first-child{font-size:16px;font-weight:700;color:#1c1530;letter-spacing:-.01em}.Settings-module__stageCard___u3j97.Settings-module__active___R9k36{border-color:#7e2ee066;box-shadow:0 4px 14px #7e2ee024}.Settings-module__stageCard___u3j97.Settings-module__active___R9k36 .Settings-module__cardContent___DiVr6>span:first-child{color:#7e2ee0}.Settings-module__cardActions___jDDnu{display:flex;align-items:center;gap:6px;flex-shrink:0}.Settings-module__grip___WUg3F{display:flex;align-items:center;justify-content:center;color:#c5bcd5;cursor:grab;flex-shrink:0}.Settings-module__grip___WUg3F:active{cursor:grabbing}.Settings-module__stage___x-W-P{position:relative;background-color:#fff;border:2px solid #e4e4e7;min-height:50vh;border-radius:10px;display:flex;flex-direction:column;padding:20px}.Settings-module__warning___a6kRI{padding:12px 16px;border:1px solid #e4e4e7;border-radius:12px;background-color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.Settings-module__readOnlyNotice___0-TRy{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 18px;margin-bottom:16px;border-radius:12px;background:#ffb8001f;border:1px solid rgba(255,184,0,.32);color:#9a6a00;font-size:14px;font-weight:600;text-align:center}.Settings-module__readOnlyContent___HWeCk{pointer-events:none;opacity:.65;filter:grayscale(.2)}.Settings-module__spinner___h-Gjn{display:flex;align-items:center;justify-content:center}.Settings-module__stageScreen___IUhLo{display:flex;flex-direction:column;gap:10px}.Settings-module__loadingOverlay___ClJ7O{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;background:#ffffff73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Settings-module__subTabs___UILnZ{display:flex;align-items:center;gap:28px;border-bottom:1px solid rgba(124,46,224,.1);padding:0 32px;margin-bottom:24px}.Settings-module__subTab___jtmcM{display:inline-flex;align-items:center;gap:8px;padding:14px 4px;background:none;border:none;font-family:inherit;font-size:14px;font-weight:600;color:#9a8fb5;cursor:pointer;position:relative;transition:color .15s ease}.Settings-module__subTab___jtmcM:hover{color:#2a2440}.Settings-module__subTab___jtmcM svg{width:16px;height:16px;flex-shrink:0}.Settings-module__subTabLabel___ikB0S{cursor:inherit;white-space:nowrap}.Settings-module__subTabActive___pME3m,.Settings-module__subTabActive___pME3m:hover{color:#7e2ee0}.Settings-module__subTabActive___pME3m:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2.5px;border-radius:3px;background:linear-gradient(90deg,#9b57f0,#7e2ee0)}@media(max-width:1100px){.Settings-module__settings___mFd97{padding:0;flex:1;min-height:0;display:flex;flex-direction:column}.Settings-module__content___HS-xW{flex:1;min-height:0;padding:4px 18px 18px;border-radius:20px;background:#ffffff9e;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);box-shadow:0 12px 32px #4c2e781f,inset 0 1px #ffffffb3}.Settings-module__stages___Nba0l{padding:0;gap:14px;flex:1;min-height:0;display:flex;flex-direction:column}.Settings-module__headerStages___PR9zD h3{font-size:16px}.Settings-module__stagesContainer___vMoIo{flex:1;min-height:0;height:auto;overflow-y:auto;gap:12px}.Settings-module__stageCard___u3j97{padding:14px 16px}.Settings-module__cardContent___DiVr6>span:first-child{font-size:15px}.Settings-module__grip___WUg3F svg{width:16px;height:16px}.Settings-module__subTabs___UILnZ{padding:0;gap:0;margin-bottom:18px;border-bottom:1px solid rgba(124,46,224,.1)}.Settings-module__subTab___jtmcM{flex:1;justify-content:center;padding:14px 0;gap:0}.Settings-module__subTabLabel___ikB0S{display:none}.Settings-module__subTab___jtmcM svg{width:20px;height:20px}.Settings-module__subTabActive___pME3m:after{left:25%;right:25%}}.Navbar-module__navbar___cpjhD{display:flex;align-items:flex-end;gap:30px;width:100%;padding:0 28px;border-bottom:1px solid rgba(124,46,224,.1);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.Navbar-module__navbar___cpjhD::-webkit-scrollbar{display:none}.Navbar-module__buttonNavbar___Jw-g8{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;font-family:inherit;font-size:15px;font-weight:600;color:#9a8fb5;padding:14px 4px;cursor:pointer;position:relative;transition:color .15s ease;white-space:nowrap;flex-shrink:0}.Navbar-module__buttonNavbar___Jw-g8 svg{width:18px;height:18px;flex-shrink:0}.Navbar-module__buttonNavbar___Jw-g8:hover{color:#2a2440}.Navbar-module__label___y06IW{cursor:inherit}.Navbar-module__activeTab___j9K7h,.Navbar-module__activeTab___j9K7h:hover{color:#7e2ee0}.Navbar-module__activeTab___j9K7h:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2.5px;border-radius:3px;background:linear-gradient(90deg,#9b57f0,#7e2ee0)}.Navbar-module__navbar___cpjhD.Navbar-module__iconsOnly___SSIyg{padding:4px 10px 0;gap:4px;justify-content:space-around}.Navbar-module__navbar___cpjhD.Navbar-module__iconsOnly___SSIyg .Navbar-module__buttonNavbar___Jw-g8{flex:1 1 0;justify-content:center;padding:12px 4px;gap:0}.Navbar-module__navbar___cpjhD.Navbar-module__iconsOnly___SSIyg .Navbar-module__label___y06IW{display:none}.Navbar-module__navbar___cpjhD.Navbar-module__iconsOnly___SSIyg .Navbar-module__buttonNavbar___Jw-g8 svg{width:22px;height:22px}@media(max-width:640px){.Navbar-module__navbar___cpjhD{padding:4px 10px 0;gap:4px;justify-content:space-around}.Navbar-module__buttonNavbar___Jw-g8{flex:1 1 0;justify-content:center;padding:12px 4px;gap:0}.Navbar-module__label___y06IW{display:none}.Navbar-module__buttonNavbar___Jw-g8 svg{width:22px;height:22px}}@media(max-width:640px){.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti{position:fixed;left:0;right:0;bottom:0;z-index:40;padding:10px 8px calc(14px + env(safe-area-inset-bottom,0px));gap:0;justify-content:space-around;background:#fff9;-webkit-backdrop-filter:blur(22px) saturate(180%);backdrop-filter:blur(22px) saturate(180%);border-top:1px solid rgba(124,46,224,.1);border-bottom:none;box-shadow:0 -6px 16px #4c2e7814;overflow-x:visible;min-height:56px}.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti .Navbar-module__buttonNavbar___Jw-g8{flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0 4px;font-size:11px;font-weight:600;color:#9a8fb5}.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti .Navbar-module__label___y06IW{display:inline;cursor:inherit}.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti .Navbar-module__activeTab___j9K7h{color:#7e2ee0}.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti .Navbar-module__activeTab___j9K7h:after{display:none}.Navbar-module__navbar___cpjhD.Navbar-module__bottomOnMobile___0afti .Navbar-module__buttonNavbar___Jw-g8 svg{width:22px;height:22px}}.QuizSettings-module__quizSettings___VHIO2{display:flex;flex-direction:column;gap:22px;width:100%}.QuizSettings-module__errorModal___vWsY4{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:4px 0}.QuizSettings-module__errorMessage___X7wEd{margin:0;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}.QuizSettings-module__main___25JOQ{display:flex;flex-direction:column;gap:22px}.QuizSettings-module__shareSettings___Ft5c9{display:grid;grid-template-columns:200px 280px 230px 1fr;gap:18px;align-items:end}.QuizSettings-module__advanceSettings___jAQ94{display:flex;flex-direction:column;gap:24px}.QuizSettings-module__questionAndFile___EL0It{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.QuizSettings-module__file___UBXOT{display:flex;flex-direction:column;gap:10px}.QuizSettings-module__hiddenFileInput___gNbXE{display:none}.QuizSettings-module__images___sQCSk{display:flex;justify-content:center}.QuizSettings-module__image___9nl4k{width:100%;max-width:320px;border-radius:14px;overflow:hidden}.QuizSettings-module__currentImg___pDKAC{width:100%;height:auto;display:block}.QuizSettings-module__answersSection___jVz9j{border-top:1px solid rgba(124,46,224,.1);padding-top:22px;display:flex;flex-direction:column;gap:14px}.QuizSettings-module__answersHeader___6dR0e{display:flex;align-items:center;gap:8px}.QuizSettings-module__answersTitle___q3zsv{font-size:15px;font-weight:800;color:#1c1530;letter-spacing:-.01em}.QuizSettings-module__answersHint___t4tMU{font-size:12px;color:#9a8fb5}.QuizSettings-module__answersList___b0lCh{display:flex;flex-direction:column;gap:10px}.QuizSettings-module__addAnswerRow___ZFfbQ{display:flex;justify-content:center;margin-top:4px}@media(max-width:1100px){.QuizSettings-module__quizSettings___VHIO2,.QuizSettings-module__main___25JOQ{gap:18px}.QuizSettings-module__shareSettings___Ft5c9{grid-template-columns:1fr;gap:14px}.QuizSettings-module__questionAndFile___EL0It{grid-template-columns:1fr;gap:16px}.QuizSettings-module__answersSection___jVz9j{padding-top:16px;gap:12px}.QuizSettings-module__answersTitle___q3zsv{font-size:14px}}.Bottom-module__bottom___u-bjq{display:flex;align-items:center;justify-content:flex-end;gap:12px;border-top:1px solid rgba(124,46,224,.1);margin-top:22px;padding-top:20px}.Bottom-module__btnIcon___td4W3{width:16px;height:16px;flex-shrink:0}@media(max-width:480px){.Bottom-module__bottom___u-bjq{flex-direction:column-reverse;align-items:stretch;gap:10px;margin-top:16px;padding-top:16px}.Bottom-module__btn___tHLz6{width:100%!important;min-height:48px!important}}.GameSettings-module__gameSettings___8aVMG{display:flex;flex-direction:column;gap:22px;width:100%}.GameSettings-module__main___Pe4Vt{display:flex;flex-direction:column;gap:22px}.GameSettings-module__shareSettings___-IpXn{display:grid;grid-template-columns:200px 280px 1fr;gap:18px;align-items:end}@media(max-width:480px){.GameSettings-module__gameSettings___8aVMG,.GameSettings-module__main___Pe4Vt{gap:18px}.GameSettings-module__shareSettings___-IpXn{grid-template-columns:1fr;gap:14px}}.MapEditorModal-module__body___xisqp{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.MapEditorModal-module__canvasHost___EdXT3{flex:1;min-height:0;min-width:0;overflow:hidden;touch-action:none;-webkit-user-select:none;user-select:none}.MapEditorModal-module__canvasHost___EdXT3 canvas{touch-action:none}.MapEditorModal-module__mobilePanelHost___Nt6up{display:none}@media(max-width:640px){.MapEditorModal-module__mobilePanelHost___Nt6up{display:block;flex:1;min-height:0;overflow:auto;background:#0c0e1af7;border-bottom:1px solid #2d3a5a}.MapEditorModal-module__canvasHost___EdXT3{flex:1}}#sparko-editor-panel{width:278px}#sparko-editor-panel select,#sparko-editor-panel input{max-width:100%;box-sizing:border-box}@media(max-width:768px){#sparko-editor-panel{font-size:11px;padding:8px}}@media(max-width:640px){#sparko-editor-panel{position:relative!important;left:0!important;top:0!important;width:100%!important;height:100%!important;border-right:none!important;max-height:none!important;font-size:11px;padding:8px;box-sizing:border-box}}@media(max-width:480px){#sparko-editor-panel{font-size:10.5px;padding:6px}#sparko-editor-panel button{font-size:10.5px;padding:3px 6px}}.MapEditorModal-module__editorHeader___DHqYI{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;color:#e6ebf5;font:14px monospace;border-bottom:1px solid #2d3a5a;gap:10px;flex-shrink:0}.MapEditorModal-module__editorTitle___cjYul{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.MapEditorModal-module__editorHeaderButtons___KG3oJ{display:flex;gap:8px;flex-shrink:0}.MapEditorModal-module__btnReset___OpX3E{background:transparent;color:#f88;border:1px solid #7a3a3a;border-radius:6px;padding:6px 12px;cursor:pointer;font:13px monospace;white-space:nowrap}.MapEditorModal-module__btnClose___FTzQl{background:#2a3550;color:#fff;border:none;border-radius:6px;padding:6px 14px;cursor:pointer;font:13px monospace;white-space:nowrap}@media(max-width:768px){.MapEditorModal-module__editorHeader___DHqYI{padding:8px 10px;font-size:13px;gap:6px}.MapEditorModal-module__editorTitle___cjYul{font-size:12px}.MapEditorModal-module__btnReset___OpX3E,.MapEditorModal-module__btnClose___FTzQl{padding:5px 10px;font-size:12px}}@media(max-width:480px){.MapEditorModal-module__editorHeader___DHqYI{padding:6px 8px}.MapEditorModal-module__editorTitle___cjYul{font-size:0}.MapEditorModal-module__editorTitle___cjYul:before{content:"✎";font-size:16px}.MapEditorModal-module__btnReset___OpX3E{font-size:0;padding:6px 8px}.MapEditorModal-module__btnReset___OpX3E:before{content:"↩︎";font-size:14px}.MapEditorModal-module__btnClose___FTzQl{padding:5px 10px;font-size:13px}}.WindowWithChoice-module__window___d2EeT{display:flex;flex-direction:column;gap:18px;padding:0 0 12px}.WindowWithChoice-module__typeCards___LFPNH{display:flex;gap:14px}.WindowWithChoice-module__centerRow___yWOb3{display:flex;justify-content:center}.WindowWithChoice-module__chooseHeading___Imlt-{margin:0;text-align:center;font-size:16px;font-weight:800;letter-spacing:-.01em;color:#1c1530}.WindowWithChoice-module__quizPresetWrap___8Djvm{display:flex;justify-content:center}.WindowWithChoice-module__quizPresetWrap___8Djvm>*{width:340px;max-width:100%}.WindowWithChoice-module__gamesGrid___P-tTl{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-content:start;padding-bottom:12px}.WindowWithChoice-module__flowActions___SSoVW{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.WindowWithChoice-module__flowDivider___RMJMb{align-self:stretch}.WindowWithChoice-module__cover___iFqm6{display:block;width:100%;height:160px;object-fit:cover}.WindowWithChoice-module__coverWrap___VTYGm{position:relative;width:100%;height:160px;overflow:hidden}.WindowWithChoice-module__coverWrap___VTYGm .WindowWithChoice-module__cover___iFqm6{position:absolute;inset:0;width:100%;height:100%}.WindowWithChoice-module__coverVideo___LohzC{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .18s ease;pointer-events:none}.WindowWithChoice-module__cardHover___5oAqd:hover .WindowWithChoice-module__coverVideo___LohzC{opacity:1}@media(max-width:480px){.WindowWithChoice-module__window___d2EeT{gap:12px}.WindowWithChoice-module__typeCards___LFPNH{flex-direction:column;gap:10px}.WindowWithChoice-module__gamesGrid___P-tTl{grid-template-columns:1fr;gap:12px}.WindowWithChoice-module__flowActions___SSoVW{gap:10px;align-items:stretch}.WindowWithChoice-module__flowBtn___F5IX1{width:100%!important}.WindowWithChoice-module__flowOr___Hq1oV{font-size:13px}.WindowWithChoice-module__cover___iFqm6,.WindowWithChoice-module__coverWrap___VTYGm{height:120px}.WindowWithChoice-module__chooseHeading___Imlt-{font-size:15px}}.AdditionalSettings-module__container___HYP6O{display:flex;flex-direction:column;gap:22px;padding:0 32px 32px}.AdditionalSettings-module__header___xPIj7{display:flex;flex-direction:column;gap:6px}.AdditionalSettings-module__headline___ZHZNR{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#1c1530}.AdditionalSettings-module__description___JuRpv{margin:0;font-size:14px;color:#9a8fb5;line-height:1.45}.AdditionalSettings-module__fields___plKSE{display:flex;flex-direction:column;gap:12px}.AdditionalSettings-module__fieldrow___RPZbv{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#ffffffb8;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 3px 12px #4c2e780d}.AdditionalSettings-module__info___VBoeA{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.AdditionalSettings-module__fname___1d17N{font-size:16px;font-weight:700;color:#1c1530;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AdditionalSettings-module__ftype___0i6-T{font-size:13px;color:#9a8fb5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AdditionalSettings-module__form___pfT2o{width:100%;display:flex;flex-direction:column;gap:14px}.AdditionalSettings-module__formButtons___NfP94{display:flex;gap:10px}.AdditionalSettings-module__addRow___1FxuA{display:flex;justify-content:center;margin-top:4px}@media(max-width:480px){.AdditionalSettings-module__container___HYP6O{gap:18px;padding:0 0 18px}.AdditionalSettings-module__headline___ZHZNR{font-size:18px}.AdditionalSettings-module__description___JuRpv{font-size:13px}.AdditionalSettings-module__fields___plKSE{gap:11px}.AdditionalSettings-module__fieldrow___RPZbv{padding:14px;gap:12px}.AdditionalSettings-module__fname___1d17N{font-size:15px}.AdditionalSettings-module__ftype___0i6-T{font-size:12px}.AdditionalSettings-module__formButtons___NfP94{flex-direction:column}.AdditionalSettings-module__formButtons___NfP94>*{width:100%!important}}span{cursor:default}.Select-module__content___CGLqG{display:flex;flex-direction:column;width:200px;gap:5px}.Select-module__select___gHdcQ{border:1px solid #e4e4e7;border-radius:10px;padding:10px 15px;cursor:pointer}.EventDetailsSettings-module__container___-eATG{display:flex;flex-direction:column;align-items:stretch;gap:16px;padding:20px}.EventDetailsSettings-module__toggleRow___ZTSwq{display:flex;align-items:center;gap:12px;cursor:pointer;width:100%}.EventDetailsSettings-module__toggleWrap___CO2V1{flex-shrink:0;display:inline-flex;align-items:center}.EventDetailsSettings-module__toggleLabel___mPpEW{font-family:inherit;font-size:15px;color:#2a2440;font-weight:500;line-height:1.35;min-width:0}@media(max-width:640px){.EventDetailsSettings-module__container___-eATG{padding:14px;gap:14px}.EventDetailsSettings-module__toggleRow___ZTSwq{gap:10px}.EventDetailsSettings-module__toggleLabel___mPpEW{font-size:13px}}.SurveySettings-module__quizSettings___HInPE{display:flex;flex-direction:column;gap:22px;width:100%}.SurveySettings-module__errorModal___0fftG{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:4px 0}.SurveySettings-module__errorMessage___W6IAi{margin:0;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}.SurveySettings-module__main___B3JkS{display:flex;flex-direction:column;gap:22px}.SurveySettings-module__shareSettings___-sXx2{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:end}.SurveySettings-module__advanceSettings___zL6E7{display:flex;flex-direction:column;gap:24px}.SurveySettings-module__modeToggle___tnVKH{display:flex;align-items:center;gap:14px}.SurveySettings-module__modeLabel___ugnNi{font-size:13px;font-weight:700;color:#6b6480;letter-spacing:.01em}.SurveySettings-module__questionAndFile___EhlCO{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.SurveySettings-module__file___PX1WT{display:flex;flex-direction:column;gap:10px}.SurveySettings-module__hiddenFileInput___o2-Ol{display:none}.SurveySettings-module__images___zQ42A{display:flex;justify-content:center}.SurveySettings-module__image___G-JZY{width:100%;max-width:320px;border-radius:14px;overflow:hidden}.SurveySettings-module__currentImg___gB2Ml{width:100%;height:auto;display:block}.SurveySettings-module__answersSection___fTftn{border-top:1px solid rgba(124,46,224,.1);padding-top:22px;display:flex;flex-direction:column;gap:14px}.SurveySettings-module__answersHeader___mzAAG{display:flex;align-items:center;gap:8px}.SurveySettings-module__answersTitle___oxCY5{font-size:15px;font-weight:800;color:#1c1530;letter-spacing:-.01em}.SurveySettings-module__answersList___6geCy{display:flex;flex-direction:column;gap:10px}.SurveySettings-module__addAnswerRow___KQcKS{display:flex;justify-content:center;margin-top:4px}@media(max-width:1100px){.SurveySettings-module__quizSettings___HInPE,.SurveySettings-module__main___B3JkS{gap:18px}.SurveySettings-module__shareSettings___-sXx2{grid-template-columns:1fr}.SurveySettings-module__modeToggle___tnVKH{flex-direction:column;align-items:stretch;gap:8px}.SurveySettings-module__questionAndFile___EhlCO{grid-template-columns:1fr;gap:16px}.SurveySettings-module__answersSection___fTftn{padding-top:16px;gap:12px}.SurveySettings-module__answersTitle___oxCY5{font-size:14px}}.BriefingSettings-module__briefingSettings___OMrpp{display:flex;flex-direction:column;gap:22px;width:100%}.BriefingSettings-module__errorModal___I6nV-{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:4px 0}.BriefingSettings-module__errorMessage___o-NR-{margin:0;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}.BriefingSettings-module__main___iHdDq{display:flex;flex-direction:column;gap:18px}.BriefingSettings-module__row___qipNc{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.BriefingSettings-module__file___zldes{display:flex;flex-direction:column;gap:10px}.BriefingSettings-module__hiddenFileInput___cmSmg{display:none}.BriefingSettings-module__preview___RGYoq{display:flex;flex-direction:column;gap:8px;color:#6b6480}.BriefingSettings-module__previewLabel___b2H6A{font-size:12px;font-weight:700;color:#6b6480;letter-spacing:.01em}.BriefingSettings-module__previewContent___YB8P0{border-radius:16px;overflow:hidden;border:1px solid rgba(124,46,224,.12);box-shadow:0 8px 22px #4c2e781a;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}.BriefingSettings-module__previewHeadline___42kuG{margin:0;padding:16px;font-size:16px;font-weight:800;color:#1c1530}.BriefingSettings-module__previewImage___VQE0Q{width:100%;background:linear-gradient(135deg,#8a6d3b,#b89968);min-height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden}.BriefingSettings-module__currentImg___iZaIi{width:100%;height:auto;display:block}.BriefingSettings-module__previewMessage___XHZ08{font-size:14px;color:#5b5470;padding:16px 16px 0}.BriefingSettings-module__previewContent___YB8P0>button{margin:12px 0 24px}@media(max-width:1100px){.BriefingSettings-module__briefingSettings___OMrpp{gap:18px}.BriefingSettings-module__main___iHdDq{gap:14px}.BriefingSettings-module__row___qipNc{grid-template-columns:1fr;gap:14px}}.StageActionsMenu-module__dotsButton___mzwfz{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:0;border-radius:8px;color:#6b6580;cursor:pointer;flex-shrink:0;transition:background-color .12s,color .12s}.StageActionsMenu-module__dotsButton___mzwfz:hover:not(:disabled){background:#7e2ee014;color:#7e2ee0}.StageActionsMenu-module__dotsButton___mzwfz:disabled{opacity:.4;cursor:not-allowed}.StageActionsMenu-module__panel___OoGlr{position:fixed;width:220px;background:#fffffff5;-webkit-backdrop-filter:blur(18px) saturate(180%);backdrop-filter:blur(18px) saturate(180%);border:1px solid rgba(126,46,224,.18);border-radius:10px;box-shadow:0 12px 32px #4c2e782e;padding:6px;display:flex;flex-direction:column;gap:2px;z-index:1000}.StageActionsMenu-module__item___6u625{display:block;width:100%;padding:10px 12px;background:transparent;border:0;border-radius:8px;text-align:left;font-size:14px;font-weight:500;color:#1c1530;cursor:pointer;transition:background-color .12s}.StageActionsMenu-module__item___6u625:hover{background:#7e2ee01a;color:#7e2ee0}.CopyStageToEventModal-module__body___IAstB{display:flex;flex-direction:column;gap:12px;min-height:200px;max-height:60vh}.CopyStageToEventModal-module__searchWrap___zNuia{flex-shrink:0}.CopyStageToEventModal-module__centered___9QTiC{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 0}.CopyStageToEventModal-module__empty___Are0v{text-align:center;padding:40px 12px;color:#6b6580;font-size:14px}.CopyStageToEventModal-module__error___VY0Lo{background:#dc3c5a1a;border:1px solid rgba(220,60,90,.3);color:#b81f45;padding:10px 12px;border-radius:8px;font-size:13px}.CopyStageToEventModal-module__list___R3kpD{list-style:none;padding:0 0 4px;margin:0;display:flex;flex-direction:column;gap:6px;overflow-y:auto}.CopyStageToEventModal-module__item___DLC-F{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;background:#ffffffc7;border:1px solid rgba(126,46,224,.12);border-radius:10px;cursor:pointer;text-align:left;transition:border-color .15s,background-color .12s,box-shadow .15s}.CopyStageToEventModal-module__item___DLC-F:hover:not(:disabled){border-color:#7e2ee066;background:#ffffffeb;box-shadow:0 4px 14px #4c2e781a}.CopyStageToEventModal-module__item___DLC-F:disabled{opacity:.6;cursor:default}.CopyStageToEventModal-module__itemMain___ePuBe{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.CopyStageToEventModal-module__itemTitle___wLeit{font-size:15px;font-weight:600;color:#1c1530;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CopyStageToEventModal-module__itemCreator___Hjixj{font-size:12px;color:#6b6580;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CopyStageToEventModal-module__loadMoreWrap___iI5cu{display:flex;justify-content:center;padding-top:4px}.Moderation-module__moderation___XxmSF{display:flex;align-items:stretch;justify-content:stretch;gap:18px;padding:4px 4px 0;height:calc(100vh - 200px);min-height:540px}.Moderation-module__spinnerCenter___2Azg5{flex:1;width:100%;display:flex;align-items:center;justify-content:center}.Moderation-module__content___Rjy8p{position:relative;background:#ffffff9e;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);border:1px solid rgba(255,255,255,.85);border-radius:22px;box-shadow:0 16px 44px #4c2e781f,inset 0 1px #ffffffb3;height:100%;flex:1 1 0;min-width:0;display:flex;flex-direction:column;padding:22px 26px}.Moderation-module__firstStage___tRmlR{display:flex;align-items:center;justify-content:center;padding:20px;margin:auto 0}.Moderation-module__firstStage___tRmlR div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;text-align:center}.Moderation-module__firstStage___tRmlR h3{font-size:16px;font-weight:700;color:#1c1530;margin:0}.Moderation-module__firstFinalScreen___olzma{padding:40px 20px}.Moderation-module__finalEmptyIcon___9fOtL{width:56px;height:56px;border-radius:16px;background:#7e2ee01a;display:flex;align-items:center;justify-content:center;color:#7e2ee0;margin-bottom:6px}.Moderation-module__finalEmptyIcon___9fOtL svg{width:28px;height:28px}.Moderation-module__finalEmptyTitle___9nYjr{font-size:16px;font-weight:700;color:#1c1530;margin:0}.Moderation-module__finalEmptySubtitle___NIJ-a{font-size:14px;color:#9a8fb5;margin:4px 0 0}.Moderation-module__stages___9HVx7{display:flex;flex-direction:column;gap:12px;padding:4px;overflow-y:auto;flex:1;min-height:0}.Moderation-module__stageCard___VsH9U{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#ffffffc7;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 4px 14px #4c2e780f}.Moderation-module__stageCardActive___17WGT{border-color:#7e2ee047;background:#7e2ee00d}.Moderation-module__stageInfo___WvlCa{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.Moderation-module__stageTitle___8aoQh{font-size:15px;font-weight:700;color:#1c1530;letter-spacing:-.005em}.Moderation-module__stageStatus___zeCxh{font-size:12px;color:#7e2ee0;font-weight:600;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.Moderation-module__stageCountdown___jQUxe{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#7e2ee01a;border:1px solid rgba(126,46,224,.22);color:#7e2ee0;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.Moderation-module__stageActions___RlHIT{display:flex;gap:10px;align-items:center}.Moderation-module__loadingOverlay___ICK6A{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;background:#ffffff73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Moderation-module__addTimeModalBody___fxlHl{display:flex;flex-direction:column;gap:16px;padding:0}.Moderation-module__addTimeModalTitle___oAI7L{font-weight:700;text-align:center;color:#1c1530;font-size:16px}.Moderation-module__timeInterval___lpkpt{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(124,46,224,.16);border-radius:14px;padding:12px;background:#fff9}.Moderation-module__timeInput___gqfHg{width:60px;text-align:center;font-size:18px;font-weight:700;border:none;background:transparent;outline:none;color:#1c1530;font-family:inherit}.Moderation-module__timeInput___gqfHg::-webkit-outer-spin-button,.Moderation-module__timeInput___gqfHg::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Moderation-module__addTimeModalActions___cal8C{display:flex;gap:10px;justify-content:flex-end}.Moderation-module__chat___AGw9M{flex:none;height:100%;width:380px}.Moderation-module__stageCardWaitingScreen___OqefK{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:15px 18px;background:#ffffffc7;-webkit-backdrop-filter:blur(14px) saturate(160%);backdrop-filter:blur(14px) saturate(160%);border:1px solid rgba(255,255,255,.85);border-radius:14px;box-shadow:0 4px 14px #4c2e780f;font-size:15px;font-weight:700;color:#1c1530;transition:border-color .15s,background .15s}.Moderation-module__stageCardWaitingScreen___OqefK:hover{border-color:#7e2ee047}.Moderation-module__activeCardWaiting___T4QDE{border-color:#7e2ee066;background:#7e2ee00f;color:#7e2ee0}.Moderation-module__currentWaitingStage___6LrqX{display:flex;flex-direction:column;gap:14px;padding:16px 4px 4px;height:100%;min-height:0}.Moderation-module__waitingScreen___Nexh-{height:100%;min-height:0;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding:4px}@media(max-width:900px){.Moderation-module__chat___AGw9M{width:340px}}.Moderation-module__chatInline___-Hg4a{flex:1;width:100%!important;height:100%!important;min-height:0;display:flex;flex-direction:column}@media(max-width:1100px){.Moderation-module__moderation___XxmSF{padding:0;gap:0;height:auto;min-height:0;flex:1;flex-direction:column}}@media(max-width:480px){.Moderation-module__content___Rjy8p{padding:14px 14px 18px}.Moderation-module__stages___9HVx7{gap:12px;padding:0}.Moderation-module__stageCard___VsH9U{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.Moderation-module__stageActions___RlHIT{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"a b" "c c";gap:8px;width:100%}.Moderation-module__stageActions___RlHIT>:nth-child(1){grid-area:a}.Moderation-module__stageActions___RlHIT>:nth-child(2){grid-area:b}.Moderation-module__stageActions___RlHIT>:nth-child(3){grid-area:c}.Moderation-module__currentWaitingStage___6LrqX{padding:14px 0 0}.Moderation-module__addTimeModalActions___cal8C{flex-direction:column-reverse;gap:8px}.Moderation-module__addTimeModalActions___cal8C>*{width:100%;min-height:44px}}.ChatAdmin-module__chatContainer___cB5fX{width:380px;height:100%}.ChatAdmin-module__chat___VZB0f{height:100%;background:#ffffff9e;-webkit-backdrop-filter:blur(26px) saturate(180%);backdrop-filter:blur(26px) saturate(180%);border:1px solid rgba(255,255,255,.85);border-radius:22px;box-shadow:0 16px 44px #4c2e781f,inset 0 1px #ffffffb3;display:flex;flex-direction:column;overflow:hidden;min-height:0;position:relative}.ChatAdmin-module__scrollToBottomBtn___u7V7Q{all:unset;cursor:pointer;position:absolute;right:14px;bottom:82px;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid rgba(124,46,224,.14);box-shadow:0 6px 18px #4c2e782e;display:flex;align-items:center;justify-content:center;color:#7e2ee0;z-index:4;transition:transform .15s,box-shadow .15s}.ChatAdmin-module__scrollToBottomBtn___u7V7Q:hover{transform:translateY(-1px);box-shadow:0 10px 22px #4c2e783d}.ChatAdmin-module__scrollToBottomBadge___TF9TJ{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(180deg,#9b57f0,#7e2ee0);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 3px 8px #7e2ee059}.ChatAdmin-module__chatHeader___zcqih{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid rgba(124,46,224,.1)}.ChatAdmin-module__chatTitle___ztIa3{font-size:18px;font-weight:800;color:#1c1530;letter-spacing:-.01em;margin:0}.ChatAdmin-module__headerFilter___DhFSS{margin-left:auto;min-width:110px}.ChatAdmin-module__messages___xCt-U{position:relative;flex:1;overflow-y:auto;padding:16px 20px;min-height:0;display:flex;flex-direction:column;gap:18px}.ChatAdmin-module__message___WbnYg{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}.ChatAdmin-module__messageOwn___8TMJY{align-items:flex-end}.ChatAdmin-module__messageContent___U-TRR{max-width:90%;display:flex;flex-direction:column;align-items:flex-start}.ChatAdmin-module__messageOwn___8TMJY .ChatAdmin-module__messageContent___U-TRR{align-items:flex-end}.ChatAdmin-module__chatMsgAuthor___r-JzM{font-size:13px;font-weight:700;color:#1c1530;margin-bottom:5px;display:flex;align-items:center;gap:6px}.ChatAdmin-module__chatMsgAuthor___r-JzM.ChatAdmin-module__adminAuthor___pBn6Q{color:#7e2ee0}.ChatAdmin-module__adminBadge___oGdWm{width:18px;height:18px;flex-shrink:0}.ChatAdmin-module__chatBubble___UhLyx{background:#7c2ee00f;border:1px solid rgba(124,46,224,.1);border-radius:4px 14px 14px;padding:9px 13px;font-size:14px;color:#2a2440;line-height:1.4;word-wrap:break-word;word-break:break-word;max-width:100%;text-align:left}.ChatAdmin-module__chatBubbleOwn___uOb7D{background:#fff;border:1px solid rgba(255,255,255,.9);border-radius:14px 4px 14px 14px;box-shadow:0 4px 14px #4c2e781a}.ChatAdmin-module__chatTime___BB4jR{display:flex;align-items:center;gap:7px;font-size:11px;color:#9a8fb5;margin-top:5px}.ChatAdmin-module__deleteMessageButton___bZfmq{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#b0859a;border-radius:6px;padding:2px;transition:color .15s,background .15s}.ChatAdmin-module__deleteMessageButton___bZfmq:hover{color:#c0362b;background:#ff453a14}.ChatAdmin-module__deleteMessageButton___bZfmq svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8}.ChatAdmin-module__emptyState___wEN7l{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#9a8fb5;padding:24px;gap:6px}.ChatAdmin-module__emptyState___wEN7l p{margin:0;font-size:15px;font-weight:600;color:#1c1530}.ChatAdmin-module__emptyState___wEN7l span{font-size:13px;color:#9a8fb5}.ChatAdmin-module__inputArea___JzfmS{border-top:1px solid rgba(124,46,224,.1);padding:14px 16px;background:#ffffff80}.ChatAdmin-module__inputContainer___IfBDw{display:flex;align-items:center;gap:10px}.ChatAdmin-module__messageInput___5x7u8{flex:1;min-width:0;appearance:none;-webkit-appearance:none;background:#ffffffb3;border:1px solid rgba(124,46,224,.16);border-radius:14px;padding:11px 15px;font-size:16px;color:#2a2440;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.ChatAdmin-module__messageInput___5x7u8::placeholder{color:#9a8fb5;font-weight:400}.ChatAdmin-module__messageInput___5x7u8:focus{border-color:#7e2ee0;box-shadow:0 0 0 3px #7e2ee01a}.ChatAdmin-module__emojiPickerButton___8nb10{all:unset;cursor:pointer;font-size:22px;line-height:1;padding:6px;border-radius:50%;transition:background .15s;flex:none}.ChatAdmin-module__emojiPickerButton___8nb10:hover{background:#7e2ee014}.ChatAdmin-module__sendBtn___H1Lys{all:unset;cursor:pointer;width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,#9b57f0,#7e2ee0);box-shadow:0 6px 16px #7e2ee066,inset 0 1px #ffffff80;display:flex;align-items:center;justify-content:center;color:#fff;flex:none;transition:transform .15s,box-shadow .15s}.ChatAdmin-module__sendBtn___H1Lys:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #7e2ee080,inset 0 1px #ffffff80}.ChatAdmin-module__sendBtn___H1Lys:disabled{opacity:.5;cursor:default}.ChatAdmin-module__sendBtn___H1Lys svg{width:18px;height:18px;stroke:currentColor}.ChatAdmin-module__buttonLoadMore___SZLa5{position:absolute;z-index:1;padding:8px;left:50%;transform:translate(-50%);top:6px}.ChatAdmin-module__emojiPickerContainer___59e-h{position:absolute;bottom:78px;right:16px;z-index:5;width:300px;border-radius:12px;overflow:hidden;box-shadow:0 16px 40px #4c2e782e}.ChatAdmin-module__deleteModal___v7l9b{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.ChatAdmin-module__deleteModal___v7l9b h2{margin:0;text-align:center;font-size:17px;font-weight:700;color:#1c1530}.ChatAdmin-module__deleteButtons___yCdsS{display:flex;flex-direction:column;gap:10px;width:100%;padding:15px 0 0}@media(max-width:900px){.ChatAdmin-module__chatContainer___cB5fX{width:100%}}@media(max-width:480px){.ChatAdmin-module__chat___VZB0f{border-radius:16px}.ChatAdmin-module__chatHeader___zcqih{padding:14px 16px;gap:10px}.ChatAdmin-module__chatTitle___ztIa3{font-size:17px}.ChatAdmin-module__headerFilter___DhFSS{min-width:96px}.ChatAdmin-module__messages___xCt-U{padding:12px 14px;gap:14px}.ChatAdmin-module__inputArea___JzfmS{padding:12px 14px}.ChatAdmin-module__deleteButtons___yCdsS{padding:8px 0 0}.ChatAdmin-module__deleteButtons___yCdsS>*{min-height:44px}}.WaitingScreenCustomize-module__waitingScreen___s3CyI{display:flex;flex-direction:column;gap:14px;width:100%;min-height:0;flex:1;overflow-y:auto}.WaitingScreenCustomize-module__fileSection___zNJJs{display:flex;flex-direction:column;gap:6px}.WaitingScreenCustomize-module__hiddenFileInput___fGtLz{position:absolute;opacity:0;width:0;height:0}.WaitingScreenCustomize-module__preview___1L8qu{display:flex;flex-direction:column;gap:8px}.WaitingScreenCustomize-module__previewLabel___1KRvF{font-size:12px;font-weight:700;color:#6b6480}.WaitingScreenCustomize-module__previewContent___OJ-DN{background:#fff;border:1px solid rgba(124,46,224,.1);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #4c2e780f;display:flex;flex-direction:column}.WaitingScreenCustomize-module__previewHeadline___Kr-So{text-align:center;font-size:18px;font-weight:800;color:#1c1530;padding:18px}.WaitingScreenCustomize-module__previewMedia___3NsSx{display:flex;align-items:center;justify-content:center;background:#f4eeff;min-height:150px;overflow:hidden}.WaitingScreenCustomize-module__currentImg___dq2ex{max-width:100%;max-height:280px;display:block}.WaitingScreenCustomize-module__previewMessage___dysK-{text-align:center;font-size:14px;color:#5b5470;padding:16px;white-space:pre-wrap;word-break:break-word}.WaitingScreenCustomize-module__bottom___H9m4b{display:flex;justify-content:flex-end;padding-top:4px}.WaitingScreenCustomize-module__errorModal___xV4Al{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:4px 0}.WaitingScreenCustomize-module__errorMessage___bAkfd{margin:0;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}@media(max-width:480px){.WaitingScreenCustomize-module__waitingScreen___s3CyI{gap:12px}.WaitingScreenCustomize-module__previewHeadline___Kr-So{font-size:17px;padding:14px}.WaitingScreenCustomize-module__previewMessage___dysK-{font-size:13px;padding:14px}.WaitingScreenCustomize-module__bottom___H9m4b{justify-content:stretch}.WaitingScreenCustomize-module__bottom___H9m4b>*{width:100%;min-height:44px}}.FinalScreenCustomize-module__waitingScreen___0L4mv{display:flex;flex-direction:column;gap:14px;width:100%;min-height:0;flex:1;overflow-y:auto}.FinalScreenCustomize-module__fileSection___nc0zG{display:flex;flex-direction:column;gap:6px}.FinalScreenCustomize-module__hiddenFileInput___FUwAn{position:absolute;opacity:0;width:0;height:0}.FinalScreenCustomize-module__toggleSection___BMN-Q{display:flex;flex-direction:column;gap:10px;padding:4px 2px}.FinalScreenCustomize-module__toggleRow___oZBHm{display:inline-flex;align-items:center;gap:12px;cursor:pointer}.FinalScreenCustomize-module__toggleLabel___rmZ1C{font-size:15px;font-weight:600;color:#1c1530;cursor:inherit}.FinalScreenCustomize-module__buttonCustomize___u1DzV{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:4px}.FinalScreenCustomize-module__preview___ghKrt{display:flex;flex-direction:column;gap:8px}.FinalScreenCustomize-module__previewLabel___ixIJr{font-size:12px;font-weight:700;color:#6b6480}.FinalScreenCustomize-module__previewContent___DmA0p{background:#fff;border:1px solid rgba(124,46,224,.1);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #4c2e780f;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 20px;gap:14px}.FinalScreenCustomize-module__previewHeader___dLGa2{display:flex;align-items:center;gap:10px}.FinalScreenCustomize-module__cupIcon___g-TSX{width:36px;height:36px}.FinalScreenCustomize-module__cupIcon___g-TSX path{stroke:#883ae1}.FinalScreenCustomize-module__previewHeadline___1-BuJ{font-size:26px;font-weight:800;color:#883ae1;letter-spacing:-.02em}.FinalScreenCustomize-module__previewMedia___4vot1{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;overflow:hidden;border-radius:12px;background:#f4eeff}.FinalScreenCustomize-module__currentImg___mbN2O{max-width:100%;max-height:220px;display:block;border-radius:12px}.FinalScreenCustomize-module__previewMessage___QRN3o{font-size:18px;color:#1c1530;white-space:pre-wrap;word-break:break-word}.FinalScreenCustomize-module__previewButton___ePI6l{display:inline-flex}.FinalScreenCustomize-module__bottom___Jjqtn{display:flex;justify-content:flex-end;padding-top:4px}.FinalScreenCustomize-module__errorModal___0uajv{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding:4px 0}.FinalScreenCustomize-module__errorMessage___FJxsU{margin:0;text-align:center;font-size:14px;color:#2a2440;line-height:1.5}@media(max-width:480px){.FinalScreenCustomize-module__waitingScreen___0L4mv{gap:12px}.FinalScreenCustomize-module__buttonCustomize___u1DzV{grid-template-columns:1fr}.FinalScreenCustomize-module__previewContent___DmA0p{padding:20px 14px}.FinalScreenCustomize-module__previewHeadline___1-BuJ{font-size:22px}.FinalScreenCustomize-module__previewMessage___QRN3o{font-size:16px}.FinalScreenCustomize-module__bottom___Jjqtn{justify-content:stretch}.FinalScreenCustomize-module__bottom___Jjqtn>*{width:100%;min-height:44px}}.SurveyAdminView-module__wrapper___cgpfp{border:2px solid #883ae1;border-radius:10px;padding:16px;background-color:#fafaff;display:flex;flex-direction:column;gap:14px;margin-bottom:14px}.SurveyAdminView-module__header___pmEoK{display:flex;flex-direction:column;align-items:center;gap:6px;border-bottom:1px solid #e4e4e7;padding-bottom:10px;text-align:center}.SurveyAdminView-module__question___-gArC{margin:0;font-size:18px;font-weight:600;color:#2d2d2d;text-align:center}.SurveyAdminView-module__headerStats___u1hzv{display:flex;justify-content:center;gap:20px;font-size:14px;color:#52525b}.SurveyAdminView-module__voteCounter___NKe-R{display:inline-flex;align-items:center;gap:6px;position:relative}.SurveyAdminView-module__voteTicker___y7CZG{display:inline-block;padding:2px 8px;border-radius:999px;background-color:#10b981;color:#fff;font-weight:700;font-size:12px;line-height:1.4;animation:SurveyAdminView-module__voteTicker___y7CZG 1.2s ease-out forwards;pointer-events:none}@keyframes SurveyAdminView-module__voteTicker___y7CZG{0%{opacity:0;transform:translateY(8px) scale(.7)}25%{opacity:1;transform:translateY(0) scale(1)}80%{opacity:1;transform:translateY(-4px) scale(1)}to{opacity:0;transform:translateY(-12px) scale(.9)}}.SurveyAdminView-module__answers___tEwbH{display:flex;flex-direction:column;gap:10px}.SurveyAdminView-module__answerRow___jCCU1{position:relative;border:1px solid #e4e4e7;border-radius:8px;background-color:#fff;overflow:hidden;min-height:42px}.SurveyAdminView-module__fill___rIv-6{position:absolute;left:0;top:0;bottom:0;background-color:#c39cf066;transition:width .4s ease;z-index:0;pointer-events:none}.SurveyAdminView-module__answerContent___J-e1-{position:relative;z-index:1;padding:10px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.SurveyAdminView-module__answerText___It586{font-weight:500}.SurveyAdminView-module__answerStats___HNi8D{color:#52525b;font-variant-numeric:tabular-nums}.SurveyAdminView-module__cloudCanvasWrapper___YR1nI{width:100%;aspect-ratio:16 / 9;max-height:480px;min-height:240px;border-radius:12px;overflow:hidden;position:relative}.SurveyAdminView-module__cloudEmptyState___rJuEp{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;pointer-events:none;color:#883ae1;animation:SurveyAdminView-module__cloudEmptyPulse___oSJzF 2.4s ease-in-out infinite}.SurveyAdminView-module__cloudEmptyIcon___dtsGl{font-size:44px;filter:drop-shadow(0 4px 12px rgba(136,58,225,.28))}.SurveyAdminView-module__cloudEmptyText___6q1Ek{font-size:14px;font-weight:600;color:#6b6580;letter-spacing:.02em}@keyframes SurveyAdminView-module__cloudEmptyPulse___oSJzF{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@media(max-width:640px){.SurveyAdminView-module__wrapper___cgpfp{padding:12px}.SurveyAdminView-module__question___-gArC{font-size:16px}.SurveyAdminView-module__headerStats___u1hzv{flex-direction:column;gap:4px;font-size:13px}.SurveyAdminView-module__answerRow___jCCU1{min-height:44px}.SurveyAdminView-module__answerContent___J-e1-{padding:8px 12px;font-size:14px}.SurveyAdminView-module__cloudCanvasWrapper___YR1nI{max-height:32vh;min-height:160px}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#efedf6}#root{min-height:100vh}button{border:none;outline:none;cursor:pointer;font-family:inherit;font-size:inherit;transition:all .2s ease}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{border:none;outline:none;font-family:inherit;font-size:inherit}a{text-decoration:none;color:inherit}*:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
