.feedback-container{position:relative;transition:all .3s ease}.feedback-container.shake{animation:shake .5s ease}.feedback-card{transition:all .5s ease;margin-bottom:1rem;border-radius:.5rem;width:100%}.feedback-card.correct{border:4px solid rgb(34,197,94)}.feedback-card.incorrect{border:4px solid rgb(239,68,68)}.feedback-message{display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.feedback-message.correct{background-color:rgb(220,252,231);border:1px solid rgb(74,222,128)}.feedback-message.incorrect{background-color:rgb(254,226,226);border:1px solid rgb(248,113,113)}.feedback-icon{margin-right:.5rem}.feedback-icon.correct{color:rgb(22,163,74);animation:bounce 1s infinite}.feedback-icon.incorrect{color:rgb(220,38,38);animation:pulse 2s infinite}.feedback-text{font-size:1.125rem;font-weight:600;text-align:center}.feedback-text.correct{color:rgb(21,128,61)}.feedback-text.incorrect{color:rgb(185,28,28)}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-8px)}75%{transform:translateX(8px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.scoreboard-container{width:100%;background-color:rgba(31,41,55,.5);padding:1rem;border-radius:.5rem;text-align:center}.scoreboard-text{font-size:1.125rem;font-weight:600;color:white}.summary-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:36rem;margin:0 auto;padding:2rem;background-color:rgb(17,24,39);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.summary-title{font-size:1.875rem;font-weight:700;color:white;margin-bottom:1.5rem;text-align:center}.summary-stats{font-size:1.125rem;color:rgb(209,213,219);margin-bottom:1rem}.summary-stats-highlight{color:rgb(209,213,219);font-weight:700}.skipped-info{display:flex;align-items:center;margin-bottom:1rem}.skipped-icon{color:rgb(239,68,68);font-size:1.875rem;margin-right:.5rem}.skipped-text{font-size:1.125rem;color:rgb(209,213,219)}.skipped-number{color:rgb(239,68,68);font-weight:700}.progress-bar{position:relative;width:100%;height:1.5rem;margin-bottom:1.5rem;background-color:rgb(55,65,81);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease}.progress-labels{position:absolute;top:0;left:0;right:0;height:100%;display:flex;justify-content:space-between;padding:0 1rem;align-items:center;font-size:.75rem;color:white;font-weight:600}.button-group{flex-direction:column;margin-top:1.5rem}@media (min-width:768px){.button-group{flex-direction:row}}.summary-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s ease;width:100%}.summary-button-primary{background-color:rgb(37,99,235);color:white}.summary-button-primary:hover{background-color:rgb(29,78,216)}.summary-button-secondary{background-color:rgb(220,38,38);color:white}.summary-button-secondary:hover{background-color:rgb(185,28,28)}.feedback-section{margin-top:2rem;text-align:center;display:flex;align-items:center;font-size:1.125rem;color:rgb(209,213,219)}.feedback-icon{color:rgb(234,179,8);font-size:1.5rem;margin-right:1rem}.skipped-questions-view{width:100%}.skipped-questions-title{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1rem;text-align:center}.skipped-questions-list{display:flex;flex-direction:column;gap:1rem}.skipped-question-item{padding:1.5rem;background-color:rgb(31,41,55);border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);display:flex;flex-direction:column}.question-field{display:flex;flex-direction:column;margin-bottom:1rem}.question-field:last-child{margin-bottom:0}.field-label{color:rgb(234,179,8);font-size:1.125rem;font-weight:600}.field-value{color:white}.field-label.correct{color:rgb(34,197,94)}.no-questions-message{font-size:1.125rem;color:rgb(209,213,219);text-align:center}.tooltip-container{position:relative;display:inline-block}.tooltip-content{visibility:hidden;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:.5rem;background-color:black;color:white;font-size:.75rem;padding:.5rem 1.5rem;border-radius:.25rem;width:350px;text-align:center}.tooltip-container:hover .tooltip-content{visibility:visible}.level-check{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background-color:white;color:black;font-size:1.875rem;font-weight:700}.quiz-container{width:100%;max-width:40rem;margin:0 auto;padding:2rem .5rem;box-sizing:border-box}.quiz-close{display:flex;justify-content:flex-end;margin-bottom:.5rem}.close-button{color:rgb(209,213,219);font-size:1.875rem;font-weight:700;transition:all .2s ease}.close-button:hover{color:rgb(243,244,246)}.quiz-input-container{max-width:400px;margin:0 auto;width:100%;padding:0 1rem;box-sizing:border-box}.quiz-input{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;border:1px solid rgb(75,85,99);background-color:white;color:rgb(17,24,39);text-align:center;font-size:1.125rem;box-sizing:border-box;min-height:3rem}.quiz-input:focus{outline:none;border-color:rgb(59,130,246)}.quiz-input:disabled{opacity:.5;cursor:not-allowed}.quiz-input.show-answer{cursor:not-allowed;font-weight:600}.button-group{display:flex;width:100%;justify-content:space-between;gap:1rem;margin-top:1rem;padding:0 1rem;box-sizing:border-box}.quiz-button{flex:1 1;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .2s ease;font-size:1rem;min-height:3rem;box-sizing:border-box}.submit-button{background-color:rgb(37,99,235);color:white}.submit-button:hover{background-color:rgb(29,78,216)}.submit-button:disabled{background-color:rgb(156,163,175);color:rgb(107,114,128);cursor:not-allowed}.submit-button.next{background-color:rgb(22,163,74)}.submit-button.next:hover{background-color:rgb(21,128,61)}.skip-button{background-color:rgb(220,38,38);color:white}.skip-button:hover{background-color:rgb(185,28,28)}.skip-button:disabled{background-color:rgb(156,163,175);cursor:not-allowed}.stats-container{display:flex;justify-content:center;margin-top:2rem}.stats-group{gap:2rem}.prompt-container,.stats-group{display:flex;align-items:center}.prompt-container{min-height:5rem;height:auto;justify-content:center;padding:1.5rem 1rem;margin-bottom:1.5rem}.prompt-content{text-align:center;width:100%;max-width:100%}.prompt-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;min-height:3rem;width:100%}.prompt-text{font-size:1.75rem;font-weight:700;color:white;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.3;text-align:center;white-space:normal}.prompt-details{display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;color:rgb(209,213,219);flex-shrink:0;text-align:center;justify-content:center;padding:.5rem}.prompt-details span{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.prompt-separator{width:.25rem;height:.25rem;margin:0 .75rem;background-color:rgb(107,114,128);border-radius:9999px;flex-shrink:0}@media (max-width:640px){.prompt-container{padding:1rem 1.5rem;min-height:4rem}.prompt-row{flex-direction:column;gap:1rem;min-height:2.5rem}.prompt-text{font-size:1.5rem;min-width:auto;line-height:1.4}.prompt-details{font-size:.75rem;min-width:auto;padding:.25rem .5rem}.prompt-separator{margin:0 .5rem}.quiz-container{padding:1rem}.quiz-input-container{max-width:100%;padding:0 1rem}.quiz-input{font-size:1rem;padding:.625rem 1rem}.button-group{gap:.75rem;padding:0 1rem}.quiz-button{padding:.625rem 1rem;font-size:.9rem}}@media (max-width:560px){.prompt-text{font-size:1.375rem;line-height:1.4}.prompt-container{padding:1rem}.quiz-container{padding:1rem .75rem}}@media (max-width:480px){.prompt-container{padding:.75rem;min-height:3.5rem}.prompt-text{font-size:1.25rem;line-height:1.4}.quiz-container{padding:.5rem}.quiz-input-container{padding:0 .5rem}.quiz-input{font-size:.875rem;padding:.5rem .75rem;min-height:2.5rem}.button-group{gap:.5rem;padding:0 .5rem}.quiz-button{padding:.5rem .75rem;font-size:.85rem;min-height:2.5rem}.prompt-details{font-size:.7rem}.prompt-separator{margin:0 .25rem;width:.2rem;height:.2rem}}.quiz-wrapper{margin:0 auto}.quiz-card,.quiz-wrapper{position:relative;width:100%;max-width:100%}.quiz-card{padding:2rem 1rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);background-color:rgb(17,24,39);box-sizing:border-box}@media (max-width:640px){.quiz-card{padding:1.5rem 1rem}}@media (max-width:480px){.quiz-card{padding:1rem .75rem}}.tense-selection{margin-bottom:2rem}.tense-selection-title{margin-bottom:1.5rem}.tense-selection-subtitle{color:rgb(209,213,219);text-align:center;margin-bottom:1rem}.tense-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.tense-card{background-color:rgb(31,41,59);padding:1rem;border-radius:.5rem;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}.tense-card:hover{transform:translateY(-4px);border-color:rgba(59,130,246,.5);background-color:rgb(31,41,59,.8)}.tense-selection-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:32rem;margin:0 auto;padding-top:1rem}.tense-selection-title{font-size:1.5rem;font-weight:700;color:white;text-align:center}.tense-selection-grid{width:100%;display:flex;flex-direction:column;gap:1rem}.mood-card{background-color:rgb(55,65,81);padding:1rem;border-radius:.5rem}.mood-header{display:flex;align-items:center;justify-content:space-between}.mood-title{font-size:1.125rem;font-weight:600;color:white;text-transform:capitalize}.info-icon-wrapper{position:relative;color:rgb(209,213,219);cursor:pointer;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;transition:background-color .2s}.info-icon-wrapper:hover{background-color:rgb(75,85,99)}.info-icon{width:1.5rem;height:1.5rem}.tense-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tense-button{padding:.5rem 1rem;border-radius:.5rem;transition:all .2s}.tense-button.selected{background-color:rgb(75,85,99);color:white;transform:scale(1.05)}.tense-button.unselected{background-color:rgb(229,231,235);color:rgb(31,41,55)}.tense-button.unselected:hover{background-color:rgb(209,213,219);transform:scale(1.05)}.start-quiz-button{width:100%;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);text-align:center;transition:all .2s}.start-quiz-button:disabled{background-color:rgb(156,163,175);color:rgb(209,213,219);cursor:not-allowed}.start-quiz-button:not(:disabled){background-color:rgb(37,99,235);color:white}.start-quiz-button:not(:disabled):hover{background-color:rgb(29,78,216)}.BlogPostCards_blogGrid__H_Zxk{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.BlogPostCards_blogCard__K7Sq2{background:rgb(30,41,59);border-radius:1rem;border:3px solid rgba(59,130,246,.1);transition:all .3s ease;text-decoration:none;color:inherit;height:100%;display:flex;flex-direction:column}.BlogPostCards_blogCard__K7Sq2:hover{transform:translateY(-5px);border-color:rgba(59,130,246,.3);box-shadow:0 10px 25px -5px rgba(0,0,0,.3)}.BlogPostCards_blogContent__krhZY{padding:1.5rem;display:flex;flex-direction:column;height:100%}.BlogPostCards_blogTitle__XG_hT{color:white;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 .5rem;height:5.85rem}.BlogPostCards_blogExcerpt__AFJmO,.BlogPostCards_blogTitle__XG_hT{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.BlogPostCards_blogExcerpt__AFJmO{color:rgb(148,163,184);font-size:.875rem;line-height:1.6;margin:0 0 1rem;flex-grow:1;min-height:4.8rem}.BlogPostCards_blogMeta__PDxCg{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(59,130,246,.1)}.BlogPostCards_blogDate__1kY28{font-size:.875rem;color:rgb(148,163,184);font-weight:500}.BlogPostCards_viewAllContainer___NEEe{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(59,130,246,.1)}.BlogPostCards_viewAllLink__WFS4M{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgb(37,99,235);color:white;text-decoration:none;border-radius:.5rem;font-weight:500;font-size:1rem;transition:all .2s ease}.BlogPostCards_viewAllLink__WFS4M:hover{background:rgb(29,78,216);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,99,235,.3)}.BlogPostCards_skeleton__WDeSZ{opacity:.7}.BlogPostCards_skeletonTitle__nxFAh{height:1.5rem}.BlogPostCards_skeletonMeta__5o66g,.BlogPostCards_skeletonTitle__nxFAh{background:linear-gradient(90deg,#374151 25%,#4b5563 50%,#374151 75%);background-size:200% 100%;animation:BlogPostCards_skeleton-loading__gNHZ1 1.4s ease-in-out infinite;border-radius:.25rem;margin-bottom:1rem}.BlogPostCards_skeletonMeta__5o66g{height:1.25rem;width:60%}.BlogPostCards_skeletonDescription__zRVGL{height:1rem;background:linear-gradient(90deg,#374151 25%,#4b5563 50%,#374151 75%);background-size:200% 100%;animation:BlogPostCards_skeleton-loading__gNHZ1 1.4s ease-in-out infinite;border-radius:.25rem;margin-bottom:.5rem}.BlogPostCards_skeletonDescription__zRVGL:last-child{width:80%}@keyframes BlogPostCards_skeleton-loading__gNHZ1{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.BlogPostCards_blogGrid__H_Zxk{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.BlogPostCards_blogGrid__H_Zxk{grid-template-columns:1fr;gap:1rem}.BlogPostCards_blogContent__krhZY{padding:1.25rem}.BlogPostCards_blogTitle__XG_hT{font-size:1.25rem;height:4.875rem}.BlogPostCards_blogExcerpt__AFJmO{font-size:.8125rem;min-height:5.85rem}.BlogPostCards_viewAllLink__WFS4M{padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:480px){.BlogPostCards_blogContent__krhZY{padding:1rem}.BlogPostCards_blogTitle__XG_hT{font-size:1.125rem;height:4.3875rem}.BlogPostCards_blogExcerpt__AFJmO{font-size:.75rem;min-height:5.4rem}}