:root{--fresh-bg: #f6fbf8;--fresh-bg-blue: #eff8fb;--fresh-surface: #ffffff;--fresh-surface-soft: #f8fcfa;--fresh-surface-mint: #ecf8f2;--fresh-primary: #f47a2c;--fresh-primary-strong: #e36a1d;--fresh-primary-deep: #7a3513;--fresh-primary-soft: #fff0e4;--fresh-secondary: #148c7d;--fresh-secondary-soft: #edf8fb;--fresh-progress: #2e7d6b;--fresh-achievement: #2f9e76;--fresh-text: #102b2c;--fresh-text-soft: #315f5d;--fresh-muted: #6b8581;--fresh-border: #d6e8e2;--fresh-border-strong: #8bcfc2;--fresh-warning: #8a6d18;--fresh-danger: #dc2626;--fresh-ring: rgba(244, 122, 44, .24);--fresh-shadow-sm: 0 8px 24px rgba(20, 74, 70, .045);--fresh-shadow-md: 0 18px 46px rgba(20, 74, 70, .07);--fresh-shadow-lg: 0 30px 76px rgba(20, 74, 70, .1);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 22px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--shell-width: 1320px;--font-ui: "Plus Jakarta Sans", "Inter", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;--font-reading: "Inter", "Noto Sans", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;color-scheme:light}*{box-sizing:border-box}html{min-width:760px;min-height:100%;scroll-behavior:smooth;background:var(--fresh-bg)}body{min-width:760px;min-height:100dvh;margin:0;overflow-x:auto;background:radial-gradient(circle at 14% 8%,#bbe6d76b 0,#bbe6d700 28%),radial-gradient(circle at 88% 12%,#c9e8f485 0,#c9e8f400 30%),linear-gradient(180deg,#f3fcf7f0 0,#fbfdf9fa 420px),linear-gradient(90deg,#eff8fbb8 0,#f8fcfadb 52%,#fcfefb);color:var(--fresh-text);font-family:var(--font-ui);text-rendering:optimizeLegibility}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}a{color:var(--fresh-primary)}::selection{background:var(--fresh-primary-soft);color:var(--fresh-primary-deep)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#dff5ee9e}::-webkit-scrollbar-thumb{border:2px solid rgba(246,251,248,.94);border-radius:999px;background:#8bcfc2}::-webkit-scrollbar-thumb:hover{background:var(--fresh-primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#codex-browser-sidebar-comments-root:empty{pointer-events:none!important}#app,.app-shell{min-height:100dvh}.app-shell{position:relative;padding-top:20px}.shell-header{position:sticky;top:16px;z-index:30;display:grid;grid-template-columns:minmax(126px,176px) minmax(360px,1fr) minmax(126px,176px);gap:var(--space-4);align-items:center;width:min(var(--shell-width),calc(100vw - 48px));min-width:712px;margin:0 auto;padding:6px 14px;border:1px solid rgba(139,207,194,.46);border-radius:16px;background:#d6ebe7;box-shadow:var(--fresh-shadow-sm);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand-mark{display:inline-flex;min-width:0;min-height:40px;align-items:center;justify-content:flex-start;gap:10px;padding:0;border:0;background:transparent;color:var(--fresh-text);text-align:left}.brand-home{border-radius:16px;transition:opacity .18s ease,box-shadow .18s ease}.brand-home:hover{opacity:.9}.brand-logo-image{width:132px;height:auto;max-height:58px;object-fit:contain}.top-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-self:center;width:min(100%,360px);gap:14px;padding:0;border:0;border-radius:16px;background:transparent}.nav-pill{display:inline-flex;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 10px;border:1px solid transparent;border-radius:999px;background:transparent;color:#465856;font-size:13px;font-weight:800;white-space:nowrap;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.nav-pill .n-icon{color:currentColor;font-size:17px}.nav-pill:hover{border-color:transparent;background:#e2f8f2b8;color:var(--fresh-secondary);box-shadow:none}.nav-pill.active{border-color:#bdece2;background:#e2f8f2;color:#109786;box-shadow:none}.nav-pill:focus-visible{outline:3px solid rgba(139,207,194,.35);outline-offset:2px}.account-zone{display:flex;min-width:0;justify-content:flex-end}.account-button{min-width:104px}.account-profile{display:inline-flex;min-width:0;min-height:44px;align-items:center;gap:10px;padding:4px 12px 4px 5px;border:1px solid var(--fresh-border);border-radius:999px;background:var(--fresh-surface);color:inherit;box-shadow:var(--fresh-shadow-sm)}.account-profile img{width:34px;height:34px;flex:0 0 auto;border-radius:999px;object-fit:cover}.account-profile.is-avatar-only{width:46px;justify-content:center;padding:4px}.account-profile span{min-width:0;overflow:hidden}.account-profile strong{display:block;overflow:hidden;color:var(--fresh-text);font-size:14px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.account-profile-button:hover{border-color:var(--fresh-border-strong)}.app-main{width:min(var(--shell-width),calc(100vw - 48px));min-width:712px;margin:0 auto;padding:28px 0 72px}.reveal-in{animation:none}@keyframes reveal-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-card,.player-card,.subtitle-card,.learning-focus-card,.learning-overview-card,.learning-insight-strip,.learning-next-step-card,.learning-library-panel,.learning-controls-card,.learning-filter-strip,.practice-hero,.practice-list-head,.practice-toolbar,.training-card,.learning-training-card,.practice-session-head,.practice-question-panel,.practice-result-card,.profile-card,.network-card{border:1px solid var(--fresh-border);border-radius:var(--radius-lg);background:var(--fresh-surface);box-shadow:var(--fresh-shadow-sm)}.content-card{padding:clamp(22px,2vw,30px)}.eyebrow{display:inline-flex;min-height:26px;align-items:center;margin-bottom:var(--space-3);padding:0 10px;border:1px solid rgba(244,122,44,.2);border-radius:999px;background:var(--fresh-primary-soft);color:var(--fresh-primary-deep);font-size:12px;font-weight:800;letter-spacing:0;white-space:nowrap}.hint-chip,.video-meta,.cue-label,.subtitle-count,.practice-status,.practice-step-pill,.source-unavailable-pill,.package-badge{display:inline-flex;width:fit-content;max-width:100%;min-height:26px;align-items:center;padding:0 10px;overflow:hidden;border:1px solid var(--fresh-border);border-radius:999px;background:var(--fresh-surface-soft);color:var(--fresh-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.practice-status.is-done,.practice-status.is-review{border-color:#f47a2c38;background:var(--fresh-primary-soft);color:var(--fresh-primary-deep)}.practice-status.is-learning{border-color:#407a923d;background:var(--fresh-secondary-soft);color:var(--fresh-primary-deep)}.practice-status.is-todo,.source-unavailable-pill{border-color:#b453092e;background:#fffbeb;color:var(--fresh-warning)}.section-head,.subtitle-head,.learning-library-head,.practice-list-head,.practice-question-top,.practice-result-review-head{display:flex;gap:var(--space-5);align-items:flex-start;justify-content:space-between}.practice-question-tools{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:var(--space-2)}.practice-source-link.n-button{--n-height: 34px;min-height:34px;padding-inline:12px}.practice-source-link.n-button .n-button__icon{font-size:16px}.practice-hero>div:first-child,.practice-session-head>div:first-child,.practice-list-head>div:first-child,.practice-question-top>div:first-child,.practice-result-review-head>div{display:grid;gap:var(--space-2);min-width:0}.section-head h2,.subtitle-head h2,.modal-title h2,.learning-library-head h2,.practice-list-head h2,.practice-question-top h2{margin:0;color:var(--fresh-text);font-size:clamp(24px,2.2vw,34px);font-weight:850;line-height:1.18}.section-head p,.modal-hint,.empty-panel p,.video-body p,.learning-library-head p,.practice-list-head p,.practice-question-top p,.player-titlebar p,.page-hero p,.network-card p{color:var(--fresh-muted);font-size:14px;line-height:1.65}.modal-actions,.title-actions,.row-actions,.player-actions,.learning-card-actions,.learning-current-actions,.learning-next-step-actions,.practice-quick-actions,.practice-action-row,.sentence-actions,.practice-feedback-actions,.meaning-actions,.subtitle-empty-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.app-shell .n-button{--n-height: 42px;min-height:42px;max-width:100%;font-weight:800}.meaning-actions{justify-content:center}.app-shell .n-button--large-type{--n-height: 46px}.app-shell .n-button .n-button__content{min-width:0;white-space:nowrap}.app-shell .n-button--error-type:not(.n-button--primary-type){--n-text-color: #991b1b !important;--n-text-color-hover: #7f1d1d !important;--n-text-color-pressed: #7f1d1d !important;--n-text-color-focus: #991b1b !important;--n-border: 1px solid rgba(153, 27, 27, .28) !important;--n-border-hover: 1px solid rgba(153, 27, 27, .38) !important;--n-border-pressed: 1px solid rgba(127, 29, 29, .45) !important;--n-border-focus: 1px solid rgba(153, 27, 27, .38) !important;--n-color: #fff7f7 !important;--n-color-hover: #fee2e2 !important;--n-color-pressed: #fee2e2 !important;--n-color-focus: #fff7f7 !important}.n-dropdown-option,.n-dropdown-option-body{min-height:40px}.n-dropdown-option-body__label{white-space:nowrap}.app-shell .n-input,.app-shell .n-base-selection{--n-height: 44px;min-width:0}.app-shell .n-input .n-input__input-el{min-height:44px}.app-shell .n-input,.app-shell .n-base-selection{border-radius:12px}.n-input__placeholder{color:var(--fresh-muted)!important}.app-shell :focus-visible{outline:3px solid var(--fresh-ring);outline-offset:2px}.form-field{display:grid;gap:8px;min-width:0}.form-field>span,.practice-search-field>span,.practice-sort-field>span{color:var(--fresh-text-soft);font-size:13px;font-weight:800}.form-error{margin:var(--space-3) 0 0;color:var(--fresh-danger);font-size:13px;font-weight:700}.empty-panel{display:grid;justify-items:center;gap:var(--space-3);min-width:0;padding:clamp(28px,4vw,52px);border:1px dashed var(--fresh-border-strong);border-radius:var(--radius-lg);background:var(--fresh-surface-soft);text-align:center}.empty-panel.compact{padding:24px}.empty-panel img{width:min(220px,36vw);margin-bottom:var(--space-2)}.empty-panel h3{margin:0;color:var(--fresh-text);font-size:21px;font-weight:850}.empty-action-row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-3);margin-top:var(--space-2)}.locked-state{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(360px,1fr);gap:clamp(20px,3vw,42px);align-items:center;overflow:hidden;min-height:318px;padding:clamp(24px,3vw,42px);border-color:#8bcfc28a;background:linear-gradient(135deg,#fff,#f7fcfa 54%,#eef8f3);text-align:left}.locked-state-copy{display:grid;gap:var(--space-4);align-content:center;min-width:0}.locked-state h3{max-width:520px;margin:0;color:var(--fresh-text);font-size:clamp(28px,2.8vw,40px);font-weight:900;line-height:1.14}.locked-state p{max-width:560px;margin:0;color:var(--fresh-text-soft);font-size:15px;font-weight:650;line-height:1.72}.locked-state-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;margin-top:var(--space-1)}.locked-state-visual{position:relative;min-width:0;height:clamp(230px,26vw,330px);overflow:hidden;border:1px solid rgba(139,207,194,.44);border-radius:18px;background:#eff8f3;box-shadow:0 18px 48px #144a4617}.locked-state-visual img{width:100%;height:100%;object-fit:cover;object-position:center right}.page-home .app-main{padding-top:26px}.home-discover-card{padding:0;border:0;background:transparent;box-shadow:none}.home-hero-search{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;gap:2px;align-items:center;flex:0 0 clamp(320px,34vw,430px);min-width:0;min-height:38px;padding:1px 2px;border:1px solid rgba(125,194,181,.5);border-radius:999px;background:#e7f7f1;box-shadow:none}.home-hero-search .n-input{--n-height: 34px !important;--n-border: 0 !important;--n-border-hover: 0 !important;--n-border-focus: 0 !important;--n-box-shadow-focus: none !important;--n-color: transparent !important;--n-color-focus: transparent !important;min-width:0;background:transparent}.app-shell .home-hero-search .n-input,.app-shell .home-hero-search .n-input-wrapper,.app-shell .home-hero-search .n-input__input,.app-shell .home-hero-search .n-input__input-el{height:34px;min-height:34px}.home-hero-search .n-input-wrapper{padding-inline:14px 2px}.home-hero-search-button.n-button,.home-hero-import-icon.n-button{--n-width: 34px !important;--n-height: 34px !important;height:34px!important;min-height:34px!important;border:0!important;background:transparent;color:var(--fresh-secondary);transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.home-hero-search-button.n-button:hover,.home-hero-import-icon.n-button:hover{background:#e2f8f2;color:#109786;transform:translateY(-1px)}.home-hero-search-button.n-button:active,.home-hero-import-icon.n-button:active{transform:translateY(0)}.home-video-toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-bottom:18px}.home-flow-steps{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid var(--fresh-border);border-radius:999px;background:#ffffffd1;box-shadow:0 10px 24px #144a460e}.home-flow-steps span{display:inline-flex;min-height:34px;align-items:center;padding:0 14px;border-radius:999px;background:var(--fresh-surface);color:var(--fresh-primary-deep);font-size:13px;font-weight:850;white-space:nowrap}.home-flow-steps i{width:18px;height:2px;border-radius:999px;background:#9cd8ce}.level-track{display:flex;flex-wrap:wrap;gap:14px;align-items:center;min-height:40px;margin-bottom:18px}.home-video-toolbar .level-track{flex:1 1 auto;margin-bottom:0}.level-chip{position:relative;display:inline-flex;flex:0 1 auto;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid transparent;border-radius:999px;background:transparent;color:#465856;text-align:center;white-space:nowrap;transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.level-chip:before,.level-chip:after{content:none;display:none}.level-chip:hover{border-color:transparent;background:#e2f8f2b8;color:var(--fresh-secondary);box-shadow:none}.level-chip.active{border-color:#bdece2;background:#e2f8f2;color:#109786;box-shadow:none}.level-chip:focus-visible{outline:3px solid rgba(139,207,194,.35);outline-offset:2px}.level-chip strong{overflow:hidden;color:currentColor;font-size:13px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.level-chip small{overflow:hidden;color:currentColor;font-size:11px;font-weight:750;line-height:1;opacity:.68;text-overflow:ellipsis;white-space:nowrap}.level-chip.active small{opacity:.76}.home-loading-panel{min-height:260px;border:1px dashed var(--fresh-border-strong);border-radius:var(--radius-lg);background:linear-gradient(90deg,#f8fcfac7,#dff5eead,#f8fcfac7);background-size:220% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.home-video-scroll{max-height:none;padding-right:0;overflow:visible}.video-grid,.practice-card-grid,.learning-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:var(--space-4)}.learning-video-grid{grid-template-columns:repeat(auto-fill,minmax(270px,360px));gap:var(--space-4);justify-content:start}.practice-card-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:12px}.practice-card-grid>.training-card{width:100%;max-width:420px;justify-self:start}.learning-video-grid>.learning-training-card{width:100%;max-width:360px;justify-self:start}.practice-card-grid>.compact-practice-card,.learning-video-grid>.compact-study-card{max-width:none;justify-self:stretch}.video-card,.training-card,.learning-training-card{min-width:0;overflow:hidden;border:1px solid rgba(214,232,226,.92);border-radius:18px;background:#fffffff5;box-shadow:var(--fresh-shadow-sm);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.compact-study-card,.compact-practice-card{display:grid;grid-template-columns:clamp(140px,13vw,164px) minmax(0,1fr);align-items:stretch;min-height:176px}.compact-study-card{grid-template-columns:clamp(124px,11vw,148px) minmax(0,1fr);min-height:164px}.compact-practice-card{grid-template-columns:clamp(126px,11vw,148px) minmax(0,1fr);min-height:188px}.video-card,.learning-video-card{display:grid;grid-template-rows:auto minmax(0,1fr);cursor:pointer}.video-card:hover,.training-card:hover,.learning-training-card:hover{border-color:var(--fresh-border-strong);box-shadow:0 18px 38px #144a461a;transform:translateY(-2px)}.cover-button,.training-card-cover{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:0;background:var(--fresh-secondary-soft);background-position:center;background-size:cover}.compact-cover{height:100%;min-height:100%;aspect-ratio:auto}.cover-button img,.training-card-cover{aspect-ratio:16 / 9;object-fit:cover}.learning-video-card .training-card-cover{height:auto;min-height:0}.compact-study-card .compact-cover,.compact-practice-card .compact-cover{aspect-ratio:auto}.cover-button img{width:100%;transition:transform .22s ease}.video-card:hover .cover-button img{transform:scale(1.025)}.learning-video-card:hover .training-card-cover{filter:saturate(1.03)}.video-body,.training-card-body{display:grid;min-width:0;gap:11px;padding:var(--space-4)}.compact-study-card .training-card-body,.compact-practice-card .training-card-body{gap:7px;padding:12px}.compact-study-card .training-card-body,.compact-practice-card .training-card-body{gap:6px;padding:10px 12px}.learning-video-card .training-card-body{gap:10px;padding:var(--space-4)}.learning-video-card .training-card-body>h2{margin-top:2px}.learning-card-title-row,.practice-meta-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.compact-study-card .learning-card-title-row,.compact-study-card .practice-meta-row,.compact-practice-card .learning-card-title-row,.compact-practice-card .practice-meta-row{gap:5px 7px}.compact-study-card .learning-card-title-row,.compact-practice-card .learning-card-title-row{flex-wrap:nowrap;overflow:hidden}.learning-video-card .learning-card-title-row{min-height:26px;max-height:26px;flex-wrap:nowrap;overflow:hidden}.compact-study-card .learning-card-title-row .eyebrow,.compact-study-card .learning-card-title-row .hint-chip,.compact-practice-card .learning-card-title-row .eyebrow,.compact-practice-card .learning-card-title-row .hint-chip{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-study-card .practice-meta-row span,.compact-practice-card .practice-meta-row span{font-size:11px;line-height:1.2}.video-body h3,.training-card-body h2,.learning-training-card h2,.list-item h3,.favorite-item h3{display:-webkit-box;margin:0;overflow:hidden;color:var(--fresh-text);font-size:18px;font-weight:850;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.compact-study-card h2,.compact-practice-card h2{font-size:16px;line-height:1.35}.compact-study-card h2,.compact-practice-card h2{min-height:2.56em;font-size:15px;line-height:1.28;-webkit-line-clamp:2}.video-body h3{display:-webkit-box;min-height:2.56em;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learning-video-card h2{min-height:2.56em;font-size:18px;line-height:1.32;overflow-wrap:anywhere}.video-body p,.training-card-body p{display:-webkit-box;min-height:3.2em;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.compact-study-card .training-card-body p{min-height:0;color:var(--fresh-text-soft);font-size:13px;line-height:1.45;-webkit-line-clamp:1}.video-body p{min-height:1.55em;font-size:13px;line-height:1.55;-webkit-line-clamp:1}.home-video-meta-line{display:flex;min-height:1.55em;align-items:center;justify-content:space-between;gap:12px;margin:0;color:var(--fresh-muted);font-size:13px;line-height:1.55}.home-video-meta-line>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-video-meta-line>span:last-child{text-align:right}.home-video-duration{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;font-variant-numeric:tabular-nums}.home-video-duration .n-icon{flex:0 0 auto;color:var(--fresh-secondary);font-size:15px}.learning-video-card .training-card-body p{min-height:3.1em;color:var(--fresh-muted);font-size:13px;line-height:1.55;-webkit-line-clamp:2}.home-card-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:auto}.home-card-actions-only{justify-content:flex-end}.home-card-actions>span{min-width:0;overflow:hidden;color:var(--fresh-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.home-card-actions .n-button{flex:0 0 auto}.search-page-card{display:grid;gap:var(--space-4);padding:clamp(18px,2vw,26px);border-color:#8bcfc275;background:linear-gradient(135deg,#fffffff5,#f1fbf7e6),radial-gradient(circle at 100% 0%,#8bcfc233,#8bcfc200 34%)}.search-topbar{display:grid;grid-template-columns:44px minmax(0,1fr);gap:var(--space-3);align-items:center}.search-back-button.n-button{--n-width: 44px !important;--n-height: 44px !important;min-width:44px;min-height:44px;align-self:center;border:1px solid rgba(139,207,194,.56);background:#ffffffd1;color:var(--fresh-secondary);box-shadow:0 10px 24px #144a460f}.search-back-button.n-button:hover{border-color:var(--fresh-border-strong);background:#e2f8f2;color:#109786}.video-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);align-items:center;padding:4px;border:1px solid rgba(139,207,194,.44);border-radius:999px;background:#ffffffd1;box-shadow:0 14px 34px #144a460f}.video-search-form .n-input{--n-height: 38px !important;--n-border: 0 !important;--n-border-hover: 0 !important;--n-border-focus: 0 !important;--n-box-shadow-focus: none !important;height:38px;min-height:38px;background:transparent}.app-shell .video-search-form .n-input,.app-shell .video-search-form .n-input .n-input-wrapper,.app-shell .video-search-form .n-input .n-input__input,.app-shell .video-search-form .n-input .n-input__input-el{height:38px!important;min-height:38px!important}.app-shell .video-search-form .n-input .n-input-wrapper{align-items:center}.app-shell .video-search-form .n-input .n-input__input-el{line-height:38px!important}.app-shell .video-search-form .n-input .n-input__prefix{display:inline-flex;height:38px;align-items:center}.app-shell .video-search-form .n-input .n-icon{display:inline-flex;align-items:center;justify-content:center}.video-search-form .n-button{--n-height: 38px !important;min-width:118px;min-height:38px}.search-result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:var(--space-4);align-items:start;justify-content:start}.search-result-grid>.search-video-card{width:100%;max-width:360px;justify-self:start}.search-video-card .cover-button{cursor:pointer}.search-duration{position:absolute;right:10px;bottom:10px;display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:999px;background:#102b2cd1;color:#fff;font-size:12px;font-weight:850}.search-video-body{gap:11px}.search-video-body p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-card-actions{min-width:0}.search-card-actions .n-button{flex:0 0 auto}.search-state-area{min-width:0}.search-start-panel,.search-empty-panel,.search-loading-panel{min-height:280px}.search-start-panel,.search-loading-panel{display:grid;place-items:center;gap:var(--space-2);padding:clamp(28px,4vw,58px);border:1px dashed rgba(139,207,194,.78);border-radius:22px;background:#fff9;text-align:center}.search-loading-panel{align-content:center}.search-loading-icon,.search-empty-icon{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:999px}.search-loading-icon{color:var(--fresh-secondary);background:#e2f8f2d1;box-shadow:0 14px 28px #148c7d1f}.search-loading-icon .n-icon{font-size:28px;animation:search-loading-pulse 1.6s ease-in-out infinite}.search-empty-icon{color:#9aa8a4;background:#e8edebad}.search-empty-icon .n-icon{font-size:30px}.search-loading-panel h3{margin:0;color:var(--fresh-text);font-size:clamp(22px,2vw,28px);font-weight:900}.search-loading-panel p{margin:0;color:var(--fresh-text-soft);line-height:1.65}.search-start-art{width:min(260px,38vw);max-height:168px;object-fit:contain;filter:drop-shadow(0 16px 26px rgba(20,74,70,.11))}.search-start-panel>div{display:grid;gap:8px;justify-items:center}.search-start-panel h2,.search-start-panel p{margin:0}.search-start-panel h2{color:var(--fresh-text);font-size:clamp(24px,2.2vw,32px);font-weight:900}.search-start-panel p{color:var(--fresh-text-soft);line-height:1.65}.search-more-row{display:flex;justify-content:center}@keyframes search-loading-pulse{0%,to{transform:scale(1);opacity:.78}50%{transform:scale(1.08);opacity:1}}.learning-video-card .practice-meta-row{min-height:20px}.learning-video-card .learning-card-actions{justify-content:space-between;gap:var(--space-2);margin-top:auto;padding-top:2px}.learning-video-card .learning-card-actions .n-button{--n-height: 36px;min-height:36px;padding-inline:12px}.learning-video-card .learning-card-actions .learning-card-primary-action{margin-left:auto}.player-titlebar,.page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,auto);gap:var(--space-5);align-items:center;margin-bottom:var(--space-5);padding:clamp(22px,2vw,30px);border:1px solid var(--fresh-border);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff,#f8fcfa 56%,#edf8fb);box-shadow:var(--fresh-shadow-md)}.page-video .player-titlebar{grid-template-columns:minmax(0,1fr) minmax(260px,310px);gap:var(--space-4);margin-bottom:var(--space-3);padding:clamp(15px,1.35vw,20px);background:linear-gradient(135deg,#fff,#f8fcfa 58%,#f1faf5);box-shadow:var(--fresh-shadow-sm)}.player-titlebar h1,.page-hero h1{display:-webkit-box;max-width:980px;margin:0 0 10px;overflow:hidden;color:var(--fresh-text);font-size:clamp(28px,2.6vw,42px);font-weight:900;line-height:1.12;-webkit-box-orient:vertical;-webkit-line-clamp:2}.page-video .player-titlebar h1{max-width:980px;font-size:clamp(24px,2vw,31px);line-height:1.16}.page-video .player-titlebar p{margin:0}.back-link.n-button{margin-bottom:10px}.video-learning-entry{display:grid;min-width:0;justify-items:end;gap:0;padding:0;border:0;background:transparent;box-shadow:none}.video-learning-entry p{margin:0;color:var(--fresh-muted);font-size:12px;font-weight:700;line-height:1.5}.video-learning-entry .n-button{width:auto}.video-learning-entry .video-learning-action.n-button{--n-height: 42px !important;--n-color: #ffffff !important;--n-color-hover: #f7fcfa !important;--n-color-pressed: #eef8f5 !important;--n-color-focus: #ffffff !important;--n-border: 1px solid rgba(139, 207, 194, .72) !important;--n-border-hover: 1px solid rgba(16, 151, 134, .58) !important;--n-border-pressed: 1px solid rgba(16, 151, 134, .68) !important;--n-border-focus: 1px solid rgba(16, 151, 134, .58) !important;--n-text-color: var(--fresh-text-soft) !important;--n-text-color-hover: var(--fresh-secondary) !important;--n-text-color-pressed: #0a5d54 !important;--n-text-color-focus: var(--fresh-secondary) !important;--n-box-shadow-focus: 0 0 0 3px rgba(139, 207, 194, .2) !important;min-width:150px;padding-inline:18px!important;font-weight:850}.video-learning-entry.is-saved .video-learning-action.n-button{--n-color: var(--fresh-primary) !important;--n-color-hover: var(--fresh-primary-strong) !important;--n-color-pressed: #c75d18 !important;--n-color-focus: var(--fresh-primary) !important;--n-border: 1px solid var(--fresh-primary) !important;--n-border-hover: 1px solid var(--fresh-primary-strong) !important;--n-border-pressed: 1px solid #c75d18 !important;--n-border-focus: 1px solid var(--fresh-primary-strong) !important;--n-text-color: #ffffff !important;--n-text-color-hover: #ffffff !important;--n-text-color-pressed: #ffffff !important;--n-text-color-focus: #ffffff !important;--n-box-shadow-focus: 0 0 0 3px rgba(244, 122, 44, .18) !important;box-shadow:0 12px 28px #f47a2c2e}.page-video .video-learning-entry{gap:0;padding:0}.page-video .video-learning-entry p{display:none}.learning-grid{display:grid;grid-template-columns:minmax(390px,1fr) minmax(300px,.42fr);gap:var(--space-4);align-items:start;transition:grid-template-columns .22s ease}.learning-grid.subtitle-collapsed{grid-template-columns:minmax(390px,1fr) 56px}.player-card,.subtitle-card{min-width:0;padding:clamp(16px,1.45vw,20px)}.youtube-frame{position:relative;width:100%;overflow:hidden;border:1px solid var(--fresh-border);border-radius:16px;background:#0f172a}.youtube-frame:before{display:block;content:"";padding-top:56.25%}.youtube-frame iframe,.youtube-frame #youtubePlayer,.youtube-frame #youtubePlayer iframe,.player-placeholder{position:absolute;inset:0;width:100%;height:100%}.youtube-frame.is-unavailable iframe,.youtube-frame.is-unavailable #youtubePlayer{display:none}.player-placeholder{z-index:1;display:grid;place-content:center;gap:var(--space-3);padding:var(--space-5);background:linear-gradient(135deg,#f8fcfa,#edf8fb);color:var(--fresh-text);text-align:center}.player-placeholder h3{margin:0;font-size:22px}.player-placeholder p{max-width:420px;margin:0 auto}.player-study-panel{display:grid;gap:var(--space-3);margin-top:var(--space-4)}.current-cue{position:relative;padding:clamp(14px,1.5vw,20px) clamp(6px,.8vw,10px) clamp(30px,2.8vw,38px);border:0;border-radius:0;background:transparent;box-shadow:none}.current-cue .cue-label{position:absolute;right:8px;bottom:8px;min-height:22px;padding:0;border:0;background:transparent;color:#48625e9e;font-size:12px;font-weight:750;box-shadow:none}.current-en{margin:0;color:var(--fresh-text);font-family:var(--font-reading);font-size:clamp(22px,2.1vw,30px);font-weight:800;line-height:1.42;overflow-wrap:anywhere}.current-zh{margin:10px 0 0;color:var(--fresh-text-soft);font-size:16px;line-height:1.7}.word-token{display:inline;min-height:0;margin:0 1px;padding:0 2px;border:0;border-radius:6px;background:transparent;color:inherit;font-weight:inherit}.word-token:hover,.word-token:focus-visible{background:var(--fresh-primary-soft);color:var(--fresh-primary-deep)}.player-actions{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-2)}.player-actions .n-button{--n-font-size: 13px;--n-padding: 0 8px;min-width:0;width:100%}.subtitle-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:var(--space-2);align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.subtitle-head h2{margin:0;font-size:clamp(22px,1.6vw,28px)}.subtitle-toggle.n-button{flex:0 0 auto;width:38px;min-width:38px;height:38px;min-height:38px;padding:0}.subtitle-card{transition:min-height .18s ease,padding .18s ease,box-shadow .18s ease}.subtitle-card.is-collapsed{min-height:56px;padding:6px;border-radius:18px}.subtitle-card.is-collapsed .subtitle-head{display:flex;min-height:44px;align-items:center;justify-content:center;margin-bottom:0}.subtitle-card.is-collapsed .subtitle-toggle.n-button{width:44px;min-width:44px;height:44px;min-height:44px;padding:0}.subtitle-list{display:grid;gap:var(--space-2);max-height:min(760px,calc(100dvh - 278px));margin-top:var(--space-4);padding-right:4px;overflow:auto;overflow-anchor:none}.subtitle-row{position:relative;display:grid;grid-template-columns:66px minmax(0,1fr);gap:var(--space-3);align-items:start;width:100%;min-height:64px;padding:12px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--fresh-text);text-align:left;transition:background-color .16s ease,color .16s ease}.subtitle-row:hover{background:#f47a2c0f}.subtitle-row.active{border-color:transparent;background:transparent}.subtitle-time{color:var(--fresh-muted);font-variant-numeric:tabular-nums;font-size:13px;font-weight:650;line-height:1.45}.subtitle-copy{display:grid;min-width:0;gap:4px}.subtitle-copy strong{display:inline-block;color:var(--fresh-text);font-family:var(--font-reading);font-size:15px;line-height:1.5;font-weight:650;overflow-wrap:anywhere}.subtitle-row.active .subtitle-time{color:var(--fresh-primary-deep);font-size:14px;font-weight:800}.subtitle-row.active .subtitle-copy strong{color:var(--fresh-primary-deep);font-size:18px;font-weight:850;line-height:1.42;text-shadow:0 0 0 rgba(15,63,60,0);animation:subtitleActiveText 1.8s ease-in-out infinite}@keyframes subtitleActiveText{0%,to{text-shadow:0 0 0 rgba(15,63,60,0);transform:translate(0)}50%{text-shadow:0 5px 16px rgba(15,63,60,.18);transform:translate(2px)}}.subtitle-copy small{color:var(--fresh-muted);font-size:13px;line-height:1.45}.my-learning-board,.practice-home,.practice-training,.practice-result,.profile-grid{display:grid;gap:var(--space-4)}.learning-overview-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:var(--space-5);align-items:stretch;padding:clamp(22px,2.4vw,34px);background:linear-gradient(135deg,#fff,#f8fcfa 56%,#edf8fb)}.learning-focus-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4);align-items:stretch;padding:clamp(18px,2vw,26px);overflow:hidden;background:linear-gradient(135deg,#fffffff5,#f8fcfaeb 58%,#f1faf5e6)}.learning-focus-card:after{position:absolute;right:clamp(16px,3vw,48px);bottom:-26px;z-index:0;width:clamp(190px,21vw,320px);aspect-ratio:1;background-image:var(--learning-focus-art);background-repeat:no-repeat;background-position:center;background-size:contain;content:"";opacity:.13;pointer-events:none}.learning-focus-card>*{position:relative;z-index:1}.learning-assets-summary{gap:var(--space-4);padding:clamp(16px,1.8vw,24px);border:1px solid rgba(139,207,194,.52);border-radius:var(--radius-lg);background-image:linear-gradient(135deg,#ffffffd6,#eff8fbc2 52%,#ecf8f2bd),var(--learning-focus-art);background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:var(--fresh-shadow-sm)}.learning-assets-summary:after{display:none}.learning-assets-summary .learning-draft-card{grid-column:1 / -1;border-color:#8bcfc294;background:#ffffffa3;box-shadow:0 12px 30px #144a4614}.learning-focus-main,.learning-focus-side{display:grid;min-width:0;gap:var(--space-3);align-content:start}.learning-focus-main{grid-template-columns:minmax(0,1fr)}.learning-focus-main h1,.learning-focus-main p{margin:0}.learning-focus-main h1{color:var(--fresh-text);font-size:clamp(28px,2.5vw,38px);font-weight:900;line-height:1.14}.learning-focus-main p{display:-webkit-box;max-width:760px;overflow:hidden;color:var(--fresh-text-soft);font-size:15px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learning-focus-side{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:10px}.learning-focus-art{width:72px;max-height:84px;object-fit:contain;justify-self:center}.learning-focus-stats{display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}.learning-focus-stats div,.learning-compact-signals span{min-width:0;border:1px solid rgba(214,232,226,.84);border-radius:12px;background:#ffffff9e}.learning-focus-stats div{display:grid;min-height:74px;align-content:center;gap:6px;padding:13px 16px;-webkit-backdrop-filter:saturate(1.08);backdrop-filter:saturate(1.08)}.learning-focus-stats div.is-videos{border-color:#50adbe3d;background:#eef8fbad}.learning-focus-stats div.is-sentences{border-color:#f47a2c38;background:#fff3e7ad}.learning-focus-stats div.is-review{border-color:#2f9e763d;background:#eef9f2ad}.learning-focus-stats div.is-mastery{border-color:#5b7fff38;background:#eef4ffad}.learning-focus-stats strong{color:var(--fresh-text);font-size:clamp(24px,2.2vw,34px);font-weight:900;line-height:1}.learning-focus-stats span,.learning-compact-signals span{overflow:hidden;color:var(--fresh-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.learning-overview-copy h1,.practice-hero h1,.practice-session-head h1,.practice-result-card h1,.network-card h1{margin:0 0 10px;color:var(--fresh-text);font-size:clamp(30px,3vw,46px);font-weight:900;line-height:1.12}.practice-hero .eyebrow,.practice-session-head .eyebrow,.practice-list-head .eyebrow,.practice-hero h1,.practice-session-head h1,.practice-hero p,.practice-session-head p,.practice-list-head p,.practice-question-top p,.practice-result-review-head span{margin:0}.practice-session-head h1{font-size:clamp(28px,2.6vw,38px)}.learning-overview-copy p,.practice-hero p,.practice-session-head p,.practice-result-card>p{max-width:720px;color:var(--fresh-text-soft);line-height:1.68}.learning-current-card{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:var(--space-4);align-items:center;margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--fresh-border);border-radius:var(--radius-md);background:#ffffffc7}.learning-current-card.is-compact{grid-template-columns:112px minmax(0,1fr) auto;margin-top:0;gap:var(--space-4);padding:var(--space-4);border-color:#8bcfc294;border-radius:18px;background:#ffffffa3;-webkit-backdrop-filter:saturate(1.08);backdrop-filter:saturate(1.08)}.learning-current-cover{display:grid;width:112px;aspect-ratio:16 / 9;place-items:center;overflow:hidden;border-radius:12px;background:center / cover,var(--fresh-secondary-soft);color:var(--fresh-primary);font-size:26px}.learning-current-card.is-compact .learning-current-cover{width:112px;border-radius:14px}.learning-draft-empty-card{grid-template-columns:112px minmax(0,1fr)}.learning-draft-empty-art{background:#ffffff61}.learning-draft-empty-art img{width:100%;height:100%;object-fit:cover}.learning-current-copy{display:grid;min-width:0;gap:3px}.learning-current-copy span,.learning-current-copy small,.practice-meta-row span,.practice-progress-label span,.learning-mode-mini span,.learning-card-stats span,.practice-mode-grid span,.practice-result-grid span,.practice-result-next-card span{color:var(--fresh-muted);font-size:12px;font-weight:750}.learning-current-copy strong{color:var(--fresh-text);font-size:18px;font-weight:850;line-height:1.35;overflow-wrap:anywhere}.learning-current-card.is-compact .learning-current-copy strong,.learning-current-card.is-compact .learning-current-copy small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.learning-current-card.is-compact .learning-current-copy strong{font-size:clamp(19px,1.8vw,25px)}.learning-current-card.is-compact .n-button{--n-height: 38px;min-height:38px;padding-inline:15px}.learning-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.learning-kpi-card,.practice-hero-metrics div,.practice-session-metrics div,.practice-result-grid div,.practice-mode-summary div,.learning-start-preview div,.learning-card-stats div,.learning-mode-mini div{display:grid;gap:var(--space-2);min-width:0;padding:var(--space-4);border:1px solid var(--fresh-border);border-radius:14px;background:var(--fresh-surface)}.learning-kpi-card.is-primary{border-color:var(--fresh-border-strong);background:var(--fresh-primary-soft)}.learning-kpi-card.is-warm{border-color:#ea580c2e;background:#f6fbf8}.learning-kpi-card.is-good{border-color:#16a34a2e;background:#f0fdf4}.learning-kpi-card strong,.practice-hero-metrics strong,.practice-session-metrics strong,.practice-result-grid strong,.practice-mode-summary strong,.learning-card-stats strong,.learning-mode-mini b{color:var(--fresh-text);font-size:clamp(22px,2vw,30px);font-weight:900;line-height:1.05}.practice-session-metrics div{padding:14px}.practice-session-metrics strong{overflow:visible;font-size:clamp(22px,1.8vw,28px);line-height:1.12;text-overflow:clip;white-space:normal}.learning-start-preview{display:grid;gap:var(--space-3)}.learning-start-preview.is-compact{grid-template-columns:96px repeat(3,minmax(0,1fr));align-items:stretch;gap:var(--space-3)}.learning-start-preview.is-compact .learning-focus-art{align-self:center}.learning-start-preview strong{color:var(--fresh-text);font-size:16px}.learning-insight-strip{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:var(--space-4);padding:var(--space-5)}.learning-insight-strip>div{min-width:0}.learning-insight-strip span{display:block;margin-bottom:6px;color:var(--fresh-muted);font-size:12px;font-weight:800}.learning-insight-strip strong{display:block;margin-bottom:8px;color:var(--fresh-text);font-size:17px;font-weight:850}.learning-insight-strip p{margin:0;color:var(--fresh-muted);font-size:13px;line-height:1.55}.learning-next-step-card{display:flex;gap:var(--space-5);align-items:center;justify-content:space-between;padding:var(--space-5);background:linear-gradient(135deg,#fff,#ecf8f2)}.learning-next-step-card.is-compact{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:center;height:100%;min-width:0;width:100%;padding:14px 16px;border-color:#8bcfc2c2;border-radius:16px;background:#ecf8f2d1;box-shadow:none}.learning-next-step-copy{min-width:0}.learning-next-step-copy h2{margin:0 0 8px;font-size:clamp(22px,2vw,30px)}.learning-next-step-card.is-compact .learning-next-step-copy h2{margin-bottom:4px;font-size:clamp(16px,1.4vw,20px);line-height:1.25}.learning-next-step-copy p{margin:0;color:var(--fresh-muted)}.learning-next-step-card.is-compact .learning-next-step-copy p{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learning-next-step-card.is-compact .eyebrow{min-height:18px;margin-bottom:0;padding-inline:7px;font-size:11px}.learning-next-step-card.is-compact .learning-next-step-actions{gap:6px}.learning-next-step-card.is-compact .learning-next-step-actions .n-button{--n-height: 30px;min-height:30px;padding-inline:9px}.learning-library-panel{display:grid;gap:var(--space-4);padding:clamp(18px,1.8vw,24px);background:#ffffffe0}.my-learning-board .learning-library-panel{margin-top:var(--space-4);padding:0;border:0;background:transparent;box-shadow:none}.learning-library-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.learning-library-head p{display:block;margin:6px 0 0}.learning-controls-card,.learning-filter-strip{display:grid;gap:var(--space-3);padding:0;box-shadow:none}.learning-filter-strip{border:0;background:transparent;box-shadow:none}.filter-summary{display:flex;min-height:28px;align-items:center;gap:8px;padding:0;color:var(--fresh-text);list-style:none}.filter-summary::-webkit-details-marker{display:none}.filter-summary span{display:inline-flex;min-width:0;align-items:center;gap:6px;font-size:13px;font-weight:900}.filter-summary small{min-width:0;margin-left:auto;overflow:hidden;color:var(--fresh-muted);font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.filter-chevron{color:var(--fresh-muted);transition:transform .18s ease,color .18s ease}.learning-filter-strip[open] .filter-chevron{color:var(--fresh-primary);transform:rotate(90deg)}.filter-panel-body{display:grid;gap:var(--space-3);padding-top:0;border-top:0}.practice-list-tools,.learning-list-tools{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,320px);gap:var(--space-4);align-items:end}.learning-list-tools{grid-template-columns:minmax(0,1fr) minmax(220px,320px);gap:var(--space-4);align-items:center}.learning-list-tools .learning-toolbar{grid-column:1;justify-content:flex-start}.learning-list-tools .practice-tabs{display:flex;flex-wrap:wrap;gap:14px}.learning-list-tools .practice-tab{min-height:38px;padding:0 14px;border-color:transparent;background:transparent;color:#465856;font-size:13px;font-weight:800;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.learning-list-tools .practice-tab:hover{border-color:transparent;background:#e2f8f2b8;color:var(--fresh-secondary);box-shadow:none}.learning-list-tools .practice-tab.active{border-color:#bdece2;background:#e2f8f2;color:#109786;box-shadow:none}.learning-list-tools .practice-tab:focus-visible{outline:3px solid rgba(139,207,194,.35);outline-offset:2px}.learning-list-tools .practice-sort-field{grid-column:2}.practice-search-field,.practice-sort-field{display:grid;gap:8px;min-width:0}.practice-toolbar,.learning-toolbar{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:space-between;border:0;background:transparent;padding:0;box-shadow:none}.practice-toolbar.learning-filter-strip{display:grid;align-items:stretch;justify-content:stretch;gap:var(--space-3)}.practice-toolbar.learning-filter-strip:not([open]){gap:0}.practice-tabs{display:flex;flex-wrap:wrap;gap:8px}.practice-tab{min-height:36px;padding:0 14px;border:1px solid var(--fresh-border);border-radius:999px;background:var(--fresh-surface);color:var(--fresh-text-soft);font-size:13px;font-weight:800;white-space:nowrap}.practice-tab:hover,.practice-tab.active{border-color:var(--fresh-border-strong);background:var(--fresh-primary-soft);color:var(--fresh-primary-deep)}.learning-card-stats,.learning-mode-mini,.practice-mode-summary,.practice-result-grid,.practice-hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:var(--space-3)}.practice-session-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:var(--space-3)}.learning-kpi-card span,.learning-kpi-card strong,.practice-hero-metrics span,.practice-hero-metrics strong,.practice-session-metrics span,.practice-session-metrics strong,.practice-result-grid span,.practice-result-grid strong,.practice-mode-summary span,.practice-mode-summary strong,.learning-card-stats span,.learning-card-stats strong,.learning-mode-mini span,.learning-mode-mini b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practice-progress-stack,.detail-progress-stack{display:grid;gap:8px}.compact-study-card .practice-progress-label{align-items:center}.compact-study-card .practice-progress-label span,.compact-study-card .practice-progress-label b,.compact-practice-card .practice-progress-label span,.compact-practice-card .practice-progress-label b{font-size:11px;line-height:1.2}.practice-session-progress{width:min(100%,520px);height:10px;overflow:hidden;border-radius:999px;background:var(--fresh-border)}.practice-session-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--fresh-primary),var(--fresh-secondary))}.practice-progress-label{display:flex;justify-content:space-between;gap:var(--space-3)}.practice-progress-label b{color:var(--fresh-text);font-size:12px;font-weight:850}.practice-progress-bar{height:10px;overflow:hidden;border-radius:999px;background:var(--fresh-border)}.practice-progress-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--fresh-primary),var(--fresh-secondary))}.mastery-bar i{background:linear-gradient(90deg,var(--fresh-progress),var(--fresh-primary))}.practice-hero,.practice-session-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,440px);gap:var(--space-5);align-items:center;padding:clamp(22px,2.2vw,32px);background:linear-gradient(135deg,#fff,#edf8fb)}.practice-hero-compact{grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:var(--space-3);padding:clamp(14px,1.4vw,18px);background:linear-gradient(135deg,#fff,#f8fcfa 62%,#f1faf5)}.practice-hero-copy,.practice-hero-side{display:grid;min-width:0;gap:var(--space-3)}.practice-hero-compact h1{margin-bottom:0;font-size:clamp(24px,2vw,30px)}.practice-hero-compact p{margin:0;max-width:640px;font-size:13px;line-height:1.45}.practice-hero-compact .eyebrow{min-height:22px;margin-bottom:0;padding-inline:8px;font-size:11px}.practice-hero-side{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:var(--space-2)}.practice-hero-art{width:64px;max-height:78px;object-fit:contain;justify-self:center}.practice-quick-actions.is-hero{justify-content:flex-start}.practice-hero-compact .practice-quick-actions.is-hero{gap:8px}.practice-hero-compact .practice-quick-actions.is-hero .n-button{--n-height: 34px;min-height:34px;padding-inline:12px}.practice-hero-compact .practice-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.practice-hero-compact .practice-hero-metrics div{padding:8px}.practice-hero-compact .practice-hero-metrics strong{font-size:clamp(18px,1.4vw,23px)}.practice-dashboard-card{gap:var(--space-4);padding:clamp(18px,2vw,26px);background:linear-gradient(135deg,#fffffff7,#f8fcfaeb 48%,#ecf8f2c7)}.practice-dashboard-card:after{right:clamp(18px,4vw,64px);bottom:-34px;width:clamp(240px,25vw,390px);opacity:.16}.practice-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-4);align-items:stretch}.practice-dashboard-main{display:grid;min-width:0;align-content:center;gap:var(--space-3);padding:clamp(14px,1.6vw,22px)}.practice-dashboard-main .eyebrow{width:max-content;min-height:22px;margin:0;padding-inline:8px;font-size:11px}.practice-dashboard-main h1{margin:0;color:var(--fresh-text);font-size:clamp(30px,3vw,46px);font-weight:900;line-height:1.08}.practice-dashboard-main p{max-width:680px;margin:0;color:var(--fresh-text-soft);font-size:15px;line-height:1.65}.practice-dashboard-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:flex-end;margin-top:0}.practice-current-card .practice-dashboard-actions .n-button{--n-height: 44px;min-height:44px;padding-inline:18px}.practice-dashboard-current{display:grid;min-width:0;gap:var(--space-3);align-content:center}.practice-current-card{min-height:116px}.practice-dashboard-current .learning-current-card.is-compact.practice-current-card{grid-template-columns:132px minmax(0,1fr) auto;gap:var(--space-5);padding:clamp(16px,1.8vw,22px);border-color:#8bcfc2b8;background:#ffffffd6}.practice-dashboard-current .practice-current-card .learning-current-cover{width:132px}.practice-dashboard-guide.practice-current-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-5);align-content:center;align-items:center;padding:var(--space-4);border:1px solid rgba(139,207,194,.62);border-radius:18px;background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.practice-dashboard-guide span,.practice-dashboard-guide small{color:var(--fresh-muted);font-size:12px;font-weight:750}.practice-dashboard-guide strong{color:var(--fresh-text);font-size:clamp(18px,1.6vw,23px);font-weight:850;line-height:1.35}.practice-list-head-compact{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;align-items:end;padding:12px}.practice-list-head-compact h2,.practice-list-head-compact p{margin:0}.practice-list-head-compact h2{color:var(--fresh-text);font-size:21px;font-weight:900}.practice-list-head-compact p{display:none;max-width:680px}.practice-list-head-compact .eyebrow,.learning-library-head .eyebrow{min-height:22px;margin-bottom:0;padding-inline:8px;font-size:11px}.practice-toolbar-compact{padding:8px;background:#f8fcfabd}.practice-session-head{grid-template-columns:minmax(0,1fr);gap:8px;align-items:stretch;padding:clamp(10px,1.1vw,14px);background:linear-gradient(135deg,#fff,#f8fcfa 70%,#f1faf5)}.practice-session-main{display:grid;min-width:0;gap:8px}.practice-session-title-row,.practice-session-progress-row{display:flex;align-items:center;gap:12px;min-width:0}.practice-session-title-row{--practice-back-width: 132px;justify-content:center}.practice-session-title-row:after{flex:0 0 var(--practice-back-width);content:""}.practice-session-progress-row{justify-content:space-between}.practice-session-head .practice-session-back-button{flex:0 0 var(--practice-back-width);width:var(--practice-back-width);--n-height: 32px;min-height:32px;padding-inline:12px}.practice-session-head .practice-session-back-button .n-button__content{line-height:1.2}.practice-session-head .eyebrow{display:none}.practice-session-head h1{flex:1 1 auto;min-width:0;overflow:hidden;font-size:clamp(18px,1.55vw,23px);line-height:1.22;text-align:center;text-overflow:ellipsis;white-space:nowrap}.practice-session-head p{flex:0 0 auto;color:var(--fresh-muted);font-size:12px;font-weight:800;line-height:1.25;white-space:nowrap}.practice-session-head .practice-session-progress{width:100%;height:8px}.practice-session-head .practice-session-metrics{display:flex;flex:0 1 auto;flex-wrap:wrap;gap:8px;min-width:0}.practice-session-head .practice-session-metrics div{display:flex;min-height:34px;align-items:center;gap:6px;padding:7px 10px;border-radius:999px}.practice-session-head .practice-session-metrics span{font-size:11px}.practice-session-head .practice-session-metrics strong{font-size:14px;line-height:1.2}.practice-list-head:not(.practice-list-head-compact){padding:var(--space-5)}.practice-empty{margin-top:var(--space-4)}.training-card-cover{background-position:center;background-size:cover}.training-card-cover:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,#144a4605,#144a4638)}.training-card-cover .practice-status{z-index:1}.training-card-cover .practice-status{position:absolute;top:14px;left:14px}.practice-mode-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.practice-mode-chip-row{display:grid;grid-template-columns:minmax(116px,1.1fr) repeat(3,minmax(82px,.8fr));gap:8px}.practice-mode-chip{display:grid;min-width:0;min-height:54px;align-content:center;gap:2px;padding:8px 10px;border:1px solid var(--fresh-border);border-radius:12px;background:#f8fcfae6;color:var(--fresh-text);text-align:left;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.practice-mode-chip:hover{border-color:var(--fresh-border-strong);background:var(--fresh-primary-soft);transform:translateY(-1px)}.practice-mode-chip.is-primary{border-color:#f47a2c66;background:var(--fresh-primary);color:#fff}.practice-mode-chip.is-primary:hover{background:var(--fresh-primary-strong);color:#fff}.practice-mode-chip strong,.practice-mode-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practice-mode-chip strong{font-size:13px;font-weight:900}.practice-mode-chip span{color:currentColor;font-size:11px;font-weight:750;opacity:.78}.compact-practice-card .practice-mode-chip{min-height:32px;padding:4px 5px;border-radius:10px}.compact-practice-card .practice-mode-chip-row{grid-template-columns:1.22fr repeat(3,.86fr);gap:5px}.compact-practice-card .practice-mode-chip strong{font-size:11px}.compact-practice-card .practice-mode-chip span{display:none}.compact-study-card .learning-card-actions{gap:6px;padding-top:0}.compact-study-card .learning-card-actions .n-button{--n-height: 32px;min-height:32px;padding-inline:10px}.learning-compact-signals{display:flex;min-width:0;flex-wrap:wrap;gap:6px}.learning-compact-signals span{padding:4px 7px}.compact-study-card .practice-progress-stack,.compact-practice-card .practice-progress-stack{gap:5px}.compact-study-card .practice-progress-bar,.compact-practice-card .practice-progress-bar{height:7px}.practice-mode-grid button,.practice-mode-option{display:grid;min-width:0;gap:var(--space-2);padding:var(--space-4);border:1px solid var(--fresh-border);border-radius:14px;background:var(--fresh-surface-soft);color:var(--fresh-text);text-align:left;transition:border-color .18s ease,background-color .18s ease}.practice-mode-grid button:hover,.practice-mode-option:hover,.practice-mode-option.active{border-color:var(--fresh-border-strong);background:var(--fresh-primary-soft)}.practice-mode-grid strong,.practice-mode-option strong{font-size:15px;font-weight:850}.practice-trainer-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-3);align-items:start}.practice-question-panel{padding:clamp(14px,1.3vw,18px)}.practice-question-top{align-items:center;gap:var(--space-3);justify-content:flex-end}.practice-question-top>div:first-child{width:100%;gap:6px;justify-items:end}.practice-question-top h2{font-size:clamp(21px,1.8vw,28px)}.practice-question-top p{display:none}.practice-question-box>.practice-prompt-label{display:none!important}.practice-question-mode-pill{display:inline-flex;width:fit-content;min-height:22px;align-items:center;justify-self:end;gap:6px;padding:0;border:0;background:transparent;color:var(--fresh-muted);font-size:12px;font-weight:800;opacity:.72;white-space:nowrap}.practice-question-mode-pill strong{color:var(--fresh-text-soft);font-weight:850}.practice-answer-stage{display:grid;gap:var(--space-3);margin-top:var(--space-3)}.practice-question-box{position:relative;display:flex;min-height:236px;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:34px 40px;border:1px solid var(--fresh-border-strong);border-radius:var(--radius-lg);background:linear-gradient(135deg,#fff,#ecf8f2);text-align:center}.practice-card-listen-button.n-button{--n-width: 42px !important;--n-height: 42px !important;--n-color: #e4f6ef !important;--n-color-hover: #d5f0e5 !important;--n-color-pressed: #c5e8da !important;--n-color-focus: #d5f0e5 !important;--n-border: 1px solid rgba(26, 127, 102, .18) !important;--n-border-hover: 1px solid rgba(26, 127, 102, .34) !important;--n-border-pressed: 1px solid rgba(26, 127, 102, .4) !important;--n-border-focus: 1px solid rgba(26, 127, 102, .34) !important;--n-text-color: var(--fresh-primary-deep) !important;--n-text-color-hover: var(--fresh-primary-deep) !important;--n-text-color-pressed: var(--fresh-primary-deep) !important;--n-ripple-color: rgba(26, 127, 102, .18) !important;position:absolute;top:16px;right:16px}.practice-card-listen-button .n-icon{font-size:20px}.practice-question-box .practice-en-line,.practice-question-box .practice-answer-input{width:100%}.practice-zh-line{width:fit-content;max-width:min(100%,820px);margin:0;color:var(--fresh-text);font-size:34px;font-weight:900;line-height:1.28;text-align:center}.practice-en-line{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 14px;align-items:flex-start;max-width:900px;color:var(--fresh-text);font-family:var(--font-reading);font-size:30px;line-height:1.55;text-align:center}.practice-en-text{display:inline-flex;min-height:64px;align-items:center}.practice-blank-slot{display:inline-flex;width:156px;min-height:64px;flex:0 0 auto;flex-direction:column;align-items:stretch;justify-content:flex-start}.practice-blank-input{width:156px!important;flex:0 0 auto}.practice-blank-slot .practice-blank-input{width:100%!important}.practice-blank-answer{display:block;min-height:22px;margin-top:6px;color:var(--fresh-text-soft);font-size:15px;font-weight:850;line-height:1.35;text-align:center}.practice-blank-slot.is-correct .practice-blank-answer{color:var(--fresh-progress)}.practice-blank-slot.is-wrong .practice-blank-answer,.practice-blank-slot.is-missing .practice-blank-answer{color:var(--fresh-danger)}.practice-blank-input.n-input,.practice-word-answer-input.n-input{--n-height: 64px !important;--practice-underline: rgba(20, 74, 70, .46);position:relative;min-height:64px;border:0!important;border-radius:0!important;background:transparent;box-shadow:none!important;transition:transform .18s ease,background-color .18s ease,color .18s ease}.practice-blank-input.n-input:after,.practice-word-answer-input.n-input:after{position:absolute;right:6px;bottom:0;left:6px;height:2px;border-radius:999px;background:var(--practice-underline);content:"";pointer-events:none;transition:background-color .18s ease,height .18s ease}.practice-blank-input.n-input:hover,.practice-word-answer-input.n-input:hover,.practice-blank-input.n-input.has-value,.practice-word-answer-input.n-input.has-value{--practice-underline: rgba(20, 74, 70, .72)}.practice-blank-input.n-input.n-input--focus,.practice-word-answer-input.n-input.n-input--focus,.practice-blank-input.n-input:focus-within,.practice-word-answer-input.n-input:focus-within{--practice-underline: var(--fresh-primary);background:transparent;box-shadow:none!important;transform:translateY(-1px)}.practice-blank-input.n-input.n-input--focus:after,.practice-word-answer-input.n-input.n-input--focus:after,.practice-blank-input.n-input:focus-within:after,.practice-word-answer-input.n-input:focus-within:after{height:3px}.practice-blank-input.n-input.is-correct,.practice-word-answer-input.n-input.is-correct{--practice-underline: var(--fresh-progress);background:#f0fdf4b8}.practice-blank-input.n-input.is-wrong,.practice-word-answer-input.n-input.is-wrong,.practice-blank-input.n-input.is-missing,.practice-word-answer-input.n-input.is-missing{--practice-underline: var(--fresh-danger);background:#fef2f2b8}.practice-blank-input.n-input.is-shaking,.practice-word-answer-input.n-input.is-shaking{animation:practice-answer-shake .36s ease both}@keyframes practice-answer-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}.practice-blank-input.n-input .n-input-wrapper,.practice-word-answer-input.n-input .n-input-wrapper{min-height:64px;align-items:center;padding-block:0;padding-inline:6px;border:0!important;border-radius:0!important;background:transparent;box-shadow:none!important}.practice-blank-input.n-input .n-input__input,.practice-word-answer-input.n-input .n-input__input{display:flex;align-items:center}.practice-blank-input.n-input .n-input__border,.practice-blank-input.n-input .n-input__state-border,.practice-word-answer-input.n-input .n-input__border,.practice-word-answer-input.n-input .n-input__state-border{display:none!important;box-shadow:none!important}.practice-blank-input.n-input .n-input__input-el,.practice-word-answer-input.n-input .n-input__input-el{height:64px;padding-block:0!important;border:0!important;color:var(--fresh-text);font-family:var(--font-reading);font-size:28px;font-weight:500;line-height:64px;box-shadow:none!important;outline:0!important;text-align:center}.practice-blank-input.n-input.n-input--disabled,.practice-word-answer-input.n-input.n-input--disabled{opacity:1}.practice-word-target{margin:0;color:var(--fresh-primary-deep);font-size:48px;font-weight:900}.practice-answer-input{width:100%;max-width:720px}.practice-word-answer-line{display:flex;width:fit-content;max-width:min(100%,900px);flex-wrap:wrap;justify-content:center;gap:12px 14px;align-items:center;margin-inline:auto;padding-top:0;text-align:center}.practice-word-answer-input{width:calc(var(--answer-ch, 8) * 15px + 62px)!important;min-width:104px;flex:0 0 auto}.practice-answer-punctuation,.practice-answer-space{font-size:30px;font-weight:850}.practice-action-rail,.practice-action-rail-resolved{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.practice-action-rail-resolved{gap:var(--space-2);padding-bottom:2px}.practice-secondary-actions{display:flex;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:var(--space-2);min-width:0}.practice-listen-button.n-button{--n-color: #e4f6ef !important;--n-color-hover: #d5f0e5 !important;--n-color-pressed: #c5e8da !important;--n-color-focus: #d5f0e5 !important;--n-border: 1px solid rgba(26, 127, 102, .14) !important;--n-border-hover: 1px solid rgba(26, 127, 102, .28) !important;--n-border-pressed: 1px solid rgba(26, 127, 102, .34) !important;--n-border-focus: 1px solid rgba(26, 127, 102, .3) !important;--n-text-color: var(--fresh-primary-deep) !important;--n-text-color-hover: var(--fresh-primary-deep) !important;--n-text-color-pressed: var(--fresh-primary-deep) !important;--n-ripple-color: rgba(26, 127, 102, .18) !important}.practice-action-rail .practice-primary-action,.practice-action-rail-resolved .practice-primary-action{flex:0 0 auto;margin-left:auto}.practice-primary-action{min-width:150px}.practice-answer-feedback{display:grid;gap:var(--space-3)}.practice-hint-box,.practice-combo-burst,.practice-result-next-card,.practice-result-clear-card,.meaning-tip-card,.meaning-context-card,.meaning-translation-card{padding:var(--space-4);border:1px solid var(--fresh-border);border-radius:14px;background:var(--fresh-surface-soft)}.practice-hint-box,.practice-result-next-card,.practice-result-clear-card{display:grid;gap:var(--space-3)}.practice-combo-burst{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-3);border-color:#ff7e2a52;background:radial-gradient(circle at 14% 30%,rgba(255,205,93,.28),transparent 32%),linear-gradient(135deg,#fff8ec,#eefbf4);box-shadow:0 18px 36px #ff7e2a29;animation:practice-combo-pop .56s cubic-bezier(.18,.92,.18,1.24)}.practice-combo-burst:before{position:absolute;inset:-35% auto -35% -40%;z-index:-1;width:42%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.92),transparent);content:"";transform:skew(-18deg);animation:practice-combo-sweep .76s ease-out both}.practice-combo-burst:after{position:absolute;inset:10px;z-index:-1;border:1px solid rgba(255,126,42,.2);border-radius:12px;content:"";animation:practice-combo-ring .62s ease-out both}.practice-combo-burst.is-perfect{border-color:#f59e0b6b;background:radial-gradient(circle at 18% 24%,rgba(255,221,118,.42),transparent 34%),linear-gradient(135deg,#fff7d8,#ebfbf2);box-shadow:0 20px 42px #f59e0b33}.combo-copy{min-width:0;display:flex;align-items:baseline;gap:10px}.combo-copy b{color:var(--fresh-achievement);font-size:clamp(16px,1.45vw,22px);font-weight:900;letter-spacing:0;text-shadow:0 2px 0 rgba(255,255,255,.72)}.combo-copy strong{color:#ff6f1f;font-size:clamp(28px,3vw,42px);font-weight:950;line-height:.95;text-shadow:0 3px 0 rgba(255,255,255,.9),0 12px 20px rgba(255,111,31,.24);transform-origin:center;animation:practice-combo-hit .52s cubic-bezier(.18,.92,.18,1.24) both}.practice-combo-burst.is-perfect .combo-copy b,.practice-combo-burst.is-perfect .combo-copy strong{color:#d97706}.combo-copy em{color:var(--fresh-primary-deep);font-size:13px;font-style:normal;font-weight:850}.combo-bonus{flex:0 0 auto;padding:6px 10px;border-radius:999px;background:#ffffffc2;color:var(--fresh-primary-deep);font-size:12px;font-weight:850;white-space:nowrap}.combo-sparks{position:relative;width:28px;height:28px;flex:0 0 auto}.combo-sparks i{position:absolute;top:50%;left:50%;width:4px;height:12px;border-radius:999px;background:#ff8a2a;opacity:0;transform-origin:50% 110%;animation:practice-combo-spark .62s ease-out both}.combo-sparks i:nth-child(1){transform:translate(-50%,-50%) rotate(-38deg)}.combo-sparks i:nth-child(2){background:var(--fresh-primary);animation-delay:50ms;transform:translate(-50%,-50%) rotate(26deg)}.combo-sparks i:nth-child(3){background:#facc15;animation-delay:90ms;transform:translate(-50%,-50%) rotate(74deg)}.combo-sparks i:nth-child(4){height:9px;animation-delay:.12s;transform:translate(-50%,-50%) rotate(-86deg)}@keyframes practice-combo-pop{0%{opacity:0;transform:translateY(10px) scale(.88) rotate(-1.4deg)}48%{opacity:1;transform:translateY(-4px) scale(1.045) rotate(.9deg)}72%{transform:translateY(1px) scale(.99) rotate(-.35deg)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes practice-combo-hit{0%{transform:scale(.58)}54%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes practice-combo-sweep{0%{transform:translate(0) skew(-18deg)}to{transform:translate(360%) skew(-18deg)}}@keyframes practice-combo-spark{0%{opacity:0;translate:0 0;scale:.4}30%{opacity:1}to{opacity:0;translate:0 -14px;scale:1.08}}@keyframes practice-combo-ring{0%{opacity:.75;transform:scale(.92)}to{opacity:0;transform:scale(1.06)}}.practice-result-next-card span,.practice-result-review-head span{display:block}.practice-result-next-card p,.practice-result-clear-card p{margin:0;color:var(--fresh-text-soft);line-height:1.6}.practice-shortcut-hint{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 14px;margin-top:var(--space-4);color:var(--fresh-muted);font-size:13px;font-weight:750}.practice-shortcut-hint span{display:inline-flex;align-items:center;gap:6px}.practice-shortcut-hint kbd{min-width:28px;padding:3px 7px;border:1px solid rgba(20,140,125,.2);border-radius:8px;background:#e4f6efd1;color:var(--fresh-primary-deep);font-family:var(--font-sans);font-size:12px;font-weight:900;line-height:1;text-align:center;box-shadow:inset 0 -1px #148c7d24}.practice-result-card{padding:clamp(18px,2vw,28px);background:linear-gradient(135deg,#fff,#f1fbf7)}.practice-result-main{display:grid;align-content:start;gap:var(--space-3);min-width:0}.practice-result-main .eyebrow,.practice-result-main h1,.practice-result-title-copy p,.practice-result-scoreline,.practice-result-grid,.practice-result-next-card,.practice-result-actions{margin:0}.practice-result-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(340px,.86fr);gap:var(--space-4);align-items:start}.practice-result-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:start}.practice-result-title-copy{display:grid;min-width:0;gap:6px}.practice-result-title-copy h1{margin:0;font-size:clamp(26px,2.4vw,38px)}.practice-result-title-copy p{display:-webkit-box;overflow:hidden;color:var(--fresh-text-soft);line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.practice-result-scoreline{display:flex;min-width:142px;align-items:center;gap:var(--space-2);justify-self:start;padding:10px 12px;border:1px solid var(--fresh-border-strong);border-radius:14px;background:var(--fresh-primary-soft)}.practice-result-scoreline strong{color:var(--fresh-primary-deep);font-size:clamp(30px,3vw,46px);font-weight:900;line-height:1}.practice-result-scoreline span{max-width:92px;color:var(--fresh-primary-strong);font-size:12px;font-weight:850;line-height:1.35}.practice-result-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}.practice-result-grid div{min-height:58px;padding:10px 12px;border-radius:12px}.practice-result-grid strong{font-size:clamp(20px,1.7vw,26px)}.practice-result-next-card{display:grid;gap:5px;padding:13px 14px;border-color:var(--fresh-border-strong);border-radius:14px;background:#f5fffb}.practice-result-next-card strong,.practice-result-clear-card strong,.practice-result-review-head strong{display:block;color:var(--fresh-text);line-height:1.45}.practice-result-next-card p{max-width:720px;margin:0;line-height:1.55}.practice-result-review,.practice-result-review-list{display:grid;gap:var(--space-3)}.practice-result-review-item,.practice-detail-sentence{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-3);align-items:center;padding:12px;border:1px solid var(--fresh-border);border-radius:14px;background:var(--fresh-surface)}.practice-result-review-item>div:first-child,.practice-detail-sentence>div:first-child{display:grid;gap:var(--space-2);min-width:0}.practice-result-review-item strong,.practice-detail-sentence strong{display:block;color:var(--fresh-text);line-height:1.55}.practice-result-review-item span,.practice-result-review-item small,.practice-detail-sentence small{display:block;color:var(--fresh-muted);font-size:12px;line-height:1.5}.profile-grid{grid-template-columns:minmax(0,1fr);width:100%;margin-inline:auto}.profile-unified-card{padding:clamp(24px,2.4vw,34px)}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.profile-actions{display:flex;justify-content:flex-end;margin-top:var(--space-5)}.network-page{display:grid;min-height:calc(100dvh - 180px);place-items:center}.network-card{display:grid;width:min(780px,100%);gap:var(--space-5);justify-items:center;padding:clamp(32px,4vw,54px);background:linear-gradient(135deg,#fff,#edf8fb);text-align:center}.network-orb,.unlock-orb,.lock-orb{display:inline-flex;width:54px;height:54px;align-items:center;justify-content:center;border:1px solid var(--fresh-border-strong);border-radius:16px;background:var(--fresh-primary-soft);color:var(--fresh-primary-deep);font-size:26px}.modal-card.n-card{width:min(640px,calc(100vw - 96px));max-height:calc(100dvh - 72px);overflow:hidden;border-radius:16px;box-shadow:var(--fresh-shadow-lg)}.modal-card.n-card>.n-card__content{max-height:calc(100dvh - 154px);overflow:auto}.modal-card.n-card .n-card-header__close{display:inline-flex;width:36px!important;height:36px!important;align-items:center;justify-content:center;border-radius:999px;color:var(--fresh-muted);transition:background-color .18s ease,color .18s ease}.modal-card.n-card .n-card-header__close:before{inset:0!important;width:auto!important;height:auto!important;border-radius:inherit!important;transform:none!important}.modal-card.n-card .n-card-header__close:hover{background:var(--fresh-primary-soft);color:var(--fresh-primary-deep)}.modal-card.n-card .n-button{min-height:38px}.modal-card.n-card .n-button .n-button__content{white-space:nowrap}.import-modal.n-card{width:min(620px,calc(100vw - 96px))}.import-modal.n-card>.n-card-header{min-height:52px;padding:16px 20px 0}.import-modal.n-card>.n-card__content{padding:8px 24px 24px}.n-modal.fade-in-scale-up-transition-leave-active{pointer-events:none!important}.auth-modal.n-card{position:relative;width:min(920px,calc(100vw - 96px));border:1px solid rgba(139,207,194,.42);border-radius:28px;background:#f7fbf8;box-shadow:0 32px 90px #123b3733}.auth-modal.n-card:before,.auth-modal.n-card:after{content:"";position:absolute;pointer-events:none}.auth-modal.n-card:before{inset:-30px;z-index:0;background:url(/assets/login_fox_bg-B0wf99kB.webp) center / cover no-repeat}.auth-modal.n-card:after{inset:0;z-index:1;background:linear-gradient(90deg,#ffffff94,#ffffff4d 43%,#ffffff0a)}.auth-modal.n-card.fade-in-scale-up-transition-enter-from:not(.fade-in-scale-up-transition-leave-active),.auth-modal.n-card.fade-in-scale-up-transition-enter-active:not(.fade-in-scale-up-transition-leave-active){opacity:1!important;transform:scale(1)!important}.auth-modal.n-card>.n-card-header{position:relative;z-index:2;padding:22px 34px 0;background:transparent}.auth-modal.n-card>.n-card__content{position:relative;z-index:2;max-height:calc(100dvh - 130px);padding:8px 34px 34px;overflow:visible;background:transparent}.auth-modal.n-card .modal-title{width:min(370px,100%);text-align:center}.auth-modal.n-card .auth-modal-hidden-title{width:0;height:0;overflow:hidden;opacity:0;pointer-events:none}.auth-modal.n-card .modal-title h2{color:var(--fresh-text-soft);font-size:clamp(22px,1.8vw,25px);font-weight:800;line-height:1.2}.auth-modal.n-card .n-card-header__close{position:relative;z-index:3;background:#ffffffad;box-shadow:0 10px 22px #144a4614;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.practice-detail-modal.n-card,.practice-mode-modal.n-card{width:min(780px,calc(100vw - 96px))}.word-modal.n-card{width:min(720px,calc(100vw - 96px))}.practice-detail-modal.n-card>.n-card__content{max-height:calc(100dvh - 132px);padding-right:18px}.practice-detail-body{gap:var(--space-3)}.practice-detail-modal .practice-mode-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2)}.practice-detail-modal .practice-mode-summary div{min-height:58px;padding:10px;border-radius:12px}.practice-detail-modal .practice-mode-summary strong{font-size:clamp(19px,1.8vw,25px)}.practice-detail-modal .practice-mode-summary span{font-size:11px}.detail-progress-details{border:1px solid var(--fresh-border);border-radius:14px;background:var(--fresh-surface-soft)}.detail-progress-details[open]{background:var(--fresh-surface)}.detail-progress-summary{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:var(--space-3);padding:0 14px;color:var(--fresh-text);cursor:pointer;font-weight:850;list-style:none}.detail-progress-summary::-webkit-details-marker{display:none}.detail-progress-summary small{color:var(--fresh-muted);font-size:12px;font-weight:750}.detail-progress-stack{padding:0 14px 14px}.practice-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.practice-detail-section-head>div,.practice-detail-sentence .sentence-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:var(--space-2)}.practice-detail-sentences{gap:var(--space-2)}.practice-detail-sentence strong{font-size:14px;line-height:1.45}.practice-detail-sentence small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.modal-title h2{margin:0}.modal-body-stack{display:grid;gap:var(--space-4)}.auth-layout{display:flex;min-height:436px;align-items:flex-start}.auth-layout.is-auth-visual{align-items:center}.auth-form-stack{display:grid;width:min(370px,100%);gap:8px}.auth-form-title{position:relative;z-index:3;display:block;min-height:30px;margin:0;color:var(--fresh-text)!important;font-size:clamp(22px,1.8vw,25px);font-weight:800;line-height:1.2;text-align:center;visibility:visible!important;opacity:1!important}.auth-form{display:grid;gap:var(--space-4)}.auth-layout.is-auth-visual .auth-form{width:100%;padding:22px;border:1px solid rgba(139,207,194,.38);border-radius:24px;background:#ffffffc2;box-shadow:0 22px 54px #144a461f,inset 0 1px #ffffffd6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-layout.is-auth-visual .modal-hint{margin-bottom:2px;color:#3d6863;font-size:14px;line-height:1.55}.auth-layout.is-auth-visual .form-field{gap:9px}.auth-layout.is-auth-visual .form-field>span{color:var(--fresh-text);font-size:13px}.auth-layout.is-auth-visual .n-input{--n-height: 48px !important;--n-border: 1px solid rgba(139, 207, 194, .55) !important;--n-border-hover: 1px solid rgba(16, 151, 134, .58) !important;--n-border-focus: 1px solid rgba(16, 151, 134, .72) !important;--n-border-radius: 999px !important;--n-box-shadow-focus: 0 0 0 3px rgba(139, 207, 194, .24) !important;--n-color: rgba(255, 255, 255, .88) !important;--n-color-focus: #ffffff !important;--n-placeholder-color: rgba(93, 126, 122, .82) !important;box-shadow:0 8px 18px #144a460b}.auth-layout.is-auth-visual .auth-primary-actions{display:flex;width:100%;align-items:center}.auth-layout.is-auth-visual .auth-primary-actions>.n-button{flex:1 1 100%;width:100%}.password-modal-body .modal-actions{justify-content:flex-end}.auth-layout.is-auth-visual .auth-primary-actions .n-button--primary-type{--n-height: 48px !important;flex:1 1 auto;width:100%;min-height:48px;box-shadow:0 12px 26px #f47a2c38}.auth-secondary-links{display:flex;justify-content:space-between;gap:var(--space-3);min-height:34px;padding-inline:8px}.auth-link-button.n-button{--n-text-color: var(--fresh-text) !important;--n-text-color-hover: var(--fresh-primary) !important;--n-text-color-pressed: var(--fresh-primary-strong) !important;--n-text-color-focus: var(--fresh-primary) !important;min-height:34px;padding-inline:4px;font-weight:850}.auth-switch-line{display:flex;width:100%;padding-inline:0;justify-content:flex-start}.code-line{display:grid;grid-template-columns:minmax(0,1fr) 128px;gap:var(--space-3);align-items:end}.send-code-button{--n-height: 48px !important;width:128px;min-width:128px;min-height:48px;align-self:end}.auth-switch-line .n-button{min-height:36px;padding-right:10px;padding-left:0}.import-body{display:grid;gap:14px}.import-panel{display:grid;gap:0}.import-url-field{gap:10px}.import-url-field>span{color:var(--fresh-text);font-size:14px}.import-url-field .n-input{--n-height: 50px !important;--n-border: 1px solid rgba(139, 207, 194, .62) !important;--n-border-hover: 1px solid rgba(244, 122, 44, .55) !important;--n-border-focus: 1px solid rgba(244, 122, 44, .72) !important;--n-border-radius: 999px !important;--n-box-shadow-focus: 0 0 0 4px rgba(244, 122, 44, .13) !important;--n-color: rgba(255, 255, 255, .95) !important;--n-color-focus: #ffffff !important}.import-url-field .n-input .n-input__input-el{min-height:48px}.import-footer{display:flex;align-items:center;justify-content:flex-end;margin-top:2px}.confirm-dialog.n-dialog{width:min(520px,calc(100vw - 48px));border-radius:18px}.confirm-dialog .n-dialog__icon{display:none}.confirm-dialog-content{display:grid;gap:var(--space-3)}.confirm-dialog-content p{margin:0;color:var(--fresh-text-soft);line-height:1.65;overflow-wrap:anywhere}.confirm-dialog-content .n-alert{border-radius:12px}.confirm-dialog .n-dialog__action{gap:var(--space-3)}.confirm-dialog .n-dialog__action .n-button{min-width:88px}.practice-mode-list,.practice-detail-sentences,.meaning-panel,.meaning-examples{display:grid;gap:var(--space-3)}.practice-mode-list{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-mode-option{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:72px;padding:13px 14px}.practice-mode-option>span{display:grid;gap:6px}.practice-detail-sentence strong,.practice-result-review-item strong,.practice-mode-option strong{overflow-wrap:anywhere}.practice-mode-option small,.practice-mode-option b{color:var(--fresh-muted);font-size:12px}.practice-mode-option small{line-height:1.45}.practice-mode-actions{justify-content:flex-end}.meaning-panel h1,.word-modal h1{margin:0;color:var(--fresh-text);font-size:clamp(28px,3vw,42px);line-height:1.15}.meaning-word-head{display:flex;min-width:0;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:10px}.meaning-word-head h1{flex:0 1 auto;min-width:0;overflow-wrap:anywhere}.meaning-pronunciation-row{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;margin-top:var(--space-2)}.meaning-translation{margin:6px 0 0;color:var(--fresh-text);font-size:18px;line-height:1.6;white-space:pre-line}.meaning-phonetic{flex:0 0 auto;margin:0;color:var(--fresh-secondary);font-family:var(--font-reading);font-size:15px;font-weight:800;white-space:nowrap}.meaning-sentence-pronunciation{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:flex-start;padding:12px;border:1px solid rgba(20,140,125,.14);border-radius:12px;background:#e4f6ef94}.meaning-sentence-pronunciation-item{display:inline-flex;flex-direction:column;align-items:center;gap:3px;min-width:34px;padding:2px 4px;border-radius:8px}.meaning-sentence-word{color:var(--fresh-primary-deep);font-family:var(--font-reading);font-size:15px;font-weight:800;line-height:1.2;white-space:nowrap}.meaning-sentence-phonetic{color:var(--fresh-muted);font-family:var(--font-reading);font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap}.meaning-audio-button.n-button{flex:0 0 auto;min-width:76px}.meaning-section strong,.meaning-tip-card strong{color:var(--fresh-text)}.meaning-section-head{display:flex;gap:var(--space-3);align-items:center;justify-content:space-between}.meaning-section-head span{color:var(--fresh-muted);font-size:12px;font-weight:800;white-space:nowrap}.meaning-section p,.meaning-tip-card p,.meaning-context-card p{margin:6px 0 0;color:var(--fresh-text-soft);line-height:1.65}.meaning-examples{padding:0;margin:8px 0 0;list-style:none}.meaning-examples li{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:var(--space-3);align-items:start;padding:var(--space-3);border:1px solid var(--fresh-border);border-radius:12px;background:var(--fresh-surface-soft)}.meaning-examples li>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px var(--space-2);min-width:0}.meaning-examples b{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;grid-row:1 / span 2;border-radius:999px;background:var(--fresh-primary-soft);color:var(--fresh-primary-deep);font-size:12px;font-weight:900}.meaning-examples span,.meaning-examples small{display:block;line-height:1.55}.meaning-examples span{color:var(--fresh-text);font-weight:750}.meaning-examples small{grid-column:2;color:var(--fresh-muted)}.meaning-examples .n-button{width:38px;min-width:38px;height:38px;min-height:38px}.toast-stack{position:fixed;top:calc(18px + env(safe-area-inset-top));left:50%;z-index:3000;display:grid;gap:var(--space-3);justify-items:center;width:min(420px,calc(100vw - 32px));transform:translate(-50%);pointer-events:none}.toast{padding:13px 16px;border:1px solid var(--fresh-border-strong);border-radius:14px;background:#fffffff0;color:var(--fresh-text);box-shadow:var(--fresh-shadow-md);font-size:14px;font-weight:800;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:toast-in .18s ease both}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1600px){:root{--shell-width: 1520px}.video-grid,.learning-video-grid,.search-result-grid,.practice-card-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.search-result-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr))}.learning-video-grid{grid-template-columns:repeat(auto-fill,minmax(330px,360px))}.practice-card-grid{grid-template-columns:repeat(auto-fit,minmax(430px,1fr))}.learning-grid{grid-template-columns:minmax(720px,1fr) minmax(390px,.34fr)}.learning-grid.subtitle-collapsed{grid-template-columns:minmax(720px,1fr) 56px}}@media(min-width:1180px){.page-video .player-card{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start}.page-video .player-study-panel{margin-top:var(--space-4)}}@media(max-width:1180px){:root{--shell-width: 1080px}.shell-header{grid-template-columns:minmax(130px,160px) minmax(360px,1fr) minmax(130px,160px)}.brand-logo-image{width:124px}.nav-pill{padding-inline:10px;font-size:13px}.learning-overview-card,.practice-trainer-shell,.practice-result-layout{grid-template-columns:minmax(0,1fr)}.learning-focus-side{grid-template-columns:96px minmax(0,1fr)}.practice-mode-chip-row{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-grid{grid-template-columns:minmax(390px,1fr) minmax(300px,.42fr)}.learning-grid.subtitle-collapsed{grid-template-columns:minmax(390px,1fr) 56px}.subtitle-list{max-height:560px}}@media(min-width:960px)and (max-width:1180px){.practice-result-layout{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)}.practice-result-summary{grid-template-columns:minmax(0,1fr)}.practice-result-scoreline{justify-self:start}}@media(max-width:900px){.shell-header{grid-template-columns:minmax(122px,140px) minmax(320px,1fr) minmax(122px,140px);width:calc(100vw - 32px);min-width:728px;gap:10px}.app-main{width:calc(100vw - 32px);min-width:728px}.brand-logo-image{width:116px}.nav-pill span{display:inline}.nav-pill .n-icon{font-size:16px}.nav-pill{gap:5px;padding-inline:6px;font-size:12px}.player-titlebar,.practice-hero,.practice-session-head,.learning-next-step-card{grid-template-columns:minmax(0,1fr)}.learning-focus-card{grid-template-columns:minmax(0,1fr);gap:8px}.learning-next-step-card.is-compact,.practice-dashboard-grid{grid-template-columns:minmax(0,1fr)}.practice-dashboard-main{padding:10px 0 4px}.practice-hero-side{grid-template-columns:minmax(0,1fr)}.learning-focus-side{grid-template-columns:minmax(0,1fr);align-content:start}.learning-focus-stats,.learning-next-step-card.is-compact{grid-column:1 / -1}.practice-list-head-compact{grid-template-columns:minmax(0,1fr)}.learning-focus-art,.practice-hero-art{display:none}.learning-focus-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-current-card.is-compact{grid-template-columns:78px minmax(0,1fr)}.learning-current-card.is-compact .learning-current-cover{width:78px}.learning-current-card.is-compact .learning-current-copy strong{-webkit-line-clamp:2}.learning-current-card.is-compact>.n-button,.learning-current-card.is-compact .learning-current-actions{grid-column:1 / -1;justify-self:start}.learning-start-preview.is-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.practice-card-grid{grid-template-columns:minmax(0,1fr)}.compact-study-card,.compact-practice-card{grid-template-columns:148px minmax(0,1fr)}.practice-mode-chip-row{grid-template-columns:repeat(2,minmax(0,1fr))}.home-video-toolbar{flex-wrap:wrap;align-items:flex-start}.home-hero-search{flex:1 1 100%;max-width:460px}.learning-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.practice-list-tools,.learning-list-tools{grid-template-columns:minmax(0,1fr) minmax(210px,260px)}.auth-modal.n-card{width:min(720px,calc(100vw - 64px))}.auth-modal.n-card>.n-card-header{padding-inline:26px}.auth-modal.n-card>.n-card__content{padding-inline:26px}.auth-layout.is-auth-visual{min-height:410px}.auth-layout.is-auth-visual .auth-form{width:min(348px,100%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
