@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil:opsz,wght@10..72,100..900&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Lalezar&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--vb-color-brand-primary: #352d24;--vb-color-brand-primary-light: #2a1e17;--vb-color-brand-primary-dark: #1e150f;--vb-color-bg-primary: #fffcf7;--vb-color-bg-secondary: #fdfaf5;--vb-color-bg-tertiary: #fff;--vb-color-bg-card: #f2f2f2;--vb-color-bg-input: #fff4f4;--vb-color-text-primary: #352d24;--vb-color-text-secondary: #2a1e17;--vb-color-text-tertiary: #757575;--vb-color-text-disabled: #999;--vb-color-text-inverse: #fff3df;--vb-color-accent-yellow: #ffeab6;--vb-color-accent-orange: #d5962c;--vb-color-accent-gold: #f7d99d;--vb-color-success-primary: #3bc042;--vb-color-success-bg: #e0ffe1;--vb-color-error-primary: #c03b3b;--vb-color-error-secondary: #a30000;--vb-color-error-bg: #ffe5e5;--vb-color-warning-primary: #f59e0b;--vb-color-warning-bg: #fef3c7;--vb-color-info-primary: #352d24;--vb-color-info-bg: #fff3df;--vb-color-border-light: #eee;--vb-color-border-medium: #e2e2e2;--vb-color-border-dark: #ccc;--vb-spacing-xs: .25rem;--vb-spacing-sm: .5rem;--vb-spacing-md: 1rem;--vb-spacing-lg: 1.5rem;--vb-spacing-xl: 2rem;--vb-spacing-2xl: 3rem;--vb-spacing-3xl: 4rem;--vb-font-primary: "Inria Sans", sans-serif;--vb-font-display: "Lalezar", sans-serif;--vb-font-body: "Jost", sans-serif;--vb-font-ui: "Inter", sans-serif;--vb-font-size-xs: .75rem;--vb-font-size-sm: .875rem;--vb-font-size-base: 1rem;--vb-font-size-lg: 1.125rem;--vb-font-size-xl: 1.25rem;--vb-font-size-2xl: 1.5rem;--vb-font-weight-normal: 400;--vb-font-weight-medium: 500;--vb-font-weight-semibold: 600;--vb-font-weight-bold: 700;--vb-line-height-tight: 1.25;--vb-line-height-base: 1.5;--vb-line-height-relaxed: 1.75;--vb-border-radius-sm: .125rem;--vb-border-radius-base: .25rem;--vb-border-radius-md: .375rem;--vb-border-radius-lg: .5rem;--vb-border-radius-xl: 1rem;--vb-border-radius-full: 50%;--vb-elevation-sm: 0 1px 2px rgba(0, 0, 0, .1);--vb-elevation-base: 0 2px 4px rgba(0, 0, 0, .1);--vb-elevation-md: 0 4px 6px rgba(0, 0, 0, .1);--vb-elevation-lg: 0 10px 15px rgba(0, 0, 0, .1);--vb-elevation-xl: 0 20px 25px rgba(0, 0, 0, .15);--vb-elevation-toast: 0 4px 12px rgba(0, 0, 0, .15);--vb-transition-fast: .15s ease-in-out;--vb-transition-base: .2s ease-in-out;--vb-transition-slow: .3s ease-in-out;--vb-z-index-dropdown: 10;--vb-z-index-header: 100;--vb-z-index-overlay: 1000;--vb-z-index-modal: 10000;--vb-z-index-toast: 11000;--vb-btn-padding: var(--vb-spacing-sm) var(--vb-spacing-lg);--vb-btn-border-radius: var(--vb-border-radius-base);--vb-btn-transition: var(--vb-transition-base);--vb-card-padding: var(--vb-spacing-lg);--vb-card-border-radius: var(--vb-border-radius-lg);--vb-card-elevation: var(--vb-elevation-base);--vb-input-padding: var(--vb-spacing-sm) var(--vb-spacing-md);--vb-input-border-radius: var(--vb-border-radius-base);--vb-input-transition: var(--vb-transition-base)}[data-theme=dark]{--vb-color-bg-primary: #1a1a1a;--vb-color-bg-secondary: #2d2d2d;--vb-color-bg-tertiary: #383838;--vb-color-text-primary: #ffffff;--vb-color-text-secondary: #e0e0e0;--vb-color-text-tertiary: #b0b0b0}[data-theme=high-contrast]{--vb-color-text-primary: #000000;--vb-color-bg-primary: #ffffff;--vb-color-border-light: #000000;--vb-color-border-medium: #000000;--vb-elevation-base: 0 0 0 2px #000000}.vb-bg-primary{background-color:var(--vb-color-bg-primary)}.vb-bg-secondary{background-color:var(--vb-color-bg-secondary)}.vb-text-primary{color:var(--vb-color-text-primary)}.vb-text-secondary{color:var(--vb-color-text-secondary)}.vb-text-muted{color:var(--vb-color-text-tertiary)}.vb-p-sm{padding:var(--vb-spacing-sm)}.vb-p-md{padding:var(--vb-spacing-md)}.vb-p-lg{padding:var(--vb-spacing-lg)}.vb-m-sm{margin:var(--vb-spacing-sm)}.vb-m-md{margin:var(--vb-spacing-md)}.vb-m-lg{margin:var(--vb-spacing-lg)}.vb-rounded-sm{border-radius:var(--vb-border-radius-sm)}.vb-rounded{border-radius:var(--vb-border-radius-base)}.vb-rounded-lg{border-radius:var(--vb-border-radius-lg)}.vb-elevation-sm{box-shadow:var(--vb-elevation-sm)}.vb-elevation-md{box-shadow:var(--vb-elevation-md)}.vb-elevation-lg{box-shadow:var(--vb-elevation-lg)}.error-boundary{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.error-boundary-container{background:#fff;border-radius:12px;padding:40px;max-width:500px;text-align:center;box-shadow:0 10px 30px #0003}.error-boundary-container h2{color:#333;margin-bottom:16px;font-size:24px;font-weight:600}.error-boundary-container p{color:#666;margin-bottom:24px;line-height:1.5}.error-boundary-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.error-boundary-button:hover{background:#5a6fd8;transform:translateY(-1px)}.error-boundary-button:active{transform:translateY(0)}.error-details{margin-top:24px;text-align:left;background:#f8f9fa;border-radius:6px;padding:16px}.error-details summary{cursor:pointer;font-weight:500;margin-bottom:8px;color:#666}.error-details pre{background:#fff;border:1px solid #ddd;border-radius:4px;padding:12px;margin:8px 0;overflow-x:auto;font-size:12px;color:#333}.input-error{text-align:left;color:red;font-size:.9rem;font-family:Inria Sans,sans-serif;font-weight:700;margin-top:4px}.input{color:#352d24;font-family:Lalezar,sans-serif;font-size:17px}.input__container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.input__eye-toggle{position:absolute;right:1.0416666667vw;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5555555556vw;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:#6b7280}.input__eye-toggle:hover{background-color:#6b72801a;color:#4b5563}.input__eye-toggle:focus{outline:2px solid #3492ea;outline-offset:2px}.input__eye-toggle img{width:20px;height:20px;opacity:.7}.input__eye-toggle:hover img{opacity:1}.input__submit{background-color:#3492ea;border:none;border-radius:.9027777778vw;width:50%;padding:1.0416666667vh;font-family:Lalezar,sans-serif;font-size:1.3888888889vw;color:#fff;transition:all .3s ease}.input__submit:hover:not(:disabled){background-color:#2980d6;cursor:pointer}.input__submit:disabled{background-color:#9ca3af;color:#d1d5db;cursor:not-allowed;opacity:.7}.input__text,.input__password,.input__email{align-items:flex-start;background-color:#d6d6d6;border:none;border-radius:.4861111111vw;width:100%;padding:1.5972222222vh}.input__password{padding-right:3.4722222222vw}.footer{margin-top:auto;background-color:#241f1f;grid-template-columns:repeat(2,50%)}.footer-left{grid-column:1/2}.footer-left .logo{margin:2em 4em;width:100px}.footer-left .support-button-list{margin-left:4em;display:flex;gap:20px;font-family:Jost,sans-serif;font-size:16px}.footer-left .support-button-list .about,.footer-left .support-button-list .carees,.footer-left .support-button-list .pres,.footer-left .support-button-list .custom-care,.footer-left .support-button-list .service{color:#fff;text-decoration:none}.header{margin:20px 0;background-color:#fffcf7;display:grid;grid-template-columns:10% 70% 20%;font-family:Inria Sans,sans-serif;font-size:1.3em;width:100%;align-items:center;justify-content:center}.header__site-title{grid-column:1/2;display:flex;font-size:1.5rem;color:inherit;text-decoration:none}.header__site-title .header-logo{margin-left:20px;height:50px}.header__search-bar{grid-column:2/3;display:flex;justify-content:center}.header__user{grid-column:3/4;display:flex;gap:20%;align-items:center}.header__user .homepage__topbar{display:flex;justify-content:flex-end;align-items:center}.header__non-user .login-signup{grid-column:3/4;display:flex;align-items:center;justify-self:center;gap:1em}.header__non-user .login-signup .signup{background-color:#352d24;text-decoration:none;color:#fff;padding:10px 30px;border-radius:50px;box-shadow:0 4px 10px #0000004d}.header__non-user .login-signup .signup:focus{outline:2px solid #ffffff;outline-offset:4px;box-shadow:0 0 0 4px #ffffff4d}.header__non-user .login-signup .signin{text-decoration:none;color:#000;padding:4px 20px;border-radius:50px;outline:none}.header__non-user .login-signup .signin:focus{outline:2px solid black;outline-offset:4px}.navbar{width:inherit;display:grid;align-items:center;grid-template-columns:repeat(3,1fr);justify-content:space-between;padding:1rem;margin:0;font-family:Inria Sans,sans-serif;color:#000}.navbar__search{display:flex;justify-content:center;border:none;background-color:#000;border-radius:12px;width:40vw;padding:.3472222222vw 0px;margin:0}.navbar__search:has(.navbar__search-input:focus){border:2px solid #52c2f2}.navbar__search-input{background-color:#000;border:none;outline:none;width:90%;align-items:center;padding:0;margin:0;padding-left:.3472222222vw}.navbar__contact{align-items:center;grid-column:1/2;justify-self:center}.navbar__support{align-items:center;grid-column:2/3;justify-self:center}.navbar__pricing{align-items:center;grid-column:3/4;justify-self:center}.navbar__item{color:#000;text-decoration:none;font-size:1.3em}.searchbar-container{display:flex;align-items:center;background-color:#f1f1f1;padding:10px 20px;border-radius:9999px;font-family:Inria Sans,sans-serif;width:100%;min-width:10rem;max-width:80%;min-height:3rem;gap:20px}.searchbar-input{border:none;background:transparent;outline:none;font-size:16px;color:#989898;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown__container{position:relative;display:inline-block;font-family:Arial,sans-serif}.dropdown__trigger{background-color:#4a5568;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;overflow:hidden}.dropdown__trigger .avatar-img{width:100%;height:100%;object-fit:cover}.dropdown__trigger .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.dropdown__trigger:focus{outline:none}.dropdown__content{position:absolute;right:0;background-color:#f5f5f5;min-width:200px;box-shadow:0 8px 16px #0000004d;border-radius:8px;padding:10px;animation:fadeIn .2s ease-out;margin-top:10px;z-index:1000;display:flex;flex-direction:column;gap:20px;font-family:Inria Sans,sans-serif}.dropdown__item{display:grid;grid-template-columns:60% 40%;align-items:center;text-decoration:none;color:#2a1e17;background:none;border:none;box-shadow:none;text-align:start;font:inherit}.dropdown__item .drop-down-menu-pattern1{grid-column-start:2/3;justify-self:end}.pofile__header{display:flex;align-items:center;padding:12px 16px}.pofile__avatar__large{width:50px;height:50px;border-radius:50%;background-color:#4a5568;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-right:12px}.pofile__info strong{display:block;font-size:1em;color:#fff}.pofile__info span{font-size:.85em;color:#a0a0a0}.separator{border:none;border-top:1px solid #393c61;margin:8px 0}.report{font-family:Inria Sans,serif}.report-modal-content{position:relative;text-align:center;animation:modalAppear .3s ease-out;pointer-events:all;-webkit-user-select:auto;user-select:auto}.report-modal-content *{pointer-events:auto}.report-title{font-family:Lalezar,serif;font-size:28px;font-weight:400;color:#2d1d0b;margin-bottom:10px}.report-instruction{font-size:16px;color:#2d1d0b;margin-bottom:20px}.report-textarea{width:100%;min-height:12rem;background-color:#fdf0cc;border:1px solid #b4a790;border-radius:20px;padding:20px;font-size:16px;font-family:Inria Sans,serif;resize:none;color:#2d1d0b;outline:none;transition:border-color .2s ease}.report-textarea::placeholder{color:#b4a790}.report-textarea:focus{border-color:#8b7766;box-shadow:0 0 0 2px #8b776633}.close-button{position:absolute;top:20px;right:25px;font-size:24px;background:none;border:none;cursor:pointer;color:#2d1d0b;transition:all .2s ease}.close-button:hover{color:#d32f2f;transform:scale(1.1)}.submit-button{font-family:Inria Sans,serif;font-size:1rem;font-weight:700;width:40%;margin-top:3rem;background-color:#2d1d0b;color:#fff6e5;padding:.7rem 1.4rem;border:none;border-radius:1rem;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:#1a120a;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.submit-button:active{transform:translateY(0)}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ReactModal__Overlay{opacity:0;transition:opacity .3s ease-in-out;pointer-events:all!important}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Content{transform:scale(.9) translateY(-20px);transition:all .3s ease-in-out}.ReactModal__Content--after-open{transform:scale(1) translateY(0)}.ReactModal__Content--before-close{transform:scale(.9) translateY(-20px)}.report-modal-portal .ReactModal__Overlay{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:all!important}.report-modal-portal .ReactModal__Overlay *{pointer-events:none!important}.report-modal-portal .ReactModal__Overlay .report-modal-content,.report-modal-portal .ReactModal__Overlay .report-modal-content *{pointer-events:auto!important;-webkit-user-select:auto!important;user-select:auto!important}@keyframes shake{0%,to{transform:translate(0) scale(1)}10%,30%,50%,70%,90%{transform:translate(-10px) scale(1.02)}20%,40%,60%,80%{transform:translate(10px) scale(1.02)}}.shake-animation{animation:shake .6s ease-in-out;box-shadow:0 8px 32px #dc262633!important}.report-trigger-button{background:none;border:none;padding:0;cursor:pointer;z-index:1000}.report-trigger-button img{width:1.2rem;height:1.2rem}.sidebar{position:fixed;z-index:1000;top:0%;height:100%;width:250px;background:#241f1f;color:#fff;padding:1.5rem;transition:width .3s ease;display:flex;flex-direction:column;font-family:Inria Sans,sans-serif}.sidebar.collapsed{width:10px;padding:4px}.sidebar.collapsed .sidebar__logo,.sidebar.collapsed .sidebar__nav,.sidebar.collapsed .sidebar__section,.sidebar.collapsed .sidebar__title,.sidebar.collapsed .sidebar__divider,.sidebar.collapsed .sidebar__link{visibility:hidden}.sidebar.open{width:250px;padding:1.5rem}.sidebar.open .sidebar__logo,.sidebar.open .sidebar__nav,.sidebar.open .sidebar__section,.sidebar.open .sidebar__title,.sidebar.open .sidebar__divider,.sidebar.open .sidebar__link{visibility:visible}.sidebar .sidebar__logo{margin-bottom:2rem}.sidebar .sidebar__logo img{width:100px}.sidebar .sidebar__section2{margin-top:8rem}.sidebar .sidebar__toggle{position:absolute;top:10%;right:-15px;transform:translateY(-50%);background-color:#fcb3cb;border:4px solid #241f1f;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.sidebar .sidebar__toggle img{width:16px;height:16px}.sidebar .sidebar__link{display:flex;align-items:center;gap:1rem;padding:.75rem;text-decoration:none;color:#fff;border-radius:.5rem;transition:background .2s ease;margin-top:2rem}.sidebar .sidebar__link:hover{background:#686262}.sidebar .sidebar__link img{width:20px;height:20px}.sidebar .sidebar__link .sidebar__label{white-space:nowrap}.learner-submenu{display:flex;justify-content:center;gap:10rem;border-bottom:.2rem solid #dcdcdc;padding:0rem}.submenu-tab{font-family:Lalezar,sans-serif;font-weight:lighter;font-size:1.5rem;color:#2b1e17;text-decoration:none;padding:.5rem 4rem;border-radius:8px;transition:background-color .3s}.submenu-tab.active,.submenu-tab:hover{background-color:#f8eed3}.Toastify__toast-container{width:auto;max-width:80vh;min-width:300px;z-index:11000!important}.Toastify__toast{font-family:Inria Sans,sans-serif!important;font-weight:700!important;font-size:1rem!important;border-radius:.2rem!important;padding:1rem 1.5rem!important;margin-bottom:.5rem!important;box-shadow:0 4px 12px #00000026!important}.Toastify__toast--success{background-color:#3bc042!important;color:#e0ffe1!important}.Toastify__toast--success .Toastify__progress-bar{background-color:#e0ffe1!important}.Toastify__toast--success .Toastify__close-button{color:#e0ffe1!important;opacity:.8}.Toastify__toast--success .Toastify__close-button:hover{opacity:1}.Toastify__toast--error{background-color:#c03b3b!important;color:#ffe2e2!important}.Toastify__toast--error .Toastify__progress-bar{background-color:#ffe2e2!important}.Toastify__toast--error .Toastify__close-button{color:#ffe2e2!important;opacity:.8}.Toastify__toast--error .Toastify__close-button:hover{opacity:1}.Toastify__toast--warning{background-color:#f59e0b!important;color:#fef3c7!important}.Toastify__toast--warning .Toastify__progress-bar{background-color:#fef3c7!important}.Toastify__toast--warning .Toastify__close-button{color:#fef3c7!important;opacity:.8}.Toastify__toast--warning .Toastify__close-button:hover{opacity:1}.Toastify__toast--info{background-color:#352d24!important;color:#fff3df!important}.Toastify__toast--info .Toastify__progress-bar{background-color:#fff3df!important}.Toastify__toast--info .Toastify__close-button{color:#fff3df!important;opacity:.8}.Toastify__toast--info .Toastify__close-button:hover{opacity:1}.Toastify__close-button{font-size:1.2rem!important;font-weight:700!important;width:24px!important;height:24px!important;padding:0!important;border-radius:50%!important;transition:opacity .2s ease!important}.Toastify__progress-bar{height:3px!important}.Toastify__toast-container--top-right{top:1rem!important;right:1rem!important}.Toastify__toast-enter{animation-duration:.35s!important}.Toastify__toast-exit{animation-duration:.4s!important}@media (max-width: 768px){.Toastify__toast-container{max-width:90vw;min-width:280px;padding:0 .5rem}.Toastify__toast{margin-bottom:.25rem!important;padding:.75rem 1rem!important;font-size:.9rem!important}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake-animation{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}.close-button:hover{color:#333!important;transform:scale(1.1)}.report-textarea:focus{border-color:#3498db!important;box-shadow:0 0 0 2px #3498db33}.btn-confirm:focus,.btn-cancel:focus,.submit-button:focus{outline:2px solid #3498db;outline-offset:2px}.batch-summary{min-height:100vh;background:linear-gradient(180deg,#fffcf7,#f2ecda 200%);display:flex;align-items:center;justify-content:center;padding:5rem;color:#352d24}.batch-summary.loading .loading-content{background:#fff;padding:40px;border-radius:16px;text-align:center;box-shadow:0 .5rem .5rem #0000001a}.batch-summary.loading .loading-content .spinner{width:40px;height:40px;border:4px solid #f3f3f6;border-top:4px solid #352d24;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.batch-summary.loading .loading-content p{color:#666;font-size:16px;margin:0}.summary-container{background:#fff;border-radius:16px;padding:40px;max-width:900px;width:100%;box-shadow:0 1rem 2rem #0000001a;margin-bottom:5rem}.summary-container .summary-header{text-align:center;margin-bottom:40px}.summary-container .summary-header h2{font-size:3rem;margin-bottom:8px}.summary-container .summary-header .batch-info{color:#352d24;font-size:16px;margin:0}.summary-container .summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px}.summary-container .summary-stats .stat-card{background:#f7fafc;padding:24px;border-radius:12px;text-align:center;border:2px solid transparent;transition:all .3s ease}.summary-container .summary-stats .stat-card.primary{background:#fed1e0;color:#cc6386}.summary-container .summary-stats .stat-card.primary .stat-number,.summary-container .summary-stats .stat-card.primary .stat-label{color:#cc6386}.summary-container .summary-stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.summary-container .summary-stats .stat-card .stat-number{font-size:32px;font-weight:700;color:#352d24;margin-bottom:8px}.summary-container .summary-stats .stat-card .stat-label{font-size:14px;color:#718096;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-container .progress-bar-container{margin-bottom:40px}.summary-container .progress-bar-container .progress-label{font-size:14px;color:#352d24;margin-bottom:12px;text-align:center}.summary-container .progress-bar-container .progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.summary-container .progress-bar-container .progress-bar .progress-fill{height:100%;background:#ffd943;border-radius:4px;transition:width .3s ease}.summary-container .progress-bar-container .progress-percentage{text-align:center;font-size:1rem}.summary-container .words-review{margin-bottom:40px}.summary-container .words-review h3{color:#352d24;font-family:Lalezar,"sans-serif";font-weight:400;font-size:20px;margin-bottom:20px;text-align:center}.summary-container .words-review .words-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.summary-container .words-review .words-grid .word-item{font-family:Inria Sans,sans-serif;font-weight:700;background:#f7fafc;padding:16px;border-radius:8px;border-left:4px solid #cbd5e0;position:relative;transition:all .3s ease}.summary-container .words-review .words-grid .word-item.correct{border-left-color:#48bb78;background:#f0fff1}.summary-container .words-review .words-grid .word-item.correct .word-result{color:#48bb78}.summary-container .words-review .words-grid .word-item.incorrect{border-left-color:#f56565;background:snow}.summary-container .words-review .words-grid .word-item.incorrect .word-result{color:#f56565}.summary-container .words-review .words-grid .word-item .word-term{color:#2d3748;margin-bottom:8px;font-size:16px}.summary-container .words-review .words-grid .word-item .word-definition{color:#4a5568;font-size:14px;line-height:1.4}.summary-container .words-review .words-grid .word-item .word-result{position:absolute;top:16px;right:16px;font-size:18px;font-weight:700}.summary-container .summary-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.summary-container .summary-actions .btn{margin:1.5rem;padding:1rem 2rem;border:none;border-radius:2rem;font-size:1.1rem;font-family:Inria-sans,sans-serif;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:180px}.summary-container .summary-actions .btn.primary{background:#352d24;color:#fff8e8}.summary-container .summary-actions .btn.primary:hover{transform:translateY(-2px)}.summary-container .summary-actions .btn.secondary{background:#f2ede2;color:#352d24}.summary-container .summary-actions .btn.secondary:hover{transform:translateY(-2px)}.summary-container .summary-actions .btn:active{transform:translateY(0)}.class-header{padding-left:2rem;padding-top:1rem;padding-right:2rem;border-radius:20px;background-color:#fbf4e7;font-family:Inria Sans,sans-serif;box-shadow:0 1px 3px #0000000d;min-height:15rem}.dropdown-container{position:relative;display:flex;justify-self:end}.dropdown-toggle{border:none;background:none}.dropdown-menu{position:absolute;top:100%;right:0;background-color:#f5f5f5;min-width:120px;box-shadow:0 2px 8px #00000026;z-index:10;border-radius:4px;padding:8px 0}.dropdown-item{padding:8px 16px;text-align:left;width:100%;background:none;border:none;cursor:pointer}.dropdown-item:hover{background-color:#f2f2f2}.class-header h2{font-size:2rem;font-weight:700}.class-tags{display:flex;gap:10px;margin-top:20px;font-family:Inria Sans,sans-serif}.class-tags .tag{display:flex;align-items:center;gap:10px;background:#f8eed3;padding:4px 12px;border-radius:8px;font-size:12px}.sub-menu-tabs .tab-list{display:flex;justify-content:space-around;align-items:flex-end;border-bottom:2px solid #ddd;padding-bottom:4px;font-family:Lalezar,sans-serif;font-weight:400;margin-top:2em;min-height:60px}.sub-menu-tabs .tab-list .tab{display:flex;justify-content:center;align-items:center;min-width:20%;height:52px;background-color:#fffcf7;border-radius:6px 6px 0 0;padding:10px 18px;font-weight:400;font-size:1.5rem;color:#2a1e17;cursor:pointer;transition:background-color .2s;white-space:nowrap;box-sizing:border-box}.sub-menu-tabs .tab-list .tab.active{background-color:#fcf3d6}.sub-menu-tabs .tab-list .tab:hover{background-color:#f3f3f3}.vocab-card{background-color:#f9f3e4;padding:1.2rem;border-radius:20px;box-shadow:0 4px 10px #0000000f;display:flex;flex-direction:column;min-height:250px;max-width:300px;overflow:hidden;text-overflow:ellipsis}.vocab-card .vocab-title{font-family:Lalezar,sans-serif;font-size:1.5rem;font-weight:400;color:#2b2b2b;margin:0;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vocab-card .vocab-desc{font-family:Inria Sans,sans-serif;font-size:.9rem;color:#444;margin:0;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.vocab-card .vocab-completion-date{font-family:Inter,sans-serif;font-size:12px;color:#2932b1;font-weight:700;margin-top:.5rem;margin-bottom:.3rem}.vocab-card .vocab-result,.vocab-card .vocab-next-review{font-family:Inter,sans-serif;font-size:12px;color:#2932b1;font-weight:700}.vocab-card .vocab-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-family:Inria Sans,sans-serif}.vocab-card .vocab-footer .user-block{display:flex;align-items:center;min-width:150px;gap:5%}.vocab-card .vocab-footer .user-block .avatar{width:40px;height:40px;border:none;border-radius:50%;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;overflow:hidden}.vocab-card .vocab-footer .user-block .avatar .img{width:100%;height:100%;object-fit:cover}.vocab-card .vocab-footer .user-block .avatar .placeholder{background-color:#4a5568;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vocab-card .vocab-footer .user-block .user-info{display:flex;flex-direction:column}.vocab-card .vocab-footer .user-block .user-info .username{font-size:13px;font-weight:700;color:#222;margin-bottom:5px;margin-left:3px;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vocab-card .vocab-footer .user-block .user-info .role-tag{font-size:.7rem;font-weight:700;background-color:#d6e5ff;color:#1b4da3;padding:2px 6px;border-radius:7px;margin-top:2px;width:fit-content}.vocab-card .vocab-footer .review-btn{background-color:#2e2a25;color:#fff;font-size:.85rem;font-weight:700;padding:.5rem 1rem;border:none;border-radius:20px;cursor:pointer}.vocab-card .vocab-footer .review-btn:disabled{background-color:#515050;cursor:not-allowed;opacity:.6}.carousel-vocab-section{width:100%;margin-bottom:4.5rem}.carousel-vocab-section .section-header{margin-bottom:1.5rem}.carousel-vocab-section .section-header h2{font-family:Lalezar,sans-serif;font-size:2.5rem;color:#2d2d2d;margin:0 0 1rem;font-weight:400}.carousel-vocab-section .carousel-body{position:relative;display:flex;align-items:center}.carousel-vocab-section .nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border-radius:50%;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#2d2d2d;cursor:pointer;z-index:10;transition:background-color .2s}.carousel-vocab-section .nav-arrow:hover{background-color:#f5f5f5;border:1px solid #e0e0e0;box-shadow:0 2px 5px #0000001a;animation:scale-up .2s ease forwards}.carousel-vocab-section .nav-arrow img{width:32px;height:32px}.carousel-vocab-section .nav-arrow.prev{left:-40px}.carousel-vocab-section .nav-arrow.next{right:-40px}.review-tabs{display:flex;gap:1rem}.review-tabs .tab-button{font-family:Inria Sans,sans-serif;font-size:1rem;padding:.5rem 1rem;border:none;background-color:transparent;color:#555;cursor:pointer;border-radius:20px;transition:background-color .2s,color .2s}.review-tabs .tab-button.active,.review-tabs .tab-button:hover{background-color:#efefef;color:#2d2d2d}.carousel-viewport{width:100%;overflow:hidden}.carousel-slider{display:flex;transition:transform .5s ease-in-out}.carousel-item{flex-shrink:0;flex-grow:0;width:25%;padding:0 14px}.no-data-message,.loading-container{width:100%;text-align:center;padding:4rem 0;font-family:Inria Sans,sans-serif;color:#888;font-style:italic;font-size:1.1rem}.error-message{width:100%;text-align:center;padding:4rem 0;font-family:Inria Sans,sans-serif;color:#cc4343;font-style:italic;font-size:1.1rem}@keyframes scale-up{0%{transform:translateY(-50%) scale(1)}to{transform:translateY(-50%) scale(1.2)}}.learning-method-selector{padding:1.5rem}.learning-method-selector__title{font-size:1.5rem;font-family:Lalezar,sans-serif;color:#352d24;margin-bottom:1.5rem;text-align:center}.learning-method-selector__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.learning-method-selector__card{background:#f3eddf;border:2px solid transparent;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s ease;text-align:center;font-family:Inder,sans-serif}.learning-method-selector__card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#ffe1a1;background:#f8f2e5}.learning-method-selector__card:focus{outline:none;border-color:#ffe1a1;box-shadow:0 0 0 3px #ffe1a14d}.learning-method-selector__card:active{transform:translateY(0)}.learning-method-selector__icon{display:block;font-size:3rem;margin-bottom:1rem}.learning-method-selector__name{font-size:1.25rem;font-weight:600;color:#352d24;margin:0 0 .5rem;font-family:Inria Sans,sans-serif}.learning-method-selector__description{font-size:.95rem;color:#5a5246;margin:0;line-height:1.5}@media (max-width: 768px){.learning-method-selector{padding:1rem}.learning-method-selector__title{font-size:1.25rem;margin-bottom:1rem}.learning-method-selector__grid{grid-template-columns:1fr;gap:1rem}.learning-method-selector__card{padding:1.5rem}.learning-method-selector__icon{font-size:2.5rem}.learning-method-selector__name{font-size:1.1rem}.learning-method-selector__description{font-size:.9rem}}.grid-container{display:grid;grid-template-columns:1fr 1fr;height:100vh;overflow:hidden}.grid-container .right-grid{grid-column-start:2;grid-column-end:3}.grid-container .right-grid img{width:100%;height:100%;object-fit:cover;display:block}.login{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5}.login-logo{position:relative;left:18.0555555556vw;top:5.3472222222vh;width:10.4861111111vw;height:4.5138888889vh}.login-login-button{padding:0 20px;color:#352d24;font-family:Lalezar,sans-serif;font-size:2.0833333333vw}.login-login-button:active{background-color:#d6d6d6;border-radius:10px}.login-signup-button{padding:0 20px;text-decoration:none;color:#352d24;font-family:Lalezar,sans-serif;font-size:2.0833333333vw}.login-signup-button:active{background-color:#d6d6d6;border-radius:10px}.login-google{display:flex;justify-content:center;align-items:center;gap:5%;text-decoration:none;color:#352d24;font-family:Lalezar,sans-serif;border:2px solid #a0a0a0;border-radius:40px;padding:10px;margin:10px 0}.login-container{position:relative;left:4.5833333333vw;top:12.0833333333vh;width:38.6111111111vw;height:45vh;display:flex;flex-direction:column;gap:30px}.login-signup-container{display:flex;justify-content:center;gap:50%}.login-or{color:#352d24;font-family:Lalezar,sans-serif;font-size:30px}.login-form{display:flex;flex-direction:column;gap:20px}.login-forgot-password{display:flex;flex-direction:column;align-items:flex-end;text-decoration:none;color:#352d24;font-family:Lalezar,sans-serif;font-size:1.0416666667vw}.login-back-button-container{display:flex;justify-content:center;align-items:center;width:100%}.login-back-button-container .login-back-button{display:flex;justify-content:center;width:30%;text-decoration:none;color:#352d24;font-family:Inria Sans,sans-serif;background-color:#f3eddf;border:none;border-radius:17px;padding:8px}.signup{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5}.signup-logo{position:relative;left:18.0555555556vw;top:5.3472222222vh;width:10.4861111111vw;height:4.5138888889vh}.signup-signin-button{padding:0 20px;text-decoration:none;color:#352d24;font-family:Lalezar,sans-serif;font-size:2.0833333333vw}.signup-signin-button:active{background-color:#d6d6d6;border-radius:10px}.signup-signup-button{padding:0 20px;color:#352d24;font-family:Lalezar,sans-serif;font-size:2.0833333333vw}.signup-signup-button:active{background-color:#d6d6d6;border-radius:10px}.signup-google{display:flex;justify-content:center;align-items:center;gap:5%;text-decoration:none;color:#352d24;font-family:Lalezar,sans-serif;border:2px solid #a0a0a0;border-radius:40px;padding:10px;margin:10px 0}.signup-container{position:relative;left:4.5833333333vw;top:12.0833333333vh;width:38.6111111111vw;height:45vh;display:flex;flex-direction:column;gap:30px}.signup-signup-container{display:flex;justify-content:center;gap:50%}.signup-form{display:flex;flex-direction:column;gap:20px}.signup-or{color:#352d24;font-family:Lalezar,sans-serif;font-size:30px}.signup-back-button-container{display:flex;justify-content:center;align-items:center;width:100%}.signup-back-button-container .signup-back-button{display:flex;justify-content:center;width:30%;text-decoration:none;color:#352d24;font-family:Inria Sans,sans-serif;background-color:#f3eddf;border:none;border-radius:17px;padding:10px;margin-top:1rem}.successfully-container{max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#008106;font-family:Lalezar,sans-serif}.successfully-container .successfully{font-size:70px}.successfully-container .your-verification{font-size:23px}.successfully-container .go-to-home-page{height:3em;width:12em;background-color:#008106;font-family:Inria Sans,sans-serif;font-size:1.35em;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff6e3;border:none;padding:0;border-radius:50px;margin-top:40px}.teacher-verification{height:100vh}.teacher-verification__header{margin:0 0 40px;background-color:#352d24;padding:.01rem}.teacher-verification__form-wrapper{max-width:1000px;margin:0 auto;padding:20px 40px;background-color:#fff}.teacher-verification__title{font-family:Lalezar,sans-serif;font-size:28px;font-weight:400;margin:0 0 24px}.teacher-verification__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.teacher-verification__form-left,.teacher-verification__form-right{display:flex;flex-direction:column;gap:10px;font-family:Inria Sans,sans-serif}.teacher-verification__input{display:flex;gap:2px}.teacher-verification__upload-label{font-weight:600;font-size:25px}.teacher-verification__upload-description{font-size:15px;margin:0;color:#666}.teacher-verification__upload-box{position:relative;border:2px dashed #aaa;background:#f9f9f9;border-radius:8px;padding:40px 20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:.2s ease-in-out}.teacher-verification__upload-box:hover{background-color:#f0f0f0}.teacher-verification__upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.teacher-verification__preview{margin-top:16px;justify-items:center}.teacher-verification__preview img{max-width:50px;max-height:200px;border-radius:6px;box-shadow:0 0 6px #0000001a}.teacher-verification__upload-icon{font-size:32px}.teacher-verification__upload-title{font-weight:700;margin-top:8px}.teacher-verification__upload-subtext{font-size:13px;color:#999}.teacher-verification__upload-notes{font-size:11px;margin-top:1rem}.teacher-verification__upload-notes ul{padding-left:16px}.teacher-verification__upload-notes ul li{margin-bottom:4px}.teacher-verification__submit{margin-top:32px}.teacher-verification__success{padding:12px;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;margin-bottom:20px;font-family:Inria Sans,sans-serif}.teacher-verification__error{padding:12px;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;margin-bottom:20px;font-family:Inria Sans,sans-serif}.logo{margin:20px}.select-user-type-text{justify-self:center;font-family:Lalezar,sans-serif;font-size:80px;color:#352d24}.select-user-type-container{display:flex;justify-content:center;align-items:center;gap:20%}.select-user-type-container .select-learner-type{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Lalezar,sans-serif;font-size:30px;text-decoration:none;color:#352d24;border-radius:43px;padding:100px;box-shadow:0 4px 10px #0000004d}.select-user-type-container .select-learner-type h3{margin:0}.select-user-type-container .select-teacher-type{display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Lalezar,sans-serif;font-size:30px;text-decoration:none;color:#352d24;border-radius:43px;padding:100px;box-shadow:0 4px 10px #0000004d}.select-user-type-container .select-teacher-type h3{margin:0}.select-user-type-container .select-teacher-type .pattern{display:flex;gap:20%}.reset{background-image:url(/assets/ResetPassword-BpTZq7WO.svg);background-size:cover;background-position:center;min-height:100vh;display:flex;justify-content:center;align-items:center}.reset__form{background-color:#fffffff2;padding:3rem;border-radius:2rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;width:100%;max-width:550px;font-family:Lalezar,sans-serif}.reset__form h2{font-size:2rem;color:#3a2b1d;font-weight:lighter;margin-bottom:2.5rem;text-align:center}.reset__form .input label{text-align:left;margin-bottom:.5rem;margin-left:3rem;align-self:flex-start}.reset__form .input__container{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem}.reset__form .input input[type=password]{padding:12px 16px;font-size:1rem;width:80%;border-radius:8px;border:none;background-color:#f5f5f5;align-self:center}.reset__form .input input[type=submit]{padding:12px 24px;width:60%;background-color:#4182cd;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease;align-self:center}.reset__form .input input[type=submit]:hover{background-color:#1a5191}.reset__form .input input[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.reset__success{background-color:#d4edda;color:#155724;border:none;border-radius:8px;padding:12px 16px;margin-bottom:1.5rem;text-align:center;font-size:.9rem;width:80%;align-self:center}.reset__error{background-color:#f8d7da;color:#721c24;border:none;border-radius:8px;padding:12px 16px;margin-bottom:1.5rem;text-align:center;font-size:.9rem;width:80%;align-self:center}.homepage__wrapper{display:flex;flex-direction:column;min-height:100vh}.homepage__wrapper__body{display:flex;flex:1}.homepage__wrapper__main{margin:auto;flex:1}.homepage__main{padding:2rem}.homepage__content{max-width:90%;margin:0 auto}.search-results-section{width:100%}.search-results-section h2{font-family:Inria Sans,sans-serif;font-size:2rem;font-weight:600;color:#2d2d2d;margin-bottom:2rem}.search-results-section .search-status-message{width:100%;padding:3rem 1rem;text-align:center;font-size:1.1rem;font-family:Inria Sans,sans-serif;border-radius:10px;background-color:#f8f8f8}.search-results-section .search-status-message.loading{color:#555}.search-results-section .search-status-message.error{background-color:#fff0f0;color:#d8000c;font-weight:500}.search-results-section .search-status-message.empty{color:#666}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.review-lists-section{width:100%;margin-bottom:3rem}.review-lists-section .section-header{display:flex;flex-direction:column;margin-bottom:2rem}.review-lists-section .section-header h2{font-family:Lalezar,sans-serif;font-size:2.5rem;font-weight:400;color:#2d2d2d;margin:0}.review-lists-section .review-lists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.review-lists-section .loading-container,.review-lists-section .error-message,.review-lists-section .no-data-message{padding:3rem 1rem;text-align:center;font-size:1.1rem;font-family:Inria Sans,sans-serif;border-radius:10px;background-color:#f8f8f8}.review-lists-section .error-message{background-color:#fff0f0;color:#d8000c;font-weight:500}.review-lists-section .no-data-message{color:#666}.review-lists-section .review-pagination{margin-top:2rem}.top-pattern{max-height:40vh;display:grid;grid-template-columns:repeat(14,1fr);grid-template-rows:repeat(2,auto);margin-top:3em;gap:1rem}.top-pattern img{width:auto;object-fit:contain;display:block;margin:0 auto}.top-pattern .pattern1{grid-column:1/4;grid-row:2}.top-pattern .pattern2{grid-column:3/6;grid-row:1}.top-pattern .pattern3{grid-column:2/3;grid-row:1;margin-right:2em}.top-pattern .pattern4{grid-column:8/11;grid-row:1}.top-pattern .pattern5{grid-column:8/10;grid-row:2}.top-pattern .pattern6{grid-column:11/12;grid-row:2}.top-pattern .pattern7{grid-column:12/13;grid-row:1}.top-pattern .pattern8{grid-column:13/15;grid-row:2;margin-top:4em}.main-info{display:flex}.main-info .content{width:50vw;margin-left:50px}.main-info .content h1{font-family:Lalezar,sans-serif;font-size:140px;margin:0}.main-info .content h2{font-family:Inria Sans,sans-serif;font-size:40px;margin:0}.main-info .content p{font-family:Inria Sans,sans-serif;font-size:18px;margin:0}.main-info .content .get-started{margin-top:50px;height:3em;width:12em;background-color:#352d24;font-family:Inria Sans,sans-serif;font-size:1.35em;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff6e3;border:none;padding:0;border-radius:50px}.main-info .pattern-card-container{width:50vw;height:554px;padding-top:2em}.main-info .pattern-card-container .pattern-card{width:100%;height:100%;position:relative}.main-info .pattern-card-container .pattern-card .pattern-card1{position:absolute;right:30%;top:0%;width:60%}.main-info .pattern-card-container .pattern-card .pattern-card2{position:absolute;right:20%;top:10%;width:60%}.main-info .pattern-card-container .pattern-card .pattern-card3{position:absolute;right:10%;top:12%;width:60%}.slogan .group1{margin-top:3em;width:100%}.struggling{text-align:center;font-family:Inria Sans,sans-serif;color:#352d24;font-weight:700;font-size:40px;margin-top:3em}.---{text-align:center;font-family:Inria Sans,sans-serif;color:#352d24;font-weight:700;font-size:40px}.dont-worry{text-align:center;font-family:Inria Sans,sans-serif;color:#352d24;font-weight:700;font-size:30px}.slogans-grid{max-height:40vh;display:grid;grid-template-columns:40% 60%;grid-template-rows:repeat(2,auto);justify-content:center;gap:1rem;margin-top:2em}.slogans-grid .group2{grid-column:2/3;grid-row:1/2;justify-self:center}.slogans-grid .group3{grid-column:1/2;grid-row:1/2;justify-self:center}.slogans-grid .group4{grid-column:1/3;transform:none;justify-self:center}.there-is{text-align:center;margin-top:3em;font-family:Inria Sans,sans-serif;font-size:33px}.a-new-way-to-learn{display:flex;gap:10px;justify-content:center;font-family:Inria Sans,sans-serif;font-size:50px;font-weight:700}.a-new-way-to-learn .way{display:flex;justify-content:center;align-items:center;color:#dd483c;background-color:#fec957;width:117px;border-radius:11px}.a-new-way-to-learn .learn{display:flex;justify-content:center;align-items:center;color:#e8f4ff;background-color:#458dd1;width:138px;border-radius:11px}.group5{margin-top:2em;width:100%}.boxes{margin-top:5em;display:flex;gap:10%;justify-content:center}.boxes-fill-in-blank,.boxes-flashcard,.boxes-word-association{display:flex;flex-direction:column;justify-content:center;align-items:center;width:21rem;height:20rem;gap:10px;background-color:#efefef;border-radius:43px;padding:20px;box-shadow:0 4px 10px #0000004d;transition:all .3s ease}.boxes-fill-in-blank:hover,.boxes-flashcard:hover,.boxes-word-association:hover{transform:scale(1.05)}.boxes-fill-in-blank h1{color:#a43939;font-family:Lalezar,sans-serif;margin:0;margin-block-end:0;font-size:2.7rem;font-weight:400}.boxes-fill-in-blank .content{color:#a43939;font-family:Inria Sans,sans-serif;text-align:center;margin-top:10px}.boxes-flashcard h1{color:#3c5a9a;font-family:Lalezar,sans-serif;margin:0;margin-block-end:0;font-size:2.7rem;font-weight:400}.boxes-flashcard .content{color:#3c5a9a;font-family:Inria Sans,sans-serif;text-align:center;margin-top:10px}.boxes-word-association h1{text-align:center;color:#4d8850;font-family:Lalezar,sans-serif;font-size:2.7rem;font-weight:400;margin:0;line-height:3rem;margin-block-end:0}.boxes-word-association .content{color:#4d8850;font-family:Inria Sans,sans-serif;text-align:center;margin-top:10px}.boxes-word-association .group8{width:50px}.ready-to-start{margin:15rem 0rem;display:flex;justify-content:space-between;align-items:center}.ready-to-start .so-you-ready-to-start{font-family:Lalezar,sans-serif;font-size:50px;text-align:center;margin-bottom:2rem}.ready-to-start .ready-to-start-group{display:flex;flex-direction:column;justify-content:center;align-items:center}.ready-to-start .get-started{height:3em;width:12em;background-color:#352d24;font-family:Inria Sans,sans-serif;font-size:1.35em;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff6e3;border:none;padding:0;border-radius:50px}@media screen and (max-width: 927px){.top-pattern{height:18vh}}@media screen and (max-width: 750px){.top-pattern{flex-direction:column;height:40vh}.top-pattern .left-pattern,.top-pattern .right-pattern{height:20vh}.main-info{flex-direction:column-reverse;height:60vh}.main-info .pattern-card-container{height:40vh;width:60vw}.main-info .content{height:20vh}}.forgot{background-image:url(/assets/ForgotPassword-CtSH3Uoe.svg);background-size:cover;background-position:center;min-height:100vh;display:flex;justify-content:center;align-items:center}.forgot__form{background-color:#fffffff2;padding:3rem;border-radius:2rem;box-shadow:0 4px 12px #0000001a;text-align:center;display:flex;flex-direction:column;width:100%;max-width:550px;font-family:Lalezar,sans-serif}.forgot__form h2{font-size:2rem;color:#3a2b1d;font-weight:lighter;margin-bottom:2.5rem}.forgot__form .input{display:flex;flex-direction:column;width:100%;margin-bottom:1.5rem}.forgot__form .input label{align-self:flex-start;text-align:left;margin-bottom:.5rem;margin-left:3rem}.forgot__form .input__container{display:flex;justify-content:center;width:100%}.forgot__form .input input[type=email]{padding:12px 16px;font-size:1rem;width:80%;border-radius:8px;border:none;background-color:#f5f5f5;align-self:center}.forgot__form .input input[type=submit]{padding:12px 24px;width:60%;background-color:#a85b15;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease}.forgot__form .input input[type=submit]:hover{background-color:#8a470f}.forgot__form .input input[type=submit]:disabled{background-color:#ccc;cursor:not-allowed}.forgot__success{background-color:#d4edda;color:#155724;border:none;border-radius:8px;padding:12px 16px;margin-bottom:1.5rem;text-align:center;font-size:.9rem;width:80%;align-self:center}.forgot__error{background-color:#f8d7da;color:#721c24;border:none;border-radius:8px;padding:12px 16px;margin-bottom:1.5rem;text-align:center;font-size:.9rem;width:80%;align-self:center}.check-your-mail-container{max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Lalezar,sans-serif;font-weight:400}.check-your-mail-container .sign-up-successfully{margin-top:3em;font-size:30px}.check-your-mail-container .check-your-mail{font-size:70px}.check-your-mail-container .email-info{margin:1em 0;font-size:18px;color:#555;text-align:center}.check-your-mail-container .email-info strong{color:#333}.check-your-mail-container .resend-section{margin:2em 0;text-align:center}.check-your-mail-container .resend-section p{margin-bottom:1em;font-size:16px;color:#666}.check-your-mail-container .resend-section .resend-link{color:#666;text-decoration:underline;cursor:pointer;transition:color .2s ease}.check-your-mail-container .resend-section .resend-link:hover:not(.disabled){color:#1a5191}.check-your-mail-container .resend-section .resend-link.disabled{color:#ccc;cursor:not-allowed;text-decoration:none}.check-your-mail-container .resend-section .resend-success{margin-top:1em;padding:12px 16px;background-color:#d4edda;color:#155724;border-radius:8px;font-size:14px}.check-your-mail-container .resend-section .resend-error{margin-top:1em;padding:12px 16px;background-color:#f8d7da;color:#721c24;border-radius:8px;font-size:14px}.check-your-mail-container .go-to-sign-in{height:3em;width:12em;background-color:#352d24;font-family:Inria Sans,sans-serif;font-size:1.35em;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff6e3;border:none;padding:0;border-radius:50px}.fail-container{max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#bc0003;font-family:Lalezar,sans-serif}.fail-container .theres-something-wrong{font-size:70px}.fail-container .the-request{font-size:23px}.fail-container .go-to-home-page{height:3em;width:12em;background-color:#bc0003;font-family:Inria Sans,sans-serif;font-size:1.35em;display:flex;justify-content:center;align-items:center;text-decoration:none;color:#fff6e3;border:none;padding:0;border-radius:50px;margin-top:40px}.profile{background:#fffcf7}.profile__container{display:flex;font-family:Inter,sans-serif;margin-bottom:2em}.profile__content{width:80%;margin:auto;display:flex;flex-direction:column;gap:2em}.avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem}.avatar-section .profile-avatar .avatar-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #e9ecef}.avatar-section .profile-avatar .avatar-placeholder{width:120px;height:120px;border-radius:50%;background-color:#c0c4cc;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:600;color:#fff;border:4px solid #e9ecef}.avatar-section .avatar-upload{display:flex;flex-direction:column;align-items:center;gap:.5rem}.avatar-section .avatar-upload .upload-button{display:inline-block;padding:.5rem 1rem;background-color:#ffc107;color:#000;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none}.avatar-section .avatar-upload .upload-button:hover{background-color:#ffb300;transform:translateY(-1px)}.avatar-section .avatar-upload .upload-button.error{background-color:#dc3545;color:#fff;border:2px solid #dc3545}.avatar-section .avatar-upload .upload-button.error:hover{background-color:#c82333}.avatar-section .avatar-upload .field-errors{margin-top:0;margin-left:0;text-align:center}.form-group label{display:block;font-weight:700;margin-bottom:8px;color:#2c3e50}.form-group input{width:100%;background-color:#f8f3e8;padding:12px;border:1px solid #dcdcdc;border-radius:6px;font-size:14px;font-family:Inter,sans-serif}.form-group input:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 2px #ffc1071a}.form-group input:disabled,.form-group input.readonly{background-color:#f1f3f4;color:#6c757d;cursor:not-allowed;border-color:#d1d3d4}.form-group__daily-goal input{max-width:200px}.form-group .field-description{display:block;margin-top:4px;margin-left:8px;font-size:12px;color:#6c757d;font-style:italic}.form-group input.error{border-color:#dc3545;box-shadow:0 0 0 2px #dc35451a}.form-group .field-errors{margin-top:4px;margin-left:8px}.form-group .field-errors .error-message{font-size:12px;color:#dc3545;margin-bottom:2px}.form-group .field-errors .error-message:last-child{margin-bottom:0}.teacher-verification{height:auto}.teacher-verification .verification-label-row{display:flex;align-items:center;gap:1rem}.teacher-verification .verification-label-row label{margin-bottom:0!important;min-width:160px;font-weight:700;color:#2c3e50}.teacher-verification .verification-status{display:flex;flex-direction:column;gap:1rem}.teacher-verification .verification-status .status-row{display:flex;align-items:center;gap:.75rem}.teacher-verification .verification-status .status-badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize;width:fit-content}.teacher-verification .verification-status .status-badge.approved{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.teacher-verification .verification-status .status-badge.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.teacher-verification .verification-status .status-badge.rejected{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.teacher-verification .verification-status .verification-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;background-color:#fff8e1;border:2px solid #ffc107;border-radius:8px;font-size:.95rem;font-weight:500;color:#856404;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.teacher-verification .verification-status .verification-button:hover:not(.disabled){background-color:#ffc107;color:#fff;transform:translateY(-1px)}.teacher-verification .verification-status .verification-button.disabled{background-color:#d4edda;color:#155724;border-color:#c3e6cb;cursor:not-allowed;opacity:.8}.teacher-verification .verification-status .verification-button.disabled:hover{transform:none;background-color:#d4edda;color:#155724}.teacher-verification .verification-status .verification-button .arrow{font-size:1.2rem;font-weight:700}.edit-btn,.save-btn{width:30%;margin:auto;background:#1e1e1e;color:#fff;border:none;padding:14px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;font-family:Inter,sans-serif}.edit-btn:hover:not(:disabled),.save-btn:hover:not(:disabled){background:#333;transform:translateY(-1px)}.edit-btn:disabled,.save-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.cancel-btn{width:30%;margin:auto;background:#6c757d;color:#fff;border:none;padding:14px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer;font-family:Inter,sans-serif}.cancel-btn:hover{background:#5a6268;transform:translateY(-1px)}.button-group{display:flex;gap:1rem;align-items:center;justify-content:center;margin-top:2rem}@media (max-width: 768px){.profile__container{flex-direction:column}.profile__content{width:95%;gap:1.5em}.avatar-section .profile-avatar .avatar-image,.avatar-section .profile-avatar .avatar-placeholder{width:100px;height:100px;font-size:2.5rem}.button-group{flex-direction:column}.button-group .cancel-btn,.button-group .save-btn,.button-group .edit-btn{width:100%}}@media (max-width: 480px){.profile__content{width:100%;padding:1rem}.form-group input{padding:10px;font-size:13px}}.statistics-page{background:#f8f9fa;min-height:100vh}.statistics__content{display:flex;min-height:calc(100vh - 120px)}.statistics__main{flex:1;padding:2rem;transition:margin-left .3s ease}.learning-statistics{max-width:1200px;margin:0 auto;background:transparent}.learning-statistics .summary{margin:2rem 0;display:flex;justify-content:space-between;gap:1rem;font-family:Lalezar,sans-serif}@media (max-width: 968px){.learning-statistics .summary{flex-wrap:wrap;justify-content:center}}@media (max-width: 600px){.learning-statistics .summary{flex-direction:column;align-items:center}}.learning-statistics .summary .card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5%;padding:50px 40px;border-radius:20px;box-shadow:3px 5px 10px #0003;flex:1;min-width:200px;transition:transform .2s ease}.learning-statistics .summary .card:hover{transform:translateY(-2px)}.learning-statistics .summary .card h4{margin:0;font-size:30px;font-weight:700}.learning-statistics .summary .card p{margin:0;font-size:16px;text-transform:lowercase;text-align:center;line-height:1.2}.learning-statistics .summary .card.pink{background-color:#fed1e0;color:#cc6386}.learning-statistics .summary .card.green{background-color:#c4e4a4;color:#147919}.learning-statistics .summary .card.purple{background-color:#e0b3ff;color:#8f3fa3}.learning-statistics .summary .card.blue{background-color:#2c6fdf;color:#f4f9ff}.learning-statistics .progress-section{background:#fff;border-radius:30px;padding:2rem;border:.5px solid #e1e8ed;box-shadow:0 2px 10px #00000014;margin-bottom:2rem}.learning-statistics .progress-section h4{font-family:Inria Sans,sans-serif;font-size:20px;color:#2c3e50;margin:0 0 1.5rem;font-weight:600}.learning-statistics .progress-section .chart-wrapper{height:300px;position:relative}.learning-statistics .progress-section .chart-wrapper .empty-chart{display:flex;align-items:center;justify-content:center;height:100%;color:#95a5a6;font-size:1rem;font-family:Inria Sans,sans-serif}.learning-statistics .bottom-section{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 968px){.learning-statistics .bottom-section{grid-template-columns:1fr}}.learning-statistics .bottom-section .completion-section{background:#fff;border-radius:30px;padding:2rem;border:.5px solid #e1e8ed;box-shadow:0 2px 10px #00000014}.learning-statistics .bottom-section .completion-section h4{font-family:Inria Sans,sans-serif;font-size:20px;color:#2c3e50;margin:0 0 1.5rem;font-weight:600}.learning-statistics .bottom-section .completion-section .chart-wrapper{height:300px;position:relative}.learning-statistics .bottom-section .completion-section .chart-wrapper .empty-chart{display:flex;align-items:center;justify-content:center;height:100%;color:#95a5a6;font-size:1rem;font-family:Inria Sans,sans-serif}.learning-statistics .consistency-section{background:#fff;border-radius:30px;padding:2rem;border:.5px solid #e1e8ed;box-shadow:0 2px 10px #00000014}.learning-statistics .consistency-section h4{font-family:Inria Sans,sans-serif;font-size:20px;color:#2c3e50;margin:0 0 1.5rem;font-weight:600}.learning-statistics .consistency-section .calendar-heatmap .calendar-header{margin-bottom:1rem}.learning-statistics .consistency-section .calendar-heatmap .calendar-header .days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;max-width:100%;margin-left:0}.learning-statistics .consistency-section .calendar-heatmap .calendar-header .days-header .day-label{font-size:12px;color:#666;text-align:center;font-family:Inria Sans,sans-serif;font-weight:500;width:18px}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid{display:flex;flex-direction:column;gap:3px;max-width:100%}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day{width:18px;height:18px;border-radius:3px;position:relative;cursor:pointer;transition:all .2s ease}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.empty{background:transparent}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.no-study{background-color:#f5f5f5;border:1px solid #e0e0e0}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.no-study:hover{background-color:#fffae6;transform:scale(1.1)}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.has-study{background-color:gold;border:1px solid #ccac00}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.has-study:hover{transform:scale(1.1)}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.has-study .day-indicator{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.has-study .day-indicator .study-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffffe6}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-low{background-color:#fff8dc!important;border-color:#e6d700!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-low:hover{background-color:#fff3cd!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-medium{background-color:gold!important;border-color:#ccac00!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-medium:hover{background-color:#fc0!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-high{background-color:#fc0!important;border-color:#b8860b!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-high:hover{background-color:#ffb300!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-very-high{background-color:#daa520!important;border-color:#9d7518!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-grid .calendar-week .calendar-day.intensity-very-high:hover{background-color:peru!important}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend{display:flex;align-items:center;gap:8px;margin-top:1.5rem;font-size:12px;color:#666;font-family:Inria Sans,sans-serif}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend span{font-size:11px}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors{display:flex;gap:3px}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item{width:12px;height:12px;border-radius:2px;border:1px solid #ddd}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item.no-study{background-color:#f5f5f5}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item.intensity-low{background-color:#fff8dc}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item.intensity-medium{background-color:gold}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item.intensity-high{background-color:#fc0}.learning-statistics .consistency-section .calendar-heatmap .calendar-legend .legend-colors .legend-item.intensity-very-high{background-color:#daa520}.learning-statistics .error-state,.learning-statistics .empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:30px;border:.5px solid #e1e8ed;box-shadow:0 2px 10px #00000014}.learning-statistics .error-state h3,.learning-statistics .empty-state h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-family:Lalezar,sans-serif}.learning-statistics .error-state p,.learning-statistics .empty-state p{color:#7f8c8d;margin-bottom:2rem;font-size:1rem;font-family:Inria Sans,sans-serif}.learning-statistics .error-state .retry-btn,.learning-statistics .empty-state .retry-btn{background:#3498db;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;font-family:Inria Sans,sans-serif}.learning-statistics .error-state .retry-btn:hover,.learning-statistics .empty-state .retry-btn:hover{background:#2980b9}@media (max-width: 768px){.learning-statistics{padding:1rem}.learning-statistics .progress-section{padding:1.5rem}.learning-statistics .bottom-section{gap:1rem}.learning-statistics .bottom-section .completion-section,.learning-statistics .consistency-section{padding:1.5rem}.learning-statistics .consistency-section .calendar-heatmap .calendar-header .days-header,.learning-statistics .consistency-section .calendar-heatmap .calendar-grid{max-width:280px}.learning-statistics .summary .card{padding:40px 30px;min-width:180px}}@media (max-width: 600px){.learning-statistics .summary{gap:.8rem}.learning-statistics .summary .card{padding:30px 25px;min-width:150px}.learning-statistics .summary .card h4{font-size:24px}.learning-statistics .summary .card p{font-size:14px}.learning-statistics .progress-section .chart-wrapper,.learning-statistics .bottom-section .completion-section .chart-wrapper{height:250px}}.learning-statistics .react-loading-skeleton{border-radius:8px}.create-list{display:flex;flex-direction:column;font-family:Inria Sans,sans-serif;background-color:#fffcf7}.create-list__content{display:flex;flex-direction:row}.create-list__form{padding:3rem;flex:1;display:flex;flex-direction:column;gap:1.5rem}.create-list__form--title,.create-list__form--description{font-family:Inria Sans,sans-serif;padding:1rem;font-size:1rem;border:none;border-radius:10px;resize:vertical}.create-list__form--submit{background-color:#352d24;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:700;cursor:pointer}.create-list__form--submit:hover{opacity:.9}.create-list__form--cancel{background-color:#fffcf7;color:#2a1e17;width:10rem;font-weight:700;font-size:1.2rem;border:.075rem solid #2a1e17;padding:.75rem 1.5rem;border-radius:999px;cursor:pointer}.create-list__form--cancel:hover{opacity:.9}.create-list__header{font-family:Lalezar,sans-serif;font-size:2.25rem;font-weight:400;margin-bottom:0rem}.create-list__sub-header{font-size:1rem;font-weight:700;margin-bottom:.5rem}.create-list__privacy-section{display:flex;flex-direction:column;gap:.5rem}.create-list__privacy-section--label{font-weight:700}.create-list__privacy-section--buttons{display:flex;gap:1rem}.create-list__privacy-button{background-color:#fff7e9;padding:.5rem 1rem;border-radius:20px;border:none;cursor:pointer;font-weight:700;color:#2a1e17}.create-list__privacy-button.active{background-color:#ffd97e}.create-list__word-box--divider{border:none;border-top:.1rem solid white;margin:.5rem 0 1rem}.create-list__word-list{font-family:Inria Sans,sans-serif;display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.create-list__delete-wrapper{display:flex;justify-content:flex-end;margin-bottom:1rem}.create-list__delete-selected{background-color:#2a1e17;color:#f3e8cd;padding:.5rem 1.5rem;border:none;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer}.create-list__delete-selected:hover{background-color:#2a1e17;opacity:.8}.create-list__word-box{background-color:#fff4e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.create-list__word-box--index{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.create-list__word-box--selected{border:1px solid #2a1e17;background-color:#fff1d9}.create-list__word-box--row{display:flex;align-items:flex-start}.create-list__word-box--ai{display:flex;align-items:flex-end}.create-list__word-box--row,.create-list__word-box--ai{gap:1rem}.create-list__word-box--row input[type=text],.create-list__word-box--ai input[type=text]{flex:1;padding:.75rem;border-radius:8px;border:none;background-color:#f9ddb3;font-size:1rem}.create-list__word-box--row .input-note,.create-list__word-box--ai .input-note{font-size:.8rem;color:#c03b3b;font-weight:700;margin-top:.5rem;margin-left:.1rem}.create-list__word-box--row .input-title,.create-list__word-box--ai .input-title{font-size:1rem;font-weight:700;color:#756746;opacity:.7;margin:1rem 0 1rem .1rem}.create-list__word-box--field{display:flex;flex-direction:column;flex:1}.create-list__word-box--header{display:flex;justify-content:space-between;align-items:center}.create-list__word-box--remove{background:none;border:none;font-size:1.5rem;color:#a30000;cursor:pointer;padding:0}.create-list__word-box--remove:hover{color:#d10000}.create-list__word-box--tag-select{background-color:#352d24;padding:10px 20px;border-radius:8px;border:none;font-size:14px;color:#f8eed3;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;margin:1rem 1rem 1rem 0}.create-list__upload-btn{background:none;border:1px dashed #aaa;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;cursor:pointer;max-height:min-content}.create-list__ai-btn{background-color:#e0c28c;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:700;height:70%;cursor:pointer;white-space:nowrap}.create-list__add-button-wrapper{margin-top:1.5rem;text-align:center}.create-list__add-button{background-color:#2a1e17;color:#fff3df;padding:.75rem 3rem;border:none;border-radius:15px;font-weight:700;font-size:1rem;cursor:pointer}.create-list__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;margin-right:1rem}.create-list__form--submit{font-size:1rem;width:10rem;padding:.8rem 0;border-radius:999px;color:#fff3df;background-color:#352d24;border:none;font-weight:700;cursor:pointer;transition:all .3s ease}.create-list__form--submit:hover:not(:disabled){opacity:.9}.create-list__form--submit:disabled{cursor:not-allowed;opacity:.6}.create-list__form--submit--loading{background-color:#6b6660;opacity:.7;cursor:not-allowed}.create-list__form--cancel{font-size:1rem;width:10rem;padding:.8rem 0;border-radius:999px;color:#2a1e17}.create-list__form--cancel:disabled{cursor:not-allowed;opacity:.5}.create-list-input-group{display:flex;flex-direction:column;gap:.5rem}.create-list-input-group .create-list-input-label{font-family:Inria Sans,sans-serif;font-weight:600;font-size:.95rem;color:#2c3e50;display:flex;align-items:center;gap:.25rem}.create-list-input-group .create-list-input-label .required-asterisk{color:#e74c3c;font-weight:700;font-size:1.1rem}.create-list-input-group .create-list-input{font-family:Inria Sans,sans-serif;padding:.75rem;font-size:.95rem;border:2px solid #f8f3e8;border-radius:8px;background-color:#f8f3e8;transition:all .2s ease}.create-list-input-group .create-list-input:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 3px #ffc1071a;background-color:#f8f3e8}.create-list-input-group .create-list-input.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a;background-color:#fdf2f2}.create-list-input-group .create-list-input::placeholder{color:#6c757d;opacity:.7}.create-list-input-group textarea.create-list-input{resize:vertical;min-height:80px;font-family:Inria Sans,sans-serif}.create-list-input-group .create-list-input-errors{gap:.25rem;margin-left:.5rem}.create-list-input-group .create-list-input-errors .error-message{color:#e74c3c;font-size:.8rem;font-weight:500}.create-list__word-input-group{display:flex;flex-direction:column;gap:.25rem}.create-list__word-input-group .word-input-label{font-size:.8rem;font-weight:600;color:#495057;display:flex;align-items:center;gap:.25rem}.create-list__word-input-group .word-input-label .required-asterisk{color:#e74c3c;font-weight:700;font-size:.9rem}.create-list__word-input-group .word-input{font-family:Inria Sans,sans-serif;padding:.5rem;font-size:.9rem;border:1px solid #dee2e6;border-radius:6px;background-color:#fff;transition:all .2s ease}.create-list__word-input-group .word-input:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 2px #ffc10726}.create-list__word-input-group .word-input.error{border-color:#e74c3c;box-shadow:0 0 0 2px #e74c3c26;background-color:#fef5f5}.create-list__word-input-group .word-input-errors{flex-direction:column;gap:.2rem}.create-list__word-input-group .word-input-errors .error-message{color:#e74c3c;font-size:.75rem;font-weight:500}.dashboard{min-height:100vh;display:flex;flex-direction:column;background-color:#fffcf7}.dashboard__content{display:flex;font-family:Inria Sans,sans-serif;flex:1}.dashboard__main{flex:1;padding:2rem}.dashboard__topbar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;flex-wrap:nowrap}.dashboard__create-button{display:flex;align-items:center;gap:.75rem;background-color:#2a1e17;color:#fff3df;font-weight:700;padding:.75rem 1.5rem;font-size:1rem;border-radius:18px;border:none;cursor:pointer}.dashboard__create-button img{width:1rem;height:1rem}.dashboard__filter-bar{display:flex;justify-content:right;align-items:flex-start;flex-wrap:wrap;gap:1.5rem}.dashboard__filter-button{display:flex;align-items:center;background:none;border:none;font-weight:700;font-size:1.1rem;color:#2a1e17;gap:.5rem;cursor:pointer}.dashboard__filter-button img{width:1rem;height:1rem}.dashboard__filter-dropdown{position:relative;display:inline-block;max-width:75rem}.dashboard__filter-button{font-weight:700;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px}.dashboard__filter-options{position:absolute;top:100%;right:0;margin-top:6px;background-color:#f2f2f2;border-radius:12px;border:1px solid #ddd;box-shadow:0 8px 16px #0000001a;min-width:160px;z-index:999}.dashboard__filter-options .filter-option{padding:12px 16px;font-weight:500;font-size:15px;color:#2c2c2c;display:flex;justify-content:space-between;cursor:pointer;transition:background-color .2s}.dashboard__filter-options .filter-option:hover{background-color:#e6e6e6}.dashboard__filter-options hr{border:none;border-top:1px solid #ccc;margin:4px 0}.dashboard__alphabet-filter,.dashboard__tag-filter{justify-content:flex-end;display:flex;flex-wrap:wrap;gap:8px;margin-top:2rem;right:0;-webkit-scrollbar-display:none}.dashboard__alphabet-filter button,.dashboard__tag-filter button{padding:6px 10px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer}.dashboard__alphabet-filter button.active,.dashboard__tag-filter button.active{background-color:#2932b1;color:#fff;font-weight:700}.dashboard .no-tags{font-style:italic;color:#888;padding:8px 0}.dashboard__list-count{font-size:1.1rem;color:#adadad;font-weight:700}.dashboard__list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem;justify-content:center}.dashboard__list-card{aspect-ratio:1.1/1;background-color:#f9f3e4;border-radius:20px;padding:1.5rem;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.dashboard__list-header{display:flex;justify-content:space-between;align-items:center;font-family:Lalezar,sans-serif;font-weight:400}.dashboard__list-header h3{font-size:1.5rem;font-family:inherit;font-weight:400;margin:0}.dashboard__list-header .more-icon{width:.8rem;height:.8rem;cursor:pointer}.dashboard__list-title{background-color:transparent;border:none;font-size:1.5rem;font-weight:400;color:#2a1e17}.dashboard__more-button-wrapper{position:relative;z-index:10}.dashboard__more-popup{position:absolute;top:120%;right:0;background:#fff4f4;border-radius:12px;padding:.5rem 0;box-shadow:0 2px 10px #0000001a;z-index:100;min-width:150px}.dashboard__more-popup .more-option{padding:.75rem 1rem;font-size:1rem;cursor:pointer;color:#2a1e17}.dashboard__more-popup .more-option.delete{color:#a30000}.dashboard__more-popup .more-option.delete:hover:not(.deleting){background:#ffe5e5}.dashboard__more-popup .more-option.delete.deleting{color:#999;cursor:not-allowed;opacity:.6;background:#f5f5f5}.dashboard__list-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:.75rem 0;font-size:.9rem;color:#444;margin-bottom:auto}.dashboard__list-footer{display:flex;justify-content:space-between;align-items:center}.dashboard__list-footer .dashboard__user{display:flex;align-items:center;min-width:0}.dashboard__list-footer .dashboard__user .avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#ddd;margin-right:1rem}.dashboard__list-footer .dashboard__user .username{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:1rem;font-weight:600;margin:.2rem;max-width:6rem}.dashboard__list-footer .dashboard__user .role{font-size:.8rem;font-weight:700}.dashboard__list-footer .dashboard__user .role.teacher{display:inline-flex;justify-content:center;padding:.2rem .5rem;color:#2932b1;background-color:#d0e5ff;border-radius:999px}.dashboard__list-footer .dashboard__user .role.learner{display:inline-flex;justify-content:center;padding:.2rem .5rem;color:#d5962c;background-color:#ffe9ba;border-radius:999px}.dashboard__list-footer .dashboard__overview-btn{background-color:#2a1e17;color:#fff;border:none;font-weight:700;padding:.7rem .9rem;border-radius:999px;font-size:1rem;cursor:pointer}.dashboard__see-more{margin-top:2.5rem;display:flex;justify-content:center;text-align:center}.dashboard__see-more button{background-color:#fbf3e6;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}.dashboard__see-more button img{width:1rem;height:1rem}.dashboard__more-button{background-color:transparent;border:none;cursor:pointer}.edit-list{display:flex;flex-direction:column;font-family:Inria Sans,sans-serif;background-color:#fffcf7}.edit-list__content{display:flex;flex-direction:row}.edit-list__form{padding:3rem;flex:1;display:flex;flex-direction:column;gap:1.5rem}.edit-list__form--title,.edit-list__form--description{font-family:Inria Sans,sans-serif;padding:1rem;font-size:1rem;border:none;border-radius:10px;resize:vertical}.edit-list__form--submit{background-color:#352d24;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:700;cursor:pointer}.edit-list__form--submit:hover{opacity:.9}.edit-list__form--cancel{background-color:#fffcf7;color:#2a1e17;width:10rem;font-weight:700;font-size:1.2rem;border:.075rem solid #2a1e17;padding:.75rem 1.5rem;border-radius:999px;cursor:pointer}.edit-list__form--cancel:hover{opacity:.9}.edit-list__header{font-family:Lalezar,sans-serif;font-size:2.25rem;font-weight:400;margin-bottom:0rem}.edit-list__sub-header{font-size:1rem;font-weight:700;margin-bottom:.5rem}.edit-list__privacy-section{display:flex;flex-direction:column;gap:.5rem}.edit-list__privacy-section--label{font-weight:700}.edit-list__privacy-section--buttons{display:flex;gap:1rem}.edit-list__privacy-button{background-color:#fff7e9;padding:.5rem 1rem;border-radius:20px;border:none;cursor:pointer;font-weight:700;color:#2a1e17}.edit-list__privacy-button.active{background-color:#ffd97e}.edit-list__word-box--divider{border:none;border-top:.1rem solid white;margin:.5rem 0 1rem}.edit-list__word-list{font-family:Inria Sans,sans-serif;display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.edit-list__delete-wrapper{display:flex;justify-content:flex-end;margin-bottom:1rem}.edit-list__delete-selected{background-color:#2a1e17;color:#f3e8cd;padding:.5rem 1.5rem;border:none;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer}.edit-list__delete-selected:hover{background-color:#2a1e17;opacity:.8}.edit-list__word-box{background-color:#fff4e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.edit-list__word-box--index{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.edit-list__word-box--selected{border:1px solid #2a1e17;background-color:#fff1d9}.edit-list__word-box--row{display:flex;align-items:flex-start}.edit-list__word-box--ai{display:flex;align-items:flex-end}.edit-list__word-box--row,.edit-list__word-box--ai{gap:1rem}.edit-list__word-box--row input[type=text],.edit-list__word-box--ai input[type=text]{flex:1;padding:.75rem;border-radius:8px;border:none;background-color:#f9ddb3;font-size:1rem}.edit-list__word-box--row .input-note,.edit-list__word-box--ai .input-note{font-size:.8rem;color:#c03b3b;font-weight:700;margin-top:.5rem;margin-left:.1rem}.edit-list__word-box--row .input-title,.edit-list__word-box--ai .input-title{font-size:1rem;font-weight:700;color:#756746;opacity:.7;margin:1rem 0 1rem .1rem}.edit-list__word-box--field{display:flex;flex-direction:column;flex:1}.edit-list__word-box--header{display:flex;justify-content:space-between;align-items:center}.edit-list__word-box--remove{background:none;border:none;font-size:1.5rem;color:#a30000;cursor:pointer;padding:0}.edit-list__word-box--remove:hover{color:#d10000}.edit-list__word-box--tag-select{background-color:#352d24;padding:10px 20px;border-radius:8px;border:none;font-size:14px;color:#f8eed3;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:700;margin:1rem 1rem 1rem 0}.edit-list__upload-btn{background:none;border:1px dashed #aaa;border-radius:8px;padding:.5rem .75rem;font-size:.9rem;cursor:pointer;max-height:min-content}.edit-list__ai-btn{background-color:#e0c28c;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:700;height:70%;cursor:pointer;white-space:nowrap}.edit-list__add-button-wrapper{margin-top:1.5rem;text-align:center}.edit-list__add-button{background-color:#2a1e17;color:#fff3df;padding:.75rem 3rem;border:none;border-radius:15px;font-weight:700;font-size:1rem;cursor:pointer}.edit-list__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;margin-right:1rem}.edit-list__form--submit{font-size:1rem;width:10rem;padding:.8rem 0;border-radius:999px;color:#fff3df;background-color:#352d24;border:none;font-weight:700;cursor:pointer;transition:all .3s ease}.edit-list__form--submit:hover:not(:disabled){opacity:.9}.edit-list__form--submit:disabled{cursor:not-allowed;opacity:.6}.edit-list__form--submit--loading{background-color:#6b6660;opacity:.7;cursor:not-allowed}.edit-list__form--cancel{font-size:1rem;width:10rem;padding:.8rem 0;border-radius:999px;color:#2a1e17;background-color:#fffcf7;font-weight:700;border:.075rem solid #2a1e17;cursor:pointer;transition:all .3s ease}.edit-list__form--cancel:hover:not(:disabled){opacity:.9}.edit-list__form--cancel:disabled{cursor:not-allowed;opacity:.5}.edit-list-input-group__form--cancel{font-size:1rem;width:10rem;padding:.8rem 0;border-radius:999px;color:#2a1e17}.edit-list__word-input-group{display:flex;flex-direction:column;gap:.25rem}.edit-list__word-input-group .word-input-label{font-size:.8rem;font-weight:600;color:#495057;display:flex;align-items:center;gap:.25rem}.edit-list__word-input-group .word-input-label .required-asterisk{color:#e74c3c;font-weight:700;font-size:1rem}.edit-list__word-input-group .word-input{font-family:Inria Sans,sans-serif;padding:.5rem;font-size:.9rem;border:1px solid #dee2e6;border-radius:6px;background-color:#fff;transition:all .2s ease}.edit-list__word-input-group .word-input:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 2px #ffc1071a}.edit-list__word-input-group .word-input.error{border-color:#e74c3c;background-color:#fef2f2}.edit-list__word-input-group .word-input::placeholder{color:#6c757d;opacity:.8}.edit-list__word-input-group .word-input-errors{flex-direction:column;gap:.2rem}.edit-list__word-input-group .word-input-errors .error-message{color:#e74c3c;font-size:.75rem;font-weight:500}.edit-list-input-group{display:flex;flex-direction:column;gap:.5rem}.edit-list-input-group .edit-list-input-label{font-family:Inria Sans,sans-serif;font-weight:600;font-size:.95rem;color:#2c3e50;display:flex;align-items:center;gap:.25rem}.edit-list-input-group .edit-list-input-label .required-asterisk{color:#e74c3c;font-weight:700;font-size:1.1rem}.edit-list-input-group .edit-list-input{font-family:Inria Sans,sans-serif;padding:.75rem;font-size:.95rem;border:2px solid #f8f3e8;border-radius:8px;background-color:#f8f3e8;transition:all .2s ease}.edit-list-input-group .edit-list-input:focus{outline:none;border-color:#ffc107;box-shadow:0 0 0 3px #ffc1071a;background-color:#f8f3e8}.edit-list-input-group .edit-list-input.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a;background-color:#fdf2f2}.edit-list-input-group .edit-list-input::placeholder{color:#6c757d;opacity:.7}.edit-list-input-group textarea.edit-list-input{resize:vertical;min-height:80px;font-family:Inria Sans,sans-serif}.edit-list-input-group .edit-list-input-errors{gap:.25rem;margin-left:.5rem}.edit-list-input-group .edit-list-input-errors .error-message{color:#e74c3c;font-size:.8rem;font-weight:500}.view-list{display:flex;flex-direction:column;font-family:Inria Sans,sans-serif;background-color:#fffcf7}.view-list__main{flex:1;padding:2rem;max-width:100%;margin-left:.5rem}.view-list__content{display:flex;flex-direction:row;flex:1}.view-list__title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:0rem}.view-list__title{font-family:Lalezar,sans-serif;color:#352d24;font-size:3rem;font-weight:400}.view-list__title-actions{display:flex;gap:.5rem;position:relative}.view-list__title-actions .icon-button{background:none;border:none;margin:0 .5rem;padding:.25rem;cursor:pointer;will-change:opacity,transform;transition:opacity .15s ease,transform .15s ease;transform:translateZ(0)}.view-list__title-actions .icon-button img{width:1.5rem;height:1.5rem}.view-list__title-actions .icon-button:hover{opacity:.8;transform:scale(1.05)}.view-list__title-actions .icon-button:active{transform:scale(.95)}.view-list__options-wrapper{position:relative;z-index:10}.view-list__more-popup{position:absolute;top:120%;right:0;background:#fff4f4;border-radius:12px;padding:.5rem 0;box-shadow:0 2px 10px #0000001a;z-index:100;min-width:150px;transform:translateZ(0);will-change:opacity,transform;animation:fadeInUp .2s ease-out}.view-list__more-popup .more-option{padding:.75rem 1rem;font-size:1rem;cursor:pointer;color:#2a1e17;transition:background-color .15s ease}.view-list__more-popup .more-option.delete{color:#a30000;font-weight:700}.view-list__more-popup .more-option.delete:hover:not(.deleting){background:#ffe5e5}.view-list__more-popup .more-option.delete.deleting{color:#999;cursor:not-allowed;opacity:.6;background:#f5f5f5}.view-list__more-popup .more-option.edit{color:#d5962c;font-weight:700}.view-list__more-popup .more-option.edit:hover{background:#ffe5d6}.view-list__share-popup{position:absolute;top:120%;right:0;background:#f2f2f2;border-radius:16px;min-width:20rem;box-shadow:0 2px 10px #0000001a;z-index:100}.view-list__share-popup .share-option{padding:.75rem 1rem;font-size:1rem;cursor:pointer;color:#2a1e17;font-weight:500}.view-list__share-popup .share-option:hover{background:#e2e2e2}.view-list__review-button{background-color:#2a1e17;color:#fff3df;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:2rem;cursor:pointer;will-change:background-color,transform;transition:background-color .2s ease,transform .15s ease;transform:translateZ(0)}.view-list__review-button:hover{background-color:#1e150f;transform:translateY(-1px)}.view-list__review-button:active{transform:translateY(0)}.view-list__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem;font-weight:700}.view-list__tag{background-color:#ffeab6;color:#2a1e17;border:1px solid #d5962c;border-radius:999px;padding:.25rem;font-size:.9rem;font-weight:500}.view-list__creator,.view-list__date{font-size:1rem;font-weight:700;color:#8c8c8c;margin-bottom:.8rem}.view-list__privacy-row{display:flex;justify-content:space-between;align-items:center;font-weight:700}.view-list__privacy{margin:0rem;display:flex;align-items:center;gap:1rem}.view-list__privacy-label{font-weight:700;font-size:1rem;color:#2a1e17}.view-list__privacy-badge{background-color:#fef1d6;padding:.4rem 1rem;border-radius:20px;font-weight:700;color:#2a1e17;font-size:1rem}.view-list__line{height:1px;width:100%;background-color:#2a1e17;margin:1rem 0}.view-list__description,.view-list__words{margin-bottom:3rem}.view-list__description h2,.view-list__words h2{font-family:Lalezar,sans-serif;font-size:1.5rem;font-weight:400;color:#2a1e17;margin-bottom:0}.view-list__controls{display:flex;justify-content:space-between;align-items:center;margin:1rem 0 1.5rem;flex-wrap:wrap;gap:1rem}.view-list__controls .search-bar{position:relative;width:60%}.view-list__controls .search-bar:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem;z-index:2;pointer-events:none}.view-list__controls .search-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e0e0e0;border-radius:9999px;font-size:1rem;background-color:#f5f5f5;color:#333;transition:all .2s ease}.view-list__controls .search-bar input:focus{outline:none;border-color:#868c86;background-color:#f4f2f2;box-shadow:0 0 0 3px #848a841a}.view-list__controls .search-bar input::placeholder{color:#999}.view-list__sort{display:flex;align-items:center;font-weight:700;font-size:1rem;color:#2a1e17;gap:.5rem}.view-list__sort .sort-dropdown{padding:.5rem 1rem;border:none;outline:none;background-color:transparent;font-size:1rem;font-weight:700;font-family:Inria Sans,sans-serif;color:#333;cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:5rem;text-align:center}.view-list__sort .sort-dropdown:focus{outline:none;background-color:#fff5e0}.view-list__sort .sort-dropdown:hover{background-color:#f5f5f5}.view-list__empty{text-align:center;padding:80px 0;color:#888;font-size:1.2rem}.view-list__word-box--divider{border:none;border-top:.1rem solid white;margin:.5rem 0 1rem}.view-list__word-list{font-family:Inria Sans,sans-serif;display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem;contain:layout;will-change:scroll-position}.view-list__word-box{background-color:#fff4e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;contain:layout style;transform:translateZ(0);backface-visibility:hidden;transition:transform .2s ease,box-shadow .2s ease}.view-list__word-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.view-list__word-box--index{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.view-list__word-box--row{display:flex;gap:1rem;align-items:flex-start}.view-list__word-box--row input[type=text]{flex:1;padding:.75rem;border-radius:8px;border:none;background-color:#f9ddb3;font-size:1rem;will-change:background-color,border-color;transition:background-color .15s ease}.view-list__word-box--row input[type=text]:focus{background-color:#f5d299;outline:2px solid #d5962c;outline-offset:1px}.view-list__word-box--row input[type=text]:read-only{cursor:default;-webkit-user-select:text;user-select:text}.view-list__word-box--row .input-note{font-size:1rem;font-weight:700;color:#6e5417;margin:1rem 0 1rem .1rem}.view-list__word-box--field{display:flex;flex-direction:column;flex:1}.view-list__word-box--stat{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.95rem}.view-list__word-box--stat .stat-label{display:inline-block;background:#f5ebd8;padding:.25rem .75rem;border-radius:10px;font-weight:700;color:#6b4e1d;width:fit-content}.view-list__word-box--stat .stat-detail{display:flex;flex-wrap:wrap;gap:2rem;color:#2a1e17;margin-top:.5rem;margin-left:.2rem}.view-list__word-box--stat .stat-detail .column{display:flex;flex-direction:column;gap:.5rem;margin-right:30%}.view-list__word-box--stat .stat-detail div{font-size:.95rem}.view-list__word-box--stat .stat-detail div strong{font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.overview-list{display:flex;flex-direction:column;font-family:Inria Sans,sans-serif;background-color:#fffcf7}.overview-list__main{flex:1;padding:2rem;max-width:100%;margin-left:.5rem}.overview-list__content{display:flex;flex-direction:row;flex:1}.overview-list__title{font-family:Lalezar,sans-serif;color:#352d24;font-size:3rem;font-weight:400;margin:0rem}.overview-list__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.overview-list__tag{background-color:#ffeab6;color:#2a1e17;border:1px solid #d5962c;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.overview-list__creator{font-size:1rem;font-weight:700;color:#8c8c8c;margin-bottom:.5rem;margin-left:.5rem}.overview-list__line{height:1px;width:100%;background-color:#2a1e17;margin:1rem 0}.overview-list__description,.overview-list__sample,.overview-list__statistic{margin-bottom:3rem}.overview-list__description h2,.overview-list__sample h2,.overview-list__statistic h2{font-family:Lalezar,sans-serif;font-size:1.3rem;font-weight:400;color:#2a1e17;margin-bottom:0}.overview-list__sample{margin-top:2rem}.overview-list__sample .sample-table{display:flex;flex-direction:column;gap:1rem}.overview-list__sample .sample-row{display:flex;background:#fff1df;border-radius:4px;overflow:hidden;font-size:1rem}.overview-list__sample .sample-cell{padding:.75rem 1rem;border-right:1px solid #d5962c}.overview-list__sample .sample-cell:last-child{border-right:none}.overview-list__sample .sample-term{background-color:#f9ddb2;width:25%;font-weight:700}.overview-list__sample .sample-phonetics{background-color:#f9ddb2;width:25%}.overview-list__sample .sample-definition{width:50%}.overview-list__sample .sample-view-button{margin:1.5rem auto 0;display:inline-flex;background:#2a1e17;color:#fff3df;font-family:Inria Sans,sans-serif;font-weight:700;font-size:1rem;border:none;border-radius:999px;padding:.75rem 2rem;cursor:pointer;justify-content:center;align-items:center;display:flex}.overview-list__sample .sample-view-button:hover{opacity:.9}.overview-list__sample .sample-view-button__icon{width:1rem;height:1rem;vertical-align:middle}.overview-list__stat-box{background-color:#fff6e9;padding:1.5rem;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.overview-list__stat-item{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:#2a1e17;font-weight:500}.overview-list__stat-item img{width:1.25rem;height:1.25rem}.overview-list__stat-item .label{font-weight:700}.overview-list__stat-item__tag{background-color:#fff0cd;border:1px solid #e5b35a;border-radius:999px;padding:.25rem .75rem;margin-left:.5rem;font-size:.9rem;font-weight:600}.overview-list__actions{display:flex;justify-content:flex-end;gap:1.5rem;margin-top:2rem}.overview-list .overview-list__button{font-family:Inria Sans,sans-serif;font-size:1.1rem;font-weight:700;padding:.75rem 2rem;border-radius:999px;cursor:pointer}.overview-list .overview-list__button.outline{background-color:#f7efe1;color:#2a1e17;border:none}.overview-list .overview-list__button.filled{background-color:#2a1e17;color:#fff3df;border:none}.overview-list .overview-list__button:hover{opacity:.9}.create-classroom{width:100vw;height:100vh;display:grid;grid-template-rows:10% 90%}.create-classroom__content{padding-top:2em;grid-row:2/3;display:flex;gap:2em}.create-classroom__header{font-family:Lalezar,sans-serif;font-size:45px;font-weight:400;margin:0}.create-classroom__form{width:75%;margin:auto;display:flex;flex-direction:column;gap:2em;font-family:Inria Sans,sans-serif}.create-classroom__form .classroom-name{width:100%}.create-classroom__form .classroom-name .input-error{margin-left:1rem}.create-classroom__form--classroom-name{width:100%;padding:1rem;border:none;border-radius:10px;background-color:#f1e8d0;font-size:1rem;color:#2b2112}.create-classroom__form--description{padding:1rem;border:none;border-radius:10px;background-color:#f1e8d0;font-size:1rem;color:#2b2112}.create-classroom__form::placeholder{color:#857c6b}.create-classroom__form:disabled{background-color:#f1e8d0;color:#b0a78e}.create-classroom__form--limit{padding:5px;border:none;border-radius:10px;background-color:#f1e8d0;font-size:1rem;color:#2b2112;text-align:center}.create-classroom__form--submit{align-self:flex-end;padding:1rem 1.5rem;background-color:#2b2112;color:#fff;font-size:1rem;border:none;font-weight:700;border-radius:999px;cursor:pointer;transition:background-color .2s ease}.create-classroom__form--submit:hover{background-color:#1f180e}.create-classroom__privacy-section{display:flex;flex-direction:column;gap:.5rem;justify-content:center;text-align:center}.create-classroom__privacy-section--label{font-size:20px;font-weight:700;align-self:center}.create-classroom__privacy-section--button{display:flex;gap:1rem}.create-classroom__privacy-section--button button{padding:.5rem 1.2rem;border:none;border-radius:30px;background-color:#fdf6e9;cursor:pointer;font-weight:700;transition:all .2s ease}.create-classroom__privacy-section--button button.active{background-color:#fddc8f;color:#2b2112}.create-classroom__limit-wrapper{display:flex;gap:10px;font-size:20px;font-weight:700}.join-classroom__default{display:flex;justify-content:center;align-items:center;background-color:#fffcf7;height:100vh;padding:2rem}.join-classroom__default .join-classroom__card{background-color:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;width:100%;max-width:600px;height:400px;text-align:center;border:1px solid #f1efec;display:flex;flex-direction:column;align-items:center;justify-content:center}.join-classroom__default .join-classroom__card h2.join-classroom__title{font-family:Lalezar,sans-serif;font-size:2rem;font-weight:400;color:#2c231b;margin-bottom:1.2rem}.join-classroom__default .join-classroom__card .join-classroom__message{font-family:Inria Sans,sans-serif;font-size:1rem;font-weight:700;color:#2a1e17;margin-bottom:1rem}.join-classroom__default .join-classroom__card .join-classroom__code-input{font-family:Inria Sans,sans-serif;font-size:1.2rem;font-weight:600;color:#2c231b;background-color:#f2f2f2;border:none;border-radius:.75rem;padding:.75rem 1rem;width:60%;text-align:center;margin-bottom:1.25rem;margin-top:1rem}.join-classroom__default .join-classroom__card .join-classroom__code-input:focus{outline:none;box-shadow:0 0 0 2px #c4b9ae}.join-classroom__default .join-classroom__card .join-classroom__button{background-color:#2c231b;color:#fff;font-weight:700;padding:.65rem 2rem;border-radius:9999px;border:none;font-size:1rem;cursor:pointer;transition:all .3s;width:8rem;margin-top:1rem}.join-classroom__default .join-classroom__card .join-classroom__button:hover:not(:disabled){background-color:#1f1914}.join-classroom__default .join-classroom__card .join-classroom__button:active:not(:disabled){background-color:#d6d6d6;border-radius:9999px}.join-classroom__default .join-classroom__card .join-classroom__button:disabled{cursor:not-allowed;opacity:.6}.join-classroom__default .join-classroom__card .join-classroom__button--loading{background-color:#6b6660;opacity:.7;cursor:not-allowed}.join-classroom{min-height:100vh;display:flex;justify-content:center;align-items:center}.join-classroom.confetti{background-image:url(/assets/join_classroom_successfully-DqgTU8TM.svg);background-size:cover}.join-classroom.error-bg{background-color:#f6cfcf;background-image:url(/assets/join_classroom_error-CHS-UODW.svg);background-size:cover;background-repeat:no-repeat;background-position:center}.join-classroom__card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;width:100%;max-width:420px;text-align:center;border:1px solid #ddd}.join-classroom__header{font-family:Lalezar,sans-serif;font-size:1.5rem;font-weight:400;color:#2c231b;margin-bottom:.5rem}.join-classroom__message{font-family:Inria Sans,sans-serif;font-size:15px;color:#2a1e17;margin-bottom:1rem}.join-classroom__code{font-family:Inria Sans,sans-serif;font-size:1.2rem;font-weight:600;color:#2c231b;background:#eee;border:none;border-radius:.5rem;padding:.75rem 1rem;min-width:60%;max-width:100%;margin-bottom:1.25rem;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.join-classroom__button{font-family:Inria Sans,sans-serif;background-color:#2b2112;color:#fff;padding:.65rem 2rem;border:none;border-radius:9999px;font-size:.95rem;cursor:pointer}.join-classroom__button:hover{background-color:#1e1811}.join-classroom__button:active{background-color:#d6d6d6;border-radius:10px}.add-student-page{font-family:Inria Sans,sans-serif}.add-student-page__content{padding-top:1em;grid-row:2/3;display:flex;gap:2em}.add-student-page .page-title{font-size:24px;font-weight:700;margin:1em 0 16px}.add-student-page .class-info-card{padding:20px;border-radius:14px;margin-bottom:20px}.add-student-page .class-info-card h3{font-size:18px;font-weight:600}.add-student-page .class-info-card .tags{margin-top:10px;display:flex;gap:10px}.add-student-page .class-info-card .tags .tag{padding:4px 10px;border-radius:6px;font-size:13px}.add-student-page .tabs{display:flex;gap:20px;margin-bottom:30px;font-weight:600;font-size:15px;border-bottom:2px solid #ddd;padding-bottom:8px}.add-student-page .tabs div{padding:10px 16px;border-radius:6px 6px 0 0;background-color:#fff;cursor:pointer}.add-student-page .tabs div.active{background-color:#fcefc7}.add-student-page .form-section{margin-bottom:30px}.add-student-page .form-section h4{font-weight:600;margin-bottom:12px}.add-student-page .form-section label{display:block;margin-bottom:8px;font-weight:500}.add-student-page .form-section .input-group{display:flex;gap:10px}.add-student-page .form-section .input-group input{flex:1;padding:10px 14px;border:1px solid #ccc;border-radius:6px;background:#fff8e9}.add-student-page .form-section .input-group button{background-color:#20160f;color:#fff;border:none;padding:10px 24px;border-radius:6px;cursor:pointer}.add-student-page .form-section .error-message{color:#cc4343;font-style:italic;font-size:1rem;margin-top:8px;margin-left:2px;width:auto;text-align:left;padding:0}.add-student-page .student-list h4{font-weight:600;margin-bottom:10px}.add-student-page .student-list .student-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:.5px solid black}.add-student-page .student-list .student-row button{background-color:#f5efe4;border:none;padding:6px 14px;border-radius:6px;cursor:pointer}.add-student-page .student-list .student-row button:hover{background-color:#e4dbce}.add-student-page .see-more{text-align:center;margin-top:20px}.add-student-page .see-more button{background-color:#f3eee1;border-radius:20px;padding:8px 16px;font-size:14px;border:none;cursor:pointer}.approve-join-classroom-request__page{font-family:Inria Sans,sans-serif}.approve-join-classroom-request__class-card{border-radius:15px}.approve-join-classroom-request__class-card .tabs{display:flex;gap:30px;margin-top:20px;font-weight:500;border-bottom:1px solid #ccc;padding-bottom:10px}.approve-join-classroom-request__class-card .tabs div{cursor:pointer;padding-bottom:4px}.approve-join-classroom-request__class-card .tabs div.active{border-bottom:3px solid #fbeecf}.approve-join-classroom-request__class-card .actions{display:flex;gap:10px;margin-top:20px}.approve-join-classroom-request__class-card .student-list{margin-top:20px;border-top:1px solid #ddd}.approve-join-classroom-request__class-card .student-list .student-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:.5px solid black}.approve-join-classroom-request__class-card .student-list .student-row .buttons{display:flex;gap:8px}.approve-join-classroom-request__class-card .see-more{text-align:center;margin-top:20px}.search-block--btn{display:flex;gap:2em}.btn{padding:8px 14px;font-size:14px;border-radius:10px;cursor:pointer;border:none;transition:all .2s ease}.btn.dark{background-color:#1a1a1a;color:#fff}.btn.green{background-color:#479b60;color:#fff}.btn.light{background-color:#f7f3eb;color:#000}.btn.approve{background-color:#d0f5d0;color:#206f20}.btn.decline{background-color:#fcd2d2;color:#b50000}.assign-exercise{background:#fffcf7}.assign-exercise__container{display:flex;font-family:Inter,sans-serif;margin-bottom:2em}.assign-exercise__content{width:80%;margin:auto;display:flex;flex-direction:column;gap:2em}h2{margin:0;font-size:20px;font-weight:600}.form-group label{display:block;font-weight:700;margin-bottom:8px}.form-group input[type=date]{background-color:#f8f3e8;padding:8px 12px;border-radius:6px;border:1px solid #dcdcdc;width:100%;font-size:14px}.form-group input[type=number]{width:auto;max-width:80px;padding:6px 10px;font-size:14px}.form-group input{background-color:#f8f3e8}.form-group__word{display:flex;gap:12px;align-items:center}.form-group__word label{display:block;font-weight:700}.form-group__word-number{padding:10px 12px;border:none;border-radius:6px;background:#f4f1e6}.dropdown{position:relative}.dropdown-input{width:100%;height:100%;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;padding:12px;font-weight:500;color:#222}.dropdown-selected{padding-right:20px}.dropdown-options{position:absolute;top:110%;left:0;right:0;z-index:10;background:#fff;border:1px solid #e3e3e3;border-radius:8px;max-height:180px;overflow-y:auto;box-shadow:0 8px 16px #0000001a}.option{padding:12px;cursor:pointer}.option:hover{background-color:#f4f4f4}.method-select .methods{display:flex}.method-select .methods button{flex:1;padding:10px 12px;border:none;background:#f4f1e6;font-weight:700;cursor:pointer}.method-select .methods button.active{background:#1e1e1e;color:#fff}.assign-btn{width:30%;margin:auto;background:#1e1e1e;color:#fff;border:none;padding:14px;font-size:16px;font-weight:600;border-radius:30px;cursor:pointer}.assign-btn:hover{background:#333}.assignment-page{font-family:Inria Sans,sans-serif}.assignment-page__container{display:flex;gap:2em}.assignment-page__content{display:flex;flex-direction:column;width:100%}.assignment-page .tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.assignment-page .tabs .tab{background-color:#f3eacc;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer}.assignment-page .tabs .tab.active{background-color:#fff4c2;font-weight:700}.assignment-page .controls{margin:20px 0;display:flex;justify-content:space-between;align-items:center}.assignment-page .controls .btn.dark{text-decoration:none;background-color:#1a1a1a;color:#fff;border-radius:2rem;padding:5px 10px;font-weight:700;font-size:1rem;cursor:pointer;border:none;padding:1rem 2rem;margin-bottom:1rem}.assignment-page .controls .sort{font-size:.9rem;color:#444;cursor:pointer}.assignment-page .assignment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:1rem}.assignment-page .assignment-grid .assignment-card{background-color:#f9f3e4;border:.5px solid #666;border-radius:10px;padding:1rem;box-shadow:0 4px 8px #0000001a;transition:box-shadow .3s ease;display:flex;flex-direction:column;gap:1em}.assignment-page .assignment-grid .assignment-card h4{font-size:1em;font-weight:700;margin:.5rem 0}.assignment-page .assignment-grid .assignment-card p{font-size:.85rem;margin:.2rem 0}.assignment-page .assignment-grid .assignment-card .due{color:#666}.assignment-page .assignment-grid .assignment-card:hover{box-shadow:0 6px 16px #0000001a}.assignment-page .assignment-grid .assignment-card .assignment-page__item{border-bottom:.5px solid #666;padding-bottom:1em}.assignment-page .see-more{text-align:center;margin:2rem 0}.assignment-page .see-more .see-more-btn{background:none;border:none;color:#444;cursor:pointer;font-size:.9rem}.assignment-page .footer{margin-top:auto;padding:1.5rem;background-color:#1e1e1e;color:#fff;display:flex;justify-content:space-between;border-top:2px solid #333}.assignment-page .footer .logo{font-weight:700}.assignment-page .footer .contact p{margin:0;font-size:.85rem}.learners-layout{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;background:#fffcf7}.learners-layout__body{min-height:100%;width:100vw;margin:2em 0;display:flex;gap:5em}.learners-layout__content{background:#fffcf7;min-width:90vw}.student-list-page{min-height:30rem;font-family:Inria Sans,sans-serif}.student-list-container{min-height:50rem}.student-actions{display:flex;flex-direction:column;align-items:start;gap:16px;margin:20px 0}.student-list{margin-top:10px}.student-list .student-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:.5px solid #000000}.student-list .student-row .btn.light{background-color:#f3eee4;border:none;border-radius:6px;padding:6px 14px;font-size:14px;cursor:pointer}.student-list .student-row .btn.light:hover{background-color:#e5dbce}.see-more{margin-top:20px;text-align:center}.see-more .see-more-btn{background-color:#f5f0e3;border:none;border-radius:20px;padding:8px 16px;font-size:14px;cursor:pointer}.pending-request__page{font-family:Inria Sans,sans-serif}.pending-request__student-action{display:flex;flex-direction:column;align-items:start;gap:16px;margin:20px 0}.pending-request__search-block{position:relative;display:grid;align-items:center;grid-template-columns:50% 50%;width:100%}.pending-request__search-block .search-block--dropdown-menu{justify-self:end}.pending-request__student-list{margin-top:10px}.pending-request__student-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #ddd}.pending-request__see-more{margin-top:20px;text-align:center}.btn--dark{text-decoration:none;background-color:#1a1a1a;color:#fff;border-radius:2rem;padding:5px 10px;font-weight:700;font-size:1rem;cursor:pointer;border:none;padding:1rem 2rem;margin-bottom:1rem}.btn--light{background-color:#f3eee4;border:none;border-radius:2rem;padding:6px 14px;font-size:14px;cursor:pointer;font-weight:500}.btn--light:hover{background-color:#e2d8cc}.btn--see-more{background-color:#f5f0e3;border:none;border-radius:2rem;padding:8px 16px;font-size:14px;cursor:pointer}.pending-request__filter-dropdown{display:flex;align-items:center;gap:8px}.pending-request__filter-dropdown select{font-family:Inria-sans,sans-serif;background:none;border:none;justify-self:flex-end;font-weight:700;font-size:15px;cursor:pointer}.pending-request__filter-dropdown span{color:#aaa;font-size:14px}.assignment-detail-page{display:flex;background:#fffcf7}.assignment-detail-page .content{width:100%}.assignment-detail-page .content .assignment-detail__container{background:#fffcf7;border-radius:8px}.assignment-detail-page .content .assignment-detail__container h1{font-family:Lalezar,sans-serif;font-size:1.8rem;margin:0;margin-bottom:1.5rem}.assignment-detail-page .content .assignment-detail__container .assignment-box{padding:20px;border-radius:20px;background-color:#fffaef;font-family:Inria Sans,sans-serif;box-shadow:0 1px 3px #0000000d}.assignment-detail-page .content .assignment-detail__container .assignment-box .assignment-header{font-family:Inria Sans,sans-serif;display:flex;justify-content:space-between;align-items:center}.assignment-detail-page .content .assignment-detail__container .assignment-box .assignment-header h2{font-size:1.3rem}.assignment-detail-page .content .assignment-detail__container .assignment-box .assignment-header .remove-btn{background:#ccc;padding:.4rem .8rem;border:none;border-radius:5px;cursor:pointer}.assignment-detail-page .content .assignment-detail__container .assignment-box .assignment-meta{font-family:Inter,sans-serif;margin-top:1rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.assignment-detail-page .content .assignment-detail__container .assignment-box .assignment-meta p{margin:.3rem 0}.assignment-detail-page .content .assignment-detail__container .word-list{margin-top:2em;display:flex;flex-direction:column;gap:1rem}.assignment-detail-page .content .assignment-detail__container .word-card{background-color:#fff7dd;border-radius:8px;padding:1rem;font-family:Inria Sans,sans-serif}.assignment-detail-page .content .assignment-detail__container .word-card strong{display:block;font-size:1.1rem}.see-more{margin-top:1.5rem;display:flex;justify-self:center;align-self:center}.see-more button{font-family:Inria Sans,sans-serif;font-weight:600;display:flex;align-items:center;gap:5px;background:#fbf4e7;border:none;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer}.statistics .summary{margin:2em 0;display:flex;justify-content:space-between;font-family:Lalezar,sans-serif}.statistics .summary .card{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5%;padding:50px;border-radius:20px;box-shadow:3px 5px 10px #0003}.statistics .summary .card h4{margin:0;font-size:20px}.statistics .summary .card p{margin:0;font-size:30px}.statistics .summary .card.pink{background-color:#fed1e0;color:#cc6386}.statistics .summary .card.green{background-color:#c4e4a4;color:#147919}.statistics .summary .card.red{background-color:#d44949;color:#ffe2e5}.statistics .summary .card.blue{background-color:#2c6fdf;color:#f4f9ff}.statistics .weekly-progress{width:100%;min-height:300px;border:.5px solid black;border-radius:30px}.statistics .weekly-progress h4{font-family:Inria Sans,sans-serif;font-size:20px;margin-left:1.33em}.statistics .student-list{width:100%}.statistics .student-list h4{font-family:Inria Sans,sans-serif;font-size:20px}.statistics .student-list table{width:100%;text-align:center}.statistics .student-list thead,.statistics .student-list tbody{font-family:Inria Sans,sans-serif;font-size:15px}.statistics .student-list tr{display:grid;grid-template-columns:repeat(4,1fr)}.my-classroom{background:#f8f9fa}.my-classroom__content{display:flex;min-height:20rem}.my-classroom__main{flex:1;padding:2rem 2rem 20rem;transition:margin-left .3s ease}.my-classroom-page{font-family:Inria Sans,sans-serif;max-width:1200px;margin:0 auto;background:transparent}.my-classroom-page h1{font-family:Lalezar,sans-serif;font-weight:lighter;font-size:50px;margin:0}.my-classroom-page .my-classroom-header{display:flex;justify-content:space-between;align-items:center}.my-classroom-page .my-classroom-header h2{font-size:1.5rem}.my-classroom-page .my-classroom-header .role-switch button{margin-left:.5rem;padding:.4rem .8rem;border:1px solid #ccc;background:#fff;cursor:pointer}.my-classroom-page .my-classroom-header .role-switch button.active{background-color:#222;color:#fff}.my-classroom-page .tab{display:flex}.my-classroom-page .tab .tab{margin-right:1rem;padding:.5rem 1rem;background-color:#f3eacc;border:none;border-radius:6px;cursor:pointer}.my-classroom-page .tab .tab.active{background-color:#fff4c2;font-weight:700}.my-classroom-page .actions{display:flex;align-items:center;margin:2rem 0 3rem}.my-classroom-page .actions .btn{margin-right:1rem;padding:1rem 1.2rem;border:none;border-radius:5rem;cursor:pointer;width:auto;min-width:5rem;font-family:Inter,sans-serif;font-weight:700;text-decoration:none;box-shadow:1px 2px 4px #00000026}.my-classroom-page .actions .btn.light{background-color:#f1ede4}.my-classroom-page .actions .btn.dark{background-color:#222;color:#fff3df}.my-classroom-page .actions .btn:hover{opacity:.8}.my-classroom-page .actions .total{color:#888}.my-classroom-page .classroom-list .classroom-card{background-color:#f9f4e8;padding:1rem;margin:2rem 0;border-radius:8px;border:1px solid #eee;box-shadow:0 4px 4px #0000001a;min-height:8rem;font-family:Inter}.my-classroom-page .classroom-list .classroom-card .info span{font-size:.9rem;color:#666}.my-classroom-page .classroom-list .classroom-card .info h3{margin:.5rem 0 0;font-size:1.3rem}.my-classroom-page .see-more{text-align:center;margin:1.5rem 0}.my-classroom-page .see-more .see-more-btn{background:none;border:none;color:#555;cursor:pointer;font-size:.9rem}.my-classroom-page .footer{margin-top:2rem;padding:1rem;background-color:#1e1e1e;color:#fff;display:flex;justify-content:space-between;border-top:2px solid #333}.my-classroom-page .footer .logo{font-weight:700}.my-classroom-page .footer .contact p{margin:0}.empty-list{margin-top:3rem;font-family:Inria Sans,sans-serif;font-size:20px;background-color:#fffaef;height:30rem;display:flex;justify-content:center;align-items:center;border-radius:20px;box-shadow:2px 4px 8px #00000014}.manage-classroom-learner{display:grid;grid-template-rows:auto 1fr auto;min-height:100vh;background:#fffcf7;font-family:Inria Sans,sans-serif;background-color:#fdfbf7;margin:auto}.manage-classroom-learner__container{margin:2em 0;display:flex;gap:2em}.manage-classroom-learner__content{width:80%;margin:auto}.manage-classroom-learner .tags{display:flex;gap:.5rem}.manage-classroom-learner .tags .tag{background-color:#f5e7c0;padding:.3rem .7rem;border-radius:5px;font-size:.85rem;color:#3f3f3f}.list-topbar{display:flex;align-items:center;margin:1em;justify-content:end;gap:2em}.list-topbar span{color:#777}.list-topbar .filter{cursor:pointer;font-size:.9rem}.list-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat 2,1fr;gap:28px}.see-more{margin-top:2rem;text-align:center}.see-more .see-more-btn{background:none;border:none;color:#555;cursor:pointer;font-size:.9rem}.review{display:flex;flex-direction:column;height:100vh;background-color:#fffcf7;font-family:Inria sans,sans-serif;color:#352d24}.review__content{display:flex;flex:1;flex-direction:column;align-items:center}.review__main{flex:1;width:90%;height:90%;background-color:#f8f3e8;border-radius:3rem;box-shadow:0 2px 4px #0000001a;margin-bottom:5rem;padding:2rem}.review__title{font-size:2.8rem;font-family:Lalezar,"sans-serif";font-weight:400;margin-left:5rem}.review__header{margin-bottom:2rem}.review__list-title{font-family:Lalezar,sans-serif;color:#352d24;font-size:2.6rem;font-weight:400;margin:0rem}.review__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.review__tag{background-color:#ffeab6;color:#2a1e17;border:1px solid #d5962c;border-radius:999px;padding:.25rem .75rem;font-size:.9rem;font-weight:500}.review__creator{font-size:1rem;font-weight:700;color:#8c8c8c;margin-bottom:.5rem}.review__information .stats{display:flex;align-items:first baseline;gap:.5rem;margin-top:.5rem}.review__information .sub-title{font-family:Lalezar,sans-serif;font-size:1.2rem;font-weight:400;color:#352d24;margin-bottom:.3rem}.review__information .sub-content{font-size:1rem;color:#352d24;margin-bottom:1rem}.review__methods{display:flex;justify-content:left;align-items:center;gap:1rem}.review__dropdownWrapper{position:relative;display:flex;align-items:center}.review__methods select{font-size:1rem;border-radius:6px;border:.05rem solid #2a1e17;margin:1rem;background-color:transparent;height:2.5rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15rem}.review__methods select option{background-color:#f8f3e8}.review__start{display:flex;justify-content:center;align-items:center;margin-top:1rem}.review__start-button{background-color:#3f3122;color:#fffcf7;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:2rem;cursor:pointer;transition:background .2s}.review__start-button:hover{background-color:#1e150f}.dropdown__icon{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:.8rem;height:.8rem;pointer-events:none}.flashcard{display:flex;flex-direction:column;height:100vh;background-color:#fffcf7;font-family:Inder,sans-serif;color:#352d24}.flashcard__title{font-size:2rem;font-family:Lalezar,"sans-serif";font-weight:400;margin-left:5rem}.flashcard__content{display:flex;flex:1;flex-direction:column;align-items:center;justify-self:center;min-height:40rem;margin-bottom:5rem}.flashcard__card{display:flex;justify-content:center;align-items:center;width:95%;height:100%;border-radius:12px;padding:2rem}.flashcard__prev,.flashcard__next{display:flex;justify-content:center;align-items:center;border:none;width:6rem;height:3rem;border-radius:9999px;box-shadow:0 2px 6px #0000001a;cursor:pointer;transition:background-color .3s ease}.flashcard__prev{background-color:#f3eddf}.flashcard__prev:hover{background-color:#e6dfd3}.flashcard__next{background-color:#ffe1a1}.flashcard__next:hover{background-color:#f3c664}.flashcard__icon{width:2rem;height:2rem}.flashcard__animation{width:70%;height:100%;cursor:pointer;margin:2rem}.flashcard__animation .card__inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.flashcard__animation .card__inner.is-flipped{transform:rotateY(180deg)}.flashcard__animation .card__face{position:absolute;width:100%;height:100%;border-radius:12px;box-shadow:0 6px 15px #0000001a;display:flex;align-items:center;justify-content:center;flex-direction:column;backface-visibility:hidden;font-size:2rem;padding:1rem;text-align:center}.flashcard__animation .card__front{background-color:#f8f8f8}.flashcard__animation .card__back{background-color:#fff;transform:rotateY(180deg)}.flashcard__animation .card__report-trigger{position:absolute;top:1rem;right:1.2rem;z-index:1000}.flashcard__controls{margin-top:1.5rem;width:70%;justify-content:space-around;display:flex;align-items:center}.flashcard__controls .know,.flashcard__controls .unknow{width:10rem;height:3rem;font-size:1.2rem;font-weight:700;border:none;border-radius:1.4rem;cursor:pointer;font-family:Inria Sans,sans-serif}.flashcard__controls .know{background-color:#f3eddf}.flashcard__controls .know:hover{background-color:#e6dfd3}.flashcard__controls .unknow{background-color:#ffe1a1}.flashcard__controls .unknow:hover{background-color:#f3c664}.flashcard__submit{display:flex;justify-content:right;margin-right:5rem;margin-bottom:2rem}.flashcard__submit-button{background-color:#3f3122;color:#fffcf7;font-size:1.2rem;font-family:Inria Sans,sans-serif;font-weight:700;padding:1% 3rem;border:none;border-radius:2rem;cursor:pointer;transition:background .2s}.flashcard__submit-button:hover{background-color:#1e150f}.session-summary{display:flex;flex-direction:column;min-height:100vh;background:#fff7ea;position:relative;overflow:hidden;font-family:Inria Sans,sans-serif,sans-serif}.session-summary__logo{position:absolute;width:5rem;height:auto;z-index:10}.session-summary__content{display:flex;flex:1;position:relative;z-index:1}.session-summary__main{flex:1;align-items:center;display:flex;flex-direction:column;padding:2rem;position:relative;z-index:1}.session-summary__container{width:90%;align-items:left;position:relative}.session-summary__header{margin-top:3rem;margin-bottom:3rem}.session-summary__title{font-family:Lalezar,sans-serif;font-size:3rem;font-weight:400;color:#2c3e50;margin-bottom:1rem;background:#352d24;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.session-summary__subtitle{font-family:Inria Sans,sans-serif;font-size:1.3rem;font-weight:700;color:#352d24;margin:0}.session-summary__stats{display:flex;justify-content:space-evenly;align-items:center;margin-bottom:2rem}.session-summary__stat-card{display:flex;align-items:center;justify-content:center;gap:5rem;flex:.75;padding:4.5rem;border-radius:20px;box-shadow:0 .5rem 1.5rem #0000001a;background:#fffc;min-width:53rem}.session-summary__check-icon{display:flex;align-items:center;justify-content:center}.session-summary__check-circle{width:10rem;height:10rem;background:#30b237;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #28a7454d}.session-summary__check-mark{width:70%;height:70%;fill:#daf7db}.session-summary__stat-info{flex:1;display:flex;flex-direction:column;justify-content:center}.session-summary__stat-label{font-size:1.5rem;color:#352d24;font-weight:700;margin-bottom:.25rem}.session-summary__stat-value{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:2rem}.session-summary__stat-value--blue{color:#0d2fee}.session-summary__accuracy-circle{background:#fff6;position:relative;min-height:20rem;padding-left:2.5rem;padding-top:2rem;border-radius:20px;box-shadow:0 .5rem 1.5rem #0000001a}.session-summary__circle-chart{width:85%;height:85%;align-items:center;transform:rotate(-90deg)}.session-summary__circle-bg{fill:none;stroke:#efeded;stroke-width:3}.session-summary__circle-bar{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray 1s ease-in-out}.session-summary__circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;font-weight:700;color:#616563}.session-summary__details{background:#fed1e0;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 6px 20px #00000014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.session-summary__detail-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #a13c5e;font-weight:700;font-size:1.2rem}.session-summary__detail-item:last-child{border-bottom:none}.session-summary__detail-label{color:#bf456e}.session-summary__detail-value{color:#584f45}.session-summary__detail-value--green{color:#3bc400}.session-summary__detail-value--red{color:#ec0219}.session-summary__actions{display:flex;gap:1rem;justify-content:center}.session-summary__button{margin:1.5rem;padding:1rem 2rem;border:none;border-radius:2rem;font-size:1.1rem;font-family:Inria Sans,sans-serif,sans-serif;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:180px}.session-summary__button--primary{background:#352d24;color:#fcf1d6}.session-summary__button--primary:hover{transform:translateY(-2px)}.session-summary__button--secondary{background:#352d24;color:#fcf1d6}.session-summary__button--secondary:hover{transform:translateY(-2px)}.session-summary__button:active{transform:translateY(0)}.session-summary .loading,.session-summary .error{text-align:center;padding:3rem;font-size:1.2rem;color:#6c757d;background:#ffffffe6;border-radius:15px;box-shadow:0 6px 20px #00000014}.session-summary .error{color:#dc3545}.session-summary__batch-section{background:#5a80d5}.session-summary__words-section{background:#fff}.session-summary__batch-section,.session-summary__words-section{margin-top:3rem;border-radius:15px;padding:2rem;box-shadow:0 6px 20px #00000014}.session-summary__section-title-batch{font-family:Lalezar,sans-serif;font-weight:400;font-size:1.8rem;color:#d8e5ff;margin-bottom:1.5rem;text-align:center}.session-summary__section-title-words{font-family:Lalezar,sans-serif;font-weight:400;font-size:1.8rem;color:#352d24;margin-bottom:1.5rem;text-align:center}.session-summary__batches{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.session-summary__batch-card{background:#dcecff;border-radius:10px;padding:1rem;border-left:4px solid #9bb5f0;transition:transform .2s ease}.session-summary__batch-card:hover{transform:translateY(-2px)}.session-summary__batch-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.session-summary__batch-title{font-weight:700;color:#495057;font-size:1rem}.session-summary__batch-accuracy{font-weight:700;font-size:1.1rem;padding:.2rem .5rem;border-radius:5px}.session-summary__batch-accuracy.high{background:#a1e8ae;color:#079c0e}.session-summary__batch-accuracy.medium{background:#ffe489;color:#bf8f05}.session-summary__batch-accuracy.low{background:#ffd1d2;color:#e5091d}.session-summary__batch-stats{font-size:.9rem;color:#6c757d}.session-summary__words-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.session-summary__word-item{background:#f8f9fa;padding:1rem;border-radius:8px;border-left:4px solid #dee2e6;position:relative;transition:all .3s ease}.session-summary__word-item.correct{border-left-color:#059626;background:#c5eeb5}.session-summary__word-item.incorrect{border-left-color:#dc3545;background:#ffcbd5}.session-summary__word-item.not-attempted{border-left-color:#6c757d;background:#f5f5f5}.session-summary__word-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.session-summary__word-term{font-weight:600;color:#352d24;margin-bottom:.5rem;font-size:1rem;padding-right:2rem}.session-summary__word-definition{color:#394e60;font-size:.9rem;line-height:1.4;margin-bottom:.5rem}.session-summary__word-result{position:absolute;top:1rem;right:1rem;font-size:1.2rem;font-weight:700}.session-summary__word-result.correct{color:#28a745}.session-summary__word-result.incorrect{color:#dc3545}.session-summary__word-result.not-attempted{color:#6c757d}.session-summary__word-time{position:absolute;bottom:1rem;right:1rem;font-size:.8rem;color:#adb5bd;font-style:italic}.batch-summary-page{min-height:100vh;display:flex;flex-direction:column;font-family:Lalezar,sans-serif;font-weight:400}.batch-summary-page .page-body{display:flex;flex:1}.batch-summary-page .main-content{flex:1}.fill-blank{display:flex;flex-direction:column;flex:1;background-color:#fffcf7;font-family:Inder,sans-serif;color:#352d24}.fill-blank__header{display:flex;justify-content:space-between;align-items:center;margin:2rem 0;padding:0 5rem}.fill-blank__title{font-size:2rem;font-family:Lalezar,sans-serif;font-weight:400;color:#352d24;margin:0}.fill-blank__progress{font-size:1.5rem;color:#352d24;font-weight:500}.fill-blank__content{flex:1;display:flex;justify-content:center;align-items:center;padding:0 2rem;margin-bottom:3rem}.fill-blank__question-container{background:#f3eddf;border-radius:20px;padding:3rem;max-width:900px;width:100%;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}@media (max-width: 768px){.fill-blank__question-container{padding:2rem;max-width:100%}}.fill-blank__question{font-size:1.25rem;line-height:1.8;color:#352d24;margin-bottom:2.5rem;text-align:left}.fill-blank__answer-section{margin-bottom:2rem}.fill-blank__label{display:block;font-size:1.1rem;color:#352d24;margin-bottom:1rem;font-weight:500}.fill-blank__input{width:100%;padding:1rem 1.5rem;font-size:1.2rem;border:2px solid transparent;border-radius:12px;background:#fffcf7;color:#352d24;transition:all .3s ease;font-family:Inder,sans-serif}.fill-blank__input:focus{outline:none;border-color:#ffe1a1;box-shadow:0 0 0 3px #ffe1a133}.fill-blank__input::placeholder{color:#8b7e6b;opacity:.7}.fill-blank__input--disabled{background:#e8e2d4;cursor:not-allowed;opacity:.7}.fill-blank__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.fill-blank__button{padding:.75rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;font-family:Inria Sans,sans-serif;box-shadow:0 2px 4px #0000001a}.fill-blank__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.fill-blank__button:active:not(:disabled){transform:translateY(0)}.fill-blank__button:disabled{opacity:.5;cursor:not-allowed}.fill-blank__button--primary{background:#3f3122;color:#fffcf7}.fill-blank__button--primary:hover:not(:disabled){background:#2a2018}.fill-blank__button--secondary{background:#f3eddf;color:#352d24}.fill-blank__button--secondary:hover:not(:disabled){background:#e6dfd0}.fill-blank__button--continue{background:#3f3122;color:#fffcf7;padding:1rem 3rem;font-size:1.2rem}.fill-blank__button--continue:hover{background:#2a2018}.fill-blank__feedback{margin-top:2rem;padding:1.5rem;border-radius:12px;animation:slideIn .4s ease forwards}.fill-blank__feedback--correct{background:#d4f4dd;border:2px solid #52c41a;color:#135200}.fill-blank__feedback--correct .fill-blank__feedback-icon{color:#52c41a}.fill-blank__feedback--incorrect{background:#ffe4e6;border:2px solid #ff4d4f;color:#5c0011}.fill-blank__feedback--incorrect .fill-blank__feedback-icon{color:#ff4d4f}.fill-blank__feedback-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:1rem;float:left}.fill-blank__feedback-content{overflow:hidden}.fill-blank__feedback-text{font-size:1.1rem;margin-bottom:.5rem;line-height:1.6}.fill-blank__correct-answer{margin-top:.75rem}.fill-blank__answer-term{font-size:1.2rem;font-weight:600;color:inherit}.fill-blank__answer-hint{font-size:1.1rem;color:inherit;opacity:.85}.fill-blank__bottom-actions{display:flex;align-items:center;padding:0 5rem 2rem;animation:fadeIn .3s ease forwards;gap:1rem;width:100%}.fill-blank__bottom-actions .fill-blank__submit-button{margin-left:auto}.fill-blank__bottom-actions--with-continue{justify-content:space-between}.fill-blank__bottom-actions--with-continue .fill-blank__submit-button{margin-left:0}.fill-blank__submit-button{background-color:#3f3122;color:#fffcf7;font-size:1.2rem;font-family:Inria Sans,sans-serif;font-weight:700;padding:1rem 3rem;border:none;border-radius:2rem;cursor:pointer;transition:all .3s ease}.fill-blank__submit-button:hover{background-color:#2a2018;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.fill-blank__submit-button:active{transform:translateY(0)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.fill-blank__header{padding:0 2rem;flex-direction:column;gap:1rem;text-align:center}.fill-blank__bottom-actions{padding:0 2rem 2rem;flex-direction:column;gap:1rem;align-items:stretch}.fill-blank__bottom-actions .fill-blank__button--continue,.fill-blank__bottom-actions .fill-blank__submit-button{width:100%}.fill-blank__title{font-size:1.5rem}.fill-blank__progress{font-size:1.2rem}.fill-blank__question{font-size:1.1rem}.fill-blank__input{font-size:1rem;padding:.75rem 1rem}.fill-blank__button{padding:.6rem 1.5rem;font-size:1rem}.fill-blank__actions{flex-direction:column}.fill-blank__actions .fill-blank__button{width:100%}}.fill-blank-page{display:flex;flex-direction:column;min-height:100vh;background-color:#fffcf7}.fill-blank-page__container{display:flex;flex:1;position:relative}.fill-blank-page__content{flex:1;display:flex;flex-direction:column;padding:0;margin-left:0}@media (min-width: 768px){.fill-blank-page__content{margin-left:60px}}.fill-blank-page__loading,.fill-blank-page__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;font-family:Inder,sans-serif;color:#352d24}.fill-blank-page__loading p,.fill-blank-page__empty p{font-size:1.25rem;margin-bottom:1.5rem}.fill-blank-page__loading button,.fill-blank-page__empty button{padding:.75rem 2rem;background:#3f3122;color:#fffcf7;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.fill-blank-page__loading button:hover,.fill-blank-page__empty button:hover{background:#2a2018;transform:translateY(-2px)}.account-page-label{font-weight:700;display:flex;align-items:center}.account-page-value{background-color:#f0f2f5;padding:10px;border-radius:5px;min-height:40px}.credential-document .document-viewer{position:relative;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.credential-document .document-viewer .credential-image{width:100%;height:400px;object-fit:contain;cursor:pointer;display:block}.credential-document .document-viewer .view-actions{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:20px;opacity:0;transition:opacity .2s ease}.credential-document .document-viewer .view-actions .view-btn{background:#fff;color:#374151;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.credential-document .document-viewer .view-actions .view-btn:hover{background:#f3f4f6}.credential-document .document-viewer:hover .view-actions{opacity:1}.teacher-verification__buttons{display:flex;gap:2em;justify-content:center;align-items:center}.teacher-verification__buttons .btn{width:20%;display:flex;justify-content:center;align-items:center;gap:1em}.teacher-verification__buttons .btn_approve{background-color:#d0f5d0;color:#206f20}.teacher-verification__buttons .btn_decline{background-color:#fcd2d2;color:#b50000}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:40px}.modal-content{position:relative;max-width:90vw;max-height:90vh}.modal-content .close-btn{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:1001}.modal-content .close-btn:hover{opacity:.7}.modal-content .full-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px}body{margin:0;font-family:Arial,sans-serif;background-color:#fdfaf5;color:#333}.teacher-request-page{font-family:Inria Sans,sans-serif;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding:2rem}.requests-section{max-width:1200px;margin:0 auto}.requests-section .requests-header{margin-bottom:2rem}.requests-section .requests-header h1{font-size:2rem;font-weight:400;color:#2a1e17;margin-top:2rem}.dashboard-nav{display:flex;justify-content:center;margin-bottom:2rem;border-bottom:1px solid #eee}.dashboard-nav a{padding:1rem 2rem;text-decoration:none;color:#333;font-weight:700}.dashboard-nav a.active{border-bottom:2px solid #333;background-color:#f7d99d;border-radius:10px 10px 0 0}.requests-section{background-color:#fffcf7;padding:2rem;border-radius:10px}.requests-section .requests-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.requests-section .requests-header h1{font-family:Lalezar,sans-serif;font-size:30px;margin:0;font-weight:400}.requests-section .requests-header .find-user-bar{margin-bottom:2rem;position:relative}.requests-section .requests-header .find-user-bar:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem;z-index:2;pointer-events:none}.requests-section .requests-header .find-user-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e0e0e0;border-radius:9999px;font-size:1rem;background-color:#f5f5f5;color:#333;transition:all .2s ease}.requests-section .requests-header .find-user-bar input:focus{outline:none;border-color:#868c86;background-color:#f4f2f2;box-shadow:0 0 0 3px #848a841a}.requests-section .requests-header .find-user-bar input::placeholder{color:#999}.requests-section .find-user-bar{margin-bottom:2rem;position:relative}.requests-section .find-user-bar:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem;z-index:2;pointer-events:none}.requests-section .find-user-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e0e0e0;border-radius:9999px;font-size:1rem;background-color:#f5f5f5;color:#333;transition:all .2s ease}.requests-section .find-user-bar input:focus{outline:none;border-color:#868c86;background-color:#f4f2f2;box-shadow:0 0 0 3px #848a841a}.requests-section .find-user-bar input::placeholder{color:#999}.requests-table{width:100%;border-collapse:collapse;font-family:Inria Sans,sans-serif}.requests-table th,.requests-table td{padding:1rem;text-align:center}.requests-table th{color:#2a1e17;font-size:20px;font-weight:700}.requests-table tbody tr{background-color:#fff8e1;border-bottom:10px solid #fffcf7;border-radius:10px}.requests-table td{max-width:200px;word-wrap:break-word;overflow-wrap:break-word}.requests-table td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.requests-table td th{color:#2a1e17;font-size:20px;font-weight:700}.requests-table td .btn{display:flex;gap:2em;justify-content:center;border:none;padding:.5rem 1.5rem;border-radius:20px;cursor:pointer;font-weight:700;margin-right:5px}.requests-table .review-btn{background-color:#f7d99d;border:none;padding:.5rem 1.5rem;border-radius:20px;cursor:pointer;font-weight:700;margin-right:5px}.requests-table .id-cell{width:120px;font-family:monospace;font-size:.9em;color:#666}.requests-table .name-cell{width:180px;font-weight:500}.requests-table .email-cell{min-width:200px;max-width:300px}.requests-table .email-cell span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.requests-table .role-badge{padding:4px 8px;border-radius:12px;font-size:.8em;font-weight:500;text-transform:capitalize}.requests-table .role-badge.admin{background:#fee2e2;color:#dc2626}.requests-table .role-badge.teacher{background:#dbeafe;color:#2563eb}.requests-table .role-badge.learner{background:#f0fdf4;color:#16a34a}.requests-table .status-badge{padding:4px 8px;border-radius:12px;font-size:.8em;font-weight:500;text-transform:capitalize}.requests-table .status-badge.active{background:#f0fdf4;color:#16a34a}.requests-table .status-badge.suspended{background:#fee2e2;color:#dc2626}.requests-table .status-badge.pending_verification{background:#fef3c7;color:#d97706}.requests-table .status-badge.inactive{background:#f3f4f6;color:#6b7280}.requests-table .action-buttons{display:flex;gap:8px;justify-content:center}.requests-table .action-buttons .btn-sm{padding:4px 12px;font-size:.85em;border-radius:4px;border:none;cursor:pointer;font-weight:500}.requests-table .action-buttons .btn-sm.btn-danger{background:#dc2626;color:#fff}.requests-table .action-buttons .btn-sm.btn-danger:hover{background:#b91c1c}.requests-table .action-buttons .btn-sm.btn-success{background:#16a34a;color:#fff}.requests-table .action-buttons .btn-sm.btn-success:hover{background:#15803d}.requests-table .admin-protected{font-size:.8em;color:#6b7280;font-style:italic}.requests-table .skeleton-container .skeleton-row td{padding:1rem}.requests-table .skeleton-container .skeleton{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;display:block}.requests-table .skeleton-container .skeleton.skeleton-id{width:80px;height:16px}.requests-table .skeleton-container .skeleton.skeleton-name{width:120px;height:18px}.requests-table .skeleton-container .skeleton.skeleton-email{width:180px;height:18px}.requests-table .skeleton-container .skeleton.skeleton-badge{width:60px;height:24px;border-radius:12px}.requests-table .skeleton-container .skeleton.skeleton-action{width:50px;height:28px;border-radius:4px}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.requests-table .no-users{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:2rem 0}.requests-table .no-users p{margin:0;color:#888}.see-more-container{text-align:center;margin-top:2rem}.see-more-btn{background-color:transparent;border:1px solid #eee;padding:.5rem 1rem;border-radius:5px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.footer{background-color:#333;color:#fff;padding:2rem 5rem}.footer .footer-content{display:flex;justify-content:space-between;border-bottom:1px solid #555;padding-bottom:1rem;margin-bottom:1rem}.footer .footer-content .footer-logo{display:flex;align-items:center}.footer .footer-content .footer-logo img{width:40px;height:40px;margin-right:.5rem;filter:brightness(0) invert(1)}.footer .footer-content .contact-info{text-align:right}.footer .footer-content .contact-info p{margin:.2rem 0}.footer .footer-bottom{text-align:center;color:#757575;font-size:.8rem}.adminDashboard{min-height:100vh;display:flex;flex-direction:column;background-color:#fffcf7;font-family:Lalezar,sans-serif;font-weight:400}.adminDashboard .main-content{flex:1;padding:2rem}.adminDashboard__section{max-width:1200px;margin:0 auto}.adminDashboard__section .adminDashboard__header{margin-bottom:2rem}.adminDashboard__section .adminDashboard__header h1{font-size:2rem;font-weight:400;font-family:Lalezar,sans-serif;color:#2a1e17;margin-top:2rem}.adminDashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.adminDashboard__stats .stat-card{background:#fdfaee;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;text-align:center}.adminDashboard__stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.adminDashboard__stats .stat-card .stat-number{font-size:3rem;margin-bottom:.5rem;line-height:1}.adminDashboard__stats .stat-card .stat-label{font-size:1.5rem;margin-bottom:.25rem;color:#34495e}.adminDashboard__stats .stat-card .stat-subtitle{font-family:Inria Sans,sans-serif;font-weight:700;font-size:.9rem;color:#7f8c8d}.adminDashboard__stats .stat-card--users{background:#ffcf4d;color:#7e5c00}.adminDashboard__stats .stat-card--users .stat-label,.adminDashboard__stats .stat-card--users .stat-subtitle{color:#7e5c00}.adminDashboard__stats .stat-card--server{background:#3c71ca;color:#f4f9ff}.adminDashboard__stats .stat-card--server .stat-label,.adminDashboard__stats .stat-card--server .stat-subtitle{color:#ffffffe6}.adminDashboard__stats .stat-card--requests{background:#fcb3cb;color:#7c223f}.adminDashboard__stats .stat-card--requests .stat-label,.adminDashboard__stats .stat-card--requests .stat-subtitle{color:#7c223f}.adminDashboard__stats .stat-card--content{background:#54ad58;color:#eeffef}.adminDashboard__stats .stat-card--content .stat-label{color:#eeffef}.adminDashboard__stats .stat-card--content .stat-subtitle{color:#005605}.adminDashboard__actions{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.adminDashboard .activity-log-card{background:#655146;color:#fdfaee;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.adminDashboard .activity-log-card h3{margin:0 0 1.5rem;font-size:1.5rem;font-weight:400}.adminDashboard .activity-log-card .activity-chart .chart-bars{display:flex;align-items:end;gap:8px;height:80px}.adminDashboard .activity-log-card .activity-chart .chart-bars .bar{flex:1;background:#ffffff4d;border-radius:4px 4px 0 0;min-height:20px;transition:background-color .3s ease}.adminDashboard .activity-log-card .activity-chart .chart-bars .bar:hover{background:#ffffff80}.adminDashboard .quick-actions{display:flex;flex-direction:column;gap:1rem}.adminDashboard .quick-actions .action-card{background:#fffffd;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.adminDashboard .quick-actions .action-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;border-color:#655146}.adminDashboard .quick-actions .action-card .action-icon{font-size:2rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f8f6ee;border-radius:8px;flex-shrink:0}.adminDashboard .quick-actions .action-card .action-content{flex:1}.adminDashboard .quick-actions .action-card .action-content h4{margin:0 0 .25rem;font-size:1.1rem;font-weight:400;color:#2a1e17}.adminDashboard .quick-actions .action-card .action-content p{margin:0;font-family:Inria Sans,sans-serif;font-size:.9rem;color:#7f8c8d}.icon{width:1.5rem;height:1.5rem}.admin-report{min-height:100vh;display:flex;flex-direction:column;background-color:#fffcf7;font-family:Inria Sans,sans-serif;font-weight:400}.admin-report .main-content{flex:1;padding:2rem}.admin-report__section{max-width:1200px;margin:0 auto}.admin-report__header{margin-bottom:2rem}.admin-report__header h1{font-size:2rem;font-weight:400;font-family:Lalezar,sans-serif;color:#2a1e17;margin-top:2rem}.admin-report .search-bar{margin-bottom:2rem;position:relative}.admin-report .search-bar:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;font-size:1rem;z-index:2;pointer-events:none}.admin-report .search-bar input{width:100%;padding:1rem 1rem 1rem 3rem;border:1px solid #e0e0e0;border-radius:9999px;font-size:1rem;background-color:#f5f5f5;color:#333;transition:all .2s ease}.admin-report .search-bar input:focus{outline:none;border-color:#868c86;background-color:#f4f2f2;box-shadow:0 0 0 3px #848a841a}.admin-report .search-bar input::placeholder{color:#999}.admin-report__list{display:flex;flex-direction:column;gap:1.5rem;min-height:30rem;margin-bottom:2rem}.admin-report__item{background:#fffefc;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;border:1px solid #f0f0f0}.admin-report__item:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.admin-report__content{flex:1;margin-right:2rem}.admin-report__word{font-size:1.5rem;font-family:Lalezar,sans-serif;font-weight:400;color:#2a1e17;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.admin-report__text{margin:.75rem 0;font-size:1rem;color:#555;line-height:1.5}.admin-report__label{color:#333;font-weight:700}.admin-report__date{margin:.75rem 0 0;font-size:.9rem;color:#888;font-style:italic}.admin-report__actions{display:flex;gap:.75rem;align-self:flex-end}.admin-report__actions button{padding:.3rem 1.5rem;font-weight:700;border:none;border-radius:9999px;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:80px;letter-spacing:.5px}.admin-report__actions button:hover{transform:translateY(-1px)}.admin-report__actions button:active{transform:translateY(0)}.admin-report__actions .btn-delete{background-color:#fad8d8;color:#d70b3b}.admin-report__actions .btn-delete:hover{background-color:#ffd0d0}.admin-report__actions .btn-keep{background-color:#d8fada;color:#60b064}.admin-report__actions .btn-keep:hover{background-color:#c9f9cc}.admin-report .see-more-container{display:flex;justify-content:center;align-items:center;margin-top:2rem}.admin-report .see-more-container .btn-see-more{margin:1.5rem auto 0;gap:.5rem;display:inline-flex;background:#fbf4e7;color:#2a1e17;font-family:Inria Sans,sans-serif;font-weight:700;font-size:1rem;border:none;border-radius:999px;padding:.75rem 1.5rem;cursor:pointer;justify-content:center;align-items:center;display:flex}.admin-report .see-more-container .btn-see-more:hover{opacity:.9}.admin-report .see-more-container .btn-see-more__icon{width:1rem;height:1rem;vertical-align:middle}.admin-report .no-reports{text-align:center;padding:4rem 2rem;height:30rem;color:#666;font-size:1.1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin-report .loading-message{text-align:center;padding:4rem 2rem;color:#666;font-size:1.1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin-report .loading-message p{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.admin-report .loading-message p:after{content:"";width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--vb-font-size-base);scroll-behavior:smooth}body{background-color:var(--vb-color-bg-primary);font-family:var(--vb-font-primary);color:var(--vb-color-text-primary);line-height:var(--vb-line-height-base);min-height:100vh;-webkit-font-smoothing:antialiased}ul,ol{list-style:none}button{border:none;background:none;font:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){:root{--vb-color-border-light: #000000;--vb-elevation-base: 0 0 0 2px #000000}}.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}.loading{pointer-events:none;opacity:.6;cursor:progress}.error-state{color:var(--vb-color-error-primary);border-color:var(--vb-color-error-primary)}.success-state{color:var(--vb-color-success-primary);border-color:var(--vb-color-success-primary)}@media (max-width: 767px){body{font-size:var(--vb-font-size-sm)}h1{font-size:var(--vb-font-size-2xl)}h2{font-size:var(--vb-font-size-xl)}h3{font-size:var(--vb-font-size-lg)}}.animate{will-change:transform,opacity;transform:translateZ(0)}@media print{.no-print,nav,.sidebar,.header,.footer{display:none!important}body{color:#000;background:#fff;font-size:12pt}}@supports (-webkit-touch-callout: none){.full-height{min-height:-webkit-fill-available}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
