.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}}.main-content{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1rem}.main-content .site-intro{text-align:center;margin-bottom:3rem}.main-content .site-intro h1{font-size:2.5rem;margin-bottom:1rem}.main-content .site-intro p{font-size:1.2rem;color:#5d656b;max-width:800px;margin:0 auto;line-height:1.6}.main-content .pwa-install{background:#e9f0f4;border-radius:10px;padding:1.5rem;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 12px #0000000d}.main-content .pwa-install h3{color:#90b8c9;margin-bottom:1rem;font-size:1.3rem}.main-content .pwa-install p{color:#5d656b;margin-bottom:1.5rem;text-align:center;line-height:1.5}.main-content .pwa-install button{background:#d4e2e9;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.main-content .pwa-install button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #8e7cc34d}.main-content .content-section{margin-bottom:4rem}.main-content .content-section .section-header{margin-bottom:2rem;position:relative;display:flex;align-items:center}.main-content .content-section .section-header h2{font-size:1.8rem;position:relative}.main-content .content-section .section-header h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#7a9faa;border-radius:2px}.main-content .articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.main-content .articles-grid .article-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.main-content .articles-grid .article-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.main-content .articles-grid .article-card .article-image{width:100%;height:200px;object-fit:cover}.main-content .articles-grid .article-card .article-content{padding:1.5rem}.main-content .articles-grid .article-card .article-content .article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem}.main-content .articles-grid .article-card .article-content .article-tags .tag{padding:.2rem .6rem;background:#e9f0f4;border-radius:4px;font-size:.7rem;color:#90b8c9}.main-content .articles-grid .article-card .article-content h2{font-size:1.3rem;margin-bottom:.8rem;line-height:1.4;color:#5d656b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-content .articles-grid .article-card .article-content .article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#5d656b}.main-content .articles-grid .article-card .article-content .article-meta .author{display:flex;align-items:center;gap:.5rem}.main-content .articles-grid .article-card .article-content .article-meta .author .author-avatar{width:24px;height:24px;border-radius:50%;background:#d4e2e9;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.main-content .articles-grid .article-card .article-content .article-excerpt{color:#5d656b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}.main-content .videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.main-content .videos-grid .video-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.main-content .videos-grid .video-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.main-content .videos-grid .video-card .card-img{height:200px;position:relative;overflow:hidden}.main-content .videos-grid .video-card .card-img img{width:100%;height:100%;object-fit:cover}.main-content .videos-grid .video-card .card-img .duration{position:absolute;bottom:10px;right:10px;background:#000000b3;color:#fff;padding:.2rem .6rem;border-radius:4px;font-size:.8rem}.main-content .videos-grid .video-card .card-img .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#a8a0a080;border-radius:50%;display:flex;justify-content:center;align-items:center}.main-content .videos-grid .video-card .card-img .play-icon:before{content:"";border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent white;margin-left:4px}.main-content .videos-grid .video-card .card-content{padding:1.5rem}.main-content .videos-grid .video-card .card-content .card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#5d656b}.main-content .videos-grid .video-card .card-content .card-meta .author{display:flex;align-items:center;gap:.5rem}.main-content .videos-grid .video-card .card-content .card-meta .author .author-avatar{width:24px;height:24px;border-radius:50%;background:#d4e2e9;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.main-content .videos-grid .video-card .card-content h3{font-size:1.3rem;color:#5d656b;margin-bottom:.8rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-content .videos-grid .video-card .card-content p{color:#5d656b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-content .videos-grid .video-card .card-content .tags{display:flex;flex-wrap:wrap;gap:.5rem}.main-content .videos-grid .video-card .card-content .tags .tag{padding:.2rem .6rem;background:#e9f0f4;border-radius:4px;font-size:.7rem;color:#90b8c9}.main-content .sleep-tips{margin:0 auto 4rem}.main-content .sleep-tips h2{font-size:1.8rem;margin-bottom:2rem;position:relative}.main-content .sleep-tips h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#7a9faa;border-radius:2px}.main-content .sleep-tips .tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.main-content .sleep-tips .tips-grid .tip-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.main-content .sleep-tips .tips-grid .tip-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.main-content .sleep-tips .tips-grid .tip-card .tip-icon{font-size:2rem;margin-bottom:1rem}.main-content .sleep-tips .tips-grid .tip-card h3{font-size:1.2rem;color:#5d656b;margin-bottom:.8rem}.main-content .sleep-tips .tips-grid .tip-card p{color:#5d656b;font-size:.95rem;line-height:1.6}.main-content .faq-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.main-content .faq-section h2{text-align:center;margin-bottom:2rem}.main-content .faq-section .faq-item{border-bottom:1px solid rgba(0,0,0,.05);margin-bottom:.5rem}.main-content .faq-section .faq-item:last-child{border-bottom:none}.main-content .faq-section .faq-question{padding:1rem 0;display:flex;justify-content:space-between;align-items:center;color:#5d656b;font-weight:500;cursor:pointer;transition:color .3s}.main-content .faq-section .faq-question:hover,.main-content .faq-section .faq-question.active{color:#aecbd4}.main-content .faq-section .faq-question i{font-size:.8rem}.main-content .faq-section .faq-answer{height:0;overflow:hidden;transition:height .3s ease}.main-content .faq-section .faq-answer.open{height:auto;padding-bottom:1rem}.main-content .faq-section .faq-answer p{color:#5d656b;line-height:1.6;margin:0}@media screen and (max-width: 768px){.main-content .site-intro h1{font-size:2rem}.main-content .site-intro p{font-size:1rem}.main-content .content-section .section-header h2{font-size:1.5rem}.main-content .sleep-tips .tips-grid{grid-template-columns:1fr;gap:1.5rem}}.skeleton{position:relative;overflow:hidden;background:#f0f0f0;border-radius:4px}.skeleton:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff3,#fff0);animation:skeleton-shimmer 1.8s infinite}.skeleton.skeleton-card{height:380px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000a;background:#fff;transition:transform .3s ease;display:flex;flex-direction:column}.skeleton.skeleton-card:hover{transform:translateY(-2px)}.skeleton.skeleton-image{height:200px;width:100%;background:#eaeaea;border-radius:0}.skeleton .skeleton-content{padding:1.5rem;box-sizing:border-box;flex:1}.skeleton .skeleton-content .skeleton-tags{display:flex;flex-wrap:wrap;margin-bottom:.8rem}.skeleton .skeleton-content .skeleton-tags.skeleton-tag{height:22px;width:60px;border-radius:4px;display:inline-block;margin-right:8px;margin-bottom:8px;background:#f5f5f5}.skeleton .skeleton-content .skeleton-title{height:24px;width:85%;margin:15px 0 12px;border-radius:4px;background:#f0f0f0}.skeleton .skeleton-content .skeleton-meta{display:flex;justify-content:space-between;margin:15px 0;background:none}.skeleton .skeleton-content .skeleton-meta:after{display:none}.skeleton .skeleton-content .skeleton-meta .skeleton-author{display:flex;align-items:center}.skeleton .skeleton-content .skeleton-meta .skeleton-author .skeleton-avatar{width:24px;height:24px;border-radius:50%;margin-right:10px;background:#e8e8e8}.skeleton .skeleton-content .skeleton-meta .skeleton-author .skeleton-name{width:80px;height:14px;border-radius:3px;background:#f0f0f0}.skeleton .skeleton-content .skeleton-meta .skeleton-date{width:90px;height:14px;border-radius:3px;background:#f0f0f0}.skeleton .skeleton-content .skeleton-excerpt{height:14px;width:100%;margin-bottom:10px;border-radius:3px;background:#f5f5f5}.skeleton .skeleton-content .skeleton-excerpt:nth-child(2){width:95%}.skeleton .skeleton-content .skeleton-excerpt:last-child{width:75%;margin-bottom:0}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.view-more-wrapper{margin-top:2rem;text-align:center;perspective:1000px}.view-more-wrapper .view-more-link{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:linear-gradient(135deg,#d4e2e9,#aecbd4);border-radius:50px;color:#fff;text-decoration:none;transform-style:preserve-3d;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;position:relative;overflow:hidden}.view-more-wrapper .view-more-link:hover{transform:translateY(-3px) rotateX(5deg);box-shadow:0 8px 25px #00000026}.view-more-wrapper .view-more-link:hover .view-more-icon{transform:translate(5px)}.view-more-wrapper .view-more-link:hover .view-more-icon svg{transform:translate(3px)}.view-more-wrapper .view-more-link:hover:before{transform:translate(100%)}.view-more-wrapper .view-more-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .5s ease}.view-more-wrapper .view-more-link .view-more-text{font-size:1.1rem;font-weight:500;letter-spacing:.5px}.view-more-wrapper .view-more-link .view-more-icon{display:flex;align-items:center;gap:.5rem;transition:transform .3s ease}.view-more-wrapper .view-more-link .view-more-icon .article-count,.view-more-wrapper .view-more-link .view-more-icon .video-count{font-size:.9rem;font-weight:600;background:#fff3;padding:.2rem .6rem;border-radius:12px}.view-more-wrapper .view-more-link .view-more-icon svg{width:20px;height:20px;fill:currentColor;transition:transform .3s ease}@media screen and (max-width: 768px){.view-more-wrapper .view-more-link{padding:.8rem 1.5rem}.view-more-wrapper .view-more-link .view-more-text{font-size:1rem}.view-more-wrapper .view-more-link .view-more-icon .article-count,.view-more-wrapper .view-more-link .view-more-icon .video-count{font-size:.8rem}.view-more-wrapper .view-more-link .view-more-icon svg{width:18px;height:18px}}
