 *{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;background:url('https://images.gptkong.com/idiom/b/568_x0.png') no-repeat center center fixed;background-size:cover;color:#333;padding-top:60px;transition:background 0.5s ease-in-out}nav{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.8);box-shadow:0 2px 4px rgba(0,0,0,0.1);z-index:1000;display:flex;justify-content:center;padding:10px 0;transition:background 0.3s ease-in-out}nav ul{list-style:none;display:flex;gap:20px}nav a{text-decoration:none;color:#333;font-weight:bold;padding:5px 10px;border-radius:5px;transition:background 0.3s,color 0.3s}nav a:hover{background:linear-gradient(45deg,#ff7e5f,#feb47b);color:#fff}@media (max-width:768px){nav ul{display:none}}.chapter-nav{position:fixed;top:60px;left:10px;background:rgba(255,255,255,0.9);padding:10px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);max-height:80vh;overflow-y:auto;transition:transform 0.3s ease-in-out}.chapter-nav a{display:block;margin:5px 0;color:#333;text-decoration:none;padding:5px 10px;border-radius:4px;transition:background 0.3s,color 0.3s}.chapter-nav a:hover{background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff}@media (max-width:768px){.chapter-nav{display:none}}article{max-width:900px;margin:20px auto;background:rgba(255,255,255,0.85);padding:20px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.1);backdrop-filter:blur(5px);animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h2,h3,h4{margin-bottom:15px;color:#2c3e50;text-shadow:1px 1px 2px rgba(0,0,0,0.1)}h2{font-size:2em;border-bottom:2px solid #ff7e5f;padding-bottom:10px;background:linear-gradient(to right,#ffecd2,#fcb69f);-webkit-background-clip:text;color:transparent}h3{font-size:1.5em;background:linear-gradient(to right,#a1c4fd,#c2e9fb);-webkit-background-clip:text;color:transparent;padding:5px 0;position:relative}h3::after{content:'';display:block;width:50px;height:3px;background:#6a11cb;margin-top:5px;border-radius:2px}p,ul,ol{margin-bottom:15px;font-size:1em;color:#555}table{width:100%;border-collapse:collapse;margin-bottom:20px;background:rgba(255,255,255,0.9)}th,td{padding:10px;border:1px solid #ddd;text-align:left}th{background:linear-gradient(45deg,#6a11cb,#2575fc);color:#fff}td ul{list-style-type:disc;margin-left:20px}.article-image{display:block;margin:20px auto;max-width:90%;width:auto;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.2);transition:transform 0.3s,box-shadow 0.3s}.article-image:hover{transform:scale(1.05);box-shadow:0 8px 16px rgba(0,0,0,0.3)}section{margin-bottom:30px;padding:20px;background:linear-gradient(135deg,rgba(255,255,255,0.8),rgba(240,240,240,0.8));border-radius:10px;box-shadow:inset 0 0 10px rgba(0,0,0,0.05);position:relative}section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(255,126,95,0.2),transparent);pointer-events:none;border-radius:10px}p{font-size:1rem;line-height:1.8;color:#333;text-shadow:1px 1px 1px rgba(255,255,255,0.5)}em{font-style:italic;color:#e67e22}b{font-weight:bold;color:#2980b9}ul,ol{padding-left:20px;color:#444}li{margin-bottom:10px}a{color:#2980b9;text-decoration:none;position:relative;transition:color 0.3s}a::after{content:'';position:absolute;width:0;height:2px;background:#2980b9;left:0;bottom:-2px;transition:width 0.3s}a:hover::after{width:100%}img{max-width:100%;height:auto;display:block}footer{text-align:center;padding:20px;background:rgba(255,255,255,0.9);border-top:1px solid #ddd;margin-top:40px;border-radius:10px}.fade-in{animation:fadeInEffect 2s ease-in-out}@keyframes fadeInEffect{from{opacity:0}to{opacity:1}}.decorative-line{height:2px;background:linear-gradient(90deg,rgba(106,17,203,1) 0,rgba(37,117,252,1) 100%);margin:20px 0;border-radius:1px}
