:root{--bg:#FFF7F8;--deep:#fff;--soft:#F8E6EA;--title:#3A1F28;--text:#4A2A32;--muted:#7A4E58;--faint:#A07880;--pink:#E88AA4;--pink2:#F2A0B6;--green:#7BAE7F;--purple:#C9A8D4;--brown:#6B3E3E;--line:rgba(232,138,164,.20);--shadow:0 14px 34px rgba(58,31,40,.08);--header:136px}*{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","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;font-size:16px;line-height:1.78;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%;height:auto}.shell{width:min(1160px,calc(100% - 32px));margin:0 auto}.site-header{position:fixed;inset:0 0 auto;z-index:60}.petal-strip{height:24px;background:var(--pink);color:#fff;font-size:12px}.petal-strip-inner{height:24px;display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:transparent;color:#fff;padding:0 6px;min-height:24px;cursor:pointer}.heart-bar{height:68px;background:rgba(255,247,248,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.heart-bar-inner{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.circle-menu{justify-self:start;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--brown);cursor:pointer;font-size:20px}.brand-center{display:flex;align-items:center;justify-content:center;min-height:44px}.brand-logo{max-height:36px;width:auto}.brand-text{font-weight:800;letter-spacing:.08em;color:var(--title);font-size:21px}.app-entry{justify-self:end;display:inline-flex;align-items:center;min-height:44px;padding:0 17px;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(--line)}.branch-nav-inner{height:44px;display:flex;align-items:center;justify-content:center;gap:34px}.branch-nav a{height:44px;display:flex;align-items:center;position:relative;color:var(--muted);font-size:14px}.branch-nav a.active,.branch-nav a:hover{color:var(--title)}.branch-nav a.active:after{content:"";position:absolute;left:14%;right:14%;bottom:0;height:3px;border-radius:3px;background:var(--pink)}.site-main{padding-top:calc(var(--header) + 34px);min-height:70vh}.page-hero,.home-heart{width:min(1160px,calc(100% - 32px));margin:0 auto 32px}.home-heart-card,.page-hero-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:38px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pink);font-weight:800;font-size:13px;letter-spacing:.12em}.eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--pink)}h1,h2,h3{color:var(--title);line-height:1.3;margin-top:0}h1{font-size:clamp(28px,4vw,32px);margin:12px 0 14px}h2{font-size:24px;margin-bottom:14px}h3{font-size:18px;margin-bottom:8px}p{margin:0 0 14px}.lead{max-width:850px;color:var(--muted);font-size:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:800}.btn-primary{background:linear-gradient(135deg,#F2A0B6 0%,#E88AA4 52%,#D46B88 100%);color:#fff}.btn-secondary{background:#fff;color:var(--brown);border:1px solid var(--line)}a:focus-visible,button:focus-visible{outline:3px solid rgba(123,174,127,.45);outline-offset:3px}.content-visual,.hero-visual{margin:20px 0 0;border-radius:22px;overflow:hidden;background:#F8E6EA;border:1px solid var(--line)}.content-visual img,.hero-visual img{width:100%;max-height:340px;object-fit:cover}.visual-placeholder{min-height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#FFF7F8,#F8E6EA 55%,#f6eef7);color:var(--faint);font-weight:800;letter-spacing:.16em}.hero-visual .visual-placeholder{min-height:300px}.section{width:min(1160px,calc(100% - 32px));margin:0 auto 38px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head p{max-width:650px;color:var(--muted);margin:0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 22px rgba(58,31,40,.04)}.card p{color:var(--muted)}.card-link{display:inline-flex;align-items:center;min-height:44px;margin-top:6px;color:var(--brown);font-weight:800}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.dot.pink{background:var(--pink)}.dot.green{background:var(--green)}.dot.purple{background:var(--purple)}.tag-grid .card{min-height:160px}.media-card{overflow:hidden;padding:0}.media-card .content-visual{margin:0;border:0;border-radius:0}.media-card .visual-placeholder{min-height:170px}.media-card-body{padding:22px}.number-list{display:grid;gap:12px}.number-row{display:grid;grid-template-columns:58px 1fr;gap:16px;align-items:start;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.number{font-size:30px;line-height:1;color:var(--pink);font-weight:900}.directory-row{display:grid;grid-template-columns:minmax(120px,220px) 1fr auto;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);background:#fff}.directory-row:first-child{border-radius:18px 18px 0 0}.directory-row:last-child{border-radius:0 0 18px 18px;border-bottom:0}.directory-row p{margin:0;color:var(--muted)}.directory-row a{font-weight:800;color:var(--brown);min-height:44px;display:inline-flex;align-items:center}.topic-grid .card{position:relative;overflow:hidden}.topic-grid .card:before{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-30px;top:-30px;background:rgba(232,138,164,.10)}.album-list{display:grid;gap:14px}.album-item{display:grid;grid-template-columns:90px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.album-index{width:64px;height:64px;border-radius:18px;background:var(--soft);display:grid;place-items:center;color:var(--pink);font-weight:900}.album-item p{color:var(--muted);margin:0}.timeline{position:relative;padding-left:28px}.timeline:before{content:"";position:absolute;left:8px;top:4px;bottom:4px;width:2px;background:var(--line)}.timeline-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-bottom:16px}.timeline-item:before{content:"";position:absolute;left:-25px;top:26px;width:12px;height:12px;background:var(--pink);border-radius:50%;box-shadow:0 0 0 4px var(--bg)}.status{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--soft);color:var(--brown);font-size:13px;font-weight:800}.article-prose{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.article-prose h2{margin-top:28px}.article-prose h2:first-child{margin-top:0}.article-prose p{color:var(--text)}.editor-note{border-left:4px solid var(--pink);background:var(--soft);padding:18px 20px;border-radius:0 14px 14px 0;margin:20px 0}.editor-note strong{color:var(--title)}.step-grid{counter-reset:step;display:grid;gap:16px}.step-card{counter-increment:step;position:relative;padding:22px 22px 22px 74px;background:#fff;border:1px solid var(--line);border-radius:18px}.step-card:before{content:counter(step,decimal-leading-zero);position:absolute;left:20px;top:20px;color:var(--pink);font-size:24px;font-weight:900}.notice{background:linear-gradient(135deg,#fff,#fff7f8);border:1px solid var(--line);border-radius:18px;padding:20px}.faq-list{display:grid;gap:14px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.faq-item h2{font-size:18px;margin-bottom:10px}.faq-item p{color:var(--muted);margin:0}.site-footer{background:var(--title);color:#F8E6EA;margin-top:54px}.footer-inner{padding:42px 0 calc(88px + env(safe-area-inset-bottom))}.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:28px}.footer-logo{max-height:34px;width:auto;filter:brightness(0) invert(1)}.footer-brand strong{display:block;font-size:20px}.footer-brand span{font-size:12px;letter-spacing:.12em;opacity:.75}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:26px 0;border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.footer-grid h2{color:#fff;font-size:15px}.footer-grid a{display:block;color:#F8E6EA;opacity:.86;padding:5px 0;font-size:14px}.footer-note,.copyright{color:#F8E6EA;opacity:.78;font-size:13px}.footer-note{margin-top:22px}.copyright{margin-bottom:0}.page-overlay{position:fixed;inset:0;background:rgba(58,31,40,.35);z-index:80;visibility:hidden;opacity:0;pointer-events:none;transition:.2s}.page-overlay.is-open{visibility:visible;opacity:1;pointer-events:auto}.fall-menu{position:fixed;z-index:90;top:92px;left:50%;width:min(760px,94vw);max-height:calc(100vh - 108px);overflow:auto;transform:translate(-50%,-18px);background:#FFF7F8;border:1px solid var(--line);border-radius:0 0 24px 24px;box-shadow:var(--shadow);padding:22px;visibility:hidden;opacity:0;pointer-events:none;transition:.22s}.fall-menu.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%,0)}.fall-menu-head,.search-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.fall-brand{display:flex;align-items:center;gap:12px}.fall-brand img{max-height:32px;width:auto}.fall-brand strong{display:block;color:var(--title)}.fall-brand span{display:block;color:var(--faint);font-size:11px;letter-spacing:.12em}.round-close{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;color:var(--brown);font-size:25px;cursor:pointer}.fall-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.menu-group{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.menu-group h2{font-size:15px;margin-bottom:8px;color:var(--pink)}.menu-group a{display:block;padding:10px;border-radius:12px}.menu-group a:hover{background:var(--bg)}.menu-group strong{display:block;color:var(--title);font-size:14px}.menu-group span{display:block;color:var(--muted);font-size:12px;line-height:1.6;margin-top:2px}.search-layer{position:fixed;z-index:95;top:92px;left:50%;width:min(760px,94vw);transform:translate(-50%,-16px);visibility:hidden;opacity:0;pointer-events:none;transition:.2s}.search-layer.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%,0)}.search-card{background:var(--bg);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:0 0 24px 24px;padding:24px}.search-head small{color:var(--pink);font-weight:800}.search-head h2{font-size:22px;margin:4px 0 0}.search-look{height:54px;border:1px solid var(--line);border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:var(--faint);margin-bottom:18px}.search-look b{font-size:24px;color:var(--pink)}.preset-links{display:flex;flex-wrap:wrap;gap:10px}.preset-links a{display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--brown);font-weight:800}.mobile-bottom{display:none}
@media (max-width:860px){:root{--header:92px}.branch-nav{display:none}.site-main{padding-top:calc(var(--header) + 24px)}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-heart-card,.page-hero-card,.article-prose{padding:26px}.fall-menu{top:92px}.search-layer{top:92px}}
@media (max-width:620px){.shell,.section,.page-hero,.home-heart{width:calc(100% - 32px)}.heart-bar-inner{grid-template-columns:52px minmax(0,1fr) 88px;gap:6px}.app-entry{padding:0 12px;font-size:13px}.brand-logo{max-width:150px;max-height:34px}.brand-text{font-size:18px}.home-heart-card,.page-hero-card,.article-prose{padding:22px}.hero-actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.directory-row{grid-template-columns:1fr;gap:8px}.album-item{grid-template-columns:64px 1fr}.album-item>a{grid-column:1/-1}.fall-menu{top:92px;width:94%;padding:16px;max-height:calc(100vh - 104px)}.fall-menu-grid{grid-template-columns:1fr}.search-layer{inset:24px 0 0;width:100%;transform:none}.search-layer.is-open{transform:none}.search-card{height:calc(100vh - 24px);border-radius:0;padding:22px 16px}.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(--line);backdrop-filter:blur(12px)}.mobile-bottom a{display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;font-size:11px;color:var(--muted);line-height:1.2}.mobile-bottom a span{font-size:16px;margin-bottom:2px}.mobile-bottom a.active{color:var(--pink);font-weight:800}.site-footer{margin-bottom:50px}.footer-grid{grid-template-columns:1fr 1fr}.footer-inner{padding-bottom:42px}.visual-placeholder{min-height:180px}.hero-visual .visual-placeholder{min-height:220px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
