*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#4a90d9;--secondary-color:#2c5aa0;--text-color:#333;--light-text:#f5f5f5;--card-bg:#fffffff2}body{color:var(--text-color);min-height:100vh;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden}.sky-background{z-index:-1;background:linear-gradient(#4a90d9 0%,#5ba3e8 40%,#87ceeb 70%,#b8e0f0 100%);width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.clouds{width:100%;height:100%;position:absolute}.cloud{opacity:.9;background:#fff;border-radius:50px;animation:linear infinite float-cloud;position:absolute}.cloud:before,.cloud:after{content:"";background:#fff;border-radius:50%;position:absolute}.cloud-1{width:200px;height:60px;animation-duration:45s;top:8%}.cloud-1:before{width:80px;height:80px;top:-40px;left:30px}.cloud-1:after{width:100px;height:100px;top:-50px;left:70px}.cloud-2{width:160px;height:50px;animation-duration:60s;animation-delay:-20s;top:15%}.cloud-2:before{width:60px;height:60px;top:-30px;left:25px}.cloud-2:after{width:80px;height:80px;top:-40px;left:60px}.cloud-3{width:180px;height:55px;animation-duration:55s;animation-delay:-35s;top:5%}.cloud-3:before{width:70px;height:70px;top:-35px;left:35px}.cloud-3:after{width:90px;height:90px;top:-45px;left:75px}.cloud-4{width:140px;height:45px;animation-duration:50s;animation-delay:-10s;top:20%}.cloud-4:before{width:50px;height:50px;top:-25px;left:20px}.cloud-4:after{width:70px;height:70px;top:-35px;left:55px}.cloud-5{width:120px;height:40px;animation-duration:40s;animation-delay:-25s;top:12%}.cloud-5:before{width:45px;height:45px;top:-22px;left:15px}.cloud-5:after{width:60px;height:60px;top:-30px;left:45px}@keyframes float-cloud{0%{transform:translate(-200px)}to{transform:translate(calc(100vw + 200px))}}.sun{background:radial-gradient(circle,#fff9c4 0%,#ffeb3b 40%,#ffa726 100%);border-radius:50%;width:100px;height:100px;animation:4s ease-in-out infinite sun-glow;position:absolute;top:5%;right:10%;box-shadow:0 0 60px #ffeb3b,0 0 100px #ffa726}@keyframes sun-glow{0%,to{box-shadow:0 0 60px #ffeb3b,0 0 100px #ffa726}50%{box-shadow:0 0 80px #ffeb3b,0 0 120px #ffa726}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.logo{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-color);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--primary-color)}.main-content{min-height:100vh;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{text-align:center;padding:4rem 2rem}.hero-section h1{color:var(--secondary-color);margin-bottom:1rem;font-size:2.5rem}.hero-section p{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.8}.section-title{color:var(--secondary-color);text-align:center;margin-bottom:2rem;font-size:2rem;position:relative}.section-title:after{content:"";background:var(--primary-color);width:60px;height:3px;margin:.5rem auto 0;display:block}.blog-section{padding:2rem 0}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.blog-card{background:var(--card-bg);cursor:pointer;border-radius:16px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #00000014}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.blog-card h3{color:var(--secondary-color);margin-bottom:.8rem;font-size:1.3rem}.blog-card .date{color:#999;margin-bottom:1rem;font-size:.9rem}.blog-card .excerpt{color:#666;line-height:1.6}.delete-btn{color:#fff;cursor:pointer;background:#ff4d4f;border:none;border-radius:4px;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem}.delete-btn:hover{background:#d9363e}.knowledge-section{padding:2rem 0}.knowledge-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.knowledge-card{background:var(--card-bg);cursor:pointer;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #00000014}.knowledge-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.knowledge-category{color:var(--primary-color);background:#e8f4fd;border-radius:20px;margin-bottom:.8rem;padding:.3rem .8rem;font-size:.85rem;display:inline-block}.knowledge-card h3{color:var(--secondary-color);margin-bottom:.8rem;font-size:1.2rem}.knowledge-tags{flex-wrap:wrap;gap:.5rem;display:flex}.knowledge-tag{color:#666;background:#f5f5f5;border-radius:4px;padding:.2rem .6rem;font-size:.85rem}.knowledge-modal-category{color:var(--primary-color);background:#e8f4fd;border-radius:20px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.9rem;display:inline-block}.knowledge-content{margin-top:1.5rem;line-height:1.8}.knowledge-content p{border-bottom:1px solid #eee;padding:.5rem 0}.gallery-section{padding:2rem 0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.gallery-item{cursor:pointer;background:#f0f0f0;border-radius:12px;position:relative;overflow:hidden}.gallery-item img{width:100%;height:auto;transition:transform .3s;display:block}.gallery-item:hover img{transform:scale(1.1)}.gallery-item .overlay{color:#fff;opacity:0;background:linear-gradient(#0000,#000000b3);padding:1rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .overlay{opacity:1}.modal-overlay{z-index:200;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:80vh;padding:2rem;overflow-y:auto}.modal-content h2{color:var(--secondary-color);margin-bottom:1rem}.modal-content .date{color:#999;margin-bottom:1.5rem}.modal-content .content{color:#444;line-height:1.8}.close-btn{cursor:pointer;color:#666;background:0 0;border:none;font-size:2rem;position:absolute;top:1rem;right:1rem}.footer{text-align:center;background:#ffffffe6;margin-top:4rem;padding:2rem}.footer p{color:#666}.image-modal-content{background:#fff;border-radius:12px;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;padding:1rem;display:flex}.image-modal-content img{object-fit:contain;border-radius:8px;max-width:100%;max-height:80vh}.image-modal-caption{color:#333;margin-top:1rem;font-size:1.1rem}.write-blog-btn-container{text-align:center;margin:2rem 0}.write-blog-btn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;transition:background .3s}.write-blog-btn:hover{background:var(--secondary-color)}.editor-section{padding:2rem 0}.editor-container{background:var(--card-bg);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.editor-title{border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;margin-bottom:1rem;padding:1rem;font-size:1.5rem}.editor-title:focus{border-color:var(--primary-color)}.editor-content{resize:vertical;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;min-height:300px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.8}.editor-content:focus{border-color:var(--primary-color)}.editor-actions{justify-content:flex-end;gap:1rem;display:flex}.btn-cancel,.btn-publish{cursor:pointer;border-radius:8px;padding:.8rem 2rem;font-size:1rem;transition:all .3s}.btn-cancel{color:#666;background:#f5f5f5;border:none}.btn-cancel:hover{background:#e0e0e0}.btn-publish{background:var(--primary-color);color:#fff;border:none}.btn-publish:hover{background:var(--secondary-color)}@media (width<=768px){.navbar{padding:1rem}.nav-links{gap:1rem}.hero-section h1{font-size:1.8rem}.blog-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.sun{width:60px;height:60px}}
