:root{--color-page:#faf9f5;--color-page-elevated:#fff;--color-text-primary:#212529;--color-text-secondary:#5c6370;--color-text-muted:#8b929e;--color-accent:#4caf50;--color-accent-soft:#4caf5024;--color-highlight:#c8e6c9;--color-highlight-strong:#81c784;--color-card:#fff;--color-border:#21252914;--color-shadow:#2125290f;--color-chip:#2125290a;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--font-sans:"SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;--max-content:1120px;--header-h:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text-primary);background:var(--color-page);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}img{max-width:100%;display:block}.site{min-height:100vh}.section{padding:96px 24px}.section-inner{max-width:var(--max-content);margin:0 auto}.section-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-accent);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--color-accent);border-radius:1px;width:20px;height:2px}.section-title{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2}.section-desc{color:var(--color-text-secondary);max-width:540px;margin:0 0 40px;font-size:17px;line-height:1.65;overflow:visible}.feature-grid{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}@media (width>=960px){.feature-grid{grid-template-columns:1fr 1fr}.feature-grid.reverse .feature-copy{order:2}.feature-grid.reverse .feature-demo{order:1}}.feature-demo--bare{justify-content:center;align-items:center;min-height:480px;padding:8px 0 28px;display:flex;overflow:visible}@media (width>=960px){.feature-demo--bare{justify-content:flex-start;min-height:500px}.feature-grid.reverse .feature-demo--bare{justify-content:flex-end}}.phone-frame{background:var(--color-page);border-radius:var(--radius-xl);box-shadow:0 12px 32px var(--color-shadow);border:none;max-width:360px;margin:0 auto;padding:10px}.phone-screen{background:var(--color-page);border-radius:calc(var(--radius-xl) - 6px);min-height:460px;position:relative;overflow:hidden}.phone-screen .player-theme{--player-page:var(--color-page);--player-card:var(--color-card);--player-card-playing:var(--color-card);--player-text:var(--color-text-primary);--player-text-secondary:var(--color-text-secondary);--player-text-muted:var(--color-text-muted);--player-time:var(--color-text-muted);--player-sheet:var(--color-page-elevated);--player-sheet-stroke:var(--color-border);--player-sense-card:var(--color-card);--player-fold-title:var(--color-text-secondary);--player-fold-body:var(--color-text-muted);--player-fold-heading:var(--color-text-primary)}.phone-screen:has(.demo-word-detail) .player-theme{--player-sheet:var(--color-card)}.phone-screen:has(.demo-article-player) .player-theme{--player-page:var(--color-card);--player-sheet:var(--color-card)}:is(.phone-frame:has(.demo-article-player),.phone-frame:has(.demo-word-detail),.phone-frame:has(.demo-search)){box-shadow:none;background:0 0;padding:0}.phone-screen:has(.demo-article-player){border-radius:var(--radius-xl);min-height:560px;max-height:min(560px,72vh);box-shadow:0 12px 32px var(--color-shadow);background:var(--color-card);flex-direction:column;padding:0;display:flex}.phone-screen:has(.demo-word-detail){border-radius:var(--radius-xl);min-height:480px;box-shadow:0 12px 32px var(--color-shadow);background:var(--color-card);flex-direction:column;padding:0;display:flex}.phone-screen:has(.demo-word-detail) .demo-word-detail{background:var(--color-card);flex:1;width:100%;min-height:100%}:is(.phone-screen:has(.demo-article-player) .phone-notch,.phone-screen:has(.demo-word-detail) .phone-notch,.phone-screen:has(.demo-search) .phone-notch){display:none}.phone-screen:has(.demo-search){border-radius:var(--radius-xl);height:540px;min-height:540px;box-shadow:0 12px 32px var(--color-shadow);background:var(--color-card);flex-direction:column;padding:0;display:flex;overflow:hidden}.feature-grid:has(#search) .feature-demo{justify-content:center;align-items:center;min-height:540px;display:flex}:is(.phone-screen:has(.demo-search) .demo-search,.phone-screen:has(.demo-search) .demo-search-corpus,.phone-screen:has(.demo-search) .demo-search-word-detail){background:var(--color-card);flex:1;width:100%;min-height:0}.phone-notch{justify-content:center;align-items:center;height:28px;display:flex}.phone-notch span{background:#00000014;border-radius:3px;width:72px;height:6px}.cta-row{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.btn-primary{background:var(--color-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:14px 28px;font-size:16px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 24px #4caf5059}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4caf5066}.btn-ghost{color:var(--color-text-secondary);border:1px solid var(--color-border);background:var(--color-page-elevated);border-radius:999px;align-items:center;padding:14px 24px;font-weight:500;display:inline-flex}.site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#faf9f5d1;position:fixed;top:0;left:0;right:0}.site-header-inner{max-width:var(--max-content);align-items:center;gap:32px;height:100%;margin:0 auto;padding:0 24px;display:flex}.brand{white-space:nowrap;align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.brand-icon{object-fit:cover;border-radius:8px;flex-shrink:0;width:28px;height:28px}.site-nav{flex:1;gap:24px;display:none}.site-nav a{color:var(--color-text-secondary);font-size:14px;font-weight:500;transition:color .15s}.site-nav a:hover{color:var(--color-text-primary)}.header-actions{flex-shrink:0;align-items:center;gap:16px;margin-left:auto;display:flex}.header-cta{color:var(--color-accent);background:var(--color-accent-soft);white-space:nowrap;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:600}.header-contact{color:var(--color-text-secondary);white-space:nowrap;font-size:14px;font-weight:500;transition:color .15s}.header-contact:hover{color:var(--color-text-primary)}@media (width>=900px){.site-nav{display:flex}}.hero{min-height:100vh;padding:calc(var(--header-h) + 40px) 20px 72px;text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-shell{width:100%;max-width:920px;margin:0 auto;position:relative}.hero-bg{background:radial-gradient(ellipse 80% 50% at 50% -10%, #4caf501f, transparent), radial-gradient(ellipse 60% 40% at 90% 80%, #81c78426, transparent), var(--color-page);pointer-events:none;position:absolute;inset:0}.hero-card{background:0 0;position:relative}.hero-card-main{padding:0 8px}.hero-eyebrow{color:var(--color-accent);letter-spacing:.06em;margin:0 0 20px;font-size:15px;font-weight:600}.hero-title{letter-spacing:-.03em;color:var(--color-text-primary);margin:0 0 24px;font-size:clamp(32px,6vw,48px);font-weight:800;line-height:1.15}.hero-title-accent{background:linear-gradient(90deg, #2e7d32, var(--color-accent));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--color-text-secondary);max-width:560px;margin:0 auto;font-size:clamp(15px,2.2vw,17px);line-height:1.75}.hero-card-main .cta-row{justify-content:center;margin-top:28px}.hero-pillars{grid-template-columns:1fr;margin:40px 0 0;padding:0;list-style:none;display:grid}.hero-pillar{text-align:center;padding:28px 24px 32px}.hero-pillar-icon{background:var(--color-accent-soft);border-radius:50%;width:48px;height:48px;margin:0 auto 14px;display:block;position:relative}.hero-pillar-icon:before{content:"";background:var(--color-accent);width:22px;height:22px;margin:auto;position:absolute;inset:0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero-pillar-icon-book:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM6 4h5v8l-2.5-1.5L6 12V4z'/%3E%3C/svg%3E")}.hero-pillar-icon-headphones:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1a9 9 0 00-9 9v7c0 1.66 1.34 3 3 3h1v-8H5v-2a7 7 0 0114 0v2h-2v8h1c1.66 0 3-1.34 3-3v-7a9 9 0 00-9-9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 1a9 9 0 00-9 9v7c0 1.66 1.34 3 3 3h1v-8H5v-2a7 7 0 0114 0v2h-2v8h1c1.66 0 3-1.34 3-3v-7a9 9 0 00-9-9z'/%3E%3C/svg%3E")}.hero-pillar-icon-chart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M5 9.2h3V19H5V9.2zM10.6 5h2.8v14h-2.8V5zm5.6 8H19v6h-2.8v-6z'/%3E%3C/svg%3E")}.hero-pillar-title{letter-spacing:-.01em;color:var(--color-text-primary);margin:0 0 8px;font-size:17px;font-weight:700}.hero-pillar-desc{max-width:220px;color:var(--color-text-secondary);margin:0 auto;font-size:13px;line-height:1.65}@media (width>=720px){.hero-pillars{grid-template-columns:repeat(3,1fr)}}.hero-scroll-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.hero-scroll-hint span{border:2px solid var(--color-border);border-radius:12px;width:24px;height:40px;display:block;position:relative}.hero-scroll-hint span:after{content:"";background:var(--color-accent);border-radius:2px;width:4px;height:8px;margin-left:-2px;animation:1.8s ease-in-out infinite scroll-dot;position:absolute;top:8px;left:50%}@keyframes scroll-dot{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(8px)}}.app-intro{background:linear-gradient(180deg, var(--color-page) 0%, #f7f6f2 18%, #fafaf8 45%, var(--color-page-elevated) 100%)}.app-intro-header{text-align:center;max-width:720px;margin:0 auto 56px}.app-intro-header .section-label{justify-content:center}.app-intro-header .section-label:before{display:none}.app-intro-title{margin-bottom:20px}.app-intro-lead{max-width:640px;margin-bottom:0;margin-left:auto;margin-right:auto}.app-intro-grid{text-align:center;gap:24px;max-width:960px;margin:0 auto;padding:0;list-style:none;display:grid}@media (width>=960px){.app-intro-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px}}.app-intro-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px var(--color-shadow);text-align:center;padding:28px 24px 32px}.app-intro-card-index{letter-spacing:.06em;color:var(--color-accent);margin:0 0 12px;font-size:13px;font-weight:600}.app-intro-card-title{letter-spacing:-.02em;margin:0 0 16px;font-size:22px;font-weight:700;line-height:1.25}.app-intro-card-text{color:var(--color-text-secondary);margin:0 0 14px;font-size:15px;line-height:1.7}.app-intro-card-text:last-child{margin-bottom:0}.site-footer{background:var(--color-text-primary);color:#ffffffe0;padding:64px 24px 0}.site-footer-inner{max-width:var(--max-content);margin:0 auto}.footer-brand-row{border-bottom:1px solid #ffffff1f;padding-bottom:40px}.footer-brand{color:inherit;align-items:center;gap:12px;margin-bottom:12px;text-decoration:none;display:inline-flex}.footer-brand:hover{color:#fff}.footer-brand-icon{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px}.footer-brand-name{font-size:18px;font-weight:700}.footer-tagline{color:#ffffff8c;max-width:36em;margin:0;font-size:15px;line-height:1.55}.footer-grid{gap:32px;padding:40px 0 48px;display:grid}@media (width>=720px){.footer-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px}}.footer-panel{min-width:0}.footer-heading{letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;margin:0 0 14px;font-size:13px;font-weight:600}.footer-lead{color:#ffffffeb;margin:0 0 8px;font-size:16px;font-weight:600;line-height:1.4}.footer-muted{color:#ffffff8c;margin:0 0 16px;font-size:14px;line-height:1.55}.footer-panel .footer-muted:last-of-type{margin-bottom:0}.footer-stores{margin-top:16px}.store-badge{border-radius:var(--radius-md);color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff2e;padding:10px 20px;font-size:14px;font-weight:600;display:inline-block}.footer-mail{color:var(--color-highlight-strong);margin-top:16px;font-size:15px;font-weight:600;text-decoration:none;display:inline-block}.footer-mail:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}.footer-bottom{max-width:var(--max-content);text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:10px;margin:0 auto;padding:20px 24px 28px;display:flex}.footer-copy{color:#ffffff61;margin:0;font-size:13px}.footer-icp{color:#ffffff6b;margin:0;font-size:12px;text-decoration:none}.footer-icp:hover{color:#ffffffb8;text-underline-offset:3px;text-decoration:underline}.subtitle-word-line{--subtitle-main-size:17px;--subtitle-annot-superscript-reserve:calc(var(--subtitle-main-size) * .65);flex-wrap:wrap;align-items:flex-end;gap:0 2px;margin:0;line-height:1.15;display:flex}.subtitle-word-col{cursor:pointer;vertical-align:bottom;font:inherit;color:inherit;background:0 0;border:none;flex-direction:column;align-items:center;margin:0;padding:0 1px 2px;display:inline-flex}.subtitle-ipa{color:var(--player-text-muted);white-space:nowrap;margin-bottom:2px;font-family:Iowan Old Style,Times New Roman,serif;font-size:9px;line-height:1.1}.subtitle-word{color:var(--player-text);vertical-align:bottom;font-size:17px;font-weight:600;display:inline-block}.subtitle-word-inner{display:inline-block;position:relative}.subtitle-word-text{font:inherit;color:inherit}.subtitle-mark{color:var(--player-text-secondary);pointer-events:none;white-space:nowrap;margin-left:0;font-size:.55em;font-weight:700;line-height:1;text-decoration:none;position:absolute;top:.05em;left:100%}.subtitle-word-col.tone-freq .subtitle-word-text{color:var(--player-word-freq)}.subtitle-word-col.tone-focus .subtitle-word-text,.subtitle-word-col.is-focus .subtitle-word-text{color:var(--player-highlight-karaoke)}.subtitle-word-col.tone-phrase .subtitle-word-text{color:var(--player-word-phrase)}.subtitle-word-col.has-mark:not(.in-phrase-run) .subtitle-word-text{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--player-annot-underline);text-decoration-color:var(--player-annot-underline)}.subtitle-word-col.is-phrase:not(.in-phrase-run)[data-phrase-start="1"] .subtitle-word-text,.subtitle-word-col.is-phrase:not(.in-phrase-run):not([data-phrase-start="1"]) .subtitle-word-text{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.subtitle-speaker-prefix{color:var(--player-text);flex-shrink:0;align-self:flex-end;margin:0 2px 1px 0;font-size:17px;font-weight:800;line-height:1.15}.subtitle-phrase-run{vertical-align:bottom;flex-wrap:wrap;align-items:flex-end;gap:0 .35em;max-width:100%;display:inline-flex;position:relative}.subtitle-phrase-run:after{content:"";background:var(--player-annot-underline);pointer-events:none;z-index:0;height:1px;position:absolute;bottom:2px;left:0;right:0}.subtitle-phrase-run:has(>.subtitle-word-col.has-mark:last-child):after{right:var(--subtitle-annot-superscript-reserve)}.subtitle-word-col.in-phrase-run .subtitle-word-text{text-decoration:none}.subtitle-word-col.in-phrase-run{margin:0;padding-left:0;padding-right:0}.subtitle-word-col.in-phrase-run.has-mark,.subtitle-word-col.has-mark:not(.in-phrase-run){padding-right:var(--subtitle-annot-superscript-reserve)}.subtitle-word-col.is-focus{background:#f5871f1f;border-radius:4px}.subtitle-word-line--plain .subtitle-phrase-run:after{display:none}.subtitle-word-line--plain .subtitle-word-col.has-mark:not(.in-phrase-run) .subtitle-word-text,.subtitle-word-line--plain .subtitle-word-col.is-phrase:not(.in-phrase-run)[data-phrase-start="1"] .subtitle-word-text,.subtitle-word-line--plain .subtitle-word-col.is-phrase:not(.in-phrase-run):not([data-phrase-start="1"]) .subtitle-word-text{text-decoration:none}.demo-article-player{background:var(--player-page);flex-direction:column;flex:1;min-height:480px;display:flex;position:relative;overflow:hidden}.demo-subtitle-viewport{flex-direction:column;flex:1;justify-content:center;min-height:0;padding:8px 0 12px;display:flex;overflow:hidden auto}.demo-subtitle-viewport--single{justify-content:flex-start;padding-top:16px}.demo-subtitle-stack{flex-direction:column;flex:1;justify-content:space-evenly;gap:0;min-height:100%;display:flex}.demo-segment-row{padding:4px 6px 4px 20px}.demo-segment-playing-dot{text-align:center;width:14px;color:var(--player-highlight-karaoke);font-size:9px;line-height:1;animation:2.4s ease-in-out infinite demo-playing-dot-breathe;position:absolute;top:50%;left:-15px;transform:translate(-50%,-50%)}@keyframes demo-playing-dot-breathe{0%,to{opacity:.45}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.demo-segment-playing-dot{opacity:1;animation:none}}.demo-subtitle-block{background:var(--player-card);border:.5px solid #ffffffa6;border-radius:12px;min-width:0;padding:4px 8px}.demo-subtitle-block.is-playing{background:var(--player-card-playing)}.demo-subtitle-meta{min-height:24px;color:var(--player-time);font-variant-numeric:tabular-nums;align-items:center;gap:6px;margin-bottom:0;font-size:11px;font-weight:600;line-height:1;display:flex;position:relative}.demo-subtitle-time{white-space:nowrap;flex-shrink:0}.demo-subtitle-meta-spacer{flex:1;min-width:0}.demo-subtitle-more{width:24px;height:24px;color:var(--player-text-muted);cursor:default;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:-4px -6px -4px 0;padding:0;display:flex}.demo-subtitle-more-icon{background:currentColor;width:12px;height:12px;display:block;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='12' r='2' fill='black'/%3E%3Ccircle cx='12' cy='12' r='2' fill='black'/%3E%3Ccircle cx='18' cy='12' r='2' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='12' r='2' fill='black'/%3E%3Ccircle cx='12' cy='12' r='2' fill='black'/%3E%3Ccircle cx='18' cy='12' r='2' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-subtitle-zh{color:var(--player-text-secondary);margin:2px 0 4px;font-size:14px;line-height:1.55}.demo-article-player .subtitle-word-line{align-items:flex-end;gap:0 1px;line-height:1.05}.demo-article-player .subtitle-word-col{cursor:pointer;align-items:center;padding:0 1px 1px}.demo-article-player .subtitle-word-col.is-focus,.demo-article-player .subtitle-word-col.is-through-playback{background:0 0;border-radius:0}.demo-article-player .subtitle-word-col:not(.is-through-playback) .subtitle-word-text,.demo-article-player .subtitle-word-col.tone-phrase:not(.is-through-playback) .subtitle-word-text{color:var(--player-text)}.demo-article-player .subtitle-word-col.is-through-playback .subtitle-word-text{color:var(--player-word-freq)}.demo-subtitle-fold{text-align:left;border-top:.5px solid #1c242214;margin-top:14px;padding-top:10px}.demo-subtitle-fold-head{color:var(--player-fold-title);align-items:center;gap:6px;margin-bottom:2px;padding-left:8px;padding-right:8px;font-size:11px;font-weight:600;display:flex}.demo-subtitle-fold-icon{background-color:#1c24228c;border-radius:50%;flex-shrink:0;width:17.05px;height:17.05px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/%3E%3C/svg%3E") 50%/58% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/%3E%3C/svg%3E") 50%/58% no-repeat}.demo-subtitle-fold-body{padding-left:16px;padding-right:16px}.demo-subtitle-fold-entry{color:var(--player-fold-body);margin:0 0 10px;font-size:12px;line-height:1.35}.demo-subtitle-fold-entry:last-child{margin-bottom:0}.demo-subtitle-fold-entry-main{margin:0}.demo-subtitle-fold-def .demo-sense-fav{margin-left:.35em;font-size:12px}.demo-subtitle-fold-tip{color:var(--player-fold-body);align-items:flex-start;gap:6px;margin:6px 0 0;padding-left:1.35em;font-size:12px;line-height:1.35;display:flex}.demo-subtitle-fold-tip-icon{background-color:#1c24228c;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:1px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/%3E%3C/svg%3E") 50%/9px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7z'/%3E%3C/svg%3E") 50%/9px no-repeat}.demo-subtitle-fold-entry-inner{text-indent:-1.35em;padding-left:1.35em;display:block}.demo-subtitle-fold-num,.demo-subtitle-fold-mark{color:var(--player-fold-heading);font-size:11px;font-weight:600}.demo-subtitle-fold-sep,.demo-subtitle-fold-def{color:var(--player-fold-body);font-size:12px;font-weight:400}.demo-article-player .subtitle-ipa{letter-spacing:-.01em;color:var(--player-text-muted);margin-bottom:1px;font-family:Charis SIL,Charis,Times New Roman,serif;font-size:12px;line-height:1}.demo-article-player .subtitle-word-line{--subtitle-main-size:16px}.demo-article-player .subtitle-word{font-size:16px;font-weight:600;line-height:1.15}.demo-article-player .subtitle-phrase-run:after{bottom:3px}.demo-sense-head{color:var(--player-text);margin:0;font-size:14px;line-height:1.55}.demo-sense-index{font-size:12px;font-weight:700}.demo-meta-sep{color:var(--player-text-muted);font-weight:400}.demo-meta-phrase{color:var(--player-word-phrase);background:#3d8b621f;border-radius:3px;margin-right:.35em;padding:0 .35em;font-size:14px;font-weight:500;display:inline-block}.demo-meta-freq{color:var(--player-tag-high);font-size:14px;font-weight:500}.demo-meta-cefr,.demo-meta-regional{color:var(--player-tag-cefr);font-size:14px;font-weight:500}.demo-meta-grammar{font-size:14px;font-weight:700}.demo-meta-grammar-bracket{color:var(--player-grammar-label)}.demo-meta-grammar-inner{color:var(--player-grammar-label);font-weight:700}.demo-meta-sep--grammar{color:var(--player-grammar-label)}.demo-meta-register{color:#7e22ce;font-size:14px;font-style:italic;font-weight:400}.demo-meta-sep--register{color:#7e22ce;font-style:normal}.player-theme{--player-page:#c9e0dd;--player-card:#ffffff61;--player-card-playing:#ffffff7a;--player-text:#1c2422;--player-text-secondary:#1c24229e;--player-text-muted:#1c242273;--player-time:#1c242280;--player-highlight-karaoke:#f5871f;--player-word-freq:#6aab6e;--player-word-phrase:#3d8b62;--player-annot-underline:#2f3d3a;--player-pos-adj:#6d28d9;--player-tag-high:#e65100;--player-tag-cefr:#1565c0;--player-grammar-label:#2e7d32;--player-link:#1976d2;--player-sheet:#eef2f4;--player-sheet-stroke:#fffffff2;--player-sense-card:#ffffffc7;--player-fold-title:#1c2422b8;--player-fold-body:#1c242294;--player-fold-heading:#1c2422c7;font-family:var(--font-sans);color:var(--player-text)}.demo-word-detail{background:var(--player-sheet);text-align:left;box-sizing:border-box;min-height:100%}.demo-word-detail.is-compact{border-radius:20px 20px 0 0;flex-direction:column;max-height:58%;display:flex;box-shadow:0 -4px 24px #00000014}.demo-word-detail.is-compact.is-standalone{min-height:100%;max-height:none;box-shadow:none;background:var(--color-card,#fff);border-radius:0}.demo-word-sheet-chrome{flex-shrink:0;min-height:40px;padding:8px 12px 0;position:relative}.demo-word-chrome-actions{gap:8px;display:flex;position:absolute;top:6px;right:10px}.demo-word-icon-btn{width:35px;height:35px;color:var(--player-text);background:#ffffffa6;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #00000014}.demo-word-scroll{flex:1;padding:0 20px 22px;overflow-y:auto}.demo-word-head{align-items:baseline;gap:8px;margin:4px 0 0;padding-right:88px;display:flex}.demo-word-head h3{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.demo-word-pos{letter-spacing:.04em;color:var(--player-pos-adj);font-size:13px;font-weight:600}.demo-word-phonetic{margin-top:10px}.demo-word-ipa-row{align-items:center;gap:6px;min-height:24px;margin-bottom:4px;display:flex}.demo-word-accent{font-size:13px;font-weight:600}.demo-word-accent-us{color:#e53935}.demo-word-accent-uk{color:#1e88e5}.demo-word-ipa{color:var(--player-text);font-family:Iowan Old Style,Times New Roman,serif;font-size:16px;line-height:1.2}.demo-word-speaker{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin:0 0 0 1px;padding:0;display:inline-flex}.demo-word-speaker-icon{flex-shrink:0;display:block}.demo-word-speaker--us{color:#e53935}.demo-word-speaker--uk{color:#1e88e5}.demo-word-footnote{color:var(--player-text-muted);gap:4px;margin:10px 0 0;font-size:11px;line-height:1.45;display:flex}.demo-sense-block{margin-top:14px}.demo-sense-fav{color:var(--player-link);text-underline-offset:2px;vertical-align:baseline;white-space:nowrap;margin:0 0 0 .35em;padding:0;font-size:14px;font-weight:500;text-decoration:underline;display:inline}.demo-sense-examples{margin:12px 0 0;padding:0 0 0 4px;list-style:none}.demo-sense-examples li{margin-bottom:10px}.demo-ex-en{color:var(--player-text);margin:0;font-size:14px;line-height:1.5}.demo-ex-en em{font-style:italic;font-weight:400}.demo-ex-zh{color:var(--player-text);margin:4px 0 0;font-size:14px;line-height:1.5}.demo-icon-close,.demo-icon-expand{background:currentColor;width:16px;height:16px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.demo-icon-close{width:14px;height:14px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.3 5.7 12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z'/%3E%3C/svg%3E")}.demo-icon-expand{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 7h4V5H5v6h2V7zm10 0v4h2V5h-6v2h4zM7 17v-4H5v6h6v-2H7zm10 0h-4v2h6v-6h-2v4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 7h4V5H5v6h2V7zm10 0v4h2V5h-6v2h4zM7 17v-4H5v6h6v-2H7zm10 0h-4v2h6v-6h-2v4z'/%3E%3C/svg%3E")}.demo-fav{background:0 0;width:100%;max-width:328px;margin:0 auto;padding:0}.demo-fav-fan-stage{max-width:100%;height:460px;margin:0 auto;position:relative;overflow:visible}.demo-fav-fan{perspective:1400px;width:292px;height:424px;margin-left:-118px;position:absolute;bottom:4px;left:50%}.demo-fav-card{transform-origin:38% 102%;will-change:transform;border:.5px solid #21252912;border-radius:24px;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffb8,0 4px 12px #2125290f,0 20px 44px #21252924}.demo-fav-card--fan-1{z-index:1;transform:rotate(-40deg)translate(-10px,2px)scale(.992);box-shadow:inset 0 1px #fff6,0 8px 24px #2125291a}.demo-fav-card--fan-2{z-index:2;transform:rotate(-29deg)translate(-6px,1px)scale(.996);box-shadow:inset 0 1px #ffffff80,0 10px 28px #2125291c}.demo-fav-card--fan-3{z-index:3;transform:rotate(-18deg)translate(-2px)}.demo-fav-card--fan-4{z-index:4;transform:rotate(-8deg)translate(2px,-1px)}.demo-fav-card--fan-5{z-index:5;transform:rotate(4deg)translate(8px,-2px);box-shadow:inset 0 1px #ffffffd9,0 6px 16px #21252914,0 28px 56px #21252929}.demo-fav-fan-stage:hover .demo-fav-card--fan-1{transform:rotate(-46deg)translate(-14px,-2px)scale(.992)}.demo-fav-fan-stage:hover .demo-fav-card--fan-2{transform:rotate(-34deg)translate(-9px,-1px)scale(.996)}.demo-fav-fan-stage:hover .demo-fav-card--fan-3{transform:rotate(-22deg)translate(-3px,-2px)}.demo-fav-fan-stage:hover .demo-fav-card--fan-4{transform:rotate(-10deg)translate(4px,-4px)}.demo-fav-fan-stage:hover .demo-fav-card--fan-5{transform:rotate(7deg)translate(12px,-6px);box-shadow:inset 0 1px #ffffffe6,0 8px 20px #2125291a,0 32px 64px #2125292e}.demo-fav-card--ghost{pointer-events:none;flex-direction:column;gap:10px;padding:22px 20px;display:flex}.demo-fav-card--tone-sage{background:linear-gradient(155deg,#d0ddd0 0%,#9aab96 48%,#8a9d86 100%)}.demo-fav-card--tone-sand{background:linear-gradient(155deg,#f0e4d0 0%,#dcc9a6 50%,#c9b088 100%)}.demo-fav-card--tone-mist{background:linear-gradient(155deg,#eef0f2 0%,#d2d6db 52%,#b8bec6 100%)}.demo-fav-ghost-label{letter-spacing:.08em;text-transform:uppercase;color:#21252959;font-size:11px;font-weight:700}.demo-fav-ghost-line{background:#21252914;border-radius:3px;height:6px}.demo-fav-ghost-line--short{width:62%}.demo-fav-ghost-line--mid{width:78%;margin-top:4px}.demo-fav-card--articles,.demo-fav-card--phrases{background:var(--color-card);flex-direction:column;padding:14px 14px 12px;display:flex}.demo-fav-panel-head{border-bottom:.5px solid #2125290f;flex-shrink:0;align-items:center;gap:8px;margin-bottom:8px;padding-bottom:8px;display:flex}.demo-fav-panel-icon{background-color:var(--color-accent-soft);border-radius:8px;flex-shrink:0;width:28px;height:28px}.demo-fav-panel-icon--article,.demo-fav-panel-icon--phrase{background-color:var(--color-accent);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:16px;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.demo-fav-panel-icon--article{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2 5 5h-5V4zM8 13h8v2H8v-2zm0 4h5v2H8v-2z'/%3E%3C/svg%3E")}.demo-fav-panel-icon--phrase{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 6h16v2H4V6zm0 5h10v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 6h16v2H4V6zm0 5h10v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E")}.demo-fav-panel-title{letter-spacing:-.01em;color:var(--color-text-primary);margin:0;font-size:13px;font-weight:700}.demo-fav-panel-sub{color:var(--color-text-muted);margin:1px 0 0;font-size:10px}.demo-fav-panel-count{background:var(--color-chip);text-align:center;min-width:22px;height:22px;color:var(--color-text-secondary);font-variant-numeric:tabular-nums;border-radius:999px;margin-left:auto;padding:0 6px;font-size:11px;font-weight:600;line-height:22px}.demo-fav-list{flex:1;min-height:0;margin:0;padding:0;list-style:none}.demo-fav-list-item{border-radius:10px;align-items:center;gap:8px;padding:8px 4px;display:flex}.demo-fav-list-item+.demo-fav-list-item{border-top:.5px solid #2125290d}.demo-fav-list-main{flex:1;min-width:0}.demo-fav-list-title{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden}.demo-fav-list-title--phrase{color:#2d6a4f;font-family:ui-serif,Iowan Old Style,Times New Roman,serif}.demo-fav-list-meta{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin:3px 0 0;font-size:10px;line-height:1.35;display:flex}.demo-fav-list-meta--context{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-style:italic;display:block;overflow:hidden}.demo-fav-chip{color:var(--color-accent);background:var(--color-accent-soft);border-radius:4px;padding:1px 6px;font-size:9px;font-weight:600;display:inline-block}.demo-fav-chip--soft{color:var(--color-text-secondary);background:var(--color-chip)}.demo-fav-chevron{opacity:.35;width:14px;height:14px;color:var(--color-text-muted);background:currentColor;flex-shrink:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-fav-star{width:14px;height:14px;color:var(--color-accent);background:currentColor;flex-shrink:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") 50%/contain no-repeat}@media (prefers-reduced-motion:reduce){.demo-fav-card{transition:none}.demo-fav-fan-stage:hover .demo-fav-card--fan-1{transform:rotate(-40deg)translate(-10px,2px)scale(.992)}.demo-fav-fan-stage:hover .demo-fav-card--fan-2{transform:rotate(-29deg)translate(-6px,1px)scale(.996)}.demo-fav-fan-stage:hover .demo-fav-card--fan-3{transform:rotate(-18deg)translate(-2px)}.demo-fav-fan-stage:hover .demo-fav-card--fan-4{transform:rotate(-8deg)translate(2px,-1px)}.demo-fav-fan-stage:hover .demo-fav-card--fan-5{transform:rotate(4deg)translate(8px,-2px);box-shadow:inset 0 1px #ffffffd9,0 6px 16px #21252914,0 28px 56px #21252929}}.demo-search{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.demo-search-corpus{background:var(--color-card);flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.demo-corpus-search-bar{border-radius:var(--radius-sm);background:var(--color-page);flex-shrink:0;align-items:center;gap:0;height:40px;margin:10px 12px 4px;display:flex}.demo-corpus-accent{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 0 0 6px}.demo-corpus-accent-track{background:var(--color-chip);border-radius:9px;width:64px;height:30px;display:block;position:relative}.demo-corpus-accent-idle{height:100%;color:var(--color-text-muted);grid-template-columns:1fr 1fr;font-size:12px;font-weight:600;display:grid}.demo-corpus-accent-idle span{justify-content:center;align-items:center;display:flex}.demo-corpus-accent-thumb{background:var(--color-card);width:28px;height:24px;box-shadow:0 1px 3px var(--color-shadow);color:var(--color-accent);border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:transform .2s;display:flex;position:absolute;top:3px;left:4px}.demo-corpus-accent-thumb.is-uk{transform:translate(28px)}.demo-corpus-search-field{flex:1;min-width:0;height:100%;padding:0 8px;position:relative}.demo-corpus-search-placeholder{color:var(--color-text-muted);pointer-events:none;font-size:15px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.demo-corpus-search-field input{width:100%;height:100%;color:var(--color-text-primary);background:0 0;border:none;outline:none;font-size:15px}.demo-corpus-search-field input::-webkit-search-cancel-button{appearance:none;display:none}.demo-corpus-search-field input::-webkit-search-decoration{appearance:none;display:none}.demo-corpus-search-clear{cursor:pointer;background:var(--color-text-muted);border:none;flex-shrink:0;width:18px;height:18px;margin-right:4px;padding:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-search-submit{border-radius:var(--radius-sm);color:#fff;background:var(--color-accent);cursor:pointer;border:none;flex-shrink:0;height:28px;margin:6px 6px 6px 0;padding:0 14px;font-size:14px;font-weight:600}.demo-corpus-tabs{border-bottom:1px solid var(--color-border);flex-shrink:0;grid-template-columns:repeat(3,1fr);margin:0 12px;padding:0 4px 2px;display:grid}.demo-corpus-tab{min-height:36px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:400}.demo-corpus-tab.is-active{color:var(--color-text-primary);font-weight:700}.demo-corpus-results{background:var(--color-page);flex:1;min-height:0;padding:8px 0 10px;overflow-y:auto}.demo-corpus-results-head{color:var(--color-text-primary);justify-content:space-between;align-items:center;gap:8px;padding:0 10px 8px;font-size:13px;font-weight:400;display:flex}.demo-corpus-results-page{color:var(--color-text-muted);font-size:12px;font-weight:400}.demo-corpus-usage-list,.demo-corpus-word-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.demo-corpus-usage-list>li,.demo-corpus-word-list>li{padding:0 10px}.demo-corpus-usage-card,.demo-corpus-word-card{border:.6px solid var(--color-border);background:var(--color-card);box-shadow:none;border-radius:12px;padding:14px}.demo-corpus-usage-card{flex-direction:column;gap:4px;display:flex}.demo-corpus-usage-title-block{flex-direction:column;gap:6px;display:flex}.demo-corpus-usage-title{color:var(--color-text-primary);margin:0;font-size:15px;font-weight:500;line-height:1.4}.demo-corpus-usage-id{font-weight:500}.demo-corpus-tag-row{flex-wrap:wrap;gap:3px;display:flex}.demo-corpus-tag{color:#fff;border-radius:3px;padding:1.62px 6.5px;font-size:10px;font-weight:500;line-height:1.35}.demo-corpus-segment-label{color:var(--color-text-secondary);margin:2px 0 0;font-size:12px;font-weight:400}.demo-corpus-segment{color:var(--color-text-primary);margin:0;font-size:14px;line-height:1.45}.demo-corpus-segment-time{color:var(--color-text-muted);font-size:12px}.demo-corpus-segment mark{color:var(--color-accent);background:0 0;padding:0;font-weight:700}.demo-corpus-translation{color:var(--color-text-secondary);margin:2px 0 0;font-size:13px;line-height:1.45}.demo-corpus-meta-row{color:var(--color-text-muted);grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;font-size:11px;line-height:1.3;display:grid}.demo-corpus-meta-item{align-items:center;gap:4px;min-width:0;display:inline-flex}.demo-corpus-meta-item--date{text-align:right;justify-content:flex-end}.demo-corpus-meta-icon{opacity:.85;background:currentColor;flex-shrink:0;width:12px;height:12px}.demo-corpus-meta-icon--speech{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5-3c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 14c1.66 0 3-1.34 3-3V5c0-1.66-1.34-3-3-3S9 3.34 9 5v6c0 1.66 1.34 3 3 3zm5-3c0 2.76-2.24 5-5 5s-5-2.24-5-5H5c0 3.53 2.61 6.43 6 6.92V21h2v-3.08c3.39-.49 6-3.39 6-6.92h-2z'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-meta-icon--calendar{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 16H5V9h14v11z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 16H5V9h14v11z'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-word-card{box-sizing:border-box;text-align:left;width:100%;min-height:82px;font:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:8px;margin:0;padding:14px;display:flex}.demo-corpus-word-card:active{opacity:.92}.demo-corpus-word-chevron{opacity:.35;background:var(--color-text-muted);flex-shrink:0;align-self:center;width:14px;height:14px;margin-left:auto;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-word-dot{background:var(--player-pos-adj,#6d28d9);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:9px}.demo-corpus-word-body{min-width:0}.demo-corpus-word-title-row{align-items:baseline;gap:6px;display:flex}.demo-corpus-word-lemma{color:var(--color-text-primary);font-size:19px;font-weight:500}.demo-corpus-word-pos{letter-spacing:.04em;color:var(--player-pos-adj,#6d28d9);text-transform:lowercase;font-size:13px;font-weight:600}.demo-corpus-word-ipa{color:var(--color-text-muted);align-items:center;gap:4px;margin:4px 0 0;font-size:13px;display:flex}.demo-corpus-word-accent{color:#1565c0;font-size:13px;font-weight:500}.demo-corpus-word-summary{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 0;font-size:11px;display:flex}.demo-corpus-summary-dot{opacity:.6}.demo-corpus-summary-icon{vertical-align:-2px;background:currentColor;width:12px;height:12px;margin-right:4px;display:inline-block}.demo-corpus-summary-icon--sense{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-summary-icon--link{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-corpus-grammar-empty{text-align:center;padding:48px 20px 56px}.demo-corpus-grammar-empty-title{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:700}.demo-corpus-grammar-empty-sub{color:var(--color-text-muted);margin:8px 0 0;font-size:14px;line-height:1.5}.demo-search-word-detail{flex-direction:column;min-height:100%;display:flex}.demo-search-word-nav{border-bottom:1px solid var(--color-border);background:var(--color-card);flex-shrink:0;padding:10px 12px 4px}.demo-search-back{color:var(--color-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:2px;padding:4px 0;font-size:15px;font-weight:500;display:inline-flex}.demo-search-back-chevron{background:currentColor;width:18px;height:18px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 6l-6 6 6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 6l-6 6 6 6' stroke='black' stroke-width='2' fill='none'/%3E%3C/svg%3E") 50%/contain no-repeat}.demo-search-word-detail .demo-word-scroll{flex:1;min-height:0;padding-bottom:20px;overflow-y:auto}.demo-word-head--search{padding-right:0}.demo-sense-original{font:inherit;color:var(--color-accent);text-underline-offset:2px;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500;text-decoration:underline;display:inline}.demo-sense-original-gap{width:.25em;display:inline-block}.demo-sense-original-chevron{font-weight:600;text-decoration:none}.water-pen-mark{-webkit-box-decoration-break:clone;box-decoration-break:clone;background-image:linear-gradient(#0000 0% 58%,#c8e6c98c 58%,#81c78480 74%,#c8e6c973 88%,#0000 88% 100%);padding:0 .02em;display:inline}
