.StudySet_container__Gq8mA{display:flex;flex-direction:column;width:100%;max-width:100%;margin:0;padding:2rem;gap:2rem;background-color:var(--window-bg);min-height:100vh;box-sizing:border-box}.StudySet_loading__m3NDt{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.2rem;color:var(--text-color)}.StudySet_errorContainer__6Xvro{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;background:var(--card-bg);border-radius:var(--radius-sm,10px);margin:2rem auto;max-width:500px;border:1px solid var(--border-color);box-shadow:var(--card-shadow)}.StudySet_errorIcon__wvBI5{color:var(--text-secondary);margin-bottom:1.5rem}.StudySet_errorTitle__lBSM5{font-size:1.5rem;color:var(--text-color);margin-bottom:1rem;font-weight:600}.StudySet_errorMessage___xEdY{color:var(--text-secondary);line-height:1.6;margin:0;font-size:1rem}.StudySet_headerSection__M7WWS{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 2.5rem;background:var(--card-bg);border-radius:var(--radius-lg,24px);box-shadow:var(--card-shadow);border:1px solid var(--card-border)}.StudySet_title__fW_c7{font-size:2.75rem;margin:0;font-weight:700;color:var(--text-color);line-height:1.2;letter-spacing:-.03em;text-align:left;position:relative;padding-bottom:1.5rem}.StudySet_title__fW_c7:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:var(--color-primary);border-radius:var(--radius-sm,10px)}.StudySet_description__7V9jv{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin:0;text-align:left;max-width:800px;padding-left:2px}.StudySet_cardsContainer__pp4xD{width:100%;max-width:1200px;margin:0 auto}.StudySet_inlinePlayerContainer__aqtmH{width:100%;max-width:800px;margin:0 auto 4rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.StudySet_flashcardInteractive__8HqB1{width:100%;aspect-ratio:21/9;min-height:220px;max-height:36vh;perspective:1200px;cursor:pointer}.StudySet_flashcardInner__ThdGL{position:relative;width:100%;height:100%;text-align:center;transition:transform .5s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d}.StudySet_flashcardFlipped__mH96W .StudySet_flashcardInner__ThdGL{transform:rotateX(180deg)}.StudySet_flashcardBack__hAp5m,.StudySet_flashcardFront__pZcvE{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg,24px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:var(--card-shadow);gap:1.5rem}.StudySet_flashcardBack__hAp5m{transform:rotateX(180deg);background:var(--section-bg)}.StudySet_flashcardText__28mC3{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;color:var(--text-color);margin:0;word-break:break-word;line-height:1.2}.StudySet_flashcardDefinition___XbQI{font-size:clamp(1.35rem,3.5vw,2.2rem);font-weight:500;color:var(--text-secondary);margin:0;word-break:break-word;line-height:1.4}.StudySet_playerImage__1_x1L{max-height:40%;max-width:100%;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-sm,10px)}.StudySet_clickToFlip__ns0TZ{position:absolute;bottom:1.5rem;font-size:.85rem;color:var(--text-color-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.StudySet_multipleAnswersContainer__1eaj8{width:100%;min-height:340px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg,24px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:var(--card-shadow);gap:1.5rem}.StudySet_multipleAnswersHeader__k3QyO{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;margin-bottom:.5rem}.StudySet_multipleAnswersList__gRrXt{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:500px}.StudySet_multipleAnswerBtn__aO0Wx{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-color);padding:1rem 1.5rem;border-radius:var(--radius-sm,12px);font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;width:100%}.StudySet_multipleAnswerBtn__aO0Wx:hover:not(:disabled){background:var(--hover-bg);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.StudySet_multipleAnswerBtn__aO0Wx:active:not(:disabled){transform:translateY(0)}.StudySet_correctAnswer__Gn1Y9{background:rgba(16,185,129,.15)!important;border-color:#10b981!important;color:#047857!important}.StudySet_incorrectAnswer__slxB5{background:rgba(239,68,68,.15)!important;border-color:#ef4444!important;color:#b91c1c!important}.StudySet_dimmedAnswer___PE3A{opacity:.5}.StudySet_playerControls__P9556{display:flex;align-items:center;gap:1.5rem;background:var(--card-bg);padding:.75rem 1.5rem;border-radius:100px;box-shadow:var(--card-shadow);border:1px solid var(--card-border)}.StudySet_controlButton__6B3dH{background:var(--section-bg);border:1px solid var(--border-color);color:var(--text-color);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;transition:all .2s}.StudySet_controlButton__6B3dH:hover{background:var(--hover-bg);transform:scale(1.05)}.StudySet_progressText__6Ieru{font-weight:700;color:var(--text-color);font-size:1rem;min-width:70px;text-align:center}.StudySet_conversionBanner__iVjdK{width:100%;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.08),rgba(var(--color-primary-rgb),.02));border:1px dashed rgba(var(--color-primary-rgb),.3);border-radius:var(--radius-md,20px);padding:1.75rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:1rem}.StudySet_conversionText__evx3M h3{margin:0 0 .5rem;font-size:1.2rem;font-weight:700;color:var(--text-color)}.StudySet_conversionText__evx3M p{margin:0;font-size:1rem;color:var(--text-secondary);line-height:1.5}.StudySet_primaryActionBtn__oyBai{background:var(--color-primary);color:white;border:none;padding:1.15rem 2rem;border-radius:var(--radius-sm,14px);font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(var(--color-primary-rgb),.3);white-space:nowrap;display:flex;align-items:center;gap:.75rem}.StudySet_primaryActionBtn__oyBai:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--color-primary-rgb),.4);background:var(--color-primary-dark)}.StudySet_primaryActionBtn__oyBai:active{transform:translateY(0)}.StudySet_listHeader__KDeC9{font-size:1.5rem;font-weight:700;color:var(--text-color);margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.StudySet_cardsListGrid__saXDd{display:flex;flex-direction:column;gap:1.25rem;width:100%}.StudySet_cardListItem__ZFYsO{display:flex;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-md,16px);padding:1.75rem 2rem;gap:2rem;box-shadow:var(--card-shadow);align-items:center;transition:transform .2s ease}.StudySet_cardListItem__ZFYsO:hover{transform:translateY(-2px);border-color:rgba(var(--color-primary-rgb),.3)}.StudySet_cardListTerm__Kv_tN{flex:1 1;font-size:1.25rem;font-weight:700;color:var(--text-color);display:flex;flex-direction:column;gap:.75rem}.StudySet_cardListDivider__S3K9h{width:1px;min-height:40px;align-self:stretch;background:var(--border-color)}.StudySet_cardListDef__P5jPW{flex:2 1;font-size:1.15rem;font-weight:500;color:var(--text-secondary);display:flex;flex-direction:column;gap:.75rem;line-height:1.5}.StudySet_cardListImg__WmpiN{max-width:120px;max-height:120px;-o-object-fit:contain;object-fit:contain;border-radius:var(--radius-sm,10px)}body.dark-theme .StudySet_cardListItem__ZFYsO,body.dark-theme .StudySet_flashcardBack__hAp5m,body.dark-theme .StudySet_flashcardFront__pZcvE,body.dark-theme .StudySet_headerSection__M7WWS{background:var(--feature-card-bg)}body.dark-theme .StudySet_flashcardBack__hAp5m{background:var(--section-bg)}body.dark-theme .StudySet_multipleAnswersContainer__1eaj8{background:var(--feature-card-bg)}body.dark-theme .StudySet_correctAnswer__Gn1Y9{background:rgba(16,185,129,.2)!important;color:#34d399!important}body.dark-theme .StudySet_incorrectAnswer__slxB5{background:rgba(239,68,68,.2)!important;color:#f87171!important}body.dark-theme .StudySet_conversionBanner__iVjdK{background:rgba(var(--color-primary-rgb),.1);border-color:rgba(var(--color-primary-rgb),.25)}@media (max-width:768px){.StudySet_container__Gq8mA{padding:1rem}.StudySet_headerSection__M7WWS{padding:1.75rem}.StudySet_title__fW_c7{font-size:2rem;padding-bottom:1.25rem}.StudySet_flashcardInteractive__8HqB1{aspect-ratio:4/3;min-height:280px}.StudySet_multipleAnswersContainer__1eaj8{min-height:280px;padding:1.5rem}.StudySet_conversionBanner__iVjdK{flex-direction:column;text-align:center;padding:1.5rem;gap:1.5rem}.StudySet_primaryActionBtn__oyBai{width:100%;justify-content:center;padding:1rem}.StudySet_cardListItem__ZFYsO{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1rem}.StudySet_cardListDivider__S3K9h{display:none}.StudySet_cardListTerm__Kv_tN{font-size:1.2rem;width:100%}.StudySet_cardListDef__P5jPW{font-size:1.1rem;width:100%;padding-top:1rem;border-top:1px dashed var(--border-color)}}@media (max-width:480px){.StudySet_title__fW_c7{font-size:1.75rem}.StudySet_flashcardInteractive__8HqB1{aspect-ratio:1;min-height:250px}.StudySet_multipleAnswersContainer__1eaj8{min-height:250px}.StudySet_multipleAnswerBtn__aO0Wx{padding:.8rem 1rem;font-size:1rem}.StudySet_flashcardText__28mC3{font-size:1.5rem}.StudySet_flashcardDefinition___XbQI{font-size:1.25rem}}.SetPageSkeleton_shimmer__dvfOe{background:linear-gradient(90deg,var(--text-area-bg) 0,var(--hover-bg) 50%,var(--text-area-bg) 100%);background-size:200% 100%;animation:SetPageSkeleton_skeletonShimmer__Ln76A 1.4s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes SetPageSkeleton_skeletonShimmer__Ln76A{0%{background-position:200% 0}to{background-position:-200% 0}}.SetPageSkeleton_skTitle__Qv5Pg{width:55%;height:2.75rem;margin-bottom:1.5rem}.SetPageSkeleton_skDescription__vx9oz{width:80%;height:1.6rem}.SetPageSkeleton_skPlayer__Y241_{border-radius:var(--radius-lg,24px)}.SetPageSkeleton_skControlBtn__qAc4C{width:44px;height:44px;border-radius:50%}.SetPageSkeleton_skProgress__qxWuz{width:70px;height:1rem}.SetPageSkeleton_skBannerBlock__wVDX3{flex:1 1}.SetPageSkeleton_skBannerTitle__Yuo5F{width:220px;max-width:100%;height:1.2rem;margin-bottom:.75rem}.SetPageSkeleton_skBannerText__aEjml{width:320px;max-width:100%;height:1rem}.SetPageSkeleton_skActionBtn__PJBb1{width:150px;height:3.4rem;border-radius:var(--radius-sm,14px);flex-shrink:0}.SetPageSkeleton_skListHeader__XvkaQ{width:240px;height:1.5rem;margin-bottom:1.5rem}.SetPageSkeleton_skLine__DrE4o{height:1.1rem}.SetPageSkeleton_srOnly__uQLqg{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:768px){.SetPageSkeleton_skTitle__Qv5Pg{height:2rem}}
/*# sourceMappingURL=4b4a11d607e1ab22.css.map*/