@charset "UTF-8";.header{background:linear-gradient(135deg,#164e63,#0f172a);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014;border-radius:6px;padding:8px 12px}.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;margin-bottom:10px}.header .header-container .logo img{height:40px;margin-right:.5rem}.header .header-container .logo .logo-text{font-size:1.5rem;font-weight:700;color:#0e7490;text-transform:uppercase}.header .header-container .logo .logo-text span{color:#f97316}.header .header-container .nav-section{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header .header-container .nav-section .search-container .search-box{display:flex;align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:25px;padding:8px 16px;transition:all .3s ease;min-width:280px}.header .header-container .nav-section .search-container .search-box:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 3px #e075671a}.header .header-container .nav-section .search-container .search-box .search-input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:#0891b2;padding:4px 0}.header .header-container .nav-section .search-container .search-box .search-input::placeholder{color:#6c757d;font-style:italic}.header .header-container .nav-section .search-container .search-box .search-btn{background:none;border:none;color:#0891b2;cursor:pointer;padding:4px 8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.header .header-container .nav-section .search-container .search-box .search-btn:hover{background:#0ea5e9;color:#fff;transform:scale(1.1)}.header .header-container .nav-section .search-container .search-box .search-btn i{font-size:.9rem}.header .header-container .nav-section .nav-menu{display:flex;align-items:center}.header .header-container .nav-section .nav-menu .nav-list{display:flex}.header .header-container .nav-section .nav-menu .nav-list .nav-item{margin-right:2rem}.header .header-container .nav-section .nav-menu .nav-list .nav-item a{color:#0891b2;font-weight:600;transition:color .2s;position:relative;padding-bottom:5px;display:flex;gap:.4rem}.header .header-container .nav-section .nav-menu .nav-list .nav-item a:hover,.header .header-container .nav-section .nav-menu .nav-list .nav-item a.active,.header .header-container .nav-section .nav-menu .nav-list .nav-item a:hover .fas,.header .header-container .nav-section .nav-menu .nav-list .nav-item a.active .fas{color:#0ea5e9}.header .header-container .nav-section .nav-menu .nav-list .nav-item a:hover:after,.header .header-container .nav-section .nav-menu .nav-list .nav-item a.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#0e7490;border-radius:1px}.header .header-container .nav-section .nav-menu .nav-toggle{display:none;background:none;border:none;width:30px;height:30px;cursor:pointer;position:relative}.header .header-container .nav-section .nav-menu .nav-toggle span{display:block;position:absolute;height:3px;width:100%;background:#0891b2;border-radius:3px;transition:all .3s ease}.header .header-container .nav-section .nav-menu .nav-toggle span:nth-child(1){top:6px}.header .header-container .nav-section .nav-menu .nav-toggle span:nth-child(2){top:14px}.header .header-container .nav-section .nav-menu .nav-toggle span:nth-child(3){top:22px}.header .header-container .nav-section .nav-menu .nav-toggle.active span:nth-child(1){transform:rotate(45deg);top:14px}.header .header-container .nav-section .nav-menu .nav-toggle.active span:nth-child(2){opacity:0}.header .header-container .nav-section .nav-menu .nav-toggle.active span:nth-child(3){transform:rotate(-45deg);top:14px}.header .header-container .nav-section .search-bar{display:flex;align-items:center;gap:8px;margin:16px 0}@media screen and (min-width: 1024px){.header .search-container-mobile{display:none}.header .search-container-pc{display:block}}@media screen and (max-width: 768px){.header .search-container-pc{display:none}.header .search-container-mobile{display:block}.header .header-container .nav-section{flex-direction:column;gap:1rem}.header .header-container .nav-section .search-container{order:2;width:100%}.header .header-container .nav-section .search-container .search-box{min-width:auto;width:100%;max-width:300px;margin:0 auto}.header .header-container .nav-section .nav-menu .nav-list{position:fixed;top:70px;left:0;width:100%;background:linear-gradient(135deg,#164e63,#0f172a);flex-direction:column;padding:1rem 0;box-shadow:0 5px 10px #0000001a;transform:translateY(-150%);transition:transform .3s ease}.header .header-container .nav-section .nav-menu .nav-list.active{transform:translateY(0)}.header .header-container .nav-section .nav-menu .nav-list .nav-item{margin:0;width:100%;text-align:center}.header .header-container .nav-section .nav-menu .nav-list .nav-item a{display:block;padding:1rem;color:#0891b2;display:flex;gap:.4rem}.header .header-container .nav-section .nav-menu .nav-list .nav-item a:hover,.header .header-container .nav-section .nav-menu .nav-list .nav-item a.active{color:#0ea5e9}.header .header-container .nav-section .nav-menu .nav-list .nav-item a:hover:after,.header .header-container .nav-section .nav-menu .nav-list .nav-item a.active:after{display:none}.header .header-container .nav-section .nav-menu .nav-toggle{display:block}}.footer{background:linear-gradient(135deg,#164e63,#0f172a);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;text-transform:uppercase;color:#0e7490}.footer .footer-container .footer-top .footer-about .logo .logo-text span{color:#f97316}.footer .footer-container .footer-top .footer-about p,.footer .footer-container .footer-top .footer-about h2{color:#0891b2;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:#f97316;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer .footer-container .footer-top .footer-about .social-links a:hover{background:#0ea5e9;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:#0891b2;font-size:.95rem}.footer .footer-container .footer-bottom .bottom-links{display:flex;gap:2rem}.footer .footer-container .footer-bottom .bottom-links a{color:#0891b2;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:#0e7490;transition:width .3s ease}.footer .footer-container .footer-bottom .bottom-links a:hover{color:#0ea5e9}.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}}.footer_bottom{position:fixed;bottom:0;width:100%}/*! 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}}.financial_tag{background-color:#0891b2!important;color:#fff!important;font-size:.8rem!important;font-weight:600!important;text-transform:uppercase}.technology_tag{background-color:#f97316!important;color:#fff!important;font-size:.8rem!important;font-weight:600!important;text-transform:uppercase}.entertainment_tag{background-color:#84cc16!important;color:#fff!important;font-size:.8rem!important;font-weight:600!important;text-transform:uppercase}[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:#f8fafc;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,#f97316,#0891b2);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:#f97316;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 #f97316}.chat-assistant .chat-message p{color:#374151;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:#374151;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}}ins.adsbygoogle[data-ad-status=unfilled]{display:none!important}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.main-content{will-change:scroll-position;transform:translateZ(0)}body.is-scrolling .video-card,body.is-scrolling .sub-news-card,body.is-scrolling .side-news-item{transition:none!important}img[loading=lazy]{opacity:0;filter:blur(3px);transition:opacity .4s ease,filter .4s ease;will-change:opacity,filter}img[loading=lazy].loaded{opacity:1;filter:blur(0)}img[loading=lazy]:not([src]){background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.card-img,.sub-news-card img,.side-news-item img,.main-news-img{contain:layout style paint;will-change:transform;transform:translateZ(0)}.video-card.in-view,.sub-news-card.in-view,.side-news-item.in-view{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}a{text-decoration:none;color:inherit}.main-content{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:2rem 1rem}.main-content .site-intro{margin-bottom:3rem;display:flex;align-items:center}.main-content .site-intro .trending-tittle{color:#fff;text-transform:uppercase;font-size:14px;font-weight:500;background:#ff0b0b;padding:11px 0;border-radius:5px;display:inline-block;min-width:146px;text-align:center;margin-right:10px}.main-content .site-intro p{font-size:1.2rem;color:#374151;max-width:800px;line-height:1}.main-content .pwa-install{background:#f1f5f9;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:#0891b2;margin-bottom:1rem;font-size:1.3rem}.main-content .pwa-install p{color:#374151;margin-bottom:1.5rem;text-align:center;line-height:1.5}.main-content .pwa-install button{background:#f97316;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 .re-men-conten{display:grid;grid-template-columns:50rem 1fr;gap:2rem;padding-bottom:10px;border-bottom:1px solid #dfdada}@media screen and (max-width: 768px){.main-content .re-men-conten{display:flex;flex-direction:column}}.main-content .re-men-conten-left{display:flex;flex-direction:column;gap:2rem}.main-content .main-news-card{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 4px 24px #00000014}.main-content .main-news-img{width:100%;height:25rem;object-fit:cover;display:block;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.main-content .main-news-info{position:absolute;left:0;right:0;bottom:0;padding:0 1rem 1rem;background:linear-gradient(0deg,#00000080 60%,#0000)}.main-content .main-news-title{color:#fff;font-size:1rem;font-weight:700;margin-top:1.5rem;margin-bottom:0}.main-content .news-tag{display:inline-block;font-size:.95rem;font-weight:500;border-radius:5px;padding:.3em 1em;margin-top:.8rem;margin-bottom:.8em;background:#eee;color:#222}.main-content .news-tag.appetizers{background:#fff7c2;color:#222}.main-content .news-tag.lifestyle{background:#ffe3e3;color:#a55}.main-content .news-tag.sports{background:#eaffc2;color:#4a7c2c}.main-content .news-tag.travels{background:#c2eaff;color:#226}.main-content .news-tag.concert{background:#ffe3e3;color:#a55}.main-content .news-tag.sea-beach{background:#c2f2ff;color:#226}.main-content .news-tag.bike-show{background:#f7ffc2;color:#6a7c2c}.main-content .news-tag.see-beach{background:#e0ffe3;color:#226}.main-content .news-tag.skeping{background:#ffe3e3;color:#a55}.main-content .sub-news-list{display:flex;gap:2rem}.main-content .sub-news-list a{flex:1}@media screen and (max-width: 768px){.main-content .sub-news-list{display:flex;flex-direction:column;gap:1rem}}.main-content .sub-news-card{flex:1;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.main-content .sub-news-card img{width:100%;height:8rem;object-fit:cover;border-radius:6px;display:block}@media screen and (max-width: 768px){.main-content .sub-news-card img{height:15rem}}.main-content .sub-news-title{font-size:1.1rem;font-weight:600;color:#222;line-height:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.main-content .sub-news-title:hover{color:#0ea5e9}.main-content .re-men-conten-right{display:flex;flex-direction:column;justify-content:flex-start}.main-content .side-news-list{display:flex;flex-direction:column;gap:1.5rem}.main-content .side-news-item{display:flex;align-items:flex-start;gap:1rem;border-bottom:1px solid #dfdada;padding-bottom:1.2rem}.main-content .side-news-item img{width:90px;height:70px;object-fit:cover;border-radius:8px}@media screen and (max-width: 768px){.main-content .side-news-item img{width:7rem;height:7rem}}.main-content .side-news-info{flex:1;gap:.5rem}.main-content .side-news-title{font-size:1.05rem;font-weight:600;color:#222;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.main-content .side-news-title:hover{color:#0ea5e9}.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;transform:translateZ(0);will-change:transform}.main-content .videos-grid .video-card:hover{transform:translateY(-5px) translateZ(0);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:#374151}.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:#f97316;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:#374151;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:#374151;font-size:.95rem;line-height:1.6;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:#f1f5f9;border-radius:4px;font-size:.7rem;color:#0891b2}.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:#0e7490;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:#374151;margin-bottom:.8rem}.main-content .sleep-tips .tips-grid .tip-card p{color:#374151;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:#374151;font-weight:500;cursor:pointer;transition:color .3s}.main-content .faq-section .faq-question:hover,.main-content .faq-section .faq-question.active{color:#bae6fd}.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:#374151;line-height:1.6;margin:0}.main-content .section-header{margin-bottom:1rem}.main-content .section-header h2{margin-bottom:2rem;position:relative}.main-content .section-header h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#0e7490;border-radius:2px}@media screen and (max-width: 768px){.main-content .site-intro{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1rem}.main-content .site-intro h1{font-size:2rem}.main-content .site-intro p{font-size:1rem}.main-content .content-section .section-header{margin-bottom: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}.main-content .video-card,.main-content .sub-news-card,.main-content .side-news-item{transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.main-content .swiper-slide{touch-action:pan-y pinch-zoom}}.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,#f97316,#bae6fd);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}}.weekly-top-news-section{margin-top:2rem;margin-bottom:2rem;padding-bottom:3rem;border-bottom:1px solid #dfdada}.weekly-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-left:.5rem;margin-bottom:2rem;position:relative}.weekly-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#0e7490;border-radius:2px}.weekly-swiper-container{border-radius:16px;position:relative}.myWeeklySwiper{width:100%}.swiper-slide{display:flex;justify-content:center;align-items:flex-end;position:relative;transition:box-shadow .3s}.swiper-slide a{width:100%}.swiper-slide img{width:100%;height:400px;object-fit:cover;border-radius:5px;box-shadow:0 4px 24px #0000001a;background:#f5f5f5;transition:box-shadow .3s;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.weekly-title-top{display:flex;justify-content:space-between;align-items:center;position:relative}.swiper-pagination{position:absolute;width:150px;text-align:right!important}.swiper-pagination-custom{bottom:5%;left:0;width:100%;height:20px;text-align:center}.swiper-pagination-customs{width:.8rem;height:.8rem;display:inline-block;background:#000;opacity:.3;border-radius:50%;margin:0 5px;outline:0}@media screen and (max-width: 768px){.swiper-pagination-customs{width:.8rem;height:.8rem}.swiper-pagination-customs-active{width:1.2rem!important;height:.8rem!important}}.swiper-pagination-customs-active{width:2rem;height:.8rem;opacity:1;border-radius:1rem!important;z-index:100;background:#0e7490}.weekly-swiper-item{position:relative;width:100%;height:100%;border-radius:5px;overflow:hidden;box-shadow:0 4px 24px #0000001a;background:#fff}.weekly-swiper-item .weekly-swiper-item-title{position:absolute;z-index:2;bottom:0;left:50%;transform:translate(-50%) translateY(40%);width:20rem;height:10rem;border-radius:10px;padding:10px;background:#fff;opacity:0;opacity:1;pointer-events:auto;transform:translate(-50%) translateY(-15%)}.weekly-swiper-item .weekly-swiper-item-title h4{margin-top:1rem;padding:0;line-height:1.5rem}
