: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:#FFFFFF;--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.72 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}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement{height:30px;overflow:hidden;color:#fff;background:linear-gradient(90deg,#D94A7A,#B85D8A,#8C6AA8);font-size:13px}.announcement-track{height:30px;display:flex;gap:38px;align-items:center;justify-content:center}.site-header{position:sticky;top:0;z-index:60;background:rgba(255,247,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.site-header.scrolled{background:rgba(255,255,255,.96);box-shadow:0 3px 16px rgba(177,54,103,.08)}.header-row{height:68px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:9px;color:var(--rose-deep);white-space:nowrap}.brand img{width:36px;height:36px;object-fit:contain}.brand strong{font-size:20px}.desktop-nav{display:flex;gap:20px;align-items:center;flex:1}.desktop-nav a{position:relative;color:var(--text-2);padding:22px 0}.desktop-nav a:hover{color:var(--primary)}.desktop-nav a.active{color:var(--rose);font-weight:700}.desktop-nav a.active:after{content:"";position:absolute;left:25%;right:25%;bottom:12px;height:2px;background:var(--primary);border-radius:9px}.top-search{display:flex;width:330px;background:#fff;border:1px solid var(--line-strong);border-radius:999px;overflow:hidden}.top-search input{min-width:0;flex:1;border:0;outline:0;padding:10px 15px;background:transparent;color:var(--text)}.top-search button{border:0;background:var(--primary);color:#fff;padding:0 18px;cursor:pointer}.top-search button:hover{background:var(--rose)}.app-link{color:var(--rose-deep);font-weight:700}.menu-toggle{display:none;border:1px solid var(--line-strong);background:#fff;color:var(--rose-deep);padding:8px 12px;border-radius:10px}.home-hero,.page-hero{background:linear-gradient(135deg,#FFF7FA 0%,#FCEEF3 50%,#F6EEF8 100%)}.hero-grid{min-height:520px;display:grid;grid-template-columns:1.45fr 1fr;gap:60px;align-items:center}.hero-copy h1,.page-hero h1{margin:.35em 0;font-size:clamp(42px,5.2vw,72px);line-height:1.08;color:var(--rose-darker);letter-spacing:-.04em}.hero-copy h1 em{font-style:normal;background:linear-gradient(90deg,#D94A7A,#B93667,#8C5D9E);-webkit-background-clip:text;color:transparent}.hero-copy>p,.page-hero p{max-width:760px;font-size:18px;color:var(--text-2)}.eyebrow{display:inline-block;color:var(--primary);font-weight:800;font-size:13px;letter-spacing:.08em}.hero-actions,.cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:999px;font-weight:700;border:1px solid transparent}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--rose)}.btn.secondary{background:#fff;border-color:var(--line-strong);color:var(--rose-deep)}.text-link{color:var(--rose);font-weight:700}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin:24px 0 0;padding:0;list-style:none;color:var(--text-3);font-size:14px}.hero-media img,.page-hero-media img{width:100%;max-height:430px;object-fit:contain;filter:drop-shadow(0 18px 32px rgba(177,54,103,.11))}.section{padding:76px 0;background:var(--bg)}.section-white{background:#fff}.section-soft{background:var(--bg-2)}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:30px}.section-head.compact{align-items:start}.section-head h2,.interest-panel h2,.cta-panel h2,.media-text h2{margin:.25em 0;font-size:clamp(28px,3vw,42px);line-height:1.2;color:var(--rose-deep)}.section-head p{margin:0;max-width:760px;color:var(--text-2)}.section-head>a{color:var(--primary);font-weight:700}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.channel-card,.service-card,.detail-card,.thread-card,.content-card,.list-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);padding:22px;box-shadow:var(--shadow)}.channel-card:hover,.content-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.channel-card h3,.content-card h3,.service-card h3,.detail-card h3,.thread-card h3,.list-card h3{margin:10px 0 8px;line-height:1.35}.channel-card p,.content-card p,.service-card p,.detail-card p,.thread-card p,.list-card p{margin:0;color:var(--text-2)}.channel-icon{width:38px;height:38px;border-radius:12px;display:block;background:var(--primary-soft);border:1px solid var(--line)}.tone-violet .channel-icon{background:#F1EAF4}.tone-coral .channel-icon{background:#FBE9E5}.tone-apricot .channel-icon{background:#FFF0E5}.tone-blueviolet .channel-icon{background:#ECEEFA}.tone-blue .channel-icon{background:#EAF1F5}.tone-green .channel-icon{background:#EAF4EC}.featured-grid,.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card-image{display:block;margin:-22px -22px 18px}.card-image img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px 16px 0 0}.badge{display:inline-block;background:var(--primary-soft);color:var(--rose);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.split-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:35px}.hot-list{list-style:none;margin:0;padding:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius-large);overflow:hidden}.hot-list li{display:flex;gap:18px;padding:18px 22px;border-bottom:1px solid var(--line)}.hot-list li:last-child{border:0}.hot-list li:hover{background:var(--primary-soft)}.hot-list strong{display:block}.hot-list small{color:var(--text-3)}.hot-list p{color:var(--text-2);margin:6px 0 0}.rank{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:#fff;background:#B89AA7;font-weight:800}.rank-1{background:#B93667}.rank-2{background:#D94A7A}.rank-3{background:#E76B98}.interest-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius-large);padding:30px}.topic-cloud{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.topic-cloud a{padding:7px 12px;border-radius:999px;background:var(--primary-soft);color:var(--rose-deep)}.service-grid,.detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-card a{display:inline-block;margin-top:18px;color:var(--primary);font-weight:700}.community-preview,.app-strip,.media-text{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:center}.thread-grid{display:grid;gap:14px}.thread-card span{font-size:12px;color:var(--primary);font-weight:700}.app-visual{display:flex;gap:20px;justify-content:center;align-items:end}.app-visual img{max-height:360px;width:auto;object-fit:contain}.cta-panel{width:min(calc(100% - 40px),var(--wrap));margin:0 auto 76px;padding:34px 38px;border-radius:var(--radius-large);background:linear-gradient(135deg,#fff,#FBE7EF);border:1px solid var(--line);display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-panel p{margin:0;color:var(--text-2)}.page-hero-grid{min-height:330px;display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:center}.page-hero h1{font-size:clamp(36px,4.2vw,58px)}.breadcrumb{display:flex;gap:8px;font-size:14px;color:var(--text-3);padding-top:20px}.with-sidebar{display:grid;grid-template-columns:220px 1fr;gap:30px}.light-sidebar{position:sticky;top:100px;align-self:start;background:#fff;padding:18px;border:1px solid var(--line);border-radius:16px}.light-sidebar h2{font-size:16px;margin:0 0 10px}.light-sidebar a{display:block;padding:9px 10px;color:var(--text-2);border-radius:10px}.light-sidebar a.active,.light-sidebar a:hover{background:var(--primary-soft);color:var(--rose)}.content-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.list-card a{display:inline-block;margin-top:15px;color:var(--primary);font-weight:700}.media-text img{max-height:360px;justify-self:end;object-fit:contain}.site-footer{background:linear-gradient(135deg,#4A1830,#68213E,#50203A);color:rgba(255,255,255,.72);padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:35px}.footer-grid section{display:flex;flex-direction:column;gap:8px}.footer-grid h2{font-size:15px;color:#fff;margin:0 0 10px}.footer-grid a:hover{color:var(--primary-light)}.footer-brand{display:flex;gap:10px;align-items:center;color:#fff}.footer-brand img{width:38px;height:38px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:13px}.mobile-bottom{display:none}.mobile-drawer,.drawer-mask{display:none}.back-top{position:fixed;right:22px;bottom:22px;width:42px;height:42px;border:0;border-radius:999px;background:var(--rose-deep);color:#fff;cursor:pointer;opacity:0;pointer-events:none;transition:.2s;z-index:50}.back-top.show{opacity:1;pointer-events:auto}.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;border:0;background:#fff;padding:18px 20px;text-align:left;color:var(--text);font-weight:700;cursor:pointer}.faq-answer{background:var(--primary-soft);padding:0 20px 18px;color:var(--text-2)}
@media(max-width:1200px){.top-search{width:260px}.desktop-nav{gap:14px}.service-grid,.detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1100px){.desktop-nav{display:none}.top-search{margin-left:auto}.menu-toggle{display:block}.with-sidebar{grid-template-columns:1fr}.light-sidebar{display:none}.drawer-mask{position:fixed;inset:0;background:rgba(53,31,42,.35);z-index:80}.mobile-drawer{position:fixed;top:0;right:0;width:min(86vw,360px);height:100vh;background:#fff;z-index:90;padding:24px;box-shadow:-10px 0 30px rgba(74,24,48,.16)}.mobile-drawer.open,.drawer-mask.open{display:block}.mobile-drawer nav{display:grid;gap:8px;margin-top:30px}.mobile-drawer nav a{padding:11px;border-radius:10px;background:var(--bg)}.drawer-close{float:right;border:0;background:var(--primary-soft);color:var(--rose-deep);width:36px;height:36px;border-radius:10px;font-size:24px}}
@media(max-width:900px){.hero-grid,.page-hero-grid,.split-layout,.community-preview,.app-strip,.media-text{grid-template-columns:1fr}.hero-grid{padding:55px 0}.hero-media{order:-1}.hero-media img,.page-hero-media img{max-height:300px}.channel-grid{grid-template-columns:repeat(2,1fr)}.featured-grid,.card-grid{grid-template-columns:1fr 1fr}.page-hero-grid{padding:45px 0}.media-text img{justify-self:start}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid section:first-child{grid-column:1/-1}}
@media(max-width:768px){.wrap{width:min(calc(100% - 28px),var(--wrap))}.announcement-track{justify-content:flex-start;padding-left:14px;white-space:nowrap}.top-search{display:none}.app-link{margin-left:auto}.header-row{gap:12px}.section{padding:56px 0}.section-head{align-items:start;flex-direction:column}.content-list,.featured-grid,.card-grid{grid-template-columns:1fr}.cta-panel{width:calc(100% - 28px);align-items:flex-start;flex-direction:column}.mobile-bottom{position:fixed;left:12px;right:12px;bottom:10px;height:54px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-hover);z-index:55}.mobile-bottom a{text-align:center;color:var(--text-2);font-size:13px}.site-footer{padding-bottom:90px}.back-top{bottom:76px}.footer-bottom{flex-direction:column}}
@media(max-width:600px){.hero-copy h1{font-size:40px}.channel-grid,.service-grid,.detail-grid,.footer-grid{grid-template-columns:1fr}.hero-points{gap:12px}.app-visual{align-items:center}.app-visual img{max-width:46%;height:auto}.page-hero p,.hero-copy>p{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
:focus-visible{outline:3px solid rgba(217,74,122,.35);outline-offset:3px}
.reveal{opacity:0;transform:translateY(14px);transition:.45s ease}.reveal.visible{opacity:1;transform:none}
