:root{--primary:#D94A7A;--primary-2:#E76B98;--primary-light:#F4B7CC;--primary-soft:#FBE7EF;--rose:#B93667;--rose-deep:#7A2345;--rose-darker:#4A1830;--bg:#FFF7FA;--bg-2:#FCEEF3;--bg-3:#FFFDFE;--surface:#fff;--surface-soft:rgba(255,255,255,.82);--surface-strong:rgba(255,255,255,.96);--text:#351F2A;--text-2:#684A58;--text-3:#9A7A89;--line:rgba(217,74,122,.10);--line-strong:rgba(217,74,122,.22);--shadow:0 5px 22px rgba(177,54,103,.08);--shadow-hover:0 14px 38px rgba(177,54,103,.14);--radius:12px;--radius-card:16px;--radius-large:22px;--radius-pill:999px;--wrap:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.75 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.wrap{width:min(calc(100% - 40px),var(--wrap));margin:auto}.narrow{max-width:860px}.skip-link{position:fixed;left:12px;top:-60px;background:#fff;padding:10px 14px;z-index:9999}.skip-link:focus{top:12px}.notice-bar{height:30px;display:grid;place-items:center;color:#fff;font-size:13px;background:linear-gradient(90deg,#D94A7A,#B85D8A,#8C6AA8)}.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,247,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);transition:.25s}.site-header.scrolled{background:rgba(255,255,255,.96);box-shadow:0 3px 16px rgba(177,54,103,.08)}.header-inner{height:68px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand img{width:34px;height:34px;object-fit:contain}.brand strong{color:var(--rose-deep);font-size:20px}.main-nav{display:flex;align-items:center;gap:20px;flex:1}.main-nav a{color:var(--text-2);font-size:15px;position:relative}.main-nav a:hover{color:var(--primary)}.main-nav a.active{color:var(--rose);font-weight:700}.main-nav a.active:after{content:"";position:absolute;height:2px;width:24px;left:50%;bottom:-9px;transform:translateX(-50%);background:var(--primary);border-radius:2px}.search-box{width:330px;height:40px;border:1px solid var(--line-strong);background:#fff;border-radius:999px;display:flex;overflow:hidden}.search-box input{min-width:0;flex:1;border:0;outline:0;padding:0 16px;background:transparent;color:var(--text)}.search-box button{border:0;background:var(--primary);color:#fff;padding:0 18px;cursor:pointer}.search-box button:hover{background:var(--rose)}.header-actions{display:flex;gap:12px;align-items:center}.text-link{color:var(--rose-deep);font-size:14px}.menu-btn,.drawer-close{border:0;background:var(--primary-soft);color:var(--rose-deep);border-radius:10px;padding:8px 12px;cursor:pointer}.drawer{position:fixed;right:-360px;top:0;width:min(340px,88vw);height:100vh;background:#fff;z-index:1200;box-shadow:-10px 0 30px rgba(74,24,48,.12);padding:72px 28px 28px;display:flex;flex-direction:column;gap:8px;transition:.25s}.drawer.open{right:0}.drawer a{padding:12px;border-radius:10px}.drawer a:hover{background:var(--primary-soft);color:var(--rose)}.drawer-close{position:absolute;right:20px;top:20px;font-size:24px}.drawer-mask{position:fixed;inset:0;background:rgba(53,31,42,.25);z-index:1100}.section{padding:76px 0;background:var(--bg)}.section-alt{background:var(--bg-2)}.section-soft{background:linear-gradient(135deg,#FFF7FA 0%,#FCEEF3 50%,#F6EEF8 100%)}.section-community{background:#fff}.hero{min-height:510px;display:grid;align-items:center}.hero-grid{display:grid;grid-template-columns:3fr 2fr;gap:52px;align-items:center}.hero-copy h1,.page-hero h1,.community-banner h1{font-size:clamp(38px,5vw,66px);line-height:1.12;margin:10px 0 22px;color:var(--rose-darker);letter-spacing:-.02em}.hero-copy p,.page-hero p,.community-banner p{color:var(--text-2);font-size:18px}.hero-media img,.page-hero img,.split-media img,.phone-stack{border-radius:var(--radius-large);box-shadow:var(--shadow-hover)}.eyebrow{display:inline-block;color:var(--primary);font-weight:700;font-size:13px;letter-spacing:.08em}.eyebrow.light{color:#ffe6ef}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:12px;font-weight:700}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--rose)}.btn.secondary{background:#fff;color:var(--rose-deep);border:1px solid var(--line-strong)}.btn.ghost{color:var(--rose-deep);background:transparent}.section-head{max-width:760px;margin-bottom:28px}.section-head h2{margin:6px 0 8px;color:var(--rose-deep);font-size:32px;line-height:1.25}.section-head p{margin:0;color:var(--text-2)}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.channel-card,.topic-card,.post-card,.three-cards article,.link-cards>a,.service-list>a{background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);padding:22px;box-shadow:var(--shadow);transition:.2s}.channel-card:hover,.topic-card:hover,.post-card:hover,.link-cards>a:hover,.service-list>a:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.channel-card h3,.topic-card h3,.post-card h3,.three-cards h2,.three-cards h3,.link-cards h2,.link-cards h3,.service-list h2,.service-list h3{margin:8px 0;color:var(--text)}.channel-card p,.topic-card p,.post-card p,.three-cards p,.link-cards p,.service-list p{color:var(--text-2);margin:0}.channel-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--primary-soft);color:var(--rose);font-weight:800}.purple .channel-icon{background:#F1EBF7;color:#765883}.coral .channel-icon{background:#FBE9E4;color:#A85A4D}.peach .channel-icon{background:#FFF0E8;color:#A86B4E}.blue .channel-icon{background:#EEF0FA;color:#6D78A8}.violet .channel-icon{background:#F3EEFA;color:#7D6897}.grayblue .channel-icon{background:#EDF2F5;color:#607687}.green .channel-icon{background:#EDF6EF;color:#5E7E65}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow)}.feature-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.feature-card>div{padding:20px}.feature-card h2,.feature-card h3{line-height:1.35;margin:10px 0}.feature-card p{color:var(--text-2)}.feature-main{grid-column:span 2}.badge{display:inline-block;background:var(--primary-soft);color:var(--rose);border-radius:999px;padding:3px 9px;font-size:12px}.two-col{display:grid;grid-template-columns:1.5fr .8fr;gap:34px;align-items:start}.rank-list{display:flex;flex-direction:column;gap:8px}.rank-list a{display:flex;gap:14px;align-items:center;padding:14px 12px;border-radius:12px}.rank-list a:hover{background:var(--primary-soft)}.rank-list strong{font-size:22px;color:#B89AA7;width:34px}.rank-list a:nth-child(1) strong{color:#B93667}.rank-list a:nth-child(2) strong{color:#D94A7A}.rank-list a:nth-child(3) strong{color:#E76B98}.rank-list span{display:flex;flex-direction:column}.rank-list small{color:var(--text-3)}.rank-list.large a{padding:18px 14px}.soft-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius-large);padding:24px;box-shadow:var(--shadow)}.soft-panel img{border-radius:14px;margin-bottom:18px}.soft-panel p{color:var(--text-2)}.soft-panel a{display:block;margin-top:10px;color:var(--rose)}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.topic-card:nth-child(3n+2){background:#F9F4FB}.topic-card:nth-child(3n){background:#FFF8FB}.creator-banner,.app-banner,.split-media,.content-strip{display:grid;grid-template-columns:1.3fr .7fr;gap:38px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius-large);padding:34px;box-shadow:var(--shadow)}.creator-banner>img,.app-banner>img,.split-media>img,.content-strip>img{border-radius:18px}.service-list{display:grid;gap:12px;margin-top:24px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.post-meta{color:var(--rose);font-size:13px}.post-card a{display:inline-block;margin-top:12px;color:var(--rose)}.link-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.page-hero{padding:64px 0;background:linear-gradient(135deg,#FFF7FA,#FCEEF3 60%,#F7F0FA)}.page-hero.image-hero,.page-hero.creator-hero,.page-hero.app-page{padding:72px 0}.social-hero{background:linear-gradient(135deg,#FBE7EF,#fff)}.interest-hero{background:linear-gradient(135deg,#F6EEF8,#FFF7FA)}.community-banner{padding:72px 0;background:linear-gradient(135deg,#D94A7A,#B93667);color:#fff}.community-banner h1,.community-banner p{color:#fff}.breadcrumb{display:flex;gap:8px;font-size:13px;color:var(--text-3);margin-bottom:14px}.breadcrumb a:hover{color:var(--rose)}.three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hot-layout,.discover-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}.hot-layout{grid-template-columns:1.4fr .6fr}.channel-sidebar{position:sticky;top:92px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;height:max-content}.channel-sidebar h2{font-size:16px;color:var(--rose-deep);margin:4px 8px 10px}.channel-sidebar a{display:block;padding:9px 10px;border-radius:9px;color:var(--text-2)}.channel-sidebar a:hover,.channel-sidebar a.active{background:var(--primary-soft);color:var(--rose)}.message-list{display:grid;gap:12px;max-width:900px}.message-list article{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.message-list h2{margin:0 0 4px}.message-list p{margin:0;color:var(--text-2)}.status-dot{width:10px;height:10px;background:var(--primary);border-radius:50%;margin-top:9px}.safe-note{background:#F6EEF8!important}.comment-mini{margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.clean-list{padding-left:20px;color:var(--text-2)}.clean-list li{margin:8px 0}.phone-stack{position:relative;min-height:420px;background:linear-gradient(145deg,#fff,#FCEEF3);padding:28px}.phone-stack img:first-child{width:52%;margin:auto;position:relative;z-index:2}.phone-stack img:last-child{position:absolute;right:20px;bottom:20px;width:52%;opacity:.82;border-radius:18px}.prose h2{color:var(--rose-deep);margin-top:34px}.prose p{color:var(--text-2)}.notice-box{background:var(--primary-soft);border-left:4px solid var(--primary);padding:18px 20px;border-radius:10px;color:var(--text-2)}.faq-list{display:grid;gap:12px;max-width:900px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.faq-question{width:100%;border:0;background:#fff;text-align:left;padding:18px 20px;display:flex;justify-content:space-between;cursor:pointer;color:var(--text);font-weight:700}.faq-answer{display:none;padding:0 20px 18px;color:var(--text-2)}.faq-item.open .faq-answer{display:block}.faq-item.open{background:var(--primary-soft)}.faq-item.open .faq-question{background:transparent}.faq-wrap{text-align:center;max-width:820px}.back-top{position:fixed;right:20px;bottom:82px;width:42px;height:42px;border:0;border-radius:50%;background:var(--primary);color:#fff;display:none;cursor:pointer;z-index:900}.back-top.show{display:block}.mobile-nav{display:none}.site-footer{background:linear-gradient(135deg,#4A1830,#68213E,#50203A);color:#fff;padding:56px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:28px}.footer-grid h2,.footer-grid h3{margin-top:0}.footer-grid p{color:rgba(255,255,255,.72)}.footer-grid section{display:flex;flex-direction:column;gap:8px}.footer-grid a{color:rgba(255,255,255,.72)}.footer-grid a:hover{color:#F4B7CC}.footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:rgba(255,255,255,.65);font-size:13px}.reveal{opacity:0;transform:translateY(12px);transition:.5s}.reveal.visible{opacity:1;transform:none}:focus-visible{outline:3px solid rgba(217,74,122,.35);outline-offset:3px}@media(max-width:1200px){.search-box{width:260px}.main-nav{gap:14px}.channel-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1100px){.main-nav{display:none}.search-box{margin-left:auto}.channel-sidebar{display:none}.discover-layout{grid-template-columns:1fr}.hot-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero-grid,.two-col,.creator-banner,.app-banner,.split-media,.content-strip{grid-template-columns:1fr}.hero{min-height:auto;padding:60px 0}.hero-media{order:-1}.channel-grid,.topic-grid{grid-template-columns:repeat(2,1fr)}.featured-grid{grid-template-columns:1fr 1fr}.feature-main{grid-column:span 2}.post-grid,.three-cards,.link-cards{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.page-hero .hero-grid img{max-height:420px;object-fit:cover}.phone-stack{min-height:380px}}@media(max-width:768px){.wrap{width:min(calc(100% - 28px),var(--wrap))}.search-box{display:none}.text-link{display:none}.section{padding:54px 0}.page-hero{padding:48px 0}.hero-copy h1,.page-hero h1,.community-banner h1{font-size:40px}.channel-grid,.topic-grid,.featured-grid,.post-grid,.three-cards,.link-cards{grid-template-columns:1fr}.feature-main{grid-column:auto}.mobile-nav{position:fixed;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid var(--line-strong);display:grid;grid-template-columns:repeat(4,1fr);z-index:950}.mobile-nav a{display:grid;place-items:center;color:var(--text-2);font-size:13px}.site-footer{padding-bottom:84px}.footer-bottom{flex-direction:column;gap:8px}.hero-grid{gap:26px}.creator-banner,.app-banner,.split-media,.content-strip{padding:22px}.phone-stack{min-height:320px}.back-top{bottom:72px}}@media(max-width:600px){.header-inner{height:62px}.brand strong{font-size:18px}.channel-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.notice-bar{font-size:11px;white-space:nowrap;overflow:hidden}.hero-copy p,.page-hero p,.community-banner p{font-size:16px}.section-head h2{font-size:27px}.cta-row .btn{width:100%}.phone-stack{min-height:270px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
