@charset "UTF-8";.header{background:linear-gradient(135deg,#90b8c9,#b4d3dd);position:sticky;top:0;z-index:100}.header .header-container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.header .header-container .logo{display:flex;align-items:center}.header .header-container .logo img{height:40px;margin-right:.5rem}.header .header-container .logo .logo-text{font-size:1.5rem;font-weight:700;color:#f2f7fa;text-transform:uppercase}.header .header-container .logo .logo-text span{color:#d4e2e9}.header .header-container .nav-menu{display:flex;align-items:center}.header .header-container .nav-menu .nav-list{display:flex}.header .header-container .nav-menu .nav-list .nav-item{margin-right:2rem}.header .header-container .nav-menu .nav-list .nav-item a{color:#4a6e7c;font-weight:600;transition:color .2s;position:relative;padding-bottom:5px;display:flex;gap:.4rem}.header .header-container .nav-menu .nav-list .nav-item a:hover,.header .header-container .nav-menu .nav-list .nav-item a.active{color:#395766}.header .header-container .nav-menu .nav-list .nav-item a:hover:after,.header .header-container .nav-menu .nav-list .nav-item a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#7a9faa;border-radius:1px}.header .header-container .nav-menu .nav-toggle{display:none;background:none;border:none;width:30px;height:30px;cursor:pointer;position:relative}.header .header-container .nav-menu .nav-toggle span{display:block;position:absolute;height:3px;width:100%;background:#4a6e7c;border-radius:3px;transition:all .3s ease}.header .header-container .nav-menu .nav-toggle span:nth-child(1){top:6px}.header .header-container .nav-menu .nav-toggle span:nth-child(2){top:14px}.header .header-container .nav-menu .nav-toggle span:nth-child(3){top:22px}.header .header-container .nav-menu .nav-toggle.active span:nth-child(1){transform:rotate(45deg);top:14px}.header .header-container .nav-menu .nav-toggle.active span:nth-child(2){opacity:0}.header .header-container .nav-menu .nav-toggle.active span:nth-child(3){transform:rotate(-45deg);top:14px}@media screen and (max-width: 768px){.header .header-container .nav-menu .nav-list{position:fixed;top:70px;left:0;width:100%;background:linear-gradient(135deg,#90b8c9,#b4d3dd);flex-direction:column;padding:1rem 0;box-shadow:0 5px 10px #0000001a;transform:translateY(-150%);transition:transform .3s ease}.header .header-container .nav-menu .nav-list.active{transform:translateY(0)}.header .header-container .nav-menu .nav-list .nav-item{margin:0;width:100%;text-align:center}.header .header-container .nav-menu .nav-list .nav-item a{display:block;padding:1rem;color:#4a6e7c;display:flex;gap:.4rem}.header .header-container .nav-menu .nav-list .nav-item a:hover,.header .header-container .nav-menu .nav-list .nav-item a.active{color:#395766}.header .header-container .nav-menu .nav-list .nav-item a:hover:after,.header .header-container .nav-menu .nav-list .nav-item a.active:after{display:none}.header .header-container .nav-menu .nav-toggle{display:block}}.footer{background:linear-gradient(135deg,#90b8c9,#b4d3dd);color:#fff;padding:3rem 0 2rem}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer .footer-container .footer-top{display:flex;justify-content:center;margin-bottom:1rem}.footer .footer-container .footer-top .footer-about{display:flex;flex-direction:column;justify-content:space-between}.footer .footer-container .footer-top .footer-about .logo{display:flex;align-items:center;justify-content:center}.footer .footer-container .footer-top .footer-about .logo img{height:40px;margin-right:.5rem}.footer .footer-container .footer-top .footer-about .logo .logo-text{font-size:1.5rem;font-weight:700;color:#fff;text-transform:uppercase}.footer .footer-container .footer-top .footer-about .logo .logo-text span{color:#d4e2e9}.footer .footer-container .footer-top .footer-about p,.footer .footer-container .footer-top .footer-about h2{color:#4a6e7c;line-height:1.6;font-size:1.05rem;padding:1rem 0;text-align:center}.footer .footer-container .footer-top .footer-about .social-links{display:flex;justify-content:center;gap:1.2rem}.footer .footer-container .footer-top .footer-about .social-links a{width:42px;height:42px;border-radius:50%;background:#d4e2e9;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer .footer-container .footer-top .footer-about .social-links a:hover{background:#395766;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.footer .footer-container .footer-top .footer-about .social-links a svg{width:22px;height:22px;fill:#fff}.footer .footer-container .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.8rem;display:flex;justify-content:space-between;align-items:center}.footer .footer-container .footer-bottom .copyright{color:#4a6e7c;font-size:.95rem}.footer .footer-container .footer-bottom .bottom-links{display:flex;gap:2rem}.footer .footer-container .footer-bottom .bottom-links a{color:#4a6e7c;font-size:.95rem;transition:color .2s;position:relative}.footer .footer-container .footer-bottom .bottom-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#7a9faa;transition:width .3s ease}.footer .footer-container .footer-bottom .bottom-links a:hover{color:#395766}.footer .footer-container .footer-bottom .bottom-links a:hover:after{width:100%}@media screen and (max-width: 768px){.footer .footer-container .footer-top{grid-template-columns:1fr;gap:2.5rem}.footer .footer-container .footer-top .footer-about p,.footer .footer-container .footer-top .footer-about h2{max-width:100%}.footer .footer-container .footer-top .footer-about .social-links{justify-content:center;margin-top:1.5rem}.footer .footer-container .footer-top .footer-nav{text-align:center}.footer .footer-container .footer-top .footer-nav h4:after{left:50%;transform:translate(-50%)}.footer .footer-container .footer-top .footer-nav ul li a:hover{transform:none}.footer .footer-container .footer-bottom{flex-direction:column;gap:1.2rem;text-align:center}.footer .footer-container .footer-bottom .copyright{margin-bottom:.5rem}.footer .footer-container .footer-bottom .bottom-links{justify-content:center}}@media screen and (max-width: 480px){.footer{padding:2.5rem 0 1.5rem}.footer .footer-container .footer-top{gap:2rem}.footer .footer-container .bottom-links{gap:1rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body,h1,h2,h3,h4,ul,li,p{padding:0;margin:0}ul,li{list-style:none}a{text-decoration:none}img{vertical-align:top}html{font-size:16px}@media screen and (max-width: 768px){html{font-size:14px}}[v-cloak]{display:none!important}body{font-family:PingFang SC,Microsoft YaHei,sans-serif;box-sizing:border-box;width:100%;height:100%}body::-webkit-scrollbar{width:4px;height:6px}body::-webkit-scrollbar-track{background:#333;border-radius:2px}body::-webkit-scrollbar-thumb{background:#666;border-radius:10px}body::-webkit-scrollbar-thumb:hover{background:#999}body #app{display:flex;flex-direction:column;width:100%;height:100vh;box-sizing:border-box;background:#f2f7fa;overflow-y:auto}body #app::-webkit-scrollbar{display:none}.chat-assistant{position:fixed;right:30px;bottom:30px;z-index:999;display:flex;flex-direction:column;align-items:flex-end}.chat-assistant .chat-button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#d4e2e9,#90b8c9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;box-shadow:0 4px 20px #2d426340;cursor:pointer;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:2;border:2px solid rgba(255,255,255,.2)}.chat-assistant .chat-button:hover{transform:scale(1.05) translateY(-5px);box-shadow:0 6px 25px #2d42634d}.chat-assistant .chat-button .pulse-ring{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:pulse 2s infinite;background:#d4e2e9;opacity:0;z-index:-1}.chat-assistant .chat-message{background:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 5px 25px #0000001a;margin-bottom:15px;max-width:300px;position:relative;animation:fadeInUp .5s ease-out;border-left:4px solid #d4e2e9}.chat-assistant .chat-message p{color:#5d656b;font-size:.95rem;line-height:1.5;margin:0 0 5px}.chat-assistant .chat-message .chat-message-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#5d656b;font-size:.8rem;cursor:pointer;padding:2px;opacity:.7}.chat-assistant .chat-message .chat-message-close:hover{opacity:1}.chat-assistant .chat-message .chat-message-arrow{position:absolute;bottom:-8px;right:20px;width:16px;height:16px;background:#fff;transform:rotate(45deg);box-shadow:4px 4px 8px #0000000d}.chat-assistant .chat-message.hidden{display:none}@keyframes pulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.3);opacity:0}to{transform:scale(.95);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 768px){.chat-assistant{right:20px;bottom:20px}.chat-assistant .chat-button{width:50px;height:50px;font-size:20px}.chat-assistant .chat-message{max-width:250px;padding:12px 15px}.chat-assistant .chat-message p{font-size:.85rem}}.article-content{flex:1;background:#f2f7fa;padding:2rem 0}.article-content .article-container{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:0 1.5rem}.article-content .article{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:2rem}.article-content .article .article-header{margin-bottom:2rem}.article-content .article .article-header .article-title{color:#5d656b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.article-content .article .article-header .article-meta{display:flex;gap:1.5rem;color:#5d656b;margin-bottom:1rem}.article-content .article .article-header .article-meta span{display:flex;align-items:center;gap:.5rem}.article-content .article .article-header .article-meta span .icon{width:1.2rem;height:1.2rem;fill:currentColor}.article-content .article .article-header .article-tags{display:flex;gap:.5rem;flex-wrap:wrap}.article-content .article .article-header .article-tags .tag{background:#aecbd4;color:#fff;padding:.3rem .8rem;border-radius:1rem;font-size:.9rem}.article-content .article .article-cover{text-align:center}.article-content .article .article-cover img{width:90%;object-fit:cover;max-height:500px;border-radius:1rem}.article-content .article .article-body{margin-top:1rem;color:#5d656b;line-height:1.8}.article-content .article .article-body h1{color:#5d656b;font-size:2rem;margin:2rem 0 1rem}.article-content .article .article-body h2{color:#5d656b;font-size:1.5rem;margin:1rem 0}.article-content .article .article-body h3{color:#5d656b;font-size:1.2rem;margin:1rem 0}.article-content .article .article-body h4{color:#5d656b;font-size:1rem;margin:1rem 0}.article-content .article .article-body p{margin-bottom:1rem;line-height:1.6;font-size:1rem}.article-content .article .article-body ol,.article-content .article .article-body ul,.article-content .article .article-body li{list-style:circle}.article-content .recommended-articles{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.article-content .recommended-articles .section-title{color:#5d656b;font-size:1.8rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.article-content .recommended-articles .section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:#aecbd4;border-radius:3px}.article-content .recommended-articles .articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.article-content .recommended-articles .article-card{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.article-content .recommended-articles .article-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.article-content .recommended-articles .article-card .article-link{display:block;text-decoration:none;color:inherit}.article-content .recommended-articles .article-card .article-image{height:180px;overflow:hidden}.article-content .recommended-articles .article-card .article-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-content .recommended-articles .article-card .article-image:hover img{transform:scale(1.05)}.article-content .recommended-articles .article-card .article-info{padding:1.2rem}.article-content .recommended-articles .article-card .article-title{color:#5d656b;font-size:1.2rem;margin-bottom:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-content .recommended-articles .article-card .article-meta{display:flex;justify-content:space-between;color:#5d656b;font-size:.85rem;margin-bottom:.8rem}.article-content .recommended-articles .article-card .article-tags{display:flex;flex-wrap:wrap;gap:.4rem}.article-content .recommended-articles .article-card .article-tags .tag{background:#aecbd4;color:#fff;padding:.2rem .6rem;border-radius:1rem;font-size:.8rem}@media screen and (max-width: 768px){.article-content{padding:1rem 0}.article-content .article-container{padding:0 .5rem}.article-content .article{padding:.8rem}.article-content .article .article-header .article-title{font-size:1.8rem}.article-content .article .article-cover{margin:-1.5rem -1.5rem 1.5rem}.article-content .article .article-cover img{height:250px}}.skeleton{position:relative;overflow:hidden;background:#f5f5f5;border-radius:4px}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:shimmer 2s infinite}.skeleton.skeleton-title{height:52px;width:90%;margin-bottom:24px;border-radius:6px;background:#eaeaea}.skeleton.skeleton-meta{height:22px;width:120px;margin-right:20px;margin-bottom:20px;border-radius:4px;display:inline-block;background:#f0f0f0}.skeleton.skeleton-tag{height:28px;width:90px;border-radius:30px;display:inline-block;margin-right:10px;margin-bottom:10px;background:#eaeaea}.skeleton.skeleton-cover{height:380px;width:90%;margin:0 auto 40px;border-radius:16px;background:#eaeaea}.skeleton.skeleton-paragraph{height:18px;width:100%;margin-bottom:16px;border-radius:4px;background:#f0f0f0}.skeleton.skeleton-paragraph:nth-child(2n){width:97%}.skeleton.skeleton-paragraph:nth-child(3n){width:94%}.skeleton.skeleton-paragraph:nth-child(4n){width:90%}.skeleton.skeleton-paragraph:last-child{width:75%;margin-bottom:30px}.skeleton.skeleton-heading{height:32px;width:60%;margin:40px 0 24px;border-radius:5px;background:#eaeaea}.skeleton.skeleton-section-title{height:38px;width:180px;margin-bottom:30px;border-radius:6px;background:#eaeaea;position:relative}.skeleton.skeleton-section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#d8d8d8;border-radius:2px}.skeleton.skeleton-card{height:100%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.skeleton.skeleton-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.skeleton-card-image{height:180px;width:100%;background:#eaeaea}.skeleton-card-content{padding:1.2rem}.skeleton-card-title{height:24px;width:90%;margin-bottom:15px;background:#f0f0f0;border-radius:4px;position:relative;overflow:hidden}.skeleton-card-title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:shimmer 2s infinite}.skeleton-card-meta{display:flex;justify-content:space-between;margin-bottom:15px}.skeleton-card-author{height:16px;width:45%;background:#f0f0f0;border-radius:3px;position:relative;overflow:hidden}.skeleton-card-author:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:shimmer 2s infinite}.skeleton-card-date{height:16px;width:35%;background:#f0f0f0;border-radius:3px;position:relative;overflow:hidden}.skeleton-card-date:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:shimmer 2s infinite}.skeleton-card-tags{display:flex;gap:8px}.skeleton-card-tag{height:20px;width:70px;border-radius:20px;background:#f0f0f0;position:relative;overflow:hidden}.skeleton-card-tag:nth-child(2){width:50px}.skeleton-card-tag:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);animation:shimmer 2s infinite}.skeleton-meta-wrapper{display:flex;margin-bottom:16px}.skeleton-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.skeleton-article-body{margin-top:30px}@keyframes shimmer{to{transform:translate(100%)}}
