.theme-picker{position:relative;display:inline-block}.theme-toggle{width:36px;height:36px;border-radius:50%;border:2px solid var(--border-color);background:var(--background-color);cursor:pointer;overflow:hidden;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{transform:scale(1.1);border-color:var(--theme-primary);box-shadow:0 2px 8px rgba(0,0,0,0.15)}.theme-toggle:active{transform:scale(0.95)}.theme-indicator{width:100%;height:100%;background:var(--theme-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.5s ease}.theme-indicator i{color:#ffffff;font-size:16px}.theme-panel{position:absolute;top:100%;right:0;margin-top:12px;background:var(--background-color);border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,0.15);padding:20px;min-width:280px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease;z-index:10000}.theme-picker.active .theme-panel{opacity:1;visibility:visible;transform:translateY(0)}.theme-panel h4{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-color)}.theme-list{display:flex;flex-direction:column;gap:8px}.theme-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:all 0.3s ease;background:transparent}.theme-item:hover{background:var(--background-color-hover);transform:translateX(4px)}.theme-item.active{background:linear-gradient(135deg,rgba(102,126,234,0.1) 0%,rgba(118,75,162,0.1) 100%)}.theme-item.active .theme-check{opacity:1;transform:scale(1)}.theme-preview{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.theme-preview::before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;background:var(--theme-primary)}.theme-preview::after{content:'';position:absolute;top:0;right:0;width:50%;height:100%;background:var(--theme-secondary)}.theme-info{flex:1;display:flex;flex-direction:column;gap:4px}.theme-name{font-size:14px;font-weight:600;color:var(--text-color)}.theme-desc{font-size:12px;color:var(--text-color-secondary)}.theme-check{width:20px;height:20px;border-radius:50%;background:var(--theme-primary);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(0);transition:all 0.3s ease}.theme-check i{color:#ffffff;font-size:12px}.theme-panel::before{content:'';position:absolute;top:-6px;right:14px;width:12px;height:12px;background:var(--background-color);transform:rotate(45deg);box-shadow:-2px -2px 4px rgba(0,0,0,0.05)}.theme-item[data-theme="light"] .theme-preview{--theme-primary:#667eea;--theme-secondary:#764ba2}body.theme-dark{--background-color:#1a1a2e;--background-color-page:#0e111b;--background-color-hover:#0f3460;--text-color:#eaeaea;--text-color-secondary:#a0a0a0;--text-color-placeholder:#6c6c6c;--border-color:#2d2d44;--border-color-light:#3d3d5c;--box-shadow-base:0 2px 8px rgba(0,0,0,0.3);--box-shadow-dark:0 4px 16px rgba(0,0,0,0.4)}body.theme-dark{background-color:#16213e !important}.theme-item[data-theme="dark"] .theme-preview{--theme-primary:#6C5CE7;--theme-secondary:#A29BFE}body.theme-dark .card,body.theme-dark .news-card,body.theme-dark .service-card,body.theme-dark .job-card,body.theme-dark .house-card,body.theme-dark .article-card,body.theme-dark .goods-card,body.theme-dark .secondhand-card,body.theme-dark .product-card,body.theme-dark .article-item,body.theme-dark .filter-panel,body.theme-dark .process-section,body.theme-dark .sidebar-section,body.theme-dark .hot-articles,body.theme-dark .information-grid{background-color:#1f1f3a !important;border:1px solid #2d2d44 !important}body.theme-dark .filter-panel{background-color:#1a1a2e !important}body.theme-dark .page-header{border:none !important}body.theme-dark .article-title,body.theme-dark .article-excerpt,body.theme-dark .article-meta,body.theme-dark .hot-article-title,body.theme-dark .hot-meta,body.theme-dark .job-title,body.theme-dark .company-name,body.theme-dark .job-location,body.theme-dark .job-time,body.theme-dark .welfare-item,body.theme-dark .house-title,body.theme-dark .detail-item,body.theme-dark .house-meta,body.theme-dark .service-title,body.theme-dark .service-desc,body.theme-dark .service-count,body.theme-dark .step-title,body.theme-dark .step-desc,body.theme-dark .goods-title,body.theme-dark .secondhand-card-title,body.dark .goods-meta,body.theme-dark .secondhand-card-meta,body.theme-dark .stat-number,body.theme-dark .stat-label,body.theme-dark .filter-label,body.theme-dark .filter-option,body.theme-dark .page-header h1,body.theme-dark .page-header p,body.theme-dark .section-title,body.theme-dark .sidebar-title,body.theme-dark .quick-link{color:#eaeaea !important}body.theme-dark .news-card-title,body.theme-dark .article-source,body.theme-dark .article-views,body.theme-dark .hot-article-meta,body.theme-dark .job-tags .tag,body.theme-dark .house-tag span{color:var(--text-lightest) !important}body.theme-dark .article-meta,body.theme-dark .goods-meta,body.theme-dark .news-card-meta{border-top:1px solid var(--border-dark) !important}body.theme-dark .hot-article{border-bottom:1px solid var(--border-dark) !important;background:transparent !important}body.theme-dark .site-header{background-color:#1a1a2e !important;border-color:#2d2d44 !important}body.theme-dark .logo-title{filter:contrast(1.8)}body.theme-dark .logo-img,body.theme-dark .logo-subtitle{filter:brightness(4.5)}body.theme-dark .nav-link:hover{color:#ffffff !important;background-color:transparent !important}body.theme-dark .search-input{color:#eaeaea !important;background:transparent !important}body.theme-dark .search-input::placeholder{color:#6c6c6c !important}body.theme-dark .login-link{color:#eaeaea !important}body.theme-dark .login-link:hover{color:var(--theme-primary) !important}body.theme-dark .register-link{background-color:var(--theme-primary) !important;color:#ffffff !important}body.theme-dark .register-link:hover{opacity:0.9}body.theme-dark .banner-section{background:#1a1a2e !important}body.theme-dark .banner-controls,body.theme-dark .banner-indicators .indicator{background-color:rgba(255,255,255,0.1) !important;border-color:#2d2d44 !important}body.theme-dark .banner-indicators .indicator.active{background-color:rgba(255,255,255,0.3) !important}body.theme-dark .section,body.theme-dark .information-section,body.theme-dark .house-section,body.theme-dark .job-section,body.theme-dark .service-section{background-color:#1a1a2e !important}body.theme-dark .news-section{background:transparent !important}body.theme-dark .entry-item i,body.theme-dark .entry-item span{color:#eaeaea !important}body.theme-dark .entry-icon{background:var(--theme-gradient) !important}body.theme-dark .quick-entry{background-color:#1a1a2e !important}body.theme-dark .quick-entry-item{background-color:#16213e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .quick-entry-item:hover{border-color:var(--theme-primary) !important}body.theme-dark .card:hover,body.theme-dark .news-card:hover,body.theme-dark .job-card:hover,body.theme-dark .house-card:hover,body.theme-dark .service-card:hover,body.theme-dark .goods-card:hover,body.theme-dark .secondhand-card:hover{border-color:#3d3d54 !important}body.theme-dark .news-list-section{background:#1f1f3a !important;border-color:var(--border-color) !important}body.theme-dark .news-list-item{border-color:var(--border-color)}body.theme-dark .news-list-item:hover{background:var(--background-color-hover)}body.theme-dark .stat-card{background-color:#1a1a2e !important;border-color:#2d2d44 !important}body.theme-dark .job-card{border-color:#2d2d44 !important;background-color:#1a1a2e !important}body.theme-dark .job-card:hover{border-color:var(--theme-primary) !important}body.theme-dark .job-header,body.theme-dark .job-company,body.theme-dark .job-footer{border-color:#2d2d44 !important}body.theme-dark .house-card{border-color:#2d2d44 !important;background-color:#1a1a2e !important}body.theme-dark .house-card:hover{border-color:var(--theme-primary) !important}body.theme-dark .house-details{border-bottom-color:#2d2d44 !important}body.theme-dark .service-card .service-link h4{color:var(--text-light) !important}body.theme-dark .service-card:hover .service-link h4{color:#ffffff !important}body.theme-dark .service-card .service-link p{color:#4a4a6a !important}body.theme-dark .service-card:hover .service-link p{color:#ffffff !important}body.theme-dark .service-price{color:var(--theme-primary) !important}body.theme-dark .love-section,body.theme-dark .event-section{background:transparent !important}body.theme-dark .love-card,body.theme-dark .event-card{border-color:#2d2d44 !important;background-color:#1a1a2e !important}body.theme-dark .love-card:hover,body.theme-dark .event-card:hover{border-color:#3d3d54 !important}body.theme-dark .love-title,body.theme-dark .event-title{color:#eaeaea !important}body.theme-dark .love-meta,body.theme-dark .event-meta{color:#6c6c8c !important}body.theme-dark .love-meta i,body.theme-dark .event-meta i{color:var(--theme-primary) !important}body.theme-dark .love-category-item,body.theme-dark .event-category-item{background-color:#1a1a2e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .love-category-item:hover,body.theme-dark .event-category-item:hover{border-color:var(--color-love-start) !important;background-color:rgba(255,107,157,0.2) !important;color:#ffffff !important}body.theme-dark .event-category-item:hover{border-color:var(--color-event-start) !important;background-color:rgba(255,118,117,0.2) !important}body.theme-dark .love-excerpt,body.theme-dark .event-excerpt{color:#a0a0a0 !important}body.theme-dark .event-price{box-shadow:0 2px 8px rgba(240,147,251,0.2) !important}body.theme-dark .partner-section{background-color:#1a1a2e !important}body.theme-dark .partner-item{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%) !important;border-color:#2d2d44 !important;color:#6c6c8c !important}body.theme-dark .partner-item:hover{background:var(--theme-gradient) !important;color:#ffffff !important}body.theme-dark .filter-row{border-bottom-color:#2d2d44 !important}body.theme-dark .filter-search-input{border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .filter-search-input::placeholder{color:#6c6c6c !important}body.theme-dark .quick-link{background-color:#1a1a2e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .quick-link:hover{background:var(--theme-gradient) !important;color:#ffffff !important}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{background-color:#1a1a2e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark input:focus,body.theme-dark textarea:focus,body.theme-dark select:focus{border-color:var(--theme-primary) !important;background-color:#1f1f3a !important}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#6c6c6c !important}body.theme-dark .btn,body.theme-dark button,body.theme-dark input[type="submit"],body.theme-dark input[type="button"],body.theme-dark .btn-default{background-color:#1f1f3a !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .btn:hover,body.theme-dark button:hover,body.theme-dark .btn-default:hover{background-color:#2d2d44 !important;border-color:var(--theme-primary) !important;color:var(--theme-primary) !important}body.theme-dark .page-info,body.theme-dark .page-btn,body.theme-dark .page-num{background-color:#1a1a2e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .page-info{background-color:transparent !important;color:#a0a0a0 !important}body.theme-dark .page-info strong{color:#eaeaea !important}body.theme-dark .page-btn:hover:not(.disabled),body.theme-dark .page-num:hover:not(.active){background-color:#2d2d44 !important;border-color:var(--theme-primary) !important;color:var(--theme-primary) !important}body.theme-dark .pc-promise-bar{background-color:#1a1a2e !important;border-color:#2d2d44 !important}body.theme-dark .pc-promise-item{color:#eaeaea !important}body.theme-dark .pc-footer-main,body.theme-dark .pc-footer-bottom{background-color:#1a1a2e !important;border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark .pc-footer-main a{color:#bdc3c7 !important}body.theme-dark .pc-footer-main a:hover{color:#ffffff !important}body.theme-dark .tag,body.theme-dark .badge,body.theme-dark .category-item,body.theme-dark .news-category-item,body.theme-dark .secondhand-category-tab,body.theme-dark .filter-option,body.theme-dark .job-industry-tag{background-color:#2d2d44 !important;border-color:#3d3d5c !important;color:#eaeaea !important}body.theme-dark .tag-primary,body.theme-dark .tag-success,body.theme-dark .tag-warning{color:#ffffff !important}body.theme-dark .dropdown-menu,body.theme-dark .submenu{background-color:#1f1f3a !important;border-color:#2d2d44 !important;border-radius:var(--border-radius-lg) !important}body.theme-dark .dropdown-item,body.theme-dark .submenu a{color:#eaeaea !important;border-color:transparent !important}body.theme-dark .dropdown-item:hover,body.theme-dark .submenu a:hover{background-color:#2d2d44 !important;color:#ffffff !important}body.theme-dark .submenu-inner{border:1px solid var(--border-dark) !important}body.theme-dark .empty-state,body.theme-dark .news-empty-state,body.theme-dark .service-empty-state,body.theme-dark .house-empty-state,body.theme-dark .secondhand-empty-state{background-color:#1a1a2e !important;color:#a0a0a0 !important}body.theme-dark .article-image i,body.theme-dark .house-image i,body.theme-dark .goods-image i,body.theme-dark .empty-state i,body.theme-dark .news-empty-state i,body.theme-dark .service-empty-state i,body.theme-dark .house-empty-state i,body.theme-dark .secondhand-empty-state i{color:#2d2d44 !important}body.theme-dark table,body.theme-dark .table{background-color:#1a1a2e !important;border-color:#2d2d44 !important}body.theme-dark th,body.theme-dark td{border-color:#2d2d44 !important;color:#eaeaea !important}body.theme-dark tr:hover{background-color:#1f1f3a !important}body.theme-dark .modal-content,body.theme-dark .popup{background-color:#1f1f3a !important;border-color:#2d2d44 !important}body.theme-dark .placeholder,body.theme-dark .thumbnail{background-color:#1a1a2e !important;border-color:#2d2d44 !important}body.theme-dark .loading,body.theme-dark .spinner{border-color:#2d2d44 !important}body.theme-dark .card,body.theme-dark .modal-content{box-shadow:0 4px 15px rgba(0,0,0,0.3) !important}body.theme-dark hr{border-color:#2d2d44 !important}body.theme-dark::-webkit-scrollbar{width:8px;height:8px}body.theme-dark::-webkit-scrollbar-track{background:#1a1a2e !important}body.theme-dark::-webkit-scrollbar-thumb{background:#2d2d44 !important;border-radius:4px}body.theme-dark::-webkit-scrollbar-thumb:hover{background:#3d3d54 !important}body.theme-dark .mobile-tabbar{background:#1a1a2e !important;box-shadow:0 -2px 10px rgba(0,0,0,0.3) !important}body.theme-dark .mobile-tabbar .tabbar-item{color:#a0a0a0 !important}body.theme-dark .mobile-tabbar .tabbar-item.active{color:var(--theme-primary) !important}body.theme-dark .mobile-tabbar .tabbar-item-post i{background:#1a1a2e !important}body.theme-dark .float-btn{background:#1a1a2e !important;color:#eaeaea !important}body.theme-dark .float-btn-top{background:#1f1f3a !important}body.theme-dark .mobile-nav-toggle{border-color:#2d2d44 !important;background:#1a1a2e !important;color:#eaeaea !important}body.theme-dark .mobile-nav-drawer{background:#1a1a2e !important}body.theme-dark .mobile-nav-header{background:#1a1a2e !important;border-bottom-color:#2d2d44 !important}body.theme-dark .mobile-nav-title{color:#eaeaea !important}body.theme-dark .mobile-nav-close{background:#2d2d44 !important;color:#a0a0a0 !important}body.theme-dark .mobile-nav-item{color:#eaeaea !important}body.theme-dark .mobile-nav-item:hover{background:#2d2d44 !important}body.theme-dark .reading-progress{background:rgba(255,255,255,0.1)}body.theme-dark .article-tools{background:rgba(30,30,40,0.8)}body.theme-dark .article-tool-item{color:rgba(255,255,255,0.7)}body.theme-dark .article-tool-item:hover{background:rgba(102,126,234,0.2);color:#667eea}body.theme-dark .article-tool-item.active{background:rgba(102,126,234,0.3);color:#667eea}body.theme-dark .article-tool-divider{background:rgba(255,255,255,0.1)}body.theme-dark .article-font-size-inline{background:rgba(255,255,255,0.1)}body.theme-dark .article-font-size-btn{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.7)}body.theme-dark .article-share-btn{color:rgba(255,255,255,0.7)}body.theme-dark .article-share-btn:hover{background:rgba(102,126,234,0.2);color:#667eea}body.theme-dark .article-toc{background:rgba(30,30,40,0.8)}body.theme-dark .toc-header{border-bottom-color:rgba(255,255,255,0.1)}body.theme-dark .toc-header-title{color:rgba(255,255,255,0.9)}body.theme-dark .toc-footer{border-top-color:rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}body.theme-dark .toc-footer:hover{background:rgba(102,126,234,0.2);color:#667eea}body.theme-dark .toc-link{color:rgba(255,255,255,0.7)}body.theme-dark .toc-link:hover{background:rgba(102,126,234,0.2);color:#667eea}body.theme-dark .toc-link.active{background:rgba(102,126,234,0.3);color:#667eea}body.theme-dark .article-hot-list{background:rgba(30,30,40,0.8)}body.theme-dark .hot-list-header{border-bottom-color:rgba(255,255,255,0.1);color:rgba(255,255,255,0.9)}body.theme-dark .hot-list-item{border-bottom-color:rgba(255,255,255,0.1);color:rgba(255,255,255,0.8)}body.theme-dark .hot-list-item:hover{background:rgba(102,126,234,0.2)}body.theme-dark .hot-title{color:rgba(255,255,255,0.8)}body.theme-dark .article-breadcrumb{background:rgba(30,30,40,0.8)}body.theme-dark .article-breadcrumb a{color:rgba(255,255,255,0.7)}body.theme-dark .article-breadcrumb a:hover{color:#667eea}body.theme-dark .article-breadcrumb span{color:rgba(255,255,255,0.5)}body.theme-dark .article-breadcrumb .current{color:rgba(255,255,255,0.9)}body.theme-dark .article-detail-header{background:rgba(30,30,40,0.8);border-bottom-color:rgba(255,255,255,0.1)}body.theme-dark .article-detail-category{background:rgba(102,126,234,0.2);color:#667eea}body.theme-dark .article-detail-title{color:rgba(255,255,255,0.95)}body.theme-dark .article-detail-meta{color:rgba(255,255,255,0.7)}body.theme-dark .article-meta-divider{color:rgba(255,255,255,0.3)}body.theme-dark .article-tag{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.7)}body.theme-dark .article-tag:hover{background:#667eea;color:white}body.theme-dark .article-synopsis{background:rgba(102,126,234,0.1);border-left-color:#667eea;color:rgba(255,255,255,0.8)}body.theme-dark .article-detail-content{background:rgba(30,30,40,0.8);color:rgba(255,255,255,0.9)}body.theme-dark .article-detail-content h1,body.theme-dark .article-detail-content h2,body.theme-dark .article-detail-content h3,body.theme-dark .article-detail-content h4,body.theme-dark .article-detail-content h5,body.theme-dark .article-detail-content h6{color:rgba(255,255,255,0.95)}body.theme-dark .article-detail-content blockquote{background:rgba(102,126,234,0.1);border-left-color:#667eea}body.theme-dark .article-detail-content code{background:rgba(255,255,255,0.1);color:rgba(255,255,255,0.9)}body.theme-dark .article-detail-content pre{background:#1a1a2e;color:#e0e0e0}body.theme-dark .article-nav-item{background:rgba(30,30,40,0.8)}body.theme-dark .article-nav-item:hover{background:rgba(102,126,234,0.2)}body.theme-dark .article-nav-label{color:rgba(255,255,255,0.6)}body.theme-dark .article-nav-title{color:rgba(255,255,255,0.9)}body.theme-dark .article-nav-empty{color:rgba(255,255,255,0.5)}body.theme-dark .article-related{background:rgba(30,30,40,0.8)}body.theme-dark .article-related-title{color:rgba(255,255,255,0.9);border-bottom-color:rgba(102,126,234,0.5)}body.theme-dark .related-item-title{background:rgba(30,30,40,0.8);color:rgba(255,255,255,0.9)}body.theme-dark .image-lightbox{background:rgba(0,0,0,0.95)}body.theme-dark .image-lightbox-close{color:rgba(255,255,255,0.8)}body.theme-dark .image-lightbox-close:hover{color:#667eea}body.theme-dark .image-lightbox-caption{color:rgba(255,255,255,0.8)}body.theme-dark .secondhand-price-symbol,body.theme-dark .secondhand-price-value{color:#ff6b6b}body.theme-dark .secondhand-price-original{color:#666}body.theme-dark .secondhand-contact-box{background:#2a2a2a;border-color:#333}body.theme-dark .secondhand-contact-title{color:#e0e0e0}body.theme-dark .secondhand-contact-row{color:#999}body.theme-dark .secondhand-attr-cell{border-bottom-color:#333}body.theme-dark .secondhand-attr-label{color:#888}body.theme-dark .secondhand-attr-value{color:#e0e0e0}body.theme-dark .secondhand-spec-row{border-bottom-color:#333}body.theme-dark .secondhand-spec-key{color:#888}body.theme-dark .secondhand-spec-val{color:#e0e0e0}body.theme-dark .secondhand-attention{color:#aaa}body.theme-dark .secondhand-attention-card{background:#2a2a2a}body.theme-dark .event-price-section,body.theme-dark .event-base-info,body.theme-dark .event-condition-section{background:#1e1e1e}body.theme-dark .event-price-value,body.theme-dark .event-section-title,body.theme-dark .event-description,body.theme-dark .event-content,body.theme-dark .event-condition-title,body.theme-dark .event-condition-item{color:#e0e0e0}body.theme-dark .event-section-title i{color:#888}body.theme-dark .event-attention-section{background:#2a2a2a}body.theme-dark .event-attention-title,body.theme-dark .event-attention-content{color:#c9a96e}body.theme-dark .event-gallery{background:#1e1e1e}body.theme-dark .event-gallery-main{background:#2a2a2a}body.theme-dark .event-thumb{border-color:#333}body.theme-dark .event-thumb.active{border-color:#f093fb}body.theme-dark .event-section{background:#1e1e1e}body.theme-dark .event-section-title{border-bottom-color:#f093fb}body.theme-dark .event-lightbox{background:rgba(0,0,0,0.95)}body.theme-dark .house-price-section,body.theme-dark .house-base-info,body.theme-dark .house-facilities-section,body.theme-dark .house-detail-item{background:#1e1e1e}body.theme-dark .house-facility-item{background:#2a2a2a}body.theme-dark .house-price-value,body.theme-dark .house-detail-value,body.theme-dark .house-section-title,body.theme-dark .house-description,body.theme-dark .house-facilities-title{color:#e0e0e0}body.theme-dark .house-detail-label,body.theme-dark .house-facility-item{color:#888}body.theme-dark .house-gallery{background:#1e1e1e}body.theme-dark .house-gallery-main{background:#2a2a2a}body.theme-dark .house-thumb{border-color:#333}body.theme-dark .house-thumb.active{border-color:#4facfe}body.theme-dark .house-section{background:#1e1e1e}body.theme-dark .house-section-title{border-bottom-color:#4facfe}body.theme-dark .house-lightbox{background:rgba(0,0,0,0.95)}body.theme-dark .house-type-badge{background:#4facfe}body.theme-dark .service-price-section,body.theme-dark .service-base-info,body.theme-dark .service-guarantee-section{background:#1e1e1e}body.theme-dark .service-price-value,body.theme-dark .service-section-title,body.theme-dark .service-description,body.theme-dark .service-content,body.theme-dark .service-guarantee-title{color:#e0e0e0}body.theme-dark .service-section-title i,body.theme-dark .service-guarantee-item{color:#888}body.theme-dark .service-gallery{background:#1e1e1e}body.theme-dark .service-gallery-main{background:#2a2a2a}body.theme-dark .service-thumb{border-color:#333}body.theme-dark .service-thumb.active{border-color:#43e97b}body.theme-dark .service-section{background:#1e1e1e}body.theme-dark .service-section-title{border-bottom-color:#43e97b}body.theme-dark .service-lightbox{background:rgba(0,0,0,0.95)}body.theme-dark .love-base-info,body.theme-dark .love-expect-section,body.theme-dark .love-detail-item,body.theme-dark .love-intro{background:#1e1e1e}body.theme-dark .love-expect-item{background:#2a2a2a}body.theme-dark .love-avatar{border-color:#333}body.theme-dark .love-nickname,body.theme-dark .love-expect-value,body.theme-dark .love-detail-value,body.theme-dark .love-section-title,body.theme-dark .love-intro{color:#e0e0e0}body.theme-dark .love-detail-label,body.theme-dark .love-expect-label,body.theme-dark .love-section-title i{color:#888}body.theme-dark .love-gallery{background:#1e1e1e}body.theme-dark .love-gallery-main{background:#2a2a2a}body.theme-dark .love-thumb{border-color:#333}body.theme-dark .love-thumb.active{border-color:#fa709a}body.theme-dark .love-section{background:#1e1e1e}body.theme-dark .love-section-title{border-bottom-color:#fa709a}body.theme-dark .love-lightbox{background:rgba(0,0,0,0.95)}body.theme-classic{--background-color:#ffffff;--background-color-page:#f0f2f5;--background-color-hover:#e8e8e8;--text-color:#333333;--text-color-secondary:#666666;--text-color-placeholder:#999999;--border-color:#d9d9d9;--border-color-light:#f0f0f0}.theme-item[data-theme="classic"] .theme-preview{--theme-primary:#1890ff;--theme-secondary:#096dd9}body.theme-classic .theme-gradient,body.theme-classic .gradient-bg,body.theme-classic .gradient-background{background:var(--theme-primary) !important}body.theme-classic{--theme-gradient:var(--theme-primary);--color-news-gradient:var(--color-news-start);--color-job-gradient:var(--color-job-start);--color-secondhand-gradient:var(--color-secondhand-start);--color-house-gradient:var(--color-house-start);--color-service-gradient:var(--color-service-start);--color-love-gradient:var(--color-love-start);--color-event-gradient:var(--color-event-start)}body.theme-classic .btn-primary,body.theme-classic .btn-gradient,body.theme-classic .btn-gradient-primary{background:var(--theme-primary) !important;background-image:none !important}body.theme-classic .card-gradient,body.theme-classic .card-gradient-bg,body.theme-classic .gradient-card{background:var(--theme-primary) !important;background-image:none !important}body.theme-classic [style*="gradient"]{background:var(--theme-primary) !important;background-image:none !important}body.theme-classic .news-section{background:var(--color-news-start) !important;background-image:none !important}body.theme-classic .love-section{background:var(--color-love-start) !important;background-image:none !important}body.theme-classic .event-section{background:var(--color-event-start) !important;background-image:none !important}body.theme-classic .news-section .section-header h2,body.theme-classic .love-section .section-header h2,body.theme-classic .event-section .section-header h2{color:#ffffff !important}body.theme-classic .news-section .more-link,body.theme-classic .love-section .more-link,body.theme-classic .event-section .more-link{color:rgba(255,255,255,0.8) !important;background:rgba(255,255,255,0.2) !important}body.theme-classic .news-section .more-link:hover,body.theme-classic .love-section .more-link:hover,body.theme-classic .event-section .more-link:hover{background:rgba(255,255,255,0.3) !important;color:#ffffff !important}body.theme-classic .love-category-item.active,body.theme-classic .event-category-item.active{background:var(--color-love-start) !important}body.theme-classic .event-category-item.active{background:var(--color-event-start) !important}body.theme-classic .love-card:hover,body.theme-classic .event-card:hover{border-color:var(--color-love-start) !important}body.theme-classic .event-card:hover{border-color:var(--color-event-start) !important}body.theme-classic .event-price{background:var(--color-event-start) !important}body.theme-classic .mobile-tabbar{background:#ffffff !important}body.theme-classic .mobile-tabbar .tabbar-item-post i{background:#ffffff !important;box-shadow:0 -2px 10px rgba(24,144,255,0.3) !important}body.theme-classic .float-btn-service{background:var(--theme-primary) !important}body.theme-classic .float-btn-top{background:#ffffff !important;color:var(--theme-primary) !important}body.theme-classic .toc-link{color:#495057}body.theme-classic .toc-link:hover{background:#e9ecef;color:#007bff}body.theme-classic .toc-link.active{background:#cfe2ff;color:#0d6efd}body.theme-classic .hot-rank{box-shadow:none}body.theme-classic .hot-rank.top1{background:#ff4757}body.theme-classic .hot-rank.top2{background:#ffa502}body.theme-classic .hot-rank.top3{background:#2ed573}body[data-app="news"] .mobile-nav-item:hover,body[data-app="news"] .mobile-nav-item.active{border-left-color:var(--color-news-start) !important;color:var(--color-news-start) !important}body[data-app="job"] .mobile-nav-item:hover,body[data-app="job"] .mobile-nav-item.active{border-left-color:var(--color-job-start) !important;color:var(--color-job-start) !important}body[data-app="secondhand"] .mobile-nav-item:hover,body[data-app="secondhand"] .mobile-nav-item.active{border-left-color:var(--color-secondhand-start) !important;color:var(--color-secondhand-start) !important}body[data-app="house"] .mobile-nav-item:hover,body[data-app="house"] .mobile-nav-item.active{border-left-color:var(--color-house-start) !important;color:var(--color-house-start) !important}body[data-app="service"] .mobile-nav-item:hover,body[data-app="service"] .mobile-nav-item.active{border-left-color:var(--color-service-start) !important;color:var(--color-service-start) !important}body[data-app="love"] .mobile-nav-item:hover,body[data-app="love"] .mobile-nav-item.active{border-left-color:var(--color-love-start) !important;color:var(--color-love-start) !important}body[data-app="event"] .mobile-nav-item:hover,body[data-app="event"] .mobile-nav-item.active{border-left-color:var(--color-event-start) !important;color:var(--color-event-start) !important}body.theme-classic .mobile-nav-toggle:hover{border-color:var(--theme-primary) !important;color:var(--theme-primary) !important}body.theme-classic .mobile-nav-item:hover{border-left-color:var(--theme-primary) !important;color:var(--theme-primary) !important}body.theme-auto .theme-indicator{animation:indicatorAutoSwitch 3s ease-in-out infinite}@keyframes indicatorAutoSwitch{0%,100%{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}50%{background:linear-gradient(135deg,#6C5CE7 0%,#A29BFE 100%)}}.theme-item[data-theme="auto"] .theme-preview{--theme-primary:#667eea;--theme-secondary:#6C5CE7;animation:autoThemeSwitch 3s ease-in-out infinite}@keyframes autoThemeSwitch{0%,100%{background:linear-gradient(to right,#667eea 50%,#6C5CE7 50%)}50%{background:linear-gradient(to right,#6C5CE7 50%,#667eea 50%)}}.theme-item[data-theme="auto"] .theme-preview::before,.theme-item[data-theme="auto"] .theme-preview::after{display:none}@keyframes themeChange{0%{opacity:0.8}50%{opacity:1}100%{opacity:1}}.theme-changing{animation:themeChange 0.5s ease}body{transition:background-color 0.3s ease,color 0.3s ease}body.theme-dark .page-progress-indicator{box-shadow:0 0 10px rgba(102,126,234,0.8)}body.theme-dark[data-app="news"] .page-progress-indicator{box-shadow:0 0 10px rgba(102,126,234,0.8)}body.theme-dark[data-app="job"] .page-progress-indicator{box-shadow:0 0 10px rgba(17,153,142,0.8)}body.theme-dark[data-app="secondhand"] .page-progress-indicator{box-shadow:0 0 10px rgba(0,201,183,0.8)}body.theme-dark[data-app="service"] .page-progress-indicator{box-shadow:0 0 10px rgba(79,172,254,0.8)}body.theme-dark[data-app="house"] .page-progress-indicator{box-shadow:0 0 10px rgba(250,112,154,0.8)}body.theme-dark[data-app="love"] .page-progress-indicator{box-shadow:0 0 10px rgba(255,64,129,0.8)}body.theme-dark[data-app="event"] .page-progress-indicator{box-shadow:0 0 10px rgba(229,91,19,0.8)}@media (max-width:575.98px){:root{--container-width:98%;--container-padding:0 12px;--header-height:60px;--font-size-base:14px}}@media (min-width:576px) and (max-width:767.98px){:root{--container-width:98%;--container-padding:0 15px;--font-size-base:14px}}@media (min-width:768px) and (max-width:991.98px){:root{--container-width:95%;--container-padding:0 15px}}@media (min-width:992px) and (max-width:1199.98px){:root{--container-width:98%;--container-padding:0 15px}}@media (min-width:1200px) and (max-width:1399.98px){:root{--container-width:1170px;--container-padding:0 15px}}@media (min-width:1400px){:root{--container-width:1200px;--container-padding:0 15px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;padding-left:15px;padding-right:15px}@media (max-width:575.98px){.col-xs-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xs-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xs-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xs-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xs-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xs-12{flex:0 0 100%;max-width:100%}}@media (min-width:576px) and (max-width:767.98px){.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media (min-width:768px) and (max-width:991.98px){.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media (min-width:992px) and (max-width:1199.98px){.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}@media (max-width:575.98px){.hidden-xs{display:none !important}.visible-xs{display:block !important}.visible-xs-flex{display:flex !important}}@media (min-width:576px) and (max-width:767.98px){.hidden-sm{display:none !important}.visible-sm{display:block !important}.visible-sm-flex{display:flex !important}}@media (min-width:768px) and (max-width:991.98px){.hidden-md{display:none !important}.visible-md{display:block !important}.visible-md-flex{display:flex !important}}@media (min-width:768px){.hidden-md-up{display:none !important}.visible-md-up{display:block !important}.visible-md-up-flex{display:flex !important}}@media (max-width:991.98px){.hidden-md-down{display:none !important}.visible-md-down{display:block !important}.visible-md-down-flex{display:flex !important}}@media (min-width:992px) and (max-width:1199.98px){.hidden-lg{display:none !important}.visible-lg{display:block !important}.visible-lg-flex{display:flex !important}}@media (min-width:1200px){.hidden-xl{display:none !important}.visible-xl{display:block !important}.visible-xl-flex{display:flex !important}}@media (max-width:575.98px){.mb-xs-0{margin-bottom:0 !important}.mb-xs-10{margin-bottom:10px !important}.mb-xs-20{margin-bottom:20px !important}.mb-xs-30{margin-bottom:30px !important}.mt-xs-0{margin-top:0 !important}.mt-xs-10{margin-top:10px !important}.mt-xs-20{margin-top:20px !important}.mt-xs-30{margin-top:30px !important}.p-xs-0{padding:0 !important}.p-xs-10{padding:10px !important}.p-xs-15{padding:15px !important}.p-xs-20{padding:20px !important}}@media (max-width:575.98px){.text-xs-center{text-align:center !important}.text-xs-left{text-align:left !important}.text-xs-right{text-align:right !important}.font-xs-12{font-size:12px !important}.font-xs-14{font-size:14px !important}.font-xs-16{font-size:16px !important}.font-xs-18{font-size:18px !important}.font-xs-20{font-size:20px !important}}.job-card,.news-card,.secondhand-card,.service-card,.house-card{transition:all 0.3s ease}@media (max-width:575.98px){.job-card,.news-card,.secondhand-card,.service-card,.house-card{margin-bottom:15px;padding:12px}.job-card:hover,.news-card:hover,.secondhand-card:hover,.service-card:hover,.house-card:hover{transform:none;box-shadow:var(--box-shadow-base)}}.card-grid{display:grid;gap:20px}@media (min-width:1200px){.card-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px) and (max-width:1199.98px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991.98px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.card-grid{grid-template-columns:1fr}}.job-search-form,.news-search-form,.house-search-form{display:flex;flex-wrap:wrap;gap:15px;align-items:center}@media (max-width:575.98px){.job-search-form,.news-search-form,.house-search-form{flex-direction:column;align-items:stretch}.job-search-form .search-input,.news-search-form .search-input,.house-search-form .search-input{width:100%;margin-bottom:10px}.job-search-form .search-btn,.news-search-form .search-btn,.house-search-form .search-btn{width:100%}}.job-card-img,.news-card-img,.house-card-img{position:relative;overflow:hidden;background-color:var(--background-color-page)}.job-card-img img,.news-card-img img,.house-card-img img{width:100%;height:auto;object-fit:cover;transition:transform 0.3s ease}@media (max-width:575.98px){.job-card-img img,.news-card-img img,.house-card-img img{height:180px}}@media (min-width:576px) and (max-width:767.98px){.job-card-img img,.news-card-img img,.house-card-img img{height:160px}}@media (min-width:768px){.job-card-img img,.news-card-img img,.house-card-img img{height:200px}}.job-card:hover .job-card-img img,.news-card:hover .news-card-img img,.house-card:hover .house-card-img img{transform:scale(1.05)}@media (max-width:575.98px){.job-card:hover .job-card-img img,.news-card:hover .news-card-img img,.house-card:hover .house-card-img img{transform:none}}.job-list-item,.news-list-item,.house-list-item{display:flex;padding:3px;border-radius:var(--border-radius-md);margin-bottom:5px;transition:all 0.3s ease}@media (max-width:575.98px){.job-list-item,.news-list-item,.house-list-item{gap:12px;padding:12px}.job-list-item:hover,.news-list-item:hover,.house-list-item:hover{transform:none;box-shadow:var(--box-shadow-base)}}.job-list-img,.news-list-img,.house-list-img{flex-shrink:0;width:120px;height:90px;border-radius:var(--border-radius-base);overflow:hidden}@media (max-width:575.98px){.job-list-img,.news-list-img,.house-list-img{width:100%;height:180px}}.job-list-img img,.news-list-img img,.house-list-img img{width:100%;height:100%;object-fit:cover}.job-list-content,.news-list-content,.house-list-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.job-list-title,.news-list-title,.house-list-title{font-size:var(--font-size-md);font-weight:600;color:var(--text-color);margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:575.98px){.job-list-title,.news-list-title,.house-list-title{font-size:var(--font-size-base);-webkit-line-clamp:2}}.job-list-desc,.news-list-desc,.house-list-desc{font-size:var(--font-size-sm);color:var(--text-color-secondary);line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:575.98px){.job-list-desc,.news-list-desc,.house-list-desc{-webkit-line-clamp:3}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:15px}.modal-content{background:var(--background-color);border-radius:var(--border-radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative}@media (max-width:575.98px){.modal-content{max-width:100%;margin:0;border-radius:var(--border-radius-base);max-height:95vh}}.tooltip{position:relative;display:inline-block}.tooltip-content{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);padding:8px 12px;background:rgba(0,0,0,0.8);color:#ffffff;font-size:var(--font-size-sm);border-radius:var(--border-radius-base);white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:1000}.tooltip:hover .tooltip-content{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-8px)}@media (max-width:575.98px){.tooltip-content{display:none}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:15px 0;font-size:var(--font-size-sm);color:var(--text-color-secondary)}.breadcrumb-item{display:flex;align-items:center;gap:8px}.breadcrumb-item::after{content:'/';color:var(--text-color-placeholder)}.breadcrumb-item:last-child::after{content:''}.breadcrumb-link{color:var(--text-color-secondary);transition:color 0.3s ease}.breadcrumb-link:hover{color:var(--theme-primary)}.breadcrumb-current{color:var(--text-color);font-weight:500}@media (max-width:575.98px){.breadcrumb{font-size:12px;gap:5px;padding:10px 0}}.tabs{display:flex;gap:0;border-bottom:2px solid var(--border-color);overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs-item{padding:12px 24px;font-size:var(--font-size-base);color:var(--text-color-secondary);white-space:nowrap;transition:all 0.3s ease;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer}.tabs-item:hover{color:var(--theme-primary)}.tabs-item.active{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}@media (max-width:575.98px){.tabs{gap:0}.tabs-item{padding:10px 15px;font-size:13px}}.accordion-item{border:1px solid var(--border-color);border-radius:var(--border-radius-base);margin-bottom:10px;overflow:hidden}.accordion-header{padding:15px 20px;background:var(--background-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background 0.3s ease}.accordion-header:hover{background:var(--background-color-page)}.accordion-icon{transition:transform 0.3s ease}.accordion-item.active .accordion-icon{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease}.accordion-item.active .accordion-content{max-height:500px}.accordion-body{padding:15px 20px;background:var(--background-color-page)}@media (max-width:575.98px){.accordion-header{padding:12px 15px;font-size:var(--font-size-sm)}.accordion-body{padding:12px 15px;font-size:var(--font-size-sm)}}.carousel{position:relative;overflow:hidden;border-radius:var(--border-radius-lg)}.carousel-track{display:flex;transition:transform 0.5s ease}.carousel-slide{flex:0 0 100%;width:100%}.carousel-slide img{width:100%;height:auto;object-fit:cover}@media (max-width:575.98px){.carousel-slide img{height:250px}}@media (min-width:576px) and (max-width:991.98px){.carousel-slide img{height:350px}}@media (min-width:992px){.carousel-slide img{height:450px}}.filter-bar{display:flex;flex-wrap:wrap;gap:15px;padding:20px;background:var(--background-color);border-radius:var(--border-radius-md);margin-bottom:20px}.filter-group{display:flex;align-items:center;gap:10px}.filter-label{font-size:var(--font-size-sm);color:var(--text-color-secondary);white-space:nowrap}.filter-select{padding:8px 12px;border:1px solid var(--border-color);border-radius:var(--border-radius-base);font-size:var(--font-size-sm);background:var(--background-color);color:var(--text-color);min-width:120px;cursor:pointer;transition:border-color 0.3s ease}.filter-select:hover,.filter-select:focus{border-color:var(--theme-primary);outline:none}@media (max-width:575.98px){.filter-bar{flex-direction:column;padding:15px;gap:12px}.filter-group{flex-direction:column;align-items:stretch;width:100%}.filter-select{width:100%}}.layout-with-sidebar{display:flex;gap:30px}.sidebar{flex-shrink:0;width:250px}.main-content{flex:1;min-width:0}@media (max-width:991.98px){.layout-with-sidebar{flex-direction:column;gap:20px}.sidebar{width:100%;order:2}.main-content{order:1}}.data-table{width:100%;border-collapse:collapse;background:var(--background-color);border-radius:var(--border-radius-md);overflow:hidden}.data-table th,.data-table td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--border-color)}.data-table th{background:var(--background-color-page);font-weight:600;font-size:var(--font-size-sm);color:var(--text-color)}.data-table td{font-size:var(--font-size-sm);color:var(--text-color-secondary)}.data-table tr:hover{background:var(--background-color-page)}@media (max-width:767.98px){.data-table{font-size:12px}.data-table th,.data-table td{padding:10px 8px}.data-table th:first-child,.data-table td:first-child{padding-left:12px}.data-table th:last-child,.data-table td:last-child{padding-right:12px}}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}@supports (padding:max(0px)){.safe-area-top{padding-top:max(env(safe-area-inset-top),10px)}.safe-area-bottom{padding-bottom:max(env(safe-area-inset-bottom),10px)}}@media (min-width:1200px){.header-container{max-width:98% !important}}@media (max-width:992px){.nav-item{text-align:center}.nav-item i{display:none}.nav-link{font-size:var(--font-size-base)}.footer-container{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:768px){.main-nav{display:none !important}.header-container{padding:0 10px !important}.logo-img{height:32px !important}.footer-container{grid-template-columns:1fr !important;gap:var(--spacing-lg) !important}.search-input{width:150px !important}.nav-item.has-submenu{flex-direction:column !important}.submenu{position:static !important;transform:none !important;box-shadow:none !important;border:none !important;padding-left:var(--spacing-lg) !important;min-width:auto !important}.has-submenu:hover .submenu,.has-submenu.active .submenu{display:block !important;opacity:1 !important;visibility:visible !important;transform:none !important}.submenu-inner{background:transparent !important;box-shadow:none !important;border:none !important;padding:0 !important}.submenu-item{padding:var(--spacing-xs) var(--spacing-md) !important;font-size:var(--font-size-xs) !important}.page-container{display:none}}@media (max-width:768px){.category-list{gap:10px}.category-item{padding:5px 12px}}@media (max-width:992px){.footer-wrap{grid-template-columns:repeat(3,1fr) !important}.app-section{grid-column:span 3 !important}.promise-container{flex-wrap:wrap !important;gap:20px 40px !important}.pc-footer-wrap{grid-template-columns:repeat(6,1fr) !important;gap:var(--spacing-sm) !important}}@media (max-width:768px){.footer-wrap{grid-template-columns:repeat(2,1fr) !important}.app-section{grid-column:span 2 !important}.footer-copy .footer-wrap{flex-direction:column !important;text-align:center !important}:root{--font-size-base:13px !important;--header-height:60px !important}.container{padding:0 10px !important}.section{padding:var(--spacing-xl) 0 !important}.section-title{font-size:var(--font-size-lg) !important}.pc-promise-container{padding:0 10px;gap:var(--spacing-sm) !important}.pc-footer-main{padding:20px 0 10px}.pc-footer-wrap{display:flex !important;padding:0 !important}.pc-footer-col{display:none}.pc-footer-col:nth-child(5){display:flex;flex-direction:column;gap:var(--spacing-xs);align-items:center;justify-content:center;flex:1}.pc-footer-col:nth-child(5) .pc-footer-heading{display:none}.pc-footer-col:nth-child(5) .pc-social-row{padding-bottom:0}.pc-footer-col:nth-child(5) .pc-contact-box{display:flex;gap:var(--spacing-md);align-items:center}.pc-footer-col:nth-child(5) .pc-contact-item{padding-bottom:0}.pc-copyright{display:flex;flex-direction:column;align-items:center;flex:1;margin-bottom:60px;text-align:center}.pc-friend-links{display:none}}@media (max-width:575.98px){}@media (max-width:768px){.page-header{padding:40px 20px !important}.page-header h1{font-size:28px !important}}@media (max-width:575.98px){.logo-img{height:24px !important}.logo-title{font-size:1rem !important}.logo-subtitle{display:none !important}}@media (max-width:992px){.news-main-content{grid-template-columns:1fr !important}.news-sidebar{position:static !important}.article-list{grid-template-columns:1fr !important}}@media (max-width:768px){.news-page-header{padding:40px 20px !important}.news-page-header h1{font-size:28px !important}.main-content{grid-template-columns:1fr !important}.article-list{grid-template-columns:repeat(2,1fr) !important}.sidebar{display:none}}@media (max-width:575.98px){.article-list{grid-template-columns:1fr !important}}@media (max-width:992px){.job-list{grid-template-columns:repeat(2,1fr) !important;gap:15px !important}}@media (max-width:768px){.stats-bar{grid-template-columns:repeat(2,1fr) !important}.job-list{grid-template-columns:1fr !important;gap:15px !important}.job-header{flex-direction:column !important;gap:8px !important}.job-title{font-size:15px !important;white-space:normal !important}.job-salary{font-size:16px !important}.job-footer{flex-direction:column !important;align-items:flex-start !important;gap:8px !important}.job-welfare{gap:6px !important}}@media (max-width:992px){.house-grid{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:768px){.house-grid{grid-template-columns:1fr !important}.house-page-header{padding:40px 20px !important}.house-page-header h1{font-size:28px !important}.house-image{height:180px !important}}@media (max-width:992px){.goods-grid{grid-template-columns:repeat(3,1fr) !important}}@media (max-width:768px){.goods-grid{grid-template-columns:repeat(2,1fr) !important}.secondhand-page-header{padding:40px 20px !important}.secondhand-page-header h1{font-size:28px !important}}@media (max-width:992px){.service-grid{grid-template-columns:repeat(3,1fr) !important}.process-steps{grid-template-columns:repeat(2,1fr) !important}}@media (max-width:768px){.service-grid{grid-template-columns:repeat(2,1fr) !important}.service-page-header{padding:40px 20px !important}.service-page-header h1{font-size:28px !important}.service-icon{width:60px !important;height:60px !important}}@media (max-width:575.98px){.process-section{display:none !important}}@media (max-width:992px){.love-list{grid-template-columns:repeat(2,1fr) !important;gap:16px !important}}@media (max-width:768px){.love-page-header{padding:40px 20px !important}.love-page-header h1{font-size:28px !important}.love-main-content{grid-template-columns:1fr !important}.love-category-list{gap:8px !important}.love-category-item{padding:8px 16px !important;font-size:13px !important}.love-list{grid-template-columns:1fr !important;gap:16px !important}.love-image{height:180px !important}.love-content{padding:16px !important}.love-title{font-size:16px !important}}@media (max-width:992px){.event-list{grid-template-columns:repeat(2,1fr) !important;gap:16px !important}}@media (max-width:768px){.event-page-header{padding:40px 20px !important}.event-page-header h1{font-size:28px !important}.event-main-content{grid-template-columns:1fr !important}.event-category-list{gap:8px !important}.event-category-item{padding:8px 16px !important;font-size:13px !important}.event-list{grid-template-columns:1fr !important;gap:16px !important}.event-image{height:180px !important}.event-content{padding:16px !important}.event-title{font-size:16px !important}.event-price{font-size:12px !important;padding:4px 10px !important}}@media (max-width:1200px){.banner-container{height:400px !important}.information-grid{grid-template-columns:repeat(2,1fr) !important}.information-card.featured{grid-column:span 2 !important;grid-row:span 1 !important}.job-list{grid-template-columns:repeat(2,1fr) !important}.goods-grid{grid-template-columns:repeat(3,1fr) !important}.service-grid{grid-template-columns:repeat(3,1fr) !important}.house-grid{grid-template-columns:repeat(4,1fr) !important}.partner-grid{grid-template-columns:repeat(4,1fr) !important}.nav-full-name{display:none !important}.nav-short-name{display:inline !important}.news-right{width:520px !important}.news-card-title,.news-card-desc{-webkit-line-clamp:1 !important;min-height:initial !important}.nav-list{flex-shrink:initial}}@media (max-width:992px){.service-grid{grid-template-columns:repeat(2,1fr) !important}.house-grid{grid-template-columns:repeat(2,1fr) !important}.partner-grid{grid-template-columns:repeat(3,1fr) !important}.news-grid{grid-template-columns:1fr 1fr !important}.news-card.featured{grid-column:1 / -1 !important;grid-row:auto !important}.love-grid{grid-template-columns:repeat(2,1fr) !important}.event-grid{grid-template-columns:repeat(2,1fr) !important}.news-right{width:auto !important}}@media (max-width:768px){.banner-container{height:300px !important}.banner-controls{display:none !important}.quick-entry{position:relative !important;transform:none !important;left:0 !important;border-radius:0 !important;padding:var(--spacing-md) !important}.entry-container{display:grid !important;grid-template-columns:repeat(7,1fr) !important;gap:var(--spacing-xs) !important}.entry-item i{width:48px !important;height:48px !important;font-size:24px !important}.information-section{padding-top:var(--spacing-xl) !important}.information-grid{grid-template-columns:1fr !important}.information-card.featured{grid-column:span 1 !important}.job-list{grid-template-columns:1fr !important}.goods-grid{grid-template-columns:repeat(2,1fr) !important;gap:var(--spacing-md) !important}.service-grid{grid-template-columns:repeat(2,1fr) !important;gap:var(--spacing-md) !important}.house-grid{grid-template-columns:repeat(2,1fr) !important;gap:var(--spacing-md) !important}.partner-grid{grid-template-columns:repeat(2,1fr) !important}.news-grid{grid-template-columns:1fr !important}.news-section{padding:40px 0 !important}.love-grid{grid-template-columns:1fr !important}.love-section{padding:40px 0 !important}.event-grid{grid-template-columns:1fr !important}.event-section{padding:40px 0 !important}}@media (max-width:575.98px){.entry-container{display:grid !important;grid-template-columns:repeat(5,1fr) !important;gap:var(--spacing-xs) !important}.entry-item{min-width:50px}.entry-item i{border-radius:50%}.goods-grid{grid-template-columns:1fr !important}.service-grid{grid-template-columns:repeat(3,1fr) !important}.service-desc,.service-card p,.service-price{display:none !important}.service-image{margin:0 auto var(--spacing-sm) !important}}@media (max-width:1200px){.news-left{max-width:700px}.news-right{width:280px}.news-card.featured .card-image{height:220px}}@media (max-width:992px){.news-new-layout{flex-direction:column}.news-left{max-width:100%}.news-right{width:100%}.news-list-section{flex-direction:column}}@media (max-width:768px){.news-new-layout{gap:12px}.news-left{gap:12px}.news-list-section{padding:12px;gap:12px}.news-right{grid-template-columns:1fr}.news-list-item{padding:6px 0}}body[data-app="news"] .mobile-tabbar .tabbar-item.active{color:var(--color-news-start) !important}body[data-app="news"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-news-start) !important}body[data-app="news"] .mobile-tabbar .tabbar-item-post i{color:var(--color-news-start) !important;box-shadow:0 -2px 10px rgba(102,126,234,0.3) !important}body[data-app="job"] .mobile-tabbar .tabbar-item.active{color:var(--color-job-start) !important}body[data-app="job"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-job-start) !important}body[data-app="job"] .mobile-tabbar .tabbar-item-post i{color:var(--color-job-start) !important;box-shadow:0 -2px 10px rgba(17,153,142,0.3) !important}body[data-app="secondhand"] .mobile-tabbar .tabbar-item.active{color:var(--color-secondhand-start) !important}body[data-app="secondhand"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-secondhand-start) !important}body[data-app="secondhand"] .mobile-tabbar .tabbar-item-post i{color:var(--color-secondhand-start) !important;box-shadow:0 -2px 10px rgba(0,201,183,0.3) !important}body[data-app="house"] .mobile-tabbar .tabbar-item.active{color:var(--color-house-start) !important}body[data-app="house"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-house-start) !important}body[data-app="house"] .mobile-tabbar .tabbar-item-post i{color:var(--color-house-start) !important;box-shadow:0 -2px 10px rgba(250,112,154,0.3) !important}body[data-app="service"] .mobile-tabbar .tabbar-item.active{color:var(--color-service-start) !important}body[data-app="service"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-service-start) !important}body[data-app="service"] .mobile-tabbar .tabbar-item-post i{color:var(--color-service-start) !important;box-shadow:0 -2px 10px rgba(79,172,254,0.3) !important}body[data-app="love"] .mobile-tabbar .tabbar-item.active{color:var(--color-love-start) !important}body[data-app="love"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-love-start) !important}body[data-app="love"] .mobile-tabbar .tabbar-item-post i{color:var(--color-love-start) !important;box-shadow:0 -2px 10px rgba(255,64,129,0.3) !important}body[data-app="event"] .mobile-tabbar .tabbar-item.active{color:var(--color-event-start) !important}body[data-app="event"] .mobile-tabbar .tabbar-item.active::before{background:var(--color-event-start) !important}body[data-app="event"] .mobile-tabbar .tabbar-item-post i{color:var(--color-event-start) !important;box-shadow:0 -2px 10px rgba(229,91,19,0.3) !important}@media (max-width:991.98px){.float-buttons{right:15px;bottom:80px}.float-btn{width:44px;height:44px;font-size:16px}}@media (max-width:575.98px){.float-buttons{right:10px;bottom:75px}.float-btn{width:40px;height:40px;font-size:14px}.mobile-tabbar{height:55px}.mobile-tabbar .tabbar-item i{font-size:20px}.mobile-tabbar .tabbar-item span{font-size:10px}.mobile-tabbar .tabbar-item-post i{font-size:36px;top:-14px}.mobile-tabbar .tabbar-item-post span{top:-9px}}body[data-app="news"] .float-btn-service{background:var(--color-news-gradient) !important}body[data-app="job"] .float-btn-service{background:var(--color-job-gradient) !important}body[data-app="secondhand"] .float-btn-service{background:var(--color-secondhand-gradient) !important}body[data-app="house"] .float-btn-service{background:var(--color-house-gradient) !important}body[data-app="service"] .float-btn-service{background:var(--color-service-gradient) !important}body[data-app="love"] .float-btn-service{background:var(--color-love-gradient) !important}body[data-app="event"] .float-btn-service{background:var(--color-event-gradient) !important}@media (max-width:575.98px){.mobile-nav-toggle{width:36px !important;height:36px !important;font-size:14px !important}.mobile-nav-drawer{width:260px !important;left:-260px !important}.mobile-nav-overlay.active .mobile-nav-drawer{left:0 !important}}@media (max-width:768px){.theme-panel{min-width:260px;right:-10px}.theme-preview{width:40px;height:40px}}@media (max-width:768px){.page-progress-bar{height:2.5px}}@media (max-width:768px){.article-detail-title{font-size:20px}.article-nav-bar{grid-template-columns:1fr}.article-nav-item.next-article{text-align:left}.article-nav-item.next-article .article-nav-label{justify-content:flex-start}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.related-grid{grid-template-columns:1fr}.article-detail-content{padding:16px;font-size:14px}}@media (max-width:768px){.error-page-icon{font-size:80px}.error-page-header p{font-size:22px}.error-buttons{flex-direction:column}.error-btn{width:100%;justify-content:center}}