body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#333}.site-header{background:#fff;padding:1rem 0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.header-content{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.header-logo{font-weight:600;font-size:20px;text-decoration:none;color:#333}.nav-menu{display:flex;gap:24px;align-items:center}.nav-link{color:#333;text-decoration:none}.cta-button{background:#00d084;color:#fff;padding:8px 24px;border-radius:4px;text-decoration:none}.article-hero{background:linear-gradient(135deg,#00d084,#00b8d4);padding:60px 0;color:#fff}.article-hero-content{max-width:1200px;margin:0 auto;padding:0 24px}.article-meta{display:flex;align-items:center;gap:16px;margin-bottom:20px}.author-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden}.author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-info{font-size:14px}.author-name{font-weight:500;margin-bottom:4px}.article-date{opacity:.9}.article-hero-title{font-size:40px;font-weight:700;margin-bottom:16px;line-height:1.2}.article-excerpt{font-size:18px;line-height:1.6;opacity:.9;max-width:800px}.article-container{max-width:1200px;margin:0 auto;padding:40px 24px;display:grid;grid-template-columns:2fr 1fr;gap:48px}.article-content{width:100%}.article-image{width:100%;border-radius:8px;overflow:hidden;margin:32px 0}.article-image img{width:100%;height:auto;display:block}.article-body{font-size:16px;line-height:1.8}.article-body h2{font-size:28px;font-weight:600;margin:40px 0 20px}.article-body p{margin-bottom:20px}.table-of-contents{background:#f5f5f5;border-radius:8px;padding:24px;margin:32px 0}.table-of-contents h2{font-size:20px;font-weight:600;margin:0 0 16px}.table-of-contents ul{list-style:none;padding:0;margin:0}.table-of-contents li{margin-bottom:12px}.table-of-contents a{color:#06c;text-decoration:none}.sidebar{background:#f8f8f8;border-radius:8px;padding:24px}.sidebar-title{font-size:20px;font-weight:600;margin:0 0 24px}.article-list{display:flex;flex-direction:column;gap:24px}.article-card-image{height:180px;border-radius:8px;margin-bottom:12px}.article-card-title{font-size:16px;margin-bottom:8px}.site-footer{background:#f5f5f5;padding:60px 0;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-column h3{color:#666;font-size:14px;font-weight:600;text-transform:uppercase;margin-bottom:20px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#333;text-decoration:none;font-size:15px;gap:8px}.footer-bottom,.footer-links a{display:flex;align-items:center}.footer-bottom{max-width:1200px;margin:40px auto 0;padding:20px 24px 0;border-top:1px solid #ddd;justify-content:space-between}.footer-logo img{height:24px}.footer-copyright{color:#666;font-size:14px}.address{color:#666;line-height:1.6}@media (max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}}@media (max-width:1024px){.article-container{grid-template-columns:1fr}.article-hero-title{font-size:32px}}@media (max-width:768px){.nav-menu{display:none}.article-hero{padding:40px 0}.article-container,.article-hero-content,.header-content{padding:0 16px}.article-excerpt{font-size:16px}}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;margin-bottom:40px}.article-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.article-card-image{width:100%;height:200px;overflow:hidden}.article-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.article-card-title{font-size:18px;font-weight:600;margin-bottom:12px;line-height:1.4;color:#333}.article-card-excerpt{font-size:14px;color:#666;line-height:1.6;margin-top:auto}@media (max-width:768px){.article-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}