/*
Theme Name: Youdao Translator
Theme URI: https://youdaotranslator.com/
Author: Youdao Translator
Description: 有道翻译下载站自定义经典主题：首页聚焦“有道翻译下载”，保留产品功能展示、下载安装与教程内容区。
Version: 1.1.0
Text Domain: youdao-translator
*/

:root{
  --yd-text:#20242a;
  --yd-muted:#737b87;
  --yd-line:#edf0f5;
  --yd-bg:#f7f9fc;
  --yd-accent:#fb4a3e;
}
*{box-sizing:border-box}
body{margin:0;color:var(--yd-text);background:#fff;font-family:"PingFang SC","Microsoft YaHei","Segoe UI",Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-shell{max-width:1000px;margin:0 auto;padding:32px 20px 70px}
.site-basic-header{border-bottom:1px solid var(--yd-line);background:#fff}
.site-basic-header-inner{max-width:1000px;margin:0 auto;height:70px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}
.site-basic-brand{font-size:20px;font-weight:700}
.site-basic-nav{display:flex;gap:24px;font-size:14px;color:#586170}
.article-card{padding:26px 0;border-bottom:1px solid var(--yd-line)}
.article-card h2{font-size:24px;line-height:1.45;margin:0 0 10px}
.article-card p{font-size:15px;line-height:1.8;color:var(--yd-muted);margin:0}
.entry-title{font-size:38px;line-height:1.35;margin:18px 0}
.entry-meta{font-size:13px;color:#8c94a0;margin-bottom:30px}
.entry-content{font-size:16px;line-height:1.9;color:#333}
.entry-content h2{font-size:28px;margin:44px 0 16px}
.entry-content h3{font-size:22px;margin:34px 0 14px}
.entry-content p{margin:0 0 18px}
.basic-footer{border-top:1px solid var(--yd-line);padding:28px 20px;color:#89919d;font-size:13px;text-align:center}
@media(max-width:768px){.site-basic-nav{gap:12px;font-size:13px}.entry-title{font-size:30px}}
