*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Arial,sans-serif;color:#222;background:#fff;line-height:1.7}a{color:#2e7d32;text-decoration:none}a:hover{color:#1b5e20;text-decoration:underline}img{max-width:100%;height:auto}.navbar{background:#fff;border-bottom:3px solid #2e7d32;position:sticky;top:0;z-index:999;box-shadow:0 2px 8px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:60px}.logo{font-size:1.4rem;font-weight:700;color:#2e7d32;display:flex;align-items:center;gap:6px}.logo-icon{font-size:1.5rem}.nav-menu{list-style:none;display:flex;gap:4px}.nav-menu a{padding:6px 10px;border-radius:4px;font-size:.9rem;font-weight:500;color:#333;transition:background .2s}.nav-menu a:hover{background:#e8f5e9;color:#2e7d32;text-decoration:none}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#2e7d32}@media(max-width:900px){.nav-toggle{display:block}.nav-menu{display:none;position:absolute;top:60px;left:0;right:0;background:#fff;flex-direction:column;padding:10px;border-bottom:2px solid #2e7d32;gap:0}.nav-menu.open{display:flex}.nav-menu a{padding:12px 16px;border-radius:4px}}.ad-banner{background:#f5f5f5;text-align:center;padding:10px 20px;border-bottom:1px solid #e0e0e0;min-height:90px}.ad-label{font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#388e3c 100%);color:#fff;padding:60px 20px;text-align:center}.hero-date{font-size:.85rem;letter-spacing:2px;opacity:.8;margin-bottom:12px;text-transform:uppercase}.hero h1{font-size:2.8rem;font-weight:800;margin-bottom:16px;line-height:1.2}.hero h1 span{color:#a5d6a7}.hero p{font-size:1.15rem;opacity:.9;max-width:600px;margin:0 auto 28px}.hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#2e7d32;padding:14px 28px;border-radius:30px;font-weight:700;font-size:1rem;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2);text-decoration:none;color:#1b5e20}.btn-secondary{background:transparent;color:#fff;padding:14px 28px;border-radius:30px;font-weight:700;border:2px solid #fff;transition:background .2s}.btn-secondary:hover{background:rgba(255,255,255,.15);text-decoration:none;color:#fff}.ticker-wrap{background:#1b5e20;color:#fff;padding:10px 0;overflow:hidden}.ticker-inner{display:flex;align-items:center;gap:0;white-space:nowrap;animation:ticker 40s linear infinite}.ticker-inner:hover{animation-play-state:paused}.ticker-item{padding:0 40px;font-size:.9rem}.ticker-sep{color:#a5d6a7}@keyframes ticker{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;padding:40px 20px;max-width:1200px;margin:0 auto}@media(max-width:900px){.main-layout{grid-template-columns:1fr}}.section-title{font-size:1.8rem;font-weight:700;color:#1b5e20;margin-bottom:8px;padding-bottom:10px;border-bottom:3px solid #a5d6a7;display:inline-block}.section-sub{color:#666;margin-bottom:30px;font-size:1rem}.tip-box{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-left:5px solid #2e7d32;border-radius:0 12px 12px 0;padding:24px 28px;margin:30px 0}.tip-label{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#2e7d32;font-weight:700;margin-bottom:8px}.tip-text{font-size:1.1rem;color:#1b5e20;font-weight:500;line-height:1.5}.tip-counter{font-size:.8rem;color:#666;margin-top:8px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin:20px 0}.article-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.article-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.1)}.card-img{height:180px;background:linear-gradient(135deg,#2e7d32,#66bb6a);display:flex;align-items:center;justify-content:center;font-size:3rem}.card-img.fitness{background:linear-gradient(135deg,#1565c0,#42a5f5)}.card-img.nutrition{background:linear-gradient(135deg,#e65100,#ffa726)}.card-img.mental{background:linear-gradient(135deg,#6a1b9a,#ce93d8)}.card-img.sleep{background:linear-gradient(135deg,#283593,#7986cb)}.card-img.weightloss{background:linear-gradient(135deg,#c62828,#ef9a9a)}.card-body{padding:20px}.card-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#2e7d32;font-weight:700;margin-bottom:8px}.card-title{font-size:1.05rem;font-weight:700;color:#222;margin-bottom:10px;line-height:1.4}.card-excerpt{font-size:.875rem;color:#555;line-height:1.6;margin-bottom:14px}.card-meta{font-size:.75rem;color:#999;display:flex;gap:12px}.read-more{font-size:.85rem;color:#2e7d32;font-weight:600}.ad-inline{background:#f9f9f9;border:1px dashed #ddd;border-radius:8px;padding:10px;text-align:center;margin:30px 0;min-height:100px}.sidebar .widget{background:#f9f9f9;border-radius:12px;padding:20px;margin-bottom:28px}.sidebar .widget h3{font-size:1rem;font-weight:700;color:#1b5e20;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid #a5d6a7}.widget-ad{text-align:center;min-height:280px}.widget-links li{list-style:none;padding:8px 0;border-bottom:1px solid #e8f5e9}.widget-links li:last-child{border:none}.widget-links a{font-size:.9rem;color:#333;display:flex;align-items:center;gap:6px}.widget-links a:hover{color:#2e7d32}.trending-num{background:#2e7d32;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.stats-bar{background:#1b5e20;color:#fff;padding:30px 20px}.stats-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.stat-num{font-size:2.2rem;font-weight:800;color:#a5d6a7}.stat-label{font-size:.85rem;opacity:.8;margin-top:4px}@media(max-width:700px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.categories-section{padding:50px 20px;background:#f9fbe7}.categories-grid{max-width:1200px;margin:20px auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.cat-card{background:#fff;border-radius:12px;padding:24px;text-align:center;border:1px solid #e0e0e0;transition:all .2s;cursor:pointer}.cat-card:hover{border-color:#2e7d32;box-shadow:0 6px 20px rgba(46,125,50,.15);transform:translateY(-3px)}.cat-icon{font-size:2.5rem;margin-bottom:10px}.cat-name{font-weight:700;color:#222;font-size:1rem;margin-bottom:6px}.cat-count{font-size:.8rem;color:#666}.newsletter-section{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);padding:50px 20px;text-align:center}.newsletter-form{display:flex;gap:12px;max-width:500px;margin:20px auto 0;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:200px;padding:14px 18px;border:2px solid #c8e6c9;border-radius:30px;font-size:1rem;outline:none}.newsletter-form input:focus{border-color:#2e7d32}.newsletter-form button{background:#2e7d32;color:#fff;padding:14px 28px;border:none;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer}.tool-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px;margin-bottom:30px}.tool-card h2{font-size:1.4rem;color:#1b5e20;margin-bottom:20px}.tool-form{display:flex;flex-direction:column;gap:14px}.tool-form label{font-weight:600;color:#333;font-size:.9rem}.tool-form input,.tool-form select,.tool-form textarea{padding:10px 14px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;outline:none;transition:border .2s}.tool-form input:focus,.tool-form select:focus{border-color:#2e7d32}.tool-form button{background:#2e7d32;color:#fff;padding:12px;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer}.tool-result{background:#e8f5e9;border-radius:8px;padding:16px 20px;margin-top:16px;font-weight:600;color:#1b5e20;font-size:1.1rem;display:none}.site-footer{background:#1b5e20;color:#fff;padding:50px 20px 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.footer-col h3{font-size:1.2rem;margin-bottom:16px}.footer-col h4{font-size:1rem;margin-bottom:14px;color:#a5d6a7}.footer-col p{font-size:.875rem;opacity:.8;line-height:1.7}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:8px}.footer-col ul a{color:rgba(255,255,255,.75);font-size:.875rem}.footer-col ul a:hover{color:#fff}.footer-ad{margin:30px 0 20px;text-align:center}.footer-disclaimer{font-size:.8rem;opacity:.6;text-align:center;border-top:1px solid rgba(255,255,255,.2);padding-top:20px;line-height:1.6}.sticky-ad{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #2e7d32;padding:8px;text-align:center;z-index:9999;box-shadow:0 -4px 12px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;gap:10px}.sticky-close{background:#e0e0e0;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:.8rem;flex-shrink:0}.page-header{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;padding:50px 20px;text-align:center}.page-header h1{font-size:2.2rem;font-weight:800;margin-bottom:12px}.page-header p{font-size:1.1rem;opacity:.85;max-width:600px;margin:0 auto}.breadcrumb{padding:12px 20px;background:#f5f5f5;font-size:.85rem;max-width:1200px;margin:0 auto}.breadcrumb a{color:#2e7d32}.article-page{max-width:860px;margin:0 auto;padding:40px 20px}.article-body h2{font-size:1.5rem;color:#1b5e20;margin:32px 0 14px}.article-body p{margin-bottom:18px;font-size:1.05rem;line-height:1.8}.article-body ul{margin:0 0 18px 24px}.article-body ul li{margin-bottom:8px;font-size:1.05rem}.article-body .highlight{background:#e8f5e9;border-left:4px solid #2e7d32;padding:16px 20px;border-radius:0 8px 8px 0;margin:24px 0;font-weight:500}.article-body .warning{background:#fff3e0;border-left:4px solid #ff9800;padding:16px 20px;border-radius:0 8px 8px 0;margin:24px 0}.disclaimer-box{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:16px 20px;margin:24px 0;font-size:.85rem;color:#666}.section-pad{padding:50px 20px}.text-center{text-align:center}.green-tag{background:#e8f5e9;color:#2e7d32;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:20px;display:inline-block;margin-bottom:10px}.quiz-btn{background:#e8f5e9;border:2px solid #c8e6c9;border-radius:8px;padding:12px 16px;cursor:pointer;font-size:.95rem;text-align:left;transition:all .2s;width:100%;margin-bottom:8px}.quiz-btn:hover{border-color:#2e7d32;background:#d4edda}.quiz-btn.correct{background:#c8e6c9;border-color:#2e7d32;color:#1b5e20;font-weight:600}.quiz-btn.incorrect{background:#ffccbc;border-color:#ff5722;color:#b71c1c}.progress-bar{height:8px;background:#e0e0e0;border-radius:4px;margin:8px 0}.progress-fill{height:100%;background:#2e7d32;border-radius:4px;transition:width .5s}