:root{color-scheme:light;--bg:#f7f8f5;--text:#18201c;--muted:#66706a;--line:#d9ded6;--line-strong:#c2cbc4;--surface:#ffffff;--surface-soft:#fbfcfa;--primary:#72c02c;--primary-dark:#4f941d;--accent:#146c5f;--accent-soft:#e8f2ee;--accent-strong:#0c4a42;--warn:#9f391b;--page-pad:24px;--content-max:1120px;--reading-max:760px;--radius:8px;--shadow:0 10px 28px rgba(24,32,28,0.07);--ui-brand:#72c02c;--ui-brand-hover:#64ad26;--ui-brand-active:#579720;--ui-neutral:#475569;--ui-neutral-hover:#3d4a5c;--ui-neutral-active:#334155;--ui-subtle:#6b7280;--ui-subtle-hover:#5b6470;--ui-subtle-active:#4b5563;--ui-taupe:#d0c4be;--ui-taupe-hover:#bfb1aa;--ui-taupe-active:#ad9e97;--ui-info:#5b5bd6;--ui-info-hover:#4f4fc5;--ui-info-active:#4545b5;--ui-fresh:#0f766e;--ui-fresh-hover:#0d675f;--ui-fresh-active:#0b574f;--ui-attention:#f6c453;--ui-attention-hover:#e6b542;--ui-attention-active:#d5a534;--ui-orange:#f97316;--ui-orange-hover:#ea580c;--ui-orange-active:#c2410c;--ui-warning:#c2410c;--ui-warning-hover:#a93709;--ui-warning-active:#8f2f07;--ui-danger:#dc2626;--ui-danger-hover:#c51f1f;--ui-danger-active:#ab1919}.article-questions-page{max-width:54rem;margin:0 auto}.article-questions-head,.article-question-panel,.article-question-archive{margin-bottom:2rem}.article-question-panel,.article-question-answer{border:1px solid #dfe7da;border-radius:0.75rem;background:#fff;padding:1.25rem}.article-question-form{display:grid;gap:0.65rem}.article-question-submit{justify-self:start}.article-question-form select,.article-question-form textarea{width:100%;box-sizing:border-box;border:1px solid #9aa595;border-radius:0.5rem;padding:0.75rem;font:inherit;color:inherit;background:#fff}.article-question-form textarea{min-height:7rem;resize:vertical}.article-question-form select:focus-visible,.article-question-form textarea:focus-visible{outline:3px solid rgba(114,192,44,0.35);outline-offset:2px;border-color:#72c02c}.article-question-help,.article-question-balance,.article-question-answer-meta{color:#596253;font-size:0.9rem}.article-question-answer-question-disclosure{margin-bottom:0.75rem}.article-question-answer-question{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0.5rem;align-items:start;border-left:3px solid #72c02c;padding-left:0.75rem;font-weight:700;cursor:pointer;list-style:none}.article-question-answer-question::-webkit-details-marker{display:none}.article-question-answer-question::after{content:"\203A";line-height:inherit}.article-question-answer-question-disclosure[open] .article-question-answer-question::after{transform:rotate(90deg)}.article-question-answer-question:focus-visible{outline:3px solid rgba(114,192,44,0.35);outline-offset:3px}.article-question-answer-question-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-question-answer-question-disclosure[open] .article-question-answer-question-text{overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:pre-wrap}.article-question-prompt-preview{margin:0.15rem 0 0.5rem;border-left:3px solid #72c02c;border-radius:0.35rem;background:#f4f9ef;padding:0.8rem 0.9rem;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.55}.article-question-acknowledgement{display:flex;gap:0.65rem;align-items:flex-start;margin:0.5rem 0}.article-question-acknowledgement input{margin-top:0.25rem}.article-question-status{min-height:1.4em}.article-question-live-answer{margin-top:1.25rem;border-top:1px solid #dfe7da;padding-top:1rem}.article-question-loading{display:inline-flex;align-items:center;gap:0.35rem;min-height:1.65rem;padding:0.35rem 0}.article-question-loading[hidden]{display:none}.article-question-loading span{width:0.55rem;height:0.55rem;border-radius:50%;background:#72c02c;animation:article-question-loading-pulse 1.2s ease-in-out infinite}.article-question-loading span:nth-child(2){animation-delay:0.15s}.article-question-loading span:nth-child(3){animation-delay:0.3s}@keyframes article-question-loading-pulse{0%,60%,100%{opacity:0.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-0.2rem)}}@media (prefers-reduced-motion:reduce){.article-question-loading span{animation:none;opacity:0.7}}main.reader-main{position:fixed;z-index:1000;inset:0;width:100%;max-width:none;height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden}.reader{--reader-background:#f8faf6;--reader-surface:#ffffff;--reader-text:#20251f;--reader-muted:#667064;--reader-border:#d7dfd2;--reader-accent:#4f941f;--reader-font-family:Georgia,"Times New Roman",serif;--reader-font-size:20px;--reader-line-height:1.7;--reader-content-width:760px;--reader-page-width:760px;--reader-page-gap:40px;display:grid;grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;background:var(--reader-background);color:var(--reader-text);color-scheme:light}.reader[data-theme="sepia"]{--reader-background:#eee4cc;--reader-surface:#f7efd9;--reader-text:#3b3023;--reader-muted:#6e604e;--reader-border:#cfc0a2;--reader-accent:#4f841f}.reader[data-theme="dark"]{--reader-background:#151815;--reader-surface:#1f231f;--reader-text:#e7e9e4;--reader-muted:#aeb5aa;--reader-border:#3b4339;--reader-accent:#8fd754;color-scheme:dark}.reader[data-font-family="sans-serif"]{--reader-font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.reader-toolbar{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,280px) minmax(0,1fr);gap:12px;align-items:center;min-height:60px;border-bottom:1px solid var(--reader-border);background:var(--reader-surface);padding:max(8px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) 8px max(12px,env(safe-area-inset-left))}.reader-control,.reader-page-control,.reader-access-action{min-height:44px;border:1px solid var(--reader-border);border-radius:999px;background:var(--reader-surface);color:var(--reader-text);font:700 0.9rem/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.reader-control{display:inline-flex;gap:8px;align-items:center;width:max-content;max-width:100%;padding:8px 14px;text-decoration:none;cursor:pointer}.reader-control:hover,.reader-control:focus-visible,.reader-page-control:hover:not(:disabled),.reader-page-control:focus-visible,.reader-access-action:hover,.reader-access-action:focus-visible{border-color:var(--reader-accent);outline:3px solid color-mix(in srgb,var(--reader-accent) 32%,transparent);outline-offset:2px}.reader-control .ui-icon,.reader-page-control .ui-icon{width:20px;height:20px}.reader-progress{display:grid;grid-template-columns:minmax(60px,1fr) auto;gap:9px;align-items:center;min-width:0;color:var(--reader-muted);font:700 0.78rem/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.reader-progress progress{width:100%;height:6px;overflow:hidden;border:0;border-radius:999px;background:var(--reader-border)}.reader-progress progress::-webkit-progress-bar{background:var(--reader-border)}.reader-progress progress::-webkit-progress-value,.reader-progress progress::-moz-progress-bar{border-radius:999px;background:#72c02c}.reader-progress output{white-space:nowrap}.reader-settings{position:relative;justify-self:end}.reader-settings summary{list-style:none}.reader-settings summary::-webkit-details-marker{display:none}.reader-settings[open] .reader-settings-toggle{border-color:var(--reader-accent)}.reader-settings-panel{position:absolute;z-index:6;top:calc(100% + 10px);right:0;display:grid;gap:12px;width:min(320px,calc(100vw - 24px));max-height:calc(100dvh - 86px);overflow-y:auto;border:1px solid var(--reader-border);border-radius:16px;box-shadow:0 18px 50px rgb(0 0 0 / 20%);background:var(--reader-surface);padding:16px}.reader-settings-panel label{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,1fr);gap:12px;align-items:center;color:var(--reader-text);font:700 0.85rem/1.3 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.reader-settings-panel select,.reader-settings-panel input{min-height:42px;accent-color:#72c02c}.reader-settings-panel select{width:100%;border:1px solid var(--reader-border);border-radius:10px;background:var(--reader-background);padding:7px 10px;color:var(--reader-text);font:inherit}.reader-settings-panel select:focus-visible,.reader-settings-panel input:focus-visible{outline:3px solid color-mix(in srgb,var(--reader-accent) 32%,transparent);outline-offset:2px}.reader-range-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;align-items:center}.reader-range-row output{color:var(--reader-muted);text-align:right}.reader-stage{position:relative;display:grid;min-width:0;min-height:0;place-items:stretch center;overflow:hidden;padding:0 max(12px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.reader-viewport-shell{width:min(100%,var(--reader-content-width));min-width:0;min-height:0;overflow:hidden}.reader-content{width:100%;height:100%;box-sizing:border-box;margin:0;color:var(--reader-text);font-family:var(--reader-font-family);font-size:var(--reader-font-size);line-height:var(--reader-line-height);overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.reader-content::-webkit-scrollbar{display:none}.reader[data-mode="scroll"] .reader-content{overflow-x:hidden;overflow-y:auto;padding:clamp(26px,5vw,58px) clamp(4px,2vw,18px) 20vh}.reader[data-mode="paged"] .reader-content{column-width:var(--reader-page-width);column-gap:var(--reader-page-gap);column-fill:auto;overflow-x:auto;overflow-y:hidden;padding-block:clamp(22px,4vh,48px);scroll-behavior:smooth;touch-action:pan-y pinch-zoom}.reader-article-header{margin-bottom:clamp(28px,5vh,52px);break-inside:avoid}.reader-article-header h1{margin:0;color:var(--reader-text);font-family:var(--reader-font-family);font-size:clamp(1.8em,6vw,2.55em);line-height:1.12;overflow-wrap:anywhere}.reader-author{margin:16px 0 0;color:var(--reader-muted);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:0.82em;font-weight:700}.reader-article-body{color:var(--reader-text);font:inherit}.reader .article-body p,.reader .article-body ul,.reader .article-body ol,.reader .article-body blockquote,.reader .article-body pre,.reader .article-body table,.reader .article-body h2,.reader .article-body h3,.reader .article-body h4{color:inherit;font-family:inherit;line-height:inherit}.reader .article-body a{color:var(--reader-accent)}.reader .article-body img,.reader .article-body video,.reader .article-body iframe{max-width:100%;height:auto;break-inside:avoid}.reader .article-body pre,.reader .article-body table{max-width:100%;overflow-x:auto}.reader-paywall{margin:2em 0;border:1px solid var(--reader-border);border-radius:14px;background:var(--reader-surface);padding:20px;break-inside:avoid}.reader-paywall p,.reader-empty{color:var(--reader-muted)}.reader-access-action{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;border-color:#72c02c;background:#72c02c;padding:10px 18px;color:#13200c;text-decoration:none}.reader-page-control{position:absolute;z-index:3;top:50%;display:grid;width:46px;height:52px;padding:0;place-items:center;transform:translateY(-50%);box-shadow:0 4px 18px rgb(0 0 0 / 10%);cursor:pointer}.reader-page-control:disabled{visibility:hidden;cursor:default}.reader-page-previous{left:max(8px,env(safe-area-inset-left))}.reader-page-next{right:max(8px,env(safe-area-inset-right))}.reader[data-mode="scroll"] .reader-page-control{display:none}@media (max-width:640px){.reader-toolbar{grid-template-columns:auto minmax(80px,1fr) auto;gap:8px}.reader-control{width:44px;padding:8px;justify-content:center}.reader-control-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.reader-progress{grid-template-columns:minmax(40px,1fr) auto}.reader-settings-panel{position:fixed;top:calc(60px + env(safe-area-inset-top));right:12px}.reader-stage{padding-inline:max(10px,env(safe-area-inset-left)) max(10px,env(safe-area-inset-right))}.reader-viewport-shell{width:100%}.reader-page-control{top:auto;bottom:max(10px,env(safe-area-inset-bottom));width:48px;height:48px;transform:none;opacity:0.88}}@media (prefers-reduced-motion:reduce){.reader[data-mode="paged"] .reader-content{scroll-behavior:auto}}.article-question-live-answer [data-question-live-text],.article-question-answer-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65}.article-question-answer-text p,.article-question-answer-text div,.article-question-answer-text h2,.article-question-answer-text h3,.article-question-answer-text h4,.article-question-answer-text h5,.article-question-answer-text h6,.article-question-answer-text blockquote,.article-question-answer-text pre,.article-question-answer-text figure,.article-question-answer-text ul,.article-question-answer-text ol,.article-question-answer-text dl,.article-question-answer-text table,.article-question-preview-answer p,.article-question-preview-answer div,.article-question-preview-answer h2,.article-question-preview-answer h3,.article-question-preview-answer h4,.article-question-preview-answer h5,.article-question-preview-answer h6,.article-question-preview-answer blockquote,.article-question-preview-answer pre,.article-question-preview-answer figure,.article-question-preview-answer ul,.article-question-preview-answer ol,.article-question-preview-answer dl,.article-question-preview-answer table{margin:0 0 1em;white-space:normal}.article-question-answer-text > :last-child,.article-question-preview-answer > :last-child{margin-bottom:0}.article-question-answer-text h2,.article-question-answer-text h3,.article-question-answer-text h4,.article-question-answer-text h5,.article-question-answer-text h6,.article-question-preview-answer h2,.article-question-preview-answer h3,.article-question-preview-answer h4,.article-question-preview-answer h5,.article-question-preview-answer h6{line-height:1.25}.article-question-answer-text h2,.article-question-preview-answer h2{font-size:1.5em}.article-question-answer-text h3,.article-question-preview-answer h3{font-size:1.3em}.article-question-answer-text h4,.article-question-answer-text h5,.article-question-answer-text h6,.article-question-preview-answer h4,.article-question-preview-answer h5,.article-question-preview-answer h6{font-size:1.1em}.article-question-answer-text ul,.article-question-preview-answer ul{padding-left:1.35em;list-style:disc outside}.article-question-answer-text ol,.article-question-preview-answer ol{padding-left:1.35em;list-style:decimal outside}.article-question-answer-text li + li,.article-question-preview-answer li + li{margin-top:0.35em}.article-question-answer-text blockquote,.article-question-preview-answer blockquote{border-left:4px solid #72c02c;padding-left:1em;color:#38433d}.article-question-answer-text pre,.article-question-preview-answer pre{max-width:100%;overflow-x:auto;border-radius:0.5rem;padding:0.85em;background:#f4f7f2;white-space:pre-wrap}.article-question-answer-text code,.article-question-answer-text kbd,.article-question-answer-text samp,.article-question-preview-answer code,.article-question-preview-answer kbd,.article-question-preview-answer samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.article-question-answer-text a,.article-question-preview-answer a{color:#397d12;text-decoration:underline}.article-question-answer-text table,.article-question-preview-answer table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.article-question-answer-text th,.article-question-answer-text td,.article-question-preview-answer th,.article-question-preview-answer td{border:1px solid #dfe7da;padding:0.5em 0.65em;text-align:left;vertical-align:top}.article-question-answer-list{display:grid;gap:1rem;padding:0;list-style:none}.article-question-answer-meta{display:flex;flex-wrap:wrap;gap:0.4rem 0.8rem;margin-bottom:0.75rem}.article-question-answer.is-existing-answer{border-color:#72c02c;box-shadow:0 0 0 4px rgba(114,192,44,0.2);transition:border-color 180ms ease,box-shadow 180ms ease}@media (max-width:640px){.article-question-panel,.article-question-answer{padding:1rem}}*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:320px;margin:0;overflow-x:clip;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}img,svg,video{max-width:100%;height:auto}a{color:var(--accent);text-decoration-thickness:0.08em;text-underline-offset:0.16em}a:hover{color:var(--accent-strong)}a:focus-visible,button:focus-visible{outline:3px solid rgba(20,108,95,0.35);outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:var(--page-pad);z-index:100;transform:translateY(-160%);border-radius:6px;background:var(--text);color:var(--surface);font-weight:750;min-height:44px;padding:10px 14px;text-decoration:none}.skip-link:focus{transform:translateY(0)}.site-shell{width:min(var(--content-max),calc(100% - (var(--page-pad) * 2)));margin:0 auto}.site-header{position:relative;top:auto;z-index:30;padding-top:env(safe-area-inset-top);border-bottom:1px solid #d8ddd6;background:#ffffff}.site-header.is-fixed-mobile{position:sticky;top:0}.header-inner{position:relative;display:flex;align-items:center;gap:12px;min-width:0;min-height:64px;padding:0}.brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none}.brand{flex:1 1 auto;min-width:0;max-width:min(46vw,260px);color:#10201a;font-size:20px;font-weight:700;letter-spacing:0;line-height:1;white-space:nowrap}.brand-logo{flex:0 0 auto;width:auto;max-width:120px;height:34px;object-fit:contain}.brand-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;flex:0 0 auto;gap:8px;align-items:center;min-width:0;max-width:100%;overflow:visible;margin-left:auto}.header-actions > .button.header-icon-link{display:inline-flex}.header-icon-img{display:block;width:20px;height:20px;object-fit:contain}.header-icon-link,.menu-toggle{flex:0 0 auto}.hamburger-icon{position:relative;display:block;width:22px;height:16px}.hamburger-line{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:currentColor;transition:transform 0.18s ease,opacity 0.18s ease}.hamburger-line:nth-child(1){top:0}.hamburger-line:nth-child(2){top:7px}.hamburger-line:nth-child(3){top:14px}.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2){opacity:0}.menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{position:absolute;top:64px;left:calc(var(--page-pad) * -1);right:calc(var(--page-pad) * -1);z-index:20;width:auto;min-width:0;border-bottom:1px solid #d8ddd6;background:#ffffff;box-shadow:0 14px 28px rgba(24,32,28,0.08);opacity:0;pointer-events:none;padding:8px var(--page-pad);transform:translateY(-8px);visibility:hidden;transition:opacity 0.18s ease,transform 0.18s ease,visibility 0.18s ease}.nav[data-open="true"]{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.breadcrumb ol::-webkit-scrollbar{display:none}.nav-list{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}.nav li{width:100%}.nav a{display:inline-flex;align-items:center;width:100%;min-height:44px;border:1px solid transparent;border-radius:8px;padding:9px 12px;color:var(--muted);font-size:1rem;font-weight:700;line-height:1.22;text-decoration:none;overflow-wrap:anywhere;white-space:normal}.nav a:hover,.nav a:focus-visible{background:var(--accent-soft);color:var(--text)}.nav a:active{background:#ddebe6}.nav a.is-active{color:#10201a;box-shadow:inset 2px 0 0 var(--accent)}.main{padding:28px 0 56px}.breadcrumb{margin-bottom:16px;color:var(--muted);font-size:0.86rem}.breadcrumb ol{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;margin:0;overflow-x:auto;padding:0 0 2px;list-style:none;scrollbar-width:none;white-space:nowrap;-webkit-overflow-scrolling:touch}.breadcrumb li{display:inline-flex;align-items:center;min-width:0}.breadcrumb li:not(:last-child)::after{content:"/";margin-left:8px;color:#9aa39e}.breadcrumb a,.breadcrumb span{display:inline-flex;align-items:center;min-height:36px;max-width:72vw;overflow:hidden;text-overflow:ellipsis}.breadcrumb a{color:var(--muted);text-decoration:none}.breadcrumb [aria-current="page"]{color:var(--text);font-weight:800}.page-head,.article-head{max-width:var(--reading-max);margin-bottom:24px}.page-head{max-width:720px}.eyebrow{margin:0 0 8px;color:var(--warn);font-size:0.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2{line-height:1.14}h1{margin:0;overflow-wrap:anywhere;font-size:clamp(2rem,9vw,3.5rem)}h2{margin:0 0 8px;font-size:1.2rem}.page-head p,.article-head p{color:var(--muted)}.page-head p:last-child,.article-head p:last-child{margin-bottom:0}.language-page{max-width:960px;margin:0 auto}.language-head{margin-bottom:18px}.language-list{display:grid;grid-template-columns:1fr;gap:12px}.language-choice{display:flex;gap:16px;align-items:center;justify-content:space-between;min-height:72px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px;color:var(--text);text-decoration:none;transition:border-color 0.16s ease,box-shadow 0.16s ease,transform 0.16s ease}.language-choice:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:var(--shadow);color:var(--text)}.language-name{min-width:0;overflow-wrap:anywhere;font-weight:800}.language-code{flex:0 0 auto;color:var(--muted);font-size:0.86rem;font-weight:800;text-transform:uppercase}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:720px;margin:0 0 24px}.search-form input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text);font:inherit;padding:0 16px}.search-form input:focus{border-color:var(--primary);outline:3px solid rgba(114,192,44,0.28);outline-offset:2px}.subcategory-section{margin:0 0 24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px}.article-list + .subcategory-section,.empty + .subcategory-section,.pagination + .subcategory-section{margin-top:24px}.section-head{margin-bottom:14px}.section-head h2{margin:0}.subcategory-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.category-chip{position:relative;z-index:2}.article-list{display:grid;gap:14px}.article-card{position:relative;display:grid;gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:14px;transition:border-color 0.16s ease,box-shadow 0.16s ease,transform 0.16s ease}.article-card:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:var(--shadow)}.article-card-content{min-width:0}.article-card-media{position:relative;z-index:0;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:6px;background:#e7ece4}.article-card-media img{display:block;width:100%;height:100%;object-fit:cover}.article-card h2{margin:0;overflow-wrap:anywhere;font-size:clamp(1.16rem,4.8vw,1.42rem);line-height:1.24}.article-card h2 a{color:var(--text);text-decoration:none}.article-card h2 a::after{content:"";position:absolute;inset:0;z-index:1;border-radius:var(--radius)}.article-card h2 a:focus-visible{outline:none}.article-card h2 a:focus-visible::after{outline:3px solid rgba(20,108,95,0.35);outline-offset:3px}.meta{display:flex;flex-wrap:wrap;gap:8px 10px;align-items:center;margin:10px 0 0;color:var(--muted);font-size:0.9rem;line-height:1.4}.paywall-line{color:var(--warn);font-weight:750}.related-article-card{margin-bottom:18px;background:var(--surface-soft)}.article{--article-content-gutter:16px}.article,.category-page{max-width:var(--reading-max);margin:0 auto}.category-page .page-head{max-width:none}.article-head{margin-bottom:24px}.article-author-link{display:inline-flex;gap:10px;align-items:center;max-width:100%;min-height:44px;margin:0 0 18px;color:var(--text);font-weight:700;line-height:1.3;text-decoration:none}.article-author-link:hover{color:var(--accent-strong)}.article-author-link-avatar{flex:0 0 40px;width:40px;height:40px;overflow:hidden;border-radius:999px;background:#e7ece4}.article-author-link-avatar img{display:block;width:100%;height:100%;object-fit:cover}.article-author-link-title{min-width:0;overflow-wrap:anywhere}.article-head h1{font-size:clamp(2.25rem,10vw,2.75rem);line-height:1.05}.article-author-meta{display:flex;gap:10px;align-items:center;min-width:0;margin-top:16px}.article-author-avatar{display:inline-grid;flex:0 0 40px;width:40px;height:40px;overflow:hidden;place-items:center;border:1px solid #d5dfcf;border-radius:999px;background:#edf2e9;color:#63705f}.article-author-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.article-author-avatar svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.article-author-nickname{min-width:0;overflow:hidden;color:var(--text);font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.article-author-meta .meta{flex:0 0 auto;flex-wrap:nowrap;margin:0;white-space:nowrap}.article-head .meta{margin-top:16px}.article-topics{max-width:100%;margin-top:18px}.article-topics-title{margin:0 0 8px;color:var(--text);font-size:0.92rem;font-weight:750;line-height:1.35}.article-topic-list{display:flex;flex-wrap:wrap;gap:8px;min-width:0;max-width:100%}.article-actions{display:grid;gap:10px;max-width:100%;margin-top:18px}.article-action-buttons{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-start}.article-font-size-button .article-action-icon,.article-share-button .article-action-icon{fill:currentColor;stroke:none}.article-share-popover{position:fixed;z-index:900;display:grid;width:min(220px,calc(100vw - 16px));padding:6px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 16px 36px rgba(24,32,28,0.16)}.article-share-popover[hidden]{display:none}.article-share-option{display:flex;gap:10px;align-items:center;width:100%;min-height:42px;margin:0;padding:8px 12px;border:0;border-radius:6px;color:var(--text);background:transparent;cursor:pointer;font:inherit;font-weight:700;line-height:1.3;text-align:left;text-decoration:none}.article-share-option .ui-icon{width:18px;height:18px}.article-share-option:hover,.article-share-option:focus-visible{color:var(--primary-dark);background:#edf7e6}.article-action-status,.article-feedback-status{min-height:1.4em;margin:0;color:var(--muted);font-size:0.9rem;font-weight:650}.article-action-status:empty{display:none}.article-action-status[data-tone="success"],.article-feedback-status[data-tone="success"]{color:var(--primary-dark)}.article-action-status[data-tone="error"],.article-feedback-status[data-tone="error"]{color:var(--warn)}.article-feedback-sheet{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:24px}.article-feedback-sheet[hidden]{display:none}.article-feedback-backdrop{position:absolute;inset:0;background:rgba(23,32,51,0.42)}.article-feedback-dialog{position:relative;z-index:1;width:min(100%,520px);max-height:min(720px,calc(100dvh - 48px));overflow-y:auto;padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 24px 64px rgba(24,33,47,0.22)}.article-feedback-head{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:10px}.article-feedback-title{margin:0;font-size:1.2rem;font-weight:700;line-height:1.2}.article-feedback-form{display:grid;gap:16px}.article-feedback-reasons{min-width:0;margin:0;padding:0;border:0}.article-feedback-reason-list{display:grid;gap:8px}.article-feedback-reason{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);color:var(--text);background:var(--surface);cursor:pointer;font-weight:650}.article-feedback-reason:hover{border-color:rgba(114,192,44,0.46);background:#fbfef8}.article-feedback-reason input{margin-top:4px;accent-color:var(--primary)}.article-feedback-comment span{display:block;margin-bottom:8px;color:var(--text);font-size:0.9rem;font-weight:400}.article-feedback-comment textarea{display:block;width:100%;min-height:108px;padding:10px 12px;resize:vertical;border:1px solid var(--line);border-radius:var(--radius);color:var(--text);background:var(--surface);font:inherit}.article-feedback-comment textarea:focus{border-color:var(--primary);outline:3px solid rgba(114,192,44,0.28);outline-offset:2px}.reader-size-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:center}.reader-reset-button{margin-top:10px}.reader-size-value{min-width:0;color:var(--muted);font-size:0.85rem;font-weight:700;text-align:right}.reader-size-slider-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px;align-items:center;margin-top:10px}.reader-size-slider{width:100%;min-width:0;min-height:32px;accent-color:var(--primary);cursor:pointer}.has-reader-size-sheet{overflow:hidden}.reader-size-sheet{position:fixed;z-index:1000;inset:0;display:grid;align-items:end;justify-items:center;padding:0 12px max(12px,env(safe-area-inset-bottom))}.reader-size-sheet[hidden]{display:none}.reader-size-backdrop{position:absolute;inset:0;background:rgba(23,32,51,0.36)}.reader-size-dialog{position:relative;width:min(100%,460px);padding:16px;border:1px solid var(--line);border-radius:8px 8px 0 0;background:var(--surface);box-shadow:0 -18px 42px rgba(24,33,47,0.18);animation:reader-size-sheet-in 160ms ease-out}.reader-size-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.reader-size-title{margin:0;font-size:1.12rem;font-weight:700;line-height:1.2;letter-spacing:0}@keyframes reader-size-sheet-in{from{transform:translateY(100%)}to{transform:translateY(0)}}.article-cover,.article-image-carousel{width:100%;margin:0 0 28px;border-radius:var(--radius);background:#e7ece4}.article-cover img,.article-image-carousel img{display:block;width:100%;height:auto;border-radius:inherit;cursor:zoom-in}.article-image-carousel{overflow:hidden;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow)}.article-image-carousel-viewport{width:100%;overflow-x:auto;overflow-y:hidden;border-radius:inherit;background:#e7ece4;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.article-image-carousel-viewport::-webkit-scrollbar{display:none}.article-image-carousel-viewport:focus-visible{outline:3px solid rgb(114 192 44 / 38%);outline-offset:-3px}.article-image-carousel-track{display:flex;align-items:stretch}.article-image-carousel.is-variable-height .article-image-carousel-track{align-items:flex-start}.article-image-carousel.is-height-settling .article-image-carousel-viewport{transition:height 180ms ease}.article-image-carousel-slide{display:grid;flex:0 0 100%;min-width:0;place-items:center;scroll-snap-align:start;scroll-snap-stop:always}.article-image-carousel-slide img{max-height:min(72vh,680px);object-fit:contain;user-select:none;-webkit-user-drag:none}.article-image-carousel-controls{display:none}.article-image-carousel.is-enhanced .article-image-carousel-controls{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;min-height:62px;border-top:1px solid var(--line);background:var(--surface);padding:9px 12px}.article-image-carousel-indicator{border:1px solid var(--line-strong);color:var(--text);background:var(--surface);cursor:pointer}.article-image-carousel-indicators{display:flex;gap:7px;align-items:center;min-width:0;overflow-x:auto;padding:8px 2px;scrollbar-width:none}.article-image-carousel-indicators::-webkit-scrollbar{display:none}.article-image-carousel-indicator{flex:0 0 auto;width:11px;height:11px;border-radius:999px;padding:0}.article-image-carousel-indicator:hover,.article-image-carousel-indicator[aria-current="true"]{border-color:var(--primary-dark);background:var(--primary)}.article-image-carousel-status{min-width:3.6em;color:var(--muted);font-size:0.85rem;font-variant-numeric:tabular-nums;font-weight:750;text-align:center;white-space:nowrap}.article-image-management{display:flex;justify-content:flex-end;border-top:1px solid var(--line);background:var(--surface);padding:9px 12px}.article-image-carousel.is-enhanced .article-image-carousel-controls + .article-image-management{border-top:0;padding-top:0}.article-audio{--audio-played:0%;--audio-buffered:0%;width:100%;margin:0 0 28px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);padding:16px}.article-audio > audio{display:block;width:100%;height:54px;min-height:44px}.article-audio[data-audio-enhanced="true"] > audio,.article-audio-controls[hidden],.article-audio-icon[hidden]{display:none}.article-audio-controls{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:center;min-width:0}.article-audio-source-selector{position:relative;grid-column:1 / -1;min-width:0}.article-audio-source-label{display:block;margin-bottom:6px;color:var(--text);font-size:0.78rem;font-weight:750}.article-audio-source-control{position:relative}.article-audio-source-input{width:100%;min-height:44px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-soft);color:var(--text);padding:9px 44px 9px 12px;font:inherit;font-weight:700;cursor:pointer}.article-audio-source-input:focus-visible{border-color:#72c02c;outline:3px solid rgba(114,192,44,0.24);outline-offset:1px}.article-audio-source-input::-webkit-search-cancel-button{margin-right:4px}.article-audio-source-chevron{position:absolute;top:0;right:0;display:grid;place-items:center;width:44px;height:44px;color:var(--primary-dark);pointer-events:none}.article-audio-source-input[aria-expanded="true"] + .article-audio-source-chevron{transform:rotate(180deg)}.article-audio-source-options{position:absolute;top:68px;right:0;left:0;z-index:12;max-height:280px;overflow-y:auto;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);padding:5px}.article-audio-source-options[hidden],.article-audio-source-option[hidden],.article-audio-source-empty[hidden]{display:none}.article-audio-source-option,.article-audio-source-empty{border-radius:8px;padding:9px 10px}.article-audio-source-option{display:grid;gap:2px;cursor:pointer}.article-audio-source-option:hover,.article-audio-source-option.is-active{background:#edf8e6}.article-audio-source-option[aria-selected="true"]{box-shadow:inset 3px 0 #72c02c;color:var(--primary-dark)}.article-audio-source-option strong{overflow-wrap:anywhere;font-size:0.88rem}.article-audio-source-empty{color:var(--muted);font-size:0.72rem;line-height:1.4}.article-audio-management{display:flex;justify-content:flex-end;margin-top:10px}.voice-studio{width:100%;max-width:var(--content-max);margin:0 auto}.voice-studio-back{display:inline-flex;align-items:center;gap:8px;min-height:40px;margin-bottom:18px;color:var(--muted);font-weight:700;text-decoration:none}.voice-studio-back:hover{color:var(--primary-dark)}.voice-studio-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,0.55fr);gap:28px;align-items:end;overflow:hidden;margin-bottom:24px;border:1px solid #cfe5bf;border-radius:20px;background:radial-gradient(circle at 92% 8%,rgba(114,192,44,0.2),transparent 35%),linear-gradient(135deg,#f7fbf3 0%,#eef7e8 100%);padding:clamp(24px,5vw,48px);box-shadow:0 18px 45px rgba(51,92,29,0.08)}.voice-studio-hero-copy h1{max-width:720px;margin:0;font-size:clamp(2.1rem,5vw,4rem);line-height:1.02;letter-spacing:-0.045em}.voice-studio-hero-copy > p:not(.voice-studio-eyebrow){max-width:650px;margin:18px 0 0;color:#4d5d53;font-size:clamp(1rem,2vw,1.15rem)}.voice-studio-eyebrow,.voice-section-step{margin:0 0 10px;color:var(--primary-dark);font-size:0.76rem;font-weight:850;letter-spacing:0.12em;text-transform:uppercase}.voice-studio-article{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:baseline;margin-top:24px;color:var(--muted);font-size:0.9rem}.voice-studio-article strong{color:var(--text);font-size:1rem}.voice-entitlement{display:flex;gap:14px;align-items:flex-start;border:1px solid rgba(114,192,44,0.35);border-radius:14px;background:rgba(255,255,255,0.78);padding:18px;backdrop-filter:blur(8px)}.voice-entitlement-icon{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:999px;background:#72c02c;color:#10201a;font-weight:900}.voice-entitlement-icon.is-muted{background:#e6ebe2;color:var(--muted)}.voice-entitlement-copy{min-width:0}.voice-entitlement strong,.voice-entitlement p{display:block;margin:0}.voice-entitlement p{margin-top:4px;color:var(--muted);font-size:0.86rem;line-height:1.45}.voice-page-message{display:flex;gap:12px;align-items:center;margin-bottom:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:13px 16px}.voice-page-message > span:first-child{display:grid;place-items:center;flex:0 0 auto;width:26px;height:26px;border-radius:999px;font-weight:900}.voice-page-message p{margin:0}.voice-page-message.is-success{border-color:#b9dda0;background:#f3faee}.voice-page-message.is-success > span:first-child{background:#72c02c;color:#10201a}.voice-page-message.is-error{border-color:#efb8ad;background:#fff4f1;color:#7d2918}.voice-page-message.is-error > span:first-child{background:#b93821;color:#fff}.voice-page-message.is-progress{border-color:#bed8d2;background:#f0f8f6}.voice-live-dot{width:10px;height:10px;margin:8px;border-radius:999px;background:#16806d;box-shadow:0 0 0 5px rgba(22,128,109,0.14)}.voice-studio-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,0.8fr);gap:22px;align-items:start}.voice-composer,.voice-history{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:clamp(20px,3vw,30px);box-shadow:var(--shadow)}.voice-default{margin-top:22px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.voice-default-summary{padding:14px 18px;color:var(--muted);cursor:pointer;list-style:none}.voice-default-summary::-webkit-details-marker{display:none}.voice-default-summary h2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin:0;font-size:1rem;line-height:1.3;letter-spacing:0}.voice-default-summary .voice-section-step{margin:0;color:var(--muted);font-size:0.68rem}.voice-default-title{color:var(--text)}.voice-default-chevron{width:8px;height:8px;margin:0 3px 4px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.voice-default[open] .voice-default-chevron{margin-top:5px;margin-bottom:0;transform:rotate(225deg)}.voice-default-summary:hover{background:#f5f8f2}.voice-default-summary:focus-visible{outline:3px solid rgba(114,192,44,0.24);outline-offset:-3px}.voice-default-content{border-top:1px solid var(--line);background:var(--surface);padding:18px}.voice-default-description{margin:0 0 16px;color:var(--muted);font-size:0.92rem}.voice-default-form > label{display:block;margin-bottom:7px;color:var(--muted);font-size:0.82rem;font-weight:750}.voice-default-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.voice-default-controls select{width:100%;min-height:50px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-soft);padding:0 14px;color:var(--text);font:inherit}.voice-default-controls select:focus-visible{border-color:#72c02c;outline:3px solid rgba(114,192,44,0.24);outline-offset:1px}.voice-default-controls select:disabled{cursor:not-allowed;opacity:0.6}.voice-default-subscription{margin-top:18px;border:1px solid #e5c58f;border-radius:12px;background:#fff8e8;padding:14px}.voice-default-subscription p{margin:0;color:#6d4a12}.voice-section-heading{display:flex;gap:24px;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.voice-section-heading.is-compact{margin-bottom:18px}.voice-section-heading h2{margin:0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.15;letter-spacing:-0.025em}.voice-section-heading > p{max-width:330px;margin:0;color:var(--muted);font-size:0.92rem}.voice-section-step{margin-bottom:4px}.voice-options,.image-options{min-width:0;margin:0;border:0;padding:0}.voice-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-height:270px;overflow:auto;scrollbar-gutter:stable;padding:1px;padding-inline-end:3px}.voice-option{position:relative;display:grid;min-width:0}.voice-option-input{position:absolute;width:1px;height:1px;opacity:0}.voice-option-card{grid-column:1;grid-row:1;display:grid;grid-template-columns:32px minmax(0,1fr);gap:2px;align-items:center;min-height:58px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft);padding:9px 43px 9px 9px;cursor:pointer;transition:border-color 0.12s ease,background-color 0.12s ease,transform 0.12s ease}.voice-option-card:hover{border-color:#a9c894;transform:translateY(-1px)}.voice-option-input:focus-visible + .voice-option-card{outline:3px solid rgba(114,192,44,0.28);outline-offset:0}.voice-option-input:checked + .voice-option-card{border-color:#72c02c;background:#eef8e8;box-shadow:inset 0 0 0 1px #72c02c}.voice-option-avatar,.voice-generation-name > span{display:grid;place-items:center}.voice-option-avatar{width:32px;height:32px;border-radius:999px;background:#f7f3ea;color:#3d493f;font-family:Georgia,serif;font-size:0.94rem}.voice-generation-name > span{width:42px;height:42px;border-radius:12px;background:#e8f2ee;color:#146c5f;font-size:1.1rem;font-weight:900}.voice-option-copy{display:grid;min-width:0}.voice-option-copy strong,.voice-option-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.voice-option-copy strong{font-size:0.75rem}.voice-option-copy small{color:var(--muted);font-size:0.625rem;text-transform:capitalize}.voice-option-preview{z-index:1;grid-column:1;grid-row:1;align-self:center;justify-self:end;margin-right:9px}.voice-create-footer{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-top:22px;border-top:1px solid var(--line);padding-top:20px}.voice-create-footer p{max-width:430px;margin:0;color:var(--muted);font-size:0.86rem}.voice-create-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;margin-left:auto}.voice-create-footer .voice-selected-hint{max-width:300px;color:var(--muted);font-size:0.82rem;font-weight:400}.voice-create-footer .voice-selected-hint strong{font-weight:700}.voice-subscription-action.is-compact{margin-top:12px}.voice-generation-list{display:grid;gap:14px}.voice-generation-card{border:1px solid var(--line);border-radius:13px;background:var(--surface-soft);padding:16px}.voice-generation-card.is-processing,.voice-generation-card.is-queued{border-color:#b7d8d0;background:#f5faf9}.voice-generation-head,.voice-generation-name,.voice-generation-progress > div{display:flex;gap:10px;align-items:center;justify-content:space-between}.voice-generation-name{justify-content:flex-start;min-width:0}.voice-generation-name > span{flex:0 0 auto;width:38px;height:38px;border-radius:10px}.voice-generation-name h3,.voice-generation-name p{margin:0}.voice-generation-name h3{overflow:hidden;font-size:1rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.voice-generation-name p{margin-top:2px;color:var(--muted);font-size:0.75rem}.voice-generation-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.voice-generation-progress{margin-top:15px}.voice-generation-progress > div{margin-bottom:6px;color:var(--muted);font-size:0.78rem}.voice-generation-progress progress{display:block;width:100%;height:7px;overflow:hidden;border:0;border-radius:999px;background:#dce8e4}.voice-generation-progress progress::-webkit-progress-bar{border-radius:999px;background:#dce8e4}.voice-generation-progress progress::-webkit-progress-value{border-radius:999px;background:#72c02c}.voice-generation-progress progress::-moz-progress-bar{border-radius:999px;background:#72c02c}.voice-generation-failure{margin:14px 0 0;border-radius:9px;background:#fff0ed;padding:10px 12px;color:#7d2918;font-size:0.82rem}.voice-generation-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px;border-top:1px solid var(--line);padding-top:13px}.voice-generation-actions form{margin:0}.voice-generation-card .voice-generation-audio{margin:14px 0 0;padding:12px;background:#fff;box-shadow:none}.voice-generation-audio .article-audio-controls{grid-template-columns:52px minmax(0,1fr);gap:10px}.voice-generation-audio .article-audio-progress{border-color:#cfe5bc;background:#edf7e6}.voice-generation-audio .article-audio-buffered{background:#cfe9b9}.voice-generation-audio .article-audio-played{background:linear-gradient(90deg,#72c02c 0%,#5da821 100%)}.voice-generation-audio .article-audio-seek::-webkit-slider-thumb,.voice-generation-audio .article-audio-seek::-moz-range-thumb{background:linear-gradient(135deg,#72c02c 0%,#5da821 100%)}.voice-generation-audio .article-audio-seek:focus-visible{outline-color:#72c02c}.voice-empty-state{display:grid;place-items:center;min-height:230px;border:1px dashed var(--line-strong);border-radius:13px;background:var(--surface-soft);padding:28px;text-align:center}.voice-empty-state.is-history{min-height:250px}.voice-empty-state > span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:12px;border-radius:15px;background:#e8f2ee;color:#146c5f;font-size:1.35rem}.voice-empty-state h3,.voice-empty-state p{margin:0}.voice-empty-state p{max-width:360px;margin-top:6px;color:var(--muted);font-size:0.88rem}.voice-poll-status:empty{display:none}.voice-poll-status{margin:0 0 12px;color:var(--muted)}.voice-poll-retry{margin-bottom:16px}@media (max-width:900px){.voice-studio-hero,.voice-studio-layout{grid-template-columns:minmax(0,1fr)}.voice-entitlement{max-width:520px}}@media (max-width:720px){.voice-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.voice-studio-hero{gap:22px;border-radius:14px;padding:24px 20px}.voice-studio-hero-copy h1{font-size:clamp(2rem,12vw,3rem)}.voice-composer,.voice-history{border-radius:12px;padding:18px}.voice-section-heading,.voice-create-footer{display:grid;gap:12px}.voice-create-actions{display:grid;justify-content:stretch;margin-left:0}.voice-primary-action,.voice-subscription-action{width:100%}.voice-default-controls{grid-template-columns:minmax(0,1fr)}.voice-generation-head{align-items:flex-start}}@media (max-width:480px){.voice-option-grid{grid-template-columns:minmax(0,1fr);max-height:300px}}@media (prefers-reduced-motion:reduce){.voice-studio-back > span:first-child,.voice-option-card{transition:none}}.article-audio-icon{display:block;width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.article-audio-main{min-width:0}.article-audio-meta{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center;justify-content:flex-end;min-width:0;margin-bottom:2px;color:var(--muted);font-size:0.82rem;font-weight:700;line-height:1.35}.article-audio-time{display:inline-flex;align-items:center}.article-audio-time{flex:0 0 auto;font-variant-numeric:tabular-nums;white-space:nowrap}.article-audio-timeline{position:relative;width:100%;min-width:0;height:44px}.article-audio-progress{position:absolute;top:50%;right:0;left:0;height:8px;overflow:hidden;border:1px solid #ead7c4;border-radius:999px;background:#f8efe6;transform:translateY(-50%);pointer-events:none}.article-audio-buffered,.article-audio-played{position:absolute;top:0;bottom:0;left:0;border-radius:inherit}.article-audio-buffered{width:var(--audio-buffered);background:#f3c98b}.article-audio-played{width:var(--audio-played);background:linear-gradient(90deg,#c2410c 0%,#b45309 100%)}.article-audio-seek{margin:0;padding:0;-webkit-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer}.article-audio-seek{position:absolute;inset:0;width:100%;height:44px;border-radius:8px}.article-audio-seek::-webkit-slider-runnable-track{height:8px;border:0;background:transparent}.article-audio-seek::-webkit-slider-thumb{width:18px;height:18px;margin-top:-5px;-webkit-appearance:none;appearance:none;border:3px solid var(--surface);border-radius:999px;background:linear-gradient(135deg,#c2410c 0%,#b45309 100%);box-shadow:0 1px 5px rgba(24,32,28,0.28)}.article-audio-seek::-moz-range-track{height:8px;border:0;background:transparent}.article-audio-seek::-moz-range-thumb{width:12px;height:12px;border:3px solid var(--surface);border-radius:999px;background:linear-gradient(135deg,#c2410c 0%,#b45309 100%);box-shadow:0 1px 5px rgba(24,32,28,0.28)}.article-audio-seek:disabled{cursor:not-allowed}.article-audio-seek:focus-visible{outline:3px solid #c2410c;outline-offset:2px}.article-youtube{width:100%;margin:0 0 28px}.article-youtube-frame{aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--radius);background:#18201c}.article-youtube-frame iframe{display:block;width:100%;height:100%;border:0}.article-reading-surface{position:relative;width:100vw;margin:24px 0 32px calc(50% - 50vw);padding:0;border:0;border-radius:0;background:#fff;box-shadow:none}.article-reading-surface::before,.article-reading-surface::after{position:absolute;right:0;left:0;z-index:0;height:24px;content:"";pointer-events:none}.article-reading-surface::before{bottom:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff)}.article-reading-surface::after{top:100%;background:linear-gradient(to bottom,#fff,rgba(255,255,255,0))}.article-reading-inner{--article-toolbar-sticky-top:8px;position:relative;z-index:1;width:100%;max-width:calc(var(--reading-max) + (var(--article-content-gutter) * 2));margin:0 auto;padding:clamp(24px,4vw,44px) var(--article-content-gutter)}.article-reading-toolbar{position:sticky;z-index:20;top:var(--article-toolbar-sticky-top);display:flex;gap:clamp(4px,1vw,8px);align-items:center;justify-content:flex-end;width:max-content;max-width:100%;margin:0 0 clamp(14px,2vw,20px) auto;padding:4px;border:1px solid rgba(217,222,214,0.9);border-radius:999px;background:rgba(255,255,255,0.96);box-shadow:0 8px 22px rgba(24,32,28,0.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.article-reading-tool[aria-disabled="true"]{cursor:default}.article-content{max-width:64ch;color:var(--text);font-size:clamp(18px,1.5vw,21px);line-height:1.75;letter-spacing:0.002em;text-align:justify}.article-body{overflow-x:hidden;overflow-wrap:break-word}.article-content p{margin:0 0 1.5em}.article-content p:last-child{margin-bottom:0}@media (max-width:767px){.site-header.is-fixed-mobile + .main .article-reading-inner{--article-toolbar-sticky-top:calc(72px + env(safe-area-inset-top))}}@media (min-width:768px){.site-header.is-fixed-desktop + .main .article-reading-inner{--article-toolbar-sticky-top:calc(72px + env(safe-area-inset-top))}}@media (max-width:640px){.article{--article-content-gutter:12px}.article-reading-surface{margin-top:18px}.article-reading-inner{padding:24px var(--article-content-gutter)}.article-reading-toolbar{gap:4px}.article-content{font-size:18px;line-height:1.7}}@media (min-width:960px){.article-reading-inner{display:grid;grid-template-columns:minmax(0,1fr) 44px;column-gap:10px;align-items:start}.article-reading-toolbar{grid-column:2;grid-row:1;flex-direction:column;align-self:start;justify-self:end;width:44px;margin:0;border-radius:999px}.article-content{grid-column:1;grid-row:1;width:100%}}.article-paywall-preview{position:relative;overflow:hidden;margin:0;padding-bottom:88px}.article-paywall-preview::after{position:absolute;z-index:1;right:0;bottom:0;left:0;height:min(15rem,100%);background:linear-gradient(to bottom,rgba(247,248,245,0),rgba(247,248,245,0.88) 48%,var(--bg) 78%);content:"";pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-paywall-cta{position:absolute;z-index:2;right:20px;bottom:24px;left:20px;display:flex;justify-content:center}.article-paywall-cta.is-empty{position:static;margin:8px 0 32px}.article-body ul,.article-body ol,.article-body blockquote,.article-body pre,.article-body table,.notice{margin:0 0 1.25em}.article-body h2,.article-body h3,.article-body h4{margin:1.6em 0 0.65em;line-height:1.2}.article-body h2{font-size:clamp(1.5rem,6vw,2rem)}.article-body h3{font-size:1.28rem}.article-body ul,.article-body ol{padding-left:1.35em}.article-body ul{list-style:disc outside}.article-body ol{list-style:decimal outside}.article-body li + li{margin-top:0.35em}.article-body blockquote{border-left:4px solid var(--accent);color:#38433d;padding:4px 0 4px 16px}.article-body hr{border:0;border-top:1px solid var(--line);margin:2em 0}.article-body a{color:var(--primary-dark);overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:0.08em;text-underline-offset:0.16em}.article-body a:hover{color:var(--primary)}.article-body pre{max-width:100%;overflow-x:auto;border-radius:var(--radius);background:#18201c;color:#f5f7ef;padding:16px;font-size:0.94rem;line-height:1.55}.article-body code{border-radius:4px;background:#e7ece4;padding:0.12em 0.28em}.article-body pre code{background:transparent;padding:0}.article-body img{display:block;max-width:100%;height:auto;border-radius:var(--radius);cursor:zoom-in}.has-article-image-lightbox{overflow:hidden}.article-image-lightbox{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:24px}.article-image-lightbox[hidden]{display:none}.article-image-lightbox-backdrop{position:absolute;inset:0;background:rgba(12,16,18,0.88)}.article-image-lightbox-image{position:relative;z-index:1;display:block;width:auto;height:auto;max-width:calc(100vw - 48px);max-height:calc(100dvh - 48px);border-radius:var(--radius);box-shadow:0 24px 68px rgba(0,0,0,0.42);cursor:zoom-out;object-fit:contain}.article-image-lightbox-close{position:fixed;top:16px;right:16px;top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right));z-index:2}.article-body table{display:block;width:100%;max-width:100%;overflow-x:auto;border-collapse:collapse;background:var(--surface)}.article-body th,.article-body td{border:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.article-sources{margin-top:28px;padding-top:18px;border-top:1px solid var(--line)}.article-sources h2{margin:0 0 10px;font-size:1rem;line-height:1.3}.article-sources ol{margin:0;padding-left:1.35em;color:var(--muted);font-size:0.95rem;line-height:1.55}.article-sources li + li{margin-top:0.45em}.article-sources a{color:var(--accent);overflow-wrap:anywhere}.article-sources a:hover{color:var(--accent-strong)}.article-comments{scroll-margin-top:16px;margin-top:32px;border-top:1px solid var(--line);padding-top:22px}.site-header.is-fixed-mobile + .main .article-comments{scroll-margin-top:calc(80px + env(safe-area-inset-top))}.comments-head{margin-bottom:18px}.comments-title{margin:0;font-size:1.35rem;font-weight:700;line-height:1.14}.comments-auth-prompt{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin:0 0 16px}.comment-form{display:grid;margin:0 0 20px}.comment-composer{grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:start}.comment-composer[data-comment-form]{grid-template-columns:minmax(0,1fr);gap:0}.comment-composer-main,.comment-content{min-width:0}.comment-composer-input{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;min-width:0;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);transition:border-color 0.16s ease,box-shadow 0.16s ease}.comment-composer-input:focus-within{border-color:#72c02c;box-shadow:0 0 0 3px rgba(114,192,44,0.2)}.comment-composer-input.is-invalid{border-color:var(--warn);box-shadow:0 0 0 3px rgba(159,57,27,0.16)}.comment-composer textarea{width:100%;min-height:44px;max-height:calc(1.45em * 5 + 18px);overflow-y:hidden;border:0;border-radius:12px 0 0 12px;outline:0;background:transparent;color:var(--text);font:inherit;line-height:1.45;padding:10px 8px 10px 12px;resize:none}.comment-composer textarea::placeholder{color:#7b847e}.comment-composer textarea:focus{outline:0}.comment-composer-actions{display:flex;gap:2px;align-items:center;padding:4px 4px 4px 0}.comment-emoji-panel{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:2px;margin:6px 0 0}.comment-composer-status{min-height:1.35em;margin:4px 4px 0;color:var(--muted);font-size:0.82rem;line-height:1.35}.comment-composer-status:empty{min-height:0;margin-top:0}.comment-composer-status[data-tone="error"]{color:var(--warn)}.comment-edit-form textarea{width:100%;min-height:44px;max-height:calc(1.45em * 5 + 20px);overflow-y:auto;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;line-height:1.45;padding:10px 12px;resize:none}.comment-edit-form textarea:focus{border-color:#72c02c;outline:3px solid rgba(114,192,44,0.28);outline-offset:2px}.article-comments [hidden]{display:none}.comments-status{min-width:0;margin:0;color:var(--muted);font-size:0.95rem}.article-comments > .comments-status{margin:0 0 18px}.comments-login-action{text-decoration:none}.comments-list{display:grid;gap:0}.comment{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;min-width:0;border-bottom:1px solid var(--line);padding:18px 0}.comment:last-child{border-bottom:0}.comment-avatar{display:inline-grid;flex:0 0 auto;width:36px;height:36px;overflow:hidden;border:1px solid #d5dfcf;border-radius:999px;place-items:center;background:#edf2e9;color:#52604f;font-size:0.76rem;font-weight:800;line-height:1;text-transform:uppercase}.comment-composer-avatar{width:40px;height:40px}.comment-avatar[data-tone="1"]{background:#eef4ff;color:#315a8a}.comment-avatar[data-tone="2"]{background:#fff1ec;color:#8a442d}.comment-avatar[data-tone="3"]{background:#f4efff;color:#60479a}.comment-avatar[data-tone="4"]{background:#fff7dd;color:#795d12}.comment-avatar[data-tone="5"]{background:#e9f6f3;color:#24695c}.comment-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.comment-avatar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.comment-head{display:flex;gap:8px;align-items:flex-start;justify-content:space-between;min-width:0}.comment-author{min-width:0;overflow:hidden;color:var(--text);font-size:0.95rem;font-weight:700;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.comment-body{margin:6px 0 0;overflow-wrap:anywhere;line-height:1.55;white-space:pre-wrap}.comment-actions,.comment-controls,.comment-edit-actions{display:flex;flex-wrap:wrap;gap:2px}.comment-controls{justify-content:flex-start;align-items:center;margin-top:8px}.comment-reactions{display:flex;flex:0 0 auto;gap:2px}.comment-reaction-count{min-width:1.25em;color:inherit;font-variant-numeric:tabular-nums;text-align:center}.comment-actions,.comment-edit-actions{justify-content:flex-start}.comment-edit-form,.comment-reply-form{display:grid;gap:8px;margin-top:8px}.comment-replies-block{margin-top:2px}.comment-replies{display:grid;margin-top:2px;border-left:2px solid #dfe5dc;padding-left:14px}.comment-replies .comment{padding:14px 0}.comment-more-replies{margin-top:2px}.comment-overflow{position:relative;flex:0 0 auto}.comment-overflow-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:8;display:grid;gap:2px;min-width:136px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:4px;box-shadow:0 12px 30px rgba(24,32,28,0.16)}.comment-overflow-menu .comment-action{justify-content:flex-start;width:100%}.comments-more{margin-top:14px}@media (max-width:520px){.comment-composer{grid-template-columns:36px minmax(0,1fr);gap:8px}.comment-composer-avatar{width:36px;height:36px}.comment{grid-template-columns:34px minmax(0,1fr);gap:8px}.comment-avatar{width:34px;height:34px}.comment-replies{padding-left:10px}.comment-author{max-width:calc(100vw - 150px)}}.random-article-action{display:grid;gap:8px;margin-top:36px}.article-question-manage{display:flex;margin:14px 0 0}.article-question-preview-loader,.article-question-previews{margin-top:36px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.article-question-preview-status,.article-question-preview-login{margin:0}.article-question-preview-empty-description{margin:0;color:var(--muted)}.article-question-preview-retry{margin-top:10px}.article-question-previews h2{margin:0 0 12px;font-size:1.25rem}.article-question-preview-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.article-question-preview-item{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.article-question-preview-disclosure{border-radius:inherit;background:var(--surface);color:var(--text)}.article-question-preview-question{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;padding:12px 14px;cursor:pointer;list-style:none}.article-question-preview-question::-webkit-details-marker{display:none}.article-question-preview-question:focus-visible{outline:3px solid rgba(114,192,44,0.35);outline-offset:3px}.article-question-preview-question::after{content:"›";color:#72c02c;font-size:1.3em;line-height:1}.article-question-preview-disclosure[open] .article-question-preview-question::after{transform:rotate(90deg)}.article-question-preview-heading{display:grid;gap:4px;min-width:0}.article-question-preview-title{min-width:0;overflow:hidden;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.article-question-preview-disclosure[open] .article-question-preview-title{overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:pre-wrap}.article-question-preview-model{justify-self:start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-question-preview-content{border-top:1px solid var(--line);padding:12px 14px 14px}.article-question-preview-answer{min-width:0;overflow-wrap:anywhere;line-height:1.65;white-space:pre-wrap}@media (max-width:640px){.article-question-preview-loader,.article-question-previews{padding:14px}}@media (max-width:767px){.article-cover,.article-image-carousel,.article-audio,.article-question-preview-loader,.article-question-previews{width:auto;margin-right:calc(var(--article-content-gutter) - var(--page-pad));margin-left:calc(var(--article-content-gutter) - var(--page-pad))}}.article-list + .random-article-action{margin-top:10px}.random-article-label{display:inline-flex;align-items:center;justify-content:center;gap:8px}.random-article-status{text-align:center}.article > .article-list{margin-top:36px;border-top:1px solid var(--line);padding-top:22px}.notice,.empty{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px}.pagination{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;margin-top:24px}.profile-page{max-width:760px;margin:0}.profile-head{margin-bottom:24px}.profile-page .profile-head h1{font-size:48px;line-height:1.08;letter-spacing:0}.profile-panel{display:grid;gap:22px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.profile-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.profile-data-card{min-width:0;min-height:150px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:20px}.profile-subscription-card{grid-column:1 / -1}.profile-data-card h2{margin-bottom:14px}.profile-data-card .profile-details{margin-top:4px}.profile-resource-status{min-height:26px;margin:0;color:var(--muted)}.profile-resource-status.is-error{color:var(--warn)}.profile-resource-actions{margin-top:18px}.profile-resource-actions[hidden],.profile-balance-value[hidden]{display:none}.profile-balance-value{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;min-height:48px}.profile-balance-value strong{font-size:clamp(2rem,7vw,2.75rem);line-height:1}.profile-balance-value span{color:var(--muted);font-weight:700}.profile-summary{display:flex;align-items:center;gap:16px;min-width:0}.profile-avatar-control{position:relative;flex:0 0 auto}.profile-avatar{position:relative;display:inline-grid;place-items:center;width:72px;height:72px;padding:0;overflow:hidden;border:0;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;font-family:inherit;font-size:20px;font-weight:800;line-height:1;transition:box-shadow 160ms ease,filter 160ms ease}.profile-avatar img{display:block;width:100%;height:100%;object-fit:cover}.profile-avatar img[hidden]{display:none}.profile-avatar-edit-badge{position:absolute;right:2px;bottom:2px;display:inline-grid;place-items:center;width:24px;height:24px;border:2px solid var(--surface);border-radius:999px;background:var(--primary-dark);color:#fff}.profile-avatar-edit-badge svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.profile-avatar:hover:not(:disabled){box-shadow:0 0 0 4px rgba(114,192,44,0.2);filter:brightness(0.96)}.profile-avatar:focus-visible{outline:3px solid rgba(114,192,44,0.45);outline-offset:3px}.profile-avatar:disabled{cursor:wait;opacity:0.72}.profile-avatar-update{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:14px}.profile-avatar-update[hidden]{display:none}.profile-avatar-update-actions{display:inline-flex;gap:8px}.profile-avatar-update-actions[hidden]{display:none}.profile-field-status.profile-avatar-status{margin:0}.profile-summary-text{min-width:0}.profile-summary h2{margin:0;overflow-wrap:anywhere;font-size:24px;line-height:1.2;letter-spacing:0}.profile-summary p{margin:6px 0 0;color:var(--muted)}.profile-details{display:grid;gap:0;margin:0;border-top:1px solid var(--line)}.profile-detail-row{display:grid;grid-template-columns:minmax(120px,0.35fr) minmax(0,1fr);gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.profile-detail-row dt{color:var(--muted);font-weight:700}.profile-detail-row dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:700}.profile-inline-value,.profile-inline-actions{display:flex;align-items:center}.profile-inline-value[hidden],.profile-inline-form[hidden]{display:none}.profile-inline-value{gap:8px;min-height:34px}.profile-inline-form{display:grid;grid-template-columns:minmax(0,320px) auto;align-items:center;gap:8px;max-width:394px}.profile-inline-input{min-width:0;width:100%;min-height:36px;padding:7px 10px;border:1px solid #aeb7aa;border-radius:6px;color:var(--text);background:#fff;font:inherit;font-weight:600}.profile-inline-input:focus-visible{outline:3px solid rgba(114,192,44,0.35);outline-offset:2px}.profile-inline-input[aria-invalid="true"]{border-color:#b42318}.profile-inline-actions{gap:6px}.profile-field-status{margin:7px 0 0;color:#b42318;font-size:13px;font-weight:600;line-height:1.4}.profile-field-status.is-success{color:#437a18}.profile-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.profile-logout-form{margin:0}@media (min-width:640px){.language-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.site-header.is-fixed-mobile{position:relative;top:auto}.site-header.is-fixed-desktop{position:sticky;top:0}.site-header.is-fixed-mobile + .main .article-comments{scroll-margin-top:16px}.site-header.is-fixed-desktop + .main .article-comments{scroll-margin-top:calc(80px + env(safe-area-inset-top))}.header-inner{gap:24px}.brand{flex:0 1 auto;max-width:min(28vw,300px)}.header-actions{flex:0 1 auto;max-width:58%;overflow-x:auto;scrollbar-width:none}.header-actions::-webkit-scrollbar{display:none}.header-actions > .button.header-icon-link{display:inline-flex}.header-actions > .button.header-icon-link:hover:not(:disabled):not([aria-disabled="true"]){transform:none}.button.menu-toggle{display:none}.nav{position:static;z-index:auto;flex:1 1 auto;width:auto;border-bottom:0;background:transparent;box-shadow:none;opacity:1;pointer-events:auto;padding:0;transform:none;visibility:visible;transition:none}.nav-list{flex-direction:row;flex-wrap:wrap;gap:4px;justify-content:flex-end;min-width:0;padding:0}.nav li{width:auto}.nav a{position:relative;width:auto;min-height:40px;border:0;border-radius:8px;max-width:20ch;padding:8px 10px}.nav a::after{position:absolute;right:10px;bottom:4px;left:10px;height:2px;border-radius:999px;background:currentColor;content:"";opacity:0}.nav a:hover,.nav a:focus-visible{background:var(--accent-soft)}.nav a.is-active{box-shadow:none}.nav a.is-active::after{opacity:1}.main{padding:40px 0 72px}.page-head,.article-head{margin-bottom:30px}h1{font-size:clamp(2.6rem,6vw,3.8rem)}.subcategory-section{padding:20px}.article-card{grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:20px;align-items:center;padding:18px}.article-card > .article-card-content:first-child{grid-column:1 / -1}.article-card-media{min-height:132px}.article-head h1{font-size:clamp(3.5rem,7vw,4.5rem)}.article-cover,.article-image-carousel,.article-audio{margin-bottom:36px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.article-image-carousel-viewport{scroll-behavior:auto}.article-image-carousel.is-height-settling .article-image-carousel-viewport{transition:none}.article-question-answer.is-existing-answer{transition:none}}@media (max-width:520px){.header-inner{gap:8px}.brand{min-height:44px;max-width:70px}.brand-logo{max-width:62px}.header-actions{gap:6px}.profile-page .profile-head h1{font-size:34px}.search-form{grid-template-columns:1fr}.profile-detail-row{grid-template-columns:1fr;gap:6px}.profile-secondary-grid{grid-template-columns:1fr}.profile-subscription-card{grid-column:auto}.profile-inline-form{grid-template-columns:minmax(0,1fr) auto;max-width:100%}.article-audio{padding:12px}.article-audio-controls{grid-template-columns:52px minmax(0,1fr);gap:8px 12px}.article-audio-meta{gap:3px 8px}.article-audio-source-options{max-height:min(50vh,260px)}}@media (max-width:420px){.subcategory-list{flex-direction:column}.subcategory-link{width:100%}.article-feedback-sheet{align-items:end;padding:0}.article-feedback-dialog{width:100%;max-height:min(92dvh,720px);border-right:0;border-bottom:0;border-left:0;border-radius:8px 8px 0 0}}.article-generation-actions{display:flex;align-items:stretch;gap:12px;max-width:var(--reading-max);margin:12px auto}.article-generation-actions > p{display:flex;flex:1 1 0;min-width:0;margin:0}.article-image-manage{margin:12px 0}.image-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.image-model-options{margin-top:24px}.image-model-options + .image-model-options{border-top:1px solid var(--line);padding-top:24px}.image-model-options-title{margin-bottom:12px;padding:0;color:var(--text);font-size:0.95rem;font-weight:800;line-height:1.35}.image-option-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:92px;padding:16px;border:1px solid #dbe5d4;border-radius:16px;cursor:pointer;background:#fff;transition:border-color 140ms ease,box-shadow 140ms ease}.image-option-card:has(input:checked){border-color:#72c02c;box-shadow:0 0 0 3px rgb(114 192 44 / 14%)}.image-option-card:has(input:disabled){border-color:#e1e6de;cursor:not-allowed;background:#f5f7f3;color:#687364;box-shadow:none}.image-option-card:has(input:disabled) .image-option-price{color:#687364}.image-option-card input{accent-color:#72c02c}.image-option-copy{display:grid;gap:3px;min-width:0}.image-option-copy strong,.image-option-copy small{overflow-wrap:anywhere}.image-option-copy small{color:#687364}.image-option-price{color:#407a17;font-weight:700;white-space:nowrap}.image-generation-list{display:grid;gap:14px}.image-generation-card{overflow:hidden;padding:16px;border:1px solid #e0e7dc;border-radius:18px;background:#fff}.image-generation-card[data-image-cover-card]:has([data-image-cover-option]:not(:disabled)){cursor:pointer;transition:border-color 140ms ease,box-shadow 140ms ease,background-color 140ms ease}.image-generation-card[data-image-cover-card]:has([data-image-cover-option]:not(:disabled)):hover{border-color:#a9c99a}.image-generation-card[data-image-cover-card]:has([data-image-cover-option]:focus-visible){outline:3px solid rgb(114 192 44 / 24%);outline-offset:3px}.image-generation-card.is-cover-selected{border-color:#72c02c;background:#f7fcf3;box-shadow:0 0 0 3px rgb(114 192 44 / 14%)}.image-generation-preview{margin:14px 0 0;overflow:hidden;border-radius:14px;background:#eef3eb}.image-generation-preview img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.image-generation-preview-button{display:block;width:100%;border:0;background:transparent;padding:0;cursor:zoom-in}.image-cover-application-content{display:grid;gap:16px}.image-cover-application-content > .voice-default-description,.image-cover-cooldown{margin:0}.image-cover-cooldown time{font-variant-numeric:tabular-nums;font-weight:800}.image-cover-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.image-cover-selected{min-width:0;border:1px solid var(--line);border-radius:14px;background:var(--surface-soft);padding:12px}.image-cover-selected > p{margin:0;color:var(--muted);font-size:0.9rem}.image-cover-selected figure{display:grid;grid-template-columns:minmax(120px,220px) minmax(0,1fr);gap:14px;align-items:center;margin:0}.image-cover-selected figure[hidden]{display:none}.image-cover-selected img{display:block;width:100%;aspect-ratio:16 / 9;border-radius:10px;object-fit:cover}.image-cover-selected figcaption{color:var(--text);font-weight:800}.image-generation-progress{display:grid;gap:6px;margin-top:12px}.image-generation-progress-copy{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:0.75rem;font-weight:700;line-height:1.3}.image-generation-progress-copy [data-image-countdown]{color:#407a17;white-space:nowrap}.image-generation-progress-track{height:6px;overflow:hidden;border-radius:999px;background:#e5ecdf}.image-generation-progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:#72c02c;transition:width 250ms linear}.image-generation-status{display:flex;justify-content:flex-end;margin-top:12px}.image-contribution-info{display:grid;gap:5px;margin-top:18px;border:1px solid rgb(114 192 44 / 35%);border-radius:14px;background:#f5fbed;padding:14px 16px}.image-contribution-info h3,.image-contribution-info p{margin:0}.image-contribution-info h3{color:#315f18;font-size:0.98rem;line-height:1.3}.image-contribution-info p{color:#53624e;font-size:0.88rem;line-height:1.5}.image-contributor-row{display:flex;gap:9px;align-items:center;min-width:0;margin-top:10px;color:#4e5b4a;font-size:0.84rem;font-weight:700;line-height:1.35}.image-contributor-row > span:last-child{min-width:0;overflow-wrap:anywhere}.image-contributor-avatar{display:inline-grid;flex:0 0 30px;width:30px;height:30px;overflow:hidden;place-items:center;border:1px solid #d5dfcf;border-radius:999px;background:#edf2e9;color:#63705f}.image-contributor-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.image-contributor-avatar svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.image-contributor-row.is-preview{margin-top:0;color:var(--text)}.article-image-carousel-slide .image-contributor-row{justify-self:stretch;width:100%;margin-top:0;border-top:1px solid var(--line);background:var(--surface);padding:10px 14px}@media (min-width:768px){.article-card > .article-card-media{grid-column:1;grid-row:1}.article-card > .image-contributor-row{grid-column:1;grid-row:2;margin-top:-10px}.article-card > .article-card-content{grid-column:2;grid-row:1 / span 2}}@media (max-width:720px){.image-option-grid{grid-template-columns:1fr}.image-option-card{grid-template-columns:auto minmax(0,1fr)}.image-option-price{grid-column:2}.image-contribution-info{padding:13px 14px}.image-contributor-row.is-preview{margin-bottom:2px}.image-cover-form,.image-cover-selected figure{grid-template-columns:minmax(0,1fr)}.image-cover-form .voice-primary-action{width:100%}}@media (prefers-reduced-motion:reduce){.image-generation-progress-track span{transition:none}}.button,.badge{--component-color:var(--ui-brand);--component-hover:var(--ui-brand-hover);--component-active:var(--ui-brand-active)}.button[data-color="brand"],.badge[data-color="brand"]{--component-color:var(--ui-brand);--component-hover:var(--ui-brand-hover);--component-active:var(--ui-brand-active)}.button[data-color="neutral"],.badge[data-color="neutral"]{--component-color:var(--ui-neutral);--component-hover:var(--ui-neutral-hover);--component-active:var(--ui-neutral-active)}.button[data-color="subtle"],.badge:not([data-color]),.badge[data-color="subtle"]{--component-color:var(--ui-subtle);--component-hover:var(--ui-subtle-hover);--component-active:var(--ui-subtle-active)}.button[data-color="taupe"],.badge[data-color="taupe"]{--component-color:var(--ui-taupe);--component-hover:var(--ui-taupe-hover);--component-active:var(--ui-taupe-active)}.button[data-color="info"],.badge[data-color="info"]{--component-color:var(--ui-info);--component-hover:var(--ui-info-hover);--component-active:var(--ui-info-active)}.button[data-color="fresh"],.badge[data-color="fresh"]{--component-color:var(--ui-fresh);--component-hover:var(--ui-fresh-hover);--component-active:var(--ui-fresh-active)}.button[data-color="attention"],.badge[data-color="attention"]{--component-color:var(--ui-attention);--component-hover:var(--ui-attention-hover);--component-active:var(--ui-attention-active)}.button[data-color="orange"],.badge[data-color="orange"]{--component-color:var(--ui-orange);--component-hover:var(--ui-orange-hover);--component-active:var(--ui-orange-active)}.button[data-color="warning"],.badge[data-color="warning"]{--component-color:var(--ui-warning);--component-hover:var(--ui-warning-hover);--component-active:var(--ui-warning-active)}.button[data-color="danger"],.badge[data-color="danger"]{--component-color:var(--ui-danger);--component-hover:var(--ui-danger-hover);--component-active:var(--ui-danger-active)}.button:not([data-emphasis="gradient"])[data-label-weight="regular"],.badge[data-label-weight="regular"]{--component-label-weight:400}.button:not([data-emphasis="gradient"])[data-label-weight="bold"],.badge[data-label-weight="bold"]{--component-label-weight:700}.button:not([data-emphasis="gradient"])[data-label-color="black"],.badge[data-label-color="black"]{--component-label-color:#111111;--component-label-hover:#111111;--component-label-active:#111111}.button:not([data-emphasis="gradient"])[data-label-color="white"],.badge[data-label-color="white"]{--component-label-color:#ffffff;--component-label-hover:#ffffff;--component-label-active:#ffffff}.button:not([data-emphasis="gradient"])[data-label-color="native"],.badge[data-label-color="native"]{--component-label-color:var(--component-color);--component-label-hover:var(--component-hover);--component-label-active:var(--component-active)}.button{--button-height:44px;--button-padding-x:18px;--button-font-size:15px;--button-gap:8px;--button-radius:10px;--button-icon-size:18px;--button-spinner-color:var(--component-label-color,#ffffff);position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--button-gap);height:var(--button-height);min-height:0;padding:0 var(--button-padding-x);border-radius:var(--button-radius);font-family:inherit;font-size:var(--button-font-size);font-weight:var(--component-label-weight,700);line-height:1;letter-spacing:-0.01em;text-align:center;text-decoration:none;white-space:nowrap;user-select:none;cursor:pointer;box-sizing:border-box;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease,box-shadow 150ms ease,transform 150ms ease,opacity 150ms ease}.button[hidden]{display:none}.button[data-size="big"]{--button-height:52px;--button-padding-x:24px;--button-font-size:18px;--button-gap:10px;--button-radius:12px;--button-icon-size:22px}.button:not([data-size]),.button[data-size="normal"]{--button-height:44px;--button-padding-x:18px;--button-font-size:15px;--button-gap:8px;--button-radius:10px;--button-icon-size:18px}.button[data-size="small"]{--button-height:34px;--button-padding-x:12px;--button-font-size:13px;--button-gap:6px;--button-radius:8px;--button-icon-size:16px}.button[data-size="tiny"]{--button-height:28px;--button-padding-x:9px;--button-font-size:12px;--button-gap:5px;--button-radius:7px;--button-icon-size:14px}.button[data-size="micro"]{--button-height:24px;--button-padding-x:7px;--button-font-size:11px;--button-gap:4px;--button-radius:6px;--button-icon-size:12px}.button[data-icon-only="true"]{width:var(--button-height);min-width:var(--button-height);padding:0}.button[data-full-width="true"]{width:100%}.button[data-wrap="true"]{height:auto;min-height:var(--button-height);white-space:normal}.button[data-wrap="true"] .button-label{overflow-wrap:anywhere}.button .ui-icon,.ui-icon{display:block;width:var(--button-icon-size,18px);height:var(--button-icon-size,18px);max-width:none;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button:not([data-variant]),.button[data-variant="filled"],.badge[data-variant="filled"]{color:var(--component-label-color,#ffffff);background:var(--component-color);border:1px solid var(--component-color)}.button:not([data-variant]),.button[data-variant="filled"]{box-shadow:0 8px 18px color-mix(in srgb,var(--component-color) 17%,transparent)}.button[data-color="attention"]:not([data-variant]),.button[data-color="attention"][data-variant="filled"]{color:var(--component-label-color,#111111);--button-spinner-color:var(--component-label-color,#111111)}.button:not([data-variant]):hover:not(:disabled):not([aria-disabled="true"]),.button[data-variant="filled"]:hover:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-hover,#ffffff);background:var(--component-hover);border-color:var(--component-hover)}.button[data-color="attention"]:not([data-variant]):hover:not(:disabled):not([aria-disabled="true"]),.button[data-color="attention"][data-variant="filled"]:hover:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-hover,#111111)}.button:not([data-variant]):active:not(:disabled):not([aria-disabled="true"]),.button[data-variant="filled"]:active:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-active,#ffffff);background:var(--component-active);border-color:var(--component-active)}.button[data-color="attention"]:not([data-variant]):active:not(:disabled):not([aria-disabled="true"]),.button[data-color="attention"][data-variant="filled"]:active:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-active,#111111)}.button[data-variant="border"],.badge:not([data-variant]),.badge[data-variant="border"]{--button-spinner-color:var(--component-label-color,var(--component-color));color:var(--component-label-color,#111111);background:#ffffff;border:1px solid var(--component-color)}.button[data-variant="border"]:hover:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-hover,#111111);background:#f8faf8;border-color:var(--component-hover)}.button[data-variant="border"]:active:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-active,#111111);background:#f1f4f1;border-color:var(--component-active)}.button[data-variant="ghost"]{--button-spinner-color:var(--component-label-color,var(--component-color));border:1px solid transparent;background:transparent;box-shadow:none;color:var(--component-label-color,var(--component-color))}.button[data-variant="ghost"]:hover:not(:disabled):not([aria-disabled="true"]){border-color:transparent;background:color-mix(in srgb,var(--component-color) 9%,transparent);color:var(--component-label-hover,var(--component-hover))}.button[data-variant="ghost"]:active:not(:disabled):not([aria-disabled="true"]){border-color:transparent;background:color-mix(in srgb,var(--component-color) 15%,transparent);color:var(--component-label-active,var(--component-active))}.button[aria-pressed="true"]:not([data-variant="ghost"]){color:var(--component-label-color,#ffffff);background:var(--component-color);border-color:var(--component-color);box-shadow:0 8px 18px color-mix(in srgb,var(--component-color) 17%,transparent)}.button[aria-pressed="true"]:not([data-variant="ghost"]):hover:not(:disabled):not([aria-disabled="true"]){color:var(--component-label-hover,#ffffff);background:var(--component-hover);border-color:var(--component-hover)}.button[data-variant="ghost"][aria-pressed="true"],.button[data-variant="ghost"][aria-expanded="true"]{border-color:transparent;background:color-mix(in srgb,var(--component-color) 13%,transparent);color:var(--component-label-color,var(--component-color));box-shadow:none}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="brand"]:not([data-color]):not([data-label-color]){--gradient-shadow:#0f766e;background:linear-gradient(135deg,#3f861a 0%,#0f766e 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="brand"]:not([data-color]):not([data-label-color]):hover:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#347315 0%,#0d675f 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="brand"]:not([data-color]):not([data-label-color]):active:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#2b6112 0%,#0b574f 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="ai"]:not([data-color]):not([data-label-color]){--gradient-shadow:#6366f1;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="ai"]:not([data-color]):not([data-label-color]):hover:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#4338ca 0%,#6d28d9 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="ai"]:not([data-color]):not([data-label-color]):active:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#3730a3 0%,#5b21b6 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="fresh"]:not([data-color]):not([data-label-color]){--gradient-shadow:#0e7490;background:linear-gradient(135deg,#0f766e 0%,#0e7490 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="fresh"]:not([data-color]):not([data-label-color]):hover:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#0d675f 0%,#0c647a 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="fresh"]:not([data-color]):not([data-label-color]):active:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#0b574f 0%,#0a5366 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="premium"]:not([data-color]):not([data-label-color]){--gradient-shadow:#be185d;background:linear-gradient(135deg,#7e22ce 0%,#be185d 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="premium"]:not([data-color]):not([data-label-color]):hover:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#6b21a8 0%,#9d174d 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="premium"]:not([data-color]):not([data-label-color]):active:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#581c87 0%,#831843 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="bigorange"]:not([data-color]):not([data-label-color]){--gradient-shadow:#f4511e;background:linear-gradient(135deg,#ff9a2f 0%,#f4511e 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="bigorange"]:not([data-color]):not([data-label-color]):hover:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#f58b20 0%,#dc4317 100%)}.button[data-emphasis="gradient"][data-variant="filled"][data-gradient="bigorange"]:not([data-color]):not([data-label-color]):active:not(:disabled):not([aria-disabled="true"]){background:linear-gradient(135deg,#e87d17 0%,#c83a13 100%)}.button[data-emphasis="gradient"][data-variant="filled"]:not([data-color]):not([data-label-color]):is( [data-gradient="brand"],[data-gradient="ai"],[data-gradient="fresh"],[data-gradient="premium"],[data-gradient="bigorange"] ){--button-focus-color:var(--gradient-shadow);color:#ffffff;border-color:transparent;background-clip:padding-box;box-shadow:0 8px 20px color-mix(in srgb,var(--gradient-shadow) 24%,transparent)}.button[data-emphasis="gradient"][data-variant="filled"]:not([data-color]):not([data-label-color]):is( [data-gradient="brand"],[data-gradient="ai"],[data-gradient="fresh"],[data-gradient="premium"],[data-gradient="bigorange"] ):hover:not(:disabled):not([aria-disabled="true"]){transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--gradient-shadow) 30%,transparent)}.button[data-emphasis="gradient"][data-variant="filled"]:not([data-color]):not([data-label-color]):is( [data-gradient="brand"],[data-gradient="ai"],[data-gradient="fresh"],[data-gradient="premium"],[data-gradient="bigorange"] ):active:not(:disabled):not([aria-disabled="true"]){transform:translateY(0);box-shadow:0 4px 12px color-mix(in srgb,var(--gradient-shadow) 24%,transparent)}.button:hover:not(:disabled):not([aria-disabled="true"]){transform:translateY(-1px)}.button:active:not(:disabled):not([aria-disabled="true"]){transform:translateY(0)}.button:focus-visible{outline:3px solid color-mix(in srgb,var(--button-focus-color,var(--component-color)) 30%,transparent);outline-offset:2px}.button:disabled,.button[aria-disabled="true"]{cursor:not-allowed;opacity:0.46;transform:none;pointer-events:none}.button[aria-busy="true"]{color:transparent;cursor:wait;pointer-events:none;transform:none}.button[aria-busy="true"] > *{opacity:0}.button[aria-busy="true"]::after{position:absolute;top:50%;left:50%;width:min(18px,calc(var(--button-height) - 8px));height:min(18px,calc(var(--button-height) - 8px));border:2px solid color-mix(in srgb,var(--button-spinner-color) 32%,transparent);border-top-color:var(--button-spinner-color);border-radius:999px;content:"";transform:translate(-50%,-50%);animation:ui-button-spin 700ms linear infinite}@keyframes ui-button-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:var(--component-label-weight,400);line-height:1;white-space:nowrap;box-sizing:border-box}.badge[data-size="small"]{min-height:22px;padding:3px 8px;font-size:12px}.badge[data-size="tiny"]{min-height:20px;padding:3px 7px;font-size:11px}.badge[data-size="micro"]{min-height:18px;padding:2px 6px;font-size:10px}.badge-dot{width:6px;height:6px;flex:0 0 auto;border-radius:999px;background:var(--component-color)}.ui-structural-control:focus-visible{outline:3px solid color-mix(in srgb,var(--ui-neutral) 30%,transparent);outline-offset:2px}.ui-structural-control:disabled,.ui-structural-control[aria-disabled="true"]{cursor:not-allowed;opacity:0.46;pointer-events:none}@media (pointer:coarse){.button[data-size="small"]::before,.button[data-size="tiny"]::before,.button[data-size="micro"]::before{position:absolute;top:50%;left:50%;width:max(100%,40px);height:max(100%,40px);content:"";transform:translate(-50%,-50%)}.ui-structural-control[data-compact-control="true"]{position:relative}.ui-structural-control[data-compact-control="true"]::before{position:absolute;top:50%;left:50%;width:max(100%,40px);height:max(100%,40px);content:"";transform:translate(-50%,-50%)}}@media (prefers-reduced-motion:reduce){.button{transition:none}.button:hover:not(:disabled):not([aria-disabled="true"]),.button:active:not(:disabled):not([aria-disabled="true"]){transform:none}.button[aria-busy="true"]::after{animation-duration:1.4s}}@media (forced-colors:active){.button,.badge,.ui-structural-control{border-color:ButtonText;forced-color-adjust:auto}.button:focus-visible,.ui-structural-control:focus-visible{outline-color:Highlight}.badge-dot{background:CanvasText}}.article-video-manage{width:100%;margin:0}.article-generation-actions{flex-wrap:wrap}.article-generation-actions > .article-video-manage{flex:1 0 100%}.video-generation-form,.video-prompt-field,.video-options{display:grid;gap:10px}.video-generation-form{gap:22px}.video-prompt-field > span,.video-options legend{color:var(--text);font-weight:800}.video-prompt-field textarea{width:100%;min-height:220px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);color:var(--text);font:inherit;line-height:1.55;padding:14px;resize:vertical}.video-prompt-field textarea:focus{border-color:#72c02c;outline:3px solid rgba(114,192,44,0.28);outline-offset:2px}.video-prompt-field small,.video-generation-meta{color:var(--muted)}.video-options{min-width:0;margin:0;padding:0;border:0}.video-option-grid,.video-generation-list{display:grid;gap:12px}.video-option-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;min-height:88px;border:1px solid var(--line);border-radius:14px;background:var(--surface);cursor:pointer;padding:14px}.video-option-card:has(input:checked){border-color:#72c02c;box-shadow:0 0 0 3px rgba(114,192,44,0.14)}.video-option-card input{accent-color:#72c02c}.video-option-copy{display:grid;gap:3px;min-width:0}.video-option-copy strong,.video-option-copy small{overflow-wrap:anywhere}.video-option-price{color:var(--primary-dark);font-weight:800;white-space:nowrap}.video-generation-card{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:16px}.video-generation-preview{display:block;width:100%;margin-top:14px;border-radius:12px;background:#111;aspect-ratio:16 / 9}.video-generation-meta{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:8px;font-size:0.84rem}.video-generation-card .voice-generation-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.video-generation-card .voice-generation-actions form{margin:0}.video-access-required{max-width:760px;margin:0 auto}@media (max-width:560px){.video-option-card{grid-template-columns:auto minmax(0,1fr)}.video-option-price{grid-column:2}}.reader .reader-article-body{color:var(--reader-text);font-family:var(--reader-font-family);font-size:var(--reader-font-size);line-height:var(--reader-line-height)}.reader .reader-page-control{display:grid;width:46px;min-width:46px;height:52px;min-height:52px;border:1px solid var(--reader-border);border-radius:999px;background:var(--reader-surface);padding:0;place-items:center;color:var(--reader-text)}@media (max-width:640px){.reader .reader-page-control{width:48px;min-width:48px;height:48px;min-height:48px}}