:root{--bg:#fff7fb;--surface:#fff;--pink:#fff0f6;--purple-bg:#f6f1ff;--text:#514451;--heading:#332631;--muted:#807080;--brand:#ff629f;--dark:#e94d8e;--peach:#ff9bbc;--purple:#936bff;--border:rgba(255,98,159,.16);--footer:#30232d;--shadow:0 18px 48px rgba(88,45,75,.1);--radius:24px;--container:1220px;--header:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.72;overflow-x:hidden}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none;pointer-events:auto}img{display:block;max-width:100%;height:auto}button{font:inherit;cursor:pointer}p{margin:0 0 1rem}h1,h2,h3{margin:0 0 .8rem;color:var(--heading);line-height:1.22}h1{font-size:clamp(2.4rem,6vw,5rem);letter-spacing:-.04em}h2{font-size:clamp(1.8rem,3.6vw,3rem);letter-spacing:-.03em}h3{font-size:1.14rem}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.section-pad{padding:92px 0}.compact-top{padding-top:46px}.tint-pink{background:var(--pink)}.tint-purple{background:var(--purple-bg)}.skip-link{position:fixed;top:-80px;left:16px;z-index:3000;padding:12px 18px;background:var(--heading);color:#fff;border-radius:12px}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:1000;height:var(--header);background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);box-shadow:0 10px 28px rgba(60,30,50,.06)}.nav-shell{width:min(calc(100% - 32px),1260px);height:100%;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.brand-logo,.drawer-brand,.footer-logo{display:inline-flex;align-items:center;color:var(--dark);font-weight:900;white-space:nowrap}.brand-logo span,.drawer-brand span,.footer-logo span{font-size:1.4rem}.brand-logo img,.drawer-brand img,.footer-logo img{max-height:48px;width:auto;object-fit:contain}.desktop-nav{display:flex;justify-content:center;gap:clamp(14px,2vw,30px);white-space:nowrap}.desktop-nav a{min-height:44px;display:flex;align-items:center;position:relative;color:var(--muted);font-weight:750}.desktop-nav a:after{content:"";position:absolute;left:12%;right:12%;bottom:3px;height:3px;border-radius:9px;background:linear-gradient(90deg,var(--brand),var(--purple));transform:scaleX(0);pointer-events:none}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--heading)}.desktop-nav a:hover:after,.desktop-nav a.is-active:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:12px}.button{min-height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--peach),var(--brand),var(--purple));color:#fff;font-weight:800;white-space:nowrap;box-shadow:0 12px 28px rgba(255,98,159,.22)}.button:hover{transform:translateY(-2px)}.button-small{min-height:44px;padding:0 18px}.text-link{min-height:44px;display:inline-flex;align-items:center;color:var(--dark);font-weight:800}.text-link:after{content:"→";margin-left:8px}.menu-trigger{width:46px;height:46px;border:1px solid var(--border);border-radius:15px;background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-trigger span{width:20px;height:2px;background:var(--heading);border-radius:9px;pointer-events:none}.mobile-only{display:none}.drawer-overlay{position:fixed;inset:0;z-index:1100;background:rgba(48,35,45,.43);opacity:0;visibility:hidden;pointer-events:none}.site-drawer{position:fixed;top:0;right:0;z-index:1200;width:min(400px,88vw);height:100dvh;padding:24px;background:#fff;overflow-y:auto;transform:translateX(105%);opacity:0;visibility:hidden;pointer-events:none;box-shadow:-28px 0 70px rgba(48,35,45,.2)}.drawer-open .drawer-overlay{opacity:1;visibility:visible;pointer-events:auto}.drawer-open .site-drawer{transform:none;opacity:1;visibility:visible;pointer-events:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--border)}.drawer-close{width:46px;height:46px;border:0;border-radius:14px;background:var(--pink);font-size:1.8rem}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:24px 0}.drawer-nav a{min-height:48px;padding:12px 14px;border-radius:14px;background:var(--bg);font-weight:700}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--dark);font-size:.88rem;font-weight:900;letter-spacing:.1em}.eyebrow:before{content:"";width:26px;height:2px;background:linear-gradient(90deg,var(--brand),var(--purple));pointer-events:none}.hero,.inner-hero{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,240,246,.9),rgba(246,241,255,.75))}.hero{padding:96px 0}.inner-hero{padding:104px 0 82px}.hero:before,.inner-hero:before{content:"";position:absolute;width:420px;height:420px;left:-190px;top:-160px;border-radius:50%;background:rgba(255,155,188,.24);pointer-events:none}.hero-grid,.inner-hero-grid,.content-split,.story-grid,.app-showcase{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(42px,7vw,88px)}.hero-subtitle{font-size:clamp(1.25rem,2.2vw,1.65rem);font-weight:800;color:var(--heading)}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px}.soft-panel{min-height:390px;display:grid;place-items:center;position:relative;overflow:hidden;border:1px solid var(--border);border-radius:30px;background:linear-gradient(145deg,#fff,var(--pink),var(--purple-bg));box-shadow:var(--shadow)}.soft-panel img{width:100%;height:100%;max-height:500px;object-fit:contain;padding:20px}.abstract-card{width:230px;height:360px;padding:28px;border:7px solid var(--heading);border-radius:38px;background:#fff;display:grid;align-content:center;gap:16px;box-shadow:0 25px 50px rgba(50,28,44,.2)}.abstract-card i{display:block;height:65px;border-radius:18px;background:linear-gradient(135deg,var(--pink),var(--purple-bg))}.abstract-card i:first-child{height:130px;background:linear-gradient(135deg,rgba(255,155,188,.7),rgba(147,107,255,.4))}.hero-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:36px;border:1px dashed rgba(147,107,255,.3);border-radius:30px;background:rgba(255,255,255,.6)}.hero-tags span,.tag-cloud span{min-height:42px;padding:8px 16px;display:inline-flex;align-items:center;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:750}.section-heading{margin-bottom:40px}.section-heading.centered{max-width:820px;margin-left:auto;margin-right:auto;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:36px}.split-heading>p{max-width:500px}.feature-grid{display:grid;gap:22px}.feature-grid.three{grid-template-columns:repeat(3,1fr)}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-card,.notice-card,.topic-grid article,.review-grid blockquote,.channel-grid article,.security-card{padding:28px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 30px rgba(88,45,75,.08)}.icon-badge{width:46px;height:46px;margin-bottom:18px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,var(--pink),var(--purple-bg));color:var(--dark);font-weight:900}.check-list{list-style:none;margin:18px 0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--dark);font-weight:900}.steps-layout,.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:58px}.steps-list{list-style:none;margin:0;padding:0;display:grid;gap:16px}.steps-list li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 30px rgba(88,45,75,.08)}.steps-list li>span{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(135deg,var(--brand),var(--purple));font-weight:900}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.faq-list{display:grid;gap:14px}.faq-list details{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(88,45,75,.08);overflow:hidden}.faq-list summary{min-height:58px;padding:18px 54px 18px 22px;list-style:none;cursor:pointer;color:var(--heading);font-weight:800;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--pink);color:var(--dark)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{padding:0 22px 22px}.responsible-banner,.about-strip{padding:38px 42px;display:flex;align-items:center;justify-content:space-between;gap:36px;border:1px solid var(--border);border-radius:30px;background:linear-gradient(135deg,#fff,var(--pink),var(--purple-bg));box-shadow:var(--shadow)}.channel-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.channel-grid article a,.topic-grid article a{color:var(--dark);font-weight:800}.mosaic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mosaic-grid article{min-height:210px;padding:28px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 30px rgba(88,45,75,.08)}.mosaic-grid article.wide{grid-column:span 2}.mosaic-grid article a{margin-top:auto;color:var(--dark);font-weight:800}.two-column-cards,.security-grid,.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.review-grid{grid-template-columns:repeat(3,1fr)}.review-grid blockquote{margin:0}.review-grid cite{display:block;margin-top:16px;color:var(--muted);font-style:normal}.site-footer{margin-top:88px;padding:70px 0 110px;background:var(--footer);color:#ffeaf3}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(4,1fr);gap:32px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid h2{font-size:1rem;color:#fff}.footer-grid a{color:rgba(255,234,243,.82)}.footer-brand p{max-width:430px;color:rgba(255,234,243,.72)}.footer-logo{color:#fff}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:24px;color:rgba(255,234,243,.65);font-size:.9rem}.mobile-bottom-nav{display:none}@media(max-width:1080px){.feature-grid.four{grid-template-columns:repeat(2,1fr)}.channel-grid{grid-template-columns:repeat(3,1fr)}.topic-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.6fr repeat(2,1fr)}}@media(max-width:860px){:root{--header:68px}.nav-shell{grid-template-columns:48px 1fr auto;gap:10px}.mobile-only{display:inline-flex}.desktop-only,.desktop-nav{display:none}.brand-logo{justify-self:center}.hero-grid,.inner-hero-grid,.content-split,.story-grid,.app-showcase{grid-template-columns:1fr;gap:36px}.reverse-mobile>:first-child{order:2}.feature-grid.three,.review-grid{grid-template-columns:repeat(2,1fr)}.steps-layout,.faq-layout{grid-template-columns:1fr;gap:32px}.split-heading{align-items:flex-start;flex-direction:column;gap:10px}.channel-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}}@media(max-width:600px){.container{width:min(calc(100% - 28px),var(--container))}.section-pad{padding:64px 0}.inner-hero{padding:82px 0 58px}.drawer-nav{grid-template-columns:1fr}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button,.hero-actions .text-link{width:100%;justify-content:center}.soft-panel{min-height:310px}.abstract-card{width:200px;height:320px}.feature-grid.three,.feature-grid.four,.channel-grid,.topic-grid,.review-grid,.two-column-cards,.security-grid{grid-template-columns:1fr}.mosaic-grid{grid-template-columns:1fr}.mosaic-grid article.wide{grid-column:auto}.responsible-banner,.about-strip{padding:28px 24px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.site-footer{padding-bottom:130px}.mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:8px;z-index:950;display:grid;grid-template-columns:repeat(4,1fr);padding:8px 8px calc(8px + env(safe-area-inset-bottom));border:1px solid var(--border);border-radius:22px;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);box-shadow:0 15px 40px rgba(48,35,45,.18)}.mobile-bottom-nav a{min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:15px;color:var(--muted);font-size:.78rem;font-weight:800}.mobile-bottom-nav a.is-active{color:var(--dark);background:var(--pink)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
