:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;width:100%;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;transition:.4s;padding:3px}@media (min-width: 1024px){body{display:flex;place-items:center}}@media (max-width: 767px){#app{padding:0}}.main-nav{position:fixed;top:0;left:0;right:0;height:60px;background-color:#fff;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000000d;z-index:1000;gap:20px;white-space:nowrap}.nav-left,.nav-right{display:flex;align-items:center;gap:20px;flex-wrap:nowrap}.main-nav a{color:#333;text-decoration:none;font-weight:500;transition:color .2s ease;cursor:pointer;white-space:nowrap}.main-nav a:hover{color:#dc3545}.main-nav a.router-link-exact-active{font-weight:700;border-bottom:2px solid #dc3545}.avatar-dropdown-wrapper{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;user-select:none}.avatar-dropdown-wrapper .avatar-circle{width:36px;height:36px;border-radius:50%;background-color:#dc3545;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.avatar-dropdown-wrapper .dropdown-menu{position:absolute;top:45px;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px 0;box-shadow:0 2px 8px #0000001a;z-index:1000;min-width:150px}.avatar-dropdown-wrapper .dropdown-menu a{display:block;padding:8px 16px;color:#333;text-decoration:none}.avatar-dropdown-wrapper .dropdown-menu a:hover{background-color:#f5f5f5}.avatar-dropdown-wrapper .dropdown-menu hr{margin:4px 0;border:none;border-top:1px solid #eee}.avatar-dropdown-wrapper .avatar-image{width:36px;height:36px;border-radius:50%;object-fit:cover}body,#app,.page-content{padding-top:60px}.hamburger{display:none;cursor:pointer;font-size:24px}.nav-left-mobile{display:none;flex-direction:column;gap:10px;background-color:#fff;position:absolute;top:60px;left:0;padding:1rem;box-shadow:0 2px 8px #0000001a;width:100%;z-index:1000}.nav-left-mobile a{padding:10px 15px;font-size:16px}.nav-item-dropdown{position:relative;cursor:pointer}.nav-item-dropdown>span{padding:8px 16px;display:inline-flex;align-items:center;gap:4px;color:#333;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .2s ease}.nav-item-dropdown>span:hover{color:#dc3545}.nav-item-dropdown .dropdown-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;border-radius:4px;min-width:200px;box-shadow:0 2px 8px #0000001a;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease}.nav-item-dropdown:hover .dropdown-menu,.nav-item-dropdown.show .dropdown-menu{opacity:1;visibility:visible}.nav-item-dropdown .dropdown-menu a{padding:8px 16px;white-space:nowrap;color:#333}.nav-item-dropdown .dropdown-menu a:hover{background-color:#f5f5f5}.nav-item-dropdown.show>span{font-weight:700;border-bottom:2px solid #dc3545}@media (max-width: 768px){.main-nav{padding:0 1rem;height:50px}body,#app,.page-content{padding-top:50px}.nav-left,.nav-right{gap:12px}.nav-left{display:none}.hamburger{display:flex;align-items:center;gap:20px}.nav-left-mobile{display:flex}.nav-item-dropdown .dropdown-menu{position:relative;border:none;box-shadow:none;padding-left:0;top:0;display:none;opacity:1!important;visibility:visible!important}.nav-item-dropdown.show .dropdown-menu{display:flex;flex-direction:column}.nav-item-dropdown>span{justify-content:space-between;width:100%}}.register-modal .error-text{color:#d93025;font-size:.85rem;margin-top:4px;display:block}.register-modal.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.register-modal .modal{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;position:relative;box-shadow:0 10px 25px #0003}.register-modal .modal-title{margin:0 0 1rem;text-align:center;font-size:1.5rem;font-weight:700}.register-modal .modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s ease}.register-modal .modal-close:hover{color:#333}.register-modal label{display:block;margin-bottom:.75rem;font-weight:500;color:#333}.register-modal input,.register-modal select{width:100%;margin-top:.25rem;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.register-modal .modal-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.register-modal .submit-button{background-color:#dc3545;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.register-modal .submit-button:hover{background-color:#c82333}.register-modal .submit-button:disabled{opacity:.6;cursor:not-allowed}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.login-modal .modal{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;position:relative;box-shadow:0 10px 25px #0003}.login-modal .modal-title{margin:0 0 1rem;text-align:center;font-size:1.5rem;font-weight:700}.login-modal .modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s ease}.login-modal .modal-close:hover{color:#333}.login-modal label{display:block;margin-bottom:.75rem;font-weight:500;color:#333}.login-modal input{width:100%;margin-top:.25rem;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.login-modal .error-text{color:#d93025;font-size:.85rem;margin-top:4px;display:block}.login-modal .modal-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.login-modal .submit-button{background-color:#dc3545;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.login-modal .submit-button:hover{background-color:#c82333}.login-modal .submit-button:disabled{opacity:.6;cursor:not-allowed}.login-modal .forgot-link{margin-top:10px;text-align:right;font-size:.9em}.login-modal .success-text{color:green;margin-top:10px}.login-modal .secondary-button{margin-left:10px;background-color:#ccc;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.login-modal .error-text{color:red;font-size:.85em}.about-modal.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.about-modal .modal{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;position:relative;box-shadow:0 10px 25px #0003}.about-modal .modal-title{margin:0 0 1rem;text-align:center;font-size:1.5rem;font-weight:700}.about-modal .modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s ease}.about-modal .modal-close:hover{color:#333}.about-modal .modal-content p{margin-bottom:1rem;font-size:1rem;color:#333}.about-modal .modal-actions{display:flex;justify-content:center;margin-top:1.5rem}.about-modal .close-button{background-color:#007bff;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.about-modal .close-button:hover{background-color:#0056b3}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;padding:2rem;border-radius:8px;max-width:400px;width:90%}.modal-close{float:right;background:none;border:none;font-size:1.5rem}.modal-title{margin-bottom:1rem}.donate-modal.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.donate-modal .modal{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;position:relative;box-shadow:0 10px 25px #0003}.donate-modal .modal-title{margin:0 0 1rem;text-align:center;font-size:1.5rem;font-weight:700}.donate-modal .modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s ease}.donate-modal .modal-close:hover{color:#333}.donate-modal .modal-content p{margin-bottom:1rem;font-size:1rem;color:#333}.donate-modal .modal-actions{display:flex;justify-content:center;margin-top:1.5rem}.donate-modal .paypal-button{background-color:#ffc439;color:#111;font-weight:700;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.donate-modal .paypal-button:hover{background-color:#ffb700}.daily-goals-popup .goals-button{position:fixed;bottom:24px;right:24px;background-color:#dc3545;color:#fff;border:none;border-radius:50%;width:60px;height:60px;font-size:1.8rem;cursor:pointer;box-shadow:0 4px 12px #dc354566;z-index:1000;transition:transform .2s ease,box-shadow .3s ease}.daily-goals-popup .goals-button:hover{transform:scale(1.1);box-shadow:0 6px 18px #dc354580}.daily-goals-popup .popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.daily-goals-popup .popup-content{background:#fff;border-radius:16px;width:90%;max-width:500px;padding:1.5rem;box-shadow:0 4px 24px #00000040;max-height:80vh;overflow-y:auto;animation:popIn .3s ease}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.daily-goals-popup .popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.daily-goals-popup .popup-header h3{color:#dc3545;font-weight:700;font-size:1.3rem}.daily-goals-popup .close-btn{background:none;border:none;font-size:1.3rem;color:#666;cursor:pointer;transition:color .2s ease}.daily-goals-popup .close-btn:hover{color:#dc3545}.daily-goals-popup .goal-card{background-color:#dc35450d;border:1px solid rgba(220,53,69,.1);border-radius:10px;padding:1rem 1.2rem;margin-bottom:1rem;transition:box-shadow .3s ease,transform .2s ease}.daily-goals-popup .goal-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc354526}.daily-goals-popup .goal-card.completed{background-color:#e6ffed;border-color:#b6f2c1}.daily-goals-popup .goal-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#333;margin-bottom:.5rem}.daily-goals-popup .goal-card.completed .goal-header{color:#256029}.daily-goals-popup .status{font-size:.9rem;color:#dc3545;font-weight:700}.daily-goals-popup .status.done{color:#256029}.daily-goals-popup .goal-desc{font-size:.9rem;color:#555;line-height:1.4}.daily-goals-popup .not-logged-in{text-align:center;padding:2rem 1rem;color:#333;background-color:#fff4f4;border:1px solid #f5c6cb;border-radius:12px;margin-top:1rem}.daily-goals-popup .not-logged-in h4{color:#dc3545;font-size:1.2rem;margin-bottom:.5rem}.daily-goals-popup .not-logged-in p{color:#555;font-size:1rem;margin-bottom:1.5rem}.daily-goals-popup .not-logged-in .cta-buttons{display:flex;justify-content:center;gap:1rem}.daily-goals-popup .not-logged-in .btn-login,.daily-goals-popup .not-logged-in .btn-register{padding:.6rem 1.2rem;font-size:.95rem;border-radius:8px;cursor:pointer;border:none;transition:transform .2s ease,background-color .2s ease}.daily-goals-popup .not-logged-in .btn-login{background-color:#dc3545;color:#fff}.daily-goals-popup .not-logged-in .btn-login:hover{background-color:#c82333;transform:scale(1.05)}.daily-goals-popup .not-logged-in .btn-register{background-color:#fff;color:#dc3545;border:1px solid #dc3545}.daily-goals-popup .not-logged-in .btn-register:hover{background-color:#dc3545;color:#fff;transform:scale(1.05)}.daily-goals-popup .no-goals{text-align:center;padding:2rem 1rem;color:#333}.daily-goals-popup .no-goals h4{color:#dc3545;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.daily-goals-popup .no-goals p{color:#555;font-size:1rem;margin-bottom:1.5rem}.daily-goals-popup .no-goals .cta-buttons{display:flex;justify-content:center;gap:1rem}.daily-goals-popup .no-goals .btn-setup-goals{padding:.8rem 1.6rem;background-color:#dc3545;color:#fff;border:none;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.daily-goals-popup .no-goals .btn-setup-goals:hover{background-color:#dc3545;transform:scale(1.05)}.daily-goals-popup .fade-enter-active,.daily-goals-popup .fade-leave-active{transition:opacity .3s ease}.daily-goals-popup .fade-enter-from,.daily-goals-popup .fade-leave-to{opacity:0}.daily-words{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.daily-words h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.daily-words .word-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.daily-words .word-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.daily-words .word-card:hover{transform:translateY(-4px)}.daily-words .card-header{display:flex;justify-content:space-between;align-items:center}.daily-words .word{font-size:1.5rem;margin:0;color:#222}.daily-words .type-tag{padding:4px 8px;border-radius:5px;font-size:.75rem;font-weight:700;text-transform:capitalize;color:#fff}.daily-words .pronunciations{margin:10px 0;font-size:.95rem;color:#555}.daily-words .pronunciations strong{font-weight:700}.daily-words .word-details{list-style-type:disc;padding-left:20px;margin:10px 0;font-size:.95rem;color:#444}.daily-words .word-details li{margin-bottom:6px}.daily-words .word-details li strong{font-weight:700}.daily-words .card-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.daily-words .card-actions button{flex:1;padding:6px 12px;font-size:.9rem;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:filter .2s ease}.daily-words .word-card.noun{background-color:#007bff14}.daily-words .word-card.verb{background-color:#dc35451a}.daily-words .word-card.adjective{background-color:#ffc1071f}.daily-words .word-card.adverb{background-color:#17a2b81a}.daily-words .word-card.preposition{background-color:#6f42c11a}.daily-words .word-card.conjunction{background-color:#fd7e141a}.daily-words .word-card.interjection{background-color:#28a74514}.daily-words .word-card.determiner{background-color:#20c9971a}.daily-words .word-card.article{background-color:#6610f21a}.daily-words .word-card.number{background-color:#00b8941a}.daily-words .word-card.other{background-color:#343a4014}.daily-words .word-card.exclamation{background-color:#ff33991a}.daily-words .word-card.pronoun{background-color:#0066cc14}.daily-words .word-card.modal-verb{background-color:#777cff1a}.daily-words .word-card.noun .type-tag,.daily-words .word-card.noun button{background-color:#007bff}.daily-words .word-card.verb .type-tag,.daily-words .word-card.verb button{background-color:#dc3545}.daily-words .word-card.adjective .type-tag,.daily-words .word-card.adjective button{background-color:#ffc107}.daily-words .word-card.adverb .type-tag,.daily-words .word-card.adverb button{background-color:#17a2b8}.daily-words .word-card.preposition .type-tag,.daily-words .word-card.preposition button{background-color:#6f42c1}.daily-words .word-card.conjunction .type-tag,.daily-words .word-card.conjunction button{background-color:#fd7e14}.daily-words .word-card.interjection .type-tag,.daily-words .word-card.interjection button{background-color:#28a745}.daily-words .word-card.determiner .type-tag,.daily-words .word-card.determiner button{background-color:#20c997}.daily-words .word-card.article .type-tag,.daily-words .word-card.article button{background-color:#6610f2}.daily-words .word-card.number .type-tag,.daily-words .word-card.number button{background-color:#00b894;color:#fff}.daily-words .word-card.other .type-tag,.daily-words .word-card.other button{background-color:#343a40}.daily-words .word-card.exclamation .type-tag,.daily-words .word-card.exclamation button{background-color:#f39;color:#fff}.daily-words .word-card.pronoun .type-tag,.daily-words .word-card.pronoun button{background-color:#06c;color:#fff}.daily-words .word-card.modal-verb .type-tag,.daily-words .word-card.modal-verb button{background-color:#777cff}.daily-words .call-to-action-card{background-color:#28a74514;text-align:center;border:2px dashed #28a745;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;border-radius:8px}.daily-words .call-to-action-card button{margin-top:1rem;background-color:#28a745;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer}.daily-words .call-to-action-card button:hover{background-color:#28a745}.daily-words .call-to-action-guest{background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;padding:1.5rem;border-radius:8px}.daily-words .call-to-action-guest button{margin-top:1rem;background-color:#666;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.daily-words .call-to-action-guest button:hover{background-color:#444}.daily-words button:hover{filter:brightness(.9)}.daily-words .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.daily-words .word-grid{grid-template-columns:1fr;gap:16px}.daily-words .word-card{padding:16px}.daily-words .word{font-size:1.3rem}.daily-words .pronunciations,.daily-words .word-details{font-size:.9rem}.daily-words .card-actions{flex-direction:column;gap:8px}.daily-words .card-actions button{width:100%;font-size:.85rem}}@media (max-width: 480px){.daily-words h1{font-size:1.4rem}.daily-words .word{font-size:1.2rem}.daily-words .pronunciations p,.daily-words .word-details li{font-size:.85rem}.daily-words .card-header{flex-direction:column;align-items:flex-start;gap:6px}}.profile-layout{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:40px auto;padding:0 20px}@media (min-width: 768px){.profile-layout{flex-direction:row;align-items:flex-start}.profile-layout .profile-left,.profile-layout .profile-right{width:50%}.profile-layout .profile-left{margin-right:2%}}.profile-layout .profile-left,.profile-layout .profile-right{background:#fff;padding:32px;border-radius:10px;box-shadow:0 4px 20px #0000000d;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.profile-layout .profile-title,.profile-layout .section-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:24px;color:#333}.profile-layout .profile-avatar-section{display:flex;align-items:center;margin-bottom:24px;gap:16px}.profile-layout .profile-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.profile-layout .avatar-input{font-size:14px}.profile-layout .profile-form .form-group{margin-bottom:20px}.profile-layout .profile-form label{display:block;margin-bottom:6px;font-weight:600;color:#555}.profile-layout .profile-form input,.profile-layout .profile-form select{width:100%;padding:10px 14px;border-radius:6px;border:1px solid #ccc;font-size:15px;transition:border-color .3s}.profile-layout .profile-form input:focus,.profile-layout .profile-form select:focus{border-color:#007bff;outline:none}.profile-layout .form-row{display:flex;gap:16px}.profile-layout .half-width{flex:1}.profile-layout .submit-button{width:100%;background-color:#dc3545;color:#fff;padding:12px 0;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.profile-layout .submit-button:hover{background-color:#c82333}.profile-layout .readonly-input{background-color:#f5f5f5;cursor:not-allowed;color:#888}.profile-layout .success-message{background-color:#e6ffed;color:#256029;border:1px solid #b6f2c1;padding:10px;border-radius:4px;margin-bottom:1rem;text-align:center}.profile-layout .field-error{color:#d93025;font-size:13px;margin-top:4px}.profile-layout .avatar-circle{width:80px;height:80px;border-radius:50%;background-color:#dc3545;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:25px}.settings-page{padding:2.5rem 1.5rem;max-width:600px;margin:40px auto;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00000014;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.settings-page h2{text-align:center;font-size:2rem;color:#dc3545;margin-bottom:1.5rem;font-weight:700;text-shadow:0 1px 1px rgba(220,53,69,.2)}.settings-page .success-message{background-color:#e6ffed;color:#256029;border:1px solid #b6f2c1;padding:10px;border-radius:6px;margin-bottom:1.5rem;text-align:center;font-weight:600;font-size:.95rem;box-shadow:0 2px 6px #26c28133;animation:fadeIn .3s ease-in-out}.settings-page .form-group{background-color:#dc35450f;border:1px solid rgba(220,53,69,.15);border-radius:8px;padding:1rem 1.2rem;margin-bottom:1.2rem;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .3s ease}.settings-page .form-group:hover{transform:translateY(-2px);box-shadow:0 3px 10px #dc354526}.settings-page .checkbox-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.settings-page input[type=checkbox]{width:22px;height:22px;accent-color:#dc3545;cursor:pointer;transition:transform .15s ease}.settings-page input[type=checkbox]:hover{transform:scale(1.1)}.settings-page label{font-weight:700;color:#333;font-size:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-page .details{font-size:.9rem;color:#555;font-weight:500;line-height:1.4;margin-left:1.9rem}.settings-page button{width:100%;background-color:#dc3545;color:#fff;padding:14px 0;font-size:1.05rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px #dc35454d;margin-top:1rem;text-transform:uppercase;letter-spacing:.5px}.settings-page button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}.settings-page button:disabled{background-color:#ccc;cursor:not-allowed;box-shadow:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.settings-page{padding:2rem 1rem;margin:30px auto}.settings-page h2{font-size:1.6rem;margin-bottom:1.2rem}.settings-page .form-group{padding:.9rem 1rem}.settings-page label{font-size:.95rem}.settings-page .details{font-size:.85rem;margin-left:1.6rem}.settings-page button{font-size:.95rem;padding:12px 0}}@media (max-width: 480px){.settings-page{padding:1.5rem 1rem}.settings-page h2{font-size:1.4rem}.settings-page .form-group{padding:.8rem .9rem}.settings-page .checkbox-row{gap:.5rem}.settings-page label{font-size:.9rem}.settings-page .details{font-size:.8rem;margin-left:1.4rem}.settings-page button{font-size:.9rem;padding:10px 0}}.vocabulary-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f8fff4,#e6f4ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #cde8d3}.vocabulary-exam-container h1{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.vocabulary-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008;transition:transform .2s ease}.vocabulary-exam-container .question-block:hover{transform:translateY(-3px)}.vocabulary-exam-container .question-block h3{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.4}.vocabulary-exam-container strong{color:#2c3e50}.vocabulary-exam-container label{display:block;padding:.6rem 1rem;margin-bottom:.6rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.vocabulary-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.vocabulary-exam-container input[type=radio]{margin-right:10px}.vocabulary-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.vocabulary-exam-container .submit-button{display:block;margin:2rem auto 0;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #28a74566;transition:background .3s ease,transform .2s}.vocabulary-exam-container .submit-button:hover{background:#218838;transform:scale(1.03)}.vocabulary-exam-container .result-screen{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.vocabulary-exam-container .pass{color:#38a169;font-size:2rem;font-weight:700}.vocabulary-exam-container .pass .subtitle{display:block;font-size:1.25rem;color:#4a5568;margin-top:10px}.vocabulary-exam-container .fail{color:#e53935;font-size:1.9rem;font-weight:700;margin-bottom:1rem}.vocabulary-exam-container .try-again-button{margin-top:1.8rem;padding:12px 26px;background-color:#ffa726;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.vocabulary-exam-container .try-again-button:hover{background-color:#fb8c00}@media (max-width: 600px){.vocabulary-exam-container{padding:1.5rem}.vocabulary-exam-container .submit-button,.vocabulary-exam-container .try-again-button{width:100%}.vocabulary-exam-container .question-block{padding:1.2rem}}.vocabulary-history{max-width:1100px;margin:60px auto;padding:0 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;border-radius:12px;box-shadow:0 4px 20px #0000000f}.vocabulary-history h1{text-align:center;font-size:2.4rem;margin:40px 0;font-weight:700}.vocabulary-history .loading,.vocabulary-history .no-history{text-align:center;font-size:1.2rem;color:#666;padding:40px 0}.vocabulary-history .history-table{width:100%;border-collapse:separate;border-spacing:0 18px;font-size:1rem;color:#444}.vocabulary-history .history-table th,.vocabulary-history .history-table td{background-color:#fff;padding:18px 24px;text-align:left;border-radius:12px;box-shadow:0 2px 8px #0000000d;vertical-align:top;transition:background-color .3s ease}.vocabulary-history .history-table th{background-color:#f4f6f8;font-weight:600;color:#222;font-size:1.05rem}.vocabulary-history .history-table tbody tr:hover td{background-color:#f2fbf5}.vocabulary-history .history-table td ul{padding-left:20px;margin:0;list-style-type:disc}.vocabulary-history .history-table td li{margin-bottom:10px;font-size:1rem;color:#333;line-height:1.6}.vocabulary-history .history-table td li strong{font-weight:700;color:#222;font-size:1.1rem}.vocabulary-history .word-type-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:5px;margin-left:10px;color:#fff;text-transform:capitalize;box-shadow:0 1px 3px #0000001f}.vocabulary-history .noun .word-type-tag{background-color:#007bff}.vocabulary-history .verb .word-type-tag{background-color:#dc3545}.vocabulary-history .adjective .word-type-tag{background-color:#ffc107}.vocabulary-history .adverb .word-type-tag{background-color:#17a2b8}.vocabulary-history .preposition .word-type-tag{background-color:#6f42c1}.vocabulary-history .conjunction .word-type-tag{background-color:#fd7e14}.vocabulary-history .interjection .word-type-tag{background-color:#28a745}.vocabulary-history .determiner .word-type-tag{background-color:#20c997}.vocabulary-history .article .word-type-tag{background-color:#6610f2}.vocabulary-history .other .word-type-tag{background-color:#343a40}.vocabulary-history .pronoun .word-type-tag{background-color:#06c}.vocabulary-history .exclamation .word-type-tag{background-color:#f39}.vocabulary-history .number .word-type-tag{background-color:#00b894}.vocabulary-history .view-detail-link{display:inline-block;margin-top:8px;font-size:.9rem;color:#28a745;text-decoration:none;font-weight:600;transition:color .2s ease}.vocabulary-history .view-detail-link:hover{color:#1e7e34;text-decoration:underline}.vocabulary-history .search-bar{margin-bottom:1em;display:flex;gap:.5em;flex-wrap:wrap}.vocabulary-history .search-bar input[type=text]{flex-grow:1;padding:10px 14px;font-size:1rem;min-width:200px;border:1.5px solid #28a745;border-radius:4px}.vocabulary-history .search-bar button{padding:.5em 1em;font-size:1rem;cursor:pointer;border:none;background-color:#28a745;color:#fff;border-radius:4px;transition:background-color .3s}.vocabulary-history .search-bar button:hover{background-color:#218838}.vocabulary-history .search-bar input[type=text]:focus{outline:none;border-color:#28a745;box-shadow:0 0 5px #28a745}.vocabulary-history .total-words-count{font-size:1rem;font-weight:600;margin:1rem 0;color:#2c3e50;background-color:#f0f8ff;padding:.5rem 1rem;border-left:4px solid #28a745;border-radius:4px;box-shadow:0 1px 3px #0000001a;-webkit-user-select:none;user-select:none;max-width:fit-content}.vocabulary-history .total-words-count .count-number{font-weight:700;color:#28a745}.vocabulary-history .words-by-type{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.6rem;font-size:.9rem;-webkit-user-select:none;user-select:none}.vocabulary-history .words-by-type li{display:inline-flex;align-items:center}.vocabulary-history .words-by-type li .word-type-tag{padding:5px 12px;border-radius:6px;font-weight:600;text-transform:capitalize;box-shadow:0 1px 3px #0000001f;cursor:default;display:inline-block}.vocabulary-history .words-by-type li .word-type-tag strong{font-weight:700;margin-left:5px}@media (max-width: 768px){.vocabulary-history .history-table th,.vocabulary-history .history-table td{padding:14px 16px;font-size:.95rem}.vocabulary-history .history-table td li{font-size:.95rem}.vocabulary-history .word-type-tag{font-size:.7rem;padding:2px 8px}}@media (max-width: 480px){.vocabulary-history h1{font-size:1.6rem;margin:24px 0}.vocabulary-history .history-table{font-size:.9rem}.vocabulary-history .view-detail-link{font-size:.85rem}.vocabulary-history .search-bar{flex-direction:column;align-items:stretch}.vocabulary-history .search-bar input[type=text],.vocabulary-history .search-bar button{width:100%}.vocabulary-history .search-bar button{margin-top:.5em}.vocabulary-history .search-bar button+button{margin-top:.5em}}.back-link[data-v-409e91f7]{display:inline-block;margin-top:30px;font-size:.9rem;color:#007bff;text-decoration:underline}.back-link[data-v-409e91f7]:hover{text-decoration:none}.irregular-verbs-page{margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif;color:#333}.irregular-verbs-page .container{margin:0 auto}.irregular-verbs-page .page-title{font-size:1.8rem;font-weight:600;text-align:center;color:#333;margin-bottom:1.5rem}.irregular-verbs-page .table-wrapper{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 0 10px #0000000d}.irregular-verbs-page .verb-table{width:100%;border-collapse:collapse;min-width:600px}.irregular-verbs-page .verb-table thead{background-color:#dc3545;color:#fff}.irregular-verbs-page .verb-table th,.irregular-verbs-page .verb-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee}.irregular-verbs-page .verb-table td{color:#444}.irregular-verbs-page .verb-table tbody tr:nth-child(odd){background-color:#f9f9f9}.irregular-verbs-page .verb-table tbody tr:nth-child(2n){background-color:#fff}.irregular-verbs-page .verb-table tbody tr:hover{background-color:#ffe8e8;transition:background-color .2s ease-in-out}.irregular-verbs-page .mobile-only{display:none}.irregular-verbs-page .verb-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;padding:1rem;margin-bottom:1rem}.irregular-verbs-page .verb-card-header{font-weight:700;font-size:1rem;color:#dc3545;margin-bottom:.5rem}.irregular-verbs-page .verb-card-body p{margin:.3rem 0;color:#333;font-size:.95rem}.irregular-verbs-page .search-wrapper{display:flex;width:100%;margin:0 auto 1.5rem;gap:.5rem}.irregular-verbs-page .search-input{flex-grow:1;width:100%;padding:10px 14px;border:1.5px solid #dc3545;border-radius:6px;font-size:1rem;color:#333;outline-offset:2px;transition:border-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.irregular-verbs-page button{flex-shrink:0;width:120px;background-color:#dc3545;color:#fff;border:none;padding:10px 0;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.irregular-verbs-page button:hover{background-color:#a71d2a}.irregular-verbs-page .search-input:focus{outline:none;border-color:#a71d2a;box-shadow:0 0 5px #dc354580}.irregular-verbs-page .loading{text-align:center;font-size:1.125rem;color:#e74c3c;font-weight:600}.irregular-verbs-page .error-message{text-align:center;margin-bottom:20px;color:#e74c3c;font-weight:700;font-size:1rem}.irregular-verbs-page .clear-button{background-color:#6c757d}.irregular-verbs-page .clear-button:hover{background-color:#5a6268}.irregular-verbs-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 600px){.irregular-verbs-page{padding:1rem .5rem}.irregular-verbs-page .page-title{font-size:1.5rem;margin-bottom:1rem}.irregular-verbs-page .desktop-only{display:none}.irregular-verbs-page .mobile-only{display:block}.irregular-verbs-page p strong{font-weight:700}.irregular-verbs-page .search-wrapper{flex-direction:column;gap:.75rem;width:100%}.irregular-verbs-page .search-input,.irregular-verbs-page button{width:100%;flex-grow:0}.irregular-verbs-page .clear-button,.irregular-verbs-page button{padding:12px;font-size:1rem}}.reset-password-container{background:#fff;padding:2rem;border-radius:10px;width:100%;max-width:420px;margin:50px auto;box-shadow:0 10px 25px #0003;font-family:inherit}.reset-password-container h1{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;font-weight:700;color:#333}.reset-password-container .form-group{margin-bottom:1.25rem}.reset-password-container label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.reset-password-container input{width:100%;margin-top:.25rem;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem}.reset-password-container .error{color:#d93025;font-size:.85rem;margin-top:4px;display:block}.reset-password-container .success{color:green;font-size:.9rem;margin-top:1rem;text-align:center}.reset-password-container .form-actions{margin-top:1.5rem;display:flex;justify-content:flex-end}.reset-password-container button{background-color:#dc3545;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.reset-password-container button:hover{background-color:#c82333}.reset-password-container button:disabled{opacity:.6;cursor:not-allowed}.book-page{padding:2rem 1rem;max-width:1200px;margin:0 auto;font-family:system-ui,sans-serif;background-color:#fff;color:#222}.book-page h1{text-align:center;font-size:2.2rem;margin-bottom:2rem;font-weight:700;color:#111}.book-page .books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:1.75rem;justify-content:center}.book-page .book-card{background-color:#fdfdfd;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;cursor:pointer;overflow:hidden}.book-page .book-card:hover{background-color:#f8f8f8;transform:translateY(-4px);box-shadow:0 8px 18px #0000000d}.book-page .book-card img.cover{width:245px;height:367px;display:block;border-bottom:1px solid #eee;box-shadow:-5px 9px 8px 3px #5e5e5e54}.book-page .book-card h3{margin:1rem 1rem .5rem;font-size:1.15rem;font-weight:600;text-align:center;color:#222}.book-page .book-card p{font-size:.95rem;color:#555;padding:0 1rem 1rem;text-align:center;line-height:1.5}.book-page .book-card strong{display:block;margin:.5rem 0 .25rem;color:#333;font-size:.9rem;font-weight:500;text-align:center}.book-page .error-message{color:red;margin-top:1rem;font-weight:500;text-align:center}.book-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 1024px){.book-page .books-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.book-page .books-grid{grid-template-columns:1fr}.book-page .book-card img.cover{width:100%;height:auto}.book-page .book-card{align-items:stretch}.book-page h1{font-size:1.6rem}}.book-detail-page{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem;font-family:Segoe UI,Roboto,sans-serif;color:#222;background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 12px #0000000d}.book-detail-page .book-header{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;margin-bottom:2.5rem;background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000000a}.book-detail-page .cover-image{width:260px;height:380px;border:1px solid #e0e0e0;box-shadow:-5px 9px 8px 3px #5e5e5e54}.book-detail-page .book-meta{flex:1;min-width:260px}.book-detail-page .book-meta h1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.book-detail-page .description{font-size:1.05rem;margin-bottom:1rem;line-height:1.7;color:#444}.book-detail-page .meta{font-size:.97rem;margin-bottom:.6rem;color:#555}.book-detail-page .meta strong{color:#222}.book-detail-page .chapters-section{margin-top:3rem;background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 8px #0000000a}.book-detail-page .chapters-section h2{font-size:1.7rem;margin-bottom:1rem;color:#2c3e50;border-bottom:1px solid #ddd;padding-bottom:.5rem}.book-detail-page .chapter{border-top:1px solid #eee;padding:1rem 0}.book-detail-page .chapter:first-child{border-top:none}.book-detail-page .chapter h3{font-size:1.1rem;cursor:pointer;display:flex;justify-content:space-between;transition:color .2s ease}.book-detail-page .toggle-icon{font-size:.9rem;color:#888}.book-detail-page .chapter-content{margin-top:.8rem;padding:.75rem 1rem;border-radius:4px;line-height:1.7;font-size:1rem;white-space:pre-line;color:#333}.book-detail-page .error-message{color:red;margin-top:2rem;text-align:center;font-weight:700}.book-detail-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.book-detail-page{max-width:100%;margin:1rem;padding:1.5rem 1rem;border-radius:8px;box-shadow:0 3px 10px #00000012;background-color:#fff}.book-detail-page .book-header{flex-direction:column;gap:1.5rem;padding:1rem;border-radius:8px;box-shadow:0 2px 6px #0000000d}.book-detail-page .cover-image{width:100%;max-width:180px;height:auto;align-self:center;box-shadow:0 4px 8px #0000001a}.book-detail-page .book-meta{min-width:auto;width:100%}.book-detail-page .book-meta h1{font-size:1.8rem;margin-bottom:.75rem;text-align:center}.book-detail-page .description{font-size:1rem;line-height:1.6;text-align:justify;margin-bottom:1rem;color:#444}.book-detail-page .meta{font-size:.9rem;text-align:center;color:#555;margin-bottom:.5rem}.book-detail-page .chapters-section{margin-top:2rem;padding:1rem;border-radius:8px;box-shadow:0 2px 6px #0000000d}.book-detail-page .chapters-section h2{font-size:1.4rem;margin-bottom:.8rem;padding-bottom:.4rem;border-bottom:1px solid #ddd;color:#2c3e50;text-align:center}.book-detail-page .chapter{padding:.8rem 0}.book-detail-page .chapter h3{font-size:1rem}.book-detail-page .toggle-icon{font-size:.85rem}.book-detail-page .chapter-content{padding:1rem 1.25rem;border-radius:6px;line-height:1.8;background-color:#fafafa;color:#333}.book-detail-page .error-message{margin-top:1.5rem;font-size:1rem}}.verb-patterns-page{margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif;color:#333}.verb-patterns-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.verb-patterns-page .loading{text-align:center;font-size:1.125rem;color:#e74c3c;font-weight:600}.verb-patterns-page .error-message{text-align:center;margin-bottom:20px;color:#e74c3c;font-weight:700;font-size:1rem}.verb-patterns-page .patterns-list{list-style:none;padding:0;margin:0}.verb-patterns-page .pattern-card{background:#dc35451a;border-left:6px solid #dc3545;border-radius:8px;padding:20px 25px;margin-bottom:25px;box-shadow:0 2px 12px #c0392b1a;transition:transform .2s ease,box-shadow .2s ease;cursor:default}.verb-patterns-page .pattern-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #c0392b4d;background:#ffe6e6}.verb-patterns-page .expression{font-size:1.5rem;font-weight:800;margin-bottom:10px;color:#dc3545;text-shadow:0 1px 1px rgba(192,57,43,.5)}.verb-patterns-page .structure{font-size:1rem;font-weight:600;margin-bottom:12px;color:#000}.verb-patterns-page .explanation{font-size:1rem;line-height:1.5;margin-bottom:14px;color:#000}.verb-patterns-page .example{font-size:.95rem;font-family:Courier New,Courier,monospace;background-color:#dc3545;padding:12px 18px;border-radius:6px;color:#fff;-webkit-user-select:text;user-select:text}.verb-patterns-page .empty-state{text-align:center;font-style:italic;color:#dc3545;margin-top:40px;font-size:1.2rem;font-weight:600}.verb-patterns-page .search-wrapper{display:flex;width:100%;margin:0 auto 1.5rem;gap:.5rem;align-items:center}.verb-patterns-page .search-input{flex-grow:1;width:100%;padding:10px 14px;border:1.5px solid #dc3545;border-radius:6px;font-size:1rem;color:#333;outline-offset:2px;transition:border-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.verb-patterns-page .button-group{display:flex;gap:.5rem}.verb-patterns-page .button-group button{flex-shrink:0;width:120px;background-color:#dc3545;color:#fff;border:none;padding:10px 0;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.verb-patterns-page .button-group button:hover{background-color:#a71d2a}.verb-patterns-page .button-group .clear-button{background-color:#6c757d}.verb-patterns-page .button-group .clear-button:hover{background-color:#495057}.verb-patterns-page .search-input:focus{outline:none;border-color:#a71d2a;box-shadow:0 0 5px #dc354580}.verb-patterns-page .daily-button{display:block;margin:0 auto 25px;padding:12px 24px;width:fit-content;background-color:#dc3545;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #dc35454d;transition:background-color .3s ease,box-shadow .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.verb-patterns-page .daily-button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}.verb-patterns-page .call-to-action-guest{background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;padding:1.5rem;border-radius:8px;margin:1rem 0}.verb-patterns-page .call-to-action-guest button{margin:.5rem .5rem 0 0;background-color:#666;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.verb-patterns-page .call-to-action-guest button:hover{background-color:#444}.verb-patterns-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.verb-patterns-page{padding:0 16px}.verb-patterns-page h1{font-size:1.6rem;margin-bottom:24px}.verb-patterns-page .pattern-card{padding:18px 20px;margin-bottom:20px}.verb-patterns-page .expression{font-size:1.3rem;margin-bottom:8px}.verb-patterns-page .structure,.verb-patterns-page .explanation{font-size:.95rem;margin-bottom:10px;line-height:1.4}.verb-patterns-page .example{font-size:.9rem;padding:10px 14px}.verb-patterns-page .loading,.verb-patterns-page .empty-state{font-size:1rem}}@media (max-width: 480px){.verb-patterns-page{padding:0 12px}.verb-patterns-page h1{font-size:1.4rem;margin-bottom:20px}.verb-patterns-page .pattern-card{padding:16px;margin-bottom:18px}.verb-patterns-page .expression{font-size:1.15rem;margin-bottom:6px}.verb-patterns-page .structure,.verb-patterns-page .explanation{font-size:.9rem;margin-bottom:8px;line-height:1.35}.verb-patterns-page .example{font-size:.85rem;padding:8px 12px}.verb-patterns-page .search-wrapper{flex-direction:column;gap:.75rem}.verb-patterns-page .search-input{width:100%}.verb-patterns-page .button-group{flex-direction:column;gap:.5rem;width:100%}.verb-patterns-page .button-group button{width:100%}}.verb-patterns-daily-page{max-width:800px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif;color:#333}.verb-patterns-daily-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px}.verb-patterns-daily-page .loading{text-align:center;font-size:1.125rem;color:#e74c3c;font-weight:600}.verb-patterns-daily-page .error-message{text-align:center;margin-bottom:20px;color:#e74c3c;font-weight:700;font-size:1rem}.verb-patterns-daily-page .patterns-list{list-style:none;padding:0;margin:0}.verb-patterns-daily-page .pattern-card{background:#dc35451a;border-left:6px solid #dc3545;border-radius:8px;padding:20px 25px;margin-bottom:25px;box-shadow:0 2px 12px #c0392b1a;transition:transform .2s ease,box-shadow .2s ease;cursor:default;position:relative}.verb-patterns-daily-page .pattern-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #c0392b4d;background:#ffe6e6}.verb-patterns-daily-page .expression{font-size:1.5rem;font-weight:800;margin-bottom:10px;color:#dc3545;text-shadow:0 1px 1px rgba(192,57,43,.5)}.verb-patterns-daily-page .structure{font-size:1rem;font-weight:600;margin-bottom:12px;color:#000}.verb-patterns-daily-page .explanation{font-size:1rem;line-height:1.5;margin-bottom:14px;color:#000}.verb-patterns-daily-page .example{font-size:.95rem;font-family:Courier New,Courier,monospace;background-color:#dc3545;padding:12px 18px;border-radius:6px;color:#fff;-webkit-user-select:text;user-select:text}.verb-patterns-daily-page .empty-state{text-align:center;font-style:italic;color:#dc3545;margin-top:40px;font-size:1.2rem;font-weight:600}.verb-patterns-daily-page .save-button{position:absolute;top:20px;right:20px;background-color:#dc3545;border:none;color:#fff;padding:8px 16px;font-weight:700;border-radius:20px;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-user-select:none;user-select:none;box-shadow:0 2px 6px #dc354580;transition:background-color .25s ease,box-shadow .25s ease,transform .15s ease;display:flex;align-items:center;gap:6px;font-size:.9rem;line-height:1}.verb-patterns-daily-page .save-button.saved{background-color:#28a745;cursor:default;box-shadow:0 2px 6px #28a74580;pointer-events:none}.verb-patterns-daily-page .save-button:hover:not(:disabled){background-color:#a71d2a;box-shadow:0 4px 12px #a71d2ab3;transform:translateY(-2px)}.verb-patterns-daily-page .save-button.saved:hover{background-color:#28a745;transform:none}.verb-patterns-daily-page .save-button:disabled{background-color:#b36b6b;cursor:not-allowed;box-shadow:none;opacity:.7}.verb-patterns-daily-page .save-button:focus-visible{outline:3px solid #ff8080;outline-offset:3px}.verb-patterns-daily-page .save-button .icon{font-size:1.2rem}.verb-patterns-daily-page .save-button .text{font-size:.9rem}.verb-patterns-daily-page .search-wrapper{display:flex;width:100%;max-width:960px;margin:0 auto 1.5rem;gap:.5rem}.verb-patterns-daily-page .search-input{flex-grow:1;width:100%;padding:10px 14px;border:1.5px solid #dc3545;border-radius:6px;font-size:1rem;color:#333;outline-offset:2px;transition:border-color .3s ease}.verb-patterns-daily-page .search-input:focus{outline:none;border-color:#a71d2a;box-shadow:0 0 5px #dc354580}.verb-patterns-daily-page .daily-button{display:block;margin:0 auto 25px;padding:12px 24px;width:fit-content;background-color:#dc3545;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #dc35454d;transition:background-color .3s ease,box-shadow .3s ease}.verb-patterns-daily-page .daily-button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}@media (max-width: 767px){.verb-patterns-daily-page{padding:0 16px}.verb-patterns-daily-page h1{font-size:1.6rem;margin-bottom:24px}.verb-patterns-daily-page .pattern-card{padding:18px 20px;margin-bottom:20px;position:static}.verb-patterns-daily-page .expression{font-size:1.3rem;margin-bottom:8px}.verb-patterns-daily-page .structure,.verb-patterns-daily-page .explanation{font-size:.95rem;margin-bottom:10px;line-height:1.4}.verb-patterns-daily-page .example{font-size:.9rem;padding:10px 14px}.verb-patterns-daily-page .loading,.verb-patterns-daily-page .empty-state{font-size:1rem}.verb-patterns-daily-page .save-button{position:static!important;display:flex;justify-content:center;align-items:center;width:25px;height:25px;padding:0;margin-top:12px;border-radius:50%;box-shadow:none;background-color:#dc3545}.verb-patterns-daily-page .save-button.saved{background-color:#28a745}.verb-patterns-daily-page .save-button .text{display:none}.verb-patterns-daily-page .save-button .icon{font-size:.8rem}}@media (max-width: 480px){.verb-patterns-daily-page{padding:0 12px}.verb-patterns-daily-page h1{font-size:1.4rem;margin-bottom:20px}.verb-patterns-daily-page .pattern-card{padding:16px;margin-bottom:18px;position:static}.verb-patterns-daily-page .expression{font-size:1.15rem;margin-bottom:6px}.verb-patterns-daily-page .structure,.verb-patterns-daily-page .explanation{font-size:.9rem;margin-bottom:8px;line-height:1.35}.verb-patterns-daily-page .example{font-size:.85rem;padding:8px 12px}}.verb-patterns-history{max-width:1100px;margin:60px auto;padding:0 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;border-radius:12px;box-shadow:0 4px 20px #0000000f}.verb-patterns-history .verb-patterns-history h1{text-align:center;font-size:2.4rem;margin:40px 0;font-weight:700}.verb-patterns-history .history-table{width:100%;border-collapse:separate;border-spacing:0 18px;font-size:1rem;color:#444}.verb-patterns-history .history-table th,.verb-patterns-history .history-table td{background-color:#fff;padding:18px 24px;text-align:left;border-radius:12px;box-shadow:0 2px 8px #0000000d;vertical-align:top;transition:background-color .3s ease}.verb-patterns-history .history-table th{background-color:#f4f6f8;font-weight:600;color:#222;font-size:1.05rem}.verb-patterns-history .history-table tbody tr:hover td{background-color:#f2fbf5}.verb-patterns-history .history-table td ul{padding-left:20px;margin:0;list-style-type:disc}.verb-patterns-history .history-table td li{margin-bottom:10px;font-size:1rem;color:#333;line-height:1.6}.verb-patterns-history .history-table td li strong{font-weight:700;color:#222;font-size:1.1rem}.verb-patterns-history .view-detail-link{display:inline-block;margin-top:8px;font-size:.9rem;color:#28a745;text-decoration:none;font-weight:600;transition:color .2s ease}.verb-patterns-history .view-detail-link:hover{color:#1e7e34;text-decoration:underline}.verb-patterns-history .search-bar{margin-bottom:1em;display:flex;gap:.5em;flex-wrap:wrap}.verb-patterns-history .search-bar input[type=text]{flex-grow:1;padding:10px 14px;font-size:1rem;min-width:200px;border:1.5px solid #28a745;border-radius:4px}.verb-patterns-history .search-bar button{padding:.5em 1em;font-size:1rem;cursor:pointer;border:none;background-color:#28a745;color:#fff;border-radius:4px;transition:background-color .3s}.verb-patterns-history .search-bar button:hover{background-color:#218838}.verb-patterns-history .search-bar input[type=text]:focus{outline:none;border-color:#28a745;box-shadow:0 0 5px #28a745}.verb-patterns-history .total-patterns-count{font-size:1rem;font-weight:600;margin:1rem 0;color:#2c3e50;background-color:#f0f8ff;padding:.5rem 1rem;border-left:4px solid #28a745;border-radius:4px;box-shadow:0 1px 3px #0000001a;-webkit-user-select:none;user-select:none;max-width:fit-content}.verb-patterns-history .total-patterns-count .count-number{font-weight:700;color:#28a745}@media (max-width: 768px){.verb-patterns-history .history-table th,.verb-patterns-history .history-table td{padding:14px 16px;font-size:.95rem}.verb-patterns-history .history-table td li{font-size:.95rem}}@media (max-width: 480px){.verb-patterns-history .verb-patterns-history h1{font-size:1.6rem;margin:24px 0}.verb-patterns-history .history-table{font-size:.9rem}.verb-patterns-history .view-detail-link{font-size:.85rem}.verb-patterns-history .search-bar{flex-direction:column;align-items:stretch}.verb-patterns-history .search-bar input[type=text],.verb-patterns-history .search-bar button{width:100%}.verb-patterns-history .search-bar button{margin-top:.5em}.verb-patterns-history .search-bar button+button{margin-top:.5em}}.verb-patterns-history-detail{max-width:800px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif;color:#333}.verb-patterns-history-detail h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px}.verb-patterns-history-detail .loading{text-align:center;font-size:1.125rem;color:#e74c3c;font-weight:600}.verb-patterns-history-detail .error-message{text-align:center;margin-bottom:20px;color:#e74c3c;font-weight:700;font-size:1rem}.verb-patterns-history-detail .patterns-list{list-style:none;padding:0;margin:0}.verb-patterns-history-detail .pattern-card{background:#dc35451a;border-left:6px solid #dc3545;border-radius:8px;padding:20px 25px;margin-bottom:25px;box-shadow:0 2px 12px #c0392b1a;transition:transform .2s ease,box-shadow .2s ease;cursor:default;position:relative}.verb-patterns-history-detail .pattern-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #c0392b4d;background:#ffe6e6}.verb-patterns-history-detail .expression{font-size:1.5rem;font-weight:800;margin-bottom:10px;color:#dc3545;text-shadow:0 1px 1px rgba(192,57,43,.5)}.verb-patterns-history-detail .structure{font-size:1rem;font-weight:600;margin-bottom:12px;color:#000}.verb-patterns-history-detail .explanation{font-size:1rem;line-height:1.5;margin-bottom:14px;color:#000}.verb-patterns-history-detail .example{font-size:.95rem;font-family:Courier New,Courier,monospace;background-color:#dc3545;padding:12px 18px;border-radius:6px;color:#fff;-webkit-user-select:text;user-select:text}.verb-patterns-history-detail .empty-state{text-align:center;font-style:italic;color:#dc3545;margin-top:40px;font-size:1.2rem;font-weight:600}.verb-patterns-history-detail .save-button{position:absolute;top:20px;right:20px;background-color:#dc3545;border:none;color:#fff;padding:8px 16px;font-weight:700;border-radius:20px;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-user-select:none;user-select:none;box-shadow:0 2px 6px #dc354580;transition:background-color .25s ease,box-shadow .25s ease,transform .15s ease;display:flex;align-items:center;gap:6px;font-size:.9rem;line-height:1}.verb-patterns-history-detail .save-button.saved{background-color:#28a745;cursor:default;box-shadow:0 2px 6px #28a74580;pointer-events:none}.verb-patterns-history-detail .save-button:hover:not(:disabled){background-color:#a71d2a;box-shadow:0 4px 12px #a71d2ab3;transform:translateY(-2px)}.verb-patterns-history-detail .save-button.saved:hover{background-color:#28a745;transform:none}.verb-patterns-history-detail .save-button:disabled{background-color:#b36b6b;cursor:not-allowed;box-shadow:none;opacity:.7}.verb-patterns-history-detail .save-button:focus-visible{outline:3px solid #ff8080;outline-offset:3px}.verb-patterns-history-detail .save-button .icon{font-size:1.2rem}.verb-patterns-history-detail .save-button .text{font-size:.9rem}.verb-patterns-history-detail .search-wrapper{display:flex;width:100%;max-width:960px;margin:0 auto 1.5rem;gap:.5rem}.verb-patterns-history-detail .search-input{flex-grow:1;width:100%;padding:10px 14px;border:1.5px solid #dc3545;border-radius:6px;font-size:1rem;color:#333;outline-offset:2px;transition:border-color .3s ease}.verb-patterns-history-detail .search-input:focus{outline:none;border-color:#a71d2a;box-shadow:0 0 5px #dc354580}.verb-patterns-history-detail .daily-button{display:block;margin:0 auto 25px;padding:12px 24px;width:fit-content;background-color:#dc3545;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #dc35454d;transition:background-color .3s ease,box-shadow .3s ease}.verb-patterns-history-detail .daily-button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}@media (max-width: 767px){.verb-patterns-history-detail{padding:0 16px}.verb-patterns-history-detail h1{font-size:1.6rem;margin-bottom:24px}.verb-patterns-history-detail .pattern-card{padding:18px 20px;margin-bottom:20px;position:static}.verb-patterns-history-detail .expression{font-size:1.3rem;margin-bottom:8px}.verb-patterns-history-detail .structure,.verb-patterns-history-detail .explanation{font-size:.95rem;margin-bottom:10px;line-height:1.4}.verb-patterns-history-detail .example{font-size:.9rem;padding:10px 14px}.verb-patterns-history-detail .loading,.verb-patterns-history-detail .empty-state{font-size:1rem}.verb-patterns-history-detail .save-button{position:static!important;display:flex;justify-content:center;align-items:center;width:25px;height:25px;padding:0;margin-top:12px;border-radius:50%;box-shadow:none;background-color:#dc3545}.verb-patterns-history-detail .save-button.saved{background-color:#28a745}.verb-patterns-history-detail .save-button .text{display:none}.verb-patterns-history-detail .save-button .icon{font-size:.8rem}}@media (max-width: 480px){.verb-patterns-history-detail{padding:0 12px}.verb-patterns-history-detail h1{font-size:1.4rem;margin-bottom:20px}.verb-patterns-history-detail .pattern-card{padding:16px;margin-bottom:18px;position:static}.verb-patterns-history-detail .expression{font-size:1.15rem;margin-bottom:6px}.verb-patterns-history-detail .structure,.verb-patterns-history-detail .explanation{font-size:.9rem;margin-bottom:8px;line-height:1.35}.verb-patterns-history-detail .example{font-size:.85rem;padding:8px 12px}}.back-link[data-v-bec9bb67]{margin-top:30px;display:inline-block;color:#007bff;font-size:.9rem;text-decoration:underline;cursor:pointer}.back-link[data-v-bec9bb67]:hover{text-decoration:none}.tenses-page{padding:2.5rem 1.5rem;max-width:800px;margin:40px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.tenses-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.tenses-page .tabs{display:flex;justify-content:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.tenses-page .tab{cursor:pointer;padding:.75rem 1.4rem;background-color:#f8d7da;border-radius:8px;transition:background-color .3s ease,transform .3s ease;font-weight:700;text-transform:capitalize;font-size:1rem;color:#dc3545;border:1.5px solid transparent;-webkit-user-select:none;user-select:none}.tenses-page .tab:hover{background-color:#ffe6e6;border-color:#dc3545}.tenses-page .tab.active{background-color:#dc3545;color:#fff;border-color:#a71d2a;box-shadow:0 6px 14px #a71d2a66}.tenses-page .tab-content{padding:2rem 1.5rem;border-radius:8px;background-color:#dc35451a;box-shadow:0 2px 12px #c0392b1a;margin-top:1.5rem}.tenses-page .tense-detail h2{font-size:1.5rem;color:#dc3545;margin-bottom:1rem;font-weight:800;text-transform:capitalize;text-shadow:0 1px 1px rgba(192,57,43,.5)}.tenses-page .tense-detail p{font-size:1rem;line-height:1.5;color:#000;margin:.5rem 0;font-weight:600}.tenses-page .tense-detail p strong{color:#333;font-weight:700}.tenses-page .examples{margin-top:1.5rem}.tenses-page .examples h3{font-size:1.1rem;font-weight:800;color:#dc3545;margin-bottom:1rem;text-shadow:0 1px 1px rgba(192,57,43,.4)}.tenses-page .examples ul{list-style-type:none;padding-left:0}.tenses-page .examples li{font-style:italic;margin-bottom:.75rem;padding-left:1.2rem;position:relative;color:#000}.tenses-page .examples li:before{content:"✔";position:absolute;left:0;color:#007bff;font-size:1rem}.tenses-page .examples em{color:#555}.tenses-page .do-exam-button{margin-bottom:1rem;padding:10px 16px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;font-size:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px #dc35454d}.tenses-page .call-to-action-guest{margin-bottom:1.5rem;padding:1.5rem;background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;border-radius:8px;font-weight:600;font-size:1rem}.tenses-page .call-to-action-guest button{margin:.5rem .5rem 0 0;background-color:#666;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tenses-page .call-to-action-guest button:hover{background-color:#444}.tenses-page .do-exam-button{display:block;margin:0 auto 25px;padding:12px 24px;width:fit-content;background-color:#dc3545;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #dc35454d;transition:background-color .3s ease,box-shadow .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tenses-page .do-exam-button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}@media (max-width: 767px){.tenses-page{padding:2rem 1rem}.tenses-page h1{font-size:1.6rem;margin-bottom:24px}.tenses-page .tabs{gap:.5rem;overflow-x:auto;padding-bottom:1rem;justify-content:flex-start;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.tenses-page .tab{flex-shrink:0;padding:.6rem 1.1rem;font-size:.9rem}.tenses-page .tense-detail h2{font-size:1.3rem}.tenses-page .tense-detail p{font-size:.95rem}.tenses-page .examples h3{font-size:1rem}.tenses-page .examples ul{padding-left:.5rem}.tenses-page .do-exam-button{width:100%;font-size:.95rem;padding:10px 0}}@media (max-width: 480px){.tenses-page{padding:1.5rem 1rem}.tenses-page h1{font-size:1.4rem;margin-bottom:20px}.tenses-page .tab{padding:.5rem 1rem;font-size:.85rem}.tenses-page .tense-detail h2{font-size:1.15rem}.tenses-page .tense-detail p{font-size:.9rem}.tenses-page .examples h3{font-size:.95rem}.tenses-page .examples li{font-size:.9rem}.tenses-page .do-exam-button{font-size:.9rem;padding:10px 0}.tenses-page .call-to-action-guest{font-size:.85rem;padding:1rem;flex-direction:column;gap:1rem}.tenses-page .call-to-action-guest button{font-size:.8rem;padding:.4rem .8rem;width:auto;min-width:100px}}.tenses-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f8fff4,#e6f4ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #cde8d3}.tenses-exam-container h2{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.tenses-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008;transition:transform .2s ease}.tenses-exam-container .question-block:hover{transform:translateY(-3px)}.tenses-exam-container .question-block p{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.4}.tenses-exam-container strong{color:#2c3e50}.tenses-exam-container label{display:block;padding:.6rem 1rem;margin-bottom:.6rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.tenses-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.tenses-exam-container input[type=radio]{margin-right:10px}.tenses-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.tenses-exam-container .button-group{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.tenses-exam-container button[type=submit]{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #28a74566;transition:background .3s ease,transform .2s;min-width:150px}.tenses-exam-container button[type=submit]:hover:not(:disabled){background:#218838;transform:scale(1.03)}.tenses-exam-container button[type=submit]:disabled{background:#95a5a6;cursor:not-allowed;box-shadow:none;color:#ecf0f1}.tenses-exam-container .try-another-btn{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#3182ce;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #3182ce66;transition:background .3s ease,transform .2s;min-width:150px}.tenses-exam-container .try-another-btn:hover{background:#2b6cb0;transform:scale(1.03)}.tenses-exam-container .result-summary{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:2.5rem;font-weight:700;font-size:1.3rem;color:#2f855a}.tenses-exam-container .feedback.correct{color:#27ae60;font-weight:700;font-size:1rem}.tenses-exam-container .feedback.wrong{color:#e53935;font-weight:700;font-size:1rem}@media (max-width: 600px){.tenses-exam-container{padding:1.5rem}.tenses-exam-container button[type=submit],.tenses-exam-container .try-another-btn{width:100%;min-width:unset}.tenses-exam-container .question-block{padding:1.2rem}}.daily-phrasal-verbs{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.daily-phrasal-verbs h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.daily-phrasal-verbs .verb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.daily-phrasal-verbs .verb-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column;background-color:#dc35451a}.daily-phrasal-verbs .verb-card:hover{transform:translateY(-4px)}.daily-phrasal-verbs .card-header{display:flex;justify-content:space-between;align-items:center}.daily-phrasal-verbs .verb{font-size:1.5rem;margin:0;color:#222}.daily-phrasal-verbs .pronunciations{margin:10px 0;font-size:.95rem;color:#555}.daily-phrasal-verbs .pronunciations strong{font-weight:700}.daily-phrasal-verbs .verb-details{list-style-type:disc;padding-left:20px;margin:10px 0;font-size:.95rem;color:#444}.daily-phrasal-verbs .verb-details li{margin-bottom:6px}.daily-phrasal-verbs .verb-details li strong{font-weight:700}.daily-phrasal-verbs .card-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.daily-phrasal-verbs .card-actions button{flex:1;padding:6px 12px;font-size:.9rem;border:none;border-radius:4px;background-color:#dc3545;color:#fff;cursor:pointer;transition:filter .2s ease}.daily-phrasal-verbs button:hover{filter:brightness(.9)}.daily-phrasal-verbs .call-to-action-card{background-color:#28a74514;text-align:center;border:2px dashed #28a745;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;border-radius:8px}.daily-phrasal-verbs .call-to-action-card button{margin-top:1rem;background-color:#28a745;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer}.daily-phrasal-verbs .call-to-action-card button:hover{background-color:#28a745}.daily-phrasal-verbs .call-to-action-guest{background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;padding:1.5rem;border-radius:8px}.daily-phrasal-verbs .call-to-action-guest button{margin-top:1rem;background-color:#666;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.daily-phrasal-verbs .call-to-action-guest button:hover{background-color:#444}.daily-phrasal-verbs .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.daily-phrasal-verbs .verb-grid{grid-template-columns:1fr;gap:16px}.daily-phrasal-verbs .verb-card{padding:16px}.daily-phrasal-verbs .verb{font-size:1.3rem}.daily-phrasal-verbs .pronunciations,.daily-phrasal-verbs .verb-details{font-size:.9rem}.daily-phrasal-verbs .card-actions{flex-direction:column;gap:8px}.daily-phrasal-verbs .card-actions button{width:100%;font-size:.85rem}}@media (max-width: 480px){.daily-phrasal-verbs h1{font-size:1.4rem}.daily-phrasal-verbs .verb{font-size:1.2rem}.daily-phrasal-verbs .pronunciations p,.daily-phrasal-verbs .verb-details li{font-size:.85rem}.daily-phrasal-verbs .card-header{flex-direction:column;align-items:flex-start;gap:6px}}.phrasal-verb-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f8fff4,#e6f4ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #cde8d3}.phrasal-verb-exam-container h1{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.phrasal-verb-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008;transition:transform .2s ease}.phrasal-verb-exam-container .question-block:hover{transform:translateY(-3px)}.phrasal-verb-exam-container .question-block h3{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.4}.phrasal-verb-exam-container strong{color:#2c3e50}.phrasal-verb-exam-container label{display:block;padding:.6rem 1rem;margin-bottom:.6rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.phrasal-verb-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.phrasal-verb-exam-container input[type=radio]{margin-right:10px}.phrasal-verb-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.phrasal-verb-exam-container .submit-button{display:block;margin:2rem auto 0;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #28a74566;transition:background .3s ease,transform .2s}.phrasal-verb-exam-container .submit-button:hover{background:#218838;transform:scale(1.03)}.phrasal-verb-exam-container .result-screen{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.phrasal-verb-exam-container .pass{color:#38a169;font-size:2rem;font-weight:700}.phrasal-verb-exam-container .pass .subtitle{display:block;font-size:1.25rem;color:#4a5568;margin-top:10px}.phrasal-verb-exam-container .fail{color:#e53935;font-size:1.9rem;font-weight:700;margin-bottom:1rem}.phrasal-verb-exam-container .try-again-button{margin-top:1.8rem;padding:12px 26px;background-color:#ffa726;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.phrasal-verb-exam-container .try-again-button:hover{background-color:#fb8c00}@media (max-width: 600px){.phrasal-verb-exam-container{padding:1.5rem}.phrasal-verb-exam-container .submit-button,.phrasal-verb-exam-container .try-again-button{width:100%}.phrasal-verb-exam-container .question-block{padding:1.2rem}}.phrasal-verbs-history{max-width:1100px;margin:60px auto;padding:0 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;border-radius:12px;box-shadow:0 4px 20px #0000000f}.phrasal-verbs-history h1{text-align:center;font-size:2.4rem;margin:40px 0;font-weight:700}.phrasal-verbs-history .loading,.phrasal-verbs-history .no-history{text-align:center;font-size:1.2rem;color:#666;padding:40px 0}.phrasal-verbs-history .history-table{width:100%;border-collapse:separate;border-spacing:0 18px;font-size:1rem;color:#444;border:0}.phrasal-verbs-history .history-table th,.phrasal-verbs-history .history-table td{background-color:#fff;padding:18px 24px;text-align:left;border-radius:12px;box-shadow:0 2px 8px #0000000d;vertical-align:top;transition:background-color .3s ease}.phrasal-verbs-history .history-table th{background-color:#f4f6f8;font-weight:600;color:#222;font-size:1.05rem}.phrasal-verbs-history .history-table tbody tr:hover td{background-color:#f2fbf5}.phrasal-verbs-history .history-table td ul{padding-left:20px;margin:0;list-style-type:disc}.phrasal-verbs-history .history-table td li{margin-bottom:10px;font-size:1rem;color:#333;line-height:1.6}.phrasal-verbs-history .history-table td li strong{font-weight:700;color:#222;font-size:1.1rem}.phrasal-verbs-history .verb-type-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:5px;margin-left:10px;color:#fff;background-color:#6c757d;text-transform:capitalize;box-shadow:0 1px 3px #0000001f}.phrasal-verbs-history .view-detail-link{display:inline-block;margin-top:8px;font-size:.9rem;color:#28a745;text-decoration:none;font-weight:600;transition:color .2s ease}.phrasal-verbs-history .view-detail-link:hover{color:#1e7e34;text-decoration:underline}.phrasal-verbs-history .search-bar{margin-bottom:1em;display:flex;gap:.5em;flex-wrap:wrap}.phrasal-verbs-history .search-bar input[type=text]{flex-grow:1;padding:10px 14px;font-size:1rem;min-width:200px;border:1.5px solid #28a745;border-radius:4px}.phrasal-verbs-history .search-bar button{padding:.5em 1em;font-size:1rem;cursor:pointer;border:none;background-color:#28a745;color:#fff;border-radius:4px;transition:background-color .3s}.phrasal-verbs-history .search-bar button:hover{background-color:#218838}.phrasal-verbs-history .search-bar input[type=text]:focus{outline:none;border-color:#28a745;box-shadow:0 0 5px #28a745}.phrasal-verbs-history .total-phrasal-verbs-count{font-size:1rem;font-weight:600;margin:1rem 0;color:#2c3e50;background-color:#f0f8ff;padding:.5rem 1rem;border-left:4px solid #28a745;border-radius:4px;box-shadow:0 1px 3px #0000001a;-webkit-user-select:none;user-select:none;max-width:fit-content}.phrasal-verbs-history .total-phrasal-verbs-count .count-number{font-weight:700;color:#28a745}@media (max-width: 768px){.phrasal-verbs-history .history-table th,.phrasal-verbs-history .history-table td{padding:14px 16px;font-size:.95rem}.phrasal-verbs-history .history-table td li{font-size:.95rem}.phrasal-verbs-history .verb-type-tag{font-size:.7rem;padding:2px 8px}}@media (max-width: 480px){.phrasal-verbs-history h1{font-size:1.6rem;margin:24px 0}.phrasal-verbs-history .history-table{font-size:.9rem}.phrasal-verbs-history .view-detail-link{font-size:.85rem}.phrasal-verbs-history .search-bar{flex-direction:column;align-items:stretch}.phrasal-verbs-history .search-bar input[type=text],.phrasal-verbs-history .search-bar button{width:100%}.phrasal-verbs-history .search-bar button{margin-top:.5em}.phrasal-verbs-history .search-bar button+button{margin-top:.5em}}.phrasal-verbs-history-detail{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.phrasal-verbs-history-detail h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px}.phrasal-verbs-history-detail .verbs-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style:none;padding:0}.phrasal-verbs-history-detail .verb-card{background-color:#dc35451a;padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.phrasal-verbs-history-detail .verb-card:hover{transform:translateY(-4px)}.phrasal-verbs-history-detail .verb-card h2.verb{font-size:1.5rem;margin:0 0 10px;color:#222}.phrasal-verbs-history-detail .verb-card p{font-size:.95rem;color:#444;margin:6px 0}.phrasal-verbs-history-detail .verb-card p strong{font-weight:700}.phrasal-verbs-history-detail .verb-card p em{font-style:italic;color:#666}.phrasal-verbs-history-detail .verb-card button{background-color:#dc3545;border:none;border-radius:4px;color:#fff;padding:6px 12px;cursor:pointer;font-size:.9rem;margin-left:6px;transition:filter .2s ease}.phrasal-verbs-history-detail .verb-card button:hover{filter:brightness(.9)}.phrasal-verbs-history-detail .back-link{display:inline-block;margin-top:30px;font-size:.9rem;color:#007bff;text-decoration:underline;cursor:pointer}.phrasal-verbs-history-detail .back-link:hover{text-decoration:none}.phrasal-verbs-history-detail .loading,.phrasal-verbs-history-detail .error{text-align:center;font-weight:600;margin-top:30px}.phrasal-verbs-history-detail .error{color:#dc3545}@media (max-width: 767px){.phrasal-verbs-history-detail .verbs-list{grid-template-columns:1fr;gap:16px}.phrasal-verbs-history-detail .verb-card{padding:16px}.phrasal-verbs-history-detail .verb-card h2.verb{font-size:1.3rem}.phrasal-verbs-history-detail .verb-card p{font-size:.9rem}}@media (max-width: 480px){.phrasal-verbs-history-detail h1{font-size:1.4rem}.phrasal-verbs-history-detail .verb-card h2.verb{font-size:1.2rem}.phrasal-verbs-history-detail .verb-card p{font-size:.85rem}}.back-link[data-v-de42c579]{display:inline-block;margin-top:30px;font-size:.9rem;color:#007bff;text-decoration:underline;cursor:pointer}.back-link[data-v-de42c579]:hover{text-decoration:none}.loading[data-v-de42c579],.error[data-v-de42c579]{text-align:center;font-weight:600;margin-top:30px}.error[data-v-de42c579]{color:#dc3545}.words-with-images-categories{padding:2.5rem 1.5rem;max-width:800px;margin:40px auto;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.words-with-images-categories h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.words-with-images-categories .loading,.words-with-images-categories .error-message{font-weight:700;margin-top:2rem;color:#dc3545}.words-with-images-categories .categories-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.words-with-images-categories .category-button{background-color:#f8d7da;border:1.5px solid transparent;border-radius:8px;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;color:#dc3545;cursor:pointer;text-align:center;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #dc35451a;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;gap:.75rem}.words-with-images-categories .category-button:hover,.words-with-images-categories .category-button:focus{background-color:#ffe6e6;border-color:#dc3545;box-shadow:0 6px 14px #dc35454d;outline:none}.words-with-images-categories .category-button:active{background-color:#a71d2a;border-color:#7f151f;box-shadow:none;color:#fff}@media (min-width: 600px){.words-with-images-categories .categories-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.words-with-images-categories .category-button{font-size:1.2rem;padding:1.25rem 2rem;justify-content:center}}@media (min-width: 1024px){.words-with-images-categories{max-width:900px;padding:3rem 2rem}.words-with-images-categories h1{font-size:2.4rem}.words-with-images-categories .category-button{font-size:1.3rem;padding:1.5rem 2.5rem;box-shadow:0 4px 12px #dc354526}}@media (max-width: 480px){.words-with-images-categories{padding:1.5rem 1rem}.words-with-images-categories h1{font-size:1.6rem;margin-bottom:20px}.words-with-images-categories .category-button{font-size:1rem;padding:.75rem 1.2rem}}.words-with-images{padding:2.5rem 1.5rem;margin:40px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;text-align:center}.words-with-images h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.words-with-images .back-button{margin-bottom:2rem;padding:.75rem 1.4rem;background-color:#f8d7da;border-radius:8px;border:1.5px solid transparent;font-weight:700;font-size:1rem;color:#dc3545;cursor:pointer;transition:background-color .3s ease,border-color .3s ease;-webkit-user-select:none;user-select:none}.words-with-images .back-button:hover,.words-with-images .back-button:focus{background-color:#ffe6e6;border-color:#dc3545;outline:none}.words-with-images .loading,.words-with-images .error-message{font-weight:700;margin-top:2rem;color:#dc3545}.words-with-images .words-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-top:2rem;justify-items:center}@media (min-width: 600px){.words-with-images .words-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.words-with-images .words-grid{grid-template-columns:repeat(4,1fr)}}.words-with-images .word-card{background-color:#fff;border:1.5px solid #f8d7da;border-radius:12px;padding:1rem;width:100%;box-shadow:0 2px 8px #dc35451a;cursor:default;transition:box-shadow .3s ease,transform .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.words-with-images .word-card:hover,.words-with-images .word-card:focus{box-shadow:0 6px 14px #dc35454d;transform:translateY(-4px);outline:none}.words-with-images .word-image{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:.75rem;background-color:#f8d7da}.words-with-images .word-text{font-weight:700;font-size:1.2rem;color:#dc3545;text-transform:capitalize}.words-with-images .word-emoji{font-size:4rem;margin-bottom:.75rem;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;height:120px;width:100%;background-color:#f8d7da;border-radius:10px}@media (max-width: 767px){.words-with-images{padding:2rem 1rem}.words-with-images h1{font-size:1.6rem;margin-bottom:24px}.words-with-images .word-card{max-width:100%}.words-with-images .word-text{font-size:1.1rem}}@media (max-width: 480px){.words-with-images{padding:1.5rem 1rem}.words-with-images h1{font-size:1.4rem;margin-bottom:20px}.words-with-images .word-text{font-size:1rem}.words-with-images .word-image{height:100px}}.toeic-topics-page{padding:2.5rem 1.5rem;max-width:800px;margin:40px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.toeic-topics-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.toeic-topics-page .topics-list{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.toeic-topics-page .topic-item{cursor:pointer;padding:.75rem 1.4rem;background-color:#f8d7da;border-radius:8px;transition:background-color .3s ease,transform .3s ease;font-weight:700;text-transform:capitalize;font-size:1rem;color:#dc3545;border:1.5px solid transparent;-webkit-user-select:none;user-select:none;text-align:center}.toeic-topics-page .topic-item:hover{background-color:#ffe6e6;border-color:#dc3545}.toeic-topics-page .topic-item.selected{background-color:#dc3545;color:#fff;border-color:#a71d2a;box-shadow:0 6px 14px #a71d2a66}.toeic-topics-page .words-list{padding:2rem 1.5rem;border-radius:8px;background-color:#dc35451a;box-shadow:0 2px 12px #c0392b1a;margin-top:1.5rem}.toeic-topics-page .words-list h3{font-size:1.5rem;color:#dc3545;margin-bottom:1rem;font-weight:800;text-transform:capitalize;text-shadow:0 1px 1px rgba(192,57,43,.5)}.toeic-topics-page .words-list ul{list-style-type:none;padding-left:0}.toeic-topics-page .word-item{margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem;color:#000}.toeic-topics-page .word-item strong{font-weight:700}.toeic-topics-page .word-item em{color:#555;font-style:italic}.toeic-topics-page .loading,.toeic-topics-page .error-message,.toeic-topics-page .empty-state{margin:1rem 0;font-style:italic;color:#777}.toeic-topics-page .error-message{color:red}.toeic-topics-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}.toeic-topics-page .daily-button{display:block;margin:0 auto 25px;padding:12px 24px;width:fit-content;background-color:#dc3545;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #dc35454d;transition:background-color .3s ease,box-shadow .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.toeic-topics-page .daily-button:hover{background-color:#a71d2a;box-shadow:0 6px 14px #a71d2a80}.toeic-topics-page .call-to-action-guest{background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;padding:1.5rem;border-radius:8px;margin:1rem 0}.toeic-topics-page .call-to-action-guest button{margin:.5rem .5rem 0 0;background-color:#666;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.toeic-topics-page.call-to-action-guest button:hover{background-color:#444}@media (max-width: 767px){.toeic-600-essential-words-page .topics-list{flex-wrap:nowrap;flex-direction:column;gap:.75rem;overflow-x:visible}.toeic-600-essential-words-page .topic-item{flex-shrink:0;width:100%;padding:.75rem 1rem;font-size:1rem;text-align:center}}@media (max-width: 480px){.toeic-600-essential-words-page .topics-list{gap:.5rem}.toeic-600-essential-words-page .topic-item{padding:.6rem 1rem;font-size:.9rem}}.toeic-words-page.container{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.toeic-words-page.container h2{text-align:center;font-size:2rem;color:#333;margin-bottom:30px}.toeic-words-page .words-list.word-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style-type:none;padding:0}.toeic-words-page .word-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.toeic-words-page .card-header{display:flex;justify-content:space-between;align-items:center}.toeic-words-page .word{font-size:1.5rem;margin:0;color:#222}.toeic-words-page .type-tag{padding:4px 8px;border-radius:5px;font-size:.75rem;font-weight:700;text-transform:capitalize;color:#fff}.toeic-words-page .pronunciations{margin:10px 0;font-size:.95rem;color:#555}.toeic-words-page .pronunciations strong{font-weight:700}.toeic-words-page .word-details{list-style-type:disc;padding-left:20px;margin:10px 0;font-size:.95rem;color:#444}.toeic-words-page .word-details li{margin-bottom:6px}.toeic-words-page .word-details li strong{font-weight:700}.toeic-words-page .word-card.noun{background-color:#007bff14}.toeic-words-page .word-card.verb{background-color:#dc35451a}.toeic-words-page .word-card.adjective{background-color:#ffc1071f}.toeic-words-page .word-card.adverb{background-color:#17a2b81a}.toeic-words-page .word-card.preposition{background-color:#6f42c11a}.toeic-words-page .word-card.conjunction{background-color:#fd7e141a}.toeic-words-page .word-card.interjection{background-color:#28a74514}.toeic-words-page .word-card.determiner{background-color:#20c9971a}.toeic-words-page .word-card.article{background-color:#6610f21a}.toeic-words-page .word-card.number{background-color:#00b8941a}.toeic-words-page .word-card.other{background-color:#343a4014}.toeic-words-page .word-card.exclamation{background-color:#ff33991a}.toeic-words-page .word-card.pronoun{background-color:#0066cc14}.toeic-words-page .word-card.modal-verb{background-color:#777cff1a}.toeic-words-page .word-card.noun .type-tag{background-color:#007bff}.toeic-words-page .word-card.verb .type-tag{background-color:#dc3545}.toeic-words-page .word-card.adjective .type-tag{background-color:#ffc107}.toeic-words-page .word-card.adverb .type-tag{background-color:#17a2b8}.toeic-words-page .word-card.preposition .type-tag{background-color:#6f42c1}.toeic-words-page .word-card.conjunction .type-tag{background-color:#fd7e14}.toeic-words-page .word-card.interjection .type-tag{background-color:#28a745}.toeic-words-page .word-card.determiner .type-tag{background-color:#20c997}.toeic-words-page .word-card.article .type-tag{background-color:#6610f2}.toeic-words-page .word-card.number .type-tag{background-color:#00b894;color:#fff}.toeic-words-page .word-card.other .type-tag{background-color:#343a40}.toeic-words-page .word-card.exclamation .type-tag{background-color:#f39;color:#fff}.toeic-words-page .word-card.pronoun .type-tag{background-color:#06c;color:#fff}.toeic-words-page .word-card.modal-verb .type-tag{background-color:#777cff}toeic-words-page .word-card{position:relative;padding-bottom:50px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.toeic-words-page .word-card:hover{transform:translateY(-4px)}.toeic-words-page .card-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.toeic-words-page .card-actions button{flex:1;padding:6px 12px;font-size:.9rem;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:filter .2s ease}.toeic-words-page .word-card.noun .type-tag,.toeic-words-page .word-card.noun button{background-color:#007bff}.toeic-words-page .word-card.verb .type-tag,.toeic-words-page .word-card.verb button{background-color:#dc3545}.toeic-words-page .word-card.adjective .type-tag,.toeic-words-page .word-card.adjective button{background-color:#ffc107}.toeic-words-page .word-card.adverb .type-tag,.toeic-words-page .word-card.adverb button{background-color:#17a2b8}.toeic-words-page .word-card.preposition .type-tag,.toeic-words-page .word-card.preposition button{background-color:#6f42c1}.toeic-words-page .word-card.conjunction .type-tag,.toeic-words-page .word-card.conjunction button{background-color:#fd7e14}.toeic-words-page .word-card.interjection .type-tag,.toeic-words-page .word-card.interjection button{background-color:#28a745}.toeic-words-page .word-card.determiner .type-tag,.toeic-words-page .word-card.determiner button{background-color:#20c997}.toeic-words-page .word-card.article .type-tag,.toeic-words-page .word-card.article button{background-color:#6610f2}.toeic-words-page .word-card.number .type-tag,.toeic-words-page .word-card.number button{background-color:#00b894;color:#fff}.toeic-words-page .word-card.other .type-tag,.toeic-words-page .word-card.other button{background-color:#343a40}.toeic-words-page .word-card.exclamation .type-tag,.toeic-words-page .word-card.exclamation button{background-color:#f39;color:#fff}.toeic-words-page .word-card.pronoun .type-tag,.toeic-words-page .word-card.pronoun button{background-color:#06c;color:#fff}.toeic-words-page .word-card.modal-verb .type-tag,.toeic-words-page .word-card.modal-verb button{background-color:#777cff}.toeic-words-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.toeic-words-page .words-list.word-grid{grid-template-columns:1fr;gap:16px}.toeic-words-page .word-card{padding:16px}.toeic-words-page .word{font-size:1.3rem}.toeic-words-page .pronunciations,.toeic-words-page .word-details{font-size:.9rem}}@media (max-width: 480px){.toeic-words-page.container h2{font-size:1.4rem}.toeic-words-page .word{font-size:1.2rem}.toeic-words-page .pronunciations,.toeic-words-page .word-details li{font-size:.85rem}}.phrasal-verbs-page{background-color:#f9fafb;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.phrasal-verbs-page .container{margin:0 auto}.phrasal-verbs-page .page-title{font-size:1.8rem;font-weight:600;text-align:center;color:#333;margin-bottom:1.5rem}.phrasal-verbs-page .table-wrapper{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 0 10px #0000000d}.phrasal-verbs-page .verb-table{width:100%;border-collapse:collapse;min-width:600px}.phrasal-verbs-page .verb-table thead{background-color:#dc3545;color:#fff}.phrasal-verbs-page .verb-table th,.phrasal-verbs-page .verb-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #eee;vertical-align:middle}.phrasal-verbs-page .verb-table td{color:#444}.phrasal-verbs-page .verb-table tbody tr:nth-child(odd){background-color:#fef6f6}.phrasal-verbs-page .verb-table tbody tr:nth-child(2n){background-color:#fff}.phrasal-verbs-page .highlight-verb{font-weight:700;color:#dc3545}.phrasal-verbs-page .verb-table tbody tr:hover{background-color:#ffe3e3;transition:background-color .2s ease-in-out}.phrasal-verbs-page .actions-cell{display:flex;justify-content:center;align-items:center;gap:8px;height:100%}.phrasal-verbs-page .actions-cell button{margin-bottom:10px;margin-top:10px;flex-shrink:0;width:50px;padding:6px 8px;font-size:11px;border-radius:4px;border:none;cursor:pointer;background-color:#dc3545;color:#fff;transition:background-color .3s ease}.phrasal-verbs-page .actions-cell button:hover{background-color:#a71d2a}.phrasal-verbs-page .mobile-only{display:none}.phrasal-verbs-page .verb-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;padding:1rem;margin-bottom:1rem}.phrasal-verbs-page .verb-card-header{font-weight:700;font-size:1rem;color:#dc3545;margin-bottom:.5rem}.phrasal-verbs-page .verb-card-body p{margin:.3rem 0;color:#333;font-size:.95rem}.phrasal-verbs-page .card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.phrasal-verbs-page .card-actions button{flex-shrink:0;padding:8px 12px;font-size:1rem;border-radius:6px;border:none;cursor:pointer;background-color:#dc3545;color:#fff;transition:background-color .3s ease}.phrasal-verbs-page .card-actions button:hover{background-color:#a71d2a}.phrasal-verbs-page .search-wrapper{display:flex;width:100%;margin:0 auto 1.5rem;gap:.5rem}.phrasal-verbs-page .search-input{flex-grow:1;width:100%;padding:10px 14px;border:1.5px solid #dc3545;border-radius:6px;font-size:1rem;color:#333;outline-offset:2px;transition:border-color .3s ease}.phrasal-verbs-page .search-input:focus{outline:none;border-color:#a71d2a;box-shadow:0 0 5px #dc354580}.phrasal-verbs-page button{flex-shrink:0;width:120px;background-color:#dc3545;color:#fff;border:none;padding:10px 0;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.phrasal-verbs-page button:hover{background-color:#a71d2a}.phrasal-verbs-page .clear-button{background-color:#6c757d}.phrasal-verbs-page .clear-button:hover{background-color:#5a6268}.phrasal-verbs-page .loading{text-align:center;font-size:1.125rem;color:#e74c3c;font-weight:600}.phrasal-verbs-page .error-message{text-align:center;margin-bottom:20px;color:#e74c3c;font-weight:700;font-size:1rem}.phrasal-verbs-page .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 600px){.phrasal-verbs-page{padding:1rem .5rem}.phrasal-verbs-page .page-title{font-size:1.5rem;margin-bottom:1rem}.phrasal-verbs-page .desktop-only{display:none}.phrasal-verbs-page .mobile-only{display:block}.phrasal-verbs-page p strong{font-weight:700}.phrasal-verbs-page .search-wrapper{flex-direction:column;gap:.75rem}.phrasal-verbs-page .search-input,.phrasal-verbs-page button{width:100%}.phrasal-verbs-page .card-actions{flex-direction:column;gap:8px;margin-top:10px}.phrasal-verbs-page .card-actions button{width:100%;text-align:center;font-size:12px;padding:10px;margin:0}}.daily-toeic-words{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.daily-toeic-words h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px}.daily-toeic-words .word-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.daily-toeic-words .word-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;display:flex;flex-direction:column}.daily-toeic-words .word-card:hover{transform:translateY(-4px)}.daily-toeic-words .card-header{display:flex;justify-content:space-between;align-items:center}.daily-toeic-words .word{font-size:1.5rem;margin:0;color:#222}.daily-toeic-words .type-tag{padding:4px 8px;border-radius:5px;font-size:.75rem;font-weight:700;text-transform:capitalize;color:#fff}.daily-toeic-words .pronunciations{margin:10px 0;font-size:.95rem;color:#555}.daily-toeic-words .pronunciations strong{font-weight:700}.daily-toeic-words .word-details{list-style-type:disc;padding-left:20px;margin:10px 0;font-size:.95rem;color:#444}.daily-toeic-words .word-details li{margin-bottom:6px}.daily-toeic-words .word-details li strong{font-weight:700}.daily-toeic-words .card-actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px}.daily-toeic-words .card-actions button{flex:1;padding:6px 12px;font-size:.9rem;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:filter .2s ease}.daily-toeic-words .word-card.noun{background-color:#007bff14}.daily-toeic-words .word-card.verb{background-color:#dc35451a}.daily-toeic-words .word-card.adjective{background-color:#ffc1071f}.daily-toeic-words .word-card.adverb{background-color:#17a2b81a}.daily-toeic-words .word-card.preposition{background-color:#6f42c11a}.daily-toeic-words .word-card.conjunction{background-color:#fd7e141a}.daily-toeic-words .word-card.interjection{background-color:#28a74514}.daily-toeic-words .word-card.determiner{background-color:#20c9971a}.daily-toeic-words .word-card.article{background-color:#6610f21a}.daily-toeic-words .word-card.number{background-color:#00b8941a}.daily-toeic-words .word-card.other{background-color:#343a4014}.daily-toeic-words .word-card.exclamation{background-color:#ff33991a}.daily-toeic-words .word-card.pronoun{background-color:#0066cc14}.daily-toeic-words .word-card.modal-verb{background-color:#777cff1a}.daily-toeic-words .word-card.noun .type-tag,.daily-toeic-words .word-card.noun button{background-color:#007bff}.daily-toeic-words .word-card.verb .type-tag,.daily-toeic-words .word-card.verb button{background-color:#dc3545}.daily-toeic-words .word-card.adjective .type-tag,.daily-toeic-words .word-card.adjective button{background-color:#ffc107}.daily-toeic-words .word-card.adverb .type-tag,.daily-toeic-words .word-card.adverb button{background-color:#17a2b8}.daily-toeic-words .word-card.preposition .type-tag,.daily-toeic-words .word-card.preposition button{background-color:#6f42c1}.daily-toeic-words .word-card.conjunction .type-tag,.daily-toeic-words .word-card.conjunction button{background-color:#fd7e14}.daily-toeic-words .word-card.interjection .type-tag,.daily-toeic-words .word-card.interjection button{background-color:#28a745}.daily-toeic-words .word-card.determiner .type-tag,.daily-toeic-words .word-card.determiner button{background-color:#20c997}.daily-toeic-words .word-card.article .type-tag,.daily-toeic-words .word-card.article button{background-color:#6610f2}.daily-toeic-words .word-card.number .type-tag,.daily-toeic-words .word-card.number button{background-color:#00b894;color:#fff}.daily-toeic-words .word-card.other .type-tag,.daily-toeic-words .word-card.other button{background-color:#343a40}.daily-toeic-words .word-card.exclamation .type-tag,.daily-toeic-words .word-card.exclamation button{background-color:#f39;color:#fff}.daily-toeic-words .word-card.pronoun .type-tag,.daily-toeic-words .word-card.pronoun button{background-color:#06c;color:#fff}.daily-toeic-words .word-card.modal-verb .type-tag,.daily-toeic-words .word-card.modal-verb button{background-color:#777cff}.daily-toeic-words .call-to-action-card{background-color:#28a74514;text-align:center;border:2px dashed #28a745;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;border-radius:8px}.daily-toeic-words .call-to-action-card button{margin-top:1rem;background-color:#28a745;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer}.daily-toeic-words .call-to-action-card button:hover{background-color:#28a745}.daily-toeic-words .call-to-action-guest{background-color:#f0f0f0;border:2px dashed #888888;color:#444;text-align:center;padding:1.5rem;border-radius:8px}.daily-toeic-words .call-to-action-guest button{margin-top:1rem;background-color:#666;color:#fff;padding:.5rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.daily-toeic-words .call-to-action-guest button:hover{background-color:#444}.daily-toeic-words button:hover{filter:brightness(.9)}.daily-toeic-words .spinner-circle{margin:0 auto 12px;border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.daily-toeic-words .word-grid{grid-template-columns:1fr;gap:16px}.daily-toeic-words .word-card{padding:16px}.daily-toeic-words .word{font-size:1.3rem}.daily-toeic-words .pronunciations,.daily-toeic-words .word-details{font-size:.9rem}.daily-toeic-words .card-actions{flex-direction:column;gap:8px}.daily-toeic-words .card-actions button{width:100%;font-size:.85rem}}@media (max-width: 480px){.daily-toeic-words h1{font-size:1.4rem}.daily-toeic-words .word{font-size:1.2rem}.daily-toeic-words .pronunciations p,.daily-toeic-words .word-details li{font-size:.85rem}.daily-toeic-words .card-header{flex-direction:column;align-items:flex-start;gap:6px}}.toeic-vocabulary-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f8fff4,#e6f4ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #cde8d3}.toeic-vocabulary-exam-container h1{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.toeic-vocabulary-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008;transition:transform .2s ease}.toeic-vocabulary-exam-container .question-block:hover{transform:translateY(-3px)}.toeic-vocabulary-exam-container .question-block h3{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.4}.toeic-vocabulary-exam-container strong{color:#2c3e50}.toeic-vocabulary-exam-container label{display:block;padding:.6rem 1rem;margin-bottom:.6rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.toeic-vocabulary-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.toeic-vocabulary-exam-container input[type=radio]{margin-right:10px}.toeic-vocabulary-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.toeic-vocabulary-exam-container .submit-button{display:block;margin:2rem auto 0;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #28a74566;transition:background .3s ease,transform .2s}.toeic-vocabulary-exam-container .submit-button:hover{background:#218838;transform:scale(1.03)}.toeic-vocabulary-exam-container .result-screen{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.toeic-vocabulary-exam-container .pass{color:#38a169;font-size:2rem;font-weight:700}.toeic-vocabulary-exam-container .pass .subtitle{display:block;font-size:1.25rem;color:#4a5568;margin-top:10px}.toeic-vocabulary-exam-container .fail{color:#e53935;font-size:1.9rem;font-weight:700;margin-bottom:1rem}.toeic-vocabulary-exam-container .try-again-button{margin-top:1.8rem;padding:12px 26px;background-color:#ffa726;color:#fff;font-size:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.toeic-vocabulary-exam-container .try-again-button:hover{background-color:#fb8c00}@media (max-width: 600px){.toeic-vocabulary-exam-container{padding:1.5rem}.toeic-vocabulary-exam-container .submit-button,.toeic-vocabulary-exam-container .try-again-button{width:100%}.toeic-vocabulary-exam-container .question-block{padding:1.2rem}}.toeic-vocabulary-history{max-width:1100px;margin:60px auto;padding:0 24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;border-radius:12px;box-shadow:0 4px 20px #0000000f}.toeic-vocabulary-history h1{text-align:center;font-size:2.4rem;margin:40px 0;font-weight:700}.toeic-vocabulary-history .loading,.toeic-vocabulary-history .no-history{text-align:center;font-size:1.2rem;color:#666;padding:40px 0}.toeic-vocabulary-history .history-table{width:100%;border-collapse:separate;border-spacing:0 18px;font-size:1rem;color:#444}.toeic-vocabulary-history .history-table th,.toeic-vocabulary-history .history-table td{background-color:#fff;padding:18px 24px;text-align:left;border-radius:12px;box-shadow:0 2px 8px #0000000d;vertical-align:top;transition:background-color .3s ease}.toeic-vocabulary-history .history-table th{background-color:#f4f6f8;font-weight:600;color:#222;font-size:1.05rem}.toeic-vocabulary-history .history-table tbody tr:hover td{background-color:#f2fbf5}.toeic-vocabulary-history .history-table td ul{padding-left:20px;margin:0;list-style-type:disc}.toeic-vocabulary-history .history-table td li{margin-bottom:10px;font-size:1rem;color:#333;line-height:1.6}.toeic-vocabulary-history .history-table td li strong{font-weight:700;color:#222;font-size:1.1rem}.toeic-vocabulary-history .word-type-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:5px;margin-left:10px;color:#fff;text-transform:capitalize;box-shadow:0 1px 3px #0000001f}.toeic-vocabulary-history .noun .word-type-tag{background-color:#007bff}.toeic-vocabulary-history .verb .word-type-tag{background-color:#dc3545}.toeic-vocabulary-history .adjective .word-type-tag{background-color:#ffc107}.toeic-vocabulary-history .adverb .word-type-tag{background-color:#17a2b8}.toeic-vocabulary-history .preposition .word-type-tag{background-color:#6f42c1}.toeic-vocabulary-history .conjunction .word-type-tag{background-color:#fd7e14}.toeic-vocabulary-history .interjection .word-type-tag{background-color:#28a745}.toeic-vocabulary-history .determiner .word-type-tag{background-color:#20c997}.toeic-vocabulary-history .article .word-type-tag{background-color:#6610f2}.toeic-vocabulary-history .other .word-type-tag{background-color:#343a40}.toeic-vocabulary-history .pronoun .word-type-tag{background-color:#06c}.toeic-vocabulary-history .exclamation .word-type-tag{background-color:#f39}.toeic-vocabulary-history .number .word-type-tag{background-color:#00b894}.toeic-vocabulary-history .view-detail-link{display:inline-block;margin-top:8px;font-size:.9rem;color:#28a745;text-decoration:none;font-weight:600;transition:color .2s ease}.toeic-vocabulary-history .view-detail-link:hover{color:#1e7e34;text-decoration:underline}.toeic-vocabulary-history .search-bar{margin-bottom:1em;display:flex;gap:.5em;flex-wrap:wrap}.toeic-vocabulary-history .search-bar input[type=text]{flex-grow:1;padding:10px 14px;font-size:1rem;min-width:200px;border:1.5px solid #28a745;border-radius:4px}.toeic-vocabulary-history .search-bar button{padding:.5em 1em;font-size:1rem;cursor:pointer;border:none;background-color:#28a745;color:#fff;border-radius:4px;transition:background-color .3s}.toeic-vocabulary-history .search-bar button:hover{background-color:#218838}.toeic-vocabulary-history .search-bar input[type=text]:focus{outline:none;border-color:#28a745;box-shadow:0 0 5px #28a745}.toeic-vocabulary-history .total-words-count{font-size:1rem;font-weight:600;margin:1rem 0;color:#2c3e50;background-color:#f0f8ff;padding:.5rem 1rem;border-left:4px solid #28a745;border-radius:4px;box-shadow:0 1px 3px #0000001a;-webkit-user-select:none;user-select:none;max-width:fit-content}.toeic-vocabulary-history .total-words-count .count-number{font-weight:700;color:#28a745}.toeic-vocabulary-history .words-by-type{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.6rem;font-size:.9rem;-webkit-user-select:none;user-select:none}.toeic-vocabulary-history .words-by-type li{display:inline-flex;align-items:center}.toeic-vocabulary-history .words-by-type li .word-type-tag{padding:5px 12px;border-radius:6px;font-weight:600;text-transform:capitalize;box-shadow:0 1px 3px #0000001f;cursor:default;display:inline-block}.toeic-vocabulary-history .words-by-type li .word-type-tag strong{font-weight:700;margin-left:5px}@media (max-width: 768px){.toeic-vocabulary-history .history-table th,.toeic-vocabulary-history .history-table td{padding:14px 16px;font-size:.95rem}.toeic-vocabulary-history .history-table td li{font-size:.95rem}.toeic-vocabulary-history .word-type-tag{font-size:.7rem;padding:2px 8px}}@media (max-width: 480px){.toeic-vocabulary-history h1{font-size:1.6rem;margin:24px 0}.toeic-vocabulary-history .history-table{font-size:.9rem}.toeic-vocabulary-history .view-detail-link{font-size:.85rem}.toeic-vocabulary-history .search-bar{flex-direction:column;align-items:stretch}.toeic-vocabulary-history .search-bar input[type=text],.toeic-vocabulary-history .search-bar button{width:100%}.toeic-vocabulary-history .search-bar button{margin-top:.5em}.toeic-vocabulary-history .search-bar button+button{margin-top:.5em}}.word-item[data-v-9b2ffd3e]{margin-bottom:.5rem}.back-link[data-v-8c4d2092]{display:inline-block;margin-top:30px;font-size:.9rem;color:#007bff;text-decoration:underline}.back-link[data-v-8c4d2092]:hover{text-decoration:none}.listening-page{max-width:1200px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.listening-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.sentence-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease;background-color:#fff;margin-bottom:24px}.sentence-card:hover{transform:translateY(-4px)}.card-header h2{font-size:1.3rem;color:#dc3545;font-weight:700;text-align:center;margin-bottom:1rem}.card-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:1.2rem}.action-button{flex:1;padding:10px 16px;font-size:1rem;font-weight:700;border-radius:8px;border:none;cursor:pointer;transition:background-color .3s ease,filter .3s ease;font-family:inherit;color:#fff}.action-button.play{background-color:#dc3545}.action-button.play:hover{background-color:#a71d2a}.action-button.show{background-color:#6c757d}.action-button.show:hover{background-color:#495057}.sentence-text{font-size:1.1rem;color:#333;text-align:center;font-style:italic;padding-top:.5rem;border-top:1px dashed #ccc;margin-top:1rem}.cta-card{background-color:#28a74514;text-align:center;border:2px dashed #28a745;padding:1.5rem;border-radius:8px;margin:24px 0}.cta-card button{background-color:#28a745;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease;margin:.5rem .5rem 0 0}.cta-card button:hover{background-color:#218838}.cta-card.guest{background-color:#f0f0f0;border-color:#888;color:#444}.cta-card.guest button{background-color:#666}.cta-card.guest button:hover{background-color:#444}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}.loading-spinner{display:flex;justify-content:center;margin-bottom:20px}.spinner-circle{border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:36px;height:36px;animation:spin .8s linear infinite}@media (max-width: 767px){.card-actions{flex-direction:column;gap:10px}.action-button{width:100%;font-size:.95rem}.card-header h2{font-size:1.1rem}.sentence-text{font-size:1rem}}@media (max-width: 480px){.listening-page h1{font-size:1.5rem}.action-button{font-size:.9rem}.sentence-text{font-size:.95rem}}.daily-listening-exam-page{max-width:1000px;margin:40px auto;padding:0 20px;font-family:Segoe UI,sans-serif}.daily-listening-exam-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.instructions{text-align:center;color:#555;margin-bottom:24px;font-size:1.1rem}.exam-card{padding:20px;border-radius:10px;box-shadow:0 4px 12px #0000000f;background-color:#fff;margin-bottom:24px;transition:transform .3s ease}.exam-card:hover{transform:translateY(-4px)}.exam-card h3{font-size:1.3rem;color:#dc3545;font-weight:700;text-align:center;margin-bottom:1rem}.play-button{background-color:#dc3545;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;padding:10px 16px;font-size:1rem;transition:background-color .3s ease;display:block;margin:0 auto 1rem}.play-button:hover{background-color:#a71d2a}.submit-button{background-color:#28a745;color:#fff;font-weight:700;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;padding:10px 18px;transition:background-color .3s ease;display:block;margin:20px auto 0}.submit-button:hover{background-color:#218838}.answer-input{width:100%;padding:12px;font-size:1rem;border-radius:8px;border:2px solid #ccc;margin-bottom:10px;transition:border-color .3s ease}.answer-input:focus{outline:none;border-color:#dc3545}.error-text{color:#dc3545;font-weight:700;text-align:center;margin-top:6px}.correct-text{color:#28a745;font-weight:700;text-align:center;margin-top:6px}.success-message{background-color:#28a74514;text-align:center;border:2px dashed #28a745;padding:2rem;border-radius:10px;margin-top:24px}.success-message h2{color:#28a745;font-size:1.6rem;margin-bottom:12px}.success-message p{color:#333;font-size:1.05rem}.success-message button{background-color:#28a745;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background-color .3s ease;margin-top:16px}.success-message button:hover{background-color:#218838}.loading-spinner{display:flex;justify-content:center;margin:30px 0}.spinner-circle{border:4px solid #ddd;border-top:4px solid #dc3545;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 767px){.exam-card h3{font-size:1.1rem}.answer-input{font-size:.95rem}.play-button,.submit-button{width:100%;font-size:.95rem}.success-message{padding:1.5rem}.success-message h2{font-size:1.3rem}}@media (max-width: 480px){.daily-listening-exam-page h1{font-size:1.5rem}.instructions{font-size:1rem}.play-button,.submit-button,.answer-input{font-size:.9rem}}.toeic-part5-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f8fff4,#e6f4ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #cde8d3}.toeic-part5-exam-container h2{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.toeic-part5-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000008;transition:transform .2s ease}.toeic-part5-exam-container .question-block:hover{transform:translateY(-3px)}.toeic-part5-exam-container .question-block p{font-size:1.1rem;color:#333;margin-bottom:1rem;line-height:1.4}.toeic-part5-exam-container strong{color:#2c3e50}.toeic-part5-exam-container label{display:block;padding:.6rem 1rem;margin-bottom:.6rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.toeic-part5-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.toeic-part5-exam-container input[type=radio]{margin-right:10px}.toeic-part5-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.toeic-part5-exam-container .button-group{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.toeic-part5-exam-container button[type=submit]{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #28a74566;transition:background .3s ease,transform .2s;min-width:150px}.toeic-part5-exam-container button[type=submit]:hover:not(:disabled){background:#218838;transform:scale(1.03)}.toeic-part5-exam-container button[type=submit]:disabled{background:#95a5a6;cursor:not-allowed;box-shadow:none;color:#ecf0f1}.toeic-part5-exam-container .try-another-btn{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#3182ce;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 4px 14px #3182ce66;transition:background .3s ease,transform .2s;min-width:150px}.toeic-part5-exam-container .try-another-btn:hover{background:#2b6cb0;transform:scale(1.03)}.toeic-part5-exam-container .result-summary{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:2.5rem;font-weight:700;font-size:1.3rem;color:#2f855a}.toeic-part5-exam-container .feedback.correct{color:#27ae60;font-weight:700;font-size:1rem}.toeic-part5-exam-container .feedback.wrong{color:#e53935;font-weight:700;font-size:1rem}@media (max-width: 600px){.toeic-part5-exam-container{padding:1.5rem}.toeic-part5-exam-container button[type=submit],.toeic-part5-exam-container .try-another-btn{width:100%;min-width:unset}.toeic-part5-exam-container .question-block{padding:1.2rem}}.toeic-part6-exam-container{max-width:850px;margin:3rem auto;padding:2.5rem;background:linear-gradient(to bottom right,#f0fff4,#d9f1e4);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;box-shadow:0 10px 25px #00000014;border:1px solid #c9e8d0}.toeic-part6-exam-container h2{text-align:center;font-size:2rem;color:#2f855a;margin-bottom:2rem;font-weight:600}.toeic-part6-exam-container .passage{background:#f9f9f9;border-radius:12px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 8px 16px #0000000f;transition:transform .2s ease,box-shadow .3s ease}.toeic-part6-exam-container .passage:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.toeic-part6-exam-container .passage p{font-size:1.125rem;color:#333;margin-bottom:1.25rem;line-height:1.6}.toeic-part6-exam-container .passage strong{color:#2c3e50;font-weight:700}.toeic-part6-exam-container .question-block{background:#fff;border-left:5px solid #28a745;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 8px 16px #0000000f;transition:transform .2s ease,box-shadow .3s ease}.toeic-part6-exam-container .question-block:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001f}.toeic-part6-exam-container .question-block p{font-size:1rem;color:#333;margin-bottom:1rem;line-height:1.5}.toeic-part6-exam-container .question-block strong{color:#2c3e50;font-weight:700}.toeic-part6-exam-container label{display:block;padding:.8rem 1.2rem;margin-bottom:.8rem;background:#f8f9fa;border:1px solid #d1dbe5;border-radius:8px;transition:background-color .2s,border-color .2s;cursor:pointer}.toeic-part6-exam-container label:hover{background:#e9f5ee;border-color:#28a745}.toeic-part6-exam-container input[type=radio]{margin-right:10px}.toeic-part6-exam-container .validation-error{color:#e53935;font-size:.9rem;margin-top:.4rem;font-weight:500}.toeic-part6-exam-container .button-group{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.toeic-part6-exam-container button[type=submit]{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#28a745;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 6px 18px #28a7454d;transition:background .3s ease,transform .2s,box-shadow .2s ease;min-width:150px}.toeic-part6-exam-container button[type=submit]:hover:not(:disabled){background:#218838;transform:scale(1.05);box-shadow:0 8px 20px #28a74566}.toeic-part6-exam-container button[type=submit]:disabled{background:#95a5a6;cursor:not-allowed;box-shadow:none;color:#ecf0f1}.toeic-part6-exam-container .try-another-btn{flex:1 1 200px;padding:14px 30px;font-size:1.1rem;color:#fff;background:#3182ce;border:none;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 6px 18px #3182ce4d;transition:background .3s ease,transform .2s,box-shadow .2s ease;min-width:150px}.toeic-part6-exam-container .try-another-btn:hover{background:#2b6cb0;transform:scale(1.05);box-shadow:0 8px 20px #3182ce66}.toeic-part6-exam-container .result-summary{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 8px 16px #0000000d;margin-top:2.5rem;font-weight:700;font-size:1.3rem;color:#2f855a}.toeic-part6-exam-container .feedback.correct{color:#27ae60;font-weight:700;font-size:1rem}.toeic-part6-exam-container .feedback.wrong{color:#e53935;font-weight:700;font-size:1rem}@media (max-width: 600px){.toeic-part6-exam-container{padding:1.5rem}.toeic-part6-exam-container button[type=submit],.toeic-part6-exam-container .try-another-btn{width:100%;min-width:unset}.toeic-part6-exam-container .passage{padding:1.5rem 1.8rem}.toeic-part6-exam-container .question-block{padding:1.2rem}}.toeic-practice-page{padding:2.5rem 1.5rem;max-width:800px;margin:40px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.toeic-practice-page h1{text-align:center;font-size:2rem;color:#333;margin-bottom:30px;font-weight:700}.toeic-practice-page .intro-text{text-align:center;font-size:1.1rem;font-weight:600;color:#555;margin-bottom:2rem}.toeic-practice-page .loading-spinner{text-align:center;margin:20px 0}.toeic-practice-page .spinner-circle{width:40px;height:40px;border:4px solid #ccc;border-top:4px solid #dc3545;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toeic-practice-page .toeic-sections{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.toeic-practice-page .toeic-card{background-color:#dc354514;border-radius:8px;padding:1.8rem;width:100%;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 12px #c0392b1a}.toeic-practice-page .toeic-card:hover{transform:translateY(-6px);background-color:#dc35451f}.toeic-practice-page .toeic-card h3{font-size:1.4rem;color:#dc3545;font-weight:700;margin-bottom:.5rem}.toeic-practice-page .toeic-card p{font-size:1rem;font-weight:600;color:#555}.toeic-practice-page .start-button{margin-top:1rem;padding:12px 20px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease}.toeic-practice-page .start-button:hover{background-color:#a71d2a;box-shadow:0 4px 8px #a71d2a4d}.toeic-practice-page .guest-cta{border-radius:8px;text-align:center}.toeic-practice-page .guest-cta h2{font-size:1.5rem;font-weight:700;color:#dc3545;margin-bottom:1rem}.toeic-practice-page .guest-cta p{font-size:1.1rem;font-weight:600;color:#555;margin-bottom:1.5rem}.toeic-practice-page .guest-cta button{margin:.5rem;padding:12px 24px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease}.toeic-practice-page .guest-cta button:hover{background-color:#a71d2a}.toeic-practice-page .call-to-action-card{background-color:#f8d7da;border-radius:8px;padding:2rem;box-shadow:0 4px 8px #dc354533;margin-bottom:2rem}.toeic-practice-page .call-to-action-card h2{font-size:1.5rem;font-weight:700;color:#dc3545;margin-bottom:1rem}.toeic-practice-page .call-to-action-card p{font-size:1.1rem;font-weight:600;color:#555;margin-bottom:1.5rem}.toeic-practice-page .call-to-action-card button{margin:.5rem;padding:12px 24px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.toeic-practice-page .call-to-action-card button:hover{background-color:#a71d2a}@media (max-width: 767px){.toeic-practice-page{padding:2rem 1rem}.toeic-practice-page h1{font-size:1.6rem;margin-bottom:24px}.toeic-practice-page .intro-text{font-size:1rem}.toeic-practice-page .toeic-sections{gap:1rem;justify-content:flex-start;flex-wrap:wrap}.toeic-practice-page .toeic-card{width:100%;padding:1rem}.toeic-practice-page .start-button{font-size:1rem;padding:10px 20px}.toeic-practice-page .guest-cta,.toeic-practice-page .call-to-action-card{padding:1.5rem}.toeic-practice-page .call-to-action-card button{font-size:1rem;padding:10px 20px}}@media (max-width: 480px){.toeic-practice-page{padding:1.5rem 1rem}.toeic-practice-page h1{font-size:1.4rem;margin-bottom:20px}.toeic-practice-page .toeic-card{width:100%;padding:1rem}.toeic-practice-page .start-button{font-size:1rem;padding:10px 20px}.toeic-practice-page .guest-cta,.toeic-practice-page .call-to-action-card{font-size:.85rem;padding:1rem}.toeic-practice-page .call-to-action-card button{font-size:.9rem;padding:8px 16px}}
