/* 主頁骨架 */
body.feed-page{background:var(--feed-bg);color:var(--feed-text);}
.feed-page-bg{background:var(--feed-bg);}
.feed-layout{display:flex;width:100%;max-width:988px;min-height:100vh;margin:0 auto;align-items:flex-start;}
.feed-main{flex:0 0 600px;max-width:600px;min-height:100vh;background:var(--feed-bg);border-left:1px solid var(--feed-line);border-right:1px solid var(--feed-line);}
.feed-header{position:sticky;top:0;z-index:18;display:flex;height:53px;align-items:center;justify-content:space-between;padding:0 16px;background:var(--feed-card);border-bottom:1px solid var(--feed-line);backdrop-filter:blur(12px);}
.feed-title{margin:0;color:var(--feed-text);font-size:20px;font-weight:800;line-height:1;}
.feed-header-actions{display:flex;align-items:center;gap:5px;}
.home-pwa-install{height:34px;padding:0 12px;border:1px solid var(--feed-line);border-radius:8px;background:var(--feed-chip);color:var(--feed-text);font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:background-color .16s ease,transform .16s ease;}
.home-pwa-install:hover{background:var(--feed-soft);}
.home-pwa-install:active{transform:scale(.97);}
.feed-icon-btn{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--feed-text);transition:background-color .16s ease,transform .16s ease;}
.feed-icon-btn:hover{background:var(--feed-chip);}
.feed-icon-btn img{display:block;width:22px;height:22px;}
.feed-tabs{display:grid;grid-template-columns:1fr 1fr;height:48px;background:var(--feed-card);border-bottom:1px solid var(--feed-line);}
.feed-tab{position:relative;display:flex;align-items:center;justify-content:center;color:var(--feed-muted);font-size:15px;font-weight:700;text-decoration:none;}
.feed-tab.is-active{color:var(--feed-text);}
.feed-tab.is-active:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--feed-text);border-radius:999px;}
/* 限動區 */
.feed-stories{position:relative;display:flex;gap:12px;align-items:flex-start;overflow-x:auto;padding:14px 16px 10px;background:var(--feed-card);border-bottom:1px solid var(--feed-line);scrollbar-width:none;justify-content:space-between;}
.feed-stories::-webkit-scrollbar{display:none;}
.feed-story{flex:0 0 94px;padding:0;border:0;background:transparent;color:var(--feed-text);text-align:center;text-decoration:none;}
.feed-story-avatar{position:relative;display:block;width:84px;height:84px;aspect-ratio:1/1;margin:0 auto 7px;padding:3px;border-radius:50%;background:var(--feed-grad-story);}
.feed-story-avatar.no-live{background:transparent;border:2px solid var(--feed-blue);padding:2px;}
.feed-story-avatar img{display:block;width:100%;height:100%;aspect-ratio:1/1;border:3px solid var(--feed-card);border-radius:50%;object-fit:cover;}
.feed-story-avatar.no-live img{border-width:0;}
.feed-story-name{display:block;overflow:hidden;font-size:12px;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap;}
.feed-live{position:absolute;left:50%;bottom:-5px;padding:1px 6px;border:2px solid var(--feed-card);border-radius:999px;background:var(--feed-grad-live);color:#fff;font-size:9px;font-weight:800;line-height:13px;transform:translateX(-50%);z-index:2;}
@media (min-width:641px){.feed-stories{gap:8px;}.feed-story{flex:0 0 84px;min-width:0;}.feed-story-avatar{box-sizing:border-box;width:74px;height:74px;}.feed-story-avatar.no-live{box-sizing:border-box;}.feed-story-avatar img{box-sizing:border-box;}}
/* 訂閱篩選 */
.feed-filter{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:11px 17px 10px;background:var(--feed-card);color:var(--feed-muted);font-size:13px;font-weight:700;border-bottom:1px solid var(--feed-line);}
.feed-switch{position:relative;width:42px;height:24px;padding:0;border:0;border-radius:999px;background:#c8c8ce;box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);cursor:pointer;transition:background-color .16s ease;}
.feed-switch:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.22);transition:left .16s ease;}
.feed-filter.is-on .feed-switch{background:var(--feed-brand);}
.feed-filter.is-on .feed-switch:after{left:21px;}
/* 追蹤中 */
.feed-empty{display:flex;min-height:170px;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px 26px;text-align:center;}
.feed-empty h2{margin:0 0 9px;color:var(--feed-text);font-size:20px;font-weight:800;}
.feed-empty p{margin:0;color:var(--feed-muted);font-size:14px;font-weight:600;}
body.feed-page[data-home-auth="0"] .feed-empty{display:none;}
body.feed-page[data-home-subscribed="0"] .feed-empty{display:none;}
.feed-empty.feed-subscribed-summary{display:block;min-height:0;padding:16px;background:var(--feed-card);text-align:left;}
.feed-subscribed-list{display:flex;gap:14px;align-items:flex-start;overflow-x:auto;padding:0 2px 4px;scrollbar-width:none;}
.feed-subscribed-list::-webkit-scrollbar{display:none;}
.feed-subscribed-creator{display:flex;flex:0 0 66px;flex-direction:column;gap:6px;align-items:center;color:var(--feed-text);font-size:12px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;}
.feed-subscribed-creator img{width:58px;height:58px;border:2px solid var(--feed-brand);border-radius:50%;object-fit:cover;background:var(--feed-soft);}
.feed-subscribed-creator span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.feed-section-heading{margin:0;padding:18px 16px 10px;color:var(--feed-text);font-size:18px;font-weight:800;border-top:1px solid var(--feed-line);}
.feed-creator-list{background:var(--feed-card);}
.feed-creator-row{display:flex;gap:12px;align-items:center;min-height:96px;padding:13px 16px;border-bottom:1px solid var(--feed-line);}
.feed-creator-avatar{flex:0 0 58px;width:58px;height:58px;border-radius:50%;object-fit:cover;background:#eee;}
.feed-creator-avatar-link{display:block;flex:0 0 58px;width:58px;height:58px;border-radius:50%;}
.feed-creator-profile-link{display:block;color:inherit;text-decoration:none;}
.feed-creator-profile-link:hover .feed-creator-name,.feed-creator-profile-link:hover .feed-creator-handle{text-decoration:underline;text-underline-offset:2px;}
.feed-creator-info{min-width:0;flex:1;}
.feed-creator-name{display:flex;align-items:center;gap:5px;margin-bottom:2px;color:var(--feed-text);font-size:15px;font-weight:800;line-height:1.25;}
.feed-creator-name img{width:15px;height:15px;flex:0 0 auto;}
.feed-creator-handle{margin-bottom:5px;color:var(--feed-muted);font-size:13px;font-weight:600;}
.feed-creator-bio{display:-webkit-box;margin:0;overflow:hidden;color:var(--feed-muted);font-size:13px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.feed-follow{flex:0 0 auto;min-width:76px;height:34px;padding:0 16px;border:1px solid #ed3f6a;border-radius:999px;background:#fff;color:#ed3f6a;font-size:14px;font-weight:800;transition:background-color .16s ease,color .16s ease,border-color .16s ease;}
.feed-creator-row.is-following .feed-follow{background:#ed3f6a;color:#fff;border-color:#ed3f6a;}
.feed-follow:disabled{opacity:.65;cursor:wait;}
/* 推薦貼文 */
.feed-post-list{background:var(--feed-card);}
.feed-post{border-bottom:10px solid var(--feed-soft);background:var(--feed-card);}
.feed-post-head{display:flex;gap:11px;align-items:center;padding:14px 14px 10px;}
.feed-post-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#eee;}
.feed-post-author{min-width:0;flex:1;}
.feed-post-name{display:flex;align-items:center;gap:5px;color:var(--feed-text);font-size:15px;font-weight:800;line-height:1.25;}
.feed-post-name img{width:15px;height:15px;}
.feed-post-meta{margin-top:2px;color:var(--feed-muted);font-size:13px;font-weight:600;}
.feed-post-more{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:var(--feed-muted);font-size:26px;line-height:1;}
.feed-post-text{padding:0 14px 12px;color:var(--feed-text);font-size:14px;font-weight:500;line-height:1.5;}
.feed-more-text{color:var(--feed-muted);text-decoration:none;}
.feed-post-media{position:relative;overflow:hidden;background:#111;}
.feed-post-media > img{display:block;width:100%;min-height:520px;max-height:760px;object-fit:cover;}
.feed-gallery{width:100%;min-height:520px;}
.feed-gallery .swiper-wrapper{align-items:stretch;}
.feed-gallery-slide{display:block;height:auto;background:#111;}
.feed-gallery-slide img{display:block;width:100%;height:100%;min-height:520px;max-height:760px;object-fit:cover;}
.feed-gallery .swiper-pagination{bottom:13px;}
.feed-gallery .swiper-pagination-bullet{width:6px;height:6px;background:#fff;opacity:.45;}
.feed-gallery .swiper-pagination-bullet-active{opacity:1;}
.feed-swiper-btn{position:absolute;top:50%;z-index:5;display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:0;transform:translateY(-50%);transition:background-color .16s ease,opacity .16s ease;}
.feed-swiper-btn:hover{background:rgba(0,0,0,.62);}
.feed-swiper-prev{left:12px;}
.feed-swiper-next{right:12px;}
.feed-swiper-prev:before{content:"<";font-size:24px;font-weight:700;line-height:1;}
.feed-swiper-next:before{content:">";font-size:24px;font-weight:700;line-height:1;}
.feed-swiper-btn.swiper-button-disabled{opacity:.22;pointer-events:none;}
.feed-video-wrap{min-height:520px;}
.feed-video-wrap video{display:block;width:100%;height:620px;background:#000;object-fit:cover;}
.feed-video-wrap .plyr{height:620px;--plyr-color-main:var(--feed-brand);}
.feed-video-wrap .plyr__video-wrapper{height:100%;background:#000;}
.feed-video-wrap .plyr video{height:100%;object-fit:cover;}
.feed-media-tag{position:absolute;left:12px;top:12px;padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);}
.feed-media-save{position:absolute;right:12px;bottom:12px;display:flex;gap:5px;align-items:center;padding:5px 8px;border-radius:999px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);}
.feed-media-save img{width:14px;height:14px;color:#fff;filter:brightness(0) invert(1);}
.feed-actions{display:flex;align-items:center;gap:18px;padding:11px 13px 13px;}
.feed-action{display:inline-flex;gap:7px;align-items:center;border:0;background:transparent;color:var(--feed-text);font-size:14px;font-weight:800;text-decoration:none;}
.feed-action img{width:23px;height:23px;}
.feed-action.is-liked img{filter:invert(33%) sepia(89%) saturate(3434%) hue-rotate(325deg) brightness(102%) contrast(101%);}
.home-pwa-guide[hidden]{display:none;}
.home-pwa-guide{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;}
.home-pwa-guide-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.54);}
.home-pwa-guide-panel{position:relative;width:min(100%,420px);padding:28px 24px 24px;border:1px solid var(--feed-line);border-radius:8px;background:var(--feed-card);color:var(--feed-text);box-shadow:0 22px 56px rgba(0,0,0,.26);outline:0;}
.home-pwa-guide-close{position:absolute;top:10px;right:12px;width:44px;height:44px;border:0;background:transparent;color:var(--feed-muted);font-size:29px;font-weight:400;line-height:1;cursor:pointer;}
.home-pwa-guide-eyebrow{margin:0 0 8px;color:var(--feed-brand);font-size:12px;font-weight:900;line-height:1;letter-spacing:.06em;}
.home-pwa-guide h2{margin:0 36px 12px 0;color:var(--feed-text);font-size:22px;font-weight:900;line-height:1.2;}
.home-pwa-guide-content p{margin:0;color:var(--feed-muted);font-size:15px;font-weight:600;line-height:1.55;}
.home-pwa-guide-content p + p{margin-top:10px;}
.home-pwa-guide-content ol{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none;}
.home-pwa-guide-content li{display:flex;gap:11px;align-items:flex-start;color:var(--feed-text);font-size:15px;font-weight:700;line-height:1.45;}
.home-pwa-guide-content li b{display:grid;flex:0 0 26px;width:26px;height:26px;place-items:center;border-radius:50%;background:var(--feed-chip);color:var(--feed-brand);font-size:13px;line-height:1;}

@media (max-width:1023px){.feed-layout{display:block;max-width:none;margin:0;}.feed-main{width:100%;max-width:none;min-height:calc(100vh - 68px);border-left:0;border-right:0;}.feed-header{top:0;}.feed-post-media > img,.feed-gallery,.feed-gallery-slide img{min-height:420px;}.feed-video-wrap,.feed-video-wrap video,.feed-video-wrap .plyr{min-height:420px;height:560px;}.feed-empty{min-height:150px;}}
@media (min-width:1024px) and (max-width:1279px){.feed-layout{max-width:600px}.feed-page .hearts-right-col{display:none!important}.feed-page .opportunity-card.is-mobile{display:block;margin:12px}}
@media (max-width:640px){.feed-stories{gap:4px;padding-left:8px;padding-right:8px;justify-content:space-between;}.feed-story{flex:0 0 calc((100% - 20px) / 6);min-width:0;}.feed-story-avatar{width:54px;height:54px;}.feed-story-avatar img{width:100%;height:100%;border-width:2px;}.feed-story-avatar.no-live{border-width:1.5px;padding:1.5px;}.feed-story-name{font-size:10px;}.feed-post-head{padding-left:12px;padding-right:12px;}.feed-post-text{padding-left:12px;padding-right:12px;}.feed-post-media > img,.feed-gallery,.feed-gallery-slide img{min-height:390px;max-height:660px;}.feed-video-wrap,.feed-video-wrap video,.feed-video-wrap .plyr{min-height:390px;height:520px;}.feed-creator-row{padding-left:13px;padding-right:13px;}.feed-filter{padding-right:13px;font-size:12px;}.home-pwa-guide{align-items:end;padding:12px;}.home-pwa-guide-panel{width:100%;padding:26px 20px 22px;}}

/* 首頁右欄：合作資訊使用暖色行動提示；數據卡維持安定的薄荷色。 */
.home-policy-links{display:flex;flex-wrap:wrap;gap:8px 14px;padding:0 4px;color:var(--feed-muted);font-size:12px;line-height:1.5;}
.home-policy-links a{color:inherit;text-decoration:none;}
.home-policy-links a:hover,.home-policy-links a:focus-visible{color:var(--feed-text);text-decoration:underline;text-underline-offset:3px;}
html.light body.home-page .opportunity-card,html:not(.dark):not(.light) body.home-page .opportunity-card{border-color:#f3dce1;background:linear-gradient(145deg,#fff 0%,#fff8f8 100%);box-shadow:0 12px 28px rgba(200,72,99,.07);}
html.light body.home-page .opportunity-card::before,html:not(.dark):not(.light) body.home-page .opportunity-card::before{background:linear-gradient(90deg,#ff4e76,#ff9753);}
html.light body.home-page .opportunity-card-kicker,html:not(.dark):not(.light) body.home-page .opportunity-card-kicker{color:#cf4262;}
html.light body.home-page .opportunity-card-audiences li::before,html:not(.dark):not(.light) body.home-page .opportunity-card-audiences li::before{background:linear-gradient(135deg,#ff597b,#ff9a58);}
html.light body.home-page .opportunity-card-actions a,html:not(.dark):not(.light) body.home-page .opportunity-card-actions a{border-color:#f1d7dd;background:#fff;color:#303035;}
html.light body.home-page .opportunity-card-actions a:first-child,html:not(.dark):not(.light) body.home-page .opportunity-card-actions a:first-child{background:linear-gradient(135deg,#ff416c,#ff8154);color:#fff;}
html.light body.home-page .opportunity-card-actions a:focus-visible,html:not(.dark):not(.light) body.home-page .opportunity-card-actions a:focus-visible{outline-color:#ff6d7e;}

html.light body.home-page .site-visitor-footer--right-rail,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail{border-color:#c8e9d6;background:linear-gradient(145deg,#fbfffc,#edfff5);color:#28513d;}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__icon,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__icon{border-color:#a8dec1;background:#e3fff0;color:#257553;}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__heading strong,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__heading strong{color:#28523f;}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat{border-color:#d0ebdc;background:rgba(255,255,255,.82);}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat--primary,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat--primary{border-color:#aee0c5;background:linear-gradient(145deg,#d9fff0,#f5fff9);}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat dt,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat dt{color:#668777;}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat dd,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat dd{color:#25563f;}
html.light body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat:hover,html:not(.dark):not(.light) body.home-page .site-visitor-footer--right-rail .site-visitor-footer__stat:hover{border-color:#8fd3ae;background:#f4fff9;}
