*{margin:0;padding:0;box-sizing:border-box;}html,body{height:100%;min-height:100vh;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f9fafb;display:flex;flex-direction:column;}a{text-decoration:none;}.navbar{background-color:#fff;border-bottom:1px solid #eaeaea;box-shadow:0 1px 3px rgba(0,0,0,0.05);padding:1rem 0;}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;}.logo{display:flex;align-items:center;}.ai-logo{font-weight:bold;color:#000;font-size:1.2rem;}.nav-links{display:flex;gap:1.5rem;}.nav-link{color:#000;text-decoration:none;padding:0.5rem 0.7rem;border-radius:4px;transition:all 0.2s ease;}.nav-link:hover{background-color:#f1f5f9;color:#0366d6;}.container{display:flex;max-width:1400px;margin:2rem auto;gap:2rem;padding:0 2rem;flex-grow:1;}.left-sidebar{flex:1;display:flex;flex-direction:column;gap:1.5rem;}.right-sidebar{flex:1.5;display:flex;flex-direction:column;gap:1.5rem;}.sidebar-ad-section{background-color:#fff;border:1px solid #e1e4e8;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);}.sidebar-ad-section img,.bottom-banner img{width:100%;height:100%;object-fit:cover;display:block;}.main-content{flex:3;background-color:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);}.tag-cloud-section{background-color:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);}.tag-cloud{display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:1rem;}.tag{text-decoration:none;padding:0.3rem 0.8rem;border-radius:20px;transition:all 0.3s ease;display:inline-block;}.tag:hover{transform:scale(1.05);}.project-title{font-size:2rem;margin-bottom:0.5rem;color:#24292e;}.project-description{color:#6a737d;margin-bottom:2rem;}.code-block{background-color:#f6f8fa;border-radius:6px;padding:1rem;margin-bottom:2rem;font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;}pre{overflow-x:auto;}code{font-size:0.9rem;color:#24292e;}.section{margin-bottom:2rem;}.section-title{font-size:1.5rem;margin-bottom:1rem;color:#24292e;}.features-list{padding-left:1.5rem;margin-bottom:1rem;}.features-list li{margin-bottom:0.5rem;}.installation-steps{padding-left:1.5rem;margin-top:1rem;}.installation-steps li{margin-bottom:0.5rem;}.copyright{color:#6a737d;font-size:0.9rem;padding:1.5rem 2rem;text-align:center;border-top:1px solid #eaeaea;background-color:#fff;margin-top:auto;}.sidebar-section{background-color:#fff;border:1px solid #e1e4e8;border-radius:6px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);}.sidebar-title{font-size:1.2rem;margin-bottom:1rem;color:#24292e;display:flex;align-items:center;}.sidebar-title::before{content:"📰";margin-right:0.5rem;}.news-category{margin-bottom:1rem;}.category-title{font-size:0.9rem;font-weight:600;margin-bottom:0.5rem;color:#24292e;}.news-item{margin-bottom:1rem;}.news-title{font-weight:500;margin-bottom:0.2rem;}.news-date{font-size:0.8rem;color:#6a737d;margin-bottom:0.3rem;}.news-desc{font-size:0.9rem;color:#333;}.read-more-link{color:#0366d6;text-decoration:none;font-size:0.9rem;}.news-title-link{color:#031fd6;text-decoration:none;font-size:0.9rem;}.more-news{display:block;text-align:center;color:#0366d6;text-decoration:none;font-size:0.9rem;margin-top:0.5rem;}.more-news:hover{text-decoration:underline;}.bottom-banner{max-width:1400px;margin:0 auto 2rem;border:1px solid #e1e4e8;border-radius:6px;height:80px;background-color:#f8f9fa;}.fallback-ad{height:100%;display:flex;align-items:center;justify-content:center;color:#6a737d;font-size:0.9rem;}@media (max-width:1200px){.container,.bottom-banner{max-width:1000px;}}@media (max-width:1024px){.container{flex-wrap:wrap;max-width:900px;}.left-sidebar,.right-sidebar{flex:1 0 45%;}.main-content{flex:1 0 100%;order:-1;}}@media (max-width:768px){.left-sidebar,.right-sidebar{flex:1 0 100%;}.nav-container{flex-direction:column;text-align:center;gap:1rem;}.navbar{padding:1rem;}.nav-links{margin-top:1rem;justify-content:center;}.tag-cloud{justify-content:center;}.main-content{padding:1.5rem 1rem;}.project-title{font-size:1.8rem;}.bottom-banner{height:60px;}}@media (max-width:480px){.container{padding:0 1rem;margin:1rem auto;}.nav-links{flex-wrap:wrap;}.bottom-banner{margin-bottom:1rem;height:50px;}.copyright{padding:1rem;font-size:0.8rem;}}.article{max-width:1000px;margin:0 auto;padding:20px;font-family:"Microsoft YaHei",Arial,sans-serif;box-sizing:border-box;}.article h2{background-color:#f0f7ff;color:#1a56db;padding:16px 24px;margin:30px 0 0;border-radius:8px 8px 0 0;font-size:20px;font-weight:600;border-left:4px solid #1a56db;position:relative;z-index:1;box-sizing:border-box;}.article h2 ~ *:not(h2):not(hr){margin-top:0;margin-bottom:0;padding:0 24px;background-color:#ffffff;border:1px solid #e5e7eb;border-top:none;line-height:1.8;color:#374151;border-bottom:none;box-sizing:border-box;}.article h2 ~ *:not(h2):not(hr):last-child{padding-bottom:24px;border-radius:0 0 8px 8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);margin-bottom:10px;border-bottom:1px solid #e5e7eb;}.article p{padding-top:20px;margin:0 0 16px;border:none;}.article ul,.article ol{padding:12px 24px 12px 48px;margin:0;border:none;}.article ul li,.article ol li{margin-bottom:12px;border:none;}.article .img-wrapper{padding:16px 0;margin:0 auto;max-width:100%;}.article img{width:100%;max-width:800px;height:auto;border-radius:6px;box-shadow:0 1px 4px rgba(0,0,0,0.08);object-fit:cover;display:block;margin:0 auto;}.article img[alt]:not([src]){aspect-ratio:16/9;background-color:#f9fafb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;content:attr(alt);}.article a{color:#1a56db;text-decoration:none;}.article a:hover{color:#1543bc;text-decoration:underline;}.article hr{display:none;}.article > p:first-child{background-color:#fff8e6;color:#d97706;padding:16px 24px;border-radius:8px;border:1px solid #ffe6b3;margin-bottom:30px;text-align:center;font-weight:500;box-sizing:border-box;}@media (max-width:768px){.article{padding:12px;}.article h2{font-size:18px;padding:14px 18px;}.article h2 ~ *:not(h2):not(hr){padding:0 18px;}.article ul,.article ol{padding-left:32px;padding-top:8px;padding-bottom:8px;}.article > p:first-child{padding:12px 18px;font-size:14px;}.article .img-wrapper{padding:12px 0;}.article img{max-width:100%;box-shadow:0 1px 3px rgba(0,0,0,0.06);}*{max-width:100%;overflow-x:hidden;}}