@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-unit-orange:#f28c28;--color-speaking-blue:#1e88e5;--color-scenario-green:#2e7d32;--color-text-primary:#2b2b2b;--color-text-secondary:#555;--color-bg-page:#fff;--color-bg-content:#f5f5f5;--color-bg-highlight:#e3f2fd;--color-border-light:#ddd;--font-display:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-body:"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-primary:var(--font-body)}body{font-family:var(--font-primary);background-color:var(--color-bg-page);color:var(--color-text-primary);margin:0;font-size:16px}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6,button,.font-display,.score,.points{font-family:var(--font-display)}p,span,li,label,input,select,textarea,.font-body{font-family:var(--font-body)}body{margin:0}.workspace-container{box-sizing:border-box;width:min(1280px,100%);margin-inline:auto;padding-inline:24px}@media (max-width:768px){.workspace-container{padding-inline:16px}}.workspace-container>*{max-width:100%}.workspace-container .card,.workspace-container table{width:100%}.workspace-container .studentTableScroll{width:100%;overflow-x:auto}.pageContainer{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.pageContainer{padding:0 16px}}.app-shell{background:var(--color-bg-page);min-height:100vh}.menu-backdrop{opacity:0;pointer-events:none;z-index:20;background:#0f172a59;transition:opacity .2s;position:fixed;inset:0}.menu-backdrop.show{opacity:1;pointer-events:auto}.menu-panel{border-right:1px solid var(--color-border-light);z-index:30;background:#fff;flex-direction:column;width:240px;padding:24px 18px;transition:transform .2s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.menu-panel.open{transform:translate(0)}.nav{flex-direction:column;gap:10px;display:flex}.nav a,.nav summary{color:#1f2937;cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.nav a.active{background:var(--color-bg-highlight);font-weight:700}.nav-group{background:#f6f2ff;border-radius:12px;padding:6px 4px}.nav-group summary{list-style:none}.nav-group summary::-webkit-details-marker{display:none}.nav-submenu{flex-direction:column;gap:8px;padding:4px 16px 8px;display:flex}.nav-submenu a{padding:6px 10px;font-size:14px}.nav-icon{font-size:18px}.main-area{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:10;background:#082c8c;border-bottom:none;padding:16px 0;position:sticky;top:0;box-shadow:0 6px 18px #082c8c47}.headerInner{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.headerTitles{min-width:0;overflow:hidden}.dashboard-brand-inline{align-items:center;gap:12px;display:flex}.dashboard-brand-mark{object-fit:contain;width:46px;height:46px}.dashboard-brand-text{flex-direction:column;line-height:1.02;display:flex}.dashboard-brand-university{color:#fff;white-space:nowrap;font-size:1rem;font-weight:800}.dashboard-brand-centre{color:#f39b25;font-size:.6rem;font-weight:700}.headerActions{align-items:center;gap:8px;display:inline-flex}.headerActionBtn{color:#fff;background:#ffffff1f;border:1px solid #ffffff59;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:relative}.headerActionBtn.notify{margin-left:2px}.headerNotifyBadge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:-5px;right:-5px}.menu-button{width:56px;min-width:56px;max-width:56px;height:56px;color:var(--color-unit-orange);cursor:pointer;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff40;border-radius:16px;justify-content:center;place-self:start;align-items:center;padding:0;display:flex}.menu-icon{font-size:22px;line-height:1;display:block;transform:translateY(.5px)}.topbar-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:600;overflow:hidden}.topbar-subtitle{color:#ffffffc7;font-size:12px}@media (max-width:640px){.topbar{padding:12px 0}.headerInner{grid-template-columns:44px minmax(0,1fr) auto;gap:10px}.menu-button{border-radius:12px;width:44px;min-width:44px;max-width:44px;height:44px}.dashboard-brand-inline{gap:8px}.dashboard-brand-mark{width:34px;height:34px}.dashboard-brand-university{font-size:.86rem;line-height:1}.dashboard-brand-centre{font-size:.52rem}.headerActions{gap:6px}.headerActionBtn{border-radius:10px;width:34px;height:34px;font-size:14px}}.content{box-sizing:border-box;flex:1;justify-content:stretch;width:100%;padding:24px 0 48px;display:flex;overflow-x:hidden}@media (max-width:768px){.content{padding:16px 0 32px}}.content-panel{width:100%;display:block}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 6px 18px #0f172a0f}.card+.card{margin-top:16px}.label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-size:12px}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}input,select,textarea{font-size:14px;font-family:var(--font-primary);border:1px solid #d7dce5;border-radius:10px;padding:12px 14px}button{background-color:var(--color-speaking-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 18px;font-weight:700}button.secondary{color:#1f2a44;background:#eef2ff}.studentDashboardShell{flex-direction:column;gap:24px;padding:16px 0;font-family:Inter,sans-serif;display:flex}.studentHeroBanner{background:linear-gradient(90deg,#1e3a8a,#3b82f6);border-radius:24px;justify-content:space-between;align-items:center;gap:32px;min-height:188px;padding:18px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px #1e3a8a3d}.studentHeroContent{z-index:1;max-width:560px;position:relative}.studentHeroHeadingRow{align-items:center;gap:10px;display:flex}.studentHeroHeading{color:#fff;margin:0;font-size:24px;font-weight:600;line-height:1.25}.studentHeroAlertDot{background:#ef4444;border-radius:999px;flex:0 0 12px;width:12px;height:12px;box-shadow:0 0 0 4px #ef44442e}.studentHeroSubtext{color:#cbd5f5;margin:6px 0 0;font-size:14px;line-height:1.6}.studentHeroActions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.studentHeroButton{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:10px 18px;font-size:14px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.studentHeroButton:hover{transform:translateY(-1px)}.studentHeroButton:focus-visible,.studentUpcomingMeta a:focus-visible,.studentBlogButton:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.studentHeroButtonOutline{color:#1e40af;background:#e0e7ff;box-shadow:0 10px 24px #0e1e5e2e}.studentHeroButtonSolid{color:#fff;background:#f97316;box-shadow:0 12px 24px #f9731647}.studentHeroButtonIcon{font-size:14px;line-height:1}.studentHeroHelper{color:#ffffffe0;margin:12px 0 0;font-size:13px;line-height:1.5}.studentHeroDecor{flex:0 0 180px;align-self:stretch;min-height:140px;position:relative}.studentHeroGlow{opacity:.55;background:radial-gradient(circle,#fff6 0%,#ffffff1a 45%,#fff0 72%);border-radius:999px;position:absolute}.studentHeroGlowLarge{width:240px;height:240px;top:12px;right:-20px}.studentHeroGlowMedium{width:160px;height:160px;bottom:-36px;right:72px}.studentHeroGlowSmall{width:90px;height:90px;top:136px;right:28px}.studentDashboardSections{grid-template-columns:1fr;gap:24px;display:grid}.studentDashboardPanel{background:#fff;border:1px solid #dbe3f0;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 10px 24px #0f172a0f}.studentPanelHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentPanelEyebrow{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;font-size:12px;font-weight:700}.studentPanelTitle{color:#0f172a;margin:6px 0 0;font-size:24px;line-height:1.2}.studentPanelDescription{color:#64748b;margin:8px 0 0;font-size:14px;line-height:1.6}.studentPanelState{color:#475569;background:#f8fafc;border-radius:16px;padding:14px 16px;font-size:14px}.studentPanelStateError{color:#be123c;background:#fff1f2}.studentUpcomingTitle{color:#0f172a;margin:0}.studentUpcomingList{gap:12px;display:grid}.studentUpcomingCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.studentUpcomingCard h4{color:#0f172a;margin:0;font-size:15px}.studentUpcomingCard p{color:#64748b;margin:6px 0 0;font-size:13px}.studentUpcomingMeta{color:#334155;justify-items:end;gap:6px;font-size:13px;display:grid}.studentUpcomingMeta a{color:#1d4ed8;font-weight:700;text-decoration:none}.studentUpcomingMeta a:hover{text-decoration:underline}.studentBlogCarousel{width:100%;overflow:hidden}.studentBlogTrack{gap:16px;width:max-content;display:flex}.studentBlogTrackAnimated{animation:38s linear infinite studentBlogScroll}.studentBlogTrackStatic{width:100%}.studentBlogCard{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;flex:0 0 min(340px,100vw - 96px);display:flex;overflow:hidden;box-shadow:0 10px 26px #0f172a14}.studentBlogImage{object-fit:cover;background:#e2e8f0;width:100%;height:188px}.studentBlogCardBody{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.studentBlogTag{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.studentBlogCard h3{color:#0f172a;margin:0;font-size:18px;line-height:1.35}.studentBlogCard p{color:#475569;margin:0;font-size:14px;line-height:1.6}.studentBlogPreview{gap:4px;display:grid}.studentBlogSentence{margin:0}.studentBlogSentencePrimary{color:#334155}.studentBlogSentenceFaded{color:#94a3b8;opacity:.7}.studentBlogMeta{color:#64748b;flex-wrap:wrap;gap:8px 12px;font-size:12px;display:flex}.studentBlogButton{color:#fff;background:#0b4b96;align-self:flex-start;margin-top:auto}.studentBlogModalBackdrop{z-index:50;background:#0f172aa6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.studentBlogModal{-webkit-overflow-scrolling:touch;touch-action:pan-y;background:#fff;border-radius:24px;width:min(100%,820px);max-width:820px;max-height:min(90vh,860px);display:grid;position:relative;overflow:auto;box-shadow:0 30px 60px #0f172a47}.studentBlogModalClose{z-index:2;color:#fff;background:#0f172ab8;border-radius:999px;width:40px;height:40px;font-size:24px;line-height:1;position:absolute;top:16px;right:16px}.studentBlogModalNav{z-index:2;color:#fff;background:#0f172ab8;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-size:30px;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.studentBlogModalNavLeft{left:16px}.studentBlogModalNavRight{right:16px}.studentBlogModalImage{object-fit:cover;background:#e2e8f0;width:100%;height:260px}.studentBlogModalBody{gap:14px;min-height:0;padding:24px;display:grid}.studentBlogModalTitle{color:#0f172a;margin:0;font-size:28px;line-height:1.2}.studentBlogModalContent{gap:14px;display:grid}.studentBlogModalContent p{color:#334155;margin:0;font-size:15px;line-height:1.75}@media (min-width:1101px){.studentBlogCard{flex-direction:row;flex-basis:min(1040px,100vw - 140px);align-items:stretch;width:min(1040px,100vw - 140px);max-width:100%}.studentBlogImage{width:320px;min-width:320px;height:auto}.studentBlogCardBody{min-width:0}}@keyframes studentBlogScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@media (max-width:1100px){.studentDashboardSections{grid-template-columns:1fr}}@media (max-width:900px){.studentHeroBanner{flex-direction:column;align-items:flex-start;gap:18px;min-height:0;padding:18px 20px}.studentHeroDecor{flex-basis:96px;width:100%;min-height:96px}.studentPanelHeader,.studentUpcomingCard{flex-direction:column;align-items:flex-start}.studentUpcomingMeta{justify-items:start}}@media (max-width:640px){.studentDashboardShell{gap:20px}.studentHeroBanner,.studentDashboardPanel{border-radius:20px;padding:16px}.studentHeroBanner{gap:14px}.studentHeroHeading,.studentPanelTitle{font-size:22px}.studentHeroActions,.studentHeroButton{width:100%}.studentHeroDecor{min-height:72px}.studentHeroGlowLarge{width:180px;height:180px;right:-40px}.studentHeroGlowMedium{width:120px;height:120px;bottom:-28px;right:24px}.studentBlogCard{flex-basis:min(300px,100vw - 72px)}.studentBlogModalBackdrop{padding:12px}.studentBlogModal{max-height:calc(100vh - 24px)}.studentBlogModalImage{height:200px}.studentBlogModalNav{width:40px;height:40px;font-size:26px}.studentBlogModalNavLeft{left:10px}.studentBlogModalNavRight{right:10px}.studentBlogModalTitle{font-size:22px}.studentBlogButton{justify-content:center;width:100%}}.schoolWorkPage{flex-direction:column;gap:14px;width:100%;max-width:1180px;margin:0 auto;display:flex}.workIntro{text-align:center;background:linear-gradient(#f8fbff 0%,#eef6ff 100%);border:1px solid #dbeafe;border-radius:16px;padding:22px 24px;box-shadow:0 8px 20px #2563eb1a}.workIntro .label{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.workIntro h2{letter-spacing:-.02em;color:#0b1f4d;margin:6px 0 8px;font-size:44px;line-height:1.06}.workIntro p{color:#334155;margin:0;font-size:16px;font-weight:500}.workNav{flex-direction:column;gap:14px;display:flex}.workTypeTabs{gap:22px;display:flex}.lineTabs{border-bottom:1px solid #e5e7eb;padding-bottom:8px}.innerTabs{margin-top:4px}.workTypeTab{color:#4b5563;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:0 0 10px;font-size:18px;font-weight:700}.workTypeTab.active{color:#2563eb;border-bottom-color:#2563eb}.statusTabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;display:grid}.statusTab{color:#fff;cursor:pointer;background:#2e86d8;border:none;border-radius:16px;width:100%;min-height:50px;padding:10px 16px;font-size:16px;font-weight:800}.statusTab.active{color:#fff;background:linear-gradient(135deg,#8b3cf6 0%,#6d35dd 100%)}.countBadge{opacity:.95;background:#fff3;border-radius:999px;margin-left:8px;padding:2px 7px;font-size:12px}.workGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.assignmentCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0f172a0f}.assignmentTopBand{color:#fff;padding:10px 16px;font-size:16px;font-weight:700}.theme-blue .assignmentTopBand{background:#2f80ed}.theme-purple .assignmentTopBand{background:#a855f7}.theme-green .assignmentTopBand{background:#00c853}.theme-orange .assignmentTopBand{background:#f59e0b}.assignmentBody{padding:18px 20px 14px}.assignmentBody h3{margin:0 0 8px;font-size:22px;line-height:1.25}.assignmentDesc{color:#4b5563;margin:0 0 12px;font-size:15px;line-height:1.45}.assignmentMetaStack{color:#4b5563;flex-direction:column;gap:6px;font-size:14px;display:flex}.assignmentBottom{border-top:1px solid #eceff3;flex-direction:column;gap:10px;padding:12px 20px 18px;display:flex}.assignmentFooterRow{justify-content:space-between;align-items:center;display:flex}.pill{color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.pill.warn{color:#8a5a00;background:#fff7d6;border-color:#fde68a}.pill.success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.pointsText{color:#111827;font-size:15px}.ghostBtn{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:100%;padding:10px 14px;font-size:16px;font-weight:700}.summaryCards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summaryCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:14px;display:flex}.summaryCard p{color:#64748b;margin:0;font-size:13px}.summaryCard h4{color:#0f172a;margin:2px 0 0;font-size:28px}.summaryCard span{font-size:24px}.workError{color:#b91c1c;font-weight:700}.emptyState h3{margin:0}.emptyState p{color:#64748b;margin:8px 0 0}.startModal{border-radius:14px;width:min(640px,92vw);padding:22px}.startModalTitleRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.startModalIcon{background:#dbeafe;border:1px solid #bfdbfe;border-radius:12px;width:36px;height:36px}@media (max-width:1024px){.schoolWorkPage{max-width:100%}.workIntro h2{font-size:32px}.workGrid{grid-template-columns:1fr}}@media (max-width:768px){.schoolWorkPage{gap:12px}.workIntro{padding:16px 14px}.workIntro h2{font-size:28px}.workIntro p{font-size:14px}.workTypeTabs{gap:14px}.workTypeTab{padding-bottom:8px;font-size:16px}.statusTabs{gap:8px}.statusTab{border-radius:14px;min-height:44px;padding:8px 10px;font-size:14px}.assignmentTopBand{padding:10px 14px;font-size:14px}.assignmentBody{padding:14px}.assignmentBody h3{font-size:20px}.assignmentDesc{font-size:14px}.assignmentMetaStack{font-size:13px}.assignmentBottom{padding:10px 14px 14px}.ghostBtn{font-size:15px}.pointsText{font-size:14px}.pill{font-size:11px}.summaryCards{grid-template-columns:1fr}}@media (max-width:480px){.workIntro h2{font-size:24px}.workTypeTab{font-size:15px}.statusTab{padding:7px 12px;font-size:13px}.assignmentBody h3{font-size:18px}.assignmentDesc{font-size:13px}.assignmentMetaStack{font-size:12px}.assignmentFooterRow{align-items:flex-start;gap:8px}.ghostBtn{padding:10px 12px;font-size:14px}}@keyframes tri-dot-bounce{0%,80%,to{opacity:.55;transform:scale(.8)}40%{opacity:1;transform:scale(1.25)}}.progressPage{flex-direction:column;gap:16px;width:100%;max-width:940px;margin:0 auto;display:flex}.progressPage.embedded{gap:14px;max-width:1180px;margin:0}.progressIntro{text-align:center;background:linear-gradient(#f8fbff 0%,#eef6ff 100%);border:1px solid #dbeafe;border-radius:16px;padding:22px 24px;box-shadow:0 8px 20px #2563eb1a}.progressIntro .label{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.progressIntro h2{letter-spacing:-.02em;color:#0b1f4d;margin:6px 0 8px;font-size:44px;line-height:1.06}.progressIntro p{color:#334155;margin:0;font-size:16px;font-weight:500}.progressError{color:#b91c1c;font-weight:800}.progressStatsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.progressStatCard{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:0 6px 14px #0f172a0d}.progressStatCard p{color:#64748b;margin:0;font-size:13px;font-weight:700}.progressStatCard h3{color:#0f172a;margin:6px 0 4px;font-size:28px}.progressStatCard small{color:#64748b;font-size:12px;font-weight:600}.progressStatCard span{font-size:24px}.progressSection{flex-direction:column;gap:10px;display:flex}.progressSectionHead{justify-content:space-between;align-items:center;display:flex}.progressSectionHead h3{margin:0}.progressSectionHead span{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:13px;font-weight:800;display:inline-flex}.progressList{flex-direction:column;gap:10px;display:flex}.progressItemCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:14px;display:flex}.progressItemMain h4{color:#0f172a;margin:0;font-size:16px}.progressItemMain p{color:#64748b;margin:6px 0 0;font-size:13px;font-weight:700}.progressItemPill{color:#3730a3;white-space:nowrap;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.progressEmpty{color:#64748b;margin:0;font-weight:700}@media (max-width:1024px){.progressPage{max-width:100%}}@media (max-width:768px){.progressIntro{padding:16px 14px}.progressIntro h2{font-size:28px}.progressIntro p{font-size:14px}.progressStatsGrid{grid-template-columns:1fr}.progressItemCard{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.progressIntro h2,.progressStatCard h3{font-size:24px}}.examModalBackdrop{z-index:50;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.examModal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:min(620px,100%);padding:22px;box-shadow:0 20px 40px #0f172a2e}.attemptShell{overscroll-behavior:none;touch-action:pan-y;background:#f8fafc;flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden}.attemptTopBar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.attemptBarContent{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.attemptTopBarInner{align-items:center;gap:16px;height:60px;display:flex}.attemptTimer{text-align:left;color:#16a34a;flex:0 0 140px;min-width:140px;font-size:16px;font-weight:900}.attemptTimer.danger{color:#dc2626;font-weight:900}.qNavRow{white-space:nowrap;-webkit-overflow-scrolling:touch;flex:1;align-items:center;gap:8px;padding:8px 0;display:flex;overflow:auto hidden}.qNavRow::-webkit-scrollbar{height:0}.attemptQBtn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:12px;flex:none;justify-content:center;align-items:center;min-width:38px;height:38px;padding:0 10px;font-weight:700;display:inline-flex}.attemptQBtn.answered{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.attemptQBtn.active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:800}.attemptQBtn:hover{border-color:#9ca3af}.attemptQBtn:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.attemptActions{align-items:center;gap:10px;display:flex}.attemptClose{cursor:pointer;color:#dc2626;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;height:38px;padding:0 12px;font-size:14px;font-weight:900;line-height:1}.attemptClose:hover{background:#ffe4e6;border-color:#fca5a5}.attemptClose:focus-visible{outline-offset:2px;outline:2px solid #fca5a5}.attemptScrollArea{-webkit-overflow-scrolling:touch;touch-action:pan-y;flex:1;padding:24px 0;overflow:hidden auto}.attemptContent{box-sizing:border-box;width:100%;max-width:980px;margin:0 auto;padding:0 16px}.attemptBodyInner{width:100%}.attemptInstruction{color:#0f172a;margin:8px 0 16px;font-size:16px;font-weight:800}.attemptCard{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px}.attemptBottomBar{z-index:1000;background:#fff;border-top:1px solid #e5e7eb;position:sticky;bottom:0}.attemptBottomBarInner{box-sizing:border-box;justify-content:center;align-items:center;gap:12px;height:70px;padding:0 16px;display:flex}@media (max-width:640px){.attemptBottomBarInner{flex-direction:column;align-items:stretch;height:auto;padding:12px 0}.attemptBottomBarInner button{width:100%}.attemptCard{padding:18px}}.student-calendar{flex-direction:column;gap:16px;width:100%;display:flex}.student-calendar-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.student-calendar-title{margin:0;font-size:1.5rem}.student-calendar-nav{align-items:center;gap:8px;display:flex}.student-calendar-nav button{color:#0f172a;background:#fff;border:1px solid #d7dce5;border-radius:10px;width:38px;height:38px;padding:0}.student-calendar-grid-card{overflow-x:auto}.student-calendar-grid{border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:repeat(7,minmax(130px,1fr));min-width:980px;display:grid;overflow:hidden}.student-calendar-weekday{color:#111827;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:10px;font-size:.86rem;font-weight:700}.student-calendar-weekday:nth-child(7n){border-right:none}.student-calendar-cell{background:#fff;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-height:140px;padding:8px}.student-calendar-cell:nth-child(7n){border-right:none}.student-calendar-cell.muted{background:#f9fafb}.student-calendar-day-number{color:#0f172a;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;margin-bottom:8px;font-size:.82rem;font-weight:700;display:inline-flex}.student-calendar-day-number.today{color:#fff;background:#0b4a6f}.student-calendar-events{flex-direction:column;gap:6px;display:flex}.student-calendar-event{background:#eef2f7;border-radius:10px;flex-direction:column;gap:4px;padding:6px 8px;display:flex}.student-calendar-event-title{color:#0f172a;font-size:.8rem;font-weight:600;line-height:1.3}.student-calendar-event-time{color:#334155;font-size:.75rem}.student-calendar-event-link{color:#0b4a6f;font-size:.75rem;font-weight:700;text-decoration:none}.student-calendar-event-link:hover{text-decoration:underline}.studentAttendancePage{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentAttendanceHero{background:linear-gradient(135deg,#7c3aed 0%,#8b5cf6 55%,#c4b5fd 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #7c3aed2e}.studentAttendanceHeroContent{color:#fff}.studentAttendanceEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentAttendanceTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentAttendanceSubtitle{color:#ede9fe;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentAttendanceStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentAttendanceStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentAttendanceStatLabel,.studentAttendanceMetaLabel{letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.studentAttendanceStatLabel{color:#ffffffd1}.studentAttendanceStatCard strong{font-size:22px;line-height:1.1}.studentAttendanceGrid{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:18px;display:grid}.studentAttendanceChartCard,.studentAttendanceSummaryCard,.studentAttendanceStateCard,.studentAttendanceEmptyCard,.studentAttendanceRecordsCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentAttendanceSectionTitle{color:#0f172a;margin:6px 0 0}.studentAttendanceSummaryCard,.studentAttendanceRecordsCard{gap:18px;display:grid}.studentAttendanceMetaLabel{color:#64748b}.studentAttendanceMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studentAttendanceMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentAttendanceMetaBlock strong{color:#0f172a;font-size:18px}.studentAttendanceStateCard{color:#475569}.studentAttendanceStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentAttendanceEmptyCard{justify-items:start;gap:8px;display:grid}.studentAttendanceEmptyCard h2{color:#0f172a;margin:0}.studentAttendanceEmptyCard p{color:#64748b;margin:0;line-height:1.65}.studentAttendanceEmptyIcon{color:#7c3aed;background:#f5f3ff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentAttendanceRecordsList{gap:14px;display:grid}.studentAttendanceRecordCard{background:linear-gradient(#fff 0%,#faf8ff 100%);border:1px solid #dbe3f0;border-radius:20px;padding:18px}.studentAttendanceRecordTop{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentAttendanceRecordClass{letter-spacing:.08em;text-transform:uppercase;color:#7c3aed;font-size:12px;font-weight:800}.studentAttendanceRecordCard h3{color:#0f172a;margin:6px 0 0;font-size:18px}.studentAttendanceStatusPill{border-radius:999px;justify-content:center;align-items:center;min-width:88px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentAttendanceStatusPill.is-present{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0}.studentAttendanceStatusPill.is-late{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.studentAttendanceStatusPill.is-absent{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.student-attendance-pie-wrap{grid-template-columns:180px minmax(0,1fr);align-items:center;gap:18px;margin-top:14px;display:grid}.student-attendance-pie{border-radius:999px;justify-self:center;place-items:center;width:180px;height:180px;display:grid}.student-attendance-pie-inner{color:#0f172a;background:#fff;border-radius:999px;place-items:center;width:108px;height:108px;font-size:28px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #e2e8f0}.student-attendance-legend{color:#334155;gap:10px;font-weight:600;display:grid}.student-attendance-legend .dot{border-radius:999px;width:11px;height:11px;margin-right:10px;display:inline-block}.student-attendance-legend .dot.present{background:#16a34a}.student-attendance-legend .dot.late{background:#f59e0b}.student-attendance-legend .dot.absent{background:#ef4444}@media (max-width:960px){.studentAttendanceHero,.studentAttendanceGrid{grid-template-columns:1fr}}@media (max-width:640px){.studentAttendancePage{gap:16px;padding:10px 0 18px}.studentAttendanceHero,.studentAttendanceChartCard,.studentAttendanceSummaryCard,.studentAttendanceStateCard,.studentAttendanceEmptyCard,.studentAttendanceRecordsCard,.studentAttendanceRecordCard{border-radius:20px;padding:18px 16px}.studentAttendanceTitle{font-size:24px}.studentAttendanceStats,.studentAttendanceMetaGrid,.student-attendance-pie-wrap{grid-template-columns:1fr}.studentAttendanceRecordTop{display:grid}.studentAttendanceStatusPill{justify-self:start}}.studentResourcesShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentResourcesHero{background:linear-gradient(135deg,#0f766e 0%,#14b8a6 55%,#99f6e4 100%);border-radius:24px;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #0f766e2e}.studentResourcesHeroContent{color:#fff}.studentResourcesEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentResourcesTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentResourcesSubtitle{color:#ccfbf1;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentResourcesStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentResourcesStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentResourcesStatLabel{color:#ffffffd1;font-size:12px;font-weight:700}.studentResourcesStatCard strong{font-size:22px;line-height:1.1}.studentResourcesToolbar,.studentResourcesStateCard,.studentResourcesEmptyCard,.studentResourcesSummaryCard,.studentResourcesCategoriesCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentResourcesToolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.studentResourcesToolbarLabel,.studentResourcesMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentResourcesToolbarCopy p,.studentResourcesCategoryHeader p,.studentResourcesEmptyCard p{color:#64748b;margin:8px 0 0;line-height:1.65}.studentResourcesWeekField{min-width:190px;margin-bottom:0}.studentResourcesStateCard{color:#475569}.studentResourcesStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentResourcesEmptyCard{justify-items:start;gap:8px;display:grid}.studentResourcesEmptyCard h2,.studentResourcesSummaryTitle{color:#0f172a;margin:0}.studentResourcesEmptyIcon{color:#0f766e;background:#ecfeff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentResourcesSummaryCard,.studentResourcesCategoriesCard{gap:18px;display:grid}.studentResourcesSummaryTop,.studentResourceTopRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentResourcesClass{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;font-size:12px;font-weight:800}.studentResourcesWeekPill{color:#0f766e;background:#ecfeff;border:1px solid #99f6e4;border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentResourcesMetaRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studentResourcesMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentResourcesMetaValue{color:#0f172a;font-size:14px;font-weight:600}.studentResourcesCategoryTabs{flex-wrap:wrap;gap:8px;display:flex}.studentResourcesTab{color:#334155;background:#fff;border:1px solid #dbe3f0;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex}.studentResourcesTab.is-active{color:#fff;background:#0f766e;border-color:#0f766e}.studentResourcesTabDot{background:currentColor;border-radius:999px;width:8px;height:8px}.studentResourcesCategoryHeader h3{color:#0f172a;margin:6px 0 0;font-size:22px}.studentResourcesCategoryEmpty{color:#64748b}.studentResourcesList{gap:14px;display:grid}.studentResourceCard{background:linear-gradient(#fff 0%,#f6fffe 100%);border:1px solid #dbe3f0;border-radius:20px;gap:14px;padding:18px;display:grid}.studentResourceTitle{color:#0f172a;margin:0;font-size:18px}.studentResourceType{color:#64748b;margin-top:6px;font-size:13px;font-weight:700}.studentResourcePlayBtn{color:#fff;cursor:pointer;background:#0f766e;border:none;border-radius:999px;padding:10px 16px;font-weight:800}.studentResourceDialogOverlay{z-index:1200;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.studentResourceDialogBackdrop{background:#0f172aad;position:absolute;inset:0}.studentResourceDialog{background:#fff;border-radius:24px;gap:16px;width:min(900px,100%);max-height:calc(100vh - 40px);padding:20px;display:grid;position:relative;overflow:auto;box-shadow:0 24px 64px #0f172a47}.studentResourceDialogHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studentResourceDialogTitle{color:#0f172a;margin:6px 0 0}.studentResourceDialogClose{color:#0f172a;cursor:pointer;background:#e2e8f0;border:none;border-radius:999px;width:40px;height:40px;font-size:24px;line-height:1}.studentResourceDialogBody{gap:14px;display:grid}.studentResourceFrame,.studentResourceMedia{background:#000;border:none;border-radius:18px;width:100%;min-height:420px}.studentResourceAudio{width:100%}@media (max-width:960px){.studentResourcesHero{grid-template-columns:1fr}}@media (max-width:640px){.studentResourcesShell{gap:16px;padding:10px 0 18px}.studentResourcesHero,.studentResourcesToolbar,.studentResourcesStateCard,.studentResourcesEmptyCard,.studentResourcesSummaryCard,.studentResourcesCategoriesCard,.studentResourceCard{border-radius:20px;padding:18px 16px}.studentResourcesTitle{font-size:24px}.studentResourcesStats,.studentResourcesMetaRow{grid-template-columns:1fr}.studentResourcesToolbar,.studentResourcesSummaryTop,.studentResourceTopRow{display:grid}.studentResourceDialog{border-radius:20px;padding:18px 16px}.studentResourceFrame,.studentResourceMedia{min-height:220px}}.studentAssignmentsShell{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentAssignmentsHero{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 55%,#93c5fd 100%);border-radius:24px;grid-template-columns:minmax(0,1.4fr) minmax(280px,.9fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #1e3a8a2e}.studentAssignmentsHeroContent{color:#fff}.studentAssignmentsEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentAssignmentsTitle{color:#fff;margin:8px 0 0;font-size:28px;line-height:1.15}.studentAssignmentsSubtitle{color:#dbeafe;max-width:560px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentAssignmentsStats{grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;gap:12px;display:grid}.studentAssignmentsStatCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:18px;align-content:space-between;gap:10px;padding:18px 16px;display:grid}.studentAssignmentsStatCard strong{font-size:22px;line-height:1}.studentAssignmentsStatLabel{color:#fffc;font-size:12px;font-weight:700}.studentAssignmentsStateCard,.studentAssignmentsEmptyCard{color:#475569;background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentAssignmentsStateError{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentAssignmentsEmptyCard{justify-items:start;gap:8px;display:grid}.studentAssignmentsEmptyCard h2{color:#0f172a;margin:0;font-size:22px}.studentAssignmentsEmptyCard p{color:#64748b;margin:0;line-height:1.65}.studentAssignmentsEmptyIcon{background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex}.studentAssignmentsList{gap:18px;display:grid}.studentAssignmentCard{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe3f0;border-radius:24px;gap:18px;padding:22px;display:grid;box-shadow:0 12px 28px #0f172a0f}.studentAssignmentTopRow{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.studentAssignmentClass{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:12px;font-weight:800}.studentAssignmentCardTitle{color:#0f172a;margin:6px 0 0;font-size:22px;line-height:1.25}.studentAssignmentStatus{color:#047857;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-items:center;min-width:90px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex}.studentAssignmentMetaRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.studentAssignmentMetaBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentAssignmentMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentAssignmentMetaValue{color:#0f172a;font-size:14px;font-weight:600}.studentAssignmentInstructionsCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;gap:10px;padding:16px 18px;display:grid}.studentAssignmentInstructions{white-space:pre-wrap;color:#334155;margin:0;line-height:1.7}.studentAssignmentInstructions.is-muted{color:#94a3b8}@media (max-width:960px){.studentAssignmentsHero{grid-template-columns:1fr}}@media (max-width:640px){.studentAssignmentsShell{gap:16px;padding:10px 0 18px}.studentAssignmentsHero,.studentAssignmentCard,.studentAssignmentsStateCard,.studentAssignmentsEmptyCard{border-radius:20px;padding:18px 16px}.studentAssignmentsTitle{font-size:24px}.studentAssignmentsStats{grid-template-columns:1fr}.studentAssignmentTopRow,.studentAssignmentMetaRow{grid-template-columns:1fr;display:grid}.studentAssignmentStatus{justify-self:start}}.studentNotifyPage{flex-direction:column;gap:18px;padding:16px 0 24px;display:flex}.studentNotifyHero{background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 55%,#60a5fa 100%);border-radius:24px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 42px #0f172a29}.studentNotifyEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentNotifyTitle{color:#fff;margin:8px 0 0;font-size:30px;line-height:1.12}.studentNotifySubtitle{color:#dbeafe;max-width:620px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentNotifyStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentNotifyStatCard{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:18px;gap:10px;padding:18px 16px;display:grid}.studentNotifyStatCard span{color:#ffffffd1;font-size:12px;font-weight:700}.studentNotifyStatCard strong{font-size:22px;line-height:1.2}.studentNotifyStatCard.is-highlight{background:#fef2f229;border-color:#fecaca47}.studentNotifyToolbar{background:#fff;border:1px solid #dbe3f0;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 10px 26px #0f172a0d}.studentNotifyToolbarText{color:#334155;font-weight:600}.studentNotifyMarkAllBtn,.studentNotifyReadBtn,.studentNotifyOpenBtn{cursor:pointer;border:none;border-radius:14px;padding:11px 16px;font-weight:800}.studentNotifyMarkAllBtn:disabled,.studentNotifyReadBtn:disabled{cursor:not-allowed;opacity:.65}.studentNotifyMarkAllBtn,.studentNotifyReadBtn{color:#1d4ed8;background:#eff6ff}.studentNotifyOpenBtn{color:#fff;background:#1d4ed8}.studentNotifyStateCard,.studentNotifyEmptyCard{color:#475569;background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentNotifyStateCard.is-error{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentNotifyEmptyCard{justify-items:start;gap:8px;display:grid}.studentNotifyEmptyCard h2,.studentNotifyDetailCard h2{color:#0f172a;margin:0}.studentNotifyEmptyCard p,.studentNotifyDetailCard p{color:#64748b;margin:0;line-height:1.65}.studentNotifyEmptyIcon{background:#eff6ff;border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:inline-flex}.studentNotifyLayout{grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:18px;display:grid}.studentNotifyList,.studentNotifyDetailCard{background:#fff;border:1px solid #dbe3f0;border-radius:24px;box-shadow:0 12px 28px #0f172a0f}.studentNotifyList{flex-direction:column;gap:10px;max-height:720px;padding:14px;display:flex;overflow-y:auto}.studentNotifyItem{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:12px;width:100%;padding:14px;display:flex}.studentNotifyItem.is-active{background:linear-gradient(#eff6ff 0%,#f8fbff 100%);border-color:#93c5fd}.studentNotifyItem.is-unread{box-shadow:0 10px 22px #3b82f614}.studentNotifyItemBody{gap:6px;min-width:0;display:grid}.studentNotifyIcon{border-radius:14px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:inline-flex}.studentNotifyIcon.is-assignment{color:#1d4ed8;background:#eff6ff}.studentNotifyIcon.is-resource{color:#047857;background:#ecfdf5}.studentNotifyItemTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.studentNotifyItemTitle{color:#0f172a;font-weight:800}.studentNotifyUnreadBadge,.studentNotifyReadPill,.studentNotifyDetailTag{border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.studentNotifyUnreadBadge{color:#b91c1c;background:#fee2e2}.studentNotifyReadPill{color:#047857;background:#ecfdf5}.studentNotifyDetailTag.is-assignment{color:#1d4ed8;background:#dbeafe}.studentNotifyDetailTag.is-resource{color:#15803d;background:#dcfce7}.studentNotifyItemMessage{color:#334155;line-height:1.5}.studentNotifyItemMeta{color:#64748b;font-size:12px}.studentNotifyDetailCard{gap:18px;padding:22px;display:grid}.studentNotifyDetailHeader{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.studentNotifyMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.studentNotifyMetaCard,.studentNotifyBodyCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:16px 18px;display:grid}.studentNotifyMetaCard span,.studentNotifyBodyLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentNotifyMetaCard strong{color:#0f172a;font-size:14px}.studentNotifyBodyCard p{color:#334155;white-space:pre-wrap}.studentNotifyActions{justify-content:flex-start;display:flex}@media (max-width:980px){.studentNotifyHero,.studentNotifyLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentNotifyPage{gap:16px;padding:10px 0 18px}.studentNotifyHero,.studentNotifyToolbar,.studentNotifyStateCard,.studentNotifyEmptyCard,.studentNotifyDetailCard,.studentNotifyList{border-radius:20px;padding:18px 16px}.studentNotifyTitle{font-size:24px}.studentNotifyStats,.studentNotifyMetaGrid{grid-template-columns:1fr}.studentNotifyToolbar,.studentNotifyDetailHeader,.studentNotifyItemTop{display:grid}}.studentSettingsPage{flex-direction:column;gap:24px;width:100%;display:flex}.studentSettingsHero{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 45%,#f8fbff 100%);border:1px solid #94b8ff66;border-radius:28px;flex-wrap:wrap;justify-content:space-between;gap:24px;padding:28px;display:flex;box-shadow:0 18px 40px #0f172a14}.studentSettingsHeroContent{flex:320px;min-width:0}.studentSettingsEyebrow{letter-spacing:.16em;text-transform:uppercase;color:#2563eb;margin-bottom:10px;font-size:.78rem;font-weight:700}.studentSettingsTitle{color:#0f172a;margin:0;font-size:clamp(1.9rem,2vw,2.45rem);line-height:1.05}.studentSettingsSubtitle{color:#475569;max-width:640px;margin:12px 0 0;line-height:1.7}.studentSettingsStats{flex:300px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;min-width:0;display:grid}.studentSettingsStatCard{background:#ffffffeb;border:1px solid #bfdbfee6;border-radius:22px;padding:18px;box-shadow:0 14px 28px #3b82f614}.studentSettingsStatCard span{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:.82rem;font-weight:700;display:block}.studentSettingsStatCard strong{color:#0f172a;margin-top:10px;font-size:1.05rem;display:block}.studentSettingsLayout{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.studentSettingsCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 16px 36px #0f172a14}.studentSettingsMetaLabel{letter-spacing:.14em;text-transform:uppercase;color:#2563eb;font-size:.78rem;font-weight:700}.studentSettingsSectionTitle{color:#0f172a;margin:10px 0 8px;font-size:1.35rem}.studentSettingsHelperText{color:#64748b;margin:0 0 18px;line-height:1.6}.studentSettingsForm{gap:12px;display:grid}.studentSettingsForm input{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;outline:none;width:100%;padding:13px 14px;font-size:.98rem;transition:border-color .2s,box-shadow .2s,background .2s}.studentSettingsForm input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.studentSettingsPrimaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:16px;padding:13px 18px;font-size:.98rem;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.studentSettingsPrimaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 26px #2563eb38}.studentSettingsPrimaryBtn:disabled{opacity:.7;cursor:not-allowed}.studentSettingsMessage{color:#1d4ed8;background:#eff6ff;border-radius:14px;margin:14px 0 0;padding:12px 14px;font-weight:600}.studentSettingsMessage.is-success{color:#027a48;background:#ecfdf3}.studentSettingsMessage.is-error{color:#b42318;background:#fef2f2}.studentSettingsInfoList{gap:14px;display:grid}.studentSettingsInfoItem{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 16px;line-height:1.55;display:flex}.studentSettingsDot{border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:7px}.studentSettingsDot.is-active{background:#22c55e;box-shadow:0 0 0 6px #22c55e1f}.studentSettingsDot.is-pending{background:#f59e0b;box-shadow:0 0 0 6px #f59e0b1f}@media (max-width:960px){.studentSettingsStats,.studentSettingsLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentSettingsHero,.studentSettingsCard{border-radius:22px;padding:20px}.studentSettingsTitle{font-size:1.8rem}}.studentProfilePage{flex-direction:column;gap:20px;padding:16px 0 24px;display:flex}.studentProfileHero{background:linear-gradient(135deg,#1f2937 0%,#4f46e5 55%,#93c5fd 100%);border-radius:24px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.95fr);gap:18px;padding:24px;display:grid;box-shadow:0 18px 40px #1f293729}.studentProfileHeroContent{color:#fff}.studentProfileEyebrow{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd1;font-size:12px;font-weight:800}.studentProfileTitle{color:#fff;margin:8px 0 0;font-size:30px;line-height:1.12}.studentProfileSubtitle{color:#dbeafe;max-width:620px;margin:10px 0 0;font-size:14px;line-height:1.7}.studentProfileStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.studentProfileStatCard{color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:18px;gap:10px;padding:18px 16px;display:grid}.studentProfileStatCard span{color:#ffffffd1;font-size:12px;font-weight:700}.studentProfileStatCard strong{font-size:20px;line-height:1.25}.studentProfileLayout{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:18px;display:grid}.studentProfileCard,.studentProfileStateCard{background:#fff;border:1px solid #dbe3f0;border-radius:22px;padding:20px 22px;box-shadow:0 12px 28px #0f172a0f}.studentProfileStateCard{color:#475569}.studentProfileStateCard.is-error{color:#be123c;background:#fff1f2;border-color:#fecdd3}.studentProfileIdentityCard{align-items:center;gap:18px;display:flex}.studentProfileAvatar{color:#3730a3;background:linear-gradient(135deg,#eef2ff 0%,#dbeafe 100%);border-radius:22px;flex:none;justify-content:center;align-items:center;width:74px;height:74px;font-size:28px;font-weight:900;display:inline-flex}.studentProfileIdentityBody h2,.studentProfileSectionTitle{color:#0f172a;margin:6px 0 0}.studentProfileIdentityBody p,.studentProfileHelperText{color:#64748b;margin:8px 0 0;line-height:1.65}.studentProfileMetaLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentProfileInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.studentProfileInfoBlock{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:6px;padding:14px 16px;display:grid}.studentProfileInfoBlock span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.studentProfileInfoBlock strong{color:#0f172a;font-size:14px}.studentProfileStatusList{gap:12px;margin-top:14px;display:grid}.studentProfileStatusItem{color:#334155;align-items:center;gap:10px;font-weight:600;display:flex}.studentProfileStatusDot{border-radius:999px;flex:none;width:10px;height:10px}.studentProfileStatusDot.is-active{background:#22c55e}.studentProfileStatusDot.is-pending{background:#f59e0b}@media (max-width:960px){.studentProfileHero,.studentProfileLayout{grid-template-columns:1fr}}@media (max-width:640px){.studentProfilePage{gap:16px;padding:10px 0 18px}.studentProfileHero,.studentProfileCard,.studentProfileStateCard{border-radius:20px;padding:18px 16px}.studentProfileTitle{font-size:24px}.studentProfileStats,.studentProfileInfoGrid{grid-template-columns:1fr}.studentProfileIdentityCard{align-items:flex-start}}.oj-login-shell{background:#fff;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(10px,1.4vw,18px);display:flex;overflow-x:hidden}.oj-login-card{flex-direction:column;align-items:stretch;gap:clamp(18px,2.4vw,30px);width:min(1120px,100%);min-height:auto;max-height:calc(100dvh - 24px);display:flex}.oj-login-header{justify-content:space-between;align-items:flex-start;gap:20px;width:100%;padding:0 clamp(6px,1vw,12px);display:flex}@media (min-width:981px){.oj-brand-header-just{width:min(320px,28vw)}.oj-brand-header-ulc{width:min(270px,24vw)}.oj-login-copy h1{font-size:clamp(1.55rem,1.8vw,1.95rem)}.oj-login-copy p{font-size:.92rem;line-height:1.45}.oj-field{height:48px}.oj-submit{height:52px;font-size:clamp(1rem,1.3vw,1.15rem)}}.oj-brand-header{object-fit:contain;max-width:100%;height:auto;display:block}.oj-brand-header-just{width:min(300px,28vw)}.oj-brand-header-ulc{width:min(250px,23vw)}.oj-login-content{justify-content:center;align-items:center;width:100%;padding:0;display:flex}.oj-form{background:#fff;border:1px solid #d9e0ea;border-radius:16px;flex-direction:column;gap:10px;width:min(460px,100%);padding:clamp(18px,1.8vw,22px);display:flex;box-shadow:0 14px 32px #0b244224}.oj-login-copy{flex-direction:column;gap:6px;margin-bottom:2px;display:flex}.oj-login-copy h1{color:#0f172a;margin:0;font-size:clamp(1.5rem,1.9vw,2rem);line-height:1.1}.oj-login-copy p{color:#475569;margin:0;font-size:.93rem;line-height:1.5}.oj-login-kicker{color:#0b4b96;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:800}.oj-field{background:#f7f9fc;border:1px solid #d4dbe5;border-radius:12px;align-items:center;gap:10px;height:clamp(46px,4.8vw,52px);padding:0 12px;display:flex}.oj-icon{opacity:.7;font-size:clamp(14px,2vw,18px)}.oj-field input{color:#30435d;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:clamp(15px,1.3vw,18px)}.oj-eye{cursor:pointer;background:0 0;border:none;font-size:clamp(14px,1.8vw,18px)}.oj-submit{color:#fff;cursor:pointer;background:#0b4b96;border:none;border-radius:12px;height:clamp(50px,5vw,58px);margin-top:4px;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600}.oj-submit:disabled{opacity:.65}.oj-login-message{color:#b91c1c;text-align:center;margin:0;font-size:14px;font-weight:600}@media (max-width:980px){.oj-login-shell{overscroll-behavior:none;background:#fff;min-height:100dvh;padding:16px;overflow:hidden}.oj-login-card{min-height:unset;gap:28px;width:100%;max-height:none}.oj-login-header{align-items:center;gap:16px;padding:0}.oj-brand-header-just{width:min(250px,44vw)}.oj-brand-header-ulc{width:min(220px,40vw)}.oj-form{width:min(460px,100%)}}@media (max-width:560px){.oj-login-shell{padding:14px}.oj-login-card{gap:24px}.oj-login-header{align-items:flex-start}.oj-brand-header-just{width:min(190px,46vw)}.oj-brand-header-ulc{width:min(160px,40vw)}.oj-form{padding:18px}}.tbp-focus-open .tbk-zoom-target.tbk-focused{z-index:10002;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border:1px solid var(--tbp-border);opacity:1;filter:none;background:#fff;border-radius:16px;width:min(1000px,100vw - 24px);height:auto;padding:18px;position:fixed;inset:64px auto 12px 50%;overflow:auto;transform:translate(-50%);box-shadow:0 25px 60px #0206174d;visibility:visible!important;pointer-events:auto!important;display:block!important}.tbp-topbar{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#082c8c;border-bottom:none;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 6px 18px #082c8c47}.tbp-book-title{color:#fff;font-weight:800}.tbp-stage{transform-origin:top;justify-content:center;height:100%;display:flex}.tbp-page__scroll.is-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-left:0;padding-right:2px;font-size:16px;line-height:1.6;overflow:auto}.tbp-focus-open .tbk-zoom-target.tbk-focused .tbk-zoom-target{visibility:visible!important;pointer-events:auto!important}.tbp-focus-open .tbk-zoom-target.tbk-focused{font-size:18px}@media (max-width:980px){.tbp-body{grid-template-columns:1fr;gap:0;padding:0}.tbp-tools{display:none}.tbp-viewport{width:100%;height:calc(100vh - 74px)}.tbp-page{width:100%;max-width:100%;height:calc(100vh - 74px);box-shadow:none;border:0;border-radius:0}.tbp-page__inner{padding:8px 0 16px}.tbp-page__scroll.is-scroll{padding-right:0}}.tbp-focus-open .tbk-zoom-target.tbk-focused .question-wrapper{max-width:1000px;margin:0 auto}.tbp-focus-open .tbk-zoom-target.tbk-focused .options-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 10px!important;display:grid!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .options-list li{margin:0!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .interactive-matching-area{flex-wrap:nowrap!important;align-items:flex-start!important;gap:20px!important;display:flex!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .matching-column-a,.tbp-focus-open .tbk-zoom-target.tbk-focused .matching-column-b,.tbp-focus-open .tbk-zoom-target.tbk-focused .drag-column,.tbp-focus-open .tbk-zoom-target.tbk-focused .drop-column{flex:0 0 48%!important;width:48%!important;min-width:0!important;max-width:48%!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .drop-target,.tbp-focus-open .tbk-zoom-target.tbk-focused .draggable-item,.tbp-focus-open .tbk-zoom-target.tbk-focused .matched-item,.tbp-focus-open .tbk-zoom-target.tbk-focused textarea,.tbp-focus-open .tbk-zoom-target.tbk-focused .response-input{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .action-buttons{z-index:1;background:0 0;border-top:0;padding:0;position:relative!important}.tbp-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .task,.tbp-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .question-group,.tbp-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .vocab-practice,.tbp-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .dashed-container-blue,.tbp-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .dashed-container-green{display:block!important}.tbp-tools .tbp-tool-btn:nth-child(2){color:#f59e0b}.tbk-shell.tbk-focus-open,.tbk-focus-open .tbk-body,.tbk-focus-open .tbk-viewport{overflow:visible}.tbk-topbar{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#082c8c;border-bottom:none;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;position:sticky;top:0;box-shadow:0 6px 18px #082c8c47}.tbk-book-title{letter-spacing:.2px;color:#fff;font-weight:800}.tbk-zoom__value{text-align:center;color:#ffffffd1;width:52px;font-size:12px;font-weight:700}.tbk-page__scroll.is-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-left:0;padding-right:2px;font-size:16px;line-height:1.6;overflow:auto}.tbk-focus-open .tbk-zoom-target.tbk-focused{z-index:10002;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border:1px solid var(--tbk-border);opacity:1;filter:none;background:#fff;border-radius:16px;width:min(1000px,100vw - 24px);height:auto;padding:18px;position:fixed;inset:64px auto 12px 50%;overflow:auto;transform:translate(-50%);box-shadow:0 25px 60px #0206174d;visibility:visible!important;pointer-events:auto!important;display:block!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .tbk-zoom-target{visibility:visible!important;pointer-events:auto!important}.tbk-focus-open .tbk-zoom-target.tbk-focused{font-size:18px}@media (max-width:980px){.tbk-body{grid-template-columns:1fr;gap:0;padding:0}.tbk-tools{display:none}.tbk-viewport{height:calc(100dvh - var(--tbk-topbar-h) - var(--tbk-searchbar-h))}.tbk-spread{grid-template-columns:1fr;gap:0;width:100%;max-width:100%}.tbk-page{width:100%;max-width:100%;box-shadow:none;border:0;border-radius:0}.tbk-page__inner{padding:8px 0 16px}.tbk-page__scroll.is-scroll{padding-right:0}}.tbk-focus-open .tbk-zoom-target.tbk-focused .question-wrapper{max-width:1000px;margin:0 auto}.tbk-focus-open .tbk-zoom-target.tbk-focused .options-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 10px!important;display:grid!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .options-list li{margin:0!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .interactive-matching-area{flex-wrap:nowrap!important;align-items:flex-start!important;gap:20px!important;display:flex!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .matching-column-a,.tbk-focus-open .tbk-zoom-target.tbk-focused .matching-column-b,.tbk-focus-open .tbk-zoom-target.tbk-focused .drag-column,.tbk-focus-open .tbk-zoom-target.tbk-focused .drop-column{flex:0 0 48%!important;width:48%!important;min-width:0!important;max-width:48%!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .drop-target,.tbk-focus-open .tbk-zoom-target.tbk-focused .draggable-item,.tbk-focus-open .tbk-zoom-target.tbk-focused .matched-item,.tbk-focus-open .tbk-zoom-target.tbk-focused textarea,.tbk-focus-open .tbk-zoom-target.tbk-focused .response-input{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .action-buttons{z-index:1;background:0 0;border-top:0;padding:0;position:relative!important}.tbk-shell .action-buttons{display:none!important}.tbk-shell.tbk-zoomed .action-buttons{display:flex!important}.tbk-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .task,.tbk-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .question-group,.tbk-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .vocab-practice,.tbk-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .dashed-container-blue,.tbk-focus-open .tbk-zoom-target.tbk-focused.tbk-has-subfocus .dashed-container-green{display:block!important}.tbk-tools .tbk-tool-btn:nth-child(2){color:#f59e0b}.mbr-topbar{z-index:1000;height:var(--mbr-topbar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#082c8c;border-bottom:none;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 6px 18px #082c8c47}.mbr-book-title{letter-spacing:.2px;color:#fff;white-space:nowrap;text-overflow:ellipsis;font-weight:900;overflow:hidden}.mbr-topbar__left{flex:1;min-width:0}.mbr-topbar__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.mbr-menu-btn{color:#f59e0b;cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;border-radius:12px;min-width:52px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1}.mbr-icon-btn{border:1px solid var(--mbr-border);color:#0f172a;cursor:pointer;background:#fff;border-radius:12px;min-width:56px;padding:10px 12px;font-size:13px;font-weight:900;line-height:1}.mbr-page{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;height:100dvh;padding:calc(var(--mbr-topbar-h) + 14px) 0 calc(var(--mbr-footer-h) + 24px);scrollbar-width:none;-ms-overflow-style:none;overflow:hidden auto}.mbr-page::-webkit-scrollbar{width:0;height:0;display:none}.mbr-page__inner{width:100%;max-width:none;margin:0}.mbr-page__inner *{box-sizing:border-box;max-width:100%}.mbr-shell .tbk-focus-overlay,.mbr-shell .tbp-focus-overlay,.mbr-shell .tbk-focus-content,.mbr-shell .tbp-focus-content{-webkit-overflow-scrolling:touch;max-height:80dvh;overflow:auto}.mbr-close-btn{border:1px solid var(--mbr-border);color:#0f172a;cursor:pointer;white-space:nowrap;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:84px;padding:8px 10px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.mbr-toc__item{text-align:left;color:#0f172a;border:1px solid var(--mbr-border);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:12px;display:flex}.mbr-toc__label{color:#0f172a;font-weight:800}.mbr-shell .content-box:not(.dashed-container):not(.dashed-container-green):not(.dashed-container-blue){border:1px solid var(--mbr-border);background:#fff;border-radius:12px;padding:12px}@media (max-width:920px){.mbr-shell .dashed-container-green{border:1px dashed var(--color-scenario-green)!important;background:#e8f5e9!important}.mbr-shell .dashed-container-blue{background:var(--color-bg-highlight)!important;border:1px dashed var(--color-speaking-blue)!important}.mbr-shell .dashed-container{background:#fde6d2!important;border:1px dashed #f28c28!important}.mbr-shell .reading-header,.mbr-shell .writing-header,.mbr-shell .listening-header,.mbr-shell .speaking-header,.mbr-shell .section-header{color:#fff!important}.mbr-shell .reading-content,.mbr-shell .reading-content.dashed-container-green,.mbr-shell .reading-content.dashed-container,.mbr-shell .reading-content.dashed-container-blue{overflow-wrap:anywhere;word-break:break-word;column-count:1!important;columns:1!important;column-gap:0!important}.mbr-shell .reading-content p,.mbr-shell .reading-content li,.mbr-shell .reading-content span,.mbr-shell .reading-content strong,.mbr-shell .reading-content em{max-width:100%!important}.mbr-shell .reading-figure,.mbr-shell .reading-content .reading-figure,.mbr-shell .reading-content img,.mbr-shell .reading-content iframe,.mbr-shell .reading-content table{float:none!important;width:100%!important;max-width:100%!important;margin:10px 0!important;display:block!important}.mbr-shell .reading-content table{table-layout:fixed}}.dbbv-theme .db-layout-2col{grid-template-columns:1fr 1fr;gap:18px;display:grid}@media (max-width:900px){.dbbv-theme .db-layout-2col{grid-template-columns:1fr}}.dbbv-theme .db-layout-col{flex-direction:column;gap:10px;display:flex}.dbbv-theme .db-layout-col__title{color:var(--color-text-primary);font-weight:800}.dbbv-theme .db-layout-col__body{flex-direction:column;gap:12px;display:flex}.dbbv-theme .db-spread-stack__divider{background:#0f172a1f;height:1px;margin:14px 0}.dbbv-theme .db-html{color:#111827;font-size:16px;line-height:1.6}.dbbv-theme .db-html h3{margin:0 0 10px}.dbbv-theme .db-html h4{margin:14px 0 6px}.dbbv-theme .db-html table{border-collapse:collapse;width:100%;margin:10px 0 14px;font-size:14px}.dbbv-theme .db-html th,.dbbv-theme .db-html td{text-align:left;vertical-align:top;border:1px solid #0f172a26;padding:10px}.dbbv-theme .db-html th{background:#0f172a0a;font-weight:800}.dbbv-theme .db-tick-list{margin-left:0;padding-left:0;list-style:none}.dbbv-theme .db-tick-list li{padding-left:1.35rem;position:relative}.dbbv-theme .db-tick-list li:before{content:"✓";color:#16a34a;font-weight:700;position:absolute;left:0}.dbbv-theme .db-subsection-title{color:#1f77b4;border-bottom:3px solid #1f9ad7;margin:0 0 12px;padding-bottom:6px;font-size:1.85rem;font-weight:800;line-height:1.25}.dbbv-theme .db-page-title{color:#0f172a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 4px;font-size:24px;font-weight:800;line-height:1.25;display:flex}.dbbv-theme .db-page-title__video-btn{color:#7c3aed;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:10px;min-width:40px;height:36px;padding:0 10px;font-size:18px;line-height:1}.dbbv-theme .db-page-title__video-btn:hover{background:#ede9fe}.dbbv-theme .db-video-overlay{z-index:1200;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.dbbv-theme .db-video-modal{background:#f8f8fb;border:4px solid #c4b5fd;border-radius:16px;grid-template-rows:auto 1fr auto;width:min(1180px,96vw);max-height:94vh;display:grid;overflow:hidden;box-shadow:0 24px 56px #02061759}.dbbv-theme .db-video-head{background:#fff;border-bottom:1px solid #d6d3d1;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.dbbv-theme .db-video-title{color:#111827;font-size:14px;font-weight:700}.dbbv-theme .db-video-close{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;width:36px;height:36px;font-size:18px}.dbbv-theme .db-video-frame-wrap{background:#fff;padding:16px;overflow:auto}.dbbv-theme .db-video-frame-wrap iframe{background:#111;border:0;border-radius:8px;width:100%;height:min(70vh,720px)}.dbbv-theme .db-video-foot{background:#fff;border-top:1px solid #e5e7eb;justify-content:center;padding:10px 14px 14px;display:flex}.dbbv-theme .db-video-foot-close{color:#fff;cursor:pointer;background:#8b5cf6;border:1px solid #a78bfa;border-radius:10px;min-width:120px;height:36px;font-weight:700}@media (max-width:768px){.dbbv-theme .db-page-title{align-items:flex-start;gap:8px}.dbbv-theme .db-page-title__video-btn{min-width:38px;height:34px;padding:0 9px;font-size:17px}.dbbv-theme .db-video-overlay{padding:8px}.dbbv-theme .db-video-modal{border-width:3px;border-radius:12px;width:100%;max-height:96vh}.dbbv-theme .db-video-head{padding:8px 10px}.dbbv-theme .db-video-title{font-size:13px}.dbbv-theme .db-video-close{width:34px;height:34px}.dbbv-theme .db-video-frame-wrap{padding:8px}.dbbv-theme .db-video-frame-wrap iframe{border-radius:6px;height:46vh;min-height:240px}.dbbv-theme .db-video-foot{padding:8px 10px 10px}.dbbv-theme .db-video-foot-close{min-width:112px;height:34px}}.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) .tbk-zoom-target .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target .response-input,.ees-theme .tbk-shell:not(.tbp-focus-open) .tbk-zoom-target .options-list{display:none!important}.ees-theme .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .action-buttons,.ees-theme .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .action-buttons{display:flex!important}.ees-theme .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .response-input,.ees-theme .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .options-list,.ees-theme .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .response-input,.ees-theme .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .options-list{display:block!important}.ees-theme [data-generated-question="1"] .options-list,.ees-theme [data-generated-question="1"] .options-list li,.ees-theme [data-generated-question="1"] .options-list label{box-shadow:none!important;background:0 0!important;border:none!important;margin-left:0!important;padding-left:0!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused{border-radius:12px!important;padding:14px!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .question-group-title,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .question-group-title{margin-bottom:8px!important;font-size:18px!important;font-weight:800!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .task-label,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .task-label{margin-bottom:10px!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list{flex-direction:column!important;gap:10px!important;margin:10px 0!important;padding:0!important;display:flex!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list li,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list li{margin:0!important;list-style:none!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list label,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list label{background:#fff!important;border:1px solid #d0d5dd!important;border-radius:10px!important;flex-direction:row!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;display:flex!important}.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"][data-focus-id^=rq] .options-list label,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"][data-focus-id^=rq] .options-list label,.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"][data-focus-id^=rq] .options-list label{box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding:0!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list label input,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list label input{order:0!important;margin:0 8px 0 0!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list label span,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list label span{order:1!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .action-buttons,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .action-buttons{flex-wrap:wrap!important;gap:10px!important;margin-top:12px!important;display:flex!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .action-buttons button,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .action-buttons button{min-height:38px!important;padding:8px 14px!important}.dbbv-theme .reading-content,.dbbv-theme .reading-content.dashed-container-green,.dbbv-theme .reading-content.dashed-container,.dbbv-theme .reading-content.dashed-container-blue{column-count:1!important;columns:1!important;column-gap:0!important}@media (max-width:920px){.dbbv-theme.ees-theme .mbr-shell .content-box:not(.dashed-container):not(.dashed-container-green):not(.dashed-container-blue){background:#fff!important;border:1px solid #e5e7eb!important}.dbbv-theme.ees-theme .mbr-shell .dashed-container-green{background:#e8f5e9!important;border:1px dashed #2e7d32!important}.dbbv-theme.ees-theme .mbr-shell .dashed-container{background:#fde6d2!important;border:1px dashed #f28c28!important}.dbbv-theme.ees-theme .mbr-shell .dashed-container-blue{background:#e3f2fd!important;border:1px dashed #1e88e5!important}}@media (max-width:768px){.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused{padding:10px!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .question-group-title,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .question-group-title{font-size:16px!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .options-list label,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .options-list label{align-items:flex-start!important;gap:8px!important;padding:8px 10px!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .action-buttons,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .action-buttons{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.ees-theme .tbp-shell.tbp-focus-open [data-generated-question="1"].tbk-focused .action-buttons button,.ees-theme .tbk-shell.tbk-focus-open [data-generated-question="1"].tbk-focused .action-buttons button{width:100%!important;min-height:36px!important;padding:8px 10px!important}}.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] input[type=radio],.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] input[type=checkbox],.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] input[type=radio],.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] input[type=checkbox],.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] input[type=radio],.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] input[type=checkbox]{display:none!important}.tri-dots-loader{justify-content:center;align-items:center;gap:16px;display:flex}.tri-dots-loader--fullscreen{z-index:9999;background:#ffffffdb;position:fixed;inset:0}.tri-dot{border-radius:999px;width:20px;height:20px;animation:1s ease-in-out infinite tri-dot-bounce}.tri-dot--green{background:#22c55e;animation-delay:0s}.tri-dot--orange{background:#f59e0b;animation-delay:.16s}.tri-dot--purple{background:#a855f7;animation-delay:.32s}.check-button,.show-button,.retry-button,.submit-button{transition:background-color .2s;color:#fff!important;cursor:pointer!important;background-color:#3b82f6!important;border:none!important;border-radius:6px!important;padding:8px 16px!important;font-weight:600!important}.check-button:hover,.show-button:hover,.retry-button:hover,.submit-button:hover{background-color:#2563eb!important}.check-button:disabled,.show-button:disabled,.retry-button:disabled,.submit-button:disabled{cursor:not-allowed!important;background-color:#94a3b8!important}.speaking-record-btn{color:#fff!important;background-color:#ef4444!important;border:none!important}.speaking-record-btn span{background-color:#fff!important}.speaking-submit-btn{color:#fff!important;background-color:#22c55e!important;border:none!important}.speaking-stop-btn,.speaking-retry-btn{color:#475569!important;background-color:#fff!important;border:1px solid #cbd5e1!important}.main-content{flex-direction:column;flex-grow:1;gap:24px;padding:0 24px;display:flex}.left-column,.right-column{flex-direction:column;gap:24px;width:100%;display:flex}.action-buttons{justify-content:flex-end;gap:12px;margin-top:24px;display:flex;position:relative}.action-buttons .show-answer-button,.action-buttons .submit-button,.action-buttons .try-again-button{display:none}.ees-correct{background:#dcfce7!important;border:1px solid #16a34a!important}.ees-wrong{background:#fee2e2!important;border:1px solid #dc2626!important}@media screen and (max-width:768px){.reading-questions-section .content-box{padding:15px}.question-group{margin-bottom:20px}.question-group-title{margin-bottom:10px;font-size:16px}.instruction{margin-bottom:15px;font-size:14px}.question-item{margin-bottom:20px}.question-item p,.options-list li{font-size:14px}}@media screen and (max-width:768px){.main-content{grid-template-columns:1fr;gap:15px;padding:0 15px}.scenario-figure{float:none;width:100%;margin:15px 0}.focused-element-wrapper{width:95vw;height:95vh;padding:15px}.focused-element-wrapper .scenario-figure{width:100%}.elt-page.focus-active:before{font-size:2em;top:10px;right:10px}h1{font-size:24px}h2{font-size:18px}p,li{font-size:14px}}.ees-theme .tbk-shell:not(.tbk-focus-open) .tbk-zoom-target input,.ees-theme .tbk-shell:not(.tbk-focus-open) .tbk-zoom-target textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) .tbk-zoom-target select,.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target input,.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target select,.ees-theme .mbr-shell:not(.mbr-practice) .tbk-zoom-target input,.ees-theme .mbr-shell:not(.mbr-practice) .tbk-zoom-target textarea,.ees-theme .mbr-shell:not(.mbr-practice) .tbk-zoom-target select,.ees-theme .tbk-shell:not(.tbk-focus-open) .tbk-zoom-target .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) .tbk-zoom-target .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) .tbk-zoom-target .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] select,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] .drop-target,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] .draggable-item,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] .clear-match-btn,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gA] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] select,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] .drop-target,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] .draggable-item,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] .clear-match-btn,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gA] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] select,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .drop-target,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .draggable-item,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .clear-match-btn,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] select,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .drop-target,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .draggable-item,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .clear-match-btn,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=vocab] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=vocab] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=vocab-practice] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=vocab-practice] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=vocab] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=vocab-practice] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=vocab] .interactive-matching-area,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=vocab] .interactive-matching-area,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=vocab] .interactive-matching-area,.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=vocab].tbk-focused .static-matching-area,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=vocab].tbk-focused .static-matching-area,.ees-theme .mbr-shell.mbr-practice [data-focus-id=vocab] .static-matching-area{display:none!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=vocab].tbk-focused .interactive-matching-area,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=vocab].tbk-focused .interactive-matching-area,.ees-theme .mbr-shell.mbr-practice [data-focus-id=vocab] .interactive-matching-area{display:flex!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .interactive-matching-area,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .interactive-matching-area,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .interactive-matching-area,.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=gD].tbk-focused .static-matching-area,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=gD].tbk-focused .static-matching-area,.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .static-matching-area{display:none!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=gD].tbk-focused .interactive-matching-area,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=gD].tbk-focused .interactive-matching-area,.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .interactive-matching-area{display:flex!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=rq] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=rq] input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=rq] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=rq] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=rq] input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=rq] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=rq] textarea,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=rq] input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=rq] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) .writing-section textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=ees-writing] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=u1-writing] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) .writing-section .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=ees-writing] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=u1-writing] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) .writing-section textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=ees-writing] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=u1-writing] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) .writing-section .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=ees-writing] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=u1-writing] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=u1-listening] textarea,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=u1-listening] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=u1-listening] textarea,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=u1-listening] .action-buttons{display:none!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=rq] .options-list label,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=rq] .options-list label,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=rq] .options-list label{pointer-events:none!important;cursor:default!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id^=rq].tbk-focused .options-list label,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id^=rq].tbk-focused .options-list label,.ees-theme .mbr-shell.mbr-practice [data-focus-id^=rq] .options-list label{pointer-events:auto!important;cursor:pointer!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=vocab-practice] input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=vocab-practice] input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=vocab-practice] input{display:none!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .options-list label,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .options-list label,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .options-list label{pointer-events:none!important;cursor:default!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqA].tbk-focused .options-list label,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqA].tbk-focused .options-list label,.ees-theme .mbr-shell.mbr-practice [data-focus-id=rqA] .options-list label{pointer-events:auto!important;cursor:pointer!important}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .interactive-matching-area,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .drop-target,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .draggable-item,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .clear-match-btn,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=gD] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .interactive-matching-area,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .drop-target,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .draggable-item,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .clear-match-btn,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=gD] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .interactive-matching-area,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .drop-target,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .draggable-item,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .clear-match-btn,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=gD] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqB] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-a] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-b] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=ees-reading-b-] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqB] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-a] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-b] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=ees-reading-b-] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .options-list,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqB] .options-list,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-a] .options-list,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id=ees-reading-b] .options-list,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-focus-id^=ees-reading-b-] .options-list,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqB] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-a] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-b] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=ees-reading-b-] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqB] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-a] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-b] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=ees-reading-b-] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .options-list,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqB] .options-list,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-a] .options-list,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id=ees-reading-b] .options-list,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-focus-id^=ees-reading-b-] .options-list,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqB] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-a] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-b] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=ees-reading-b-] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqB] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-a] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-b] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=ees-reading-b-] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .options-list,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=rqB] .options-list,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-a] .options-list,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=ees-reading-b] .options-list,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id^=ees-reading-b-] .options-list{display:none!important}.dbbv-theme[data-unit-number="1"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .options-list,.dbbv-theme[data-unit-number="1"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .response-input,.dbbv-theme[data-unit-number="1"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="1"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .options-list,.dbbv-theme[data-unit-number="1"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .response-input,.dbbv-theme[data-unit-number="1"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .action-buttons{display:block!important}.dbbv-theme[data-unit-number="1"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="1"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .reading-questions-section .action-buttons{display:flex!important}.dbbv-theme[data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) .reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) .reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) .reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) .reading-questions-section .options-list,.dbbv-theme[data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) .reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) .reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) .reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) .reading-questions-section .options-list,.dbbv-theme[data-unit-number="2"] .mbr-shell:not(.mbr-practice) .reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .mbr-shell:not(.mbr-practice) .reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .mbr-shell:not(.mbr-practice) .reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .mbr-shell:not(.mbr-practice) .reading-questions-section .options-list{display:none!important}.dbbv-theme[data-unit-number="2"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .options-list,.dbbv-theme[data-unit-number="2"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .options-list,.dbbv-theme[data-unit-number="2"] .mbr-shell.mbr-practice .tbk-zoom-target.reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .mbr-shell.mbr-practice .tbk-zoom-target.reading-questions-section .response-input,.dbbv-theme[data-unit-number="2"] .mbr-shell.mbr-practice .tbk-zoom-target.reading-questions-section textarea,.dbbv-theme[data-unit-number="2"] .mbr-shell.mbr-practice .tbk-zoom-target.reading-questions-section .options-list{display:initial!important}.dbbv-theme[data-unit-number="2"] .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused.reading-questions-section .action-buttons,.dbbv-theme[data-unit-number="2"] .mbr-shell.mbr-practice .tbk-zoom-target.reading-questions-section .action-buttons{display:flex!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=gD] .static-matching-area,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=gD] .static-matching-area,.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .static-matching-area,.ees-theme .mbr-shell:not(.mbr-practice) .writing-section textarea,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-writing] textarea,.ees-theme .mbr-shell:not(.mbr-practice) .writing-section .ees-writing-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-writing] .ees-writing-input,.ees-theme .mbr-shell:not(.mbr-practice) .writing-section .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-writing] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-listening] .ees-listening-response,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-listening] textarea,.ees-theme .mbr-shell:not(.mbr-practice) [data-focus-id=u1-listening] .action-buttons{display:none!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-listening] .ees-listening-response,.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-listening] textarea{display:block!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-listening] .action-buttons{display:flex!important}.ees-theme .mbr-shell.mbr-practice .writing-section textarea,.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-writing] textarea,.ees-theme .mbr-shell.mbr-practice .writing-section .ees-writing-input,.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-writing] .ees-writing-input{display:inline-block!important}.ees-theme .mbr-shell.mbr-practice .writing-section .action-buttons,.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-writing] .action-buttons,.ees-theme .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused .action-buttons,.ees-theme .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused .action-buttons,.ees-theme .mbr-shell.mbr-practice .tbk-zoom-target .action-buttons{display:flex!important}.ees-theme .tbk-shell.tbk-focus-open .tbk-zoom-target.tbk-focused textarea,.ees-theme .tbp-shell.tbp-focus-open .tbk-zoom-target.tbk-focused textarea,.ees-theme .mbr-shell.mbr-practice .tbk-zoom-target textarea{min-height:120px}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=gE].tbk-focused .task-label p,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=gE].tbk-focused .task-label p{border-bottom:2px solid #2563eb;padding-bottom:4px;display:inline-block}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=gE].tbk-focused .dashed-container,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=gE].tbk-focused .dashed-container{background:#fdf4e7;border:1px dashed #f28c28}.ees-theme [data-focus-id=gE] .ees-ge-instruction{margin-bottom:14px}.ees-theme [data-focus-id=gE] .ees-ge-item,.ees-theme [data-force-grammar-e="1"] .ees-ge-item{width:100%;margin-bottom:18px}.ees-theme [data-focus-id=gE] .ees-ge-row,.ees-theme [data-force-grammar-e="1"] .ees-ge-row{width:100%;display:block}.ees-theme [data-focus-id=gE] .ees-ge-text,.ees-theme [data-force-grammar-e="1"] .ees-ge-text{white-space:normal;width:100%;color:var(--color-text-primary);margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.6;display:block}.ees-theme [data-focus-id=gE] .ees-ge-generated-list,.ees-theme [data-force-grammar-e="1"] .ees-ge-generated-list{width:100%}.ees-theme [data-focus-id=gE] .ees-ge-response,.ees-theme [data-force-grammar-e="1"] .ees-ge-response{resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin:0;padding:10px;font-size:15px;line-height:1.5;display:block;width:100%!important;min-width:100%!important;min-height:96px!important}.ees-theme .tbk-focus-open .tbk-zoom-target.tbk-focused .ees-writing-line,.ees-theme .tbp-focus-open .tbk-zoom-target.tbk-focused .ees-writing-line,.ees-theme .mbr-shell.mbr-practice .ees-writing-line{white-space:normal;width:100%;margin:14px 0;display:block}.ees-theme .ees-writing-line .ees-ge-text{color:var(--color-text-primary);margin:0 0 10px;font-size:16px;font-weight:500;line-height:1.6}.ees-theme .ees-writing-input{resize:vertical;border:1px solid var(--color-border-light);background:var(--color-bg-page);font-size:15px;line-height:1.5;font-family:var(--font-primary);border-radius:4px;margin:0;padding:10px;width:100%!important;min-width:100%!important;min-height:96px!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gE] .ees-ge-text,.ees-theme .mbr-shell.mbr-practice [data-force-grammar-e="1"] .ees-ge-text{white-space:normal;font-size:16px;line-height:1.6}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gE] .ees-ge-response,.ees-theme .mbr-shell.mbr-practice [data-force-grammar-e="1"] .ees-ge-response{margin:0;font-size:15px;width:100%!important;min-width:100%!important;min-height:96px!important}.ees-theme .mbr-shell.mbr-practice .action-buttons{gap:8px;justify-content:flex-start!important}.ees-theme .mbr-shell.mbr-practice .action-buttons button{padding:10px 14px}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=u1-writing].tbk-focused,.ees-theme .tbk-shell.tbk-focus-open [data-focus-id^=ees-writing-].tbk-focused,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=u1-writing].tbk-focused,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id^=ees-writing-].tbk-focused,.ees-theme .mbr-shell.mbr-practice [data-focus-id=u1-writing],.ees-theme .mbr-shell.mbr-practice [data-focus-id^=ees-writing-]{background:#fdf4e7!important;border:1px dashed #f28c28!important;border-radius:8px!important;padding:14px!important}.ees-theme [data-focus-id=rqB] .question-item p,.ees-theme [data-focus-id=gE] .ees-ge-text,.ees-theme [data-force-grammar-e="1"] .ees-ge-text,.ees-theme [data-focus-id=u1-writing] .ees-ge-text,.ees-theme [data-focus-id^=ees-writing-] .ees-ge-text{color:var(--color-text-primary)!important;font-size:16px!important;font-weight:500!important;line-height:1.6!important}.ees-theme [data-focus-id=rqB] .response-input,.ees-theme [data-focus-id=gE] .ees-ge-response,.ees-theme [data-force-grammar-e="1"] .ees-ge-response,.ees-theme [data-focus-id=u1-writing] .ees-writing-input,.ees-theme [data-focus-id^=ees-writing-] .ees-writing-input{background:var(--color-bg-page)!important;border:1px solid var(--color-border-light)!important;font-family:var(--font-primary)!important;border-radius:4px!important;font-size:15px!important;line-height:1.5!important}.ees-theme [data-focus-id=u1-listening] .ees-listening-item{margin:14px 0}.ees-theme [data-focus-id=u1-listening] .ees-listening-prompt{color:var(--color-text-primary);margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.6}.ees-theme [data-focus-id=u1-listening] .ees-listening-response{resize:vertical;width:100%!important;min-width:100%!important;min-height:96px!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .interactive-matching-area{flex-direction:column!important;gap:14px!important;display:flex!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .matching-column-a,.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .matching-column-b{width:100%!important;min-width:0!important}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .matching-column-title{margin-bottom:8px;font-size:18px}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .matching-item-a{margin-bottom:10px;padding:12px}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .drop-target{min-height:52px;padding:10px}.ees-theme .mbr-shell.mbr-practice [data-focus-id=gD] .draggable-item{margin-bottom:10px;padding:12px;font-size:17px;line-height:1.4}.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] .action-buttons,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] .action-buttons,.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] .action-buttons,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] .response-input,.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] .response-input,.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] .response-input,.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] input[type=radio],.ees-theme .tbk-shell:not(.tbk-focus-open) [data-generated-question="1"] input[type=checkbox],.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] input[type=radio],.ees-theme .tbp-shell:not(.tbp-focus-open) [data-generated-question="1"] input[type=checkbox],.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] input[type=radio],.ees-theme .mbr-shell:not(.mbr-practice) [data-generated-question="1"] input[type=checkbox]{display:none!important}@media (min-width:920px){.reading-content.dashed-container-green{column-count:2;column-gap:22px}.reading-figure,.reading-content p{break-inside:avoid;-webkit-column-break-inside:avoid}}.reading-intro{gap:12px;display:grid}.amina-avatar{background:#fde68a;border-radius:50%;place-items:center;width:120px;height:120px;margin:0 auto;animation:2.6s ease-in-out infinite amina-float;display:grid;position:relative;box-shadow:0 10px 20px #0f172a1f}.amina-face{background:#fbbf24;border-radius:50%;place-items:center;width:64px;height:64px;display:grid;position:relative}.amina-eye{background:#111827;border-radius:50%;width:8px;height:8px;animation:5s infinite amina-blink;position:absolute;top:22px}.amina-eye:first-child{left:18px}.amina-eye:last-child{right:18px}.amina-smile{border-bottom:3px solid #111827;border-radius:0 0 20px 20px;width:28px;height:14px;position:absolute;top:34px}.amina-shirt{background:#60a5fa;border-radius:18px 18px 12px 12px;width:90px;height:40px;position:absolute;bottom:-10px}@keyframes amina-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes amina-blink{0%,96%,to{transform:scaleY(1)}97%,99%{transform:scaleY(.1)}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}.tbk-dense-reading .reading-section,.tbk-dense-questions .reading-questions-section{font-size:16px;line-height:1.6}.tbk-dense-questions .reading-questions-section{background:0 0}.tbk-dense-questions .reading-questions-section .reading-questions-header{border-radius:0;margin:0 0 12px;padding:10px 14px;font-size:18px;font-weight:700;line-height:1.3;background:var(--color-scenario-green)!important;color:#fff!important;border-bottom:0!important}.tbk-dense-questions .reading-questions-section .content-box{background:0 0!important;border:0!important;padding:0!important}.tbk-dense-questions .reading-questions-section .dashed-container-green{background:#f0fdf4!important;border:2px dashed #86efac!important;margin:0!important;padding:14px!important;box-shadow:0 0 0 6px #ffffffd9!important}.tbk-dense-questions .reading-questions-section .question-group{margin-bottom:18px}.tbk-dense-questions .reading-questions-section .options-list{margin-top:8px;padding-left:0;grid-template-columns:1fr 1fr!important;gap:10px 24px!important;display:grid!important}.tbk-dense-questions .reading-questions-section .options-list li{background:0 0;border:0;border-radius:0;padding:0;list-style:none;margin:0!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqA] .options-list li,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqA] .options-list li,.ees-theme .mbr-shell.mbr-practice [data-focus-id=rqA] .options-list li{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqA].tbk-focused,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqA].tbk-focused,.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqB].tbk-focused,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqB].tbk-focused{background:#f0fdf4!important;border:2px dashed #86efac!important;border-radius:8px!important;padding:14px!important}.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqA].tbk-focused .question-group-title,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqA].tbk-focused .question-group-title,.ees-theme .tbk-shell.tbk-focus-open [data-focus-id=rqB].tbk-focused .question-group-title,.ees-theme .tbp-shell.tbp-focus-open [data-focus-id=rqB].tbk-focused .question-group-title{color:#111827!important;margin-bottom:10px!important}.tbk-dense-questions .reading-questions-section .options-list label{background:0 0;border:0;width:100%;margin:0;padding:0}.tbk-dense-questions .reading-questions-section .question-item{margin-bottom:20px}.tbk-dense-questions .reading-questions-section .question-item p{margin-bottom:8px;font-weight:600}.tbk-dense-questions .reading-questions-section .action-buttons{border-top:1px solid #e5e7eb;justify-content:flex-end;margin-top:16px;padding-top:12px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout{padding:0!important;display:block!important}:is(.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout .left-column,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout .right-column){width:100%!important;display:block!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout .section-wrapper{margin-bottom:24px!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .grammar-header-bar,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section .section-header.writing-header{align-items:center;gap:10px;width:100%;display:flex;color:#fff!important;background:#f28c28!important;border-radius:0!important;margin:0!important;padding:10px 12px!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p{color:#111827;border-bottom:2px solid #2563eb;margin-bottom:12px;padding-bottom:6px;font-size:20px;font-weight:600;display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .content-box,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section .content-box{background:#fff!important;border:0!important;padding:0!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .dashed-container,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .dashed-container-blue,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section .dashed-container,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section .dashed-container-blue{border-radius:6px;box-shadow:none!important;background:#f7e2cc!important;border:1px dashed #f28c28!important;padding:1rem!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section p,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h3,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h4{margin-top:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task+.task,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h4+p,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section p+p{margin-top:16px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section){grid-template-columns:1fr!important;gap:0!important;padding:0!important;display:block!important}:is(.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section) .left-column,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section) .right-column){width:100%!important;max-width:100%!important;box-shadow:none!important;background:0 0!important;border:0!important;display:block!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section) .section-wrapper{box-shadow:none!important;background:0 0!important;border:0!important;margin:0 0 16px!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout:before{content:none!important;display:none!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout:after{content:none!important;display:none!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout .left-column:before{content:none!important;display:none!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .main-content:has(.grammar-section):has(.writing-section).ees-u1-legacy-layout .right-column:before{content:none!important;display:none!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p{justify-content:center;align-items:center;text-align:center!important;letter-spacing:.3px!important;color:#0f172a!important;box-shadow:none!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:999px!important;margin:10px 0!important;padding:6px 10px!important;font-size:12px!important;font-weight:600!important;line-height:1.25!important;text-decoration:none!important;display:inline-flex!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p:before,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p:after{content:none!important;border:0!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label .task-letter{color:#0f172a!important;font-weight:600!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section{font-family:var(--font-primary), "Comic Neue", "Comic Sans MS", cursive}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section p,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section li,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section td,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section th,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section p,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section li{color:var(--color-text-primary);font-size:16px!important;line-height:1.6!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h3{font-family:var(--font-primary), "Comic Neue", "Comic Sans MS", cursive}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h3,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .writing-section h4{text-align:center!important;color:#1f2937!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;margin:10px 0!important;padding:6px 10px!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important;display:inline-flex!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label{border-bottom:0!important;justify-content:center!important;align-items:center!important;gap:0!important;margin-bottom:10px!important;padding-bottom:0!important;display:flex!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p strong,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label .task-letter{font-family:var(--font-primary), "Comic Neue", "Comic Sans MS", cursive!important;color:#1f2937!important;text-align:center!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p{box-shadow:none!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:6px 14px!important;text-decoration:none!important;display:inline-flex!important}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.interactive-matching-area{flex-direction:column}.matching-column-a,.matching-column-b{min-width:unset;width:100%}}.dbbv-theme[data-book-slug=english-start] .ees-playful-stack{gap:14px;margin-bottom:16px;display:grid}.dbbv-theme[data-book-slug=english-start] .ees-sticker-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start] .ees-sticker{letter-spacing:.02em;border:2px solid #ffffffd9;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #00000014}.dbbv-theme[data-book-slug=english-start] .ees-sticker:before{content:"";flex:none;display:inline-block}.dbbv-theme[data-book-slug=english-start] .ees-sticker--banana{color:#7a5200;background:linear-gradient(135deg,#ffe37d,#ffd54f)}.dbbv-theme[data-book-slug=english-start] .ees-sticker--banana:before{border:4px solid #f4b400;border-top:0;border-left-color:#0000;border-radius:0 0 16px 16px;width:18px;height:10px;transform:rotate(-18deg)}.dbbv-theme[data-book-slug=english-start] .ees-sticker--triangle{color:#7f3300;background:linear-gradient(135deg,#ffd0a8,#ffb56b)}.dbbv-theme[data-book-slug=english-start] .ees-sticker--triangle:before{border-bottom:16px solid #ff8f33;border-left:9px solid #0000;border-right:9px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start] .ees-sticker--cartoon{color:#0f4c81;background:linear-gradient(135deg,#d8efff,#a9d8ff)}.dbbv-theme[data-book-slug=english-start] .ees-sticker--cartoon:before{background:radial-gradient(circle at 5px 7px,#203040 0 2px,#0000 2.5px),radial-gradient(circle at 13px 7px,#203040 0 2px,#0000 2.5px),radial-gradient(circle at 9px 12px,#ff8f9b 0 4px,#0000 4.5px),#fff7d6;border:2px solid #203040;border-radius:50%;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start] .ees-sticker--star{color:#7c1d68;background:linear-gradient(135deg,#ffd8f7,#ffb6f2)}.dbbv-theme[data-book-slug=english-start] .ees-sticker--star:before{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ff5ed8;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start] .ees-speech-bubble{color:#22577a;background:#fff;border:2px solid #7cc7ff;border-radius:18px;padding:14px 18px;font-weight:700;position:relative;box-shadow:0 8px 20px #21577a1f}.dbbv-theme[data-book-slug=english-start] .ees-speech-bubble:after{content:"";background:#fff;border-bottom:2px solid #7cc7ff;border-right:2px solid #7cc7ff;width:18px;height:18px;position:absolute;bottom:-12px;left:24px;transform:rotate(45deg)}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-card{background:linear-gradient(135deg,#fff8d8,#fff2b8);border:2px dashed #f0b429;border-radius:20px;grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:14px 16px;display:grid}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-face{background:radial-gradient(circle at 18px 22px,#22303c 0 3px,#0000 3.5px),radial-gradient(circle at 40px 22px,#22303c 0 3px,#0000 3.5px),radial-gradient(circle at 29px 36px,#ff8fa3 0 8px,#0000 8.5px),#fff4cf;border:2px solid #22303c;border-radius:50%;width:58px;height:58px;position:relative}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-face:before,.dbbv-theme[data-book-slug=english-start] .ees-cartoon-face:after{content:"";background:#ffcf5c;border:2px solid #22303c;border-radius:50%;width:18px;height:18px;position:absolute;top:-4px}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-face:before{left:4px}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-face:after{right:4px}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-text h4{color:#8a4b00;margin:0 0 6px;font-size:15px}.dbbv-theme[data-book-slug=english-start] .ees-cartoon-text p{margin:0}.dbbv-theme[data-book-slug=english-start] .ees-shape-row{justify-content:flex-end;align-items:center;gap:12px;display:flex}.dbbv-theme[data-book-slug=english-start] .ees-shape{flex:none;display:inline-block}.dbbv-theme[data-book-slug=english-start] .ees-shape--triangle{border-bottom:22px solid #ff9f43;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start] .ees-shape--circle{background:#4dd0e1;border-radius:50%;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start] .ees-shape--banana{border:5px solid #ffd54f;border-top:0;border-left-color:#0000;border-radius:0 0 20px 20px;width:24px;height:12px;transform:rotate(-20deg)}.dbbv-theme[data-book-slug=english-start] .ees-playful-panel{border-radius:18px;overflow:hidden}.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .dashed-container,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .dashed-container-blue,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .grammar-e-exercise-box,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .student-essay{border-radius:18px}.dbbv-theme[data-book-slug=english-start] .ees-playful-panel.dashed-container-blue,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .dashed-container-blue{background:radial-gradient(circle at 100% 0,#ffec99a6,#0000 32%),linear-gradient(#eef8ff 0%,#e0f3ff 100%)!important}.dbbv-theme[data-book-slug=english-start] .ees-playful-panel.dashed-container,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .dashed-container{background:radial-gradient(circle at 0 0,#ffd9b3bf,#0000 32%),linear-gradient(#fff3e6 0%,#ffe8cc 100%)!important}.dbbv-theme[data-book-slug=english-start] .ees-playful-panel.grammar-e-exercise-box,.dbbv-theme[data-book-slug=english-start] .ees-playful-panel .grammar-e-exercise-box{background:radial-gradient(circle at 0 0,#ffd66652,#0000 26%),#fff9f2!important}.dbbv-theme[data-book-slug=english-start] .ees-playful-note{background:#fff;border:2px dashed #8bd3ff;border-radius:16px;margin-top:12px;padding:12px 14px}.dbbv-theme[data-book-slug=english-start] .ees-playful-note h4{margin:0 0 8px}.dbbv-theme[data-book-slug=english-start] .ees-playful-note p:last-child,.dbbv-theme[data-book-slug=english-start] .ees-playful-note ul:last-child{margin-bottom:0}@media screen and (max-width:768px){.dbbv-theme[data-book-slug=english-start] .ees-cartoon-card{text-align:center;grid-template-columns:1fr;justify-items:center}.dbbv-theme[data-book-slug=english-start] .ees-shape-row{justify-content:flex-start}}.dbbv-theme[data-book-slug=ielts-preparation] .db-page-title,.dbbv-theme[data-book-slug=ielts-preparation] .db-page-title:after{display:none!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:0 10px 14px;overflow:hidden;box-shadow:0 4px 10px #0f172a0a}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-reading{background:#eff6ff;border-color:#bfdbfe}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-writing{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-speaking{background:#ecfeff;border-color:#a5f3fc}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-listening{background:#f5f3ff;border-color:#ddd6fe}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-grammar{background:#ecfdf5;border-color:#a7f3d0}.dbbv-theme[data-book-slug=ielts-preparation] .db-html.section-type-vocabulary{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=ielts-preparation] .db-html+.db-html{margin-top:12px}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .main-content{grid-template-columns:1fr!important;gap:0!important;padding-left:0!important;padding-right:0!important;display:block!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .main-content .left-column,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .main-content .right-column{width:100%!important;max-width:100%!important;display:block!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .main-content .section-wrapper{margin:0 0 16px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-layout-2col{display:block!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-layout-2col>.db-layout-col{width:100%!important;max-width:100%!important;margin:0 0 16px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .content-box,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .reading-questions-section .content-box{padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .dashed-container,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .dashed-container-green,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .dashed-container-blue{margin-left:0!important;margin-right:0!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .section-header,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-header-bar{color:#fff;letter-spacing:.01em;border-radius:0;margin:0 -10px 12px;padding:10px 12px;font-size:15px;font-weight:800}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .reading-header{background:linear-gradient(90deg,#2f80ed 0%,#3b82f6 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .writing-header{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .speaking-header{background:linear-gradient(90deg,#06b6d4 0%,#22d3ee 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .listening-header{background:linear-gradient(90deg,#8b5cf6 0%,#a855f7 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-header-bar{background:linear-gradient(90deg,#10b981 0%,#22c55e 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-header-bar{background:linear-gradient(90deg,#ef4444 0%,#f97316 100%)}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section,.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section .content-box{background:#fff7ed!important;border:1px solid #fed7aa!important;border-radius:14px!important}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section{overflow:hidden}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section .content-box{padding:16px!important}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section h3{color:#fff;background:linear-gradient(90deg,#f59e0b 0%,#f97316 100%);border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:clamp(18px,2.4vw,24px);font-weight:900;line-height:1.25}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section h4{color:#1f2937;margin:14px 0 8px;font-size:16px;font-weight:800}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section p,.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section li{color:#111827;line-height:1.6}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section ul{margin:8px 0 14px;padding-left:20px}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section table{border-collapse:collapse;background:#fff;border:1px solid #fde68a;border-radius:10px;width:100%;margin:10px 0 14px;overflow:hidden}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section th,.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section td{text-align:left;vertical-align:top;border:1px solid #fde68a;padding:10px 12px}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section th{color:#92400e;background:#fffbeb;font-weight:800}@media (max-width:768px){.dbbv-theme[data-book-slug=ielts-preparation] .db-page-title,.dbbv-theme[data-book-slug=ielts-preparation] .db-page-title:after{display:none!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html{border:none!important;border-radius:0!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:0!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .content-box,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .reading-questions-section .content-box{border-radius:0!important;padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .section-header,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-header-bar{border-radius:0!important;width:100%!important;margin:0 0 10px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section .content-box,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section .content-box{padding-left:0!important;padding-right:0!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section .dashed-container,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section .dashed-container-blue,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section .dashed-container,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section .dashed-container-orange{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;margin-left:0!important;margin-right:0!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section ul,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section ol,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section ul,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section ol{width:auto!important;max-width:100%!important;margin-right:0!important;padding-left:24px!important;padding-right:12px!important}.dbbv-theme[data-book-slug=ielts-preparation] .db-html .grammar-section,.dbbv-theme[data-book-slug=ielts-preparation] .db-html .vocabulary-section{width:100%!important;max-width:none!important;margin-right:0!important;padding-right:0!important;overflow:visible!important}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section .content-box{padding:12px!important}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section h3{margin-bottom:10px;padding:8px 10px;font-size:clamp(16px,5vw,20px)}.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section th,.dbbv-theme[data-book-slug=ielts-preparation] .unit-opener-section td{padding:8px 10px;font-size:14px}.dbbv-theme[data-original-slug=english-express] .db-html{border:none!important;border-radius:0!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:0!important}.dbbv-theme[data-original-slug=english-express] .db-html .content-box,.dbbv-theme[data-original-slug=english-express] .db-html .reading-questions-section .content-box{border-radius:0!important;padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-express] .db-html .section-header,.dbbv-theme[data-original-slug=english-express] .db-html .grammar-header-bar,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-header-bar{border-radius:0!important;width:100%!important;margin:0 0 10px!important}.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section .content-box,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section .content-box{padding-left:0!important;padding-right:0!important}.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section .dashed-container,.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section .dashed-container-blue,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section .dashed-container,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section .dashed-container-orange{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;margin-left:0!important;margin-right:0!important}.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section ul,.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section ol,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section ul,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section ol{width:auto!important;max-width:100%!important;margin-right:0!important;padding-left:24px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-express] .db-html .grammar-section,.dbbv-theme[data-original-slug=english-express] .db-html .vocabulary-section{width:100%!important;max-width:100%!important;margin-right:0!important;padding-right:0!important;overflow-x:hidden!important}.dbbv-theme[data-original-slug=english-connect] .db-html{border:none!important;border-radius:0!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:0!important}.dbbv-theme[data-original-slug=english-connect] .db-html .content-box,.dbbv-theme[data-original-slug=english-connect] .db-html .reading-questions-section .content-box{border-radius:0!important;padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-connect] .db-html .section-header,.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-header-bar,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-header-bar{border-radius:0!important;width:100%!important;margin:0 0 10px!important}.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section .content-box,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section .content-box{padding-left:0!important;padding-right:0!important}.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section .dashed-container,.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section .dashed-container-blue,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section .dashed-container,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section .dashed-container-orange{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;margin-left:0!important;margin-right:0!important}.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section ul,.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section ol,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section ul,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section ol{width:auto!important;max-width:100%!important;margin-right:0!important;padding-left:24px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-connect] .db-html .grammar-section,.dbbv-theme[data-original-slug=english-connect] .db-html .vocabulary-section{width:100%!important;max-width:none!important;margin-right:0!important;padding-right:0!important;overflow:visible!important}}.dbbv-theme[data-book-slug=professional-communicator] .db-page-title{color:#1e3a8a;letter-spacing:.01em;background:linear-gradient(135deg,#eef2ff 0%,#f8fafc 100%);border:1px solid #c7d2fe;border-radius:12px;margin:2px 0 14px;padding:12px 16px;font-size:clamp(20px,2.6vw,28px);font-weight:900;line-height:1.25;position:relative}.dbbv-theme[data-book-slug=professional-communicator] .db-page-title:after{content:"";background:linear-gradient(90deg,#2563eb 0%,#7c3aed 100%);border-radius:999px;flex-basis:100%;width:min(180px,42%);height:3px;margin-top:8px;display:block}.dbbv-theme[data-book-slug=professional-communicator] .db-html{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:0 18px 16px;overflow:hidden;box-shadow:0 4px 10px #0f172a0a}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-reading{background:#eff6ff;border-color:#bfdbfe}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-writing{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-speaking{background:#ecfeff;border-color:#a5f3fc}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-listening{background:#f5f3ff;border-color:#ddd6fe}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-grammar{background:#ecfdf5;border-color:#a7f3d0}.dbbv-theme[data-book-slug=professional-communicator] .db-html.section-type-vocabulary{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=professional-communicator] .db-html+.db-html{margin-top:12px}.dbbv-theme[data-book-slug=professional-communicator] .db-html .section-header,.dbbv-theme[data-book-slug=professional-communicator] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=professional-communicator] .db-html .vocabulary-header-bar{color:#fff;letter-spacing:.01em;border-radius:0;margin:0 -18px 14px;padding:10px 16px;font-size:15px;font-weight:800}.dbbv-theme[data-book-slug=professional-communicator] .db-html .reading-header{background:linear-gradient(90deg,#2f80ed 0%,#3b82f6 100%)}.dbbv-theme[data-book-slug=professional-communicator] .db-html .writing-header{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.dbbv-theme[data-book-slug=professional-communicator] .db-html .speaking-header{background:linear-gradient(90deg,#06b6d4 0%,#22d3ee 100%)}.dbbv-theme[data-book-slug=professional-communicator] .db-html .listening-header{background:linear-gradient(90deg,#8b5cf6 0%,#a855f7 100%)}.dbbv-theme[data-book-slug=professional-communicator] .db-html .grammar-header-bar{background:linear-gradient(90deg,#10b981 0%,#22c55e 100%)}.dbbv-theme[data-book-slug=professional-communicator] .db-html .vocabulary-header-bar{background:linear-gradient(90deg,#ef4444 0%,#f97316 100%)}@media (max-width:768px){.dbbv-theme[data-book-slug=professional-communicator] .db-page-title{border-radius:10px;margin-bottom:10px;padding:10px 12px;font-size:clamp(18px,5.6vw,22px)}.dbbv-theme[data-book-slug=professional-communicator] .db-page-title:after{width:min(140px,55%);margin-top:6px}.dbbv-theme[data-book-slug=professional-communicator] .db-html{border-radius:12px;padding:0 12px 12px}.dbbv-theme[data-book-slug=professional-communicator] .db-html .section-header,.dbbv-theme[data-book-slug=professional-communicator] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=professional-communicator] .db-html .vocabulary-header-bar{margin:0 -12px 12px;font-size:14px}}.dbbv-theme[data-book-slug=english-start] .db-page-title,.dbbv-theme[data-book-slug=english-start] .db-page-title:after{display:none!important}.dbbv-theme[data-book-slug=english-start] .db-page-title.db-page-title--has-video{min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:flex-end!important;align-items:center!important;margin:0 0 8px!important;padding:0!important;display:flex!important}.dbbv-theme[data-book-slug=english-start] .db-page-title.db-page-title--has-video>span{display:none!important}.dbbv-theme[data-book-slug=english-start] .db-page-title.db-page-title--has-video .db-page-title__video-btn{color:#15803d;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border-color:#86efac;box-shadow:0 6px 18px #16a34a2e}.dbbv-theme[data-book-slug=english-start] .db-html{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:0 10px 14px;overflow:hidden;box-shadow:0 4px 10px #0f172a0a}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-reading{background:#eff6ff;border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-writing{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-speaking{background:#ecfeff;border-color:#a5f3fc}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-listening{background:#f5f3ff;border-color:#ddd6fe}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-grammar{background:#ecfdf5;border-color:#a7f3d0}.dbbv-theme[data-book-slug=english-start] .db-html.section-type-vocabulary{background:#fff7ed;border-color:#fed7aa}.dbbv-theme[data-book-slug=english-start] .db-html+.db-html{margin-top:12px}.dbbv-theme[data-book-slug=english-start] .db-html .main-content{padding-left:0!important;padding-right:0!important}.dbbv-theme[data-book-slug=english-start] .db-html .content-box,.dbbv-theme[data-book-slug=english-start] .db-html .reading-questions-section .content-box{padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-book-slug=english-start] .db-html .dashed-container,.dbbv-theme[data-book-slug=english-start] .db-html .dashed-container-green,.dbbv-theme[data-book-slug=english-start] .db-html .dashed-container-blue,.dbbv-theme[data-book-slug=english-start] .db-html .dashed-container-orange{margin-left:0!important;margin-right:0!important}.dbbv-theme[data-book-slug=english-start] .db-html .section-header,.dbbv-theme[data-book-slug=english-start] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=english-start] .db-html .vocabulary-header-bar{color:#fff;letter-spacing:.01em;border-radius:10px;margin:0 -10px 12px;padding:10px 12px;font-size:15px;font-weight:800}.dbbv-theme[data-book-slug=english-start] .db-html .reading-header{background:linear-gradient(90deg,#2f80ed 0%,#3b82f6 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .writing-header{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .speaking-header{background:linear-gradient(90deg,#06b6d4 0%,#22d3ee 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .listening-header{background:linear-gradient(90deg,#8b5cf6 0%,#a855f7 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .grammar-header{background:linear-gradient(90deg,#10b981 0%,#22c55e 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .vocabulary-header{background:linear-gradient(90deg,#ef4444 0%,#f97316 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .grammar-header-bar{background:linear-gradient(90deg,#10b981 0%,#22c55e 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .vocabulary-header-bar{background:linear-gradient(90deg,#ef4444 0%,#f97316 100%)}.dbbv-theme[data-book-slug=english-start] .db-html .dashed-container-orange{background:#fff7ed;border:1px dashed #f59e0b;border-radius:8px;padding:12px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section,.dbbv-theme[data-book-slug=english-start] .unit-opener-section .content-box{background:#fff7ed!important;border:1px solid #fed7aa!important;border-radius:14px!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .content-box{padding:16px!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section{overflow:hidden}.dbbv-theme[data-book-slug=english-start] .unit-opener-section h2{color:#92400e;background:linear-gradient(90deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fcd34d;border-radius:12px;margin:0 0 14px;padding:12px 14px;font-size:clamp(18px,2.5vw,26px);font-weight:900;line-height:1.25;box-shadow:inset 0 1px #ffffffa6}.dbbv-theme[data-book-slug=english-start] .unit-opener-section h3{color:#1f2937;background:0 0;border-radius:0;margin:0 0 12px;padding:0;font-size:clamp(17px,2.2vw,22px);font-weight:800;line-height:1.25}.dbbv-theme[data-book-slug=english-start] .unit-opener-section h4{color:#1f2937;margin:14px 0 8px;font-size:16px;font-weight:800}.dbbv-theme[data-book-slug=english-start] .unit-opener-section p,.dbbv-theme[data-book-slug=english-start] .unit-opener-section li{color:#111827;line-height:1.6}.dbbv-theme[data-book-slug=english-start] .unit-opener-section ul{margin:8px 0 14px;padding-left:20px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section table{border-collapse:collapse;background:#fff;border:1px solid #fde68a;border-radius:10px;width:100%;margin:10px 0 14px;overflow:hidden}.dbbv-theme[data-book-slug=english-start] .unit-opener-section th,.dbbv-theme[data-book-slug=english-start] .unit-opener-section td{text-align:left;vertical-align:top;border:1px solid #fde68a;padding:10px 12px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section th{color:#92400e;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fffbeb;font-weight:800}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll{-webkit-overflow-scrolling:touch;width:100%;margin:10px 0 14px;overflow-x:auto}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-width:680px;margin:0}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#92400e!important;background-color:#fffbeb!important;border-color:#fde68a!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table td{color:#111827!important;background-color:#fff!important;border-color:#fde68a!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table tr:nth-child(2n) td{background-color:#fafaf9!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table--wide{min-width:980px}.dbbv-theme[data-book-slug=english-start] .grammar-section .task-label{align-items:center!important;gap:8px!important;margin-bottom:12px!important;display:inline-flex!important}.dbbv-theme[data-book-slug=english-start] .grammar-section .task-label .task-letter{color:#fff!important;background:linear-gradient(135deg,#10b981 0%,#34d399 100%)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:14px!important;font-weight:800!important;line-height:1!important;display:inline-flex!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .ees-playful-stack{margin-bottom:14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .ees-playful-note{background:#f0fdf4;border-color:#86efac}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-look-for h4,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-notice-box h4{color:#166534;font-size:15px;font-weight:800}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-look-for ul{margin:0;padding-left:20px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-intro>h3{margin-top:2px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-cards{gap:12px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:20px;padding:14px 16px;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fed7aa}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__label{color:#166534;letter-spacing:.03em;text-transform:uppercase;background:#dcfce7;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(2n) .reading-story-card__label{color:#1d4ed8;background:#dbeafe}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(3n) .reading-story-card__label{color:#c2410c;background:#ffedd5}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__dot{background:#22c55e;border-radius:50%;width:12px;height:12px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(2n) .reading-story-card__dot{background:#3b82f6}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card:nth-child(3n) .reading-story-card__dot{background:#f97316}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card p{margin:0;font-weight:600}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__shape-row{justify-content:flex-end;margin-top:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__shape{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__shape--banana{border:5px solid #facc15;border-top:0;border-left-color:#0000;border-radius:0 0 20px 20px;width:24px;height:12px;transform:rotate(-20deg)}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__shape--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-section .reading-story-card__shape--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-questions-section .ees-playful-stack,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .vocabulary-section .ees-playful-stack{margin-bottom:16px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .reading-questions-section .ees-playful-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 24px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=rqA] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=rqA] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .mbr-shell:not(.mbr-practice) [data-focus-id=rqA] .options-list li{list-style:none;margin:0!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .vocabulary-section .ees-playful-note{background:#f0fdf4;border-color:#bbf7d0}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .vocabulary-section .vocabulary-mini-mission ul,.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .vocabulary-section .vocabulary-draw-box ul{margin:8px 0 0;padding-left:20px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .ees-playful-stack{margin-bottom:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .ees-playful-note{background:#f0fdf4;border-color:#a7f3d0}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .grammar-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-family-frame{background:linear-gradient(#eff6ff 0%,#fefce8 100%);border:2px solid #bfdbfe;border-radius:24px;gap:14px;padding:18px;display:grid;box-shadow:0 12px 28px #2563eb1f}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-look-box,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-notice-box{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-cards{gap:12px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card{background:linear-gradient(135deg,#fff 0%,#eefcf3 100%);border:2px solid #bbf7d0;border-radius:22px;padding:14px 16px;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fed7aa}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__label{color:#166534;letter-spacing:.03em;text-transform:uppercase;background:#dcfce7;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card:nth-child(2n) .u2-reading-story-card__label{color:#1d4ed8;background:#dbeafe}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card:nth-child(3n) .u2-reading-story-card__label{color:#c2410c;background:#ffedd5}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__badge{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__badge--banana{border:5px solid #facc15;border-top:0;border-left-color:#0000;border-radius:0 0 20px 20px;width:24px;height:12px;transform:rotate(-20deg)}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__badge--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card__badge--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .reading-section .u2-reading-story-card p{margin:0;font-weight:600}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u2-rqA] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u2-rqB] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u2-rqA] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u2-rqB] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .mbr-shell:not(.mbr-practice) [data-focus-id=u2-rqA] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .mbr-shell:not(.mbr-practice) [data-focus-id=u2-rqB] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u2-rqA] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u2-rqB] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u2-rqA] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u2-rqB] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .mbr-shell:not(.mbr-practice) [data-focus-id=u2-rqA] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .mbr-shell:not(.mbr-practice) [data-focus-id=u2-rqB] .options-list li{list-style:none;margin:0!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .vocabulary-section .u2-family-word-cards{flex-wrap:wrap;gap:10px;margin:12px 0 16px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .vocabulary-section .u2-family-word-cards span{background:#fff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .grammar-header-bar{background:linear-gradient(90deg,#10b981 0%,#22c55e 100%)!important;border-radius:0!important;margin:0 -10px 12px!important;padding:10px 12px!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .content-box{background:var(--color-bg-content)!important;border:1px solid var(--color-border-light)!important;border-top:none!important;padding:20px 12px!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .dashed-container{box-shadow:none!important;background:#fde6d2!important;border:1px dashed #f28c28!important;border-radius:4px!important;padding:1rem!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .dashed-container-blue{background:var(--color-bg-highlight)!important;border:1px dashed var(--color-speaking-blue)!important;box-shadow:none!important;border-radius:4px!important;padding:1rem!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .task-label p{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;color:inherit!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;text-decoration:none!important;display:inline!important}.dbbv-theme[data-book-slug=english-start] .db-html .main-content:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section){grid-template-columns:1fr!important;gap:0!important;display:block!important}:is(.dbbv-theme[data-book-slug=english-start] .db-html .main-content:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section) .left-column,.dbbv-theme[data-book-slug=english-start] .db-html .main-content:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section) .right-column){width:100%!important;max-width:100%!important;display:block!important}.dbbv-theme[data-book-slug=english-start] .db-html .main-content:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section) .section-wrapper{margin:0 0 16px!important}.dbbv-theme[data-book-slug=english-start] .db-layout-2col:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section){display:block!important}.dbbv-theme[data-book-slug=english-start] .db-layout-2col:has(.reading-section):has(.reading-questions-section):has(.vocabulary-section)>.db-layout-col{width:100%!important;max-width:100%!important;margin:0 0 16px!important}.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-html .main-content{grid-template-columns:1fr!important;gap:0!important;display:block!important}.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-html .main-content .left-column,.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-html .main-content .right-column{width:100%!important;max-width:100%!important;display:block!important}.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-html .main-content .section-wrapper{margin:0 0 16px!important}.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-layout-2col{display:block!important}.dbbv-theme[data-book-slug=english-start]:is([data-unit-number="2"],[data-unit-number="3"],[data-unit-number="4"],[data-unit-number="5"],[data-unit-number="6"],[data-unit-number="7"],[data-unit-number="8"]) .db-layout-2col>.db-layout-col{width:100%!important;max-width:100%!important;margin:0 0 16px!important}@media (prefers-color-scheme:dark){.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table,.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table th,.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table td{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;forced-color-adjust:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#111827!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table th{color:#92400e!important;background-color:#fffbeb!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table td{background-color:#fff!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-scope-table tr:nth-child(2n) td{background-color:#fafaf9!important}}@media (max-width:768px){.dbbv-theme[data-book-slug=english-start] .db-page-title,.dbbv-theme[data-book-slug=english-start] .db-page-title:after{display:none!important}.dbbv-theme[data-book-slug=english-start] .db-page-title.db-page-title--has-video{justify-content:flex-end!important;margin:0 0 8px!important;padding:0!important;display:flex!important}.dbbv-theme[data-book-slug=english-start] .db-html{border-radius:12px;padding:0 12px 12px}.dbbv-theme[data-book-slug=english-start] .db-html .content-box,.dbbv-theme[data-book-slug=english-start] .db-html .reading-questions-section .content-box{padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-book-slug=english-start] .db-html .section-header,.dbbv-theme[data-book-slug=english-start] .db-html .grammar-header-bar,.dbbv-theme[data-book-slug=english-start] .db-html .vocabulary-header-bar{border-radius:8px;margin:0 -12px 10px;font-size:14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="1"] .db-html .grammar-section .grammar-header-bar{margin:0 -12px 10px!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .content-box{padding:12px!important}.dbbv-theme[data-book-slug=english-start] .unit-opener-section h3{margin-bottom:10px;padding:0;font-size:clamp(15px,4.6vw,19px)}.dbbv-theme[data-book-slug=english-start] .unit-opener-section h2{margin-bottom:10px;padding:10px 12px;font-size:clamp(16px,4.8vw,21px)}.dbbv-theme[data-book-slug=english-start] .unit-opener-section th,.dbbv-theme[data-book-slug=english-start] .unit-opener-section td{padding:8px 10px;font-size:14px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll{background:#fff;border:1px solid #fde68a;border-radius:10px;margin:8px 0 12px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table{border:0;min-width:620px}.dbbv-theme[data-book-slug=english-start] .unit-opener-section .ee-table-scroll .ee-scope-table--wide{min-width:900px}}.dbbv-theme .action-buttons{border-top:1px dashed #e2e8f0;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;display:none!important}.tbk-zoomed .action-buttons{display:flex!important}.dbbv-theme .action-buttons button{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.dbbv-theme .check-button{color:#fff;background:#2563eb}.dbbv-theme .check-button:hover{background:#1d4ed8}.dbbv-theme .show-answer-button{color:#475569;background:#f1f5f9;border-color:#e2e8f0!important}.dbbv-theme .show-answer-button:hover{background:#e2e8f0}.dbbv-theme .try-again-button{color:#c2410c;background:#fff7ed;border-color:#fdba74!important}.dbbv-theme .submit-button{color:#fff;background:#10b981}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .writing-lines,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .writing-line,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__time{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--sun{background:#facc15;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 6px #facc1533}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--clock{border:3px solid #2563eb;border-radius:50%;width:18px;height:18px;position:relative}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--clock:before,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--clock:after{content:"";transform-origin:bottom;background:#2563eb;position:absolute;top:50%;left:50%}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--clock:before{width:2px;height:5px;transform:translate(-50%,-100%)}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--clock:after{width:2px;height:7px;transform:translate(-50%,-100%)rotate(60deg)}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .vocabulary-section .u3-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .vocabulary-section .u3-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .vocabulary-section .u3-time-pills{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .vocabulary-section .u3-time-pills span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .grammar-section .u3-grammar-board{grid-template-columns:repeat(5,minmax(0,auto));align-items:center;gap:10px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .grammar-section .u3-grammar-board div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;padding:10px 12px}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-planner{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:18px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u3-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u3-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .mbr-shell:not(.mbr-practice) [data-focus-id=u3-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u3-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u3-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .mbr-shell:not(.mbr-practice) [data-focus-id=u3-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="2"] .db-html .writing-section .u2-writing-planner,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .reading-section .u3-day-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="3"] .db-html .writing-section .u3-writing-planner{grid-template-columns:1fr}}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__icon--gate{border:3px solid #2563eb;border-bottom-width:5px;border-radius:6px 6px 0 0;width:20px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__icon--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .vocabulary-section .u4-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .vocabulary-section .u4-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .vocabulary-section .u4-place-tags{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .vocabulary-section .u4-place-tags span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .grammar-section .u4-grammar-sort{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .grammar-section .u4-grammar-sort div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u4-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u4-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .mbr-shell:not(.mbr-practice) [data-focus-id=u4-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u4-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u4-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .mbr-shell:not(.mbr-practice) [data-focus-id=u4-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .reading-section .u4-school-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .writing-section .u4-writing-planner,.dbbv-theme[data-book-slug=english-start][data-unit-number="4"] .db-html .grammar-section .u4-grammar-sort{grid-template-columns:1fr}}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__icon--banana{border:5px solid #facc15;border-top:0;border-left-color:#0000;border-radius:0 0 20px 20px;width:24px;height:12px;transform:rotate(-20deg)}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__icon--cup{border:3px solid #2563eb;border-top-width:2px;border-radius:0 0 6px 6px;width:16px;height:18px;position:relative}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__icon--cup:after{content:"";border:2px solid #2563eb;border-left:0;border-radius:0 6px 6px 0;width:6px;height:8px;position:absolute;top:2px;right:-7px}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-listening-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-dialogue-cards{gap:12px;margin-top:16px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-dialogue-card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:18px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-dialogue-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-dialogue-card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .listening-section .u5-dialogue-card:nth-child(2n) strong{color:#c2410c}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .u5-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .u5-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .u5-vocab-chip-grid--drinks li{border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .u5-taste-tags{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .vocabulary-section .u5-taste-tags span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .grammar-section .u5-grammar-sort{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .grammar-section .u5-grammar-sort div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u5-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u5-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .mbr-shell:not(.mbr-practice) [data-focus-id=u5-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u5-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u5-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .mbr-shell:not(.mbr-practice) [data-focus-id=u5-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .reading-section .u5-food-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .writing-section .u5-writing-planner,.dbbv-theme[data-book-slug=english-start][data-unit-number="5"] .db-html .grammar-section .u5-grammar-sort{grid-template-columns:1fr}}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__icon--home{clip-path:polygon(50% 0%,100% 40%,100% 100%,0 100%,0 40%);background:#2563eb;width:18px;height:14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__icon--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .u6-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .u6-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .u6-vocab-chip-grid--things li{border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .u6-home-tags{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .vocabulary-section .u6-home-tags span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .grammar-section .u6-grammar-sort{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .grammar-section .u6-grammar-sort div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-listening-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-dialogue-cards{gap:12px;margin-top:16px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-dialogue-card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:18px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-dialogue-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-dialogue-card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .listening-section .u6-dialogue-card:nth-child(2n) strong{color:#c2410c}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u6-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u6-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .mbr-shell:not(.mbr-practice) [data-focus-id=u6-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u6-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u6-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .mbr-shell:not(.mbr-practice) [data-focus-id=u6-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .reading-section .u6-house-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .grammar-section .u6-grammar-sort,.dbbv-theme[data-book-slug=english-start][data-unit-number="6"] .db-html .writing-section .u6-writing-planner{grid-template-columns:1fr}}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__icon--ball{background:radial-gradient(circle at 30% 30%,#fff 0 20%,#2563eb 21% 100%);border-radius:50%;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__icon--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .vocabulary-section .u7-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .vocabulary-section .u7-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .vocabulary-section .u7-hobby-tags{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .vocabulary-section .u7-hobby-tags span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .grammar-section .u7-grammar-sort{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .grammar-section .u7-grammar-sort div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-listening-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-dialogue-cards{gap:12px;margin-top:16px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-dialogue-card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:18px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-dialogue-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-dialogue-card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .listening-section .u7-dialogue-card:nth-child(2n) strong{color:#c2410c}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u7-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u7-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .mbr-shell:not(.mbr-practice) [data-focus-id=u7-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u7-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u7-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .mbr-shell:not(.mbr-practice) [data-focus-id=u7-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .reading-section .u7-hobby-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .grammar-section .u7-grammar-sort,.dbbv-theme[data-book-slug=english-start][data-unit-number="7"] .db-html .writing-section .u7-writing-planner{grid-template-columns:1fr}}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-reading-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-questions-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .vocabulary-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .grammar-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .ees-playful-note,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .ees-playful-note{background:#f8fbff}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card{background:linear-gradient(135deg,#fff 0%,#f0fdf4 100%);border:2px solid #bbf7d0;border-radius:22px;gap:8px;padding:16px;display:grid;box-shadow:0 10px 20px #16653414}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border-color:#bfdbfe}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card:nth-child(3n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__label{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:800;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__icon{display:inline-block}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__icon--home{clip-path:polygon(50% 0%,100% 40%,100% 100%,0 100%,0 40%);background:#2563eb;width:18px;height:14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__icon--triangle{border-bottom:18px solid #fb923c;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card__icon--star{clip-path:polygon(50% 0%,61% 34%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 34%);background:#ec4899;width:18px;height:18px}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .vocabulary-section .u8-vocab-chip-grid{flex-wrap:wrap;gap:10px;margin-bottom:16px;padding-left:0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .vocabulary-section .u8-vocab-chip-grid li{background:#fff;border:2px solid #bbf7d0;border-radius:999px;margin:0;padding:8px 12px;font-weight:700;list-style:none}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .vocabulary-section .u8-town-tags{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .vocabulary-section .u8-town-tags span{background:#eff6ff;border:2px solid #bfdbfe;border-radius:999px;align-items:center;padding:6px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .grammar-section .u8-grammar-route{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .grammar-section .u8-grammar-route div{text-align:center;background:#eff6ff;border:2px solid #bfdbfe;border-radius:16px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-planner{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-planner__card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:20px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-planner__card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-frames{gap:10px;margin-bottom:18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-frames p{background:#f8fafc;border:1px dashed #93c5fd;border-radius:16px;margin:0;padding:12px 14px}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-word-bank{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-word-bank span{background:#fff7ed;border:2px solid #fdba74;border-radius:999px;align-items:center;padding:7px 12px;font-weight:700;display:inline-flex}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .writing-lines{gap:14px;margin:16px 0 18px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .writing-line{border-bottom:2px dashed #93c5fd;min-height:26px}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-listening-note{background:#eff6ff;border-color:#93c5fd}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-dialogue-cards{gap:12px;margin-top:16px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-dialogue-card{background:linear-gradient(135deg,#fff 0%,#eff6ff 100%);border:2px solid #bfdbfe;border-radius:18px;gap:6px;padding:14px;display:grid}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-dialogue-card:nth-child(2n){background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border-color:#fdba74}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-dialogue-card strong{color:#1d4ed8}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .listening-section .u8-dialogue-card:nth-child(2n) strong{color:#c2410c}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u8-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u8-reading-questions] .options-list,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .mbr-shell:not(.mbr-practice) [data-focus-id=u8-reading-questions] .options-list{grid-template-columns:1fr 1fr!important;gap:10px 18px!important;margin-top:8px!important;padding-left:0!important;display:grid!important}.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .tbk-shell:not(.tbk-focus-open) [data-focus-id=u8-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .tbp-shell:not(.tbp-focus-open) [data-focus-id=u8-reading-questions] .options-list li,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .mbr-shell:not(.mbr-practice) [data-focus-id=u8-reading-questions] .options-list li{list-style:none;margin:0!important}@media (max-width:900px){.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .reading-section .u8-town-card-grid,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .grammar-section .u8-grammar-route,.dbbv-theme[data-book-slug=english-start][data-unit-number="8"] .db-html .writing-section .u8-writing-planner{grid-template-columns:1fr}}@media (max-width:768px){.dbbv-theme[data-original-slug=english-start] .db-html{border:none!important;border-radius:0!important;width:auto!important;max-width:none!important;margin-left:-12px!important;margin-right:-12px!important;padding:0!important}.dbbv-theme[data-original-slug=english-start] .db-html .content-box,.dbbv-theme[data-original-slug=english-start] .db-html .reading-questions-section .content-box{border-radius:0!important;padding-left:12px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-start] .db-html .section-header,.dbbv-theme[data-original-slug=english-start] .db-html .grammar-header-bar,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-header-bar{border-radius:0!important;width:100%!important;margin:0 0 10px!important}.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section .content-box,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section .content-box{padding-left:0!important;padding-right:0!important}.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section .dashed-container,.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section .dashed-container-blue,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section .dashed-container,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section .dashed-container-orange{border-left:none!important;border-right:none!important;border-radius:0!important;width:100%!important;margin-left:0!important;margin-right:0!important}.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section ul,.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section ol,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section ul,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section ol{width:auto!important;max-width:100%!important;margin-right:0!important;padding-left:24px!important;padding-right:12px!important}.dbbv-theme[data-original-slug=english-start] .db-html .grammar-section,.dbbv-theme[data-original-slug=english-start] .db-html .vocabulary-section{width:100%!important;max-width:none!important;margin-right:0!important;padding-right:0!important;overflow:visible!important}}:root{--tbk-bg:#f6f7fb;--tbk-paper:#fff;--tbk-ink:#0f172a;--tbk-muted:#475569;--tbk-border:#e5e7eb;--tbk-shadow:0 10px 30px #0206171a;--tbk-radius:14px}.tbk-shell{background:var(--tbk-bg);height:100dvh;color:var(--tbk-ink);--tbk-topbar-h:74px;--tbk-searchbar-h:0px;overflow:hidden}.tbk-shell.tbk-search-open{--tbk-searchbar-h:56px}.tbk-shell.tbk-focus-open,.tbk-focus-open .tbk-body,.tbk-focus-open .tbk-viewport{overflow:visible}.tbk-focus-open .tbk-spread{transform:none!important}.tbk-topbar{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--tbk-border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;position:sticky;top:0}.tbk-book-title{letter-spacing:.2px;font-weight:800}.tbk-unit-title{color:var(--tbk-muted);align-items:baseline;gap:10px;margin-top:2px;font-size:13px;display:flex}.tbk-unit-label{color:#1e3a8a;font-weight:700}.tbk-lesson-title{font-weight:600}.tbk-topbar__right{align-items:center;gap:14px;display:flex}.tbk-page-count{color:#2b2b2b;white-space:nowrap;font-size:16px;font-weight:500;line-height:1}.tbk-controls{align-items:center;gap:10px;display:flex}.tbk-icon-btn{border:1px solid var(--tbk-border);cursor:pointer;color:#111;background:#fff;border-radius:10px;padding:6px 10px}.tbk-icon-btn:disabled{opacity:.45;cursor:not-allowed}.tbk-nav-btn{border:1px solid var(--tbk-border);cursor:pointer;color:#111;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;font-weight:700;display:inline-flex}.tbk-nav-btn:disabled{opacity:.5;cursor:not-allowed}.tbk-zoom{border:1px solid var(--tbk-border);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:4px 6px;display:flex}.tbk-zoom__value{text-align:center;width:52px;color:var(--tbk-muted);font-size:12px;font-weight:700}.tbk-searchbar{z-index:190;border-bottom:1px solid var(--tbk-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6f7fbf5;align-items:center;gap:10px;padding:10px 16px;display:flex;position:sticky;top:54px}.tbk-searchbar__input{border:1px solid var(--tbk-border);border-radius:12px;outline:none;flex:1;padding:10px 12px}.tbk-body{height:calc(100dvh - var(--tbk-topbar-h) - var(--tbk-searchbar-h));grid-template-columns:56px 1fr;gap:14px;padding:14px;display:grid;overflow:hidden}.tbk-tools{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--tbk-border);max-height:calc(100dvh - var(--tbk-topbar-h) - var(--tbk-searchbar-h) - 40px);background:#ffffffeb;border-radius:16px;flex-direction:column;align-self:start;gap:10px;padding:10px;display:flex;position:sticky;top:90px;overflow:hidden}.tbk-tool-btn{border:1px solid var(--tbk-border);cursor:pointer;color:var(--tbk-ink);background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:10px 0;font-weight:800;line-height:1;display:inline-flex}.tbk-tool-icon{font-size:18px}.tbk-tool-btn:disabled{opacity:.6}.tbk-tool-btn{opacity:1}.tbk-viewport{height:100%;padding-bottom:0;overflow:hidden}.tbk-spread{transform-origin:top;grid-template-columns:1fr 1fr;align-items:stretch;gap:14px;width:min(1200px,100vw - 120px);height:100%;margin:0 auto;display:grid}.tbk-page{background:var(--tbk-paper);border:1px solid var(--tbk-border);border-radius:var(--tbk-radius);box-shadow:var(--tbk-shadow);height:100%;overflow:hidden}.tbk-page__inner{height:100%;padding:22px 22px 30px;overflow:hidden}.tbk-page__scroll{height:100%;overflow:hidden}.tbk-page__scroll.is-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-right:6px;font-size:16px;line-height:1.6;overflow:auto}.tbk-focus-overlay{z-index:10000;pointer-events:none;background:#02061708;position:fixed;inset:0}.tbk-focus-controls{z-index:10001;pointer-events:auto;position:fixed;top:14px;right:14px}.tbk-focus-open .tbk-tools{opacity:.15;pointer-events:none}.tbk-focus-open .tbk-zoom-target{visibility:hidden;pointer-events:none}.tbk-focus-open .tbk-zoom-target.tbk-focused{visibility:visible;pointer-events:auto;z-index:10002;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border:1px solid var(--tbk-border);opacity:1;filter:none;background:#fff;border-radius:16px;width:auto;height:auto;padding:18px;position:fixed;inset:64px 12px 12px;overflow:auto;transform:none;box-shadow:0 25px 60px #0206174d}.tbk-focus-open .tbk-zoom-target.tbk-focused p,.tbk-focus-open .tbk-zoom-target.tbk-focused li,.tbk-focus-open .tbk-zoom-target.tbk-focused label,.tbk-focus-open .tbk-zoom-target.tbk-focused span{font-size:16px!important;line-height:1.55!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .question-group-title{font-size:18px!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .instruction{font-size:15px!important}.tbk-focus-open .tbk-zoom-target.tbk-focused .section-header{font-size:16px!important}.tbk-focus-open .options-list input[type=radio]{margin-right:10px;display:inline-block!important}.tbk-focus-open .options-list label{gap:8px}.tbk-expanded .tbk-body{grid-template-columns:1fr}.tbk-expanded .tbk-tools{display:none}.tbk-drawer{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--tbk-border);background:#fffffff5;border-radius:16px;flex-direction:column;width:min(360px,100% - 20px);max-height:calc(100% - 20px);display:flex;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 18px 40px #02061726}.tbk-drawer--full{z-index:1200;width:auto;max-height:none;position:fixed;inset:12px}.tbk-drawer--full .tbk-drawer__body{flex-direction:column;flex:1;display:flex}.tbk-drawer--full .tbk-notes{resize:none;flex:1;min-height:240px}.tbk-drawer--full .tbk-canvas-wrap{flex:1;height:auto;min-height:240px}.tbk-drawer__head{border-bottom:1px solid var(--tbk-border);justify-content:space-between;align-items:center;gap:10px;padding:12px 12px 10px;display:flex}.tbk-drawer__title{color:#111;font-weight:900}.tbk-drawer__body{padding:10px 12px 12px;overflow:auto}.tbk-drawer__hint{color:var(--tbk-muted);margin-bottom:10px;font-size:12px}.tbk-drawer__item{text-align:left;border:1px solid var(--tbk-border);cursor:pointer;color:#111;background:#fff;border-radius:12px;width:100%;margin-bottom:8px;padding:10px;font-weight:800}.tbk-drawer__item:hover{background:#f8fafc}.tbk-drawer__item:disabled{opacity:.5;cursor:default}.tbk-drawer__divider{color:var(--tbk-muted);text-align:center;opacity:.7;margin:10px 2px 12px;font-weight:900}.tbk-notes{border:1px solid var(--tbk-border);width:100%;font:inherit;resize:vertical;border-radius:12px;outline:none;padding:10px}.tbk-canvas-wrap{background:#fff7ed;border:1px dashed #f59e0b;border-radius:14px;width:100%;height:360px;overflow:hidden}.tbk-canvas{touch-action:none;width:100%;height:100%}@media (max-width:980px){.tbk-body{grid-template-columns:1fr}.tbk-tools{flex-direction:row;justify-content:center;position:static}.tbk-spread{grid-template-columns:1fr;width:min(880px,100vw - 28px)}}:root{--tbp-bg:#f6f7fb;--tbp-paper:#fff;--tbp-ink:#0f172a;--tbp-muted:#475569;--tbp-border:#e5e7eb;--tbp-shadow:0 10px 30px #0206171a}.tbp-shell{background:var(--tbp-bg);min-height:100vh;color:var(--tbp-ink);overflow:hidden}.tbp-shell.tbp-focus-open{overflow:visible}.tbp-topbar{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--tbp-border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex;position:sticky;top:0}.tbp-book-title{font-weight:800}.tbp-unit-title{color:var(--tbp-muted);align-items:baseline;gap:10px;margin-top:2px;font-size:13px;display:flex}.tbp-unit-label{color:#1e3a8a;font-weight:800}.tbp-lesson-title{font-weight:600}.tbp-topbar__right{align-items:center;gap:14px;display:flex}.tbp-page-count{color:#2b2b2b;white-space:nowrap;font-size:16px;font-weight:500;line-height:1}.tbp-controls{align-items:center;gap:10px;display:flex}.tbp-icon-btn,.tbp-nav-btn{border:1px solid var(--tbp-border);cursor:pointer;color:#111;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;font-weight:800;display:inline-flex}.tbp-icon-btn{font-weight:900}.tbp-icon-btn:disabled,.tbp-nav-btn:disabled{opacity:.5;cursor:not-allowed}.tbp-searchbar{z-index:190;border-bottom:1px solid var(--tbp-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6f7fbf5;align-items:center;gap:10px;padding:10px 16px;display:flex;position:sticky;top:54px}.tbp-searchbar__input{border:1px solid var(--tbp-border);border-radius:12px;outline:none;flex:1;padding:10px 12px}.tbp-body{grid-template-columns:56px 1fr;gap:14px;padding:14px;display:grid}.tbp-expanded .tbp-body{grid-template-columns:1fr}.tbp-expanded .tbp-tools{display:none}.tbp-drawer{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--tbp-border);background:#fffffff5;border-radius:16px;flex-direction:column;width:min(360px,100% - 20px);max-height:calc(100% - 20px);display:flex;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 18px 40px #02061726}.tbp-drawer--full{z-index:1200;width:auto;max-height:none;position:fixed;inset:12px}.tbp-drawer--full .tbp-drawer__body{flex-direction:column;flex:1;display:flex}.tbp-drawer--full .tbp-notes{resize:none;flex:1;min-height:240px}.tbp-drawer--full .tbp-canvas-wrap{flex:1;height:auto;min-height:240px}.tbp-drawer__head{border-bottom:1px solid var(--tbp-border);justify-content:space-between;align-items:center;gap:10px;padding:12px 12px 10px;display:flex}.tbp-drawer__title{color:#111;font-weight:900}.tbp-drawer__body{-webkit-overflow-scrolling:touch;padding:10px 12px 12px;overflow:auto}.tbp-drawer__hint{color:var(--tbp-muted);margin-bottom:10px;font-size:12px}.tbp-drawer__item{text-align:left;border:1px solid var(--tbp-border);cursor:pointer;color:#111;background:#fff;border-radius:12px;width:100%;margin-bottom:8px;padding:10px;font-weight:800}.tbp-drawer__item:hover{background:#f8fafc}.tbp-drawer__item:disabled{opacity:.5;cursor:default}.tbp-drawer__divider{color:var(--tbp-muted);text-align:center;opacity:.7;margin:10px 2px 12px;font-weight:900}.tbp-notes{border:1px solid var(--tbp-border);width:100%;font:inherit;resize:vertical;border-radius:12px;outline:none;padding:10px}.tbp-canvas-wrap{background:#fff7ed;border:1px dashed #f59e0b;border-radius:14px;width:100%;height:360px;overflow:hidden}.tbp-canvas{touch-action:none;width:100%;height:100%}.tbp-tools{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--tbp-border);background:#ffffffeb;border-radius:16px;flex-direction:column;align-self:start;gap:10px;padding:10px;display:flex;position:sticky;top:90px}.tbp-tool-btn{border:1px solid var(--tbp-border);cursor:pointer;color:var(--tbp-ink);background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:10px 0;font-weight:900;line-height:1;display:inline-flex}.tbp-tool-icon{font-size:18px}.tbp-tool-btn:disabled{opacity:.6}.tbp-tool-btn{opacity:1}.tbp-viewport{justify-content:center;align-items:flex-start;height:calc(100vh - 74px);padding-bottom:0;display:flex;overflow:hidden}.tbp-page{background:var(--tbp-paper);border:1px solid var(--tbp-border);width:min(980px,100vw - 120px);box-shadow:var(--tbp-shadow);border-radius:14px;height:calc(100vh - 92px);overflow:hidden}.tbp-page__inner{height:100%;padding:22px 22px 46px;overflow:hidden}.tbp-page__scroll{height:100%;overflow:hidden}.tbp-page__scroll.is-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-right:6px;font-size:16px;line-height:1.6;overflow:auto}.tbp-focus-overlay{z-index:10000;pointer-events:none;background:#02061708;position:fixed;inset:0}.tbp-focus-controls{z-index:10001;pointer-events:auto;position:fixed;top:14px;right:14px}.tbp-focus-open .tbp-tools{opacity:.15;pointer-events:none}.tbp-focus-open .tbk-zoom-target{visibility:hidden;pointer-events:none}.tbp-focus-open .tbk-zoom-target.tbk-focused{visibility:visible;pointer-events:auto;z-index:10002;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border:1px solid var(--tbp-border);opacity:1;filter:none;background:#fff;border-radius:16px;width:auto;height:auto;padding:18px;position:fixed;inset:64px 12px 12px;overflow:auto;transform:none;box-shadow:0 25px 60px #0206174d}.tbp-focus-open .tbk-zoom-target.tbk-focused p,.tbp-focus-open .tbk-zoom-target.tbk-focused li,.tbp-focus-open .tbk-zoom-target.tbk-focused label,.tbp-focus-open .tbk-zoom-target.tbk-focused span{font-size:16px!important;line-height:1.55!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .question-group-title{font-size:18px!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .instruction{font-size:15px!important}.tbp-focus-open .tbk-zoom-target.tbk-focused .section-header{font-size:16px!important}.tbp-focus-open .options-list input[type=radio]{margin-right:10px;display:inline-block!important}.tbp-focus-open .options-list label{gap:8px}@media (max-width:980px){.tbp-body{grid-template-columns:1fr}.tbp-tools{flex-direction:row;justify-content:center;position:static}.tbp-page{width:min(900px,100vw - 28px)}}:root{--mbr-ink:#0f172a;--mbr-muted:#475569;--mbr-border:#e5e7eb}.mbr-shell{height:100dvh;color:var(--mbr-ink);--mbr-topbar-h:58px;--mbr-footer-h:44px;background:#fff;overflow:hidden}.mbr-topbar{z-index:1000;height:var(--mbr-topbar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--mbr-border);background:#fffffff0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;position:fixed;top:0;left:0;right:0}.mbr-book-title{letter-spacing:.2px;font-weight:900}.mbr-subtitle{color:var(--mbr-muted);margin-top:2px;font-size:12px;line-height:1.2}.mbr-topbar__actions{align-items:center;gap:10px;display:flex}.mbr-menu-btn,.mbr-icon-btn{border:1px solid var(--mbr-border);cursor:pointer;background:#fff;border-radius:12px;padding:10px 12px;font-weight:900}.mbr-icon-btn.is-active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.mbr-page{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;height:100dvh;padding:calc(var(--mbr-topbar-h) + 14px) 14px calc(var(--mbr-footer-h) + 24px);overflow:auto}.mbr-page__inner{max-width:760px;margin:0 auto}.mbr-footer{z-index:900;height:var(--mbr-footer-h);border-top:1px solid var(--mbr-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;justify-content:center;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mbr-page-num{color:var(--mbr-muted);font-weight:900}.mbr-toc{z-index:2000;background:#02061759;display:flex;position:fixed;inset:0}.mbr-toc__head{border-bottom:1px solid var(--mbr-border);justify-content:space-between;align-items:center;padding:14px;display:flex}.mbr-toc__title{font-weight:900}.mbr-close-btn{border:1px solid var(--mbr-border);cursor:pointer;background:#fff;border-radius:10px;padding:8px 10px;font-weight:900}.mbr-toc__body{-webkit-overflow-scrolling:touch;padding:12px 14px 16px;overflow:auto}.mbr-toc__empty{color:var(--mbr-muted);font-size:13px}.mbr-toc>div{background:#fff;width:min(92vw,420px);height:100%}.mbr-toc__item{text-align:left;border:1px solid var(--mbr-border);cursor:pointer;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:12px;display:flex}.mbr-toc__label{font-weight:800}.mbr-toc__page{color:var(--mbr-muted);font-weight:900}.mbr-shell .content-box{background:0 0!important;border:none!important;padding:0!important}.mbr-shell .dashed-container,.mbr-shell .dashed-container-green,.mbr-shell .dashed-container-blue{box-shadow:none!important}.mbr-shell p,.mbr-shell li,.mbr-shell label,.mbr-shell span{font-size:16px;line-height:1.6}.mbr-shell.mbr-practice p,.mbr-shell.mbr-practice li,.mbr-shell.mbr-practice label,.mbr-shell.mbr-practice span{font-size:18px;line-height:1.65}.mbr-shell.mbr-practice .question-group-title{font-size:20px}.mbr-shell.mbr-practice .options-list input[type=radio]{margin-right:10px;display:inline-block!important}.mbr-shell.mbr-practice .options-list label{gap:8px}.mbr-shell.mbr-practice .response-input{display:block}.mbr-shell.mbr-practice .action-buttons{flex-wrap:wrap;justify-content:flex-start}.mbr-shell.mbr-practice .action-buttons button{max-width:100%}.mbr-shell .section-header{border-radius:10px;padding:10px 12px}.mbr-shell img{max-width:100%;height:auto}*,:before,:after{box-sizing:border-box}:root{--color-unit-orange:#f28c28;--color-speaking-blue:#1e88e5;--color-scenario-green:#2e7d32;--color-text-primary:#2b2b2b;--color-text-secondary:#555;--color-bg-page:#fff;--color-bg-content:#f5f5f5;--color-bg-highlight:#e3f2fd;--color-border-light:#ddd;--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{font-family:var(--font-primary);background-color:var(--color-bg-page);color:var(--color-text-primary);margin:0}.elt-page{flex-direction:column;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.unit-banner{background-color:var(--color-unit-orange);color:var(--color-bg-page);text-align:center;padding:12px 20px}.unit-banner h1{margin:0;font-size:28px;font-weight:700}.subtitle-container{text-align:center;margin:12px 0 24px}.skill-subtitle{color:var(--color-text-secondary);margin:0;font-size:16px;font-style:italic;font-weight:400}.main-content{flex-grow:1;grid-template-columns:1fr 1fr;gap:24px;padding:0 24px;display:grid}.left-column,.right-column{flex-direction:column;gap:24px;display:flex}.section-header{color:#fff;text-transform:uppercase;border-radius:4px 4px 0 0;margin:0;padding:8px 16px;font-size:14px;font-weight:700}.content-box{background-color:var(--color-bg-content);border:1px solid var(--color-border-light);border-top:none;border-radius:0 0 4px 4px;padding:20px}p{color:var(--color-text-primary);margin-top:0;font-size:16px;line-height:1.6}.page-footer{text-align:center;background-color:var(--color-unit-orange);color:#fff;border-top:1px solid #0000001a;margin-top:32px;padding:20px;position:relative}.page-number-container{position:absolute;bottom:20px;right:20px}.page-footer p{color:#fff;margin:0;font-size:13px}.reading-questions-header{background-color:var(--color-scenario-green)}.reading-questions-section .content-box{padding:20px}.question-group{margin-bottom:30px}.question-group-title{color:var(--color-text-primary);margin-bottom:15px;font-size:18px;font-weight:600}.instruction{color:var(--color-text-secondary);margin-bottom:20px;font-size:15px;font-style:italic}.question-list{margin:0;padding:0;list-style:none}.question-item{margin-bottom:25px;line-height:1.6}.question-item p{color:var(--color-text-primary);margin-bottom:10px;font-weight:500}.options-list{margin-top:10px;padding-left:25px;list-style:none}.options-list li{color:var(--color-text-primary);margin-bottom:8px;list-style:none}.response-input{border:1px solid var(--color-border-light);width:100%;font-family:var(--font-primary);resize:vertical;border-radius:4px;margin-top:10px;padding:10px;font-size:15px;line-height:1.5}.response-input:focus{border-color:var(--color-speaking-blue);outline:none;box-shadow:0 0 0 2px #1e88e533}.options-list label{border:1px solid var(--color-border-light);cursor:pointer;background-color:var(--color-bg-page);border-radius:4px;align-items:center;margin-bottom:5px;padding:8px 12px;transition:background-color .2s,border-color .2s;display:flex}.options-list label:hover{background-color:var(--color-bg-highlight);border-color:var(--color-speaking-blue)}.options-list input[type=radio]{display:none}.options-list input[type=radio]+span{flex-grow:1;padding-left:8px}.options-list input[type=radio]:checked+span{background-color:var(--color-bg-highlight);border-color:var(--color-speaking-blue);box-shadow:0 0 0 1px var(--color-speaking-blue);color:var(--color-speaking-blue);font-weight:600}.action-buttons{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.action-buttons button{cursor:pointer;border:1px solid #0000;border-radius:4px;padding:10px 20px;font-weight:700;transition:background-color .2s,color .2s,border-color .2s}.action-buttons .check-button{background-color:var(--color-scenario-green);color:#fff}.action-buttons .check-button:hover{background-color:#266b2a}.action-buttons .submit-button{background-color:var(--color-speaking-blue);color:#fff}.action-buttons .submit-button:hover{background-color:#1a6fb2}.action-buttons .try-again-button{background-color:var(--color-bg-page);color:var(--color-text-primary);border-color:var(--color-border-light)}.action-buttons .try-again-button:hover{background-color:var(--color-bg-content);border-color:var(--color-text-secondary)}.action-buttons .show-answer-button{background-color:var(--color-unit-orange);color:#fff}.action-buttons .show-answer-button:hover{background-color:#d67a1f}@media screen and (max-width:768px){.reading-questions-section .content-box{padding:15px}.question-group{margin-bottom:20px}.question-group-title{margin-bottom:10px;font-size:16px}.instruction{margin-bottom:15px;font-size:14px}.question-item{margin-bottom:20px}.question-item p,.options-list li{font-size:14px}}.section-wrapper{cursor:pointer}.elt-page.focus-active>:not(.focused-element-wrapper){display:none}.elt-page.focus-active{z-index:1000;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.focused-element-wrapper{background-color:var(--color-bg-page);z-index:1001;cursor:default;border-radius:8px;width:90vw;height:90vh;padding:20px;position:relative;overflow-y:auto;box-shadow:0 0 20px #00000080}.focused-element-wrapper .unit-banner,.focused-element-wrapper .subtitle-container{background-color:var(--color-unit-orange);color:#fff;margin:0;padding:10px}.focused-element-wrapper .unit-banner h1{font-size:2em}.focused-element-wrapper .skill-subtitle{color:#fff;font-size:1.2em}.focused-element-wrapper .reading-section,.focused-element-wrapper .speaking-section{border:none}.focused-element-wrapper .content-box{background-color:var(--color-bg-page);border:none;border-radius:0;padding:0}.focused-element-wrapper .reading-figure{margin:10px 0 10px 20px}.focused-element-wrapper p{font-size:18px}.focused-element-wrapper .section-header{padding:15px;font-size:1.5em}.elt-page.focus-active:before{content:"✖";color:#fff;cursor:pointer;z-index:1002;background-color:#00000080;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;font-size:2.5em;line-height:1;display:flex;position:absolute;top:20px;right:30px}@media screen and (max-width:768px){.main-content{grid-template-columns:1fr;gap:15px;padding:0 15px}.scenario-figure{float:none;width:100%;margin:15px 0}.focused-element-wrapper{width:95vw;height:95vh;padding:15px}.focused-element-wrapper .scenario-figure{width:100%}.elt-page.focus-active:before{font-size:2em;top:10px;right:10px}h1{font-size:24px}h2{font-size:18px}p,li{font-size:14px}}.dashed-container-green{border:1px dashed var(--color-scenario-green);background-color:#e8f5e9;border-radius:4px;padding:1rem}.question-list li:before,.options-list li:before{content:none}.dashed-container{background-color:#fde6d2;border:1px dashed #f28c28;border-radius:4px;padding:1rem}.dashed-container-blue{background-color:var(--color-bg-highlight);border:1px dashed var(--color-speaking-blue);border-radius:4px;padding:1rem}.tbk-section{margin-bottom:14px}.tbk-section__label{letter-spacing:.6px;color:#0f172a;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-block}.tbk-section--reading .tbk-section__label{background:#ecfeff;border-color:#a5f3fc}.tbk-section--vocab .tbk-section__label{background:#ecfdf5;border-color:#86efac}.tbk-section--grammar .tbk-section__label{background:#eef2ff;border-color:#c7d2fe}.tbk-section--speaking .tbk-section__label{background:#fff7ed;border-color:#fed7aa}.tbk-section--listening .tbk-section__label{background:#eff6ff;border-color:#bfdbfe}.tbk-section--writing .tbk-section__label{background:#fdf2f8;border-color:#fbcfe8}.confident-bubble{color:#fff;background:#0ea5e9;border-radius:12px;margin:8px 0 10px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-block}.thinking-header{letter-spacing:.6px;color:#111827;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-block}.thinking-card{background:#fffbeb;border:1px solid #fde68a;border-radius:14px;padding:12px 14px}.tbk-dense-reading .reading-content.dashed-container-green{border-width:2px;margin-bottom:12px;padding-bottom:14px;box-shadow:0 0 0 6px #ffffffd9}.tbk-dense-reading .reading-content p{font-size:inherit;line-height:inherit}.tbk-dense-reading .reading-figure figcaption{font-size:12px;line-height:1.35}.tbk-dense-reading .section-header{padding:8px 12px;font-size:14px}.tbk-dense-reading .reading-section,.tbk-dense-questions .reading-questions-section{font-size:16px;line-height:1.6}.tbk-dense-questions .reading-questions-section .content-box{padding:16px}.tbk-dense-questions .reading-questions-section p,.tbk-dense-questions .reading-questions-section li,.tbk-dense-questions .reading-questions-section span,.tbk-dense-questions .reading-questions-section label{font-size:inherit;line-height:inherit}.tbk-dense-questions .reading-questions-section .section-header{padding:8px 12px;font-size:14px}.tbk-dense-questions .reading-questions-section .dashed-container-green{box-sizing:border-box;border-width:2px;margin-bottom:12px;padding-bottom:18px;box-shadow:0 0 0 6px #ffffffd9}.tbk-dense-questions .question-group{margin-bottom:12px}.tbk-dense-questions .question-group-title{margin-bottom:10px;font-size:18px}.tbk-dense-questions .instruction{margin-bottom:12px;font-size:15px}.tbk-dense-questions .question-item{margin-bottom:16px}.tbk-dense-questions .question-item p{font-size:inherit;margin-bottom:8px}.tbk-dense-questions .options-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;margin-top:6px;padding-left:0;display:grid}.tbk-dense-questions .options-list li{margin:0}.tbk-dense-questions .options-list label{width:100%;margin-bottom:0;padding:5px 8px}.tbk-dense-questions .options-list input[type=radio]+span{font-size:inherit}.tbk-dense-questions .response-input{padding:10px;font-size:15px}.tbk-dense-questions .action-buttons button{padding:10px 14px;font-size:14px}.tbk-dense-questions .vocabulary-section .content-box{padding:10px}@media (min-width:920px){.reading-content.dashed-container-green{column-count:2;column-gap:22px}.reading-figure,.reading-content p{break-inside:avoid;-webkit-column-break-inside:avoid}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}.matching-question-container{margin-top:20px}.matching-question-container h4{color:var(--color-text-primary);margin-bottom:10px;font-size:16px;font-weight:600}.matching-question-container p{margin-bottom:15px}.interactive-matching-area{flex-wrap:wrap;gap:20px;display:flex}.matching-column-a,.matching-column-b{flex:1;min-width:280px}.matching-column-title{color:var(--color-text-primary);margin-bottom:10px;font-weight:700}.matching-list{margin:0;padding:0;list-style:none}.matching-item-a{border:1px solid var(--color-border-light);background-color:var(--color-bg-page);color:var(--color-text-primary);border-radius:4px;flex-direction:column;margin-bottom:8px;padding:10px;display:flex}.matching-item-a span{margin-bottom:5px;font-weight:500}.drop-target{border:1px dashed var(--color-border-light);background-color:var(--color-bg-content);border-radius:4px;justify-content:center;align-items:center;min-height:40px;padding:8px;transition:background-color .2s,border-color .2s;display:flex}.drop-target.drag-over{background-color:var(--color-bg-highlight);border-color:var(--color-speaking-blue)}.placeholder{color:var(--color-text-secondary);font-style:italic}.draggable-item{border:1px solid var(--color-speaking-blue);background-color:var(--color-bg-highlight);color:var(--color-text-primary);cursor:grab;border-radius:4px;margin-bottom:8px;padding:8px 12px;transition:background-color .2s,border-color .2s}.draggable-item:hover{background-color:#d0e7fb}.draggable-item.dragging{opacity:.5;cursor:grabbing}.matched-item{background-color:var(--color-bg-highlight);border:1px solid var(--color-speaking-blue);border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:4px 8px;display:flex}.matched-item .clear-match-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;margin-left:8px;font-size:1.2em}.matched-item .clear-match-btn:hover{color:var(--color-unit-orange)}.static-matching-area ol{margin-bottom:15px;padding-left:20px}.static-matching-area ol[type=a]{padding-left:25px}.static-matching-area li{margin-bottom:5px;line-height:1.5}@media screen and (max-width:768px){.interactive-matching-area{flex-direction:column}.matching-column-a,.matching-column-b{min-width:unset;width:100%}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}.vocabulary-section{margin-bottom:2rem}.vocabulary-header-bar{color:#fff;background-color:var(--color-scenario-green);border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.vocabulary-task ol{padding-left:0;list-style-type:none}.vocabulary-task li{margin-bottom:.5rem;display:flex}.vocabulary-task li strong{flex-basis:120px;margin-right:20px}.grammar-section{margin-bottom:2rem}.grammar-header-bar{color:#fff;background-color:#f28c28;border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;padding:10px 15px;display:flex}.header-bar-label{text-transform:uppercase;font-weight:700}.header-bar-topic{font-size:1rem}.task{border-bottom:1px solid #ddd;padding:1rem 0}.task:last-child{border-bottom:none}.task-label{border-bottom:2px solid var(--color-speaking-blue);align-items:center;margin-bottom:20px;padding-bottom:5px;display:flex}.task-letter{font-size:1.2rem;font-weight:700}.task-label p{margin:0}.grammar-explanation p{margin-bottom:1rem}.grammar-explanation .example{margin-left:1rem;font-style:italic}.grammar-explanation .example-label{font-style:normal;font-weight:700}.grammar-table{border-collapse:collapse;width:100%}.grammar-table th,.grammar-table td{text-align:left;border-bottom:1px solid #f28c28;padding:12px}.grammar-table th{font-weight:700}.grammar-table tr:last-child td{border-bottom:none}.rule-selection ol{padding-left:0;list-style-type:none}.rule-selection li{margin-bottom:.5rem}.controlled-practice ol{padding-left:1.5rem;list-style-type:decimal}.controlled-practice li{margin-bottom:1rem}.controlled-practice .reporting-verb{color:#555;font-style:italic}.short-input{border:1px solid var(--color-border-light);width:auto;min-width:80px;font-family:var(--font-primary);resize:none;vertical-align:middle;text-align:center;border-radius:4px;margin:0 5px;padding:4px 8px;font-size:15px;line-height:1.5;display:inline-block}.short-input:focus{border-color:var(--color-speaking-blue);outline:none;box-shadow:0 0 0 2px #1e88e533}.listening-header{background-color:var(--color-speaking-blue)}.listening-content iframe{width:100%;max-width:560px;height:315px;margin:0 auto;display:block}.listening-content h4{color:var(--color-text-primary);margin-top:20px;margin-bottom:10px;font-size:16px;font-weight:600}.listening-content p{margin-bottom:1em}.listening-content ol{margin-bottom:15px;padding-left:20px;list-style-type:decimal}.listening-content ol ol{margin-top:5px;margin-bottom:10px;padding-left:25px;list-style-type:lower-alpha}.listening-content li{margin-bottom:8px;line-height:1.6}@media screen and (max-width:768px){.listening-content iframe{aspect-ratio:16/9;height:auto}}.speaking-header{background-color:var(--color-speaking-blue)}.prompt-block{margin-bottom:20px}.prompt-label{color:var(--color-speaking-blue);margin-bottom:4px;font-weight:700}.instructions-block ul{margin:0;padding-left:20px}.instructions-block li{margin-bottom:8px;line-height:1.6}.pronunciation-tip{background-color:var(--color-bg-highlight);border-left:4px solid var(--color-speaking-blue);margin:20px 0;padding:12px 16px}.tip-title,.note-title{text-transform:uppercase;margin-bottom:8px;font-size:14px;font-weight:700}.teachers-note{background-color:var(--color-bg-content);color:var(--color-text-secondary);border-radius:4px;margin:20px 0;padding:12px;font-size:14px;font-style:italic}.model-answer-button{color:var(--color-text-primary);cursor:pointer;background-color:#0000;border:1px solid #bbb;border-radius:4px;width:100%;margin-top:16px;padding:10px 16px;font-size:14px;font-weight:700}.model-answer-button:hover{background-color:#f0f0f0}.writing-header{background-color:var(--color-speaking-blue)}.writing-section .content-box{padding:20px}.writing-section h3{color:var(--color-text-primary);margin-top:25px;margin-bottom:15px;font-size:18px;font-weight:600}.writing-section h4{color:var(--color-text-primary);margin-top:20px;margin-bottom:10px;font-size:16px;font-weight:600}.writing-section ul{margin-bottom:20px;padding-left:20px;list-style:outside}.writing-section li{margin-bottom:8px;line-height:1.6}@media screen and (max-width:768px){.writing-section .content-box{padding:15px}.writing-section h3{margin-bottom:10px;font-size:16px}.writing-section h4{margin-bottom:8px;font-size:14px}.writing-section ul{padding-left:15px}}.student-essay{font-family:var(--font-primary);background-color:#fff;border:1px solid #ddd;margin-top:20px;padding:20px;box-shadow:0 0 10px #0000001a}.student-essay p{text-indent:1.5em;margin-bottom:0}.student-essay p:last-of-type{margin-bottom:1em}.reading-header{background-color:var(--color-scenario-green)}.reading-content{overflow:auto}.reading-content p{margin-bottom:1em}.reading-figure{float:right;border:1px solid var(--color-border-light);background-color:#fff;width:45%;margin:4px 0 10px 20px;padding:4px;box-shadow:1px 1px 5px #0000001a}.reading-image{width:100%;display:block}.reading-figure figcaption{text-align:center;color:var(--color-text-secondary);padding:8px 4px;font-size:13px;font-style:italic;line-height:1.4}@media screen and (max-width:768px){.reading-figure{float:none;width:100%;margin:15px 0}.reading-content iframe{aspect-ratio:16/9;width:100%;height:auto}}.unit-opener-header{background-color:var(--color-unit-orange)}.unit-opener-section .content-box{padding:20px}h3{color:var(--color-text-primary);margin-top:25px;margin-bottom:15px;font-size:18px;font-weight:600}h4{color:var(--color-text-primary);margin-top:20px;margin-bottom:10px;font-weight:600}ul{margin-bottom:20px;padding-left:20px;list-style:outside}li{margin-bottom:8px;line-height:1.6}.unit-opener-section table{border-collapse:collapse;width:100%;margin-bottom:20px}.unit-opener-section th,.unit-opener-section td{border:1px solid var(--color-border-light);text-align:left;padding:8px}.unit-opener-section th{background-color:var(--color-bg-content);font-weight:700}.unit-opener-table-container{background-color:#fde6d2;border:1px dashed #f28c28;border-radius:4px;margin-bottom:20px;padding:1rem}.unit-opener-table{border-collapse:collapse;width:100%}.unit-opener-table th,.unit-opener-table td{text-align:left;border-bottom:1px solid #f28c28;padding:12px}.unit-opener-table th{font-weight:700}.unit-opener-table tr:last-child td{border-bottom:none}h3{color:var(--color-speaking-blue);border-bottom:2px solid var(--color-speaking-blue);margin-bottom:20px;padding-bottom:5px}h4{color:var(--color-unit-orange);margin-bottom:15px}p strong{color:var(--color-text-primary);font-size:1.1em}ul{padding-left:0;list-style:none}ul li:before{content:"• ";color:var(--color-speaking-blue);width:1em;margin-left:-1em;font-weight:700;display:inline-block}ul li{margin-bottom:.5em}.unit-opener-focused-view{background-color:var(--color-bg-page);border-radius:8px;padding:20px;box-shadow:0 0 15px #0003}.roman-list{padding-left:20px;list-style-type:upper-roman}ul.roman-list li:before{content:none!important}.student-books-shell{flex-direction:column;gap:18px;display:flex}.student-books-back{color:#2357ff;background:0 0;border:0;align-self:flex-start;padding:0;font-weight:700}.student-books-hero{color:#fff;background:linear-gradient(160deg,#2357ff,#1739b8);border-radius:16px;min-height:240px;padding:20px;box-shadow:0 10px 20px #0f172a26}.student-books-hero-head{opacity:.95;align-items:center;gap:8px;font-size:14px;display:inline-flex}.student-books-hero-logo{object-fit:contain;width:18px;height:18px}.student-books-hero-label{opacity:.92;margin-top:18px;font-size:14px;font-weight:700}.student-books-hero h1{color:#fff;margin:72px 0 8px;font-size:40px;font-weight:800;line-height:1.05}.student-books-hero p{color:#ffffffeb;max-width:720px;margin:0}.student-books-page{flex-direction:column;gap:24px;display:flex}.student-books-section{background:#fff;border:1px solid #d8dee8;border-radius:16px;padding:20px;box-shadow:0 10px 24px #0f172a0f}.student-books-section-head h3{margin:4px 0 0}.student-books-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:18px;display:grid}.student-book-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #d8dee8;border-radius:14px;flex-direction:column;gap:10px;padding:18px;display:flex}.student-book-card.muted{background:#fcfcfd}.student-book-card h3{color:#101828;margin:0}.student-book-card p{color:#667085;margin:0;line-height:1.5}.student-book-status{color:#344054;background:#eef2f6;border-radius:999px;align-self:flex-start;padding:5px 10px;font-size:12px;font-weight:700}.student-book-status.active{color:#027a48;background:#ecfdf3}.student-books-action{color:#fff;background:#101828;border:0;border-radius:10px;margin-top:auto;padding:11px 14px;font-weight:700}.student-books-action.secondary{color:#0f172a;background:#e2e8f0}.student-books-empty{border:1px dashed #cbd5e1;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding:18px;display:flex}@media (max-width:640px){.student-books-hero h1{margin-top:56px;font-size:30px}.student-books-section{padding:16px}}
