:root{--bg:#FFF7F8;--surface:#fff;--soft:#F8E6EA;--title:#3A1F28;--text:#4A2A32;--muted:#7A4E58;--faint:#A07880;--pink:#E88AA4;--pink2:#F2A0B6;--green:#7BAE7F;--purple:#C9A8D4;--branch:#6B3E3E;--border:rgba(232,138,164,.20);--shadow:0 14px 34px rgba(58,31,40,.08);--max:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.is-locked{overflow:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}:focus-visible{outline:3px solid rgba(123,174,127,.45);outline-offset:3px}.site-header{position:fixed;z-index:80;top:0;left:0;right:0}.petal-strip{height:24px;background:var(--pink);color:#fff}.petal-strip__inner{max-width:var(--max);height:24px;margin:auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.mini-brand{font-weight:700}.strip-search{border:0;background:transparent;color:#fff;height:24px}.heart-bar{height:68px;background:var(--bg);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(16px,calc((100vw - var(--max))/2 + 20px));border-bottom:1px solid var(--border)}.circle-button,.close-button{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--branch)}.circle-button{justify-self:start;font-size:18px}.heart-logo{justify-self:center;min-height:44px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;color:var(--title)}.heart-logo img{max-height:36px;width:auto}.app-link{justify-self:end;min-height:44px;padding:0 18px;display:flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#F2A0B6 0%,#E88AA4 52%,#D46B88 100%);color:#fff;font-weight:700}.branch-nav{height:44px;background:#fff;border-bottom:1px solid var(--border)}.branch-nav__inner{height:44px;max-width:var(--max);margin:auto;display:flex;justify-content:center;gap:36px}.branch-nav a{height:44px;display:flex;align-items:center;position:relative;color:var(--muted);font-size:14px}.branch-nav a.is-current{color:var(--title)}.branch-nav a.is-current:after{content:"";position:absolute;left:7px;right:7px;bottom:0;height:3px;background:var(--pink);border-radius:3px 3px 0 0}.site-main{padding-top:136px}.container{width:min(calc(100% - 40px),var(--max));margin:auto}.section{padding:30px 0}.page-hero,.home-hero{padding:52px 0 28px}.page-hero__inner,.home-heart{padding:34px;background:linear-gradient(135deg,#fff,#fff9fb);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.page-hero__inner{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pink);font-size:13px;font-weight:800;letter-spacing:.08em}.eyebrow:before{content:"";width:18px;height:2px;background:currentColor}.page-hero h1,.home-hero h1{font-size:clamp(28px,4vw,32px);line-height:1.3;margin:6px 0 16px;color:var(--title)}.page-hero p,.home-hero p{margin:0;color:var(--muted)}.btn-row,.inline-nav,.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.btn,.inline-nav a,.pill{min-height:44px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border)}.btn-primary{background:linear-gradient(135deg,#F2A0B6 0%,#E88AA4 52%,#D46B88 100%);color:#fff;border:0}.btn-secondary,.inline-nav a,.pill{background:#fff;color:var(--branch)}.home-heart__copy{max-width:760px;margin-bottom:24px}.home-banner,.media-slot{overflow:hidden;border-radius:20px;border:1px solid var(--border);background:var(--soft);min-height:210px}.home-banner{max-height:340px}.home-banner img{width:100%;max-height:340px;object-fit:cover}.home-banner.is-empty,.media-slot.is-empty{display:grid;place-items:center}.home-banner.is-empty:after{content:"樱花视频";font-size:30px;font-weight:800;color:rgba(107,62,62,.28)}.media-slot.is-empty:after{content:"✿";font-size:48px;color:rgba(232,138,164,.34)}.media-slot img{width:100%;height:100%;object-fit:cover}.section-header{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.section-header h2{margin:0;color:var(--title);font-size:24px}.section-header p{max-width:620px;margin:0;color:var(--muted);font-size:14px}.card{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.prose-card{padding:26px}.prose-card h2,.prose-card h3{color:var(--title);margin-top:0}.prose-card p{margin:0 0 14px}.prose-card p:last-child{margin-bottom:0}.grid-2,.grid-3,.grid-4,.petals-grid,.topic-grid,.steps{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3,.topic-grid,.steps{grid-template-columns:repeat(3,1fr)}.grid-4,.petals-grid{grid-template-columns:repeat(4,1fr)}.petal-tag,.topic-card,.step{padding:20px;background:#fff;border:1px solid var(--border);border-radius:18px}.petal-tag .dot{width:11px;height:11px;border-radius:50%;background:var(--pink);display:block;margin-bottom:14px}.petal-tag:nth-child(3n+2) .dot{background:var(--green)}.petal-tag:nth-child(3n) .dot{background:var(--purple)}.petal-tag h3,.topic-card h3,.step h3{margin:0 0 8px;color:var(--title)}.petal-tag p,.topic-card p,.step p{margin:0 0 10px;color:var(--muted);font-size:14px}.text-link{color:var(--pink);font-weight:700}.feature-split,.app-icon{width:76px;height:76px;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow);margin-bottom:16px}.app-icon img{width:100%;height:100%;object-fit:cover}.app-showcase{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.number-list,.list-bars,.album-list,.big-rank,.timeline,.longread,.faq-list{display:grid;gap:12px}.number-item,.list-bar,.album-row,.big-rank article,.timeline article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px}.number-item{display:grid;grid-template-columns:52px 1fr;gap:12px}.num,.bar-no{color:var(--pink);font-weight:900;font-size:22px}.list-bar{display:grid;grid-template-columns:46px 1fr auto;gap:12px;align-items:center}.list-bar h3,.album-row h3,.big-rank h3,.timeline h3{margin:0 0 4px;color:var(--title)}.list-bar p,.album-row p,.big-rank p,.timeline p{margin:0;color:var(--muted);font-size:14px}.album-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center}.album-index{width:52px;height:52px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--branch);font-weight:800}.big-rank article{display:grid;grid-template-columns:82px 1fr;gap:16px}.rank-no{font-size:40px;line-height:1;color:var(--pink);font-weight:900}.timeline{position:relative;padding-left:28px}.timeline:before{content:"";position:absolute;left:8px;top:6px;bottom:6px;width:2px;background:var(--soft)}.timeline article:before{content:"";position:absolute}.status{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--soft);color:var(--branch);font-size:12px;font-weight:800;margin-bottom:8px}.faq-item{padding:22px;background:#fff;border:1px solid var(--border);border-radius:18px}.faq-item h2{font-size:18px;margin:0 0 8px;color:var(--title)}.faq-item p{margin:0;color:var(--muted)}.overlay{position:fixed;z-index:90;inset:0;background:rgba(58,31,40,.26);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.drop-menu{position:fixed;z-index:100;top:92px;left:50%;width:min(760px,94vw);max-height:calc(100vh - 108px);overflow:auto;transform:translate(-50%,-14px);opacity:0;visibility:hidden;pointer-events:none;background:var(--bg);border:1px solid var(--border);border-radius:0 0 24px 24px;box-shadow:0 24px 60px rgba(58,31,40,.18);transition:.2s}.drop-menu.is-open{transform:translate(-50%,0);opacity:1;visibility:visible;pointer-events:auto}.drop-menu__head{position:sticky;top:0;background:var(--bg);display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--border);z-index:2}.drop-menu__brand,.footer-logo{display:flex;align-items:center;gap:12px}.drop-menu__brand img,.footer-logo img{max-height:32px;width:auto}.drop-menu__brand span,.footer-logo span{display:grid;line-height:1.2}.drop-menu__brand small,.footer-logo small{font-size:10px;letter-spacing:.08em}.close-button{font-size:24px}.drop-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:16px}.drop-groups section{padding:16px;background:#fff;border:1px solid var(--border);border-radius:18px}.drop-groups h2{font-size:14px;color:var(--pink);margin:0 0 10px}.drop-groups a{display:grid;padding:9px 0;border-top:1px solid var(--border)}.drop-groups a:first-of-type{border-top:0}.drop-groups a strong{font-size:15px}.drop-groups a span{font-size:12px;color:var(--muted)}.search-panel{position:fixed;z-index:105;top:98px;left:50%;width:min(720px,92vw);transform:translate(-50%,-12px);opacity:0;visibility:hidden;pointer-events:none;background:var(--bg);border:1px solid var(--border);border-radius:22px;box-shadow:0 24px 60px rgba(58,31,40,.18);padding:22px;transition:.2s}.search-panel.is-open{transform:translate(-50%,0);opacity:1;visibility:visible;pointer-events:auto}.search-panel__head{display:flex;justify-content:space-between;gap:18px;align-items:center}.search-panel__head h2{margin:4px 0 0}.search-appearance{height:54px;margin-top:18px;padding:0 18px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:16px;background:#fff;color:var(--muted)}.search-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.search-presets a{min-height:44px;padding:0 15px;border-radius:999px;background:#fff;border:1px solid var(--border);display:flex;align-items:center}.site-footer{margin-top:48px;background:var(--title);color:#F8E6EA}.footer-inner{width:min(calc(100% - 40px),var(--max));margin:auto;padding:44px 0 24px}.footer-brand{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding-bottom:28px;border-bottom:1px solid rgba(248,230,234,.16)}.footer-brand p{margin:0;color:#e7cfd5}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:28px 0}.footer-links section{display:grid;gap:7px;align-content:start}.footer-links h2{font-size:14px;margin:0 0 6px;color:#fff}.footer-links a{font-size:13px;color:#e7cfd5}.footer-bottom{display:flex;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(248,230,234,.16);padding-top:18px;font-size:12px;color:#d9bdc4}.footer-bottom span{margin-right:auto}.mobile-bottom{display:none}
@media(max-width:900px){.grid-4,.petals-grid{grid-template-columns:repeat(2,1fr)}.grid-3,.topic-grid,.steps{grid-template-columns:repeat(2,1fr)}.page-hero__inner,.feature-split,.app-icon{width:76px;height:76px;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow);margin-bottom:16px}.app-icon img{width:100%;height:100%;object-fit:cover}.app-showcase{grid-template-columns:1fr}.footer-brand{grid-template-columns:1fr}}
@media(max-width:700px){.branch-nav{display:none}.site-main{padding-top:92px}.heart-bar{padding:0 16px}.heart-logo{font-size:19px;min-width:0}.heart-logo img{max-width:145px}.app-link{padding:0 12px;font-size:13px}.container{width:calc(100% - 32px)}.home-hero,.page-hero{padding-top:28px}.home-heart,.page-hero__inner{padding:22px}.grid-2,.grid-3,.grid-4,.petals-grid,.topic-grid,.steps{grid-template-columns:1fr}.section-header{display:block}.section-header p{margin-top:8px}.drop-groups{grid-template-columns:1fr}.search-panel{top:0;left:0;bottom:0;width:100%;height:100dvh;transform:none!important;border:0;border-radius:0;padding:calc(26px + env(safe-area-inset-top)) 18px 88px;overflow:auto}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-inner{width:calc(100% - 32px);padding-bottom:76px}.mobile-bottom{position:fixed;z-index:70;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);border-top:1px solid var(--border)}.mobile-bottom a{min-height:50px;display:grid;place-items:center;align-content:center;color:var(--muted)}.mobile-bottom small{font-size:10px}.mobile-bottom a.is-current{color:var(--pink)}.list-bar{grid-template-columns:40px 1fr}.list-bar .text-link{grid-column:2}.album-row{grid-template-columns:60px 1fr}.album-row .text-link{grid-column:2}.big-rank article{grid-template-columns:64px 1fr}}
