:root {
	--ink: #12343d;
	--muted: #587078;
	--rose: #08a0b5;
	--rose-dark: #007b8d;
	--cream: #f2fbfc;
	--line: #d6e9ed;
	--green: #3d9b83;
	--max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Microsoft YaHei", Arial, sans-serif; background: #fff; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.site-header { height: 78px; display: flex; align-items: center; gap: 28px; max-width: var(--max); margin: auto; padding: 0 22px; position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { border-radius: 14px; }
.brand strong { display: block; font-size: 20px; line-height: 1; }
.brand small { display: block; color: var(--rose-dark); font-size: 11px; letter-spacing: 2px; margin-top: 4px; }
.site-nav ul { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; }
.site-nav a { font-size: 14px; color: #45616a; }
.site-nav a.active, .site-nav a:hover { color: var(--rose-dark); }
.header-action, .button { display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; background: var(--rose-dark); color: #fff; border-radius: 4px; font-size: 14px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; }
.site-cta { background: var(--ink); color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 58px max(22px, calc((100% - var(--max)) / 2)); gap: 25px; }
.site-cta h2 { margin: 8px 0; font-size: 30px; }
.site-cta p { margin: 0; color: #c3d8dc; }
.button.light { background: #fff; color: var(--ink); }
.site-footer { max-width: var(--max); margin: auto; padding: 48px 22px 36px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand { display: flex; gap: 14px; }
.footer-brand img { border-radius: 14px; }
.footer-brand strong { font-size: 18px; }
.footer-brand p { margin: 4px 0; color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 7px; }
.footer-links h3 { font-size: 13px; margin: 0 0 8px; color: var(--rose-dark); }
.footer-links a { font-size: 13px; color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); max-width: var(--max); margin: auto; padding: 16px 22px 28px; display: flex; justify-content: space-between; color: #648089; font-size: 12px; }
.back-top { position: fixed; right: 22px; bottom: 22px; border: 1px solid var(--line); background: #fff; color: var(--rose-dark); width: 40px; height: 40px; border-radius: 50%; display: none; }
.mobile-experience, .action-sheet { display: none; }
.eyebrow { color: var(--rose-dark); font-size: 11px; letter-spacing: 2px; }
.section { max-width: var(--max); margin: auto; padding: 92px 22px; }
.soft { max-width: none; background: var(--cream); }
.section-heading { max-width: 700px; margin-bottom: 42px; }
.section-heading h2 { font-size: 38px; line-height: 1.25; margin: 10px 0 16px; }
.section-heading p { color: var(--muted); margin: 0; }
.compact { max-width: 650px; }
.lanmu-section-header { background: var(--cream); padding: 70px 22px 35px; text-align: center; }
.lanmu-section-header h1 { font-size: 42px; margin: 0; }
.breadcrumb { max-width: var(--max); margin: auto; padding: 16px 22px; color: var(--muted); font-size: 13px; }
.page-layout { max-width: var(--max); margin: auto; padding: 25px 22px 90px; display: grid; grid-template-columns: 1fr 280px; gap: 40px; }
.list-item { border-bottom: 1px solid var(--line); padding: 18px 0; display: flex; justify-content: space-between; }
.item-title { font-size: 18px; }
.item-time, .article-meta { color: var(--muted); font-size: 13px; }
.sidebar { background: var(--cream); padding: 22px; height: max-content; }
.like-item { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.like-item span { display: block; color: var(--muted); font-size: 12px; }
.article { max-width: 820px; margin: auto; padding: 30px 22px 90px; }
.article h1 { font-size: 38px; line-height: 1.3; }
.article-content { font-size: 16px; }
.article-content p { margin: 0 0 1.2em; }
.legal-page { max-width: 860px; margin: 0 auto; padding: 42px 22px 90px; color: var(--ink); }
.legal-page h2 { margin: 34px 0 12px; font-size: 24px; line-height: 1.35; color: var(--ink); }
.legal-page h3 { margin: 24px 0 8px; font-size: 18px; color: var(--rose-dark); }
.legal-page p { margin: 0 0 14px; font-size: 15px; line-height: 1.9; color: var(--muted); }
.legal-page .legal-updated { padding: 12px 16px; background: var(--cream); border-left: 3px solid var(--rose); color: var(--rose-dark); font-size: 13px; }
.legal-page .legal-note { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.brand-page { padding-bottom: 80px; }
.brand-hero { background: var(--ink); color: #fff; padding: 92px max(22px, calc((100% - var(--max)) / 2)); }
.brand-hero .eyebrow { color: #7ad7de; }
.brand-hero h1 { max-width: 820px; margin: 12px auto; font-size: 46px; line-height: 1.2; }
.brand-hero p { max-width: 820px; margin: 0 auto; color: #c3d8dc; font-size: 18px; }
.brand-article { max-width: 860px; margin: 0 auto; padding: 64px 22px 12px; font-size: 17px; line-height: 2; }
.brand-article h2 { margin: 48px 0 14px; color: var(--ink); font-size: 27px; line-height: 1.4; }
.brand-article h2:first-child { margin-top: 0; }
.brand-article p { margin: 0; color: #38565e; }
.atlas-page { overflow: hidden; }
.atlas-hero { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 80px; align-items: center; padding: 74px max(22px, calc((100% - var(--max)) / 2)); background: #092c34; color: #fff; position: relative; }
.atlas-hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid #5bc5d144; border-radius: 50%; right: -160px; top: -240px; }.atlas-hero-copy { max-width: 650px; position: relative; z-index: 1; }.atlas-hero .eyebrow { color: #70d6df; }.atlas-hero h1 { font-size: 52px; line-height: 1.18; margin: 12px 0 18px; }.atlas-hero p { font-size: 17px; max-width: 570px; color: #bed4d8; margin-bottom: 28px; }
.atlas-orbit { width: 284px; height: 284px; border: 1px solid #76d7df77; border-radius: 50%; display: grid; place-items: center; position: relative; justify-self: center; color: #7ce0e6; }.atlas-orbit::before,.atlas-orbit::after { content: ""; position: absolute; border: 1px solid #76d7df33; border-radius: 50%; }.atlas-orbit::before { inset: 28px; }.atlas-orbit::after { inset: 68px; }.atlas-orbit span,.atlas-orbit b { position: absolute; font-size: 15px; letter-spacing: 2px; }.atlas-orbit span { top: 34px; }.atlas-orbit b { bottom: 42px; }.atlas-orbit i { font-size: 58px; }
.atlas-section { max-width: var(--max); margin: auto; padding: 86px 22px; }.atlas-soft { max-width: none; background: #f0fafb; padding-left: max(22px, calc((100% - var(--max)) / 2)); padding-right: max(22px, calc((100% - var(--max)) / 2)); }.atlas-heading { max-width: 640px; margin-bottom: 36px; }.atlas-heading h2,.atlas-guide h2 { margin: 8px 0 12px; font-size: 36px; line-height: 1.28; }.atlas-heading p { margin: 0; color: var(--muted); }.atlas-heading-row { max-width: var(--max); display: flex; justify-content: space-between; align-items: end; }.atlas-count { color: var(--rose-dark); font-size: 13px; }
.purpose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.purpose-grid article { position: relative; padding: 24px 20px 20px; border: 1px solid var(--line); background: #fff; }.purpose-grid article::before { content: ""; position: absolute; left: 20px; top: 0; width: 34px; height: 3px; background: var(--rose); }.purpose-grid i { display: grid; place-items: center; width: 42px; height: 42px; background: #e6f7f8; color: var(--rose-dark); font-size: 18px; }.purpose-grid h3 { margin: 16px 0 8px; font-size: 17px; }.purpose-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.role-atlas-grid { max-width: var(--max); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.atlas-card { overflow: hidden; background: #fff; border: 1px solid #d4eaed; transition: transform .2s, box-shadow .2s; }.atlas-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px #12343d1c; }.atlas-card img { display: block; width: 100%; aspect-ratio: 1.35; object-fit: cover; }.atlas-card-body { padding: 20px; }.atlas-card-body > span { color: var(--rose-dark); font-size: 12px; }.atlas-card-body h3 { margin: 6px 0; font-size: 24px; }.atlas-card-body p { margin: 0 0 18px; min-height: 50px; color: var(--muted); font-size: 14px; }.atlas-card-body div { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 14px; }.atlas-card-body small { color: var(--muted); }.atlas-card-body a { display: grid; place-items: center; width: 34px; height: 34px; background: var(--ink); color: #fff; }
.atlas-guide { display: grid; grid-template-columns: .9fr 1fr; gap: 70px; align-items: center; }.guide-visual { min-height: 360px; position: relative; }.guide-visual::before { content: ""; position: absolute; inset: 24px -20px -24px 24px; background: #ddf2f3; }.guide-visual img { position: relative; width: 100%; height: 360px; object-fit: cover; }.atlas-guide ol { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 18px; }.atlas-guide li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }.atlas-guide b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; }.atlas-guide h3 { margin: 0 0 3px; font-size: 16px; }.atlas-guide p { margin: 0; color: var(--muted); font-size: 14px; }
.page-sidebar { width: 300px; flex-shrink: 0; }
.sidebar-card { background: var(--cream); padding: 22px; margin-bottom: 18px; border: 1px solid var(--line); }
.sidebar-card h3 { font-size: 15px; font-weight: 600; margin: 0 0 14px; color: var(--ink); padding-bottom: 10px; border-bottom: 2px solid var(--rose); }
.sidebar-card p { color: var(--muted); font-size: 13px; }
.sidebar-action { background: var(--ink); color: #fff; }
.sidebar-action h3 { color: #fff; border-color: #5bc5d1; }
.sidebar-action p { color: #c3d8dc; }
.like-item { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px dashed var(--line); font-size: 13px; gap: 6px; }
.like-item:last-child { border-bottom: 0; }
.like-item a { color: var(--ink); flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.like-item a:hover { color: var(--rose-dark); }
.like-item span { color: var(--muted); white-space: nowrap; font-size: 12px; }
.news-list-card { display: flex; gap: 20px; background: #fff; padding: 18px; border: 1px solid var(--line); margin-bottom: 16px; transition: all .25s; }
.news-list-card:hover { border-color: var(--rose); box-shadow: 0 8px 24px #12343d14; transform: translateY(-2px); }
.news-list-img { width: 260px; min-width: 260px; height: 170px; overflow: hidden; background: var(--cream); }
.news-list-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.news-list-card:hover .news-list-img img { transform: scale(1.06); }
.news-list-body { flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.news-list-title { font-size: 17px; line-height: 1.4; margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list-title a:hover { color: var(--rose-dark); }
.news-list-desc { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 0 0 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-list-time { font-size: 12px; color: var(--muted); }
.news-list-time i { margin-right: 4px; color: var(--rose); }
.list-pagination { margin-top: 24px; }
.pagebar { margin-top: 36px; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px; }
.page-item { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; font-size: 13px; color: var(--muted); background: #fff; border: 1px solid var(--line); transition: all .2s; }
.page-item:hover { color: var(--rose-dark); border-color: var(--rose); background: var(--cream); }
.page-num-current { color: #fff; background: var(--rose-dark); border-color: var(--rose-dark); pointer-events: none; }
.faq-list { max-width: 780px; }
.faq-item { border: 1px solid var(--line); margin-bottom: 8px; overflow: hidden; background: #fff; }
.faq-question { padding: 16px 20px; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.faq-question:hover { background: var(--cream); }
.faq-question i { color: var(--muted); margin-left: 12px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item:first-child .faq-answer, .faq-item.active .faq-answer { max-height: 500px; }
.faq-content { padding: 0 20px 18px; font-size: 14px; color: var(--muted); line-height: 1.75; }
.more-link { display: inline-block; margin-top: 6px; font-size: 13px; color: var(--rose-dark); text-decoration: underline; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list span { padding: 5px 12px; background: #dff3f5; color: var(--rose-dark); font-size: 12px; }
.article-header { margin-bottom: 28px; }
.article-header h1 { font-size: 28px; font-weight: 700; color: var(--ink); margin: 0 0 14px; line-height: 1.4; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; }
.article-nav { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-nav ul { list-style: none; display: flex; justify-content: space-between; gap: 16px; padding: 0; }
.article-nav li { flex: 1; font-size: 14px; color: var(--muted); line-height: 1.5; }
.article-nav li.r { text-align: right; }
.article-nav li a { color: var(--rose-dark); }
.article-nav li span { display: block; margin-top: 2px; font-size: 13px; color: var(--ink); }
.brand-widget { max-width: var(--max); margin: 0 auto; padding: 58px 22px 10px; }
.brand-widget .section-heading { margin-bottom: 26px; }
.brand-widget h2::before, .brand-article h2::before { content: "✦"; display: inline-block; margin-right: 10px; color: var(--rose); font-size: .7em; vertical-align: .15em; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.role-card { position: relative; padding: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 26px #12343d0d; transition: transform .2s, box-shadow .2s; }
.role-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px #12343d1c; }
.role-card h3 { margin: 16px 0 6px; font-size: 19px; }
.role-card p { color: var(--muted); font-size: 14px; line-height: 1.75; min-height: 50px; }
.role-avatar { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; color: #fff; font-size: 27px; font-weight: 700; }
.role-avatar-moon { background: linear-gradient(135deg,#165968,#2bb8c4); }.role-avatar-leaf { background: linear-gradient(135deg,#2a7667,#91c96d); }.role-avatar-star { background: linear-gradient(135deg,#24618a,#6c9fd2); }
.role-tag { display: inline-block; padding: 4px 9px; background: #e7f6f7; color: var(--rose-dark); font-size: 11px; }
.text-link { color: var(--rose-dark); font-size: 13px; }.text-link i { margin-left: 5px; }
.creator-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; counter-reset: steps; }
.creator-steps li { position: relative; padding: 22px 18px 18px; background: var(--cream); border-top: 3px solid var(--rose); }
.creator-steps li::before { content: ""; position: absolute; left: 18px; top: 58px; width: 22px; height: 2px; background: var(--rose); }
.creator-steps b { color: var(--rose-dark); font-size: 13px; letter-spacing: 1px; }.creator-steps h3 { margin: 20px 0 8px; font-size: 17px; }.creator-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.download-panel { max-width: var(--max); margin: 0 auto; padding: 58px 22px 12px; display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: center; }
.phone-mockup { width: 220px; height: 410px; border: 8px solid #12343d; border-radius: 32px; padding: 10px; background: #dff3f5; box-shadow: 0 20px 35px #12343d26; transform: rotate(-3deg); }.phone-screen { height: 100%; border-radius: 22px; background: linear-gradient(160deg,#f8ffff,#bce5e8); display: grid; place-content: center; justify-items: center; gap: 10px; color: var(--ink); }.phone-screen img { width: 70px; height: 70px; border-radius: 18px; }.phone-screen strong { font-size: 21px; }.phone-screen span { color: var(--muted); font-size: 12px; }
.download-copy h2 { font-size: 34px; margin: 10px 0 12px; }.download-copy p { color: var(--muted); }.download-actions { display: flex; align-items: center; gap: 16px; margin: 24px 0; }.download-note { color: var(--muted); font-size: 12px; }.download-note i { color: var(--green); margin-right: 4px; }.store-badges { display: grid; grid-template-columns: repeat(2, 170px); gap: 10px; }.store-badges span { display: grid; grid-template-columns: 30px 1fr; grid-template-rows: 1fr 1fr; align-items: center; padding: 9px 12px; border: 1px solid var(--line); }.store-badges i { grid-row: 1 / 3; font-size: 22px; color: var(--ink); }.store-badges b { font-size: 12px; }.store-badges small { color: var(--muted); font-size: 10px; }
.about-brand-card { max-width: var(--max); margin: 0 auto; padding: 54px 22px 18px; display: grid; grid-template-columns: 120px 1fr; gap: 26px; align-items: center; }.about-brand-card img { width: 112px; height: 112px; border-radius: 26px; box-shadow: 0 14px 28px #12343d1c; }.about-brand-card h2 { margin: 8px 0; font-size: 30px; }.about-brand-card p { margin: 0; color: var(--muted); }
@media (max-width: 800px) { .role-grid, .creator-steps { grid-template-columns: 1fr; }.download-panel { grid-template-columns: 1fr; gap: 28px; justify-items: center; text-align: center; }.download-copy p { margin-left: auto; margin-right: auto; }.download-actions { justify-content: center; flex-wrap: wrap; }.store-badges { margin: auto; }.about-brand-card { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
@media (max-width: 1024px) { .page-sidebar { width: 260px; } }
@media (max-width: 800px) { .page-sidebar { width: 100%; } .news-list-card { flex-direction: column; padding: 14px; } .news-list-img { width: 100%; min-width: 100%; height: 190px; } }
@media (max-width: 480px) { .pagination { gap: 4px; } .page-item { min-width: 30px; height: 30px; font-size: 11px; padding: 0 6px; } .article-nav ul { display: block; } .article-nav li.r { text-align: left; margin-top: 14px; } }
@media (max-width: 800px) {
	.site-header { height: 68px; padding: 0 16px; }
	.nav-toggle { display: block; }
	.header-action { display: none; }
	.site-nav { display: none; position: absolute; left: 0; right: 0; top: 68px; background: #fff; padding: 18px 22px; box-shadow: 0 10px 30px #12343d22; }
	.site-nav.open { display: block; }
	.nav-scrim.open { display: block; position: fixed; inset: 68px 0 0; z-index: 8; background: rgba(18,52,61,.35); }
	.site-nav.open { z-index: 9; }
	.site-nav ul { display: block; }
	.site-nav li { padding: 10px 0; }
	.site-cta { padding: 42px 22px; display: block; }
	.site-cta h2 { font-size: 25px; }
	.site-cta .button { margin-top: 20px; }
	.site-footer { grid-template-columns: 1fr 1fr; padding: 38px 22px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { display: block; }
	.footer-bottom span { display: block; margin: 5px 0; }
	.mobile-experience { display: flex; position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 20; border: 0; background: var(--rose-dark); color: #fff; padding: 12px 20px; border-radius: 24px; gap: 8px; }
	.action-sheet { position: fixed; bottom: 70px; left: 50%; transform: translateX(-50%); z-index: 20; background: #fff; padding: 10px; box-shadow: 0 10px 30px #12343d22; }
	.action-sheet.open { display: flex; gap: 10px; }
	.action-sheet a { border: 1px solid var(--rose-dark); padding: 10px 14px; color: var(--rose-dark); font-size: 13px; }
	.page-layout { grid-template-columns: 1fr; }
	.section { padding: 62px 18px; }
	.section-heading h2 { font-size: 30px; }
	.lanmu-section-header h1 { font-size: 34px; }
	.brand-hero { padding-top: 64px; padding-bottom: 64px; }
	.brand-hero h1 { font-size: 36px; }
	.brand-article { padding-top: 44px; font-size: 16px; }
	.brand-article h2 { font-size: 24px; }
}

/* Dedicated brand pages */
.creator-page,.download-page,.about-page{color:#163641;background:#fbfdfc}.creator-hero,.download-hero,.about-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:70px;align-items:center;padding:88px max(24px,calc((100% - 1120px)/2));background:#103d48;color:#fff}.creator-hero::before,.download-hero::before,.about-hero::before{content:"";position:absolute;width:520px;height:520px;right:-190px;top:-260px;border:1px solid #6ed3d366;border-radius:50%;box-shadow:0 0 0 48px #6ed3d314,0 0 0 96px #6ed3d30c}.creator-hero>*,.download-hero>*,.about-hero>*{position:relative}.creator-hero h1,.download-hero h1,.about-hero h1{max-width:700px;margin:12px 0 18px;font-size:47px;line-height:1.16;letter-spacing:0}.creator-hero p,.download-hero p,.about-hero p{max-width:590px;color:#d8e8e8;font-size:17px;line-height:1.9}.eyebrow{display:inline-block;color:#48c6c1;font-size:12px;font-weight:700;letter-spacing:1.4px}.creator-desk{display:grid;gap:16px;padding:20px;background:#f8ffff;color:#173e47;border:1px solid #a7dcd8;box-shadow:18px 18px 0 #5ccbc52b}.creator-desk::before{content:"编辑中";justify-self:start;padding:4px 8px;background:#dff4ee;color:#1b706a;font-size:11px}.desk-top{display:flex;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #d8e8e7;font-size:13px}.creator-desk strong{font-size:30px}.creator-desk small{color:#6a7f83}.desk-lines{display:grid;gap:8px}.desk-lines b{height:7px;background:#d9e8e8}.desk-lines b:nth-child(2){width:78%}.desk-lines b:nth-child(3){width:58%}.desk-message{padding:13px;background:#dff4ee;color:#286761;font-size:14px}.creator-section,.download-section,.about-values,.creator-copy,.download-copy,.about-copy{max-width:1120px;margin:auto;padding:82px 24px}.creator-heading,.download-heading,.about-heading{max-width:630px}.creator-heading h2,.download-heading h2,.about-heading h2,.creator-copy h2,.download-copy h2,.about-copy h2{margin:10px 0 14px;font-size:35px;letter-spacing:0}.creator-heading p,.download-heading p{color:#5d7479;line-height:1.9}.creator-steps{margin-top:34px;grid-template-columns:repeat(4,1fr);gap:1px;background:#cfe3e0}.creator-steps article{position:relative;min-height:260px;padding:34px 25px 24px;background:#fff}.creator-steps article::before{content:"";position:absolute;top:28px;right:25px;width:30px;height:2px;background:#4cc4bf}.creator-steps b{display:block;color:#238d89;font:700 12px/1 Arial;letter-spacing:1px}.creator-steps i{display:block;margin:32px 0 15px;color:#238d89;font-size:24px}.creator-steps h3{margin:0 0 9px;font-size:18px}.creator-steps p{margin:0;color:#60777c;font-size:14px;line-height:1.8}.creator-practice,.about-story{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1fr);max-width:1120px;margin:0 auto 20px;background:#eaf6f4}.creator-practice img,.about-story img{width:100%;height:100%;min-height:420px;object-fit:cover}.creator-practice>div,.about-story>div{padding:52px 54px}.creator-practice h2,.about-story h2,.about-statement h2{font-size:32px;line-height:1.35}.creator-practice p,.about-story p,.creator-copy p,.download-copy p,.about-copy p{color:#526c72;line-height:2}.creator-copy,.download-copy,.about-copy{}.creator-copy p+.creator-copy p,.download-copy p+.download-copy p,.about-copy p+.about-copy p{margin-top:18px}
.download-hero{background:#103e4a}.download-actions{display:flex;gap:12px;flex-wrap:wrap}.store-button{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:center;min-width:165px;padding:11px 15px;background:#fff;color:#143d45}.store-button i{grid-row:1/3;font-size:25px}.store-button small,.store-button span{display:block}.store-button small{font-size:10px;color:#6b7e83}.store-button.is-light{background:#1c5963;color:#fff;border:1px solid #82cfc9}.store-button.is-light small{color:#d5efed}.download-note{font-size:13px}.download-note i{color:#78d7c8;margin-right:5px}.phone-wrap{width:276px;height:540px;justify-self:center;padding:10px;border:8px solid #0b2931;border-radius:36px;background:#0b2931;box-shadow:20px 22px 0 #69d1c532}.phone-notch{width:104px;height:22px;margin:-3px auto 0;border-radius:0 0 15px 15px;background:#0b2931;position:relative;z-index:1}.phone-screen{height:497px;padding:20px 16px;border-radius:23px;background:#eefafa;display:grid;align-content:start;gap:16px;color:#183e48}.phone-status{display:flex;justify-content:space-between;font-size:11px}.phone-label{margin-top:12px;color:#238c88;font-size:12px;font-weight:bold}.phone-screen h2{margin:0;font-size:24px;line-height:1.25}.phone-card{display:grid;grid-template-columns:48px 1fr 16px;gap:10px;align-items:center;padding:10px;background:#fff;box-shadow:0 10px 18px #163b4120}.phone-card img{width:48px;height:48px;object-fit:cover}.phone-card b,.phone-card small{display:block}.phone-card small{margin-top:4px;color:#6e858a;font-size:11px}.phone-input{margin-top:100px;padding:11px;color:#7b9294;background:#dbeeed;font-size:12px}.phone-input i{float:right}.download-grid,.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.download-grid article,.values-grid article{position:relative;padding:28px;background:#fff;border:1px solid #d8e8e5}.download-grid article::before,.values-grid article::before{content:"";position:absolute;left:28px;top:0;width:36px;height:3px;background:#55c8be}.download-grid i,.values-grid i{color:#268d88;font-size:25px}.download-grid h3,.values-grid h3{margin:17px 0 8px}.download-grid p,.values-grid p{margin:0;color:#60777c;font-size:14px;line-height:1.8}.download-help{display:grid;grid-template-columns:280px minmax(0,1fr);gap:64px;align-items:center;max-width:1120px;margin:12px auto;padding:60px 24px;background:#e7f4f2}.download-qr{width:190px;height:190px;display:grid;place-items:center;position:relative;justify-self:center;background:repeating-linear-gradient(90deg,#173e48 0 7px,#fff 7px 14px),repeating-linear-gradient(#173e48 0 7px,#fff 7px 14px);background-blend-mode:screen}.download-qr::before{content:"";position:absolute;inset:32px;background:#fff}.download-qr>*{position:relative}.download-qr span,.download-qr b{color:#173e48;font-size:16px}.download-qr i{font-size:32px;color:#238d89}.download-qr small{font-size:11px}.download-help h2{font-size:31px}.download-help ol{padding:0;list-style:none}.download-help li{display:grid;grid-template-columns:45px 1fr;gap:14px;margin:17px 0}.download-help b{color:#238d89}.download-help p{margin:0;color:#557076;line-height:1.75}
.about-hero{display:block;text-align:center;padding-top:86px;padding-bottom:90px}.about-hero::before{right:50%;transform:translateX(50%);top:-370px}.about-hero p{margin-left:auto;margin-right:auto}.about-logo-lockup{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:28px;font-size:27px;font-weight:700}.about-logo-lockup img{width:62px;height:62px;object-fit:contain}.about-logo-lockup small{color:#62d2ca;font-size:16px}.about-statement{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:90px;align-items:center;max-width:1060px;margin:0 auto;padding:85px 24px}.about-statement p{color:#587278;line-height:1.95}.about-mark{display:grid;place-items:center;align-content:center;width:280px;height:280px;position:relative;justify-self:end;background:#dff3ef;color:#16434b}.about-mark::before{content:"";position:absolute;inset:20px;border:1px solid #62cfc5}.about-mark i{font-size:50px;color:#2faaa3}.about-mark span{font-size:28px;font-weight:700}.about-mark b{color:#238d89}.about-values{background:#f1f8f7;max-width:none;padding-left:max(24px,calc((100% - 1120px)/2));padding-right:max(24px,calc((100% - 1120px)/2))}.about-story{background:#fff;border:1px solid #d8e8e5}.about-copy{padding-bottom:96px}
.about-hero{min-height:500px;padding-top:72px;padding-bottom:72px}.about-hero h1{max-width:940px;margin:16px auto 18px;font-size:42px;line-height:1.22}.about-hero p{max-width:640px;margin-top:0;margin-bottom:24px}.about-logo-lockup{height:64px;margin-bottom:20px}.about-logo-lockup img{width:160px;height:64px;object-fit:contain}.about-mark{overflow:hidden;background:#fff;border:1px solid #b9e2de}.about-mark::before{z-index:1}.about-mark img{width:180px;height:auto;object-fit:contain}.about-mark i,.about-mark span,.about-mark b{display:none}

/* Article body overflow protection */
.page-main { min-width: 0; }
.article-content { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }
.article-content img,
.article-content video,
.article-content iframe,
.article-content embed,
.article-content object { display: block; max-width: 100%; height: auto; }
.article-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.article-content pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.article-content code { overflow-wrap: anywhere; word-break: break-word; }
@media(max-width:800px){.creator-hero,.download-hero{grid-template-columns:1fr;gap:42px;padding:66px 22px}.creator-hero h1,.download-hero h1,.about-hero h1{font-size:35px}.creator-desk{max-width:370px}.creator-section,.download-section,.about-values,.creator-copy,.download-copy,.about-copy{padding:58px 22px}.creator-steps,.download-grid,.values-grid{grid-template-columns:1fr;gap:12px;background:transparent}.creator-steps article{border:1px solid #d6e7e4;min-height:0}.creator-practice,.about-story,.download-help,.about-statement{grid-template-columns:1fr;gap:0;margin-left:22px;margin-right:22px}.creator-practice img,.about-story img{min-height:260px}.creator-practice>div,.about-story>div{padding:36px 26px}.download-help{padding:42px 22px}.download-qr{margin-bottom:24px}.about-hero{min-height:0;padding:60px 22px}.about-hero h1{max-width:640px;font-size:35px}.about-statement{padding:58px 0}.about-mark{justify-self:start;width:220px;height:220px}.about-mark img{width:145px}.about-values{padding:58px 22px}.creator-practice h2,.about-story h2,.about-statement h2,.download-help h2{font-size:27px}}
