:root {
    --page: #FFF8FB;
    --surface: #FFFFFF;
    --soft-pink: #FFF0F5;
    --soft-purple: #F6F2FF;
    --soft-gray: #F8F6F7;
    --ink: #33262D;
    --text: #51444B;
    --muted: #7C6C75;
    --quiet: #A09199;
    --pink: #FF5F9F;
    --pink-deep: #D94A82;
    --coral: #FF92AA;
    --purple: #8973E6;
    --purple-deep: #6150AD;
    --border: rgba(255,95,159,0.16);
    --shadow: 0 14px 36px rgba(70,42,57,0.08);
    --shadow-strong: 0 20px 48px rgba(217,74,130,0.15);
    --radius: 24px;
    --header-height: 116px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--page); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.75; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(137,115,230,.4); outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,248,251,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.brand-toolbar { height: 40px; background: #fff; border-bottom: 1px solid rgba(81,68,75,.07); }
.toolbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.toolbar-brand { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); white-space: nowrap; }
.toolbar-brand strong { color: var(--pink-deep); font-size: 15px; }
.toolbar-links { display: flex; height: 100%; align-items: center; gap: 4px; }
.toolbar-links a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; font-size: 13px; color: var(--muted); border-radius: 10px; }
.toolbar-links a:hover { background: var(--soft-pink); color: var(--pink-deep); }
.main-nav-wrap { height: 76px; }
.main-nav { height: 100%; display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 18px; }
.menu-trigger { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--border); border-radius: 14px; background: #fff; color: var(--ink); cursor: pointer; }
.menu-lines { width: 18px; display: grid; gap: 4px; }
.menu-lines i { display: block; height: 2px; border-radius: 2px; background: var(--pink-deep); }
.nav-brand { min-width: 118px; min-height: 44px; display: inline-flex; align-items: center; justify-content: flex-start; color: var(--pink-deep); font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.brand-logo { max-width: 138px; max-height: 44px; object-fit: contain; }
.brand-wordmark { font-size: 21px; color: var(--pink-deep); font-weight: 800; white-space: nowrap; }
.desktop-nav { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 2px; white-space: nowrap; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; border-radius: 12px; color: var(--muted); font-weight: 650; font-size: 15px; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--pink-deep); background: var(--soft-pink); }
.experience-button, .button-primary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #FF92AA 0%, #FF5F9F 52%, #8973E6 100%); box-shadow: 0 10px 24px rgba(217,74,130,.18); font-weight: 750; white-space: nowrap; }
.experience-button:hover, .button-primary:hover { transform: translateY(-1px); box-shadow: var(--shadow-strong); }
.button-secondary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 14px; border: 1px solid var(--border); background: #fff; color: var(--pink-deep); font-weight: 700; white-space: nowrap; }
.button-secondary:hover { background: var(--soft-pink); }
main { display: block; }
.page-hero { padding: 76px 0 54px; position: relative; overflow: hidden; }
.page-hero::before, .page-hero::after { content: ""; position: absolute; border-radius: 999px; pointer-events: none; filter: blur(2px); }
.page-hero::before { width: 360px; height: 360px; right: -120px; top: 10px; background: rgba(255,146,170,.13); }
.page-hero::after { width: 250px; height: 250px; left: -110px; bottom: -110px; background: rgba(137,115,230,.10); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--pink-deep); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 4px; background: linear-gradient(90deg,var(--pink),var(--purple)); }
h1, h2, h3 { color: var(--ink); line-height: 1.28; margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(38px, 5.2vw, 66px); letter-spacing: -.035em; }
h2 { font-size: clamp(27px, 3.2vw, 40px); letter-spacing: -.02em; }
h3 { font-size: 20px; }
p { margin-top: 0; }
.hero-copy > p { max-width: 690px; font-size: 17px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.visual-stage { min-height: 430px; position: relative; padding: 28px; border: 1px solid var(--border); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,242,255,.9)); box-shadow: var(--shadow-strong); }
.phone-visual { width: min(270px, 72%); height: 370px; margin: 16px auto; border: 10px solid #fff; border-radius: 42px; background: linear-gradient(155deg, #FFF0F5, #F6F2FF); box-shadow: 0 18px 48px rgba(70,42,57,.14); position: relative; overflow: hidden; }
.phone-visual::before { content: ""; position: absolute; width: 92px; height: 22px; border-radius: 0 0 15px 15px; left: 50%; top: 0; transform: translateX(-50%); background: #fff; }
.phone-screen { position: absolute; inset: 38px 18px 18px; display: grid; gap: 12px; }
.phone-card { border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(70,42,57,.08); }
.phone-card.large { min-height: 145px; background: linear-gradient(145deg, rgba(255,146,170,.7), rgba(137,115,230,.62)); }
.phone-card.row { min-height: 68px; display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; padding: 10px; }
.phone-card.row::before { content: ""; width: 52px; height: 48px; border-radius: 14px; background: var(--soft-pink); }
.phone-card.row::after { content: ""; height: 9px; border-radius: 10px; background: linear-gradient(90deg, rgba(81,68,75,.18) 66%, transparent 66%); }
.float-card { position: absolute; min-width: 150px; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--border); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.float-card strong { display: block; color: var(--ink); }
.float-card span { font-size: 13px; color: var(--muted); }
.float-card.a { top: 45px; left: -20px; }
.float-card.b { right: -18px; top: 155px; }
.float-card.c { left: 5px; bottom: 36px; }
.section { padding: 72px 0; }
.section.soft { background: var(--soft-pink); }
.section.purple { background: var(--soft-purple); }
.section.gray { background: var(--soft-gray); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.section-head p { max-width: 680px; color: var(--muted); margin-bottom: 0; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--pink-deep); font-weight: 750; }
.text-link::after { content: "→"; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.card-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.content-card { min-width: 0; padding: 25px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.content-card p { color: var(--muted); }
.content-card .tag { display: inline-flex; margin-bottom: 14px; padding: 5px 10px; border-radius: 999px; background: var(--soft-pink); color: var(--pink-deep); font-size: 12px; font-weight: 750; }
.content-card .meta-line { margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(81,68,75,.08); color: var(--quiet); font-size: 13px; }
.index-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 12px; }
.index-item { min-height: 170px; display: flex; flex-direction: column; padding: 20px; border-radius: 22px; border: 1px solid var(--border); background: #fff; }
.index-item:nth-child(2n) { background: var(--soft-purple); }
.index-item:nth-child(3n) { background: var(--soft-pink); }
.index-item h3 { font-size: 18px; }
.index-item p { flex: 1; font-size: 14px; color: var(--muted); }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 93px; top: 12px; bottom: 12px; width: 2px; background: linear-gradient(var(--pink),var(--purple)); opacity: .35; }
.timeline-item { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 42px; align-items: start; }
.timeline-time { padding-top: 24px; color: var(--pink-deep); font-weight: 800; text-align: right; }
.timeline-card { position: relative; padding: 24px 26px; border-radius: 22px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.timeline-card::before { content: ""; position: absolute; left: -31px; top: 31px; width: 12px; height: 12px; border-radius: 50%; background: var(--pink); border: 4px solid var(--page); }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.tag-list span, .tag-list a { display: inline-flex; align-items: center; min-height: 34px; padding: 4px 12px; border-radius: 999px; background: var(--soft-pink); color: var(--pink-deep); font-size: 13px; }
.interest-layout, .app-layout, .split-feature { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0,1.15fr); gap: 44px; align-items: center; }
.interest-cloud { display: flex; flex-wrap: wrap; justify-content: center; align-content: center; gap: 12px; min-height: 340px; padding: 30px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.interest-cloud span { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 18px; border-radius: 999px; border: 1px solid var(--border); color: var(--ink); background: var(--soft-pink); font-weight: 700; }
.interest-cloud span:nth-child(2n) { background: var(--soft-purple); }
.interest-cloud span:nth-child(3n) { transform: translateY(6px); }
.topic-list { display: grid; gap: 14px; }
.topic-row { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; min-height: 92px; padding: 18px 20px; border-radius: 20px; background: #fff; border: 1px solid var(--border); }
.topic-number { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px; background: var(--soft-pink); color: var(--pink-deep); font-weight: 850; }
.topic-row h3, .topic-row p { margin-bottom: 0; }
.topic-row p { color: var(--muted); font-size: 14px; }
.notice-box { padding: 28px; border-radius: 24px; background: #30242B; color: #FFEAF2; }
.notice-box h2, .notice-box h3 { color: #fff; }
.notice-box a { color: #fff; }
.notice-list { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.notice-item { padding: 20px; border-radius: 18px; background: rgba(255,255,255,.08); }
.notice-item strong { display: block; margin-bottom: 8px; color: #fff; }
.notice-item p { margin: 0; color: rgba(255,234,242,.78); font-size: 14px; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.step { counter-increment: step; padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.step::before { content: counter(step, decimal-leading-zero); display: block; margin-bottom: 14px; color: var(--pink-deep); font-weight: 900; font-size: 22px; }
.feature-panel { padding: 32px; border-radius: 28px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.check-list { display: grid; gap: 10px; padding: 0; margin: 18px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 13px; height: 13px; border-radius: 5px; background: linear-gradient(135deg,var(--pink),var(--purple)); }
.review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.review { padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--border); }
.review::before { content: "“"; display: block; height: 32px; color: var(--pink); font-size: 46px; line-height: 1; font-family: Georgia, serif; }
.review p { margin-bottom: 0; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--border); border-radius: 18px; background: #fff; overflow: clip; }
summary { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; cursor: pointer; color: var(--ink); font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 9px; background: var(--soft-pink); color: var(--pink-deep); }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.inner-hero { padding: 66px 0 36px; }
.inner-hero .hero-box { padding: 42px; border: 1px solid var(--border); border-radius: 30px; background: linear-gradient(135deg,#fff 0%,var(--soft-pink) 58%,var(--soft-purple) 100%); box-shadow: var(--shadow); }
.inner-hero h1 { font-size: clamp(36px,5vw,58px); }
.inner-hero p { max-width: 850px; color: var(--muted); font-size: 17px; }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.anchor-nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 5px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--border); color: var(--pink-deep); font-weight: 700; }
.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.article-card { padding: 28px; border-radius: 24px; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow); }
.article-card.wide { grid-column: 1 / -1; }
.article-card p:last-child { margin-bottom: 0; }
.note-strip { padding: 26px; border-left: 5px solid var(--pink); border-radius: 8px 22px 22px 8px; background: var(--soft-pink); }
.related-links { display: flex; flex-wrap: wrap; gap: 12px; }
.related-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 7px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--border); color: var(--pink-deep); font-weight: 700; }
.service-note { padding: 28px; border-radius: 24px; background: linear-gradient(135deg,#30242B,#483844); color: #FFEAF2; }
.service-note h2 { color: #fff; }
.site-footer { padding: 58px 0 22px; background: #30242B; color: #FFEAF2; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 34px; }
.footer-brand p { color: rgba(255,234,242,.72); }
.footer-logo { min-height: 44px; display: inline-flex; align-items: center; margin-bottom: 16px; }
.footer-logo .brand-wordmark { color: #fff; }
.site-footer h2 { margin-bottom: 15px; color: #fff; font-size: 16px; }
.site-footer a { min-height: 34px; display: flex; align-items: center; color: rgba(255,234,242,.75); font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: rgba(255,234,242,.65); }
.footer-note p { margin-bottom: 0; }
.desktop-quick { position: fixed; right: 18px; top: 50%; z-index: 750; transform: translateY(-50%); width: 84px; display: grid; gap: 8px; padding: 10px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.desktop-quick a { min-height: 48px; display: grid; place-items: center; padding: 4px; border-radius: 12px; color: var(--muted); font-size: 12px; text-align: center; }
.desktop-quick a:hover, .desktop-quick a.is-active { background: var(--soft-pink); color: var(--pink-deep); }
.mobile-bottom-nav { display: none; }
.menu-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(34,24,30,.42); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.channel-menu { position: fixed; left: 0; top: 0; bottom: 0; z-index: 2100; width: min(460px,88vw); display: grid; grid-template-rows: auto 1fr; background: #fff; transform: translateX(-104%); visibility: hidden; box-shadow: 20px 0 60px rgba(34,24,30,.2); transition: transform .28s ease, visibility .28s ease; }
.menu-open .menu-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
.menu-open .channel-menu { transform: translateX(0); visibility: visible; }
.menu-head { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.menu-brand { min-width: 0; display: flex; align-items: center; gap: 10px; color: var(--pink-deep); }
.menu-brand .brand-logo { max-width: 90px; }
.menu-close { min-width: 64px; min-height: 44px; border: 1px solid var(--border); border-radius: 13px; background: var(--soft-pink); color: var(--pink-deep); cursor: pointer; }
.menu-scroll { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 18px 20px 34px; }
.menu-group + .menu-group { margin-top: 24px; }
.menu-group h2 { margin-bottom: 10px; font-size: 15px; color: var(--pink-deep); }
.menu-links { display: grid; gap: 8px; }
.menu-links a { min-height: 62px; display: block; padding: 10px 13px; border-radius: 15px; border: 1px solid transparent; }
.menu-links a:hover { background: var(--soft-pink); border-color: var(--border); }
.menu-links strong { display: block; color: var(--ink); font-size: 15px; }
.menu-links span { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; }
@media (max-width: 1420px) { .desktop-quick { display: none; } }
@media (max-width: 1080px) {
    .desktop-nav a { padding-inline: 10px; font-size: 14px; }
    .main-nav { gap: 12px; }
    .hero-grid { grid-template-columns: 1fr 420px; gap: 34px; }
    .index-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .card-grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .notice-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
}
@media (max-width: 860px) {
    :root { --header-height: 68px; }
    .shell { width: min(100% - 32px,1240px); }
    .brand-toolbar, .desktop-nav { display: none; }
    .main-nav-wrap { height: 68px; }
    .main-nav { grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; }
    .menu-trigger { padding-inline: 12px; }
    .menu-trigger > span:last-child { display: none; }
    .nav-brand { min-width: 0; justify-content: center; overflow: hidden; }
    .nav-brand .brand-logo { max-width: min(132px,100%); }
    .brand-wordmark { font-size: 19px; }
    .experience-button { min-height: 44px; padding-inline: 15px; font-size: 14px; }
    .page-hero { padding-top: 52px; }
    .hero-grid, .interest-layout, .app-layout, .split-feature { grid-template-columns: 1fr; }
    .visual-stage { min-height: 390px; }
    .float-card.a { left: 8px; }
    .float-card.b { right: 8px; }
    .card-grid, .review-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .footer-brand { grid-column: 1 / -1; }
    .article-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .shell { width: min(100% - 32px,1240px); }
    body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
    h1 { font-size: clamp(34px,11vw,48px); }
    h2 { font-size: 28px; }
    .section { padding: 54px 0; }
    .section-head { display: block; }
    .section-head .text-link { margin-top: 8px; }
    .hero-grid { gap: 30px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions > a { flex: 1 1 150px; }
    .visual-stage { min-height: 350px; padding: 18px 10px; }
    .phone-visual { height: 315px; width: 220px; border-radius: 35px; }
    .phone-screen { inset: 34px 14px 14px; }
    .phone-card.large { min-height: 118px; }
    .float-card { min-width: 128px; padding: 10px 12px; }
    .float-card span { display: none; }
    .float-card.a { top: 36px; }
    .float-card.b { top: 150px; }
    .float-card.c { bottom: 24px; }
    .card-grid, .card-grid.two, .card-grid.four, .review-grid, .index-grid, .steps, .notice-list { grid-template-columns: 1fr; }
    .index-item { min-height: 0; }
    .timeline::before { left: 6px; }
    .timeline-item { grid-template-columns: 1fr; gap: 8px; padding-left: 25px; }
    .timeline-time { padding: 0; text-align: left; }
    .timeline-card::before { left: -25px; top: 28px; }
    .topic-row { grid-template-columns: auto 1fr; }
    .topic-row .text-link { grid-column: 2; }
    .inner-hero { padding-top: 38px; }
    .inner-hero .hero-box { padding: 28px 22px; border-radius: 24px; }
    .article-card, .content-card, .feature-panel { padding: 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
    .footer-note { display: block; }
    .footer-note p + p { margin-top: 12px; }
    .mobile-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1200; display: grid; grid-template-columns: repeat(5,1fr); padding: 6px 8px calc(6px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border); background: rgba(255,255,255,.97); box-shadow: 0 -10px 26px rgba(70,42,57,.08); }
    .mobile-bottom-nav a { min-height: 56px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-radius: 13px; color: var(--muted); font-size: 11px; }
    .mobile-bottom-nav a span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 9px; background: var(--soft-gray); font-size: 12px; font-weight: 800; }
    .mobile-bottom-nav a.is-active { color: var(--pink-deep); background: var(--soft-pink); }
    .mobile-bottom-nav a.is-active span { color: #fff; background: linear-gradient(135deg,var(--pink),var(--purple)); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
