@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@600;700;800;900&family=Inter:wght@400;500;600;700&display=swap");.grammar-page{padding-top:72px}.grammar-layout{display:flex;gap:32px;margin-top:40px;padding:0 24px 60px}.grammar-sidebar-col{display:flex;flex-direction:column;flex-shrink:0;width:280px}.grammar-sidebar{width:100%;background:#f0ede6;border:2px solid #e0d9cf;border-radius:16px;padding:24px 20px;position:-webkit-sticky;position:sticky;top:100px;align-self:flex-start;max-height:calc(100vh - 120px);overflow-y:auto}.grammar-main{flex:1 1;min-width:0;min-height:400px}.grammar-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px}.grammar-section-title{font-family:Be Vietnam Pro,sans-serif;font-size:22px;font-weight:900;color:var(--black,#0D0D0D)}.grammar-count-badge{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#888}.grammar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;width:100%}.grammar-card{background:#fff;border:1.5px solid #e8e4df;border-radius:16px;cursor:pointer;transition:box-shadow .2s,border-color .2s,transform .15s;display:flex;flex-direction:column;overflow:hidden;position:relative}.grammar-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);border-color:#ccc;transform:translateY(-2px)}.grammar-card-button{width:100%;padding:0;text-align:left;font:inherit}.grammar-card-button:focus-visible{outline:3px solid rgba(227,27,35,.35);outline-offset:3px}.grammar-catalog-main{min-width:0}.grammar-page-intro{margin:8px 0 0;color:#888;font-size:14px}.grammar-card-complete{color:#15803d}.grammar-card-accent{height:5px;background:var(--red,#E31B23);flex-shrink:0}.grammar-card-accent.easy{background:#16a34a}.grammar-card-accent.medium{background:#d97706}.grammar-card-accent.hard{background:#dc2626}.grammar-card-accent.Essential,.grammar-card-accent.Foundation{background:#16a34a}.grammar-card-accent.Developing,.grammar-card-accent.Intermediate{background:#d97706}.grammar-card-accent.Advanced,.grammar-card-accent.Mastery,.grammar-card-accent.Upper-Intermediate{background:#dc2626}.grammar-card-body{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1 1;gap:10px}.grammar-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.grammar-card-topic{display:inline-block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;padding:3px 8px;border-radius:6px;background:rgba(227,27,35,.1);color:var(--red,#E31B23);white-space:nowrap}.grammar-card-difficulty{font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;white-space:nowrap;flex-shrink:0}.grammar-card-difficulty.easy{background:#dcfce7;color:#15803d}.grammar-card-difficulty.medium{background:#fef3c7;color:#b45309}.grammar-card-difficulty.hard{background:#fee2e2;color:#b91c1c}.grammar-card-difficulty.Essential,.grammar-card-difficulty.Foundation{background:#dcfce7;color:#15803d}.grammar-card-difficulty.Developing,.grammar-card-difficulty.Intermediate{background:#fef3c7;color:#b45309}.grammar-card-difficulty.Advanced,.grammar-card-difficulty.Mastery,.grammar-card-difficulty.Upper-Intermediate{background:#fee2e2;color:#b91c1c}.grammar-card-title{font-family:Be Vietnam Pro,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:var(--black,#0D0D0D);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grammar-card-meta{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;color:#888}.grammar-card-meta-item{display:flex;align-items:center;gap:4px}.grammar-card-meta-item svg{width:13px;height:13px;flex-shrink:0}.grammar-card-done{position:absolute;top:12px;right:12px;width:26px;height:26px;background:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.grammar-card-done svg{width:14px;height:14px;stroke:#fff}.grammar-exam-overlay{position:fixed;inset:0;z-index:500;background:#fff;display:flex;flex-direction:column;overflow:hidden}.grammar-exam-preview-overlay{inset:50% auto auto 50%;width:min(1300px,calc(100vw - 52px));height:min(750px,calc(100vh - 52px));transform:translate(-50%,-50%);border:2px solid var(--black,#111);border-radius:16px;box-shadow:0 0 0 100vmax rgba(13,13,13,.48),0 24px 80px rgba(0,0,0,.2)}.grammar-exam-topbar{display:flex;align-items:center;gap:16px;padding:14px 24px;border-bottom:1px solid #eeebe6;background:#fff;flex-shrink:0}.grammar-preview-window-titlebar{height:38px;flex:0 0 38px}.create-grammar-layout .create-passage-overview{display:block;width:100%}.grammar-exam-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#888;border-radius:8px;transition:background .15s,color .15s}.grammar-exam-close:hover{background:#f3f0eb;color:#333}.grammar-exam-close svg{width:20px;height:20px}.grammar-exam-progress-wrap{flex:1 1;height:12px;background:#f0ede6;border-radius:6px;overflow:hidden}.grammar-exam-progress-bar{height:100%;background:var(--red,#E31B23);border-radius:6px;transition:width .35s cubic-bezier(.4,0,.2,1)}.grammar-exam-progress-text{font-family:Be Vietnam Pro,sans-serif;font-size:14px;font-weight:700;color:#888}.grammar-exam-lives{display:flex;gap:4px;margin-left:4px}.grammar-exam-life.lost{filter:grayscale(1);opacity:.35}.grammar-exam-body{flex:1 1;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding:40px 24px 0}.grammar-exam-question-wrap{width:100%;max-width:620px;display:flex;flex-direction:column;gap:24px;animation:grammar-q-in .3s ease}@keyframes grammar-q-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.grammar-exam-type-label{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:var(--red,#E31B23)}.grammar-exam-instruction,.grammar-exam-type-label{font-family:Be Vietnam Pro,sans-serif;font-weight:800}.grammar-exam-instruction{font-size:20px;color:var(--black,#0D0D0D);line-height:1.35}.grammar-exam-sentence{font-size:18px;font-weight:500;color:#333;line-height:1.6;padding:16px 20px;background:#f9f7f3;border-radius:12px;border:1.5px solid #e8e4df}.grammar-choices{display:flex;flex-direction:column;gap:10px}.grammar-choice-btn{width:100%;padding:14px 18px;background:#fff;border:2px solid #e0dbd4;border-radius:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;color:var(--black,#0D0D0D);cursor:pointer;text-align:left;transition:border-color .15s,background .15s,transform .1s;display:flex;align-items:center;gap:12px}.grammar-choice-btn:hover:not(:disabled){border-color:var(--red,#E31B23);background:rgba(227,27,35,.04);transform:translateX(2px)}.grammar-choice-btn.selected{border-color:#3b82f6;background:rgba(59,130,246,.06)}.grammar-choice-btn.correct{border-color:#16a34a;background:#dcfce7;color:#15803d}.grammar-choice-btn.incorrect{border-color:#dc2626;background:#fee2e2;color:#b91c1c}.grammar-choice-letter{width:28px;height:28px;border-radius:50%;background:#f3f0eb;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0}.grammar-choice-btn.selected .grammar-choice-letter{background:#3b82f6;color:#fff}.grammar-choice-btn.correct .grammar-choice-letter{background:#16a34a;color:#fff}.grammar-choice-btn.incorrect .grammar-choice-letter{background:#dc2626;color:#fff}.grammar-fill-input{width:100%;padding:14px 18px;border:2px solid #e0dbd4;border-radius:12px;font-family:Inter,sans-serif;font-size:17px;color:var(--black,#0D0D0D);background:#fff;outline:none;box-sizing:border-box}.grammar-fill-input:focus{border-color:var(--red,#E31B23)}.grammar-fill-input.correct{border-color:#16a34a;background:#dcfce7;color:#15803d}.grammar-fill-input.incorrect{border-color:#dc2626;background:#fee2e2;color:#b91c1c}.grammar-reorder-answer-zone{min-height:54px;padding:12px 16px;background:#f9f7f3;border:2px dashed #d5cfc6;border-radius:12px}.grammar-reorder-answer-zone,.grammar-reorder-bank{display:flex;flex-wrap:wrap;gap:8px}.grammar-word-tile{display:inline-flex;align-items:center;padding:8px 14px;background:#fff;border:2px solid #d5cfc6;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.grammar-word-tile.used{opacity:.35;cursor:default}.grammar-word-tile.in-answer{border-color:#3b82f6}.grammar-word-tile.correct-tile{border-color:#16a34a;background:#dcfce7;color:#15803d}.grammar-word-tile.incorrect-tile{border-color:#dc2626;background:#fee2e2;color:#b91c1c}.grammar-error-sentence{font-size:18px;line-height:1.7;padding:16px 20px;background:#f9f7f3;border-radius:12px;border:1.5px solid #e8e4df}.grammar-error-word{cursor:pointer;padding:2px 4px;border-radius:4px}.grammar-error-word.selected{background:rgba(59,130,246,.15);color:#1d4ed8;font-weight:700}.grammar-error-word.correct-word{background:#dcfce7;color:#15803d;font-weight:700}.grammar-error-word.wrong-word{background:#fee2e2;color:#b91c1c;text-decoration:line-through}.grammar-matching-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.grammar-match-item{padding:12px 16px;background:#fff;border:2px solid #e0dbd4;border-radius:10px;font-size:15px;cursor:pointer;text-align:center}.grammar-match-item.selected{border-color:#3b82f6;background:rgba(59,130,246,.07)}.grammar-match-item.matched{border-color:#16a34a;background:#dcfce7;color:#15803d}.grammar-feedback-banner{width:100%;max-width:620px;margin-top:16px;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;display:none}.grammar-feedback-banner.show{display:block}.grammar-feedback-banner.correct{background:#dcfce7;color:#15803d;border:1.5px solid #bbf7d0}.grammar-feedback-banner.incorrect{background:#fee2e2;color:#b91c1c;border:1.5px solid #fecaca}.grammar-feedback-title{font-family:Be Vietnam Pro,sans-serif;font-size:17px;font-weight:900;margin-bottom:4px}.grammar-exam-actions{width:100%;max-width:620px;display:flex;gap:10px;margin-top:20px;padding-bottom:32px}.grammar-exam-btn{padding:14px 32px;border-radius:12px;font-family:Be Vietnam Pro,sans-serif;font-size:16px;font-weight:800;border:none;cursor:pointer}.grammar-exam-btn-primary{background:var(--red,#E31B23);color:#fff;min-width:130px}.grammar-exam-btn-primary:disabled{opacity:.45;cursor:not-allowed}.grammar-score-screen{position:fixed;inset:0;z-index:600;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.grammar-score-emoji{font-size:64px;margin-bottom:12px}.grammar-score-eyebrow{font-family:Be Vietnam Pro,sans-serif;font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--red,#E31B23);margin-bottom:8px}.grammar-score-title{font-family:Be Vietnam Pro,sans-serif;font-size:36px;font-weight:900;margin-bottom:6px}.grammar-score-subtitle{font-size:16px;color:#777;margin-bottom:32px}.grammar-score-ring{--grammar-score-progress:0deg;width:160px;height:160px;border-radius:50%;background:conic-gradient(var(--red,#E31B23) var(--grammar-score-progress),#f0ede6 0);display:grid;place-items:center;position:relative;margin-bottom:32px}.grammar-score-ring:before{content:"";position:absolute;inset:14px;border-radius:50%;background:#fff}.grammar-score-ring-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.grammar-score-pct{font-family:Be Vietnam Pro,sans-serif;font-size:34px;font-weight:900}.grammar-score-pct-label{font-size:13px;color:#888}.grammar-score-stats{display:flex;gap:20px;margin-bottom:36px}.grammar-score-stat{display:flex;flex-direction:column;align-items:center;padding:14px 24px;background:#f9f7f3;border-radius:14px}.grammar-score-stat strong{font-family:Be Vietnam Pro,sans-serif;font-size:24px;font-weight:900}.grammar-score-stat span{font-size:12px;color:#888}.grammar-score-actions{display:flex;gap:12px}.grammar-score-btn{padding:14px 28px;border-radius:12px;font-family:Be Vietnam Pro,sans-serif;font-size:15px;font-weight:800;border:none;cursor:pointer}.grammar-score-btn.primary{background:var(--red,#E31B23);color:#fff}.grammar-result-main{min-height:100vh;padding:32px 20px 64px}.grammar-result-shell{max-width:1180px}.grammar-result-shell>.reading-result-overview{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:28px;gap:28px;align-items:center;padding:30px}.grammar-result-shell .reading-result-summary h2{white-space:nowrap}.grammar-result-shell .reading-result-stats{grid-column:1/-1;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.grammar-result-shell .reading-result-stats article{min-width:0}.grammar-review-main{min-height:100vh;padding:32px 20px 64px}.grammar-review-shell{max-width:1180px}.grammar-review-shell .reading-result-hero p{margin-bottom:0}.grammar-review-options{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0 46px}.grammar-review-options span{padding:8px 12px;border:2px solid #d4d4d4;border-radius:8px;background:#fff;font-weight:600}.grammar-review-options .is-correct-option{color:#168340;border-color:#a8dbb9;background:#eaf8ef}.grammar-review-options .is-wrong-option{color:#c9253c;border-color:#e69ca7;background:#fff0f2;text-decoration:line-through}.grammar-review-shell .grammar-result-question{padding:14px 18px 18px}.grammar-review-shell .grammar-result-question-head{align-items:flex-start}.grammar-review-shell .grammar-result-question-head strong{font-size:17px;line-height:1.3}.grammar-review-shell .grammar-result-question-status{font-size:12px;white-space:nowrap}.grammar-review-instruction{display:flex;align-items:center;gap:6px;margin:10px 0 9px;color:#8a8580;font:600 12px/1.3 Inter,sans-serif}.grammar-review-choice-list{display:flex;flex-direction:column;gap:6px;width:100%;margin-left:0}.grammar-review-choice{display:flex;align-items:center;gap:9px;width:100%;min-height:32px;padding:4px 8px;border:2px solid #e0dbd4;border-radius:8px;background:#fff;color:#171717;font:600 13px/1.25 Inter,sans-serif;box-sizing:border-box}.grammar-review-choice-letter{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;border-radius:50%;background:#f2eee8;color:#171717;font-size:10px;font-weight:800}.grammar-review-choice.is-correct-option{border-color:#9fddb8;background:#eaf8ef;color:#168340}.grammar-review-choice.is-correct-option .grammar-review-choice-letter{background:#a8dfbd;color:#116d35}.grammar-review-choice.is-wrong-option{border-color:#e69ca7;background:#fff0f2;color:#c9253c;text-decoration:line-through}.grammar-review-choice.is-wrong-option .grammar-review-choice-letter{background:#f1b8c0;color:#a91e32}.grammar-review-inputs{display:flex;align-items:stretch;flex-wrap:wrap;gap:12px;margin-top:18px}.grammar-review-fill-box{min-height:34px;margin:0;padding:5px 8px;border:2px solid #d4d4d4;border-radius:8px;background:#fff;font:600 13px/1.3 Inter,sans-serif;box-sizing:border-box}.grammar-review-inputs{width:100%}.grammar-review-inputs .grammar-review-fill-box{min-width:0;flex:1 1}.grammar-review-fill-box.is-correct-option{color:#168340;border-color:#9fddb8;background:#eaf8ef}.grammar-review-fill-box.is-wrong-option{color:#c9253c;border-color:#e69ca7;background:#fff0f2;text-decoration:line-through}.grammar-result-review{margin-top:30px;scroll-margin-top:24px}.grammar-result-review>h2{margin:0 0 16px;font-size:24px}.grammar-result-question{border:2px solid #e5e5e5;border-radius:14px;padding:18px 20px;margin-bottom:12px;background:#fff}.grammar-result-question.is-correct{border-color:#b9e8c8}.grammar-result-question.is-incorrect{border-color:#f4b9c0;background:#fffafb}.grammar-result-question-head{display:flex;align-items:flex-start;gap:12px;line-height:1.45}.grammar-result-question-head strong{flex:1 1;font-size:17px}.grammar-result-question-number{flex:0 0 34px;height:34px;border:2px solid #6ea8cc;border-radius:6px;display:grid;place-items:center;font-weight:800}.grammar-result-question-status{font-size:13px;font-weight:800;color:#188344}.grammar-result-question.is-incorrect .grammar-result-question-status{color:#c9273c}.grammar-result-answer-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;margin:14px 0 0 46px;font-size:14px}.grammar-result-answer-row span{color:#777}.grammar-result-answer-row strong{border:2px solid #d4d4d4;border-radius:6px;padding:5px 10px;background:#fff}.grammar-result-answer-row strong.is-green{color:#168340;border-color:#a8dbb9}.grammar-result-answer-row strong.is-red{color:#c9253c;border-color:#e69ca7;text-decoration:line-through}.grammar-result-typo{margin:10px 0 0 46px;color:#8a6500;font-size:13px}.grammar-result-explanation{margin:12px 0 0 46px;color:#666;font-size:14px}.grammar-review-shell .grammar-result-explanation{margin-left:0;font-size:12px}.grammar-review-instruction>span:last-child{color:#171717}.grammar-review-instruction .grammar-instruction-accent{color:var(--red,#e31b23)}.grammar-result-explanation b{color:#222}.grammar-result-back{display:block;width:-moz-fit-content;width:fit-content;margin:16px 0 0 auto;padding:8px 14px;border:0;border-radius:8px;background:var(--red,#e31b23);color:#fff;font-size:13px;font-weight:800;cursor:pointer}@media (max-width:800px){.grammar-result-shell>.reading-result-overview{grid-template-columns:1fr;justify-items:center;text-align:center}.grammar-result-shell .reading-result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.grammar-result-shell .reading-result-summary h2{white-space:normal}.grammar-result-shell .reading-result-summary p{margin-left:auto;margin-right:auto}.grammar-result-answer-row,.grammar-result-explanation,.grammar-result-typo,.grammar-review-choice-list,.grammar-review-fill-box,.grammar-review-instruction,.grammar-review-options{margin-left:0}.grammar-review-inputs{flex-direction:column}.grammar-review-question .grammar-result-question-head strong{font-size:20px}.grammar-review-question .grammar-result-question-status{font-size:14px}}.create-grammar-form{display:flex;flex-direction:column;gap:20px}.create-grammar-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.create-grammar-questions-list{display:flex;flex-direction:column;gap:16px}.create-grammar-q-card{background:#fff;border:1.5px solid #e0dbd4;border-radius:14px;overflow:hidden}.create-grammar-q-head{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#f9f7f3;border-bottom:1px solid #e8e4df}.create-grammar-q-number{font-family:Be Vietnam Pro,sans-serif;font-weight:800;color:var(--red,#E31B23)}.create-grammar-q-type-select{flex:1 1;padding:6px 10px;border:1.5px solid #e0dbd4;border-radius:8px;background:#fff}.create-grammar-q-delete{background:none;border:none;cursor:pointer;font-size:16px}.create-grammar-q-body{padding:18px;display:flex;flex-direction:column;gap:12px}.create-grammar-option-row{display:flex;align-items:center;gap:10px;margin-top:8px}.create-grammar-add-q-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:2px dashed #d5cfc6;border-radius:14px;background:none;font-family:Be Vietnam Pro,sans-serif;font-size:14px;font-weight:700;color:#888;cursor:pointer}.create-grammar-add-q-btn:hover{border-color:var(--red,#E31B23);color:var(--red,#E31B23)}.create-grammar-info-panel{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,.7fr);grid-gap:18px;gap:18px;align-items:flex-end}.create-grammar-info-panel .create-field-group{min-width:0}@media (max-width:768px){.grammar-layout{flex-direction:column}.grammar-sidebar-col{width:100%}.create-grammar-info-panel,.create-grammar-meta,.grammar-grid{grid-template-columns:1fr}}.create-test-layout .create-reading-sidebar>.create-sidebar-skill-picker{order:-100;display:block!important;width:100%!important;min-width:0!important;flex:0 0 auto!important;direction:ltr!important;padding:0 0 16px!important;margin:0 0 10px!important}.create-test-layout .create-sidebar-skill-picker .create-sidebar-skill-label{display:block!important;margin:0 0 6px!important;font-family:Be Vietnam Pro,sans-serif!important;font-size:11px!important;font-weight:800!important;line-height:1.3!important}.create-test-layout .create-sidebar-skill-picker .create-sidebar-skill-trigger{display:flex!important;width:100%!important;min-width:0!important;min-height:42px!important;align-items:center!important;justify-content:space-between!important;padding:8px 11px!important;font:700 14px Inter,sans-serif!important}.create-test-layout .create-sidebar-skill-picker .create-sidebar-skill-menu{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important}.create-test-layout .create-sidebar-skill-picker .create-sidebar-skill-menu button{display:block!important;width:100%!important;min-width:0!important;flex:0 0 auto!important;margin:0!important}@media (max-width:820px){.create-test-layout .create-reading-builder.is-full-test .create-reading-sidebar{flex-direction:column!important;align-items:stretch!important;overflow-x:hidden!important;overflow-y:auto!important}}.create-reading-sidebar>.create-sidebar-skill-mount{order:-1000;width:100%;min-width:0;flex:0 0 auto;direction:ltr;padding-bottom:0;margin-bottom:10px;border-bottom:0}.create-sidebar-skill-filter{width:100%}.create-sidebar-skill-filter .filter-collapse-btn{min-height:42px;padding:0 12px;border:2px solid transparent;border-radius:10px;color:var(--black)}.create-sidebar-skill-filter .filter-collapse-btn:hover,.create-sidebar-skill-filter.open .filter-collapse-btn{border-color:rgba(227,27,35,.2);background:rgba(227,27,35,.06);color:var(--red)}.create-sidebar-skill-options{display:flex;flex-direction:column;gap:2px;padding-top:8px}.create-sidebar-skill-options .filter-btn,.create-sidebar-skill-options .filter-option{display:block;width:100%;min-width:0;margin:0}.create-sidebar-skill-options .filter-btn:disabled{color:#aa9d98;cursor:not-allowed;opacity:.7}.create-reading-sidebar>.create-sidebar-skill-mount+.create-passage-nav{margin-top:0!important}.reading-layout .filter-divider{height:2px!important;background:#fff!important}.create-grammar-layout .create-section-divider,.create-test-layout .create-section-divider{height:2px!important}.create-test-layout .create-sidebar-status{border-top:0!important;padding-top:14px!important;background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;background-position:0 0;background-size:100% 2px}.create-test-layout .create-reading-sidebar>.create-sidebar-skill-mount{border-bottom:0!important;padding-bottom:0!important}.create-test-layout .create-sidebar-skill-divider{display:block!important;width:100%!important;height:2px!important;margin-top:6px!important;background:#fff!important}.create-reading-sidebar>.create-sidebar-skill-mount{padding:0!important;margin-bottom:10px!important;border:0!important}.create-reading-sidebar>.create-sidebar-skill-mount>.create-sidebar-skill-divider{display:block!important;width:100%!important;height:2px!important;margin:6px 0 0!important;background:#fff!important}.create-test-header{display:none!important}@media (min-width:821px){.create-test-container:has(>.create-test-header) .create-reading-sidebar{top:100px!important}}@media (min-width:821px){.create-test-layout .create-reading-sidebar{position:-webkit-sticky!important;position:sticky!important;top:100px!important;height:-moz-fit-content!important;height:fit-content!important;max-height:none!important;overflow:visible!important}}.create-grammar-builder{width:100%;align-items:flex-start}.create-grammar-sidebar{gap:6px}@media (min-width:821px){.create-grammar-layout,.create-grammar-layout .create-reading-builder{align-items:flex-start}.create-grammar-layout .create-grammar-sidebar{position:-webkit-sticky!important;position:sticky!important;top:100px!important;align-self:flex-start!important;flex:0 0 300px!important;width:300px!important;height:-moz-fit-content!important;height:fit-content!important;max-height:calc(100vh - 120px)!important;overflow-y:auto!important;overflow-x:hidden!important}.create-grammar-layout .create-test-form{min-width:0;flex:1 1 auto}}.create-sidebar-title,.create-test-header h1{margin:0;color:var(--black);font:800 24px/1.2 Be Vietnam Pro,sans-serif;text-transform:capitalize}.create-sidebar-title{order:-200;padding:0 2px 10px}.create-grammar-question-nav{display:flex;flex-direction:column;gap:2px;width:100%}.create-grammar-form,.create-reading-builder>.create-test-form{min-width:0;padding:28px;border:2px solid rgba(243,192,185,.75);border-radius:16px;background:rgba(255,255,255,.72)}.create-grammar-q-card{scroll-margin-top:104px;border:2px solid #e0dbd4}.create-grammar-q-head{background:#f7e7da}.create-grammar-q-type-select{min-height:42px;border:2px solid #d8d8d8;font:600 14px Inter,sans-serif}.create-grammar-q-delete{color:var(--red);font-size:0}.create-grammar-q-delete:after{content:"×";font-size:25px;font-weight:700}.create-grammar-sidebar .create-sidebar-actions{margin-top:12px}.create-grammar-sidebar .create-sidebar-status{margin-top:8px}.create-grammar-q-card{display:flex;flex-direction:column;gap:16px;padding:20px;background:#fafafa;border:1px solid #e8e8e8;border-radius:12px;overflow:visible;box-sizing:border-box;min-width:0}.create-grammar-q-head{justify-content:flex-start;padding:0;background:transparent;border-bottom:0}.create-grammar-q-head .create-qg-title{white-space:nowrap}.create-grammar-q-body{width:100%;box-sizing:border-box;padding:16px;overflow:hidden}.create-grammar-q-body,.create-grammar-q-body .create-choice-list,.create-grammar-q-body .create-field-group,.create-grammar-q-body .create-question-main{max-width:100%;min-width:0}.create-grammar-q-body .create-input,.create-grammar-q-body .create-select,.create-grammar-q-body textarea.create-input{max-width:100%;box-sizing:border-box}.create-grammar-q-body>.create-field-group:last-child>.create-label{margin-left:0}.create-grammar-q-card .create-qg-controls{grid-template-columns:minmax(0,1fr)}.create-grammar-q-card .create-label{margin-left:0}.create-grammar-layout .create-passage-details .create-top-fields-row{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr);width:100%;min-width:0;align-items:flex-end;grid-gap:18px;gap:18px}.create-grammar-layout .create-top-fields-row .create-source-field,.create-grammar-layout .create-top-fields-row .create-type-field{flex-direction:column;align-items:stretch;gap:6px;width:100%;min-width:0;padding:0}.create-grammar-layout .create-top-fields-row .create-source-field,.create-grammar-layout .create-top-fields-row .create-type-field{flex:none}.create-grammar-layout .create-top-fields-row .create-input,.create-grammar-layout .create-top-fields-row .create-select{width:100%;height:42px;min-height:42px;flex:0 0 42px;box-sizing:border-box}.create-grammar-layout .create-top-fields-row .create-source-field>.create-select{width:100%;height:42px;min-height:42px;flex:0 0 42px;padding-top:8px;padding-bottom:8px}.create-grammar-q-body .create-tags-input{width:100%;max-width:100%;box-sizing:border-box}.create-grammar-binary-row{grid-template-columns:minmax(0,1fr) 170px;align-items:center}.create-grammar-binary-row .create-input-q{width:100%}.create-grammar-q-body .create-question-main{grid-template-columns:minmax(0,1fr) 30px}@media (max-width:820px){.create-grammar-form,.create-reading-builder>.create-test-form{padding:20px}.create-grammar-q-card{padding:16px}.create-grammar-layout .create-passage-details .create-top-fields-row{display:flex;flex-direction:column;align-items:stretch}.create-grammar-layout .create-top-fields-row .create-source-field{flex-basis:auto}.create-grammar-question-nav{flex-direction:row;overflow-x:auto}}main.app-loading-page{width:100%!important;max-width:none!important;height:calc(100dvh - 72px)!important;min-height:calc(100dvh - 72px)!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.grammar-modern-layout{max-width:1440px;margin:0 auto;padding-top:34px;align-items:flex-start}.grammar-modern-sidebar{background:#fffaf2;border-color:#f1c5bc;box-shadow:0 12px 30px rgba(72,42,30,.06)}.grammar-path-card{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:2px solid #f2dfd4;margin-bottom:22px}.grammar-path-orbit{width:44px;height:44px;display:grid;place-items:center;border-radius:15px;background:#ec1b24;color:#fff;font:900 22px/1 Be Vietnam Pro,sans-serif;box-shadow:0 5px 0 #b8131b}.grammar-path-card>div:last-child{display:flex;flex-direction:column;gap:3px}.grammar-path-card strong{font:800 15px/1.2 Be Vietnam Pro,sans-serif}.grammar-path-card span:last-child{color:#8a807b;font-size:11px}.grammar-eyebrow,.grammar-sidebar-kicker{display:block;color:#dc2029;font:900 10px/1.2 Be Vietnam Pro,sans-serif;letter-spacing:1.3px;text-transform:uppercase}.grammar-filter-block{margin-top:20px}.grammar-level-pills{display:flex;flex-direction:column;gap:5px;margin-top:10px}.grammar-level-pills button,.grammar-type-filter-list button{width:100%;display:flex;align-items:center;gap:9px;border:0;border-radius:10px;background:transparent;color:#625c58;cursor:pointer;font:600 13px/1.25 Inter,sans-serif;padding:9px 10px;text-align:left}.grammar-level-pills button.active,.grammar-level-pills button:hover,.grammar-type-filter-list button.active,.grammar-type-filter-list button:hover{background:#f9ded7;color:#c91922}.grammar-level-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#f0beb4}.grammar-level-pills button.active .grammar-level-dot{background:#ec1b24;box-shadow:0 0 0 3px #f8cbc4}.grammar-type-filter-list{display:flex;flex-direction:column;gap:3px;margin-top:10px}.grammar-type-filter-icon{width:24px;color:#b9a39a;font:900 13px/1 Be Vietnam Pro,sans-serif;text-align:center}.grammar-type-filter-list button.active .grammar-type-filter-icon{color:#d51b25}.grammar-modern-main{padding-bottom:70px}.grammar-modern-hero{min-height:164px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;margin-bottom:30px;overflow:hidden;border:2px solid #f3c5bd;border-radius:24px;background:linear-gradient(115deg,#fff8ed,#ffe9df 57%,#fbd0c7);position:relative}.grammar-modern-hero:after{content:"";width:190px;height:190px;border:24px solid rgba(236,27,36,.09);border-radius:50%;position:absolute;right:32px;top:-58px}.grammar-modern-hero h1{max-width:590px;margin:8px 0 7px;font:900 clamp(25px,3vw,39px)/1.12 Be Vietnam Pro,sans-serif;letter-spacing:-1px}.grammar-modern-hero p{max-width:570px;margin:0;color:#756a64;font:500 14px/1.55 Inter,sans-serif}.grammar-hero-stat{z-index:1;min-width:132px;padding:17px 18px;border:2px solid rgba(255,255,255,.78);border-radius:17px;background:rgba(255,255,255,.55);text-align:center}.grammar-hero-stat strong{display:block;color:#d51d26;font:900 31px/1 Be Vietnam Pro,sans-serif}.grammar-hero-stat span{display:block;margin-top:5px;color:#756a64;font-size:11px;font-weight:700}.grammar-section-header{align-items:flex-end}.grammar-section-header h2{margin:0}.grammar-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.grammar-modern-card{min-height:300px;display:flex;flex-direction:column;padding:22px 23px 20px;border:2px solid #eadfd7;border-radius:21px;background:#fff;box-shadow:0 8px 0 #f6eee7;position:relative;overflow:hidden;transition:transform .18s,border-color .18s,box-shadow .18s}.grammar-modern-card:hover{transform:translateY(-4px);border-color:#f0aaa0;box-shadow:0 12px 0 #f6e1d9}.grammar-modern-card.is-complete{border-color:#9fd5ae;box-shadow:0 8px 0 #e3f2e6}.grammar-card-roadmap-line{position:absolute;left:0;top:0;width:100%;height:6px;background:#ec1b24}.grammar-modern-card:nth-child(2n) .grammar-card-roadmap-line{background:#f3a332}.grammar-modern-card:nth-child(3n) .grammar-card-roadmap-line{background:#57a9a2}.grammar-modern-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.grammar-step-badge{color:#a89a92;font:900 10px/1 Be Vietnam Pro,sans-serif;letter-spacing:1px}.grammar-modern-card .grammar-card-difficulty{border-radius:8px}.grammar-card-icon-cluster{display:flex;gap:6px;min-height:35px}.grammar-card-icon-cluster span{display:grid;place-items:center;min-width:33px;height:33px;padding:0 7px;border-radius:10px;background:#fff0e9;color:#df252c;font:900 13px/1 Be Vietnam Pro,sans-serif}.grammar-modern-card h2{margin:18px 0 5px;font:900 21px/1.2 Be Vietnam Pro,sans-serif}.grammar-modern-card-topic{margin:0;color:#827771;font-size:12px;font-weight:600}.grammar-modern-card-formats{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.grammar-modern-card-formats span{padding:5px 8px;border:1px solid #eadbd3;border-radius:7px;color:#716761;font-size:10px;font-weight:700}.grammar-modern-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:20px;color:#897b74;font-size:11px;font-weight:700}.grammar-modern-card-footer button{border:0;border-radius:10px;padding:10px 13px;background:#ec1b24;color:#fff;cursor:pointer;font:800 12px Be Vietnam Pro,sans-serif}.grammar-modern-card-footer button:hover{background:#c9131c}.grammar-modern-card-footer button span{margin-left:6px;font-size:16px}.grammar-complete-mark{position:absolute;right:18px;top:55px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#199947;color:#fff;font-weight:900}.grammar-question-counter{display:flex;align-items:center;gap:8px;color:#a18f87;font-size:12px;font-weight:700}.grammar-question-counter span{color:#e3b1a8}.grammar-question-counter strong{color:#d21c25}.grammar-answer-hint{margin:-12px 0 0;color:#8c7d76;font-size:13px;font-weight:600}.grammar-choice-check{margin-left:auto;min-width:20px;color:#199947;font-weight:900;text-align:center}.grammar-binary-choices{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.grammar-binary-choice{display:flex;align-items:center;gap:12px;padding:16px 18px;border:2px solid #e0dbd4;border-radius:13px;background:#fff;color:#201d1b;cursor:pointer;font:800 16px Be Vietnam Pro,sans-serif}.grammar-binary-choice.selected,.grammar-binary-choice:hover:not(:disabled){border-color:#e24947;background:#fff3ef}.grammar-binary-choice.correct{border-color:#199947;background:#e8f7ec;color:#147b39}.grammar-binary-choice.incorrect{border-color:#d72b35;background:#fff0f1;color:#bd202b}.grammar-binary-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#f4eee9;color:#8c7c74;font-weight:900}.grammar-binary-choice.correct .grammar-binary-icon{background:#199947;color:#fff}.grammar-binary-choice.incorrect .grammar-binary-icon{background:#d72b35;color:#fff}.grammar-long-answer{min-height:110px;resize:vertical;line-height:1.5}.grammar-keyword{width:-moz-fit-content;width:fit-content;padding:9px 13px;border-radius:8px;background:#fff0c9;color:#79560e;font-size:13px;font-weight:700}.grammar-reorder-answer-zone>span{color:#a4958d;font-size:13px;font-style:italic}.grammar-creator-sidebar-head{padding:2px 2px 18px;border-bottom:2px solid #f2dfd4}.grammar-creator-sidebar-head h1{margin:7px 0 4px;font:900 24px/1.1 Be Vietnam Pro,sans-serif}.grammar-creator-sidebar-head p{margin:0;color:#8b7b73;font-size:12px}.grammar-creator-hero{padding:22px 24px;border-radius:17px;background:linear-gradient(120deg,#fff2e7,#ffe0d4);border:2px solid #f4c8be}.grammar-creator-hero h2{margin:7px 0 4px;font:900 25px/1.2 Be Vietnam Pro,sans-serif}.grammar-creator-hero p{max-width:620px;margin:0;color:#776b64;font-size:13px;line-height:1.5}.create-label span{color:#a5948c;font-weight:500}.grammar-creator-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.grammar-creator-section-heading h2{margin:5px 0 0;font:900 22px/1.1 Be Vietnam Pro,sans-serif}.grammar-creator-section-heading>span{color:#9a8b83;font-size:12px}.create-grammar-q-head>div{min-width:180px;display:flex;flex-direction:column;gap:3px}.create-grammar-q-head>div strong{font:800 13px/1.2 Be Vietnam Pro,sans-serif}.grammar-card-mini-label{color:#d32129;font:900 9px/1 Be Vietnam Pro,sans-serif;letter-spacing:1px}.create-grammar-q-number{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#ec1b24;color:#fff}.create-grammar-q-type-select{margin-left:auto;max-width:290px}.grammar-creator-options{display:flex;flex-direction:column;gap:4px}.grammar-answer-toggle{width:34px;height:34px;flex:0 0 auto;border:2px solid #ded4ce;border-radius:9px;background:#fff;color:#d31d26;cursor:pointer;font-weight:900}.grammar-answer-toggle.active{border-color:#199947;background:#e6f6eb;color:#199947}.grammar-creator-inline-fields{display:grid;grid-template-columns:minmax(95px,.35fr) minmax(0,1fr);grid-gap:14px;gap:14px}.grammar-creator-textarea{min-height:74px;resize:vertical;line-height:1.45}.create-draft-status.is-success{color:#16833f}@media (max-width:1050px){.grammar-modern-grid{grid-template-columns:1fr}.grammar-modern-hero{min-height:140px}}@media (max-width:768px){.grammar-modern-layout{padding:20px 14px 60px;margin-top:15px}.grammar-modern-hero{align-items:flex-start;flex-direction:column;padding:24px}.grammar-hero-stat{align-self:flex-start}.grammar-binary-choices{grid-template-columns:1fr}.grammar-creator-section-heading{align-items:flex-start;flex-direction:column}.grammar-creator-inline-fields{grid-template-columns:1fr}.create-grammar-q-head{flex-wrap:wrap}.create-grammar-q-type-select{width:100%;max-width:none;margin-left:0;order:5}}@media (max-width:600px){main.app-loading-page{height:calc(100dvh - 56px)!important;min-height:calc(100dvh - 56px)!important}}.grammar-layout{max-width:none;width:100%;box-sizing:border-box;margin-left:0;margin-right:0}.grammar-reading-sidebar .grammar-level-sublist{max-height:200px;margin-top:10px}.grammar-reading-sidebar .filter-checkbox{align-items:flex-start;line-height:1.35}.grammar-filter-option-icon{min-width:24px;margin-left:-3px;color:#8a8a8a;font-size:12px;font-weight:800;text-align:center}.grammar-reading-main{padding-bottom:60px}.grammar-reading-main .grammar-section-header{margin-bottom:20px}.grammar-reading-main .grammar-section-title{margin:0;font-size:26px}.grammar-reading-main .grammar-page-intro{margin-top:7px}.grammar-reading-grid{align-items:stretch}.grammar-test-card{height:300px;min-height:300px;max-height:300px;border-top:5px solid var(--red)}.grammar-test-card:nth-child(2n){border-top-color:#e5a22d}.grammar-test-card:nth-child(3n){border-top-color:#4eaaa1}.grammar-test-card:hover{border-top-color:var(--red)}.grammar-test-card:nth-child(2n):hover{border-top-color:#e5a22d}.grammar-test-card:nth-child(3n):hover{border-top-color:#4eaaa1}.grammar-test-card .test-card-body{padding:18px 20px 20px}.grammar-test-card .test-card-title{-webkit-line-clamp:2}.grammar-test-card .test-card-types{height:48px;min-height:48px;max-height:48px}.grammar-test-card-action{position:absolute;right:20px;bottom:18px;padding:9px 13px;border-radius:8px;background:var(--red);color:#fff;font:700 12px/1.2 Be Vietnam Pro,sans-serif;opacity:0;pointer-events:none;transform:translateY(4px);transition:background .2s,transform .2s}.grammar-test-card:focus-within .grammar-test-card-action,.grammar-test-card:hover .grammar-test-card-action{background:#c9141c;opacity:1;pointer-events:auto;transform:translateX(2px)}.grammar-test-card.is-complete.level-foundation,.grammar-test-card.level-foundation{border-top-color:#e31b23!important}.grammar-test-card.is-complete.level-intermediate,.grammar-test-card.level-intermediate{border-top-color:#199947!important}.grammar-test-card.is-complete.level-advanced,.grammar-test-card.level-advanced{border-top-color:#e5a22d!important}.grammar-test-card.level-foundation:focus-within,.grammar-test-card.level-foundation:hover{border-top-color:#e31b23!important}.grammar-test-card.level-intermediate:focus-within,.grammar-test-card.level-intermediate:hover{border-top-color:#199947!important}.grammar-test-card.level-advanced:focus-within,.grammar-test-card.level-advanced:hover{border-top-color:#e5a22d!important}.grammar-test-card.is-complete{border-color:#199947 #d7e8da #d7e8da}.grammar-test-card.is-complete:hover{border-color:#199947 #b8d8bf #b8d8bf}.grammar-test-card,.grammar-test-card.is-complete,.grammar-test-card.is-complete:hover,.grammar-test-card:focus-within,.grammar-test-card:hover{height:260px;min-height:260px;max-height:260px;border-top:1px solid #e0e0e0!important}.grammar-level-tag{text-transform:none;letter-spacing:0;font-size:11px;font-weight:800}.grammar-level-tag.level-foundation{background:#fce4e4;color:#d51f28}.grammar-level-tag.level-intermediate{background:#e2f3e8;color:#16833f}.grammar-level-tag.level-advanced{background:#fff0ca;color:#ad7410}.grammar-test-card,.grammar-test-card.is-complete,.grammar-test-card.is-complete:hover,.grammar-test-card:focus-within,.grammar-test-card:hover{height:220px;min-height:220px;max-height:220px;border-top:none!important;transform:none!important;transition:none!important}.grammar-test-card-action,.grammar-test-card:focus-within .grammar-test-card-action,.grammar-test-card:hover .grammar-test-card-action{transition:none!important}.grammar-layout .test-card:hover{transform:none}.grammar-exam-question-wrap{animation:none!important}.grammar-binary-choice,.grammar-choice-btn,.grammar-exam-choice,.grammar-exam-close,.grammar-exam-progress-bar{transition:none!important}.grammar-choice-btn:hover:not(:disabled){transform:none}.grammar-inline-blank{display:inline-block;width:72px;margin:0 5px;border:2px solid #c8c8c8;border-radius:6px;background:#fff;box-sizing:border-box}.grammar-exam-sub-instruction{margin:-14px 0 0;color:#8a8580;font:600 13px/1.45 Inter,sans-serif}.grammar-feedback-panel{max-width:620px;margin-top:18px;padding:17px 20px;border:1px solid #e2ddd6;border-left-width:5px;border-radius:12px;background:#fff;color:#4d4844;font-size:15px;font-weight:600;line-height:1.5}.grammar-feedback-panel.correct{border-color:#a9d9b8 #a9d9b8 #a9d9b8 #199947;background:#f1fbf4;color:#176d36}.grammar-feedback-panel.incorrect{border-color:#f0b7b9 #f0b7b9 #f0b7b9 #d72b35;background:#fff6f6;color:#9f2028}.grammar-exam-body{padding-bottom:132px}.grammar-feedback-panel{position:fixed;z-index:20;right:0;bottom:0;left:0;width:100%;max-width:none;min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-sizing:border-box;margin:0;padding:17px max(24px,calc((100vw - 760px) / 2)) 19px;border:0;border-top:4px solid #a9d9b8;border-radius:0;box-shadow:0 -6px 20px rgba(45,36,29,.08)}.grammar-exam-preview-overlay .grammar-feedback-panel{position:absolute}.grammar-feedback-panel.correct{border-top-color:#199947}.grammar-feedback-panel.incorrect{border-top-color:#d72b35}.grammar-feedback-copy{min-width:0}.grammar-feedback-answer{margin-top:7px;color:inherit;font-weight:700}.grammar-feedback-typo{margin:4px 0 6px;color:#9b6b00;font-weight:700}.grammar-feedback-panel .grammar-exam-btn{flex:0 0 auto;min-width:132px}.grammar-inline-blank{height:1.38em;vertical-align:-.24em}.grammar-exam-body{justify-content:center;padding-top:clamp(72px,12vh,144px)}.grammar-keyword-line{margin:-14px 0 0;color:#171717;font:600 14px/1.4 Inter,sans-serif}.grammar-keyword-line strong{color:#d51f28;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.grammar-fill-input{padding:9px 14px;line-height:1.45}.grammar-fill-input,.grammar-long-answer{height:44px;min-height:44px;resize:none;overflow:hidden}.grammar-word-tile.in-answer{cursor:-webkit-grab;cursor:grab}.grammar-word-tile.in-answer:active{cursor:-webkit-grabbing;cursor:grabbing}.grammar-feedback-panel{min-height:150px}.grammar-exam-sub-instruction{display:flex;align-items:flex-start;gap:8px}.grammar-instruction-info{flex:0 0 17px;width:17px;height:17px;display:inline-grid;place-items:center;margin-top:1px;border:1.5px solid;border-radius:50%;font:900 11px/1 Arial,sans-serif}.grammar-instruction-accent{color:var(--red,#e31b23);font-weight:900;text-transform:uppercase}.grammar-instruction-limit-label{color:#171717}.grammar-exam-actions{justify-content:flex-end}.grammar-exam-title{flex:0 1 240px;min-width:120px;overflow:hidden;color:var(--red,#e31b23);font:800 14px/1.2 Be Vietnam Pro,sans-serif;text-align:center;text-overflow:ellipsis;white-space:nowrap}.grammar-exam-btn-secondary{min-width:150px;border:2px solid #ded8d1;background:#fff;color:#625a55}.grammar-exam-btn-secondary:disabled{opacity:.45;cursor:not-allowed}.grammar-word-tile.in-answer{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;will-change:transform}.grammar-word-tile.in-answer.dragging{opacity:.72;transform:scale(1.04) translateY(-2px);box-shadow:0 8px 16px rgba(45,36,29,.14)}@media (max-width:600px){.grammar-exam-preview-overlay{width:calc(100vw - 20px);height:calc(100vh - 20px);border-radius:12px}.grammar-exam-title{flex-basis:140px;min-width:80px;font-size:12px}.grammar-feedback-panel{align-items:stretch;flex-direction:column;gap:10px;padding:15px 18px 17px}.grammar-feedback-panel .grammar-exam-btn{width:100%}}.grammar-test-card.is-complete .grammar-test-card-action{background:#199947}.writing-sidebar{min-height:320px}.writing-main{min-width:0}.writing-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.writing-test-card{position:relative;border-top-color:#3467d6}.writing-edit{position:absolute;z-index:3;top:10px;right:10px;opacity:0}.writing-edit:focus-visible,.writing-test-card:hover .writing-edit{opacity:1}.writing-card-banner{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dce7ff,#f5f8ff);color:#2e58ba}.writing-banner-label{font-size:24px;font-weight:900;letter-spacing:2px}.writing-banner-pen{position:absolute;right:24px;bottom:18px;font-size:42px;transform:rotate(-22deg);opacity:.35}.writing-tag{border-color:#3467d6;background:#edf3ff;color:#3467d6}.writing-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#777;border:2px dashed #ddd6cf;border-radius:18px;grid-column:1/-1;background:rgba(255,255,255,.38)}.create-writing-builder{align-items:flex-start}.create-writing-sidebar{position:-webkit-sticky;position:sticky;top:120px;min-height:calc(100vh - 150px)}.writing-sidebar-skill{color:var(--red);font-size:15px;font-weight:900;letter-spacing:1.3px;padding:4px 0 18px}.create-writing-task-nav{display:flex;flex-direction:column;gap:8px}.create-writing-work-panel{min-width:0;padding:10px 0 60px}.create-writing-meta-row{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(220px,1fr) 150px;grid-gap:14px;gap:14px;margin-bottom:28px}.create-writing-field,.create-writing-meta-row label{display:flex;flex-direction:column;gap:8px;color:#151515;font-weight:800}.create-writing-field>span,.create-writing-meta-row label>span{font-size:15px}.create-writing-field input,.create-writing-field textarea,.create-writing-meta-row input{width:100%;box-sizing:border-box;border:2px solid #d7d7d7;border-radius:12px;background:#fff;color:#151515;padding:13px 15px;font:500 15px Inter,Arial,sans-serif}.create-writing-field input:focus,.create-writing-field textarea:focus,.create-writing-meta-row input:focus{outline:3px solid rgba(227,27,35,.14);border-color:var(--red)}.create-writing-field textarea{min-height:130px;resize:vertical;line-height:1.5}.writing-time-input{position:relative}.writing-time-input small{position:absolute;right:12px;bottom:14px;color:#777;font-weight:600}.create-writing-heading{margin:0 0 16px;color:#111;font-size:26px}.create-writing-task-card{margin-bottom:18px;padding:24px 26px 28px;border:2px solid #e9e4de;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(40,32,24,.04);scroll-margin-top:120px}.create-writing-task-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.create-writing-task-head>div{display:flex;align-items:center;gap:14px}.create-writing-task-head h2{margin:0;font-size:20px}.create-writing-task-number{color:#fff;background:var(--red);border-radius:10px;padding:9px 12px;font-size:14px;font-weight:900}.create-writing-task-required{color:#777;font-size:13px}.create-writing-field{margin-top:18px}.writing-minimum-field{max-width:220px}.writing-preview-overlay{display:flex;align-items:center;justify-content:center;padding:20px}.writing-preview-modal{width:min(880px,100%);max-height:min(820px,90vh);overflow:hidden;border:2px solid #1d1d1d;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22)}.writing-preview-modal>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border-bottom:1px solid #e7e7e7;font-size:18px}.writing-preview-modal>header button{border:0;background:transparent;color:#555;font-size:28px;cursor:pointer}.writing-preview-body{overflow-y:auto;padding:24px}.writing-preview-task{padding:20px 0 26px;border-bottom:1px solid #ddd}.writing-preview-task:last-child{border-bottom:0}.writing-preview-task h2{margin:0 0 14px;color:var(--red)}.writing-preview-task img{display:block;max-width:100%;max-height:260px;margin:12px 0;object-fit:contain}.writing-preview-task p{white-space:pre-wrap;line-height:1.6}.writing-preview-answer{min-height:130px;margin-top:18px;padding:16px;border:2px solid #d7d7d7;border-radius:12px;color:#999}.writing-exam-screen{min-height:100vh;display:flex;flex-direction:column;background:#f7f7f5;color:#111}.writing-exam-timer{color:#111;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:20px;font-weight:800}.writing-exam-submit{min-width:112px;min-height:40px;border:0;border-radius:8px;background:#111;color:#fff;font-weight:800;cursor:pointer}.writing-exam-submit:disabled{opacity:.7}.writing-exam-task-tabs{display:flex;justify-content:center;gap:2px;padding:12px 16px 0;background:#fff}.writing-exam-task-tabs button{min-width:150px;padding:11px 18px;border:0;border-bottom:3px solid transparent;background:transparent;color:#777;cursor:pointer}.writing-exam-task-tabs button.active{border-bottom-color:var(--red);color:#111}.writing-exam-task-tabs button small,.writing-exam-task-tabs button span{display:block}.writing-exam-task-tabs button span{font-weight:800}.writing-exam-task-tabs button small{margin-top:3px;color:#999}.writing-exam-workspace{width:min(1500px,calc(100% - 38px));flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:18px auto;border:1px solid #cfcfcf;border-radius:10px;overflow:hidden;background:#fff}.writing-answer-panel,.writing-prompt-panel{min-width:0;padding:24px 28px}.writing-prompt-panel{border-right:1px solid #cfcfcf}.writing-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #e4e4e4}.writing-panel-heading strong{font-size:18px}.writing-panel-heading>span{color:#777;font-size:13px}.writing-task-image{display:block;max-width:100%;max-height:330px;margin:0 auto 18px;object-fit:contain}.writing-task-prompt{white-space:pre-wrap;font-size:17px;line-height:1.65}.writing-task-instruction{gap:8px;margin:22px 0 0;color:#777}.writing-info-icon{width:18px;height:18px;flex:0 0 18px;font-weight:800}.writing-answer-panel{display:flex;flex-direction:column}.writing-answer-panel textarea{flex:1 1;min-height:420px;width:100%;box-sizing:border-box;resize:none;border:2px solid #d5d5d5;border-radius:8px;padding:18px;color:#111;font:16px/1.7 Arial,sans-serif}.writing-answer-panel textarea:focus{outline:3px solid rgba(44,102,210,.16);border-color:#6f9de2}.writing-answer-footer{display:flex;justify-content:space-between;gap:10px;padding-top:10px;color:#777;font-size:13px}.writing-exam-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;border-top:1px solid #d8d8d8;background:#fff}.writing-exam-footer button{border:1px solid #cfcfcf;border-radius:7px;background:#fff;padding:9px 13px;color:#333;cursor:pointer}.writing-exam-footer button:disabled{opacity:.42;cursor:default}.writing-exam-footer span{color:#777;font-size:13px;font-weight:700}.writing-loading{display:grid;place-items:center}.writing-result-overview{padding:28px;border:1px solid #e2ded6;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(25,20,15,.07)}.writing-result-overview h2{margin:0 0 8px;font-size:26px}.writing-result-overview>p{margin:0 0 22px;color:#777;line-height:1.5}.writing-result-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:22px}.writing-result-stats article{min-height:76px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:12px 14px;border:1px solid #e2ded6;border-radius:12px;background:#f8f6f2}.writing-result-stats span{color:#777;font-size:13px}.writing-result-stats strong{font-size:22px}.writing-review-list{display:flex;flex-direction:column;gap:14px}.writing-review-task{padding:22px;border:2px solid #d9d3cc;border-radius:16px;background:#fff}.writing-review-task.is-complete{border-color:#9bdab5}.writing-review-task.is-incomplete{border-color:#e59aa2}.writing-review-task-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.writing-review-task-head h2{margin:0;font-size:21px}.writing-review-task-head span{color:#16823d;font-size:13px;font-weight:800}.writing-review-task.is-incomplete .writing-review-task-head span{color:#c51e2d}.writing-review-task img{display:block;max-width:100%;max-height:260px;margin-bottom:15px;object-fit:contain}.writing-review-prompt{white-space:pre-wrap;line-height:1.55}.writing-review-answer{margin-top:16px;padding:15px;border-radius:10px;background:#f7f7f5}.writing-review-answer>div{display:flex;justify-content:space-between;gap:12px;color:#666}.writing-review-answer>div strong{color:#111}.writing-review-answer>div span{font-size:13px}.writing-review-answer p{margin:10px 0 0;white-space:pre-wrap;line-height:1.65}.writing-back-result{align-self:flex-end;margin-top:6px;border:1px solid #d2cec7;border-radius:9px;background:#fff;padding:8px 12px;color:#555;cursor:pointer}@media (max-width:900px){.create-writing-meta-row{grid-template-columns:1fr 1fr}.writing-time-input{grid-column:1/-1;max-width:180px}.writing-exam-workspace{grid-template-columns:1fr}.writing-prompt-panel{border-right:0;border-bottom:1px solid #cfcfcf}.writing-answer-panel textarea{min-height:300px}}@media (max-width:600px){.create-writing-meta-row{grid-template-columns:1fr}.writing-time-input{grid-column:auto}.create-writing-task-card{padding:18px}.writing-result-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.writing-exam-submit{min-width:80px}}.writing-exam-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;min-height:54px;padding:12px 20px 10px;background:var(--exam-bg,#fff);border-bottom:1px solid var(--exam-border,#d9dde2);flex-shrink:0}.writing-exam-section-heading strong{font-size:18px}.writing-exam-section-heading span{color:var(--exam-text-secondary,#505050);font-size:14px}.writing-exam-screen .writing-exam-workspace{position:relative;flex:1 1;display:flex}.writing-exam-answer-panel,.writing-exam-prompt-panel{flex:1 1 50%;min-width:0;min-height:0;background:var(--exam-bg,#fff);color:var(--exam-text,#111)}.writing-exam-prompt-panel{display:flex;flex-direction:column}.writing-answer-heading,.writing-exam-task-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 22px;border-bottom:1px solid var(--exam-border,#d9dde2);background:var(--exam-bg,#fff);flex-shrink:0}.writing-answer-heading>strong,.writing-exam-task-heading>strong{font-size:17px}.writing-answer-heading>span{color:var(--exam-text-secondary,#505050);font-size:14px}.writing-task-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:3px;background:#f2f2ef;color:#111;font-size:14px;font-weight:700}.writing-exam-prompt-scroll{min-height:0;overflow-y:auto;padding:22px 24px 90px;font-size:var(--exam-question-font-size,16px);line-height:1.55}.writing-exam-answer-panel textarea::-webkit-scrollbar,.writing-exam-prompt-scroll::-webkit-scrollbar{width:13px}.writing-exam-answer-panel textarea::-webkit-scrollbar-thumb,.writing-exam-prompt-scroll::-webkit-scrollbar-thumb{background:#a6a6a6}.writing-exam-prompt-scroll .writing-task-image{display:block;width:100%;max-height:min(360px,42vh);margin:0 auto 22px;object-fit:contain}.writing-task-prompt{white-space:normal;font-family:Arial,sans-serif;font-size:inherit;font-weight:700;line-height:1.58}.writing-task-instruction{display:flex;align-items:flex-start;gap:9px;margin:28px 0 0;color:var(--exam-text-secondary,#505050);font-size:14px;line-height:1.5}.writing-task-instruction strong{color:var(--exam-text,#111)}.writing-info-icon{width:19px;height:19px;flex:0 0 19px;display:inline-grid;place-items:center;border:1.5px solid;border-radius:50%;font-size:13px;font-weight:700;line-height:1}.writing-exam-screen .writing-exam-divider{width:2px;background:transparent}.writing-exam-screen .writing-exam-divider:before{background:#8e8e8e}.writing-exam-answer-panel{display:flex;flex-direction:column}.writing-exam-screen .writing-exam-answer-panel{border-left:0}.writing-exam-answer-panel textarea{flex:1 1;width:100%;min-height:0;box-sizing:border-box;resize:none;border:0;border-radius:0;outline:none;padding:22px 24px 18px;background:var(--input-bg,#fff);color:var(--input-text,#111);font:var(--exam-question-font-size,16px)/1.65 Arial,Helvetica,sans-serif}.writing-exam-answer-panel textarea:focus{box-shadow:inset 0 0 0 2px #6f9de2}.writing-exam-answer-panel textarea::placeholder{color:#888;opacity:1}.writing-exam-screen .writing-answer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;border-top:1px solid var(--exam-border,#d9dde2);color:var(--exam-text-secondary,#505050);font-size:13px;background:var(--exam-bg,#fff);flex-shrink:0}.writing-exam-screen.exam-contrast-white-black .writing-task-badge,.writing-exam-screen.exam-contrast-yellow-black .writing-task-badge{background:#000;color:var(--exam-text)}@media (max-width:820px){.writing-exam-section-heading{padding-inline:12px}.writing-exam-workspace{flex-direction:column;overflow-y:auto!important}.writing-exam-answer-panel,.writing-exam-prompt-panel{flex:0 0 auto;min-height:42vh}.writing-exam-answer-panel{border-left:0;border-top:1px solid var(--exam-border,#c9c9c9)}.writing-exam-screen .writing-exam-divider{display:none}}@media (max-width:600px){.writing-exam-section-heading span{font-size:12px}}.writing-preview-overlay{z-index:1200;padding:28px;background:rgba(20,20,20,.52)}.writing-preview-window{width:min(1240px,calc(100vw - 56px));height:min(780px,calc(100vh - 56px));min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #bdbdbd;border-radius:7px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28)}.writing-preview-window .exam-window-titlebar{flex:0 0 38px}.writing-preview-exam.exam-overlay{position:relative;inset:auto;z-index:0;display:flex;flex:1 1 auto;min-height:0;overflow:hidden}.writing-preview-exam .writing-exam-workspace{min-height:0}.writing-preview-exam .exam-control-bar{flex:0 0 42px}.writing-exam-react>.exam-footer,.writing-preview-exam>.exam-footer{flex:0 0 48px;width:100%;height:48px;min-height:48px;padding:0;border:0;border-radius:0;box-shadow:none;background:#fff}.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-count,.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-label:before,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-count,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-label:before{display:none}.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-status,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-status{display:block;top:10px;left:0;width:100%;height:2px;transform:none;background:#d7d7d7}.writing-exam-react>.exam-footer .exam-footer-part.completed .exam-footer-part-status,.writing-preview-exam>.exam-footer .exam-footer-part.completed .exam-footer-part-status{display:block;top:10px;left:0;width:100%;height:2px;transform:none;background:#31a836}.writing-exam-react>.exam-footer .exam-footer-part.active.completed .exam-footer-part-status,.writing-preview-exam>.exam-footer .exam-footer-part.active.completed .exam-footer-part-status{display:block;background:#31a836}.writing-exam-react>.exam-control-bar,.writing-preview-exam>.exam-control-bar{flex:0 0 42px;width:100%;min-height:42px;height:42px;padding-left:30px;padding-right:9px;border:0;border-radius:0;box-shadow:none}.writing-preview-exam .exam-hamburger .material-symbols-outlined,.writing-preview-exam .exam-header-icon .material-symbols-outlined{font-size:22px;line-height:1}.writing-preview-exam .writing-preview-control-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:22px;line-height:1;color:#000}.writing-preview-exam .exam-control-audio .material-symbols-outlined{font-size:20px;line-height:1}.writing-preview-exam .exam-control-exit{width:58px;min-width:58px;padding-inline:0}.writing-exam-instruction-bar{display:flex;align-items:center;gap:14px;min-height:48px;flex:0 0 48px;padding:0 16px;border:1px solid #dfdfdc;border-radius:3px;background:#f1f1ed;color:var(--exam-text,#111);font-size:14px;line-height:1.35}.writing-exam-instruction-bar>strong{font-size:16px}.writing-exam-instruction-bar span{color:var(--exam-text,#111)}.writing-exam-instruction-bar span strong{font-weight:700}.writing-exam-prompt-panel{border-right:0}.writing-exam-prompt-scroll{padding:28px 16px 90px}.writing-exam-answer-panel{border-left:1px solid var(--exam-border,#c9c9c9)}.writing-answer-input-wrap{position:relative;flex:0 0 auto;min-height:0;padding:28px 48px 0 22px}.writing-answer-input-wrap textarea{display:block;width:100%;min-height:205px;height:205px;max-height:none;overflow-y:hidden;resize:none;box-sizing:border-box;border:1px solid #8e8e8e;border-radius:2px;padding:10px 12px}.writing-answer-input-wrap textarea:focus{box-shadow:none}.writing-answer-review{position:absolute!important;top:28px!important;right:12px!important;width:28px!important;min-width:28px!important;height:30px!important;display:inline-flex!important;opacity:0!important}.writing-answer-input-wrap:focus-within>.writing-answer-review,.writing-answer-input-wrap:hover>.writing-answer-review,.writing-answer-review[style*="font-weight: 700"],.writing-answer-review[style*="font-weight:700"]{opacity:1!important}.writing-answer-review:focus-visible,.writing-answer-review:hover{color:#777!important}.writing-answer-review[style*="font-weight: 700"]:focus-visible,.writing-answer-review[style*="font-weight: 700"]:hover,.writing-answer-review[style*="font-weight:700"]:focus-visible,.writing-answer-review[style*="font-weight:700"]:hover,.writing-part-review-flag:focus-visible,.writing-part-review-flag:hover{color:#d5113c!important}.writing-part-review-flag{position:relative!important;display:inline-flex!important;width:18px!important;min-width:18px!important;height:22px!important;margin:0 0 0 8px!important;vertical-align:-4px;opacity:1!important;color:#d5113c!important}.writing-part-review-flag:before{-webkit-mask-size:18px!important;mask-size:18px!important}.writing-preview-exam .writing-exam-instruction-bar{margin:0;border-radius:0;border-left:0;border-right:0}.writing-preview-exam .writing-exam-prompt-scroll{padding-left:16px;padding-right:16px}.writing-preview-exam .writing-answer-input-wrap textarea{cursor:text}.writing-preview-exam .exam-control-exit{white-space:nowrap}@media (max-width:820px){.writing-preview-overlay{padding:12px}.writing-preview-window{width:calc(100vw - 24px);height:calc(100vh - 24px)}}.writing-layout{display:flex;align-items:flex-start;gap:32px;margin-top:40px;padding:0 24px}.writing-layout .reading-sidebar-col{width:300px;flex:0 0 300px}.writing-layout .writing-sidebar{width:100%;min-height:0;max-height:calc(100vh - 120px)}.writing-layout .writing-main{flex:1 1 auto;min-width:0}.writing-layout .writing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;width:100%}.writing-layout .writing-test-card{border-top:1px solid #e0e0e0}.writing-layout .writing-card-banner{display:flex;align-items:center;justify-content:center;background:#f1f1f1}.writing-layout .writing-card-banner .test-card-banner-source{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:16px;background:transparent;color:var(--red);font-size:clamp(30px,3vw,42px);letter-spacing:1.5px}.writing-layout .writing-card-banner .test-card-banner-source.is-ielts{letter-spacing:1.5px}.writing-layout .writing-test-card.is-complete{border-color:#9bdab5}.writing-layout .writing-empty{grid-column:1/-1}.create-writing-layout{min-height:calc(100vh - 100px);padding:40px 24px}.create-writing-layout .create-test-container{width:100%;max-width:none}.create-writing-layout .create-reading-builder{display:flex;align-items:flex-start;gap:32px;width:100%}.create-writing-layout .create-writing-sidebar{position:-webkit-sticky;position:sticky;top:100px;width:300px;flex:0 0 300px;min-height:0;max-height:calc(100vh - 120px)}.create-writing-layout .create-writing-task-nav{display:flex;flex-direction:column;gap:2px}.create-writing-layout .create-writing-task-nav .create-passage-nav.active{background:var(--red);border-color:var(--red);color:#fff}.create-writing-layout .create-writing-task-nav .create-passage-nav.active .create-passage-meta{color:rgba(255,255,255,.78)}.create-writing-layout .create-writing-work-panel{flex:1 1 auto;min-width:0;padding:28px;border:2px solid rgba(243,192,185,.75);border-radius:16px;background:rgba(255,255,255,.72)}.create-writing-layout .create-writing-meta-row{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(120px,.45fr);grid-gap:18px;gap:18px;margin-bottom:28px}.create-writing-layout .create-writing-field,.create-writing-layout .create-writing-meta-row .create-field-group{display:flex;flex-direction:column;gap:7px;min-width:0}.create-writing-layout .create-label{color:var(--black);font:800 15px/1.2 Be Vietnam Pro,sans-serif}.create-writing-layout .create-input{width:100%;min-width:0;box-sizing:border-box;border:2px solid #d7d7d7;border-radius:12px;background:#fff;color:#151515;padding:13px 15px;font:500 15px/1.45 Inter,Arial,sans-serif}.create-writing-layout .create-input:focus{outline:3px solid rgba(227,27,35,.14);border-color:var(--red)}.create-writing-layout .create-writing-heading{margin:0 0 16px;color:var(--black);font:800 24px/1.2 Be Vietnam Pro,sans-serif}.create-writing-layout .create-writing-task-card{margin:0 0 18px;padding:24px 26px 28px;scroll-margin-top:104px}.create-writing-layout .create-writing-task-editor{margin:0;padding:0;scroll-margin-top:104px}.create-writing-layout .create-writing-prompt-editor{gap:8px;margin:0}.create-writing-layout .create-writing-prompt-editor .create-rich-editor{min-height:0;height:auto;border-radius:8px}.create-writing-layout .create-writing-prompt-editor .create-editor-host{min-height:180px;height:auto;box-sizing:border-box}.create-writing-layout .create-writing-prompt-editor .create-rich-editor .ProseMirror{min-height:180px;height:auto;box-sizing:border-box;padding:12px 14px;font-family:Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.4}.create-writing-layout .create-writing-prompt-editor .create-rich-editor .ProseMirror-focused{border:0!important;outline:none!important;box-shadow:none!important}.create-writing-layout .create-writing-task-head{margin-bottom:22px}.create-writing-layout .create-writing-task-number{border-radius:10px;padding:9px 12px;background:var(--red);color:#fff;font:900 14px/1 Be Vietnam Pro,sans-serif}.create-writing-layout .create-writing-task-required{color:#777;font-size:13px;font-weight:600}.create-writing-layout .create-writing-field textarea{min-height:150px;resize:vertical;line-height:1.5}.writing-exam-screen.exam-overlay{min-height:0;display:flex;flex-direction:column;background:var(--exam-bg,#fff);color:var(--exam-text,#111)}.writing-exam-screen .writing-exam-workspace{flex:1 1 auto;min-height:0;width:100%;margin:0;border:0;border-radius:0;overflow:hidden;background:var(--exam-bg,#fff)}.writing-exam-screen .writing-exam-answer-panel,.writing-exam-screen .writing-exam-prompt-panel{min-height:0;background:var(--exam-bg,#fff);color:var(--exam-text,#111)}.writing-exam-screen .writing-exam-prompt-scroll{min-height:0;padding:22px 24px 90px;overflow-y:auto;font-size:var(--exam-question-font-size,16px);line-height:1.55}.writing-exam-screen .writing-task-prompt{font-size:inherit;font-family:Arial,sans-serif;font-weight:700;line-height:1.58;white-space:normal;word-break:break-word}.writing-exam-screen .writing-task-prompt blockquote,.writing-exam-screen .writing-task-prompt h1,.writing-exam-screen .writing-task-prompt h2,.writing-exam-screen .writing-task-prompt h3,.writing-exam-screen .writing-task-prompt ol,.writing-exam-screen .writing-task-prompt p,.writing-exam-screen .writing-task-prompt pre,.writing-exam-screen .writing-task-prompt table,.writing-exam-screen .writing-task-prompt ul{margin-top:0!important;margin-bottom:0!important}.writing-exam-screen .writing-task-prompt h1,.writing-exam-screen .writing-task-prompt h2,.writing-exam-screen .writing-task-prompt h3{font-family:Inter,sans-serif;line-height:1.25}.writing-exam-screen .writing-task-prompt h1{font-size:2em}.writing-exam-screen .writing-task-prompt h2{font-size:1.6em}.writing-exam-screen .writing-task-prompt h3{font-size:1.3em}.writing-exam-screen .writing-task-prompt ol,.writing-exam-screen .writing-task-prompt ul{padding-left:1.5em}.writing-exam-screen .writing-task-prompt li>p{margin:0!important}.writing-exam-screen .writing-task-prompt p:empty,.writing-exam-screen .writing-task-prompt p:has(>br.ProseMirror-trailingBreak:only-child),.writing-exam-screen .writing-task-prompt p:has(>br:only-child){min-height:1.58em}.writing-exam-screen .writing-task-prompt strong{font-weight:700}.writing-exam-screen .writing-task-prompt blockquote{border-left:4px solid rgba(227,27,35,.35);padding-left:12px;color:#444}.writing-exam-screen .writing-task-prompt hr{border:0;border-top:2px solid #d0d0d0;margin:14px 0!important}.writing-exam-screen .writing-task-prompt a{color:var(--red);text-decoration:underline}.writing-exam-screen .writing-task-prompt img{max-width:100%;height:auto}.writing-exam-screen .writing-task-prompt table{border-collapse:collapse;width:max-content;min-width:100%;table-layout:fixed}.writing-exam-screen .writing-task-prompt td,.writing-exam-screen .writing-task-prompt th{border:1px solid #999;min-width:72px;padding:8px 10px;vertical-align:top}.writing-exam-screen .writing-task-prompt th{background:#f6f4ef;font-weight:700}.writing-exam-screen .writing-task-prompt pre{background:#111;color:#f7f7f7;padding:12px;border-radius:10px;overflow-x:auto}.writing-exam-screen .writing-exam-prompt-scroll{overflow:visible}.writing-exam-screen .writing-exam-answer-panel,.writing-exam-screen .writing-exam-prompt-panel{overflow-y:auto}.writing-exam-screen .writing-exam-answer-panel::-webkit-scrollbar,.writing-exam-screen .writing-exam-prompt-panel::-webkit-scrollbar{width:13px}.writing-exam-screen .writing-exam-answer-panel::-webkit-scrollbar-track,.writing-exam-screen .writing-exam-prompt-panel::-webkit-scrollbar-track{background:transparent}.writing-exam-screen .writing-exam-answer-panel::-webkit-scrollbar-thumb,.writing-exam-screen .writing-exam-prompt-panel::-webkit-scrollbar-thumb{background:#a6a6a6;border-radius:0}.writing-exam-screen .writing-exam-divider{width:1px;background:#8e8e8e}.writing-exam-screen .writing-exam-divider:before{display:none}.writing-exam-screen .writing-exam-divider .exam-divider-handle{opacity:1}.writing-exam-screen .exam-prev-next{right:8px;bottom:0}.writing-exam-screen .writing-exam-answer-panel{display:flex;flex-direction:column;border-left:1px solid var(--exam-border,#c9c9c9)}@media (min-width:821px){.writing-exam-screen .writing-exam-answer-panel{box-sizing:border-box;padding-bottom:48px}}.writing-exam-screen .writing-answer-input-wrap{position:relative;flex:0 0 auto;min-height:0;padding:22px 48px 0 22px}.writing-exam-screen .writing-answer-input-wrap textarea{display:block;width:100%;height:min(410px,52vh);min-height:205px;overflow-y:hidden;box-sizing:border-box;resize:none;border:1px solid #8e8e8e;border-radius:2px;padding:10px 12px;background:var(--input-bg,#fff);color:var(--input-text,#111);font:var(--exam-question-font-size,16px)/1.65 Arial,Helvetica,sans-serif}.writing-exam-screen .writing-answer-input-wrap textarea:focus{outline:none;box-shadow:0 0 0 2px #6f9de2}.writing-exam-screen .writing-answer-footer{min-height:38px;padding:0 48px 0 10px;border-top:0;justify-content:flex-end}.writing-exam-react>.exam-footer .exam-footer-parts,.writing-preview-exam>.exam-footer .exam-footer-parts{grid-template-columns:repeat(2,minmax(0,1fr))}.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-count,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-count{display:inline-block}.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-label:before,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-label:before{display:block}.writing-exam-react>.exam-footer .exam-footer-part.active .exam-footer-part-status,.writing-preview-exam>.exam-footer .exam-footer-part.active .exam-footer-part-status{display:none}@media (min-width:769px) and (max-width:1180px){.writing-layout .writing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.writing-layout{flex-direction:column;margin-top:24px}.writing-layout .reading-sidebar-col{width:100%}.writing-layout .writing-grid{grid-template-columns:1fr}.create-writing-layout{padding:24px 16px}.create-writing-layout .create-reading-builder{flex-direction:column}.create-writing-layout .create-writing-sidebar{position:static;width:100%;flex-basis:auto;max-height:none}.create-writing-layout .create-writing-meta-row{grid-template-columns:1fr}.create-writing-layout .create-writing-work-panel{width:100%;padding:20px}.writing-exam-screen .writing-exam-workspace{flex-direction:column;overflow-y:auto!important}.writing-exam-screen .writing-exam-answer-panel,.writing-exam-screen .writing-exam-prompt-panel{flex:0 0 auto!important;width:100%!important;min-height:42vh}.writing-exam-screen .writing-exam-divider{display:none}}.create-writing-layout .create-writing-test-type{display:flex;align-items:center;gap:12px;margin-bottom:20px}.create-writing-layout .create-writing-task-choice,.create-writing-layout .create-writing-type-select{display:flex;align-items:center;gap:10px}.create-writing-layout .create-writing-type-select{flex:1 1 280px}.create-writing-layout .create-writing-type-select select{width:100%;min-height:36px;height:36px;padding:0 34px 0 13px;border:2px solid #d8d8d8;border-radius:10px;background:#fff;color:#171717;font:inherit;font-size:14px;font-weight:800;text-align:center}.create-writing-layout .create-writing-test-type .create-passage-type-toggle{flex:1 1 auto;width:100%}.create-writing-layout .create-writing-test-type>.create-label{flex:0 0 auto}.create-writing-layout .create-writing-test-type .create-label{font-weight:700;text-align:center;white-space:nowrap}.create-writing-layout .create-writing-work-panel{padding:26px}.create-writing-layout .create-writing-meta-row{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr) minmax(100px,.38fr);gap:14px;margin-bottom:20px}.create-writing-layout .create-label{font-size:14px;line-height:1.2}.create-writing-layout .create-input{min-height:36px;height:36px;padding:9px 13px;border:1px solid #d4d4d4;border-radius:8px;font-size:14px;line-height:1.3}.create-writing-layout .create-writing-heading{margin-bottom:12px;font-size:22px}.create-writing-layout .create-writing-task-card{margin-bottom:14px;padding:16px 18px 18px;border-radius:12px;border:1px solid #e8e8e8;background:#fafafa;box-shadow:none}.create-writing-layout .create-writing-task-head{margin-bottom:16px}.create-writing-layout .create-writing-task-head h2{font-size:18px}.create-writing-layout .create-writing-task-number{padding:8px 10px;border-radius:8px;font-size:13px}.create-writing-layout .create-writing-task-required{font-size:12px}.create-writing-layout .create-writing-field{gap:6px;margin-top:10px}.create-writing-layout .create-writing-field textarea{height:90px!important;min-height:90px!important;padding:9px 13px;font-size:14px;line-height:1.35}.create-writing-layout .writing-minimum-field{max-width:160px}@media (max-width:768px){.create-writing-layout .create-writing-work-panel{padding:20px}}.create-editor-toolbar-react .create-editor-history-button,.create-editor-toolbar-react .create-editor-history-button:focus,.create-editor-toolbar-react .create-editor-history-button:focus-visible,.create-editor-toolbar-react .create-editor-history-button:hover{border-color:#d4d4d4!important;color:var(--black)!important;background:#fff!important;box-shadow:none!important}.create-editor-toolbar-react .create-editor-history-button:after,.create-editor-toolbar-react .create-editor-history-button:focus-visible:after,.create-editor-toolbar-react .create-editor-history-button:focus:after,.create-editor-toolbar-react .create-editor-history-button:hover:after{content:none!important;display:none!important;opacity:0!important;visibility:hidden!important}.create-editor-toolbar-react .create-editor-history-button:focus-visible:not(.is-pointer-hover),.create-editor-toolbar-react .create-editor-history-button:focus:not(.is-pointer-hover),.create-editor-toolbar-react .create-editor-history-button:hover:not(.is-pointer-hover){border-color:#d4d4d4!important;color:var(--black)!important;background:#fff!important;box-shadow:none!important}.create-editor-toolbar-react .create-editor-history-button.is-pointer-hover{border-color:var(--red)!important;color:var(--red)!important;background:#fff8f8!important}.create-editor-toolbar-react .create-editor-history-button:not(.is-pointer-hover):after{opacity:0!important;visibility:hidden!important;transform:translateX(-50%) translateY(-2px)!important}.create-editor-toolbar-react .create-editor-history-button.is-pointer-hover:after{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}.create-rich-editor:has(.ProseMirror:hover) .create-editor-toolbar-react .create-editor-history-button{border-color:#d4d4d4!important;color:var(--black)!important;background:#fff!important}.create-rich-editor:has(.ProseMirror:hover) .create-editor-toolbar-react .create-editor-history-button:after{opacity:0!important;visibility:hidden!important;transform:translateX(-50%) translateY(-2px)!important}