.search-container{position:relative;width:34%}@media(max-width:900px){.search-container{width:90%}}@media(max-width:600px){.search-container{width:100%}}@media(max-width:640px){.search-container{max-width:none}}.search-container .search-input{width:100%;height:45px;padding:.8rem 1rem .8rem 2.5rem;border:2px solid #e5e7eb;border-radius:50px;font-size:.875rem;outline:none;transition:border-color .2s}.search-container .search-input:focus{border-color:#6052cc}.search-container .search-input::placeholder{color:#b5b6c4;font-size:1rem;font-weight:500}.search-container .search-input:focus::placeholder{color:#b5b6c4}.search-container .search-icon{left:1rem}.search-container .clear-icon,.search-container .search-icon{position:absolute;top:50%;transform:translateY(-50%);width:1.1rem;height:1.1rem;color:#8c8ba0}.search-container .clear-icon{right:1.2rem;cursor:pointer;padding:2px;border-radius:50%;transition:all .2s}.search-container .clear-icon:hover{color:#65647a;background-color:rgba(140,139,160,.1)}.mobile-filter-button{display:none}@media(max-width:600px){.mobile-filter-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:8px}.mobile-filter-button .filter-border-box{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;border:1px solid #e5e7eb;border-radius:50%;transition:all .2s ease}.mobile-filter-button .filter-border-box:hover{background-color:#f9fafb}.mobile-filter-button .filter-border-box .filter-badge{position:absolute;top:-6px;right:-6px;background-color:#6052cc;color:#fff;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}}.mobile-filter-overlay{display:none}@media(max-width:600px){.mobile-filter-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;animation:fadeIn .2s ease-out}}.mobile-filter-bottom-sheet{display:none}@media(max-width:600px){.mobile-filter-bottom-sheet{display:flex;flex-direction:column;position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;z-index:1001;max-height:90vh;transform:translateY(0);transition:transform .3s ease-out;animation:slideUp .3s ease-out}.mobile-filter-bottom-sheet .bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:10px 8px 0}.mobile-filter-bottom-sheet .bottom-sheet-header h2{font-family:Rubik,sans-serif;font-size:14px;font-weight:600;line-height:130%;letter-spacing:0;margin:0;color:#1b1a3a}.mobile-filter-bottom-sheet .bottom-sheet-header .back-button,.mobile-filter-bottom-sheet .bottom-sheet-header .close-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;color:#374151}.mobile-filter-bottom-sheet .bottom-sheet-header .back-button-container{display:flex;align-items:center;gap:12px}.mobile-filter-bottom-sheet .bottom-sheet-header .right-actions{display:flex;align-items:center;gap:8px}.mobile-filter-bottom-sheet .bottom-sheet-header .selected-count{background-color:#6052cc;color:#fff;font-size:12px;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.mobile-filter-bottom-sheet .bottom-sheet-content{padding:0 16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:12px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search{margin-bottom:0}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search+.filter-options{margin-top:-6px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container{position:relative;display:flex;align-items:center;width:100%;height:35px;min-height:35px;border:2px solid #dfe0e6;border-radius:50px;padding:8px 20px;background-color:#fff;box-sizing:border-box}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container .search-icon-left{color:#3a3946;margin-right:8px;margin-left:0;flex-shrink:0}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container input{flex:1;min-width:0;padding:0 8px 0 0;border:none;font-family:Rubik,sans-serif;font-size:14px;font-weight:500;line-height:130%;letter-spacing:0;outline:none;background:transparent}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container input::placeholder{color:#3a3946}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container .search-icon{color:#9ca3af;position:absolute;right:12px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-search .search-input-container .clear-search{border:none;background:transparent;color:#9ca3af;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;position:absolute;right:12px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories{display:flex;flex-direction:column;gap:12px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories .filter-category-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-height:41px;padding:10px;gap:10px;border:1px solid #dfe0e6;border-radius:0;background:#fff;text-align:left;font-family:Rubik,sans-serif;font-size:16px;font-weight:500;color:#1b1a3a;cursor:pointer}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories .filter-category-item .category-left{display:flex;align-items:center;gap:8px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories .filter-category-item .category-name{font-weight:500;color:#1b1a3a}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories .filter-category-item .category-count{width:20px;height:20px;min-width:20px;border-radius:50px;background-color:#6052cc;color:#fff;font-family:Rubik,sans-serif;font-size:12px;font-weight:400;line-height:100%;letter-spacing:0;display:flex;align-items:center;justify-content:center}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-categories .filter-category-item .category-chevron{flex-shrink:0}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0;border:none;background:transparent;text-align:left;font-size:16px;color:#111827;cursor:pointer}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item.selected .option-name{color:#6052cc}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .option-name{font-weight:400}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-checkbox,.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-radio{width:20px;height:20px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-checkbox.checked,.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-radio.checked{background-color:#6052cc;border-color:#6052cc}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-checkbox.checked .check-icon,.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-radio.checked .check-icon{color:#fff}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-checkbox{border-radius:4px}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .filter-option-item .custom-radio{border-radius:50%}.mobile-filter-bottom-sheet .bottom-sheet-content .filter-options .no-results{padding:20px 0;text-align:center;color:#6b7280;font-size:14px}.mobile-filter-bottom-sheet .bottom-sheet-content .clear-filters-container{margin-top:0;padding-bottom:8px;display:flex;justify-content:center}.mobile-filter-bottom-sheet .bottom-sheet-content .clear-filters-container .clear-filters-button{padding:10px 16px;background-color:transparent;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer}.mobile-filter-bottom-sheet .bottom-sheet-content .clear-filters-container .clear-filters-button:disabled{opacity:.5;cursor:not-allowed}.mobile-filter-bottom-sheet .bottom-sheet-content .clear-filters-container .clear-filters-button:hover:not(:disabled){background-color:#f9fafb}}.exams-header.desktop-only{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;flex-wrap:wrap;gap:1rem}@media screen and (max-width:1195px){.exams-header.desktop-only{padding:1rem 0 2rem}}@media(max-width:767px){.exams-header.desktop-only{display:none!important}}.exams-header.desktop-only .search-section{display:flex;align-items:center;gap:.5rem;flex-grow:1;position:relative;background:transparent!important}@media screen and (max-width:1195px){.exams-header.desktop-only .search-section{padding:0}.exams-header.desktop-only .search-section .search-container{width:400px}}.exams-header.desktop-only .search-section.hidden{display:none;flex-grow:0}.exams-header.desktop-only .actions-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto}.exams-header.desktop-only .actions-section .transparent{box-shadow:2px 2px 0 0 #3a3946}@media(max-width:640px){.exams-header.desktop-only .actions-section{width:auto;justify-content:flex-end;order:2}}@media(max-width:480px){.exams-header.desktop-only .actions-section{gap:.5rem}}.exams-header.desktop-only .actions-section .create-buttons{display:flex;align-items:center;gap:.5rem}.exams-header.desktop-only .actions-section .create-buttons .outlined{background:#f0f2fd}@media(max-width:480px){.exams-header.desktop-only .actions-section .create-buttons{width:auto;order:1;justify-content:flex-end}}.exams-header.desktop-only .actions-section .create-buttons .ai-button-content{display:inline-flex;align-items:center;gap:.375rem;color:#6052cc;font-size:.875rem;line-height:1;white-space:nowrap}@media(max-width:480px){.exams-header.desktop-only .actions-section .create-buttons .ai-button-content .ai-text{display:none}}.exams-header.desktop-only .actions-section .create-buttons .ai-button-content .sparkle-icon{display:block;margin-top:-1px;color:#6052cc}.exams-header.desktop-only .actions-section .create-buttons .menu-wrapper{position:relative;z-index:10;display:inline-flex;align-items:center;margin-left:.5rem}.exams-header.desktop-only .actions-section .create-buttons .menu-trigger{background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;margin:-4px;height:36px;width:36px}.exams-header.desktop-only .actions-section .create-buttons .menu-trigger:hover{background:#f0f2fd}.exams-header.desktop-only .actions-section :global(.custom-button.outlined){background-color:#e5e7eb;border-color:#e5e7eb;border-radius:9999px;padding:.5rem 1.25rem;height:36px;display:inline-flex;align-items:center;line-height:1;white-space:nowrap}@media(max-width:480px){.exams-header.desktop-only .actions-section :global(.custom-button.outlined){padding:.5rem 1rem}}.exams-header.desktop-only .actions-section :global(.custom-button.outlined):hover{background-color:#f5f6f8}.exams-header.desktop-only .actions-section :global(.custom-button.outlined.import-button){background-color:#fff;border:1px solid #1e1e1e;border-radius:999px;color:#1e1e1e;font-weight:500;padding:.5rem 1.25rem;height:36px;box-shadow:2px 2px 0 0 #1e1e1e;transition:all .2s ease;white-space:nowrap}@media(max-width:480px){.exams-header.desktop-only .actions-section :global(.custom-button.outlined.import-button){padding:.5rem 1rem}}.exams-header.desktop-only .actions-section :global(.custom-button.outlined.import-button):hover{background-color:#1e1e1e;color:#fff;box-shadow:none;transform:translate(2px,2px)}.exams-header.desktop-only .actions-section :global(.custom-button.outlined.import-button):active{background-color:#141414}.exams-header.mobile-only{display:none;width:100%;flex-direction:column!important;padding:.1rem 0}@media(max-width:767px){.exams-header.mobile-only{display:flex!important}}.exams-header.mobile-only .mobile-header-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem}.exams-header.mobile-only .mobile-header-top .header-title{font-size:1.5rem;font-weight:600;margin:0;color:#1b1a3a}.exams-header.mobile-only .mobile-header-top .menu-wrapper{position:relative;z-index:10}.exams-header.mobile-only .mobile-header-top .menu-wrapper .menu-trigger{background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;height:36px;width:36px}.exams-header.mobile-only .mobile-header-top .menu-wrapper .menu-trigger:hover{background:#f0f2fd}.exams-header.mobile-only .mobile-buttons{display:flex;flex-direction:column;width:100%;gap:.75rem;margin-bottom:.75rem}.exams-header.mobile-only .mobile-buttons .mobile-create-button{width:100%;justify-content:center}.exams-header.mobile-only .mobile-search-section{display:flex;flex-direction:column;width:100%;gap:.5rem;margin-bottom:.5rem}.exams-header.mobile-only .mobile-search-section .mobile-search-container{display:flex;align-items:center;width:100%;justify-content:space-between}.exams-header.mobile-only .mobile-search-section .mobile-search-container>div:first-child{flex:1;margin-right:8px}.exams-header.mobile-only .mobile-search-section .mobile-search-container>div:last-child{flex-shrink:0}.exams-header.mobile-only .mobile-search-section .mobile-view-toggle-container{display:flex;align-items:center;justify-content:flex-start;margin-top:.5rem}.menu-dropdown{background:#fff;border-radius:8px;box-shadow:-4px 4px 4px 0 rgba(0,0,0,.15);border-top:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-width:180px;z-index:1000;padding:14px 4px}.menu-dropdown .menu-item{display:flex;align-items:center;width:100%;padding:8px 12px;gap:12px;border:none;background:none;cursor:pointer;color:#1b1a3a;font-size:1rem;text-align:left;font-weight:400;border-radius:4px;line-height:1.3rem}.menu-dropdown .menu-item svg{color:#535260}.menu-dropdown .menu-item:hover{background:#f5f6f8}.menu-dropdown .menu-item.active{background:#f0f2fd;color:#6052cc}.menu-dropdown .menu-item.active svg{color:#6052cc}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:100;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s ease-out}.mobile-menu-bottom-sheet{background:#fff;width:100%;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden;animation:slideUp .3s ease-out;max-height:90vh}.mobile-menu-bottom-sheet .mobile-menu-header{padding:12px 0;display:flex;justify-content:center}.mobile-menu-bottom-sheet .mobile-menu-header .mobile-menu-handle{width:36px;height:4px;background-color:#e5e7eb;border-radius:2px}.mobile-menu-bottom-sheet .mobile-menu-content{max-height:calc(90vh - 48px);overflow-y:auto}.mobile-menu-item{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;padding:16px 20px!important;font-size:16px!important;border-bottom:1px solid #f0f0f0!important;background:transparent!important;color:#000!important;text-align:left!important;box-shadow:none!important;border-radius:0!important;border:none;cursor:pointer}.mobile-menu-item svg{min-width:20px}.mobile-menu-item span{font-weight:500}.mobile-menu-item:last-child{border-bottom:none!important}.mobile-menu-item:hover{background-color:transparent!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:300px){.custom-button{font-size:.8rem!important}}.exams-card{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:1rem;gap:24px;width:100%;font-size:20px;padding:0 16px}@media(max-width:1024px){.exams-card{grid-template-columns:1fr 1fr;gap:16px;font-size:18px}}@media(max-width:768px){.exams-card{grid-template-columns:1fr;gap:12px;font-size:16px}}.resource-not-found{display:flex;justify-content:center;min-height:100vh;background-color:#f9fafb;padding:0 1rem}.resource-not-found__wrapper{position:relative;width:100%;max-width:28rem}.resource-not-found__content{position:relative;padding:1.5rem;background-color:transparent;border-radius:1rem;border:2px dashed #e5e7eb}.resource-not-found__icon-wrapper{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:#f3f4f6;border-radius:.5rem;margin-bottom:1rem}.resource-not-found__icon{width:18.58px;height:18.59px;color:#b5b6c4;flex-shrink:0}.resource-not-found__text-content{display:flex;flex-direction:column;gap:.5rem}.resource-not-found__title{font-size:1rem;font-weight:500;color:#3a3946;margin:0}.resource-not-found__description{font-size:1rem;color:#3a3946;margin:0;line-height:1.5}.study-set-card{background:#fff;border-radius:.625rem;width:100%;border:1px solid #e5e7eb;border-left:5px solid #059666;position:relative;overflow:hidden;transition:all .2s ease;margin-top:0!important}@media screen and (max-width:768px){.study-set-card{margin-top:0!important;margin-bottom:8px!important}}@media screen and (max-width:480px){.study-set-card{margin-top:0!important;margin-bottom:8px!important}}.study-set-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.05)}.study-set-card.selected{border-color:#6052cc;border-left:5px solid #059666}.study-set-card.selected .selected-indicator{color:#fff;background-color:#6052cc;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;animation:checkmark-appear .2s ease-out forwards}.study-set-card .card-content{padding:16px}@media screen and (max-width:480px){.study-set-card .card-content{padding:12px}}.study-set-card .card-header{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start;margin-bottom:8px}.study-set-card .card-header .title{font-size:1rem;font-weight:600;margin:0;padding-right:1rem;flex:1;color:#1b1a3a;line-height:20.8px}.study-set-card .card-main .description{color:#3a3946;font-size:.875rem;font-weight:400;line-height:20.8px;margin:0 0 12px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;white-space:normal}.study-set-card .menu-wrapper{position:relative;flex-shrink:0!important;margin-left:auto!important}.study-set-card .menu-trigger{background:transparent;border:none;padding:2px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#3a3946;transition:all .2s ease;position:relative;z-index:1}.study-set-card .menu-trigger:hover{background:#f0f2fd}.study-set-card .meta-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}.study-set-card .meta-section .subject{font-size:.875rem;color:#6052cc;font-weight:400;text-decoration:none;background:#f0f2fd;padding:4px 8px;border-radius:10px}.study-set-card .meta-section .subject:hover{color:#6052cc}.study-set-card .meta-section .stats{display:flex;align-items:center;width:55%;justify-content:space-between;gap:24px}@media screen and (max-width:480px){.study-set-card .meta-section .stats{width:60%;gap:12px}}.study-set-card .meta-section .stats .files-count,.study-set-card .meta-section .stats .flashcards-count{color:#3a3946;font-size:.875rem;font-weight:400;white-space:nowrap}.study-set-card .author-section{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.study-set-card .author-section .love-counter{display:flex;align-items:center;gap:4px;color:#3a3946}.study-set-card .author-section .love-counter svg{color:#3a3946}.study-set-card .author-section .love-counter span{font-size:.875rem;font-weight:400}.study-set-card .author-section .author-info{display:flex;align-items:center;gap:8px}.study-set-card .author-section .author-info .avatar-container{width:24px;height:24px;border-radius:50%;overflow:hidden}.study-set-card .author-section .author-info .avatar-container .avatar{width:100%;height:100%;object-fit:cover}.study-set-card .author-section .author-info .author-name,.study-set-card .author-section .status-info .privacy{font-size:.875rem;font-weight:400;color:#3a3946;line-height:18.2px}@keyframes checkmark-appear{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.exam-card{background:#fff;padding:20px;display:flex;justify-content:space-between;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:16px;border:1px solid #e5e7eb;border-left:4px solid #c17d0d;border-radius:10px;position:relative;overflow:visible}.exam-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.05)}.exam-card:last-child{margin-bottom:0}.exam-card__content{flex:1}.exam-card__title{font-size:18px;font-weight:600;color:#1b1a3a;margin:0 0 10px}.exam-card__details{display:flex;align-items:center;gap:8px;color:#1b1a3a;font-size:15px;margin-bottom:12px}.exam-card__count,.exam-card__date{color:#1b1a3a}.exam-card__divider{color:#e5e7eb}.exam-card__bottom{display:flex;justify-content:space-between;align-items:center}.exam-card__tags{display:flex;gap:8px;flex-wrap:wrap}.exam-card__tag{background:#eeeef0;color:#636271;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:400}.exam-card__members{display:flex;align-items:center;gap:4px;color:#1b1a3a}.exam-card__members svg{color:#1b1a3a;stroke-width:1.5}.exam-card__members span{font-size:1rem;color:#1b1a3a}.exam-card .menu-trigger,.exam-card .menu-wrapper{position:relative;z-index:2}.exam-card .menu-trigger{background:transparent;border:none;padding:4px;cursor:pointer;color:#636271;display:flex;align-items:center;justify-content:center;border-radius:4px;margin:-4px}.exam-card .menu-trigger:hover{background:#f0f2fd}@media only screen and (max-width:767px){.exam-card{padding:16px}.exam-card__title{font-size:16px}.exam-card__details{font-size:14px;flex-wrap:wrap}}.action-menu-container{z-index:9999!important;position:fixed!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}@media(max-width:768px){.action-menu-container{width:auto!important;max-width:80vw!important}}.no-results{justify-content:center;margin-top:20px}.no-results,.no-results__container{display:flex;align-items:center;width:100%}.no-results__container{flex-direction:column;gap:8px;padding:32px;border:2px dashed #e5e7eb;border-radius:12px;background:#fff;max-width:400px}.no-results__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:8px;margin-bottom:16px}.no-results__icon svg{color:#6b7280}.no-results__content{text-align:center}.no-results__content h3{font-size:16px;font-weight:500;color:#1b1a3a;margin:0 0 4px}.no-results__content p{font-size:14px;color:#535260;margin:0;line-height:1.4}.discover{border-radius:16px;padding:0 0 24px}@media(max-width:900px){.discover{padding:0}}@media(max-width:600px){.discover{padding:0}}.discover .discover-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:16px}.discover .discover-header .discover-title{font-size:1.25rem;font-weight:500;line-height:26px;padding-top:.5rem;color:#1b1a3a;margin:0}@media(max-width:600px){.discover .discover-header .discover-title{padding-top:0!important}}@media(max-width:900px){.discover .discover-header .discover-title{padding-top:0!important}}.tab-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9e9e9;margin-bottom:14px}@media(max-width:900px){.tab-bar{margin-bottom:12px}}@media(max-width:600px){.tab-bar{margin-bottom:10px}}.tab-bar .tab-buttons{display:flex;gap:20px}@media(max-width:900px){.tab-bar .tab-buttons{gap:16px}}@media(max-width:600px){.tab-bar .tab-buttons{gap:12px}}.tab-bar .see-all{color:#6052cc;text-decoration:none;font-size:1rem;display:flex;align-items:center;padding:4px 8px;font-weight:400;border-radius:4px;margin-right:0}@media(max-width:600px){.tab-bar .see-all{padding:3px 6px;font-size:.875rem}}.tab-bar .see-all:hover{text-decoration:none;background:#f0f2fd}.tab-bar .see-all svg{stroke-width:2px}@media(max-width:600px){.tab-bar .see-all svg{width:14px;height:14px}}.tab-button{padding:8px 16px;background:none;border:none;cursor:pointer;font-size:14px;color:#8c8ba0;position:relative}@media(max-width:900px){.tab-button{padding:6px 12px}}@media(max-width:600px){.tab-button{padding:6px 8px}}.tab-button.active{color:#6052cc;font-weight:500}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#6052cc}.tab-button:hover{color:#6052cc}.tab-content .tab-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:14px}@media(max-width:900px){.tab-content .tab-header{margin-bottom:12px}}@media(max-width:600px){.tab-content .tab-header{margin-bottom:10px}}.tab-content .tab-header h3{font-size:14px;font-weight:500;line-height:18px;color:#3a3946}@media(max-width:600px){.tab-content .tab-header h3{line-height:16px}}.tab-content .tab-header .see-all{color:#6052cc;text-decoration:none;font-size:1rem;display:flex;align-items:center;padding:4px 8px;font-weight:400;border-radius:4px}@media(max-width:600px){.tab-content .tab-header .see-all{padding:3px 6px}}.tab-content .tab-header .see-all:hover{text-decoration:none;background:#f0f2fd}.tab-content .tab-header .see-all svg{stroke-width:2px}@media(max-width:600px){.tab-content .tab-header .see-all svg{width:14px;height:14px}}.card-grid{display:grid;column-gap:24px;row-gap:24px;grid-template-columns:1fr 1fr!important;width:100%}@media(max-width:900px){.card-grid{column-gap:16px}}@media(max-width:600px){.card-grid{grid-template-columns:1fr!important;row-gap:16px}.community-studyset-card .card-title,.quiz-set-item-card .card-title{font-size:14px;line-height:1.2}.community-studyset-card .card-description,.community-studyset-card .card-subject,.community-studyset-card .card-tags,.quiz-set-item-card .card-description,.quiz-set-item-card .card-subject,.quiz-set-item-card .card-tags{font-size:12px}.community-studyset-card .card-footer .avatar,.quiz-set-item-card .card-footer .avatar{width:24px;height:24px}.community-studyset-card .card-footer .card-stats,.community-studyset-card .card-footer .creator-name,.quiz-set-item-card .card-footer .card-stats,.quiz-set-item-card .card-footer .creator-name{font-size:12px}.community-studyset-card .card-footer .card-stats svg,.quiz-set-item-card .card-footer .card-stats svg{width:14px;height:14px}}.error-message{padding:20px;background-color:#fff3f3;border:1px solid #ffcdd2;border-radius:4px;color:#d32f2f;text-align:center;margin-top:20px}.tasks-loading{padding:40px;text-align:center}.discover .tab-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;min-height:300px}@media(max-width:900px){.discover .tab-content .empty-state{padding:48px 20px;min-height:250px}}@media(max-width:600px){.discover .tab-content .empty-state{padding:40px 16px;min-height:200px}}.discover .tab-content .empty-state .empty-state-icon{margin-bottom:24px;color:#b5b6c4;opacity:.6}@media(max-width:900px){.discover .tab-content .empty-state .empty-state-icon{margin-bottom:20px}}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-icon{margin-bottom:16px}}.discover .tab-content .empty-state .empty-state-icon svg{width:48px;height:48px}@media(max-width:900px){.discover .tab-content .empty-state .empty-state-icon svg{width:40px;height:40px}}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-icon svg{width:36px;height:36px}}.discover .tab-content .empty-state .empty-state-title{font-size:1.25rem;font-weight:600;color:#1b1a3a;margin:0 0 8px;line-height:1.4}@media(max-width:900px){.discover .tab-content .empty-state .empty-state-title{font-size:1.125rem}}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-title{font-size:1rem;margin-bottom:6px}}.discover .tab-content .empty-state .empty-state-description{font-size:.875rem;color:#8c8ba0;margin:0 0 32px;line-height:1.5}@media(max-width:900px){.discover .tab-content .empty-state .empty-state-description{margin-bottom:28px;max-width:350px}}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-description{font-size:.8125rem;margin-bottom:24px;max-width:280px}}.discover .tab-content .empty-state .empty-state-action{display:inline-flex;align-items:center;gap:8px;background-color:#6052cc;color:#fff;text-decoration:none;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s ease}@media(max-width:900px){.discover .tab-content .empty-state .empty-state-action{padding:10px 20px}}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-action{padding:10px 18px;font-size:.8125rem;gap:6px}}.discover .tab-content .empty-state .empty-state-action:hover{background-color:#4738bd;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px rgba(96,82,204,.3)}.discover .tab-content .empty-state .empty-state-action:active{transform:translateY(0)}.discover .tab-content .empty-state .empty-state-action svg{width:16px;height:16px}@media(max-width:600px){.discover .tab-content .empty-state .empty-state-action svg{width:14px;height:14px}}.top-tutor-section{padding-top:10px}.top-tutor-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.top-tutor-section .section-header .section-title{font-size:1.25rem;font-weight:500;line-height:26px;color:#1b1a3a;margin:0;padding-bottom:.3rem}.top-tutor-section .section-header .see-all-btn{display:flex;align-items:center;background:none;border:none;color:#6052cc;font-size:1rem;cursor:pointer;padding:4px 8px;border-radius:4px;font-weight:400}.top-tutor-section .section-header .see-all-btn:hover{background:#f0f2fd}.top-tutor-section .tutors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;width:100%}.top-tutor-section .tutor-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.top-tutor-section .tutor-card .tutor-header{display:flex;justify-content:space-between;margin-bottom:16px}.top-tutor-section .tutor-card .tutor-header .tutor-profile{display:flex;align-items:center;gap:12px}.top-tutor-section .tutor-card .tutor-header .tutor-profile .avatar-wrapper{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0}.top-tutor-section .tutor-card .tutor-header .tutor-profile .avatar-wrapper .avatar{width:30px;height:30px;object-fit:cover}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating{display:flex;flex-direction:column}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .tutor-name{font-size:1.125rem;font-weight:500;color:#1b1a3a;margin:0;line-height:23.4px}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .tutor-name-section{display:flex;column-gap:1rem;justify-items:center;align-items:center}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .rating{display:flex;align-items:center;gap:4px;padding:3px 5px;background-color:#fdfae9;border-radius:20px}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .rating .star-icon{color:#c17d0d}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .rating .rating-num{font-weight:400;font-size:.75rem;color:#c17d0d;line-height:15.6px}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .top-tutor-subject-section{display:flex;align-items:center;justify-items:center;column-gap:1rem}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .top-tutor-subject-section .top-tutor-subject-name{padding:5px;font-size:.75rem;font-weight:400;line-height:15.6px;color:#6052cc;background-color:#f0f2fd;border-radius:20px}.top-tutor-section .tutor-card .tutor-header .tutor-profile .name-rating .top-tutor-subject-section .top-tutor-subject-cost{color:#1b1a3a;font-size:.75rem;font-weight:400}.top-tutor-section .tutor-card .tutor-description{font-size:1rem;line-height:1.6;margin:0 0 16px;color:#535260;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2}.top-tutor-section .tutor-card .tutor-stats{display:flex;justify-content:space-between}.top-tutor-section .tutor-card .tutor-stats .stat-item{display:flex;align-items:center;gap:8px;color:red}.top-tutor-section .tutor-card .tutor-stats .stat-item .stat-icon{color:#3a3946}.top-tutor-section .tutor-card .tutor-stats .stat-item .stat-text{font-weight:400;font-size:.875;color:#535260;line-height:18.2px;color:#3a3946}.top-tutor-section .tutor-card .card-actions{display:flex;justify-content:flex-end}.top-tutor-section .tutor-card .card-actions .primary{padding:.2rem 1rem;font-size:12px;height:30px}.daily-tasks-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.daily-tasks-section .section-header .missed-title,.daily-tasks-section .section-header .section-title{font-size:1.25rem;font-weight:500;line-height:26px;color:#1b1a3a;margin:0}.daily-tasks-section .tasks-container{background:#fff;border:2px dashed #e5e7eb;border-radius:12px;padding:20px;width:100%;box-sizing:border-box}.daily-tasks-section .tasks-container .empty-state{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:0;border:none;max-width:100%}@media(max-width:768px){.daily-tasks-section .tasks-container .empty-state{width:80%}}@media(max-width:576px){.daily-tasks-section .tasks-container .empty-state{width:100%}}.daily-tasks-section .tasks-container .empty-state .icon-wrapper{margin-bottom:16px}.daily-tasks-section .tasks-container .empty-state .icon-wrapper .tasks-icon{width:55px;height:55px;object-fit:contain}.daily-tasks-section .tasks-container .empty-state .empty-title{font-size:1.125rem;font-weight:500;color:#1b1a3a;margin:0 0 8px}.daily-tasks-section .tasks-container .empty-state .empty-description{font-size:1rem;color:#1b1a3a;margin:0 0 24px;font-weight:400;line-height:20px}.daily-tasks-section .tasks-container .empty-state .create-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}.create-task-link{display:flex;align-items:center;font-weight:500;padding:.3rem 0;gap:4px;color:#6052cc;font-size:1rem;text-decoration:none;cursor:pointer}.create-task-link:hover{opacity:.8}.create-task-link .arrow-icon{margin-left:4px}.quiz-settings-modal{position:fixed!important;right:0!important;left:auto!important;margin:0!important;top:0!important;bottom:0!important;height:100vh!important;max-width:450px!important;width:100%!important}.quiz-settings-modal .ant-modal-content{height:100vh;border-radius:0;display:flex;flex-direction:column}.quiz-settings-modal .ant-modal-content .ant-modal-header{border-bottom:1px solid #e5e7eb;padding:16px 24px}.quiz-settings-modal .ant-modal-content .ant-modal-header .ant-modal-title{font-size:16px;font-weight:500}.quiz-settings-modal .ant-modal-content .ant-modal-body{padding:24px;overflow-y:auto;flex:1}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content{display:flex;flex-direction:column;gap:16px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .banner-image{width:100%}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .banner-image img{width:100%;height:180px;border-radius:10px;object-fit:cover;display:block}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-name{width:100%}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-name input{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:8px;padding:0 16px;font-size:14px;outline:none}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-name input::placeholder{color:#535260}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-name input:focus{border-color:#6052cc}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-description{width:100%}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-description .description-box{width:100%;min-height:80px;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;font-size:14px;color:#535260;outline:none}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-description .description-box:focus{border-color:#6052cc}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .quiz-description .description-box:empty:before{content:attr(placeholder);color:#535260}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select{width:100%!important}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select .ant-select-selector{height:44px!important;border-radius:8px!important;border:1px solid #e5e7eb!important;padding:0 16px!important}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select .ant-select-selector .ant-select-selection-search-input{height:42px!important}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select .ant-select-selector .ant-select-selection-item,.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select .ant-select-selector .ant-select-selection-placeholder{line-height:42px!important;color:#535260}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select.tags-select .ant-select-selector{height:auto!important;min-height:44px!important;padding:4px 12px!important}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .ant-select.tags-select .ant-select-selector .ant-select-selection-item{height:28px;line-height:26px!important;background:#f0f2fd;border-radius:14px;border:none;color:#6052cc;padding:0 10px;margin:2px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section{width:100%}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section{padding:16px 0;border-bottom:1px solid #e5e7eb}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section:last-child{border-bottom:none}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .toggle-info{flex:1;padding-right:16px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .toggle-info .toggle-label{font-size:14px;font-weight:500;color:#1b1a3a;margin:0}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .toggle-info .toggle-description{font-size:12px;color:#535260;margin:4px 0 0}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .ant-switch{min-width:44px;height:24px;background:#e5e7eb}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .ant-switch-checked{background:#6052cc}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-header .ant-switch .ant-switch-handle{width:20px;height:20px;top:2px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-content{margin-top:12px}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-content input{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:8px;padding:0 16px;font-size:14px;outline:none}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-content input::placeholder{color:#535260}.quiz-settings-modal .ant-modal-content .ant-modal-body .quiz-settings-content .toggles-section .toggle-section .toggle-content input:focus{border-color:#6052cc}.quiz-settings-modal .ant-modal-content .ant-modal-footer{border-top:1px solid #e5e7eb;padding:16px 24px;margin-top:auto;flex-shrink:0;display:flex;justify-content:space-between}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn{height:40px;padding:0 24px;border-radius:20px;font-size:14px}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn-default{border:1px solid #e5e7eb}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn-default:hover{border-color:#6052cc;color:#6052cc}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn-primary{background:#6052cc;border:none}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn-primary:hover{background:#4e3ec6}.quiz-settings-modal .ant-modal-content .ant-modal-footer .ant-btn:first-child{margin-right:12px}.quiz-settings-modal{animation:slideIn .3s ease-out}.ant-modal-mask{background-color:rgba(0,0,0,.2)!important}.author-cell{display:flex;align-items:center;gap:8px}.author-cell .avatar-container{width:24px;height:24px;position:relative;border-radius:50%;overflow:hidden}.author-cell .avatar-container .avatar{object-fit:cover}.author-cell .question{color:red}.action-menu .menu-item.is-delete,.action-menu .menu-item:has(.menu-item-label:contains("Delete")){color:#ff3b30}.action-menu .menu-item.is-delete svg,.action-menu .menu-item:has(.menu-item-label:contains("Delete")) svg{color:#ff3b30}.action-menu .menu-item.is-delete:hover,.action-menu .menu-item:has(.menu-item-label:contains("Delete")):hover{background-color:rgba(255,59,48,.05)}@media(max-width:600px){.quizzes-section .mobile-results-count{padding-left:8px;padding-right:8px}}.mobile-results-count{display:none;padding:0 8px;margin-bottom:12px;display:flex;align-items:center;gap:8px}.mobile-results-count,.mobile-results-count .count-label{font-size:16px;font-weight:600;color:#1b1a3a}.mobile-results-count .count-badge{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:600;color:#1f2937}@media(max-width:600px){.mobile-results-count{display:flex}}.studyCard{display:grid;margin-top:1rem;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;font-size:20px;padding:0 16px;padding-left:0!important}@media screen and (max-width:1280px){.studyCard{grid-template-columns:repeat(2,1fr);gap:18px}}@media screen and (max-width:1024px){.studyCard{grid-template-columns:repeat(2,1fr);gap:14px;font-size:18px}}@media screen and (max-width:768px){.studyCard{grid-template-columns:repeat(1,1fr);gap:14px;padding:0 12px}}@media screen and (max-width:480px){.studyCard{grid-template-columns:1fr;gap:12px;font-size:16px;padding:0 8px;margin-top:.2rem}}.author-cell .avatar-container{flex-shrink:0}.author-cell .avatar-container .avatar{width:100%;height:100%;display:block}.author-cell .author-name{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quizCard{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;width:100%;font-size:20px;padding-top:.5rem}@media(max-width:900px){.quizCard{grid-template-columns:1fr 1fr;gap:16px;font-size:18px}}@media(max-width:600px){.quizCard{grid-template-columns:1fr;gap:12px;font-size:16px}}.solo-game-mode-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.6);backdrop-filter:blur(1px);z-index:1000}.solo-game-mode-modal{position:fixed;top:0;right:0;bottom:0;height:100vh;width:460px;z-index:1001;animation:slideIn .3s ease-out;background:#fff}@media(max-width:460px){.solo-game-mode-modal{width:100%}}.solo-game-mode-modal .modal-content{height:100%;display:flex;flex-direction:column;overflow-y:auto}.modal-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.125rem;font-weight:500;color:#1b1a3a;margin:0}.modal-header .close-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgba(27,26,58,.7)}.modal-header .close-button:hover{color:#1b1a3a}.modal-body{flex:1;padding:0;display:flex;flex-direction:column}.modal-body .solo-qr-card{display:flex;flex-direction:column;align-items:center;padding:24px;background-color:transparent}.modal-body .solo-qr-card .qr-wrapper{background:#fff;padding:16px;border-radius:8px;margin-bottom:20px}.modal-body .solo-qr-card .qr-wrapper .qr-code{display:block}.modal-body .solo-qr-card .code-display{display:flex;align-items:center;width:100%;background:#6052cc;border-radius:4px;margin-bottom:16px}.modal-body .solo-qr-card .code-display .code-number{flex:1;font-size:24px;font-weight:600;color:#fff;padding:12px 16px;text-align:left}.modal-body .solo-qr-card .code-display .copy-button-container{padding:8px 16px}.modal-body .solo-qr-card .code-display .copy-button-container .copy-button{color:#fff;background-color:rgba(0,0,0,.15);border:none;font-weight:500;font-size:14px;padding:4px 10px;border-radius:4px;cursor:pointer}.modal-body .solo-qr-card .code-display .copy-button-container .copy-button:hover{background-color:rgba(0,0,0,.25)}.modal-body .solo-qr-card .info-text{color:#3a3946;font-size:14px;line-height:1.5;font-weight:400;margin:0 0 16px;text-align:center;padding:0 12px}.modal-body .solo-qr-card .share-button-wrapper{width:100%;display:flex;justify-content:flex-end}.modal-body .solo-qr-card .share-button-wrapper .share-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:4px;background-color:#f0f0f0;border:1px solid #e0e0e0;box-shadow:none;cursor:pointer!important}.modal-body .solo-qr-card .share-button-wrapper .share-button svg{margin-right:4px}.modal-body .embed-section{padding:24px;border-top:1px solid #e5e7eb;background-color:#f8f9fa}.modal-body .embed-section .embed-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.modal-body .embed-section .embed-header h3{font-size:16px;font-weight:600;color:#1b1a3a;margin:0}.modal-body .embed-section .embed-header svg{color:#6052cc}.modal-body .embed-section .embed-description{font-size:14px;color:#6b7280;margin:0 0 16px;line-height:1.4}.modal-body .embed-section .embed-code-container{display:flex;flex-direction:column;gap:12px}.modal-body .embed-section .embed-code-container .embed-code-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-family:Courier New,monospace;font-size:12px;background-color:#fff;color:#374151;resize:vertical;min-height:80px;line-height:1.4}.modal-body .embed-section .embed-code-container .embed-code-textarea:focus{outline:none;border-color:#6052cc;box-shadow:0 0 0 2px rgba(124,58,237,.1)}.modal-body .embed-section .embed-code-container .copy-embed-button{align-self:flex-end;padding:8px 16px;background-color:#6052cc;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.modal-body .embed-section .embed-code-container .copy-embed-button:hover{background-color:#4436b5}.modal-body .embed-section .embed-code-container .copy-embed-button:active{background-color:#3d30a2}.modal-footer{padding:16px 24px;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:0;z-index:10;box-shadow:0 -2px 10px rgba(0,0,0,.05);width:100%}@media only screen and (max-width:767px){.modal-footer{padding:16px}}.modal-footer .start-game-button{width:100%;padding:12px;font-size:16px;font-weight:500;border-radius:4px}.flash-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;width:100%;font-size:20px}@media(max-width:1024px){.flash-cards{grid-template-columns:1fr 1fr;gap:16px;font-size:18px}}@media(max-width:768px){.flash-cards{grid-template-columns:1fr;gap:18px;font-size:16px}}.game-mode-modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.game-mode-modal__content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:100%;max-width:480px;padding:24px;position:relative;animation:gameModalFadeIn .3s ease}.game-mode-modal__content--selection{max-width:550px}.game-mode-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.game-mode-modal__header h2{font-size:1.5rem;font-weight:600;margin:0;color:#333}.game-mode-modal__close-button{background:none;border:none;cursor:pointer;color:#666;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.game-mode-modal__close-button:hover{background-color:#f5f5f5;color:#333}.game-mode-modal__body{margin-bottom:24px}.game-mode-modal__description{margin-bottom:24px;color:#666;text-align:center}.game-mode-modal__options{display:flex;justify-content:space-around;gap:20px;margin-top:20px}.game-mode-modal__option{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px;flex:1;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .2s ease}.game-mode-modal__option:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.1);border-color:#007bff}.game-mode-modal__option h3{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#333}.game-mode-modal__option p{font-size:.9rem;color:#666;text-align:center;margin:0}.game-mode-modal__icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.game-mode-modal__icon--solo{background-color:#e6f7ff;color:#07c}.game-mode-modal__icon--multiplayer{background-color:#fff0e6;color:#ff6b00}.game-mode-modal__footer{display:flex;justify-content:center}.game-mode-modal__cancel-button{min-width:120px}.game-mode-modal__join-section{margin-bottom:20px}.game-mode-modal__join-section h3{font-size:1rem;font-weight:600;margin:0 0 10px;color:#333}.game-mode-modal__join-display{display:flex;align-items:center;background-color:#f5f5f5;border-radius:6px;overflow:hidden}.game-mode-modal__join-code{flex:1;padding:12px 16px;font-size:1.5rem;font-weight:600;letter-spacing:.1em}.game-mode-modal__copy-button{background:none;border:none;padding:12px 16px;cursor:pointer;color:#666}.game-mode-modal__copy-button:hover{color:#007bff}.game-mode-modal__join-link-container{flex:1;padding:0 16px}.game-mode-modal__join-link-input{width:100%;background:none;border:none;padding:12px 0;font-size:.9rem;color:#666}.game-mode-modal__share-options{margin-bottom:20px}.game-mode-modal__share-buttons{display:flex;gap:10px}.game-mode-modal__share-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:none;cursor:pointer;transition:background-color .2s ease;background-color:#f5f5f5}.game-mode-modal__share-button:hover{background-color:#e0e0e0}.game-mode-modal__share-icon{width:20px;height:20px}.game-mode-modal__download-button{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#f5f5f5;border:none;border-radius:6px;padding:10px 16px;font-size:.9rem;color:#333;cursor:pointer;transition:background-color .2s ease}.game-mode-modal__download-button:hover{background-color:#e0e0e0}@media(max-width:900px)and (min-width:601px){.game-mode-modal__content{max-width:90%;padding:20px}.game-mode-modal__join-code{font-size:1.3rem}}@media(max-width:600px){.game-mode-modal__content{width:95%;max-width:none;padding:16px;margin:0 10px}.game-mode-modal__header{margin-bottom:16px}.game-mode-modal__header h2{font-size:1.3rem}.game-mode-modal__options{flex-direction:column;gap:12px}.game-mode-modal__option{padding:16px}.game-mode-modal__join-code{font-size:1.2rem;padding:10px}.game-mode-modal__share-buttons{flex-wrap:wrap;justify-content:center}.game-mode-modal__footer{flex-direction:column;align-items:center}.game-mode-modal__download-button{width:100%;margin-top:10px}}@keyframes gameModalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.select-game-type-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end}.select-game-type-modal .modal-content{width:450px;height:100vh;background:#fff;display:flex;flex-direction:column;animation:slideIn .3s ease-out;position:relative;overflow:hidden}@media(max-width:640px){.select-game-type-modal .modal-content{width:100%}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.select-game-type-modal .modal-header{padding:20px 26px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;position:sticky;top:0;z-index:5;border-bottom:1px solid rgba(223,224,230,.5)}.select-game-type-modal .modal-header h2{font-size:1.25rem;font-weight:600;color:#1b1a3a;margin:0}.select-game-type-modal .modal-header .close-button{background:none;border:none;padding:8px;cursor:pointer;color:#6b7280;display:flex;align-items:center;justify-content:center;border-radius:8px}.select-game-type-modal .modal-header .close-button:hover{background:#f2f4f7}.select-game-type-modal .game-types-list{display:flex;flex-direction:column;gap:12px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1;z-index:1;padding:18px 18px 80px}.select-game-type-modal .game-type-option{display:flex;align-items:center;gap:10px;padding:16px;border:2px solid #dfe0e6;border-radius:20px;background:#fff;cursor:pointer;width:100%;text-align:left;transition:all .2s ease;position:relative;z-index:2;transform:translateZ(0);-webkit-transform:translateZ(0)}.select-game-type-modal .game-type-option:hover{background:#f9fafb;border-color:#d1d5db}.select-game-type-modal .game-type-option .icon-wrapper{width:73px;height:75px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#f0f2fd;border:2px solid #cfd5f6}.select-game-type-modal .game-type-option .icon-wrapper .game-type-icon{color:#6366f1;font-size:31px}.select-game-type-modal .game-type-option .content{flex:1}.select-game-type-modal .game-type-option .content h3{font-size:18px;font-weight:600;color:#1b1a3a;line-height:23px;margin:0 0 4px}.select-game-type-modal .game-type-option .content p{font-size:14px;color:#3a3946;font-weight:400;margin:0;line-height:18px}.select-game-type-modal .game-type-option .arrow{color:#3a3946;font-size:1.8rem;margin-left:auto;padding-left:8px}@supports(-webkit-touch-callout:none){.select-game-type-modal .modal-content{height:100%;overflow-y:auto}.select-game-type-modal .modal-header{position:-webkit-sticky;position:sticky;top:0;background-color:#fff}.select-game-type-modal .game-types-list{margin-top:0;transform:translateZ(0)}}