@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,SF Pro Display,PingFang SC,Helvetica Neue,Arial,sans-serif;color:#0f172a;background:#f6f7fb;font-synthesis:none;--brand: #7c5cff;--brand-rgb: 124, 92, 255;--brand-soft: #f0ebff;--text: #0f172a;--muted: #6f7a8d;--line: #e3e7ef;--surface: #fff;--canvas: #f6f7fb;--danger: #b91c1c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--canvas);color:var(--text)}button,input,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app-frame[data-theme=teal]{--brand: #14b8a6;--brand-rgb: 20, 184, 166;--brand-soft: #e4faf7}.app-frame[data-theme=rose]{--brand: #f43f5e;--brand-rgb: 244, 63, 94;--brand-soft: #fff0f3}.app-frame[data-theme=dark]{--brand: #9d87ff;--brand-rgb: 157, 135, 255;--brand-soft: #2b2549;--text: #f8fafc;--muted: #a9b2c1;--line: #31394a;--surface: #171d2a;--canvas: #101522;--danger: #fca5a5}.app-frame{min-height:100vh;background:var(--canvas);color:var(--text)}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;z-index:20;background:color-mix(in srgb,var(--surface) 70%,var(--canvas));border-right:1px solid var(--line);display:flex;flex-direction:column}.user-entry{height:72px;display:flex;align-items:center;gap:13px;padding:0 18px;border-bottom:1px solid var(--line);font-size:18px}.avatar,.profile-avatar{display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#6b4df4,#9d82ff);box-shadow:0 8px 20px rgba(var(--brand-rgb),.22);border-radius:50%}.avatar{width:40px;height:40px}.main-nav{display:grid;gap:8px;padding:10px 14px}.main-nav a{height:44px;padding:0 14px;border-radius:12px;display:flex;gap:14px;align-items:center;font-weight:600}.main-nav a:hover,.main-nav a.active{color:var(--brand);background:var(--brand-soft)}.explore{overflow:auto;margin:2px 16px;padding:0 0 14px;scrollbar-width:none}.explore::-webkit-scrollbar{display:none}.divider{height:1px;background:var(--line);margin:8px 0 14px}.explore label{display:block;font-size:11px;color:var(--muted);margin:12px 0 7px}.tag-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.tag-grid a{display:block;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:99px;padding:5px 4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-grid.levels{grid-template-columns:repeat(3,1fr)}.side-footer{margin-top:auto;padding:16px 27px 21px;border-top:1px solid var(--line);display:grid;gap:20px;background:inherit}.side-footer a{display:flex;gap:13px;align-items:center;color:var(--muted);font-size:14px}.main-panel{margin-left:248px;min-height:100vh;padding:24px 30px 60px;overflow:hidden}.bottom-nav{display:none}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.03em}.eyebrow.purple{color:var(--brand);margin-bottom:7px}.page-hero{font-size:38px;line-height:1.05;letter-spacing:-.035em;font-weight:900;max-width:920px;margin:5px 0 12px}.page-title{font-size:42px;line-height:1.1;letter-spacing:-.04em;margin:6px 0 16px}.page-lead{color:var(--muted);font-size:17px;line-height:1.8;margin:0 0 28px;max-width:900px}.content-section{margin-top:32px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-heading h2{font-size:24px;line-height:36px;font-weight:900;margin:0}.section-heading a{display:flex;align-items:center;color:var(--muted);font-size:14px}.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.media-card{background:var(--surface);border-radius:8px;overflow:hidden;border:1px solid var(--line);box-shadow:0 12px 30px #191f2d0b;transition:.2s;min-width:0;cursor:pointer}.media-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #1f24321c}.media-cover{position:relative;aspect-ratio:16/10;background:#dce1e8;overflow:hidden}.media-cover img{width:100%;height:100%;object-fit:cover}.round-action{border:0;background:#ffffffeb;display:grid;place-items:center;border-radius:50%;color:var(--brand);box-shadow:0 4px 14px #0f172a1f}.duration{position:absolute;bottom:8px;right:8px;padding:3px 7px;border-radius:5px;background:#0f172ad1;color:#fff;font-size:11px}.media-content{padding:13px 15px 14px}.media-content h3{font-size:15px;line-height:1.4;margin:0 0 12px;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chips{display:flex;flex-wrap:wrap;gap:7px}.chips span{padding:4px 8px;border-radius:5px;background:#f5f6f9;color:#626d7e;font-size:11px}.chips .level{color:var(--brand);background:var(--brand-soft)}.media-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;color:var(--muted);font-size:11px;margin-top:13px}.media-meta span{display:flex;align-items:center;gap:4px;white-space:nowrap}.creator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.creator-card{position:relative;display:grid;grid-template-columns:112px 1fr;gap:18px;min-height:174px;background:var(--surface);padding:18px;border:1px solid var(--line);border-radius:18px;box-shadow:0 10px 26px #1e27390a;cursor:pointer}.creator-card>img{width:112px;height:112px;object-fit:cover;border-radius:16px}.creator-body{min-width:0}.creator-body h3{font-size:18px;margin:2px 45px 7px 0}.creator-body p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.creator-body small{display:block;color:var(--muted);margin-top:10px}.round-action{position:absolute;right:16px;top:16px;width:38px;height:38px}.skeleton{min-height:280px;border-radius:14px;background:linear-gradient(100deg,#edf0f5 20%,#fafbfc,#edf0f5 60%);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}.modal-layer{position:fixed;z-index:50;inset:0;background:#0f172a61;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center}.install-modal{position:relative;width:410px;max-width:calc(100vw - 32px);padding:34px;background:var(--surface);border-radius:22px;text-align:center;box-shadow:0 30px 80px #0a0e1940}.modal-close{border:0;background:transparent;position:absolute;right:16px;top:16px;color:var(--muted)}.app-icon{width:72px;height:72px;border-radius:18px;margin:0 auto 18px;background:linear-gradient(150deg,#c1b4ff,#6b4df4);display:grid;place-items:center}.app-icon span{width:36px;height:23px;border:3px solid white;border-radius:8px}.install-modal h2{font-size:23px;margin:0 0 10px}.install-modal p{color:var(--muted);line-height:1.7}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:12px 17px;border:0;font-weight:700}.primary-button{background:var(--brand);color:#fff;box-shadow:0 8px 22px rgba(var(--brand-rgb),.28)}.secondary-button{border:1px solid var(--line);background:var(--surface)}.install-modal .primary-button{width:100%;margin-top:6px}.text-button{border:0;background:transparent;color:var(--muted);margin-top:14px}.brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:#131827}.brand.light{color:#fff}.brand-mark{position:relative;width:31px;height:25px;border-radius:8px;background:linear-gradient(130deg,#5b43e8,#ff63b4);border:1px solid rgba(255,255,255,.45);box-shadow:0 0 20px #8962ff59}.brand-mark i{position:absolute;left:7px;top:7px;width:13px;height:10px;border:2px solid #fff;border-radius:3px}.brand-mark b{position:absolute;width:2px;height:5px;background:#fff;left:13px;top:10px}.login-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.login-back{position:absolute;z-index:2;left:28px;top:25px;display:flex;gap:8px;color:#d2d7e7;font-size:14px}.login-showcase{padding:34px 7vw 70px;background:radial-gradient(circle at 85% 20%,rgba(129,92,255,.25),transparent 40%),#0b0f20;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.login-showcase>div:not(.brand){margin:auto 0}.login-showcase span{font-size:12px;letter-spacing:.15em;color:#a88cff}.login-showcase h1{font-size:42px;line-height:1.2;letter-spacing:-.04em}.login-showcase p{line-height:1.8;color:#aeb5c9;max-width:510px}.login-quote{color:#7d879e!important;font-size:13px}.login-panel{display:grid;place-items:center;padding:48px 20px}.login-box{width:100%;max-width:420px}.login-box>.brand{display:none}.login-kicker{font-size:11px;color:var(--brand);font-weight:800;letter-spacing:.12em}.login-box h2{font-size:34px;letter-spacing:-.04em;margin:10px 0 5px}.muted{color:var(--muted)}.login-box form{display:grid;margin-top:34px}.login-box label{font-size:13px;font-weight:700;margin:15px 0 8px}.login-box input,.feedback-card input,.feedback-card textarea{width:100%;border:1px solid #dfe3eb;background:#fafbfc;border-radius:10px;padding:13px 14px;outline:none}.login-box input:focus,.feedback-card input:focus,.feedback-card textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb),.1)}.password-input{position:relative}.password-input button{position:absolute;right:8px;top:7px;border:0;background:transparent;padding:8px;color:var(--muted)}.form-error{color:#e11d48;font-size:13px}.submit-button{display:flex;justify-content:center;gap:8px;align-items:center;margin-top:23px;border:0;border-radius:10px;padding:14px;background:var(--brand);color:#fff;font-weight:800}.submit-button:disabled{opacity:.7}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.legal-consent{text-align:center;font-size:12px;color:#8b94a5;line-height:1.6;margin-top:22px}.legal-consent a{color:var(--brand)}.legal-page{min-height:100vh;background:#fff}.legal-page>header{height:72px;border-bottom:1px solid #e9ebf0;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1160px)/2))}.legal-page main{max-width:1120px;margin:50px auto;display:grid;grid-template-columns:220px 1fr;gap:80px;padding:0 24px}.legal-page aside{position:sticky;top:40px;height:max-content;display:grid;gap:18px;color:#7b8497;font-size:14px}.legal-page aside b{color:#111827;font-size:17px;margin-bottom:10px}.legal-page article{max-width:760px}.legal-page article>span{font-size:12px;color:var(--brand);font-weight:800}.legal-page h1{font-size:44px;margin:10px 0}.legal-page .updated{color:#9ba3b1;font-size:13px}.legal-page article p{line-height:2;color:#596476}.legal-page article h2{margin-top:38px;font-size:22px}.catalog-filters{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px 28px;margin:22px 0}.filter-row{display:grid;grid-template-columns:150px 1fr;align-items:center}.filter-row+.filter-row{margin-top:14px}.filter-row label{font-weight:700;color:var(--muted)}.pill-list{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.pill-list button,.sort-button{white-space:nowrap;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:9px 18px}.pill-list button.active{border-color:rgba(var(--brand-rgb),.35);color:var(--brand);background:var(--brand-soft)}.catalog-toolbar{display:flex;align-items:center;gap:14px;margin:24px 0}.search-box{display:flex;align-items:center;gap:10px;padding:0 14px;height:48px;border:1px solid var(--line);border-radius:10px;background:var(--surface);flex:1;color:var(--brand)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text)}.sort-button{height:48px;display:flex;gap:8px;align-items:center;border-radius:10px}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.empty-state{min-height:330px;border:1px dashed var(--line);border-radius:18px;display:grid;place-content:center;text-align:center;color:var(--muted)}.empty-state>span{font-size:40px;color:var(--brand)}.empty-state h3{color:var(--text);margin-bottom:4px}.empty-state p{margin-top:0}.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}.pagination button{width:38px;height:38px;border-radius:9px;border:1px solid var(--line);background:var(--surface)}.pagination button.active{background:var(--brand);border-color:var(--brand);color:#fff}.creator-banner{height:270px;border-radius:20px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:flex-end;padding:50px 8%;white-space:pre-line;font-weight:900;font-size:38px;line-height:.92}.creator-hero{display:grid;grid-template-columns:230px 1fr auto;gap:28px;align-items:center;margin-top:32px}.creator-hero>img{width:230px;height:230px;border-radius:50%;object-fit:cover;border:12px solid var(--surface);box-shadow:0 18px 42px #0f172a24}.creator-hero h1{font-size:48px;margin:10px 0}.creator-hero p{max-width:760px;line-height:1.7;color:var(--muted)}.creator-stats{font-size:17px}.follow-button{display:flex;gap:8px;align-items:center;border:1px solid var(--brand);color:var(--brand);background:var(--surface);padding:12px 19px;border-radius:11px;font-weight:700}.follow-button.active{background:var(--brand);color:#fff}.segmented{display:inline-flex;background:var(--surface);border:1px solid var(--line);padding:5px;border-radius:99px;margin:38px 0 22px}.segmented button{border:0;border-radius:99px;padding:11px 27px;background:transparent;font-weight:700;color:var(--muted)}.segmented button.active{background:var(--brand);color:#fff}.creator-search{margin-bottom:25px}.creator-loading{height:800px}.player-page{height:100vh;overflow:hidden;background:#f6f7fb}.player-header{position:sticky;z-index:30;top:0;height:64px;background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e7eaf0;display:grid;grid-template-columns:46px 1fr auto;align-items:center;padding:0 24px}.player-header button{border:0;background:transparent;display:grid;place-items:center}.player-header h1{font-size:21px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.player-header-actions{display:flex;gap:8px}.player-header-actions button{width:40px;height:40px;border-radius:9px}.player-layout{height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(570px,822px) minmax(420px,560px);gap:18px;padding:17px 20px 18px}.left-study{overflow:auto;scrollbar-width:none}.video-stage{position:relative;width:100%;aspect-ratio:16/9;border-radius:6px;background:#05060a center/cover no-repeat;display:grid;place-items:center;cursor:pointer;overflow:hidden}.video-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 70%,#00000073)}.stage-play{position:relative;z-index:2;width:78px;height:78px;border:0;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:#fffffff0;color:#111827}.video-progress{position:absolute;z-index:3;left:16px;right:16px;bottom:11px;height:3px;background:#ffffff59}.video-progress i{display:block;height:100%;background:var(--brand)}.hidden-video{aspect-ratio:16/9;border-radius:6px;background:#101522;color:#bac1d1;display:grid;place-content:center;text-align:center;gap:10px}.hidden-video svg{margin:auto}.hidden-video button{border:1px solid #343d52;background:#1a2234;color:#fff;border-radius:8px;padding:8px 12px}.player-controls{display:grid;grid-template-columns:repeat(8,minmax(64px,1fr));gap:10px;height:75px;margin:10px 0}.player-controls button{border:1px solid #e2e6ee;background:#fff;border-radius:6px;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:center;color:#667085;font-size:10px}.player-controls button:hover,.player-controls button.active{color:var(--brand);background:var(--brand-soft);border-color:rgba(var(--brand-rgb),.25)}.player-controls svg{width:21px}.sentence-card{position:relative;min-height:250px;padding:32px 60px 38px;border-radius:6px;border:1px solid #e4defd;background:#fbfaff;text-align:center}.sentence-index{font-size:11px;color:#929bad}.sentence-card .english{font-size:26px;line-height:1.55;font-weight:700;margin:26px 0 12px}.sentence-words button{display:inline;border:0;background:transparent;padding:0 2px;font-weight:inherit}.sentence-words button:hover{color:var(--brand)}.sentence-card .chinese,.subtitle-row .chinese{color:#758094}.sentence-actions{display:flex;justify-content:center;gap:8px;margin-top:26px}.sentence-actions button{border:1px solid #e0e4ec;background:#fff;padding:8px 12px;border-radius:8px;display:flex;gap:5px;align-items:center;color:#687386;font-size:12px}.sentence-actions button.active{color:var(--brand);border-color:var(--brand)}.subtitle-panel{height:100%;overflow:hidden;display:flex;flex-direction:column;gap:14px}.subtitle-tabs{flex:none;display:grid;grid-template-columns:repeat(6,76px);gap:4px;width:max-content;padding:4px;background:#eceff5;border-radius:6px}.subtitle-tabs button{height:40px;border:0;background:transparent;border-radius:5px;color:#687386}.subtitle-tabs button.active{background:#fff;color:var(--brand);box-shadow:0 3px 10px #141c2d14}.subtitle-scroll{flex:1;overflow-y:auto;padding-right:4px}.subtitle-row{position:relative;margin-bottom:10px;padding:18px 18px 18px 36px;background:#fff;border:1px solid #e3e7ee;border-radius:6px;transition:.2s;cursor:pointer}.subtitle-row.active{border-color:rgba(var(--brand-rgb),.55);background:#fbfaff;box-shadow:0 6px 20px rgba(var(--brand-rgb),.08)}.row-index{position:absolute;left:10px;top:20px;font-size:10px;color:#a3abba}.subtitle-row .english{font-size:15px;line-height:1.55;font-weight:600;margin:0 0 8px}.subtitle-row .chinese{font-size:13px;margin:0;line-height:1.6}.row-actions{opacity:0;display:flex;gap:4px;justify-content:flex-end;margin-top:9px}.subtitle-row:hover .row-actions,.subtitle-row.active .row-actions{opacity:1}.row-actions button{border:0;background:#f2f4f8;border-radius:6px;color:#707b8e;padding:6px}.row-words{display:flex;gap:5px;flex-wrap:wrap}.row-words button{border:1px solid #e3e7ee;background:#fff;border-radius:99px;padding:5px 9px;color:var(--brand)}.word-popover{position:fixed;z-index:45;right:35px;bottom:35px;width:340px;padding:24px;background:#fff;border:1px solid #e3e7ee;border-radius:14px;box-shadow:0 20px 60px #0f172a33}.word-popover h2{font-size:30px;margin:8px 0 0}.phonetic{color:var(--brand);margin:3px 0 18px}.word-context{background:#f6f7fb;padding:12px;border-radius:8px;color:#697386;font-size:13px;line-height:1.55}.word-popover .primary-button{width:100%}.player-loading{padding:40px}.player-loading .skeleton{height:80vh}.personal-toolbar{display:flex;align-items:center;gap:20px;margin:25px 0}.personal-toolbar>span{color:var(--muted);font-size:13px}.asset-list{display:grid;gap:12px}.asset-row{display:flex;align-items:center;gap:18px;background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:16px}.history-row>img{width:180px;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.asset-main{flex:1;min-width:0}.asset-main h3{margin:4px 0 10px}.asset-main p{color:var(--muted);line-height:1.55}.asset-main small{color:var(--muted)}.asset-progress{height:5px;background:var(--line);border-radius:99px;overflow:hidden;margin:13px 0 8px}.asset-progress i{display:block;height:100%;background:var(--brand)}.asset-play{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:9px;background:var(--brand-soft);color:var(--brand);font-weight:700;font-size:13px}.asset-icon,.word-sound{flex:none;width:48px;height:48px;border-radius:12px;border:0;background:var(--brand-soft);color:var(--brand);display:grid;place-items:center}.asset-row>button:not(.word-sound,.mastery){border:0;background:transparent;color:var(--muted)}.asset-source{font-weight:600;color:var(--text)!important}.asset-row blockquote{margin:12px 0;padding:12px 14px;border-left:3px solid var(--brand);background:var(--brand-soft);color:var(--muted);border-radius:0 7px 7px 0}.asset-row.vocabulary h2{margin:0 0 7px}.asset-row.vocabulary h2 small{font-size:13px;font-weight:400;color:var(--muted)}.mastery{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:8px 10px;color:var(--muted);display:flex;align-items:center;gap:5px}.mastery.active{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.waveform{height:31px;display:flex;gap:3px;align-items:center;margin:7px 0}.waveform i{width:3px;border-radius:3px;background:rgba(var(--brand-rgb),.5)}.profile-hero{display:flex;align-items:center;gap:22px;background:linear-gradient(120deg,var(--surface),var(--brand-soft));border:1px solid var(--line);border-radius:18px;padding:25px;margin:22px 0}.profile-avatar{width:78px;height:78px;font-size:30px}.profile-hero h2{font-size:24px;margin:0 0 5px}.profile-hero p{margin:0;color:var(--muted)}.membership{display:inline-flex;align-items:center;gap:6px;color:var(--brand);background:var(--brand-soft);padding:5px 9px;border-radius:99px;margin-top:9px;font-size:12px}.profile-hero>.secondary-button{margin-left:auto}.profile-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-card{background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:20px}.settings-card:first-child{grid-column:1/-1}.settings-card h2{font-size:18px;margin:0 0 15px}.settings-title{display:flex;gap:13px}.settings-title svg{color:var(--brand)}.settings-title p{color:var(--muted);font-size:13px}.theme-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.theme-options button{height:55px;border:1px solid var(--line);border-radius:10px;background:var(--surface);display:flex;gap:9px;align-items:center;padding:10px}.theme-options button.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(var(--brand-rgb),.1)}.theme-options i{width:22px;height:22px;border-radius:50%}.theme-options span{margin-left:auto;color:var(--brand)}.settings-card>a,.settings-card>button{width:100%;border:0;border-top:1px solid var(--line);background:transparent;display:flex;align-items:center;gap:11px;padding:13px 2px;color:var(--muted)}.settings-card>a span,.settings-card>button span{flex:1;text-align:left;color:var(--text)}.settings-card h2+a,.settings-card h2+button{border-top:0}.logout-button{display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #fecdd3;background:#fff1f2;color:#e11d48;border-radius:12px;min-height:48px;font-weight:700}.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.method-grid article{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;overflow:hidden}.method-number{position:absolute;right:17px;top:8px;font-size:50px;font-weight:900;color:var(--line)}.method-grid svg{color:var(--brand);margin-bottom:20px}.method-grid small{display:block;color:var(--brand);font-weight:800;letter-spacing:.08em}.method-grid h2{margin:7px 0 10px}.method-grid p{color:var(--muted);line-height:1.7;font-size:14px;min-height:72px}.method-grid ol{padding-left:22px;line-height:2;color:#515c6e;font-size:13px}.method-grid li::marker{color:var(--brand);font-weight:800}.contact-grid{display:grid;grid-template-columns:330px 1fr;gap:20px}.contact-info{display:grid;gap:16px}.support-card,.feedback-card,.feedback-history{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px}.support-card h2{font-size:18px;margin:14px 0 7px}.support-card p{color:var(--muted);line-height:1.6}.support-card a{color:var(--brand);font-weight:700}.qr-placeholder{display:grid;grid-template-columns:repeat(7,9px);gap:2px;background:#fff;width:max-content;padding:8px;margin-top:12px;border:1px solid #e5e7eb}.qr-placeholder i{height:9px;background:#edf0f4}.qr-placeholder i.on{background:#151a27}.feedback-card h2{margin-top:0}.feedback-card form{display:grid}.feedback-card label{font-size:13px;font-weight:700;margin:14px 0 8px}.feedback-types{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.feedback-types button{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:9px 4px;font-size:12px}.feedback-types button.active{color:var(--brand);border-color:var(--brand);background:var(--brand-soft)}.feedback-card textarea{height:125px;resize:none}.textarea-count{text-align:right;color:var(--muted);font-size:11px;margin-top:4px}.feedback-card .primary-button{justify-self:start;margin-top:18px}.success-message{display:flex;align-items:center;gap:7px;color:#059669}.feedback-history{margin-top:18px}.feedback-history article{padding:13px 0;border-top:1px solid var(--line)}.feedback-history article span{font-size:12px;color:var(--muted)}@media(max-width:1100px){.cards-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-grid{grid-template-columns:1fr}.creator-hero{grid-template-columns:170px 1fr}.creator-hero>img{width:170px;height:170px}.creator-hero .follow-button{grid-column:2}.player-layout{grid-template-columns:1fr 430px}.player-controls{grid-template-columns:repeat(4,1fr);height:auto}.player-controls button{height:58px}.sentence-card{padding-inline:30px}.method-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.sidebar{display:none}.main-panel{margin-left:0;padding:18px 16px 88px}.bottom-nav{position:fixed;z-index:30;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(5,1fr);padding:7px 5px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#ffffffeb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;color:#7a8496;font-size:10px}.bottom-nav a.active{color:var(--brand)}.page-hero{font-size:30px}.page-title{font-size:32px}.page-lead{font-size:14px;line-height:1.7;margin-bottom:20px}.cards-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.media-cover{aspect-ratio:16/11}.media-content{padding:10px}.media-content h3{font-size:13px}.media-meta span:nth-child(2){display:none}.creator-card{grid-template-columns:80px 1fr;min-height:140px;padding:14px;gap:12px}.creator-card>img{width:80px;height:80px}.creator-body h3{font-size:16px}.section-heading h2{font-size:21px}.login-page{display:block}.login-showcase{display:none}.login-panel{min-height:100vh;padding:70px 24px}.login-box>.brand{display:flex;margin-bottom:60px}.login-box h2{font-size:31px}.login-back{color:#697386}.legal-page main{display:block;margin-top:25px}.legal-page aside{display:none}.legal-page h1{font-size:34px}.catalog-filters{padding:14px;margin:15px 0}.filter-row{display:block}.filter-row label{display:block;font-size:12px;margin-bottom:8px}.catalog-toolbar{align-items:stretch}.sort-button{width:48px;font-size:0;padding:0;justify-content:center}.creator-banner{height:150px;font-size:21px;padding:20px}.creator-hero{display:block;text-align:center;margin-top:-40px}.creator-hero>img{width:112px;height:112px;margin:auto;border-width:7px}.creator-hero h1{font-size:32px;margin:6px}.creator-hero p{font-size:13px}.creator-hero .chips{justify-content:center}.follow-button{margin:15px auto 0}.segmented{margin:24px 0 14px}.player-page{height:auto;min-height:100vh;overflow:visible}.player-header{height:58px;padding:0 10px;grid-template-columns:40px 1fr 40px}.player-header h1{font-size:15px}.player-header-actions button:first-child{display:none}.player-layout{height:auto;display:block;padding:10px}.left-study{overflow:visible}.video-stage,.hidden-video{position:sticky;top:58px;z-index:10}.player-controls{grid-template-columns:repeat(4,1fr);gap:6px;margin:8px 0}.player-controls button{height:52px}.sentence-card{min-height:200px;padding:25px 16px}.sentence-card .english{font-size:20px}.sentence-actions{gap:5px;overflow:auto;justify-content:flex-start}.sentence-actions button{white-space:nowrap}.subtitle-panel{height:auto;margin-top:12px;overflow:visible}.subtitle-tabs{position:sticky;z-index:11;top:58px;width:100%;grid-template-columns:repeat(5,1fr)}.subtitle-scroll{overflow:visible}.subtitle-row{padding-right:12px}.row-actions{opacity:1}.word-popover{right:12px;left:12px;bottom:80px;width:auto}.history-row>img{width:105px}.asset-row{gap:10px;padding:12px}.asset-play{font-size:0;padding:10px}.asset-row.notes,.asset-row.vocabulary{align-items:flex-start;flex-wrap:wrap}.asset-row.notes .asset-main,.asset-row.vocabulary .asset-main{flex-basis:calc(100% - 70px)}.profile-hero{padding:18px}.profile-avatar{width:60px;height:60px}.profile-hero>.secondary-button{display:none}.profile-columns{grid-template-columns:1fr}.settings-card:first-child{grid-column:auto}.theme-options{grid-template-columns:repeat(2,1fr)}.method-grid{grid-template-columns:1fr}.method-grid article{padding:22px}.contact-grid{grid-template-columns:1fr}.feedback-types{grid-template-columns:repeat(2,1fr)}}@media(max-width:380px){.cards-grid,.catalog-grid{grid-template-columns:1fr}.media-cover{aspect-ratio:16/9}.player-controls button span{font-size:9px}}.video-stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#05060a}.video-seek{position:absolute;z-index:3;left:16px;right:16px;bottom:11px;width:calc(100% - 32px);height:4px;accent-color:var(--brand)}.request-error{min-height:260px;border:1px solid #fecdd3;background:#fff1f2;border-radius:16px;display:grid;place-content:center;text-align:center;padding:24px;color:#9f1239}.request-error h3{margin:0;color:#881337}.request-error p{max-width:520px}.request-error button{justify-self:center;border:0;border-radius:8px;padding:9px 18px;background:#e11d48;color:#fff}.inline-error{margin:8px 0;padding:10px 12px;border-radius:8px;background:#fff1f2;color:#be123c;font-size:13px}.global-error{position:fixed;z-index:100;left:50%;bottom:24px;transform:translate(-50%);display:flex;align-items:center;gap:18px;max-width:min(620px,calc(100vw - 32px));padding:13px 16px;border-radius:10px;background:#991b1b;color:#fff;box-shadow:0 12px 35px #0f172a40}.global-error button{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;border-radius:6px;padding:4px 9px}.collection-hero{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:34px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:24px}.collection-hero>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px}.collection-hero h1{font-size:42px;line-height:1.12;margin:8px 0 14px}.collection-hero p{color:var(--muted);line-height:1.7}.collection-hero small{display:block;margin-top:18px;color:var(--muted)}.asset-skeleton{min-height:110px}.player-error{margin:60px}@media(max-width:760px){.collection-hero{grid-template-columns:1fr;padding:16px;gap:18px}.collection-hero h1{font-size:30px}.player-error{margin:20px}}.player-page{--player-accent: #ff4f73;--player-accent-soft: #fff0f3;--player-ink: #111827;--player-muted: #8d9ab0;height:100vh;background:#f6f8fc;color:var(--player-ink)}.player-header{height:80px;grid-template-columns:48px minmax(0,1fr) auto;padding:0 28px 0 24px;background:#fff;border-bottom:1px solid #e2e7ef;-webkit-backdrop-filter:none;backdrop-filter:none}.player-header h1{font-size:23px;line-height:1.2;font-weight:700;letter-spacing:-.01em}.player-back{color:#162033}.player-header-actions{align-items:center;gap:14px;color:#6d7c91}.player-header-actions>button{width:40px;height:40px;color:#6d7c91}.player-header-actions>.player-header-tool{display:inline-flex;width:auto;min-width:72px;height:44px;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:750}.creator-pill{height:48px;display:flex;align-items:center;gap:9px;padding:4px 14px 4px 5px;border:1px solid #e4e8ef;border-radius:26px;background:#fff;box-shadow:0 3px 12px #2631440a}.creator-pill img,.creator-pill>span{width:38px;height:38px;border-radius:50%;object-fit:cover}.creator-pill>span{display:grid;place-items:center;background:#ffd6df;color:#c93758;font-weight:800}.creator-pill b{max-width:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#273143;font-size:12px}.player-layout{height:calc(100vh - 80px);grid-template-columns:minmax(0,58.5fr) minmax(390px,41.5fr);gap:24px;padding:16px 24px 18px}.left-study{overflow-y:auto}.video-stage,.hidden-video{aspect-ratio:16/8.72;border-radius:5px}.video-stage:after{background:linear-gradient(transparent 82%,#00000026);pointer-events:none}.video-stage video{object-fit:cover}.stage-play{width:68px;height:68px;color:var(--player-accent)}.video-seek{opacity:0;transition:opacity .18s;accent-color:var(--player-accent)}.video-stage:hover .video-seek{opacity:1}.player-controls{height:96px;margin:0;background:#f4f6fa;gap:0;border-bottom:1px solid #e4e8f0}.player-controls button{border:0;background:transparent;border-radius:0;gap:7px;color:var(--player-accent);font-size:12px;font-weight:600}.player-controls button:hover,.player-controls button.active{color:var(--player-accent);background:#fff0f3;border:0}.player-controls svg{width:20px;height:20px;stroke-width:2.25}.speed-value{height:20px;display:flex;align-items:center;font-size:14px;line-height:20px}.sentence-card{min-height:263px;padding:48px 55px 64px;border:1px solid #f0cad3;border-radius:6px;background:#fff;text-align:center}.sentence-card .english{max-width:960px;font-size:30px;line-height:1.55;margin:0 auto 12px;color:#111827;font-weight:650;letter-spacing:.005em}.sentence-words button,.row-sentence button{border:0;background:transparent;color:inherit;padding:1px 2px;border-radius:7px;font-weight:inherit;line-height:inherit}.sentence-words button:hover,.row-sentence button:hover{color:var(--player-accent)}.sentence-card .chinese{margin:0;color:#aab6c9;font-size:15px;line-height:1.7}.dictation-placeholder{margin:14px 0 22px;color:#a6b1c3}.sentence-actions{position:absolute;left:12px;right:12px;bottom:13px;display:flex;align-items:center;justify-content:space-between;margin:0}.sentence-actions button{margin:0;border:0;background:transparent;color:#718098;padding:8px;border-radius:8px}.sentence-actions .dictation-switch{border:1px solid #f1bdc9;background:#fff9fa;color:var(--player-accent);font-size:13px;font-weight:700}.dictation-workspace{display:grid;gap:16px;padding:22px}.dictation-workspace>header,.dictation-workspace>footer,.dictation-tools,.dictation-result>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.dictation-workspace>header>div{display:grid;gap:4px}.dictation-workspace>header span,.dictation-workspace>label,.dictation-answer>span{color:var(--muted);font-size:12px;font-weight:700}.dictation-workspace>header strong{font-size:20px}.dictation-workspace button{min-height:44px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px}.dictation-translation{margin:0;padding:14px 16px;border-radius:12px;background:var(--brand-soft);font-size:16px;line-height:1.7}.dictation-workspace textarea{width:100%;resize:vertical;min-height:126px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:14px;outline:none;line-height:1.7}.dictation-workspace textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(var(--brand-rgb),.12)}.dictation-tools{justify-content:flex-start;flex-wrap:wrap}.dictation-tools .dictation-submit{margin-left:auto;border-color:var(--brand);background:var(--brand);color:#fff;font-weight:800}.dictation-tools .dictation-submit:disabled{opacity:.55}.dictation-hint{margin:0;padding:11px 13px;border-radius:10px;background:#fff8dc;color:#7c5c18;line-height:1.6}.dictation-result,.dictation-answer{display:grid;gap:13px;padding:15px;border:1px solid #f2c5cc;border-radius:12px;background:#fff9fa}.dictation-result.perfect{border-color:#b7e5d1;background:#f1fbf6}.dictation-result>header b{font-size:22px;color:var(--brand)}.dictation-diff{display:flex;flex-wrap:wrap;gap:7px;line-height:1.7}.dictation-diff>span{display:inline-flex;gap:5px;padding:3px 7px;border-radius:7px;background:#eef1f5}.dictation-diff .correct{color:#18794e;background:#eaf8f0}.dictation-diff .replaced,.dictation-diff .missing,.dictation-diff .extra{background:#fff0f2}.dictation-diff ins{color:#18794e;text-decoration:none;font-weight:800}.dictation-diff del{color:#c33149}.dictation-answer p{margin:0;font-size:16px;line-height:1.7}.dictation-workspace>footer{padding-top:4px}.dictation-workspace>footer button{min-width:112px}.sentence-actions .sentence-mic{margin-left:auto}.sentence-actions .sentence-mic.active{background:var(--player-accent-soft);color:var(--player-accent)}.subtitle-panel{gap:17px}.subtitle-tabs{width:100%;grid-template-columns:repeat(6,1fr);gap:4px;padding:5px;background:#f7f8fb;border:1px solid #e3e7ee;border-radius:7px;box-shadow:0 4px 12px #19233409}.subtitle-tabs button{height:52px;color:#151d2d;font-size:15px;font-weight:700}.subtitle-tabs button.active{color:var(--player-accent);box-shadow:0 4px 12px #1f27360f}.subtitle-scroll{padding:9px 10px 20px 0;scrollbar-color:#d4dbe6 transparent;scrollbar-width:thin}.subtitle-row{min-height:200px;margin:0 0 20px;padding:27px 22px 48px 48px;background:transparent;border:1px solid transparent;border-radius:6px;box-shadow:none}.virtual-list__item>.subtitle-row{margin-bottom:0}.subtitle-row.active{min-height:213px;background:#fff;border-color:#f0c6d0;box-shadow:none}.row-bullet{position:absolute;left:14px;top:35px;width:9px;height:9px;border-radius:50%;background:#c8d1df}.subtitle-row.active .row-bullet{background:var(--player-accent);box-shadow:0 0 0 6px #ffe7ed}.subtitle-row .english{margin:0 0 10px;font-size:21px;line-height:1.65;font-weight:600;color:#172033}.subtitle-row .chinese{margin:0;color:#aab6c9;font-size:14px;line-height:1.7}.row-meta{position:absolute;left:48px;bottom:17px;display:flex;align-items:center;gap:14px;color:#9aa8bd;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.row-actions{position:absolute;right:18px;bottom:10px;display:flex;gap:8px;margin:0;opacity:1}.row-actions button{padding:5px;border:0;background:transparent;color:#79889e}.row-actions button:hover{color:var(--player-accent);background:var(--player-accent-soft)}.word-loading{min-height:76px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8a96a8}.pronunciation-lines{display:grid;gap:7px;margin:12px 0 16px}.pronunciation-lines button{min-height:42px;display:grid;grid-template-columns:20px 38px 1fr;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e2e6ed;border-radius:8px;background:#fafbfc;color:#59667a;text-align:left;font-size:13px}.pronunciation-lines button:hover:not(:disabled){border-color:var(--player-accent);color:var(--player-accent);background:var(--player-accent-soft)}.pronunciation-lines button:disabled{opacity:.5;cursor:not-allowed}.pronunciation-lines button span{font-weight:750;color:#222c3d}.word-meaning{margin:0;color:#273143;line-height:1.65;font-size:14px}.word-error{margin:8px 0 0;color:#dc3658;font-size:12px}.word-popover .primary-button:disabled{opacity:.55;cursor:wait}@media(max-width:1100px)and (min-width:761px){.player-layout{grid-template-columns:minmax(0,1fr) 400px;gap:14px;padding-inline:14px}.player-header{padding-inline:14px}.player-header h1{font-size:19px}.sentence-card .english{font-size:21px}.subtitle-row .english{font-size:16px}}@media(max-width:760px){.player-page{width:100%;max-width:760px;height:100vh;height:100dvh;min-height:0;margin:0 auto;overflow:hidden;display:flex;flex-direction:column;background:#f6f8fc}.player-header{position:relative;flex:0 0 58px;height:58px;padding:0 10px;grid-template-columns:40px minmax(0,1fr) auto}.creator-pill{display:none}.player-header-actions{gap:2px}.player-header-actions>.player-header-tool{display:inline-flex!important;min-width:58px;height:44px;gap:4px;padding:0 6px;font-size:11px}.player-header-actions>.player-header-tool svg{width:17px;height:17px}.player-layout{height:auto;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.left-study{display:contents}.video-stage,.hidden-video{order:1;position:relative;top:auto;z-index:1;width:100%;aspect-ratio:16/9;flex:0 0 auto;border-radius:0}.video-stage video{object-fit:contain}.inline-error{order:1;position:absolute;z-index:12;top:62px;left:8px;right:8px;margin:0}.subtitle-panel{order:2;width:100%;height:auto;min-height:0;flex:1 1 auto;margin:0;gap:0;overflow:hidden}.subtitle-tabs{position:relative;top:auto;z-index:2;width:100%;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;flex:0 0 52px;padding:4px;border-radius:0;background:#fff}.subtitle-tabs button{min-width:0;height:44px;padding:0 2px;font-size:14px}.subtitle-scroll{min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;padding:12px 10px 18px}.subtitle-row{min-height:140px;padding-right:14px}.row-actions{right:10px}.player-controls{order:3;z-index:4;width:100%;height:auto;min-height:82px;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;flex:0 0 auto;margin:0;padding:4px 2px calc(4px + env(safe-area-inset-bottom));border-top:1px solid #e2e7ef;border-bottom:0;background:#fff}.player-controls button{min-width:0;height:74px;padding:4px 1px;border:0;background:#fff;font-size:10px}.player-controls button:last-child{display:none}.player-controls svg{width:20px;height:20px}.player-controls button span{white-space:nowrap;font-size:10px}.sentence-card{display:none}}.new-badge{position:absolute;z-index:3;left:12px;top:13px;padding:4px 10px 5px;border:2px solid rgba(255,255,255,.65);border-radius:8px;color:#fff;background:linear-gradient(135deg,#ff7d45,#ff4f8f 48%,#8b5cf6);box-shadow:0 5px 12px #db277757;font-size:16px;font-weight:900;font-style:italic;line-height:1;letter-spacing:-.5px;transform:rotate(-7deg);text-shadow:0 1px 2px rgba(94,31,128,.28)}.new-badge:after{content:"✦";position:absolute;right:-9px;top:-8px;color:#df38ff;font-size:12px;text-shadow:none}.catalog-filters{padding:13px 14px;margin:18px 0 30px;border-radius:18px}.filter-row{grid-template-columns:90px 1fr}.filter-row+.filter-row{margin-top:8px}.pill-list{gap:10px}.pill-list button{padding:8px 16px;font-weight:700}.catalog-grid{gap:28px 24px}.collection-card{position:relative;overflow:visible;margin-top:10px}.collection-card:before,.collection-card:after{content:"";position:absolute;z-index:-1;left:6%;right:6%;top:-12px;height:28px;border-radius:12px;background:#dce2e9;box-shadow:0 -7px #cdd4dda6}.collection-card .media-cover{border-radius:8px 8px 0 0}.collection-card .media-content{padding:16px 18px 17px}.collection-card .media-content h3{font-size:17px;min-height:48px}.collection-card .chips{min-height:28px}.collection-card .media-meta{font-size:12px}.login-expired{margin:18px 0 0;padding:11px 13px;border:1px solid #fecdd3;border-radius:9px;background:#fff1f2;color:#be123c;font-size:13px}.collection-focus .sidebar{display:none}.collection-focus .main-panel{margin-left:0;padding:28px 30px 70px}.collection-focus .bottom-nav{display:none}.collection-page{max-width:1900px;margin:0 auto}.source-collection-hero{grid-template-columns:350px minmax(0,1fr) 240px;gap:40px;min-height:270px;padding:38px 24px;background:#f3f6fb;border:0;border-radius:24px}.source-collection-hero>img{height:220px;aspect-ratio:auto;border-radius:20px}.collection-kicker{color:#ff486b;font-size:15px;font-weight:800}.source-collection-hero h1{font-size:39px;margin:44px 0 22px}.collection-author{display:flex;align-items:center;gap:12px}.collection-author img,.collection-author>span{width:44px;height:44px;border-radius:50%;object-fit:cover}.collection-author>span{display:grid;place-items:center;background:#fff}.collection-author b{font-size:16px}.collection-actions{height:100%;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:0 0 17px}.collection-follow{display:flex;align-items:center;gap:12px;border:0;border-radius:999px;padding:18px 25px;background:#ff3c63;color:#fff;font-size:20px;font-weight:800}.collection-follow.active{background:#fff0f3;color:#ff3c63}.collection-actions>span{padding:9px 15px;border-radius:999px;background:#fff0f3;color:#ff4a6d;font-weight:700}.collection-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;margin:34px 0 30px}.collection-toolbar label,.collection-toolbar>button{height:72px;border:1px solid #dfe6f0;border-radius:20px;background:#fff}.collection-toolbar label{display:flex;align-items:center;gap:17px;padding:0 25px;color:#ff466a}.collection-toolbar input{flex:1;border:0;outline:0;font-size:20px}.collection-toolbar input::placeholder{color:#a8b2c3}.collection-toolbar>button{font-size:18px}.collection-video-grid{gap:22px}.collection-video-grid .media-content h3{font-size:21px;min-height:58px}.collection-video-grid .media-meta{font-size:13px}.collection-video-grid .media-cover{aspect-ratio:16/9}.follow-page .page-lead,.personal-page .page-lead{margin-bottom:22px}.follow-tabs{display:flex;gap:34px;border-bottom:1px solid var(--line);margin:4px 0 27px}.follow-tabs button{border:0;background:transparent;padding:12px 2px 13px;color:var(--muted);font-weight:700;position:relative}.follow-tabs button b{margin-left:7px;padding:2px 8px;border-radius:99px;background:#eceaf8;font-size:11px}.follow-tabs button.active{color:var(--brand)}.follow-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--brand)}.follow-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.follow-section-title h2{font-size:20px;margin:0}.follow-section-title span{color:var(--muted);font-size:13px}.follow-grid,.history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.follow-grid .media-card{max-width:260px}.follow-empty,.vocabulary-empty{min-height:220px;border:1px solid var(--line);background:var(--surface);border-radius:17px;display:grid;place-content:center;justify-items:center;text-align:center;color:var(--brand);box-shadow:0 12px 32px #1e27390a}.follow-empty h3,.vocabulary-empty h3{color:var(--text);margin:13px 0 4px}.follow-empty p,.vocabulary-empty p{color:var(--muted);font-size:13px}.history-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 10px 28px #1e27390b;min-width:0}.history-cover{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e5e7eb}.history-cover img{width:100%;height:100%;object-fit:cover}.history-cover span{position:absolute;right:8px;bottom:7px;border-radius:5px;background:#0f172adb;padding:3px 7px;color:#fff;font-size:11px}.history-card .asset-main{padding:12px 13px 14px}.history-card h3{font-size:15px;line-height:1.35;margin:0 0 9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:41px}.history-card p{margin:0;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-card .asset-progress{margin:12px 0 9px}.history-card small{font-size:11px;white-space:nowrap;color:var(--muted)}.personal-page .empty-state{min-height:220px;border:1px solid var(--line);background:var(--surface);border-radius:17px;box-shadow:0 12px 32px #1e27390a}.history-end{grid-column:1/-1;margin:18px 0 0;text-align:center;color:var(--muted);font-size:13px}.inline-follow-error{margin:0 0 12px;padding:10px 13px;border:1px solid #fecdd3;border-radius:10px;background:#fff1f2;color:#be123c;font-size:13px;font-weight:650}.vocabulary-toolbar{display:flex;justify-content:space-between;align-items:center;margin:3px 0 25px}.vocabulary-tabs{display:grid;grid-template-columns:repeat(2,115px);padding:5px;background:#efeff4;border-radius:13px}.vocabulary-tabs button{height:38px;border:0;background:transparent;border-radius:9px;color:var(--muted);font-weight:700}.vocabulary-tabs button.active{background:#fff;color:var(--brand);box-shadow:0 5px 16px #1c233214}.vocabulary-tabs b{font-size:11px;margin-left:6px;border-radius:99px;background:#eeeafc;padding:2px 7px}.vocabulary-export{display:flex;gap:12px;align-items:center}.vocabulary-export label{height:44px;display:flex;align-items:center;gap:8px;padding:0 12px 0 15px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);font-size:12px}.vocabulary-export select{border:0;background:transparent;font-weight:700;outline:0}.vocabulary-export>button{height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--brand);padding:0 17px;display:flex;align-items:center;gap:7px;font-weight:700}.vocabulary-export>button:disabled{opacity:.4}.vocabulary-list{display:grid;gap:16px}.vocabulary-list .asset-row{border-radius:22px}.vocabulary-favorite-card{display:block!important;min-height:186px!important;padding:28px 34px!important;border-color:#efd1db!important;background:#fffdfd!important;box-shadow:0 18px 45px #1e27390e}.vocabulary-favorite-card.is-word{min-height:0!important;border-color:#dce4ef!important;background:#fff!important;padding:22px 28px!important}.vocabulary-favorite-main{width:100%}.vocabulary-card-header{display:flex;align-items:center;gap:18px;margin-bottom:24px}.vocabulary-card-labels{display:flex;min-width:0;flex:1;align-items:center;gap:10px;margin:0}.vocabulary-card-labels span{display:inline-flex;min-height:32px;align-items:center;border-radius:999px;padding:5px 12px;background:#f5f7fb;color:#4e5e72;font-size:12px;font-weight:850;line-height:1}.vocabulary-card-labels span+span{background:#fff6eb;color:#f0642c;font-size:14px}.vocabulary-favorite-card.is-word .vocabulary-card-labels span:first-child{background:#e4efff;color:#2673e8}.vocabulary-favorite-card.is-word .vocabulary-card-labels span+span{margin-left:auto}.vocabulary-favorite-card.is-word .vocabulary-card-header{margin-bottom:16px}.vocabulary-unfavorite{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border:0!important;border-radius:50%;background:#fff0f2!important;color:#ff4265!important;transition:background-color .18s ease,box-shadow .18s ease}.vocabulary-unfavorite:hover,.vocabulary-unfavorite:focus-visible{background:#ffe4e8!important;outline:0;box-shadow:0 0 0 3px #ff426529}.vocabulary-favorite-main h2{max-width:900px;margin:0 0 16px!important;color:#111827;font-size:29px!important;line-height:1.4}.vocabulary-favorite-card.is-word h2{margin-bottom:10px!important;font-size:26px!important}.vocabulary-favorite-card.is-sentence h2{font-size:27px!important}.vocabulary-pronunciations{display:grid;gap:4px;margin-bottom:20px}.vocabulary-favorite-card.is-word .vocabulary-pronunciations{gap:0;margin-bottom:12px}.vocabulary-pronunciations button{display:grid;min-height:48px;width:fit-content;max-width:100%;grid-template-columns:24px minmax(0,auto) 24px;align-items:center;gap:8px;border:0;background:transparent;color:#ff4265;padding:4px 8px 4px 0;text-align:left}.vocabulary-favorite-card.is-word .vocabulary-pronunciations button{min-height:44px}.vocabulary-pronunciations button:disabled{cursor:wait;opacity:.62}.vocabulary-pronunciations button span{color:#344054;font-size:15px;font-weight:900}.vocabulary-pronunciations button b{overflow:hidden;color:#344054;font-size:17px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.vocabulary-pronunciations button:hover:not(:disabled) b,.vocabulary-pronunciations button:focus-visible b{color:#ff4265}.vocabulary-pronunciations button:focus-visible{border-radius:10px;outline:3px solid rgba(255,66,101,.16)}.vocabulary-meaning{margin:0;color:#718096;font-size:16px;line-height:1.8;white-space:pre-line}.vocabulary-example{margin:22px 0 0;color:#718096;font-size:16px;line-height:1.7}.vocabulary-favorite-card.is-word .vocabulary-example{margin-top:14px}.vocabulary-translation{margin:0;color:#718096;font-size:17px;line-height:1.65;font-weight:600}.vocabulary-detail-state{margin:0;color:#94a3b8;font-size:14px}.vocabulary-card-error{margin:12px 0 0;color:#d93656;font-size:13px}.vocabulary-pronunciations .spin{animation:vocabulary-spin .8s linear infinite}@keyframes vocabulary-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.vocabulary-pronunciations .spin{animation:none}}.vocabulary-print-document{display:none}.recording-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.recording-card{min-width:0;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 16px 42px #0f172a0d;padding:18px}.recording-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#ff4264}.recording-card-head>span{border-radius:999px;background:#ff4264;color:#fff;padding:6px 10px;font-size:12px;font-weight:900}.recording-card-head time{margin-right:auto;color:#94a3b8;font-size:13px;font-weight:700}.recording-card-head button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:#fff1f2;color:#e11d48}.recording-copy{min-height:190px;border:1px solid #f0cdd6;border-radius:18px;background:#fffbfc;padding:20px}.recording-copy>b{color:#ff4264;font-size:14px}.recording-copy h3{margin:14px 0 8px;color:var(--text);font-size:20px;line-height:1.45}.recording-copy p{margin:0;color:var(--muted);line-height:1.65}.recording-metrics{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:20px;color:var(--muted);font-size:12px;font-weight:700}.recording-metrics b{color:#ff4264}.recording-card footer{display:flex;align-items:center;gap:12px;margin-top:14px}.recording-card audio{width:100%;height:42px}.recording-card footer>span{flex:0 0 auto;color:#94a3b8;font-size:12px}.album-description{max-width:720px;color:var(--muted);line-height:1.65;margin:17px 0 0}.collection-toolbar select{min-width:210px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:0 17px}@media(max-width:1000px){.follow-grid,.history-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.follow-grid,.history-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.vocabulary-toolbar{align-items:stretch;gap:10px;flex-direction:column}.vocabulary-export{justify-content:space-between}.vocabulary-tabs{grid-template-columns:1fr 1fr}.follow-tabs{gap:16px;overflow:auto}.follow-tabs button{white-space:nowrap}.vocabulary-favorite-card{min-height:0!important;padding:20px!important;flex-wrap:nowrap!important}.vocabulary-favorite-card.is-word{padding:16px 18px!important}.vocabulary-favorite-main{flex-basis:100%!important}.vocabulary-card-header{gap:10px;margin-bottom:18px}.vocabulary-favorite-card.is-word .vocabulary-card-header{margin-bottom:10px}.vocabulary-card-labels{gap:8px}.vocabulary-card-labels span{padding-inline:10px}.vocabulary-unfavorite{width:48px;height:48px}.vocabulary-favorite-main h2,.vocabulary-favorite-card.is-sentence h2{font-size:21px!important}.vocabulary-favorite-card.is-word h2{margin-bottom:6px!important;font-size:20px!important}.vocabulary-pronunciations button{width:100%;grid-template-columns:22px minmax(0,1fr) 22px}.vocabulary-pronunciations button b,.vocabulary-meaning,.vocabulary-example,.vocabulary-translation{font-size:15px}}@media print{.sidebar,.bottom-nav,.vocabulary-toolbar,.page-lead,.eyebrow{display:none!important}.main-panel{margin:0!important;padding:20px!important}.vocabulary-list .asset-row{break-inside:avoid;box-shadow:none}}@media(max-width:760px){.recording-grid{grid-template-columns:1fr;gap:12px}.recording-card{padding:14px}.recording-copy{min-height:0;padding:16px}}@media(max-width:900px){.source-collection-hero{grid-template-columns:220px 1fr;gap:22px}.source-collection-hero>img{height:150px}.collection-actions{grid-column:1/-1;flex-direction:row;height:auto}.source-collection-hero h1{font-size:28px;margin:22px 0}.collection-toolbar{grid-template-columns:1fr}.collection-toolbar>button{height:54px}.collection-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.collection-focus .main-panel{padding:14px 14px 32px}.source-collection-hero{grid-template-columns:1fr;padding:16px}.source-collection-hero>img{width:100%;height:auto}.collection-actions{grid-column:auto}.collection-follow{font-size:15px;padding:13px 18px}.collection-toolbar label{height:56px}.collection-video-grid{grid-template-columns:1fr}}.word-lookup-layer{position:fixed;z-index:1010;inset:0;pointer-events:auto;background:transparent}.source-word-card.word-popover{position:fixed;z-index:1;inset:95px auto auto 54px;width:min(560px,calc(100vw - 108px));height:auto;max-height:calc(100vh - 130px);overflow:auto;pointer-events:auto;padding:18px;border:1px solid #e4eaf2;border-radius:18px;background:#fff;box-shadow:0 22px 54px #0f172a24;box-sizing:border-box}.source-word-card:after{content:"";position:absolute;left:47%;bottom:-18px;width:34px;height:34px;background:#fff;border-right:1px solid #e4eaf2;border-bottom:1px solid #e4eaf2;transform:rotate(45deg)}.word-card-top{display:flex;align-items:center;justify-content:space-between}.word-card-close{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border:0;border-radius:50%;background:transparent;color:#8b98aa;transition:color .16s ease,background-color .16s ease}.word-card-close:hover{background:#f5f7fa;color:#ff3f65}.word-card-close:focus-visible{outline:2px solid #ff3f65;outline-offset:2px}.word-card-top>div{display:flex;align-items:center;gap:12px}.word-levels,.video-word-levels{display:inline-flex;flex-wrap:wrap;gap:6px}.word-level{padding:6px 10px;border-radius:999px;background:var(--word-level-bg, #f1f5f9);color:var(--word-level-color, #475569);font-size:11px;font-weight:800}.word-kind{padding:7px 13px;border-radius:999px;background:#fff8ed;color:#f2602c;font-size:13px;font-weight:800}.word-favorite{display:grid;place-items:center;border:0;background:transparent;color:#ff3f65}.word-favorite.active{color:#ff3f65}.source-word-card h2{margin:18px 0 12px;font-size:24px;line-height:1;font-weight:500}.source-word-card .pronunciation-lines{display:flex;align-items:center;gap:20px;margin:0 0 18px}.source-word-card .pronunciation-lines button{display:flex;grid-template-columns:none;gap:8px;min-height:auto;padding:0;border:0;background:transparent;color:#303d54;font-size:14px}.source-word-card .pronunciation-lines button:hover:not(:disabled){border:0;background:transparent;color:#ff3f65}.source-word-card .pronunciation-lines button b{font-weight:700}.source-word-card .pronunciation-lines svg{color:#ff3f65}.meaning-panel{padding:12px;border:1px solid #dfe7f1;border-radius:12px;background:#fbfcfe}.meaning-group{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:start}.meaning-group+.meaning-group{margin-top:7px}.meaning-group>span{min-width:52px;padding:6px 8px;border-radius:8px;background:#fff0f3;color:#ff3e61;text-align:center;font-size:11px;font-weight:800}.meaning-group ul{margin:0;padding-left:18px;color:#182238;font-size:12px;font-weight:700;line-height:1.75}.meaning-group li::marker{color:#d46b87}.source-word-card .word-context{margin:14px 0 0;padding:0;background:transparent;color:#677a98;font-size:13px;line-height:1.6}.source-word-card .word-context span{font-weight:500}.source-word-card .word-loading{min-height:160px}.source-word-card .word-error{font-size:14px}@media(max-width:760px){.word-lookup-layer{pointer-events:auto}.source-word-card.word-popover{inset:auto 12px 80px;width:auto;height:auto;max-height:78vh;padding:22px 18px;border-radius:22px}.word-level{font-size:14px}.word-kind{padding:9px 17px;font-size:17px}.word-card-top>div{gap:8px}.source-word-card h2{margin:25px 0 18px;font-size:38px}.source-word-card .pronunciation-lines{display:grid;gap:13px}.source-word-card .pronunciation-lines button{font-size:16px}.meaning-group{grid-template-columns:70px 1fr;gap:10px}.meaning-group>span{min-width:70px;font-size:14px}.meaning-group ul,.source-word-card .word-context{font-size:16px}}.reading-mode{margin:4px 3px 24px;padding:24px 26px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.reading-mode article{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid #f0f3f7;cursor:pointer}.reading-mode .virtual-list__item:last-child article{border-bottom:0}.reading-mode article>span{padding-top:4px;color:#b0bac9;font-size:11px;font-weight:700}.reading-mode article.active>span{color:#ff4265}.reading-english,.reading-chinese{margin:0}.reading-english{color:#172033;font-size:17px;font-weight:600;line-height:1.7}.reading-english button{border:0;border-radius:5px;background:transparent;padding:1px 2px;color:inherit;font:inherit}.reading-english button:hover{color:#ff4265}.sentence-words button.word-timing-active,.row-sentence button.word-timing-active,.reading-english button.word-timing-active{outline:1px solid rgba(var(--brand-rgb),.68);outline-offset:1px}.reading-chinese{margin-top:5px;color:#9ba8bc;font-size:13px;line-height:1.65}.row-actions button.active,.row-actions button:disabled{color:#ff4265}.row-actions button:disabled{cursor:wait}.player-action-toast{position:fixed;z-index:1200;left:50%;bottom:24px;max-width:calc(100vw - 32px);transform:translate(-50%);padding:10px 16px;border-radius:10px;background:#172033f0;color:#fff;box-shadow:0 12px 36px #0f172a3d;font-size:13px;font-weight:700}.player-action-toast.error{background:#be123c}.note-editor footer.has-delete{grid-template-columns:1fr 1fr 1.5fr}.note-editor footer .note-delete{background:#fff1f2;color:#e11d48}.video-word-view-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:10px 0 20px;padding:4px;border-radius:12px;background:#ececf2}.video-word-view-tabs button{min-height:42px;border:0;border-radius:10px;background:transparent;color:#9a9aa2;font-weight:800}.video-word-view-tabs button.active{background:#fff;color:#ff4265;box-shadow:0 5px 16px #0f172a12}.subtitle-tabs button:focus,.video-word-view-tabs button:focus{outline:none}.video-word-list{display:grid;gap:12px;padding:2px 4px 20px}.video-word-row{display:grid;grid-template-columns:46px minmax(0,1fr) 24px;gap:14px;align-items:center;min-height:94px;padding:16px;border:1px solid #e0e7f0;border-radius:16px;background:#fff;text-align:left;box-shadow:0 8px 22px #1e2a420a}.video-word-row:hover{border-color:#ff426561;transform:translateY(-1px)}.video-word-index{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#fff3f5;color:#ff4265;font-weight:800}.video-word-copy{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:8px 10px}.video-word-copy b{color:#111827;font-size:20px}.video-word-copy small{width:100%;overflow:hidden;color:#6e7f9b;font-size:14px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.video-word-level{padding:5px 10px;border-radius:999px;background:var(--word-level-bg, #f1f5f9);color:var(--word-level-color, #475569);font-size:12px;font-weight:800}.video-word-chevron{color:#adb7c6}.video-words-loading{display:flex;min-height:180px;align-items:center;justify-content:center;gap:10px;color:#718096}.video-word-tags{display:grid;gap:18px;padding:4px}.video-word-tags section{padding:16px;border:1px solid #e0e7f0;border-radius:16px;background:#fff}.video-word-tags h3{display:inline-flex;margin:0 0 12px;border-radius:999px;background:var(--word-level-bg, #f1f5f9);padding:5px 10px;color:var(--word-level-color, #475569);font-size:14px}.video-word-tags section>div{display:flex;flex-wrap:wrap;gap:8px}.video-word-tags button{border:1px solid color-mix(in srgb,var(--word-level-color, #475569) 22%,white);border-radius:999px;background:var(--word-level-bg, #f8fafc);padding:7px 11px;color:var(--word-level-color, #475569);font-weight:700}.word-level--zk{--word-level-bg: #dcfce7;--word-level-color: #166534}.word-level--gk{--word-level-bg: #ccfbf1;--word-level-color: #0f766e}.word-level--ky{--word-level-bg: #fef3c7;--word-level-color: #b45309}.word-level--cet4{--word-level-bg: #d1fae5;--word-level-color: #047857}.word-level--cet6{--word-level-bg: #dbeafe;--word-level-color: #1d4ed8}.word-level--toefl{--word-level-bg: #ffedd5;--word-level-color: #c2410c}.word-level--ielts{--word-level-bg: #ccfbf1;--word-level-color: #0f766e}.word-level--gre{--word-level-bg: #fee2e2;--word-level-color: #dc2626}.word-level--tem4{--word-level-bg: #f3e8ff;--word-level-color: #7e22ce}.word-level--tem8{--word-level-bg: #fce7f3;--word-level-color: #be185d}.word-level--other{--word-level-bg: #f1f5f9;--word-level-color: #475569}.sentence-words button.word-level-tone,.row-sentence button.word-level-tone,.reading-english button.word-level-tone{background:transparent;color:var(--word-level-color);font-weight:800}.sentence-words button.word-level-background,.row-sentence button.word-level-background,.reading-english button.word-level-background,.subtitle-print-word.word-level-background{border-radius:6px;background:var(--word-level-bg)}.sentence-words button.word-timing-active,.row-sentence button.word-timing-active,.reading-english button.word-timing-active{outline-width:2px}.reading-layer{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reading-dialog{width:min(760px,calc(100vw - 48px));border:1px solid #f1ccd5;border-radius:28px;background:#fff;padding:30px;color:#111827;box-shadow:0 30px 90px #0f172a3d}.reading-dialog header{display:flex;align-items:flex-start;justify-content:space-between}.reading-dialog header p{margin:0 0 7px;color:#ff4264;font-size:13px;font-weight:900}.reading-dialog h2{margin:0;font-size:32px}.reading-dialog header button{display:grid;width:44px;height:44px;place-items:center;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#64748b}.reading-source{display:grid;gap:12px;margin:28px 0 20px;border:1px solid #f0cdd6;border-radius:22px;background:#fffbfc;padding:24px 26px}.reading-source strong{font-size:clamp(25px,3vw,36px);line-height:1.35}.reading-source span{color:#77859d;font-size:17px}.reading-result{display:flex;align-items:center;gap:24px;border-radius:22px;background:#faf8fa;padding:20px 24px}.score-ring{display:grid;width:86px;height:86px;flex:0 0 86px;place-items:center;align-content:center;border:9px solid #97e1b4;border-radius:50%;background:#fff}.score-ring b{font-size:24px;line-height:1}.score-ring span{margin-top:5px;color:#77859d;font-size:12px}.reading-result.recording .score-ring{border-color:#ff4264;animation:reading-pulse 1.1s ease-in-out infinite}.reading-result.evaluating .score-ring,.reading-result.requesting .score-ring{border-color:#b8a8ff}.score-copy{display:grid;gap:10px;color:#77859d}.score-copy strong{color:#192238;font-size:17px}.score-metrics{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:13px}.score-metrics b{color:#ff4264}.reading-tip{margin:18px 0;color:#64748b;font-size:13px;line-height:1.6}.reading-error{margin:14px 0 0;border-radius:12px;background:#fff1f2;color:#be123c;padding:10px 13px;font-size:13px;font-weight:700}.reading-dialog footer{display:flex;align-items:center;gap:12px}.reading-primary,.reading-history{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:15px;padding:0 22px;font-weight:900}.reading-primary{background:#ff4264;color:#fff}.reading-primary.recording{background:#192238}.reading-primary:disabled{background:#cbd5e1}.reading-history{border:1px solid #e2e8f0;background:#fff;color:#64748b}@keyframes reading-pulse{50%{transform:scale(.94);opacity:.76}}@media(prefers-reduced-motion:reduce){.reading-result.recording .score-ring{animation:none}}.note-editor-layer{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a57;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.note-editor{width:min(720px,calc(100vw - 48px));border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:28px 30px 30px;color:#111827;box-shadow:0 28px 74px #0f172a38}.note-editor header{display:flex;align-items:flex-start;justify-content:space-between}.note-editor header p{margin:0 0 7px;color:#7d5efe;font-size:12px;font-weight:800}.note-editor h2{margin:0;font-size:28px}.note-editor header button{display:grid;width:40px;height:40px;place-items:center;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b}.note-source{display:grid;gap:10px;margin:24px 0 20px;padding:20px 22px;border:1px solid #ded9ee;border-radius:16px;background:#faf9ff}.note-source strong{font-size:18px}.note-source span{color:#79849a}.note-editor>label{display:block;margin-bottom:9px;color:#59667a;font-size:13px;font-weight:700}.note-editor textarea{width:100%;min-height:160px;resize:vertical;border:1px solid #dfe5ee;border-radius:16px;padding:17px 20px;outline:none}.note-editor textarea:focus{border-color:#7d5efe;box-shadow:0 0 0 3px #7d5efe1a}.note-editor footer{display:grid;grid-template-columns:1fr 1.5fr;gap:12px;margin-top:18px}.note-editor footer button{min-height:52px;border:0;border-radius:14px;background:#f8fafc;color:#64748b;font-weight:800}.note-editor footer .note-save{background:#7d5efe;color:#fff}.note-editor footer .note-save:disabled{background:#cbd2df;cursor:not-allowed}@media(max-width:760px){.reading-layer{align-items:end;padding:0}.reading-dialog{width:100%;max-height:92vh;overflow:auto;border-radius:24px 24px 0 0;padding:22px 18px calc(22px + env(safe-area-inset-bottom))}.reading-dialog h2{font-size:27px}.reading-source{margin:20px 0 14px;padding:18px}.reading-source strong{font-size:23px}.reading-result{align-items:flex-start;gap:15px;padding:16px}.score-ring{width:72px;height:72px;flex-basis:72px;border-width:7px}.score-metrics{gap:7px 12px}.reading-dialog footer{align-items:stretch;flex-direction:column}.reading-primary,.reading-history{width:100%}.video-word-row{grid-template-columns:40px minmax(0,1fr) 18px;min-height:82px;padding:12px}.video-word-copy b{font-size:17px}.note-editor-layer{padding:16px}.note-editor{width:100%;padding:22px 18px}.note-editor footer{grid-template-columns:1fr 1fr}.note-editor footer.has-delete{grid-template-columns:1fr 1fr}.note-editor footer.has-delete .note-delete{grid-column:1 / -1}.reading-mode{padding:14px}}.collection-focus .main-panel{--text: #0f172a;--muted: #64748b;--surface: #fff;--line: #e2e8f0;--canvas: #f6f7fb;background:#f6f7fb;color:#0f172a}.source-collection-hero,.source-collection-hero h1,.collection-video-grid .media-card{color:#0f172a}.source-login-page.login-page{display:grid;min-height:100vh;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);background:#f6f7fb;color:#0f172a}.source-login-page .login-card{align-self:center;justify-self:center;width:min(430px,calc(100% - 40px));border:1px solid #e2e8f0;border-radius:24px;background:#fff;padding:34px;box-shadow:0 18px 45px #0f172a14}.source-login-brand{display:flex;align-items:center;gap:10px}.source-login-brand img{width:min(252px,100%);height:auto;max-height:48px;object-fit:contain}.source-login-brand strong{font-size:34px;font-weight:950}.source-login-page h1{margin:8px 0 0;font-size:clamp(30px,3.5vw,43px);font-weight:950;line-height:1.08}.source-login-page .auth-intro{margin:10px 0 0;color:#64748b;font-size:14px;font-weight:700}.source-login-page .auth-mode-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:22px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;padding:5px}.source-login-page .auth-mode-tabs button{min-height:38px;border:0;border-radius:12px;background:transparent;color:#64748b;font-size:13px;font-weight:900}.source-login-page .auth-mode-tabs button.is-active{background:#fff;color:#7d5efe;box-shadow:0 8px 20px #0f172a14}.source-login-page form{display:grid;gap:14px;margin-top:24px}.source-login-page form label{margin:6px 0 0;color:#64748b;font-size:13px;font-weight:850}.source-login-page form input{width:100%;height:48px;border:1px solid #dbe3ef;border-radius:12px;background:#edf3ff;padding:0 14px;outline:0}.source-login-page form input:focus{border-color:#7d5efe;box-shadow:0 0 0 3px #7d5efe1a}.source-login-page .password-help{color:#64748b;font-size:12px;font-weight:700}.source-login-page .forgot-link{justify-self:end;color:#7d5efe;font-size:12px;font-weight:850}.source-login-page .invite-label{display:flex;align-items:center;justify-content:space-between}.source-login-page .invite-label a{color:#7d5efe;font-size:12px;font-weight:850;text-decoration:none}.source-login-page .invite-label .wechat-hint{color:#7d5efe;font-size:12px;font-weight:850;cursor:default}.source-login-page .submit-button{margin-top:8px;border-radius:10px;background:#7d5efe}.source-login-page .login-legal-links{display:flex;justify-content:center;gap:16px;margin-top:18px;color:#7d5efe;font-size:12px;font-weight:850}.source-login-page .login-compliance{display:grid;gap:4px;margin-top:22px;padding-top:18px;border-top:1px solid #e2e8f0;color:#64748b;font-size:10px;font-weight:700;line-height:1.5;text-align:center}.source-login-page .login-compliance p{margin:0}.source-login-page .login-visual{display:grid;align-content:end;min-height:100%;background:linear-gradient(180deg,#4f2dd257,#4f2dd28a),url(/brand/pic_login.jpg) center/cover;color:#fff;padding:56px}.source-login-page .login-visual h2,.source-login-page .login-visual h1{max-width:620px;margin:0;font-size:clamp(28px,3.2vw,46px);font-weight:950;line-height:1.08}.source-login-page .login-visual p{max-width:520px;color:#ffffffd6;font-size:14px;line-height:1.8}.study-methods-page{display:grid;gap:22px;min-width:0}.study-methods-hero{align-items:flex-start;margin-bottom:0}.study-methods-hero .page-subtitle{max-width:920px}.study-methods-shell{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:20px;align-items:start;min-width:0}.study-methods-nav{position:sticky;top:24px;display:grid;max-height:calc(100vh - 48px);gap:8px;overflow:auto;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:22px;background:color-mix(in srgb,var(--surface) 92%,var(--canvas));padding:10px;box-shadow:0 18px 42px #0f172a0d}.study-methods-nav a{display:flex;min-height:42px;align-items:center;border-radius:14px;color:color-mix(in srgb,var(--text) 78%,var(--muted));padding:0 12px;font-size:14px;font-weight:800;line-height:1.25}.study-methods-nav a:hover{background:var(--brand-soft);color:var(--brand)}.study-methods-content{display:grid;gap:18px;min-width:0}.study-method-card,.study-method-drills{min-width:0;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:22px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,var(--brand-soft)),var(--surface));padding:24px;box-shadow:0 18px 42px #0f172a0d;scroll-margin-top:24px}.study-method-card{display:grid;gap:20px}.study-method-card__header{display:grid;gap:12px}.study-method-audience{display:inline-flex;width:max-content;max-width:100%;min-height:32px;align-items:center;border-radius:999px;background:var(--brand-soft);color:var(--brand);padding:0 12px;font-size:13px;font-weight:900}.study-method-card h2,.study-method-drills h2{margin:0;color:var(--text);font-size:clamp(24px,3vw,34px);font-weight:900;line-height:1.18}.study-method-card p,.study-method-drill p{margin:0;color:var(--muted);font-size:15px;font-weight:650;line-height:1.85}.study-method-steps{display:grid;gap:12px}.study-method-steps h3,.study-method-drill h3{margin:0;color:var(--text);font-size:17px;font-weight:900}.study-method-steps ol{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:study-step}.study-method-steps li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;color:color-mix(in srgb,var(--text) 84%,var(--muted));font-size:14px;font-weight:700;line-height:1.75;counter-increment:study-step}.study-method-steps li:before{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand);content:counter(study-step);font-size:13px;font-weight:950}.study-method-drills{display:grid;gap:18px}.study-method-drills__header{display:grid;gap:8px}.study-method-drill-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.study-method-drill{display:grid;gap:10px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 86%,var(--canvas));padding:16px}.study-method-drill span{color:var(--brand);font-size:13px;font-weight:900}.source-profile.profile-page{position:relative;overflow-x:clip;max-width:100%;isolation:isolate}.source-profile .profile-hero{display:flex;margin:0 0 22px;padding:0;background:none;border:0;border-radius:0}.source-profile .profile-grid{display:grid;gap:16px}.source-profile .profile-dashboard{grid-template-columns:minmax(280px,1.08fr) repeat(3,minmax(180px,.72fr));align-items:stretch}.source-profile .profile-panel{min-width:0;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:22px;padding:18px}.source-profile .profile-entry-card{display:grid;overflow:hidden;min-height:188px;align-content:start;gap:14px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,var(--brand-soft)),var(--surface));color:var(--text);text-align:left;transition:.18s}.source-profile .profile-entry-card:hover{border-color:color-mix(in srgb,var(--brand) 24%,var(--line));box-shadow:0 18px 42px rgba(var(--brand-rgb),.1);transform:translateY(-2px)}.source-profile .profile-panel h3{margin:0 0 8px;font-size:18px;font-weight:900}.source-profile .profile-entry-card .page-subtitle{min-width:0;max-width:100%;margin:0;line-height:1.65;overflow-wrap:anywhere}.source-profile .profile-card-icon,.source-profile .profile-card-action{display:inline-flex;align-items:center;justify-content:center;color:var(--brand)}.source-profile .profile-card-icon{width:42px;height:42px;border-radius:15px;background:var(--brand-soft)}.source-profile .profile-card-action{justify-self:start;gap:8px;min-height:38px;border-radius:999px;background:var(--brand-soft);padding:0 14px;font-size:13px;font-weight:900}.source-profile .profile-account-panel{display:grid;gap:18px}.source-profile .profile-account-panel__header{display:flex;align-items:center;gap:14px}.source-profile .profile-account-panel__header>div{min-width:0}.source-profile .profile-avatar{display:grid;width:72px;height:72px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--brand);color:#fff;box-shadow:0 16px 36px rgba(var(--brand-rgb),.18)}.source-profile .profile-membership-mark{display:inline-flex;align-items:center;gap:7px;margin-left:86px;color:#7d5efe;font-size:16px;font-weight:950}.source-profile .profile-membership-mark__text{background:linear-gradient(110deg,#ff395c,#ff7be8 22%,#7d5efe 46%,#5e8cff,#00c3fe,#ff395c);-webkit-background-clip:text;background-clip:text;color:transparent}.source-profile .theme-grid{display:grid;grid-template-columns:repeat(3,52px);gap:8px}.source-profile .theme-button{width:52px;height:28px;border:0;border-radius:999px}.source-profile .theme-button.is-active{outline:3px solid #0f172a;outline-offset:1px}.source-profile .ghost-button{width:100%;min-height:42px;border:1px solid var(--line);border-radius:12px;background:var(--surface);font-weight:900}.source-profile .primary-button{width:100%;margin-top:auto;background:var(--brand)}@media(max-width:1200px){.source-profile .profile-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}.source-profile .profile-account-panel{grid-column:1 / -1}}@media(max-width:760px){.source-login-page.login-page{grid-template-columns:1fr}.source-login-page .login-visual{min-height:36vh;order:-1;padding:28px 22px}.source-login-page .login-card{z-index:1;margin:-34px 0 32px;padding:24px}.source-profile .profile-dashboard{grid-template-columns:1fr}.source-profile .profile-account-panel{grid-column:auto}.source-profile .profile-entry-card{min-height:148px}.study-methods-shell{grid-template-columns:1fr;gap:14px}.study-methods-nav{z-index:6;top:52px;display:flex;max-height:none;gap:8px;margin-inline:-16px;overflow-x:auto;border:0;border-radius:0;background:linear-gradient(180deg,var(--canvas),color-mix(in srgb,var(--canvas) 88%,transparent));padding:4px 16px 10px;box-shadow:none}.study-methods-nav a{flex:0 0 auto;min-height:38px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:13px;white-space:nowrap}.study-method-card,.study-method-drills{border-radius:16px;padding:16px;scroll-margin-top:110px}.study-method-drill-grid{grid-template-columns:1fr}}.legal-page{min-height:100vh;background:linear-gradient(180deg,color-mix(in srgb,#fff 72%,#f6f7fb),#f6f7fb 320px),#f6f7fb;padding:max(28px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(42px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));color:#0f172a}.legal-document{width:min(980px,100%);margin:0 auto}.legal-document__header{display:grid;gap:12px;margin-bottom:22px;border-bottom:1px solid #e2e8f0;padding-bottom:22px}.legal-document__header .legal-kicker{color:#64748b;font-size:15px;font-weight:760;text-transform:uppercase}.legal-document__header h1{margin:0;font-size:clamp(30px,5vw,46px);font-weight:950;line-height:1.08;letter-spacing:-.035em}.legal-document__header p{max-width:760px;margin:0;color:#64748b;font-size:16px;font-weight:720;line-height:1.8}.legal-document__meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:#596476;font-size:12px;font-weight:820}.legal-document__related{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.legal-document__related a{display:inline-flex;min-height:36px;align-items:center;border:1px solid #ddd7f2;border-radius:12px;background:#f8f6ff;color:#7d5efe;padding:0 12px;font-size:13px;font-weight:900;text-decoration:none}.legal-document__section{display:grid;gap:12px;padding:22px 0;border-bottom:1px solid #e7eaf0}.legal-document__section h2{margin:0;font-size:20px;font-weight:920;line-height:1.35}.legal-document__section p,.legal-document__section li{color:#4f5b6f;font-size:14px;font-weight:680;line-height:1.85}.legal-document__section p,.legal-document__section ul{margin:0}.legal-document__section ul{display:grid;gap:8px;padding-left:1.2em}.legal-table-wrap{max-width:100%;overflow-x:auto;border:1px solid #dde3eb;border-radius:12px;background:#fff}.legal-table{width:100%;min-width:680px;border-collapse:collapse}.legal-table th,.legal-table td{border-bottom:1px solid #e5e9f0;padding:12px 14px;text-align:left;vertical-align:top;font-size:13px;line-height:1.65}.legal-table th{background:#f8fafc;color:#0f172a;font-weight:900}.legal-table td{color:#4f5b6f;font-weight:680}.legal-table tr:last-child td{border-bottom:0}.forgot-password-card{border:1px solid color-mix(in srgb,var(--line) 90%,var(--brand));background:radial-gradient(circle at 82% 8%,color-mix(in srgb,var(--brand-soft) 44%,transparent),transparent 36%),var(--surface)}.forgot-password-card .eyebrow{margin:4px 0 0}.forgot-password-form{display:grid;gap:16px}.forgot-password-field{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:850}.forgot-password-field>input,.field-with-button>input{width:100%;min-width:0}.field-with-button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.code-send-button{display:inline-flex;min-width:136px;min-height:48px;align-items:center;justify-content:center;gap:7px;border:1px solid color-mix(in srgb,var(--brand) 42%,var(--line));border-radius:14px;background:var(--brand-soft);color:var(--brand);padding:0 14px;font-weight:900}.code-send-button:disabled{cursor:not-allowed;opacity:.55}.forgot-password-link,.auth-back-link{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;color:var(--brand);font-size:13px;font-weight:900}.auth-back-link{justify-self:end;margin-top:18px}.source-login-page .forgot-password-visual{position:relative;overflow:hidden;align-content:center;background:linear-gradient(135deg,#5b37eee0,#0f172ad1),url(/brand/password-reset.jpg) center / cover}@media(min-width:761px)and (max-width:1599px){.catalog-page .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.creator-page .creator-banner{height:162px;padding:0;border-radius:20px;background-position:center}.creator-page .creator-banner>span{display:none}.creator-page .creator-hero{grid-template-columns:150px minmax(0,1fr) auto;gap:26px;align-items:center;margin-top:28px}.creator-page .creator-hero>img{width:150px;height:150px;border-width:7px}.creator-page .creator-hero h1{margin:7px 0 6px;font-size:38px}.creator-page .creator-hero p{margin:5px 0;font-size:14px;line-height:1.55}.creator-page .creator-stats{font-size:14px}.creator-page .follow-button{align-self:start;margin-top:0;border-color:var(--brand);background:var(--brand);color:#fff;border-radius:999px}.creator-page .creator-tools{margin-top:38px}.creator-page .creator-tools .segmented{margin-bottom:14px}.home-page .section-heading a{min-height:36px;padding:0 15px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--brand-soft) 55%,var(--surface));color:var(--brand);font-weight:750}.forgot-password-page .forgot-password-field input{background:#fff}.forgot-password-visual:after{position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.2);border-radius:50%;content:"";right:-120px;bottom:-180px}.forgot-password-visual__content{position:relative;z-index:1;max-width:520px;color:#fff}.forgot-password-visual__content h1{max-width:480px;margin:0;font-size:clamp(40px,5vw,72px);line-height:1.02;letter-spacing:-.045em}.forgot-password-visual__content p{max-width:520px;margin:22px 0 0;color:#fffc;font-size:17px;font-weight:720;line-height:1.8}.forgot-password-visual__badge,.forgot-password-visual__note{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#ffffff1f;padding:9px 13px;color:#fff;font-size:13px;font-weight:900;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.forgot-password-visual__badge{margin-bottom:22px}.forgot-password-visual__note{margin-top:28px}.contact-page{min-width:0}.contact-hero{margin-bottom:22px}.contact-hero .page-lead{margin-bottom:0}.contact-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:18px;align-items:start}.contact-info-column,.contact-feedback-column{display:grid;gap:18px}.contact-card{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,var(--brand-soft)),var(--surface));box-shadow:0 18px 42px #0f172a0d;padding:24px}.contact-card h2{margin:0 0 10px;color:var(--text);font-size:22px;font-weight:950}.contact-card p{margin:0;color:var(--muted);line-height:1.7}.contact-card__icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;margin-bottom:18px;border-radius:16px;background:var(--brand-soft);color:var(--brand)}.contact-email-link{display:inline-flex;margin-top:20px;border-radius:999px;background:var(--brand);color:#fff;padding:11px 16px;font-weight:900}.contact-qr-card{overflow:hidden}.contact-qr-preview-button{display:grid;width:min(100%,246px);justify-self:center;gap:10px;margin-top:20px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:12px;color:var(--brand);cursor:zoom-in;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.contact-qr-preview-button:hover{border-color:color-mix(in srgb,var(--brand) 50%,var(--line));box-shadow:0 14px 34px #0f172a1f;transform:translateY(-2px)}.contact-qr-preview-button img{display:block;width:100%;aspect-ratio:1;object-fit:contain}.contact-qr-preview-button span{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:7px;border-radius:10px;background:color-mix(in srgb,var(--brand-soft) 72%,#fff);font-size:13px;font-weight:900}.feedback-form{display:grid;gap:16px}.contact-card__heading{display:flex;justify-content:space-between;gap:16px}.contact-card__heading>span{flex:0 0 auto;color:#95a0b2;font-size:13px;font-weight:850}.feedback-field{display:grid;gap:10px;color:var(--muted);font-size:14px;font-weight:850}.feedback-field textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text);padding:16px 18px;line-height:1.7;outline:none}.feedback-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(var(--brand-rgb),.14)}.feedback-type-group{display:flex;flex-wrap:wrap;gap:10px;margin:0;border:0;padding:0}.feedback-type-group legend{width:100%;margin-bottom:2px;color:var(--muted);font-size:14px;font-weight:850}.feedback-type-option{position:relative;display:inline-flex;min-height:38px;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:0 13px;font-size:14px;font-weight:850;cursor:pointer}.feedback-type-option input{width:14px;height:14px;accent-color:var(--brand)}.feedback-type-option.is-active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.feedback-upload-row{display:flex;align-items:center;gap:10px}.feedback-upload{position:relative;display:inline-flex;min-height:44px;align-items:center;gap:8px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#f8fafc;color:var(--text);padding:0 14px;font-weight:850;cursor:pointer}.feedback-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.feedback-remove-image{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted)}.feedback-preview{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:18px;background:#f8fafc;padding:12px}.feedback-preview img{width:84px;height:64px;border-radius:12px;object-fit:cover}.feedback-preview span{color:var(--muted);font-size:13px;font-weight:850}.form-success{display:flex;align-items:center;gap:7px;color:#059669!important}.feedback-history-card{display:grid;gap:16px}.feedback-history-state{border:1px dashed var(--line);border-radius:16px;background:#f8fafc;padding:18px;text-align:center}.feedback-history-list{display:grid;gap:12px}.feedback-history-item{display:grid;gap:12px;border:1px solid var(--line);border-radius:16px;background:#f8fafc;padding:14px}.feedback-history-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.feedback-history-item__header div{display:grid;gap:4px}.feedback-history-item__header time{color:#95a0b2;font-size:12px;font-weight:850}.feedback-history-item__status{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;background:#edf0f5;color:var(--muted);padding:0 10px;font-size:12px;font-weight:950}.feedback-history-item__image{display:block;width:fit-content;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.feedback-history-item__image img{display:block;width:112px;height:84px;object-fit:cover}.feedback-submit{min-height:48px;justify-self:start}.contact-qr-modal-backdrop{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-qr-modal{width:min(460px,100%);border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 30px 90px #0f172a42;padding:22px}.contact-qr-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.contact-qr-modal__header h2{margin:0 0 6px;font-size:22px}.contact-qr-modal__header p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.contact-qr-modal__header button{display:inline-flex;width:40px;height:40px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:12px;background:#f8fafc;color:var(--muted)}.contact-qr-modal__image{border-radius:18px;background:#fff;padding:14px}.contact-qr-modal__image img{display:block;width:100%;aspect-ratio:1;object-fit:contain}@media(max-width:760px){.field-with-button{grid-template-columns:1fr}.code-send-button{width:100%}.legal-page{padding:22px 16px 90px}.legal-document__header h1{font-size:34px}.legal-document__header p{font-size:14px}.legal-document__related{gap:8px}.legal-document__related a{min-height:34px;font-size:12px}.contact-hero{margin-bottom:16px}.contact-layout{display:flex;flex-direction:column;gap:14px}.contact-feedback-column{order:2;width:100%;gap:14px}.contact-info-column{order:1;width:100%;gap:14px}.contact-qr-card{order:1}.contact-info-card{order:2}.contact-card{width:100%;border-radius:22px;padding:20px}.contact-card__heading{align-items:flex-start;flex-direction:column;gap:8px}.contact-card__heading>span{align-self:flex-end}.feedback-type-option{flex:1 1 calc(50% - 6px);justify-content:center;padding:0 10px}.feedback-field textarea{min-height:150px;border-radius:16px;padding:14px}.feedback-submit,.contact-email-link{width:100%;justify-content:center}}.word-level-settings-layer{position:fixed;z-index:1260;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.word-level-settings-dialog{display:flex;width:min(880px,100%);max-height:calc(100dvh - 48px);flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 30px 100px #0f172a4d}.word-level-settings-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.word-level-settings-dialog>header p,.word-level-settings-dialog>header h2,.word-level-settings-dialog>header span{margin:0}.word-level-settings-dialog>header p{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.1em}.word-level-settings-dialog>header h2{margin-top:3px;color:var(--text);font-size:24px}.word-level-settings-dialog>header span{display:block;margin-top:5px;color:var(--muted);font-size:13px}.word-level-settings-dialog>header button{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--muted)}.word-level-presets{display:flex;align-items:center;gap:8px;padding:14px 24px;border-bottom:1px solid var(--line);background:#f8fafc}.word-level-presets span{margin-right:4px;color:var(--muted);font-size:13px;font-weight:800}.word-level-presets button{min-height:36px;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 14px;color:var(--text);font-weight:800}.word-level-settings-list{min-height:0;overflow-y:auto;padding:8px 24px}.word-level-settings-list article{display:grid;grid-template-columns:minmax(130px,1.2fr) repeat(3,minmax(105px,1fr));align-items:center;gap:12px;min-height:62px;border-bottom:1px solid #edf1f6}.word-level-settings-list label{display:flex;min-height:44px;align-items:center;gap:8px;color:#475569;font-size:13px;font-weight:700}.word-level-settings-list label.disabled{opacity:.42}.word-level-settings-list input[type=checkbox]{width:17px;height:17px;accent-color:var(--brand)}.word-level-color input{width:34px;height:34px;border:0;border-radius:9px;background:transparent;padding:0}.word-level-color strong{min-width:48px;border-radius:999px;background:var(--word-level-bg);padding:6px 10px;color:var(--word-level-color);text-align:center}.word-level-settings-dialog>footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line)}.word-level-settings-dialog>footer button{min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 18px;color:var(--text);font-weight:850}.word-level-settings-dialog>footer .word-level-settings-done{border-color:var(--brand);background:var(--brand);color:#fff}.subtitle-print-layer{position:fixed;z-index:1250;inset:0;display:grid;place-items:center;padding:24px;background:#0f172a9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.subtitle-print-dialog{display:flex;width:min(1080px,100%);max-height:calc(100dvh - 48px);flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:28px;background:color-mix(in srgb,var(--surface) 94%,#f4f6fb);box-shadow:0 32px 110px #0f172a57}.subtitle-print-toolbar{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px 18px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent)}.subtitle-print-toolbar p,.subtitle-print-toolbar h2,.subtitle-print-toolbar span{margin:0}.subtitle-print-toolbar p{margin-bottom:3px;color:var(--brand);font-size:12px;font-weight:950;letter-spacing:.12em}.subtitle-print-toolbar h2{color:var(--text);font-size:24px;font-weight:950;letter-spacing:-.025em}.subtitle-print-toolbar span{display:block;margin-top:5px;color:var(--muted);font-size:13px;line-height:1.5}.subtitle-print-toolbar>button{display:inline-grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--muted);cursor:pointer}.subtitle-print-actions{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 97%,var(--brand-soft))}.subtitle-print-modes{display:grid;grid-template-columns:repeat(3,minmax(112px,1fr));gap:4px;padding:4px;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface) 70%,#e9edf5)}.subtitle-print-modes button,.subtitle-print-submit{min-height:44px;border:0;border-radius:10px;padding:0 17px;font-size:14px;font-weight:900;cursor:pointer;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,opacity .18s ease}.subtitle-print-modes button{background:transparent;color:var(--muted)}.subtitle-print-modes button:hover{color:var(--text)}.subtitle-print-modes button.active{background:var(--surface);color:var(--brand);box-shadow:0 5px 18px #0f172a17}.subtitle-print-submit{display:inline-flex;min-width:112px;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:#fff;box-shadow:0 10px 24px rgba(var(--brand-rgb),.24)}.subtitle-print-submit:disabled{cursor:not-allowed;opacity:.45;box-shadow:none}.subtitle-print-toolbar button:hover,.subtitle-print-toolbar button:focus-visible,.subtitle-print-modes button:focus-visible,.subtitle-print-submit:focus-visible{outline:3px solid rgba(var(--brand-rgb),.22);outline-offset:2px}.subtitle-print-preview{min-height:0;overflow-y:auto;padding:32px;background:radial-gradient(circle at 16% 0,rgba(var(--brand-rgb),.08),transparent 28%),#e9edf4}.subtitle-print-sheet{width:min(794px,100%);min-height:1123px;margin:0 auto;overflow:hidden;border:1px solid #e2e7ef;border-radius:8px;background:#fff;color:#152033;box-shadow:0 22px 58px #0f172a29;padding:66px 68px 44px}.subtitle-print-sheet-head{margin-bottom:34px;padding-bottom:24px;border-bottom:2px solid #172033}.subtitle-print-brand{margin-bottom:14px;color:#6f7e93;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.subtitle-print-brand span{color:#ff4265}.subtitle-print-sheet-head h1{margin:0;color:#101828;font-size:30px;font-weight:900;line-height:1.25;letter-spacing:-.025em}.subtitle-print-sheet-head p{margin:12px 0 0;color:#75839a;font-size:12px;font-variant-numeric:tabular-nums}.subtitle-print-list{margin:0;padding:0;list-style:none}.subtitle-print-item{display:grid;grid-template-columns:32px minmax(0,1fr);gap:18px;padding:20px 0 22px;border-bottom:1px solid #dfe4ec;break-inside:avoid;page-break-inside:avoid}.subtitle-print-index{padding-top:2px;color:#98a2b3;font-size:13px;font-weight:850;font-variant-numeric:tabular-nums}.subtitle-print-time{margin:0 0 8px;color:#60718a;font-size:11px;font-weight:850;font-variant-numeric:tabular-nums;letter-spacing:.02em}.subtitle-print-english,.subtitle-print-chinese{margin:0}.subtitle-print-english{color:#111827;font-size:16px;font-weight:650;line-height:1.65}.subtitle-print-word{color:var(--word-level-color);font-weight:800;print-color-adjust:exact;-webkit-print-color-adjust:exact}.subtitle-print-chinese{margin-top:6px;color:#6f7e93;font-size:14px;line-height:1.7}.subtitle-print-empty{display:grid;min-height:320px;place-items:center;border:1px dashed #ccd4df;border-radius:16px;color:#75839a}.subtitle-print-sheet-footer{margin-top:40px;color:#98a2b3;font-size:10px;text-align:center;letter-spacing:.06em}@media(max-width:760px){.word-level-settings-layer{align-items:stretch;padding:0}.word-level-settings-dialog{width:100%;max-height:100dvh;border:0;border-radius:0}.word-level-settings-dialog>header{padding:16px}.word-level-presets{overflow-x:auto;padding:11px 14px;white-space:nowrap}.word-level-settings-list{padding:6px 14px}.word-level-settings-list article{grid-template-columns:1fr 1fr;gap:2px 12px;padding:8px 0}.word-level-settings-dialog>footer{padding:12px 14px}.subtitle-print-layer{align-items:stretch;padding:0}.subtitle-print-dialog{width:100%;max-height:100dvh;border:0;border-radius:0}.subtitle-print-toolbar{padding:16px}.subtitle-print-toolbar h2{font-size:21px}.subtitle-print-toolbar span{display:none}.subtitle-print-actions{align-items:stretch;flex-direction:column;gap:10px;padding:10px 12px 12px}.subtitle-print-modes{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.subtitle-print-modes button{padding-inline:6px;font-size:12px}.subtitle-print-submit{width:100%}.subtitle-print-preview{padding:14px}.subtitle-print-sheet{min-height:calc(100dvh - 224px);border-radius:6px;padding:34px 22px 28px}.subtitle-print-sheet-head{margin-bottom:18px;padding-bottom:18px}.subtitle-print-sheet-head h1{font-size:23px}.subtitle-print-item{grid-template-columns:25px minmax(0,1fr);gap:10px;padding:17px 0 18px}.subtitle-print-english{font-size:15px}.subtitle-print-chinese{font-size:13px}}@media(prefers-reduced-motion:reduce){.subtitle-print-modes button,.subtitle-print-submit{transition:none}}@media print{@page{size:A4 portrait;margin:14mm 16mm 16mm}html,body{background:#fff!important}body *{visibility:hidden!important}.player-page{height:auto!important;min-height:0!important;overflow:visible!important;background:#fff!important}.player-page>:not(.subtitle-print-layer){display:none!important}.subtitle-print-layer,.subtitle-print-dialog,.subtitle-print-preview,.subtitle-print-sheet,.subtitle-print-sheet *{visibility:visible!important}.subtitle-print-layer,.subtitle-print-dialog,.subtitle-print-preview{position:static!important;display:block!important;width:auto!important;max-height:none!important;overflow:visible!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;padding:0!important}.subtitle-print-toolbar,.subtitle-print-actions{display:none!important}.subtitle-print-sheet{width:100%!important;min-height:0!important;margin:0!important;overflow:visible!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.subtitle-print-sheet-head{margin-bottom:7mm;padding-bottom:5mm}.subtitle-print-item{padding:4mm 0}.subtitle-print-sheet-footer{margin-top:10mm}}@media print{body:has(.vocabulary-print-document) .sidebar,body:has(.vocabulary-print-document) .bottom-nav,body:has(.vocabulary-print-document) .personal-page>:not(.vocabulary-print-document){display:none!important}body:has(.vocabulary-print-document) .main-panel{margin:0!important;padding:0!important}.vocabulary-print-document,.vocabulary-print-document *{visibility:visible!important}.vocabulary-print-document{position:static;display:block;max-width:none;color:#111827;background:#fff;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;counter-reset:vocabulary-item}.vocabulary-print-document header{margin-bottom:8mm;padding-bottom:5mm;border-bottom:1px solid #d8dee8}.vocabulary-print-document header p,.vocabulary-print-document header h1,.vocabulary-print-document header span{margin:0}.vocabulary-print-document header p{color:#ff4265;font-size:10pt;font-weight:800;letter-spacing:.08em}.vocabulary-print-document header h1{margin:3mm 0 2mm;font-size:24pt}.vocabulary-print-document header span{color:#64748b;font-size:10pt}.vocabulary-print-document ol{margin:0;padding:0;list-style:none}.vocabulary-print-document li{display:grid;grid-template-columns:9mm minmax(0,1fr);gap:4mm;padding:5mm 0;border-bottom:1px solid #e7ebf1;break-inside:avoid;counter-increment:vocabulary-item}.vocabulary-print-index:before{content:counter(vocabulary-item,decimal-leading-zero);color:#ff4265;font-size:10pt;font-weight:800}.vocabulary-print-document h2{margin:0 0 2mm;font-size:15pt;line-height:1.45}.vocabulary-print-document h2 small{margin-left:2mm;color:#64748b;font-size:9pt;font-weight:400}.vocabulary-print-document li p,.vocabulary-print-document blockquote{margin:0;color:#475569;font-size:10.5pt;line-height:1.65}.vocabulary-print-document blockquote{margin-top:2mm;padding-left:3mm;border-left:2px solid #f2c3ce}.vocabulary-print-prompt{color:#111827!important;font-weight:600}.vocabulary-writing-line{height:9mm;border-bottom:1px solid #94a3b8}.vocabulary-print-document footer{margin-top:10mm;color:#94a3b8;font-size:9pt;text-align:center}}.home-search-trigger{position:relative;z-index:62;display:inline-grid;width:60px;height:60px;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 48%,var(--line));border-radius:18px;background:color-mix(in srgb,var(--brand-soft) 58%,var(--surface));color:var(--brand);box-shadow:0 10px 26px rgba(var(--brand-rgb),.08);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.home-search-trigger:hover,.home-search-trigger[aria-expanded=true]{border-color:var(--brand);background:var(--surface);box-shadow:0 12px 30px rgba(var(--brand-rgb),.15)}.home-search-backdrop{position:fixed;z-index:58;inset:0;border:0;background:transparent;cursor:default}.home-search-panel{position:absolute;z-index:60;top:80px;right:0;width:min(760px,calc(100% - 220px));min-height:360px;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));border-radius:24px;background:var(--surface);box-shadow:0 28px 80px #0f172a2e}.home-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:20px 20px 10px}.home-search-input{display:flex;min-width:0;min-height:58px;align-items:center;gap:12px;border:1px solid color-mix(in srgb,var(--brand) 35%,var(--line));border-radius:17px;background:var(--surface);color:#718099;padding:0 12px 0 16px;transition:border-color .16s ease,box-shadow .16s ease}.home-search-input:focus-within{border-color:color-mix(in srgb,var(--brand) 62%,#fff);box-shadow:0 0 0 5px rgba(var(--brand-rgb),.13)}.home-search-input input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:16px;font-weight:650}.home-search-input input::-webkit-search-cancel-button{display:none}.home-search-input>button{display:inline-grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:color-mix(in srgb,var(--canvas) 82%,var(--surface));color:var(--text)}.home-search-submit{display:inline-flex;min-width:126px;min-height:58px;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;background:var(--brand);color:#fff;padding:0 22px;font-weight:900;box-shadow:0 11px 24px rgba(var(--brand-rgb),.22)}.home-search-submit:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}.home-search-tabs{display:flex;gap:8px;padding:4px 20px 12px}.home-search-tabs button{min-height:38px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);padding:0 16px;font-size:13px;font-weight:850}.home-search-tabs button.active{border-color:color-mix(in srgb,var(--brand) 44%,var(--line));background:color-mix(in srgb,var(--brand-soft) 72%,var(--surface));color:var(--brand)}.home-search-trigger:focus-visible,.home-search-input>button:focus-visible,.home-search-submit:focus-visible,.home-search-tabs button:focus-visible,.home-search-result:focus-visible{outline:3px solid rgba(var(--brand-rgb),.24);outline-offset:2px}.home-search-results{max-height:min(440px,calc(100dvh - 260px));overflow-y:auto;border-top:1px solid color-mix(in srgb,var(--line) 72%,transparent);padding:8px 20px 20px;scrollbar-width:thin}.home-search-state{display:flex;min-height:190px;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:var(--muted);text-align:center}.home-search-state small{color:color-mix(in srgb,var(--muted) 72%,transparent)}.home-search-state.error{color:#be123c}.home-search-state.error button{min-height:38px;border:0;border-radius:10px;background:var(--brand-soft);color:var(--brand);padding:0 16px;font-weight:850}.home-search-group>p{margin:12px 4px 7px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.05em}.home-search-result{display:grid;grid-template-columns:76px minmax(0,1fr) 22px;gap:14px;align-items:center;min-height:76px;border-radius:15px;color:var(--text);padding:9px 12px;transition:background-color .16s ease}.home-search-result+.home-search-result{margin-top:2px}.home-search-result:hover{background:color-mix(in srgb,var(--brand-soft) 45%,var(--canvas))}.home-search-result>img,.home-search-avatar{width:76px;height:54px;object-fit:cover;border-radius:11px;background:var(--brand-soft)}.home-search-result.creator>img,.home-search-result.creator>.home-search-avatar{width:54px;height:54px;margin-left:11px;border-radius:50%}.home-search-avatar{display:grid;place-items:center;color:var(--brand)}.home-search-result>span:nth-child(2){display:grid;min-width:0;gap:7px}.home-search-result strong{overflow:hidden;color:var(--text);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.home-search-result small{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-search-result>svg{color:#a4adba}@media(max-width:760px){.home-intro{gap:10px!important}.home-search-trigger{width:48px;height:48px;border-radius:15px}.home-search-panel{position:absolute;top:58px;left:0;right:0;width:100%;min-height:330px;border-radius:20px}.home-search-form{gap:8px;padding:14px 14px 9px}.home-search-input{min-height:50px;border-radius:14px;padding-left:13px}.home-search-submit{min-width:88px;min-height:50px;border-radius:14px;padding:0 13px}.home-search-tabs{overflow-x:auto;padding:2px 14px 10px;scrollbar-width:none}.home-search-tabs button{min-height:36px;white-space:nowrap;padding:0 13px}.home-search-results{max-height:min(430px,calc(100dvh - 200px));padding:6px 10px 16px}.home-search-result{grid-template-columns:64px minmax(0,1fr) 18px;gap:10px;padding-inline:8px}.home-search-result>img,.home-search-avatar{width:64px;height:48px}.home-search-result.creator>img,.home-search-result.creator>.home-search-avatar{width:48px;height:48px;margin-left:8px}}@media(prefers-reduced-motion:reduce){.home-search-trigger,.home-search-input,.home-search-result{transition:none}}button,a,[role=button]{touch-action:manipulation}:where(button,a,input,textarea,select,[tabindex]):focus-visible{outline:3px solid rgba(var(--brand-rgb),.55);outline-offset:3px}.app-frame,.main-panel{min-height:100dvh}.player-page{height:100dvh}.player-layout{height:calc(100dvh - 64px)}.modal-close{width:44px;height:44px;display:grid;place-items:center}@media(pointer:coarse){.round-action,.q168-favorite-action,.row-actions button,.sentence-actions button,.theme-button,.ghost-button{min-width:44px;min-height:44px}.bottom-nav a{min-height:44px;justify-content:center}}@media(max-width:760px){.button{min-height:44px!important}.auth-mode-tabs button,.source-login-page .forgot-link,.source-login-page .login-legal-links a{min-height:44px!important;display:inline-flex;align-items:center}.source-login-page .login-legal-links{align-items:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
