.hero-section{text-align:center;padding:40px 24px 32px;margin-bottom:28px;background:var(--gradient-primary,linear-gradient(135deg,#667eea 0%,#764ba2 100%));border-radius:16px;color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(102,126,234,.15)}.hero-section::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(circle at 80% 30%,rgba(255,255,255,8%) 0%,transparent 40%);pointer-events:none}.hero-content{position:relative;z-index:1;margin-bottom:22px}.hero-title{font-size:2.6rem;font-weight:800;margin:0 0 8px;letter-spacing:.08em;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.15)}.hero-subtitle{font-size:1rem;margin:0 0 6px;color:rgba(255,255,255,.92);font-weight:500}.hero-tagline{font-size:.85rem;margin:0;color:rgba(255,255,255,.72);font-style:italic}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;position:relative;z-index:1}.hero-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:.82rem;font-weight:500;color:#fff;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:20px;text-decoration:none;transition:all .2s ease;backdrop-filter:blur(4px)}.hero-tag:hover{background:rgba(255,255,255,.28);transform:translateY(-2px);box-shadow:0 2px 12px rgba(0,0,0,.15)}.hero-tag i{color:rgba(255,255,255,.9);font-size:.85rem}.home-list-section{margin-bottom:40px}.home-list-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:2px solid var(--primary,#667eea);margin-bottom:22px}.home-list-header h2{display:flex;align-items:center;gap:8px;font-size:1.35rem;font-weight:700;color:var(--fi-global-font-color,#1f2328);margin:0}.home-list-header h2 i{color:var(--primary,#667eea)}.home-list-more{font-size:.85rem;color:var(--primary,#667eea);text-decoration:none;font-weight:500;transition:gap .2s ease}.home-list-more:hover{text-decoration:underline}.home-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hl-card{display:flex;flex-direction:column;padding:0;background:var(--fi-global-background-color,#fff);border:1px solid var(--fi-global-border-color,#e9ecef);border-radius:12px;text-decoration:none;color:inherit;overflow:hidden;transition:all .25s ease}.hl-card:hover{border-color:var(--primary,#667eea);box-shadow:0 4px 16px rgba(102,126,234,.1);transform:translateY(-2px)}.hl-card-image{width:100%;height:160px;overflow:hidden;background:var(--fi-global-border-color,#f0f0f0);flex-shrink:0}.hl-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hl-card:hover .hl-card-image img{transform:scale(1.05)}.hl-card-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--fi-global-border-color,#f0f0f0) 0%,var(--fi-global-background-color,#e9ecef) 100%)}.hl-placeholder-icon{font-size:2.5rem;color:var(--primary,#667eea);opacity:.4}.hl-city-body{padding:14px 16px;flex:1}.hl-city-icon{font-size:1.2rem;margin-right:4px}.hl-city-name{font-size:1.05rem;font-weight:700;color:var(--fi-global-font-color,#1f2328);margin-bottom:4px;display:flex;align-items:center;gap:2px}.hl-city-meta{display:flex;justify-content:space-between;font-size:.76rem;color:var(--fi-global-font-secondary-color,#8b949e);margin-bottom:2px}.hl-city-score{font-weight:600}.hl-city-cost{font-size:.78rem;color:var(--primary,#667eea);font-weight:500}.hl-tool-body{padding:14px 16px;flex:1;display:flex;flex-direction:column}.hl-tool-title{font-size:.92rem;font-weight:600;color:var(--fi-global-font-color,#1f2328);margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.hl-tool-desc{font-size:.78rem;color:var(--fi-global-font-secondary-color,#8b949e);margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hl-tool-meta{display:flex;gap:8px;align-items:center;font-size:.72rem;color:var(--fi-global-font-secondary-color,#8b949e);margin-top:auto}.hl-tool-section{padding:2px 8px;background:var(--primary,#667eea);color:#fff;border-radius:4px;font-size:.68rem;font-weight:500}@media(max-width:960px){.home-list-grid{grid-template-columns:repeat(2,1fr)}}.home-feed-section{margin-bottom:40px}.home-feed-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:2px solid var(--primary,#667eea);margin-bottom:18px;position:sticky;top:0;z-index:10;background:var(--fi-global-background-color,#fff)}.home-feed-header h2{display:flex;align-items:center;gap:8px;font-size:1.35rem;font-weight:700;color:var(--fi-global-font-color,#1f2328);margin:0}.home-feed-header h2 i{color:var(--primary,#667eea)}.home-feed-count{font-size:.82rem;color:var(--fi-global-font-secondary-color,#8b949e)}.feed-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;background:0 0;border:none;border-radius:0;overflow:visible}.feed-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:5px 14px;border:1px solid var(--fi-global-border-color,#e9ecef);border-radius:10px;background:var(--fi-global-background-color,#fff);color:var(--fi-global-font-secondary-color,#8b949e);font-size:.84rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.feed-tab:hover{border-color:var(--primary,#667eea);color:var(--primary,#667eea)}.feed-tab.active{color:#fff;background:var(--gradient-primary,linear-gradient(135deg,#667eea 0%,#764ba2 100%));border-color:transparent;font-weight:600;box-shadow:0 2px 8px rgba(102,126,234,.3)}.feed-tab i{font-size:.82rem}.home-feed-layout{display:grid;grid-template-columns:minmax(0,1fr)320px;gap:28px;align-items:start}.home-feed-main{min-width:0}.home-feed-list{display:flex;flex-direction:column;gap:20px}.home-feed-sidebar{align-self:start;padding:4px}.summary-theme-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;margin-bottom:10px;background:rgba(102,126,234,.12);color:var(--theme-color,#667eea);border-radius:12px;font-size:.72rem;font-weight:600}.summary-theme-badge i{font-size:.7rem}[data-theme-mode=dark] .summary-theme-badge{background:rgba(255,255,255,8%)}.summary-card-layout{display:grid;grid-template-columns:2.5fr 7.5fr;gap:20px;align-items:stretch}.summary-cover-left{overflow:hidden;border-radius:8px;background:var(--fi-global-border-color,#f0f0f0)}.summary-cover-left a{display:block;width:100%;height:100%}.summary-cover-left img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.single.summary:hover .summary-cover-left img{transform:scale(1.05)}.summary-content-right{display:flex;flex-direction:column;min-width:0}@media(max-width:1024px){.home-feed-layout{grid-template-columns:1fr;gap:0}.home-feed-sidebar{display:none}}@media(max-width:680px){.page.home{padding:0 12px!important;overflow-x:hidden!important;max-width:100%!important;box-sizing:border-box!important}.hero-section{padding:14px 12px 12px;margin-bottom:12px;border-radius:10px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.8rem}.hero-tagline{font-size:.78rem}.hero-tag{padding:4px 10px;font-size:.72rem}.hero-tags{gap:6px}.home-list-section,.home-feed-section,.home-cities-featured,.home-daily-section{margin-bottom:14px!important}.home-list-header,.home-feed-header{padding-bottom:6px;margin-bottom:8px}.home-list-header h2,.home-feed-header h2,.home-daily-header h2{font-size:1.05rem}.home-list-grid{gap:8px}.home-feed-header{flex-direction:column;align-items:flex-start;gap:4px;padding:4px 0}.feed-tabs{order:3;width:100%;overflow-x:auto}.feed-tab{padding:4px 8px;font-size:.74rem;white-space:nowrap}.home-feed-list{gap:8px}.page.home .single.summary{padding:8px 10px;border-radius:8px;overflow:hidden}.summary-card-layout{grid-template-columns:1fr;gap:6px}.summary-cover-left{aspect-ratio:16/9;border-radius:6px}.page.home .single.summary .single-title{font-size:.92rem;line-height:1.35}.page.home .single.summary .post-meta{font-size:.68rem;flex-wrap:wrap;gap:4px}.page.home .single.summary .post-author{display:none}.page.home .summary-content{-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.45}.page.home .single.summary .post-footer{flex-direction:column;align-items:flex-start;gap:4px;margin-top:4px}.page.home .single.summary .post-footer>a[href]{margin-left:0;padding:4px 10px;font-size:.76rem;background:var(--primary,#667eea);color:#fff;border-radius:4px;text-decoration:none}.page.home .single.summary .comment-count,.page.home .single.summary .view-count{font-size:.68rem}.page.home .single.summary .post-tags{gap:4px}.page.home .single.summary .post-tag{font-size:.66rem;padding:1px 5px}.page.home .single.summary .summary-theme-badge{font-size:.62rem;padding:1px 5px;margin-bottom:4px}.home-cities-featured .home-list-grid{grid-template-columns:repeat(2,1fr);gap:8px}.hl-card-image{height:90px}.hl-card{border-radius:8px}.hl-city-body{padding:6px 8px}.hl-city-name{font-size:.88rem}.hl-city-meta{font-size:.68rem}.hl-city-cost{font-size:.72rem}.home-daily-header{padding-bottom:4px;margin-bottom:4px}.daily-item{padding:4px 0}.daily-title{font-size:.78rem}.summary-cover-left img,.hl-card-image img{max-width:100%;height:100%;object-fit:cover}.home-feed-sidebar{display:none!important}.home-feed-layout{grid-template-columns:1fr!important;gap:0!important}}@media(max-width:480px){.home-list-grid{grid-template-columns:1fr}.hero-title{font-size:1.4rem}.page.home{padding:0 10px!important}.hero-tags{gap:4px}.hero-tag{padding:3px 8px;font-size:.68rem}}.summary-content-image-container,.summary-cover-side,.summary-text{display:none!important}.post-tags{display:flex!important;flex-wrap:wrap;gap:8px;align-items:center}.post-tag{margin:0!important}.post-footer>a[href]{margin-left:auto}.home-daily-section{margin-bottom:28px;padding:0}.home-daily-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:2px solid var(--primary,#667eea);margin-bottom:10px}.home-daily-header h2{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;margin:0;color:var(--fi-global-font-color,#1f2328)}.home-daily-header h2 i{color:var(--primary,#667eea)}.home-daily-more{font-size:.85rem;color:var(--primary,#667eea);text-decoration:none;font-weight:500;white-space:nowrap}.home-daily-more:hover{text-decoration:underline}.home-daily-list{display:block;padding:0}.daily-item{display:flex;align-items:center;gap:12px;padding:8px 0;text-decoration:none;color:inherit;border-bottom:1px dashed var(--fi-global-border-color,#e9ecef);transition:all .15s ease}.daily-item:last-child{border-bottom:none}.daily-item:hover{color:var(--primary,#667eea)}.daily-item:hover .daily-title{color:var(--primary,#667eea)}.daily-date{flex-shrink:0;padding:2px 8px;background:var(--gradient-primary,linear-gradient(135deg,#667eea 0%,#764ba2 100%));color:#fff;border-radius:4px;font-size:.72rem;font-weight:600;min-width:42px;text-align:center}.daily-title{font-size:.88rem;color:var(--fi-global-font-color,#1f2328);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-cities-featured{margin-bottom:28px;padding:0}.home-cities-featured .home-list-header{padding-bottom:12px;border-bottom:2px solid var(--primary,#667eea);margin-bottom:14px}.home-cities-featured .home-list-header h2{font-size:1.25rem}.home-cities-featured .hl-card{border:2px solid var(--fi-global-border-color,#e9ecef);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,4%)}.home-cities-featured .hl-card:hover{border-color:var(--primary,#667eea);box-shadow:0 6px 24px rgba(102,126,234,.15)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}