/*
Theme Name: handy_app
Theme URI: https://guoxiangsoftware.com/wordrecite/
Author: Guoxiang Software
Description: 简忆生词本 iOS / macOS 产品官网主题。
Version: 1.0.0
Text Domain: handy_app
*/

:root {
  --ink: #15231f;
  --muted: #66736e;
  --paper: #f7f5ee;
  --green: #1f6b52;
  --green-dark: #164c3c;
  --mint: #dcece3;
  --lime: #d9eb72;
  --coral: #ff8068;
  --line: rgba(21, 35, 31, .13);
  --shadow: 0 22px 70px rgba(22, 76, 60, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20;
  background: rgba(247, 245, 238, .82); border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px); transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -.02em; }
.brand-copy { display:flex; flex-direction:column; gap:2px; }
.brand-copy strong { font-size:16px; line-height:1.15; }
.brand-copy small { color:var(--muted); font-size:11px; font-weight:500; letter-spacing:0; white-space:nowrap; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; object-fit: cover;
  box-shadow: 0 8px 20px rgba(31,107,82,.24);
}
.nav-links { display: flex; gap: 32px; align-items: center; color: #43504c; font-size: 15px; }
.nav-links a:hover { color: var(--green); }
.apps-menu { position:relative; }
.apps-menu-toggle { display:flex; align-items:center; gap:5px; padding:10px 0; color:#43504c; background:none; border:0; cursor:pointer; }
.apps-menu-toggle:hover,.apps-menu:focus-within .apps-menu-toggle { color:var(--green); }
.apps-menu-panel {
  position:absolute; top:calc(100% + 10px); left:50%; width:390px; padding:10px;
  border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.98); box-shadow:var(--shadow);
  opacity:0; visibility:hidden; pointer-events:none; transform:translate(-50%,-8px); transition:.2s ease;
}
.apps-menu-panel:before { content:""; position:absolute; left:0; right:0; top:-14px; height:14px; }
.apps-menu:hover .apps-menu-panel,.apps-menu:focus-within .apps-menu-panel,.apps-menu.open .apps-menu-panel { opacity:1; visibility:visible; pointer-events:auto; transform:translate(-50%,0); }
.apps-menu-item { display:grid; grid-template-columns:46px 1fr; gap:12px; align-items:center; padding:10px; border-radius:14px; }
.apps-menu-item:hover,.apps-menu-item.active { background:var(--mint); }
.apps-menu-item img { width:46px; height:46px; object-fit:cover; border-radius:11px; }
.apps-menu-item strong,.apps-menu-item small { display:block; }
.apps-menu-item strong { color:var(--ink); font-size:14px; }
.apps-menu-item small { margin-top:3px; color:var(--muted); font-size:10px; line-height:1.25; }
.language-menu-panel { width:210px; }
.language-menu-item { grid-template-columns:1fr; }
.language-menu-toggle { min-width:42px; justify-content:center; }
.language-menu-item.active { background:var(--green); }
.language-menu-item.active strong,
.language-menu-item.active small { color:white; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 9px;
  padding: 13px 20px; border-radius: 999px; border: 1px solid var(--ink); font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(21,35,31,.12); }
.button.primary { color: white; border-color: var(--green); background: var(--green); }
.button.primary:hover { background: var(--green-dark); }
.button.light { color: var(--green-dark); background: white; border-color: transparent; }
.button.small { padding: 10px 16px; font-size: 14px; }

.hero { min-height: 810px; padding: 156px 0 84px; position: relative; }
.hero:before {
  content: ""; position: absolute; width: 660px; height: 660px; right: -180px; top: 80px;
  border-radius: 50%; background: var(--mint); filter: blur(2px); opacity: .72;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; }
.eyebrow { color: var(--green); font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { font-size: clamp(54px, 7vw, 94px); line-height: .99; margin: 22px 0 26px; letter-spacing: -.075em; max-width: 720px; }
.hero h1 em { color: var(--green); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em:after { content:""; position:absolute; height:12px; background:var(--lime); left:0; right:0; bottom:3px; z-index:-1; border-radius:8px; transform:rotate(-1deg); }
.hero-copy { color: var(--muted); font-size: 19px; line-height: 1.75; max-width: 580px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.proof { margin-top: 35px; display: flex; gap: 28px; color: var(--muted); font-size: 13px; }
.proof strong { display:block; color:var(--ink); font-size:19px; margin-bottom:2px; }

.phone-stage { position: relative; height: 570px; display:grid; place-items:center; }
.hero-phone { width:264px; position:relative; z-index:3; filter:drop-shadow(0 38px 46px rgba(21,35,31,.28)); transform:rotate(2deg); }
.hero-phone img { width:100%; height:auto; }
.float-card {
  position: absolute; z-index: 4; background: rgba(255,255,255,.92); border:1px solid rgba(255,255,255,.8);
  border-radius: 20px; padding: 15px 17px; box-shadow: var(--shadow); backdrop-filter: blur(12px); font-size: 14px;
}
.float-card strong { display:block; font-size:22px; color:var(--green); margin-top:4px; }
.float-one { left: 0; top: 120px; transform: rotate(-5deg); }
.float-two { right: -5px; bottom: 90px; transform: rotate(4deg); }
.spark { width:78px; height:78px; border-radius:50%; background:var(--lime); position:absolute; right:52px; top:32px; }

.marquee { background:var(--ink); color:white; padding:18px 0; overflow:hidden; transform:rotate(-1deg); margin:0 -10px; }
.marquee-track { display:flex; gap:46px; width:max-content; animation:scroll 24s linear infinite; font-size:15px; font-weight:700; }
.marquee-track span:before { content:"✦"; color:var(--lime); margin-right:46px; }
@keyframes scroll { to { transform:translateX(-50%); } }

section { padding: 112px 0; }
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head h2 { font-size:clamp(40px,5vw,66px); line-height:1.04; letter-spacing:-.055em; margin:14px 0 18px; }
.section-head p { color:var(--muted); font-size:18px; line-height:1.7; }

.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.feature-card { min-height:300px; padding:30px; border-radius:28px; background:white; border:1px solid var(--line); transition:.25s ease; }
.feature-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.feature-card:nth-child(2), .feature-card:nth-child(6) { background:var(--mint); }
.feature-card:nth-child(4) { color:white; background:var(--green); }
.feature-icon { width:52px; height:52px; border-radius:16px; background:var(--paper); display:grid; place-items:center; font-size:24px; margin-bottom:48px; }
.feature-card:nth-child(4) .feature-icon { color:var(--ink); background:var(--lime); }
.feature-card h3 { font-size:23px; margin:0 0 12px; letter-spacing:-.03em; }
.feature-card p { color:var(--muted); line-height:1.65; margin:0; }
.feature-card:nth-child(4) p { color:rgba(255,255,255,.72); }

.showcase { background:var(--green); color:white; position:relative; }
.showcase .section-head p { color:rgba(255,255,255,.68); }
.showcase-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:80px; align-items:center; }
.mode-overview { position:relative; min-height:570px; padding:42px 32px; border-radius:36px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); overflow:hidden; }
.visual-label { display:flex; align-items:center; gap:12px; margin-bottom:22px; color:rgba(255,255,255,.72); font-size:14px; font-weight:700; }
.visual-label span { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--lime); color:var(--ink); }
.mode-orbit { position:relative; width:420px; height:420px; max-width:100%; margin:20px auto 0; border:1px solid rgba(255,255,255,.15); border-radius:50%; }
.mode-orbit:before { content:""; position:absolute; inset:68px; border:1px dashed rgba(217,235,114,.35); border-radius:50%; }
.orbit-center { position:absolute; inset:50%; width:150px; height:150px; margin:-75px; display:grid; place-content:center; text-align:center; border-radius:50%; color:var(--ink); background:var(--lime); line-height:1.35; box-shadow:0 20px 50px rgba(0,0,0,.2); }
.orbit-center strong { font-size:20px; }
.orbit-item { position:absolute; width:86px; height:86px; display:grid; place-content:center; text-align:center; border-radius:24px; background:white; color:var(--green-dark); font-size:27px; font-weight:800; box-shadow:0 16px 32px rgba(0,0,0,.2); }
.orbit-item small { display:block; margin-top:3px; color:var(--muted); font-size:10px; font-weight:600; }
.item-one { left:50%; top:-5px; margin-left:-43px; }
.item-two { right:-5px; top:50%; margin-top:-43px; }
.item-three { left:50%; bottom:-5px; margin-left:-43px; }
.item-four { left:-5px; top:50%; margin-top:-43px; }
.mode-list { display:grid; gap:12px; }
.mode { padding:20px 22px; border-radius:18px; background:rgba(255,255,255,.08); display:grid; grid-template-columns:42px 1fr; gap:14px; align-items:center; border:1px solid rgba(255,255,255,.1); }
.mode i { width:42px; height:42px; display:grid; place-items:center; background:var(--lime); color:var(--ink); border-radius:13px; font-style:normal; }
.mode strong { display:block; margin-bottom:3px; }
.mode small { color:rgba(255,255,255,.62); font-size:13px; }

.platforms { background:#eef0e8; }
.platform-grid { display:grid; grid-template-columns:1.18fr .82fr; gap:20px; align-items:stretch; }
.platform-card { border-radius:34px; overflow:hidden; position:relative; min-height:590px; }
.platform-copy { padding:34px 36px 18px; position:relative; z-index:2; }
.platform-copy h3 { font-size:32px; line-height:1.12; letter-spacing:-.04em; margin:12px 0; }
.platform-copy p { color:var(--muted); line-height:1.65; max-width:590px; margin:0; }
.card-index {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  color:var(--ink);
  background:var(--lime);
  font-weight:800;
  font-size:14px;
}
.mac-card { background:#101211; color:white; }
.mac-card .platform-copy p { color:rgba(255,255,255,.63); }
.mac-card img { width:94%; margin:20px auto 0; }
.reading-card { background:var(--mint); }
.learning-pair { display:flex; align-items:flex-start; justify-content:center; gap:0; height:430px; margin-top:18px; overflow:hidden; }
.reading-card .learning-pair img { height:430px; width:auto; max-width:62%; object-fit:contain; margin:0 -9%; filter:drop-shadow(0 24px 28px rgba(21,35,31,.18)); }
.reading-card .learning-pair img:first-child { transform:rotate(-3deg) translateY(18px); }
.reading-card .learning-pair img:last-child { transform:rotate(3deg); }

.workflow { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; counter-reset:step; }
.step { counter-increment:step; padding:26px 24px; border-top:1px solid var(--line); }
.step:before { content:"0" counter(step); display:block; color:var(--coral); font-weight:800; font-size:14px; margin-bottom:42px; }
.step h3 { font-size:22px; margin:0 0 10px; }
.step p { color:var(--muted); line-height:1.6; margin:0; }

.quote { padding-top:20px; }
.quote-card { background:var(--lime); border-radius:40px; padding:64px; display:grid; grid-template-columns:1fr auto; gap:40px; align-items:end; }
.quote-card blockquote { margin:0; font-size:clamp(31px,4vw,54px); line-height:1.18; letter-spacing:-.045em; max-width:820px; }
.quote-card p { margin:18px 0 0; color:#536020; }

.download { padding-bottom:120px; }
.download-card { border-radius:42px; background:var(--ink); color:white; padding:76px; text-align:center; position:relative; overflow:hidden; }
.download-card:before,.download-card:after { content:""; position:absolute; border-radius:50%; background:var(--green); }
.download-card:before { width:300px; height:300px; left:-120px; top:-170px; }
.download-card:after { width:220px; height:220px; right:-80px; bottom:-120px; }
.download-card > * { position:relative; z-index:1; }
.download-card h2 { font-size:clamp(42px,5vw,68px); letter-spacing:-.055em; margin:0 0 18px; }
.download-card p { color:rgba(255,255,255,.65); font-size:18px; margin-bottom:30px; }
.store-button { display:inline-flex; align-items:center; gap:12px; padding:13px 22px; border-radius:14px; background:white; color:var(--ink); text-align:left; }
.store-button span { font-size:24px; }
.store-button small { display:block; font-size:9px; text-transform:uppercase; }
.store-button strong { font-size:18px; }

.site-footer { padding:34px 0 42px; border-top:1px solid var(--line); }
.footer-inner { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:14px; }
.footer-links { display:flex; gap:22px; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s, transform .7s; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 900px) {
  .nav-links > a:not(.button) { display:none; }
  .hero { padding-top:130px; }
  .hero-grid,.showcase-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:680px; }
  .phone-stage { margin-top:10px; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }
  .showcase-grid { gap:30px; }
  .mode-overview { max-width:600px; width:100%; margin:auto; }
  .platform-grid { grid-template-columns:1fr; }
  .workflow { grid-template-columns:repeat(2,1fr); }
  .directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  :is(.postid-74, .postid-268, .postid-486) .article-content {
    width:min(100% - 40px, 820px);
    max-width:820px;
  }
  :is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns {
    gap:24px;
  }
  :is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns > .wp-block-column[style] {
    flex-basis:100%!important;
  }
}
@media (max-width: 600px) {
  .container { width:min(100% - 26px,1180px); }
  .nav { height:68px; }
  .brand-copy strong { font-size:14px; }
  .brand-copy small { font-size:9px; }
  .hero { padding-top:110px; min-height:auto; }
  .hero h1 { font-size:51px; }
  .hero-copy { font-size:17px; }
  .proof { gap:16px; }
  .phone-stage { height:520px; transform:scale(.9); margin:-10px -20px; }
  section { padding:84px 0; }
  .feature-grid,.workflow { grid-template-columns:1fr; }
  .feature-card { min-height:260px; }
  .hero-phone { width:240px; }
  .mode-overview { min-height:480px; padding:32px 20px; }
  .mode-orbit { width:340px; height:340px; }
  .platform-card { min-height:auto; }
  .platform-copy { padding:28px 24px 12px; }
  .mac-card img { margin-top:22px; }
  .learning-pair { height:360px; }
  .reading-card .learning-pair img { height:360px; }
  .quote-card,.download-card { padding:38px 26px; border-radius:28px; }
  .quote-card { grid-template-columns:1fr; }
  .footer-inner { flex-direction:column; align-items:flex-start; gap:18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*:before,*:after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
}

/* Article archive and single posts */
.content-page { background:#f7f5ee; }
.content-header { border-bottom:1px solid var(--line); }
.content-main { min-height:70vh; padding-top:76px; }
.app-landing { min-height:calc(100vh - 150px); display:grid; place-items:center; padding:90px 0; background:radial-gradient(circle at 50% 25%,var(--mint),transparent 45%); }
.app-landing-inner { text-align:center; }
.app-landing-icon { width:clamp(150px,20vw,230px); aspect-ratio:1; margin:0 auto 34px; border-radius:24%; box-shadow:0 30px 70px rgba(21,35,31,.2); }
.app-landing h1 { margin:16px 0 15px; font-size:clamp(54px,8vw,92px); line-height:1; letter-spacing:-.065em; }
.app-landing p { max-width:680px; margin:0 auto; color:var(--muted); font-size:20px; line-height:1.7; }
.app-landing-actions { display:flex; justify-content:center; gap:14px; margin-top:32px; flex-wrap:wrap; }
.app-directory-page { background:#f7f5ee; }
.app-directory-shell { min-height:100vh; display:flex; flex-direction:column; }
.app-directory-shell main { flex:1; }
.directory-header { border-bottom:1px solid var(--line); }
.directory-brand-mark {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:white;
  background:var(--green);
  font-weight:900;
  box-shadow:0 8px 20px rgba(31,107,82,.24);
}
.directory-nav { gap:12px; }
.app-directory-hero {
  min-height:calc(100vh - 153px);
  display:grid;
  align-items:center;
  padding:150px 0 78px;
  background:
    radial-gradient(circle at 80% 18%,rgba(217,235,114,.55),transparent 30%),
    linear-gradient(180deg,#f7f5ee 0%,#eef0e8 100%);
}
.directory-copy { max-width:780px; margin-bottom:34px; }
.directory-copy h1 {
  margin:16px 0 18px;
  font-size:clamp(48px,7vw,82px);
  line-height:1.02;
  letter-spacing:0;
}
.directory-copy p { max-width:640px; margin:0; color:var(--muted); font-size:19px; line-height:1.7; }
.directory-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.directory-app-card {
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:20px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:28px;
  background:rgba(255,255,255,.88);
  box-shadow:0 16px 45px rgba(21,35,31,.08);
  transition:transform .2s, box-shadow .2s, border-color .2s;
}
.directory-app-card:hover {
  transform:translateY(-5px);
  border-color:rgba(31,107,82,.3);
  box-shadow:var(--shadow);
}
.directory-app-card img {
  width:72px;
  height:72px;
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 12px 25px rgba(21,35,31,.12);
}
.directory-app-card strong,
.directory-app-card small,
.directory-app-card em { display:block; }
.directory-app-card strong { font-size:23px; line-height:1.15; letter-spacing:0; }
.directory-app-card small { margin-top:9px; color:var(--muted); font-size:13px; line-height:1.45; }
.directory-app-card em { color:var(--green); font-style:normal; font-size:14px; font-weight:800; }
@media (max-width:900px) {
  .directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
.archive-hero { padding:96px 0 68px; background:var(--mint); }
.archive-hero h1 { margin:14px 0 18px; font-size:clamp(48px,7vw,82px); line-height:1; letter-spacing:-.06em; }
.archive-hero p { max-width:650px; color:var(--muted); font-size:18px; line-height:1.7; }
.post-archive { padding:72px 0 112px; }
.post-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.post-card { overflow:hidden; border:1px solid var(--line); border-radius:28px; background:white; transition:.25s ease; }
.post-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.post-card-body { padding:28px; }
.post-card-body time,.article-header time { color:var(--coral); font-size:13px; font-weight:800; }
.post-card-body h2 { margin:12px 0; font-size:28px; line-height:1.2; letter-spacing:-.035em; }
.post-card-body p { color:var(--muted); line-height:1.65; }
.read-more { display:inline-block; margin-top:9px; color:var(--green); font-weight:800; }
.pagination { margin-top:42px; }
.pagination .nav-links { display:flex; justify-content:center; gap:12px; }
.pagination .page-numbers { padding:10px 14px; border-radius:999px; background:white; border:1px solid var(--line); }
.pagination .current { color:white; background:var(--green); }
.empty-state { padding:90px 24px; border:1px dashed var(--line); border-radius:30px; text-align:center; background:white; }
.empty-state span { color:var(--green); font-size:42px; }
.empty-state h2 { font-size:34px; margin:12px 0; }
.empty-state p { color:var(--muted); }
.single-article { padding:82px 0 110px; }
.article-header { max-width:900px; }
.article-back { display:inline-block; margin-bottom:50px; color:var(--green); font-weight:700; }
.article-header h1 { margin:16px 0 24px; font-size:clamp(46px,7vw,82px); line-height:1.04; letter-spacing:-.058em; }
.article-deck { max-width:760px; color:var(--muted); font-size:21px; line-height:1.65; }
.article-content { max-width:820px; padding-top:64px; font-size:18px; line-height:1.85; }
.article-content h2 { margin:2.2em 0 .7em; font-size:38px; line-height:1.2; letter-spacing:-.035em; }
.article-content h3 { margin:2em 0 .6em; font-size:28px; }
.article-content p { margin:0 0 1.45em; }
.article-content img { height:auto; border-radius:20px; }
.article-content p img[class*="wp-image-"],
.article-content li img[class*="wp-image-"],
.article-content img[src*="/sf-symbols/"],
.article-content p img[style*="width: 30px"],
.article-content li img[style*="width: 30px"],
.article-content p img[style*="width: 39px"],
.article-content li img[style*="width: 39px"],
.article-content p img[style*="width: 41px"],
.article-content li img[style*="width: 41px"],
.article-content p img[style*="width: 42px"],
.article-content li img[style*="width: 42px"],
.article-content img[width="30"],
.article-content img[width="39"],
.article-content img[width="41"],
.article-content img[src*="/magnifyingglass"],
.article-content img[src*="/pencil"],
.article-content img[src*="/speaker"],
.article-content img[src*="/ellipsis"],
.article-content img[src*="/list.bullet"],
.article-content img[src*="/w.square"],
.article-content img[src*="/paperplane"],
.article-content img[src*="/mappin"],
.article-content img[src*="/plus"],
.article-content img[src*="/minus"],
.article-content img[src*="/play"],
.article-content img[src*="/arrow"],
.article-content img[src*="/square.grid"],
.article-content img[src*="/waveform"],
.article-content .inline-icon-run img {
  display:inline-block!important;
  width:1.35em!important;
  max-width:1.35em;
  height:auto!important;
  max-height:1.35em;
  margin:0 .18em;
  border-radius:0;
  vertical-align:-.22em;
}
.article-content .inline-icon-run {
  white-space:nowrap;
}
.article-content .wp-block-table {
  margin:2em 0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.article-content table {
  width:100%;
  min-width:640px;
  border-collapse:collapse;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:14px;
  background:white;
}
.article-content td,
.article-content th {
  border:1px solid var(--line);
  padding:.65em .8em;
  vertical-align:top;
}
.article-content tbody tr:nth-child(odd) {
  background:rgba(232,246,238,.45);
}
.article-content td:first-child,
.article-content th:first-child {
  white-space:nowrap;
}
.article-content a { color:var(--green); text-decoration:underline; text-underline-offset:3px; }
.article-content blockquote { margin:2em 0; padding:24px 28px; border-left:5px solid var(--lime); background:white; border-radius:0 18px 18px 0; }
:is(.postid-74, .postid-268, .postid-486) .article-content {
  width:min(1400px, calc(100% - 160px));
  max-width:1400px;
}
:is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns {
  gap:54px;
  align-items:flex-start;
}
:is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns > .wp-block-column[style*="66.66%"] {
  flex-basis:60%!important;
}
:is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns > .wp-block-column[style*="33.33%"] {
  flex-basis:40%!important;
}
:is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns > .wp-block-column[style*="33.33%"] .wp-block-image {
  margin:0;
}
:is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns > .wp-block-column[style*="33.33%"] .wp-block-image img {
  width:100%;
  height:auto;
}
.article-comments { max-width:820px; padding-top:34px; }
.comments-inner {
  padding-top:46px;
  border-top:1px solid var(--line);
}
.comments-header {
  display:grid;
  gap:8px;
  margin-bottom:22px;
}
.comments-header h2,
.comment-reply-title {
  margin:0;
  font-size:clamp(30px,4vw,42px);
  line-height:1.15;
  letter-spacing:0;
}
.comments-header p,
.comment-notes,
.logged-in-as,
.no-comments {
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.comment-moderation-note {
  margin:0 0 20px;
  padding:14px 16px;
  border:1px solid rgba(31,107,82,.22);
  border-radius:14px;
  color:var(--green-dark);
  background:var(--mint);
  line-height:1.6;
}
.comment-list {
  display:grid;
  gap:14px;
  margin:24px 0 38px;
  padding:0;
  list-style:none;
}
.comment-card {
  padding:20px 22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:white;
}
.comment-card-header {
  display:flex;
  justify-content:space-between;
  gap:14px;
  margin-bottom:10px;
  color:var(--muted);
  font-size:13px;
}
.comment-card-header strong {
  color:var(--ink);
  font-size:16px;
}
.comment-body {
  color:#33413d;
  line-height:1.75;
}
.comment-body p {
  margin:0 0 1em;
}
.comment-body p:last-child {
  margin-bottom:0;
}
.comment-respond {
  margin-top:34px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:24px;
  background:white;
  box-shadow:0 16px 45px rgba(21,35,31,.08);
}
.handy-comment-form {
  display:grid;
  gap:16px;
  margin-top:20px;
}
.handy-comment-form p {
  margin:0;
}
.handy-comment-form label {
  display:block;
  margin-bottom:8px;
  color:#43504c;
  font-size:14px;
  font-weight:800;
}
.handy-comment-form input[type="text"],
.handy-comment-form textarea {
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 15px;
  color:var(--ink);
  background:#fbfaf6;
  font:inherit;
}
.handy-comment-form textarea {
  min-height:150px;
  resize:vertical;
  line-height:1.65;
}
.handy-comment-form input:focus,
.handy-comment-form textarea:focus {
  outline:2px solid rgba(31,107,82,.2);
  border-color:rgba(31,107,82,.45);
}
.comment-submit {
  cursor:pointer;
  justify-self:start;
}

.contact-page { padding:112px 0 96px; }
.contact-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:28px; align-items:start; }
.contact-intro { position:sticky; top:112px; }
.contact-intro h1 { margin:16px 0 18px; font-size:clamp(44px,6vw,72px); line-height:1.02; letter-spacing:-.055em; }
.contact-intro p { color:var(--muted); font-size:18px; line-height:1.75; }
.contact-card,.contact-methods a { border:1px solid var(--line); background:white; box-shadow:var(--shadow); }
.contact-card { padding:36px; border-radius:30px; }
.contact-card h2 { margin:0 0 18px; font-size:30px; letter-spacing:-.035em; }
.contact-card p { color:var(--muted); line-height:1.8; }
.contact-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.contact-methods { grid-column:2; display:grid; gap:14px; }
.contact-methods a { display:grid; gap:7px; padding:20px 22px; border-radius:20px; transition:.2s ease; }
.contact-methods a:hover { transform:translateY(-3px); }
.contact-methods span { color:var(--green); font-size:13px; font-weight:800; text-transform:uppercase; }
.contact-methods strong { font-size:18px; overflow-wrap:anywhere; }
.contact-methods small { color:var(--muted); line-height:1.55; }

.faq-page { padding:112px 0 104px; }
.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:36px; align-items:start; }
.faq-intro { position:sticky; top:112px; }
.faq-intro h1 { margin:16px 0 18px; font-size:clamp(44px,6vw,72px); line-height:1.02; letter-spacing:-.055em; }
.faq-intro p { color:var(--muted); font-size:18px; line-height:1.75; }
.faq-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.faq-list { display:grid; gap:16px; }
.faq-item { padding:28px 30px; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:var(--shadow); }
.faq-item h2 { margin:0 0 12px; font-size:24px; line-height:1.25; letter-spacing:-.025em; }
.faq-item h2:before { content:"Q"; display:inline-grid; place-items:center; width:28px; height:28px; margin-right:10px; border-radius:50%; color:white; background:var(--green); font-size:13px; vertical-align:2px; }
.faq-item p { margin:0; color:var(--muted); font-size:16px; line-height:1.85; }

.not-found-page { min-height:calc(100vh - 182px); display:grid; align-items:center; padding:120px 0 96px; }
.not-found-inner { max-width:760px; text-align:center; }
.not-found-inner h1 { margin:18px 0; font-size:clamp(48px,7vw,84px); line-height:1; letter-spacing:-.06em; }
.not-found-inner p { margin:0 auto; max-width:520px; color:var(--muted); font-size:18px; line-height:1.75; }
.not-found-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:34px; }

@media (max-width:700px) {
  .site-header { background:rgba(247,245,238,.94); }
  .nav {
    position:relative;
    height:auto;
    min-height:76px;
    flex-wrap:wrap;
    align-content:center;
    gap:10px;
    padding:10px 0 12px;
  }
  .brand {
    flex:1 1 100%;
    min-width:0;
    gap:9px;
    padding-right:112px;
  }
  .brand-copy { min-width:0; }
  .brand-copy strong,
  .brand-copy small {
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .brand-mark {
    width:40px;
    height:40px;
    flex:0 0 40px;
  }
  .nav-links {
    order:2;
    width:100%;
    gap:8px;
    overflow-x:auto;
    padding-bottom:2px;
    font-size:13px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .nav-links.apps-menu-active {
    overflow:visible;
  }
  .nav-links::-webkit-scrollbar { display:none; }
  .nav-links > a:not(.button),
  .content-nav > a:not(.button) {
    display:inline-flex;
  }
  .nav-links > a,
  .apps-menu-toggle {
    flex:0 0 auto;
    align-items:center;
    min-height:38px;
    padding:8px 11px;
    border:1px solid var(--line);
    border-radius:999px;
    background:rgba(255,255,255,.66);
    white-space:nowrap;
  }
  .apps-menu-toggle { display:inline-flex; }
  .button.small {
    position:absolute;
    top:11px;
    right:0;
    max-width:104px;
    min-height:38px;
    padding:8px 13px;
    font-size:13px;
    white-space:nowrap;
  }
  .hero { padding-top:148px; }
  .content-main { padding-top:126px; }
  .archive-hero { padding:72px 0 52px; }
  .post-grid { grid-template-columns:1fr; }
  .single-article { padding-top:60px; }
  .article-back { margin-bottom:36px; }
  .article-content { font-size:17px; padding-top:46px; }
  :is(.postid-74, .postid-268, .postid-486) .article-header,
  :is(.postid-74, .postid-268, .postid-486) .article-content {
    width:calc(100% - 18px);
    max-width:none;
  }
  :is(.postid-74, .postid-268, .postid-486) .article-content > .wp-block-columns {
    gap:16px;
  }
  .contact-page { padding:72px 0 68px; }
  .contact-layout,.contact-methods { grid-template-columns:1fr; }
  .contact-intro { position:static; }
  .contact-methods { grid-column:auto; }
  .contact-card { padding:26px 22px; border-radius:22px; }
  .faq-page { padding:72px 0 70px; }
  .faq-layout { grid-template-columns:1fr; gap:26px; }
  .faq-intro { position:static; }
  .faq-actions .button { width:100%; }
  .faq-item { padding:23px 21px; border-radius:20px; }
  .faq-item h2 { font-size:21px; }
  .not-found-page { min-height:auto; padding:86px 0 70px; }
  .app-directory-hero { min-height:auto; padding:150px 0 64px; }
  .directory-grid { grid-template-columns:1fr; }
  .directory-app-card {
    min-height:0;
    display:grid;
    grid-template-columns:58px 1fr auto;
    align-items:center;
    padding:16px;
    border-radius:22px;
  }
  .directory-app-card img { width:58px; height:58px; border-radius:14px; }
  .directory-app-card strong { font-size:18px; }
  .directory-app-card small { font-size:12px; }
  .apps-menu-panel { position:fixed; z-index:30; top:118px; left:13px; right:13px; width:auto; transform:translateY(-8px); }
  .language-menu-panel { left:auto; right:13px; width:min(220px,calc(100% - 26px)); }
  .apps-menu:hover .apps-menu-panel,.apps-menu:focus-within .apps-menu-panel,.apps-menu.open .apps-menu-panel { transform:none; }
}

/* 简明记账 product page */
.expense-site { --expense-purple:#6657e8; --expense-pink:#e562b5; --expense-blue:#3279ee; --expense-ink:#171527; background:#faf9ff; color:var(--expense-ink); overflow:hidden; }
.expense-hero { min-height:760px; padding:130px 0 78px; background:radial-gradient(circle at 72% 30%,#e8e3ff 0,transparent 38%),linear-gradient(145deg,#fbfaff 0%,#f5f2ff 58%,#fff5fb 100%); }
.expense-hero-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:70px; align-items:center; }
.expense-kicker { display:inline-flex; align-items:center; gap:10px; padding:8px 13px 8px 8px; border:1px solid rgba(102,87,232,.16); border-radius:999px; background:white; color:#5147b8; font-size:13px; font-weight:800; }
.expense-kicker img { width:32px; height:32px; border-radius:8px; }
.expense-hero h1 { margin:24px 0; font-size:clamp(56px,7vw,92px); line-height:.98; letter-spacing:-.072em; }
.expense-hero h1 em { color:var(--expense-purple); font-style:normal; }
.expense-hero-copy > p { max-width:600px; color:#68637e; font-size:19px; line-height:1.75; }
.expense-primary { color:white; border-color:transparent; background:linear-gradient(135deg,var(--expense-purple),var(--expense-pink)); }
.expense-primary:hover { box-shadow:0 16px 34px rgba(102,87,232,.3); }
.expense-proof { display:flex; gap:22px; margin-top:30px; color:#77718c; font-size:12px; font-weight:700; flex-wrap:wrap; }
.expense-device-stage { height:560px; position:relative; display:grid; place-items:center; }
.expense-orb { position:absolute; width:470px; height:470px; border-radius:50%; background:linear-gradient(140deg,#6657e8,#e562b5); box-shadow:0 35px 80px rgba(102,87,232,.25); }
.expense-phone { position:relative; z-index:2; height:550px; width:auto; filter:drop-shadow(0 26px 28px rgba(23,21,39,.28)); transform:rotate(3deg); }
.expense-float { position:absolute; z-index:3; min-width:148px; padding:15px 18px; border:1px solid rgba(255,255,255,.85); border-radius:18px; background:rgba(255,255,255,.9); box-shadow:0 18px 45px rgba(41,34,100,.18); backdrop-filter:blur(12px); }
.expense-float small,.expense-float strong { display:block; }
.expense-float small { color:#7b758e; font-size:11px; }
.expense-float strong { margin-top:4px; font-size:22px; }
.expense-income { right:-10px; top:90px; }
.expense-income strong { color:#1aa75d; }
.expense-spend { left:-10px; bottom:85px; }
.expense-spend strong { color:#ef4e62; }
.expense-quick { padding:0; background:var(--expense-ink); color:white; }
.expense-quick-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.expense-quick-grid > div { padding:26px 30px; border-right:1px solid rgba(255,255,255,.1); }
.expense-quick-grid > div:last-child { border:0; }
.expense-quick strong,.expense-quick span { display:block; }
.expense-quick strong { color:#b9afff; font-size:24px; }
.expense-quick span { margin-top:4px; color:rgba(255,255,255,.58); font-size:12px; }
.expense-features { background:#faf9ff; }
.expense-feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.expense-feature-card { min-height:330px; padding:30px; border:1px solid rgba(102,87,232,.13); border-radius:30px; background:white; position:relative; }
.expense-feature-card.featured { color:white; background:linear-gradient(145deg,#6657e8,#4a3fc0); }
.expense-feature-card.featured p { color:rgba(255,255,255,.68); }
.expense-feature-no { position:absolute; top:28px; right:28px; color:#a8a1bc; font-size:12px; font-weight:800; }
.expense-feature-card.featured .expense-feature-no { color:rgba(255,255,255,.5); }
.expense-feature-icon { width:56px; height:56px; display:grid; place-items:center; margin-bottom:54px; border-radius:17px; background:#efedff; color:var(--expense-purple); font-size:26px; font-weight:800; }
.expense-feature-card.featured .expense-feature-icon { color:var(--expense-ink); background:#dcd7ff; }
.expense-feature-card h3 { margin:0 0 11px; font-size:25px; letter-spacing:-.035em; }
.expense-feature-card p { margin:0; color:#716b82; line-height:1.68; }
.expense-insights { color:white; background:var(--expense-ink); }
.expense-insights-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; align-items:center; }
.expense-chart-stage { height:620px; position:relative; display:grid; place-items:center; }
.chart-backdrop { position:absolute; width:450px; height:450px; border-radius:50%; background:linear-gradient(145deg,#e562b5,#6657e8); filter:blur(.2px); opacity:.75; }
.expense-chart-stage img { position:relative; height:590px; width:auto; filter:drop-shadow(0 25px 35px rgba(0,0,0,.38)); transform:rotate(-3deg); }
.expense-insights .eyebrow { color:#b9afff; }
.expense-insights h2 { margin:16px 0 22px; font-size:clamp(46px,6vw,72px); line-height:1.02; letter-spacing:-.06em; }
.expense-insights-copy > p { color:rgba(255,255,255,.62); font-size:18px; line-height:1.75; }
.expense-insights ul { padding:0; margin:30px 0 0; list-style:none; display:grid; gap:13px; }
.expense-insights li { display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.82); }
.expense-insights li span { width:28px; height:28px; display:grid; place-items:center; border-radius:50%; color:var(--expense-ink); background:#b9afff; font-weight:900; }
.expense-privacy { background:#faf9ff; }
.expense-privacy-card { padding:62px; border-radius:36px; background:linear-gradient(135deg,#eeeaff,#ffe9f6); display:grid; grid-template-columns:1fr auto; gap:60px; align-items:center; }
.expense-privacy-card h2 { margin:12px 0 14px; font-size:clamp(38px,5vw,58px); line-height:1.08; letter-spacing:-.05em; }
.expense-privacy-card p { max-width:700px; margin:0; color:#6e6881; line-height:1.72; }
.privacy-badges { display:flex; gap:10px; }
.privacy-badges span { width:96px; height:96px; display:grid; place-content:center; text-align:center; border-radius:25px; background:white; color:var(--expense-purple); font-size:24px; font-weight:800; box-shadow:0 15px 35px rgba(73,58,160,.1); }
.privacy-badges small { display:block; margin-top:5px; color:#77718c; font-size:10px; }
.expense-cta { padding-top:20px; background:#faf9ff; }
.expense-cta-card { padding:78px 30px; border-radius:38px; text-align:center; color:white; background:linear-gradient(135deg,#4035a4,#8b57de 58%,#df62ae); }
.expense-cta-card > img { width:100px; height:100px; margin:0 auto 24px; border-radius:24px; box-shadow:0 20px 40px rgba(20,10,72,.3); }
.expense-cta-card h2 { margin:0 0 12px; font-size:clamp(43px,6vw,70px); letter-spacing:-.06em; }
.expense-cta-card p { margin:0; color:rgba(255,255,255,.68); font-size:18px; }
.expense-light { color:white; border-color:rgba(255,255,255,.45); background:rgba(255,255,255,.08); }
@media (max-width:900px) {
  .expense-hero-grid,.expense-insights-grid { grid-template-columns:1fr; }
  .expense-hero { padding-top:110px; }
  .expense-device-stage { margin-top:20px; }
  .expense-insights-grid { gap:30px; }
  .expense-privacy-card { grid-template-columns:1fr; }
}
@media (max-width:600px) {
  .expense-hero h1 { font-size:52px; }
  .expense-device-stage { height:500px; }
  .expense-orb { width:350px; height:350px; }
  .expense-phone { height:470px; }
  .expense-income { right:0; }
  .expense-spend { left:0; }
  .expense-quick-grid { grid-template-columns:1fr; }
  .expense-quick-grid > div { border-right:0; border-bottom:1px solid rgba(255,255,255,.1); }
  .expense-feature-grid { grid-template-columns:1fr; }
  .expense-chart-stage { height:520px; }
  .expense-chart-stage img { height:500px; }
  .chart-backdrop { width:330px; height:330px; }
  .expense-privacy-card { padding:38px 24px; }
  .privacy-badges { flex-wrap:wrap; }
  .privacy-badges span { width:86px; height:86px; }
  .expense-cta-card { padding:55px 22px; }
}

/* 旅行轨迹记录 product page — iPhone, iPad and Apple Watch */
.journey-site { --journey-ink:#10231d; --journey-green:#1f7253; --journey-lime:#bce765; --journey-sand:#f3efe3; --journey-blue:#3e7f8b; color:var(--journey-ink); background:var(--journey-sand); overflow:hidden; }
.journey-hero { min-height:790px; padding:138px 0 80px; color:white; background:#10231d; position:relative; }
.journey-contours { position:absolute; inset:0; opacity:.17; background-image:repeating-radial-gradient(ellipse at 72% 30%,transparent 0 55px,rgba(188,231,101,.42) 56px 58px,transparent 59px 94px); transform:scale(1.2); }
.journey-hero-grid { position:relative; display:grid; grid-template-columns:1.03fr .97fr; gap:70px; align-items:center; }
.journey-kicker { display:inline-flex; align-items:center; gap:10px; padding:8px 14px 8px 8px; border:1px solid rgba(255,255,255,.14); border-radius:999px; color:rgba(255,255,255,.74); background:rgba(255,255,255,.06); font-size:12px; font-weight:800; }
.journey-kicker img { width:34px; height:34px; border-radius:9px; }
.journey-hero h1 { margin:25px 0; font-size:clamp(57px,7vw,94px); line-height:.98; letter-spacing:-.075em; }
.journey-hero h1 em { color:var(--journey-lime); font-style:normal; }
.journey-hero-copy > p { max-width:590px; color:rgba(255,255,255,.65); font-size:19px; line-height:1.75; }
.journey-primary { color:var(--journey-ink); border-color:var(--journey-lime); background:var(--journey-lime); }
.journey-primary:hover { background:#cdf27d; box-shadow:0 16px 35px rgba(188,231,101,.2); }
.journey-outline { color:inherit; border-color:rgba(255,255,255,.38); background:transparent; }
.journey-platform-note { display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.journey-platform-note span { padding:8px 11px; border-radius:999px; color:rgba(255,255,255,.65); background:rgba(255,255,255,.07); font-size:11px; font-weight:700; }
.journey-map-stage { height:575px; position:relative; display:grid; place-items:center; }
.journey-map-card { width:310px; height:590px; position:relative; background:transparent; filter:drop-shadow(0 38px 45px rgba(0,0,0,.42)); transform:rotate(3deg); }
.journey-map-card img { width:100%; height:100%; object-fit:contain; object-position:center; }
.journey-route { position:absolute; z-index:2; inset:0; pointer-events:none; }
.journey-route i { position:absolute; width:12px; height:12px; border:3px solid white; border-radius:50%; background:var(--journey-lime); box-shadow:0 0 0 5px rgba(188,231,101,.2); }
.journey-route i:nth-child(1) { left:27%; top:43%; }.journey-route i:nth-child(2) { left:42%; top:49%; }.journey-route i:nth-child(3) { left:56%; top:45%; }.journey-route i:nth-child(4) { left:68%; top:51%; }.journey-route i:nth-child(5) { left:76%; top:47%; }
.journey-stat { position:absolute; z-index:3; min-width:135px; padding:14px 17px; border-radius:17px; color:var(--journey-ink); background:rgba(255,255,255,.94); box-shadow:0 18px 40px rgba(0,0,0,.3); }
.journey-stat small,.journey-stat strong { display:block; }.journey-stat small { color:#698078; font-size:10px; }.journey-stat strong { margin-top:4px; font-size:21px; }
.journey-distance { left:-8px; top:110px; }.journey-duration { right:-8px; bottom:95px; }
.journey-speed { padding:0; color:white; background:var(--journey-green); }
.journey-speed-grid { min-height:105px; display:grid; grid-template-columns:repeat(3,auto) 1fr; gap:28px; align-items:center; }
.journey-speed-grid > div { display:grid; grid-template-columns:18px auto; column-gap:9px; align-items:center; }
.journey-speed-grid strong { font-size:14px; }.journey-speed-grid small { grid-column:2; color:rgba(255,255,255,.55); font-size:9px; }
.speed-dot { width:12px; height:12px; border-radius:50%; box-shadow:0 0 0 5px rgba(255,255,255,.08); }.speed-dot.green { background:#39db58; }.speed-dot.yellow { background:#f2d44c; }.speed-dot.red { background:#ef5c4d; }
.journey-speed-grid p { margin:0 0 0 auto; max-width:460px; color:rgba(255,255,255,.66); font-size:12px; line-height:1.55; }
.journey-features { background:var(--journey-sand); }
.journey-feature-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; }
.journey-feature-card { min-height:310px; padding:30px; border:1px solid rgba(16,35,29,.12); border-radius:30px; background:#fffdf7; position:relative; }
.journey-feature-card.large { grid-row:span 2; min-height:638px; display:flex; flex-direction:column; justify-content:flex-end; color:white; background:linear-gradient(160deg,#1f7253,#123e30); }
.journey-gps-visual { position:absolute; top:48px; left:38px; right:38px; padding:20px; border:1px solid rgba(188,231,101,.18); border-radius:24px; background:rgba(255,255,255,.055); }
.journey-gps-visual svg { display:block; width:100%; height:190px; overflow:visible; }
.journey-gps-visual circle { fill:var(--journey-lime); stroke:white; stroke-width:3; }
.gps-grid-line { fill:none; stroke:rgba(255,255,255,.08); stroke-width:1; }
.gps-route-line { fill:none; stroke:var(--journey-lime); stroke-width:8; stroke-linecap:round; stroke-linejoin:round; filter:drop-shadow(0 5px 8px rgba(188,231,101,.18)); }
.gps-visual-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.gps-visual-stats div { padding:10px; border-radius:13px; background:rgba(0,0,0,.15); }
.gps-visual-stats small,.gps-visual-stats strong { display:block; }.gps-visual-stats small { color:rgba(255,255,255,.45); font-size:9px; }.gps-visual-stats strong { margin-top:4px; color:white; font-size:16px; }
.journey-feature-card > span { position:absolute; right:28px; top:26px; color:#9a9f94; font-size:12px; font-weight:800; }.journey-feature-card.large > span { color:rgba(255,255,255,.45); }
.journey-icon { width:55px; height:55px; display:grid; place-items:center; margin-bottom:45px; border-radius:17px; color:var(--journey-green); background:#e4f2d0; font-size:25px; font-weight:800; position:relative; z-index:1; }
.journey-feature-card.large .journey-icon { background:var(--journey-lime); color:var(--journey-ink); }
.journey-feature-card h3 { margin:0 0 11px; font-size:26px; letter-spacing:-.035em; position:relative; z-index:1; }
.journey-feature-card p { margin:0; color:#6f756b; line-height:1.68; position:relative; z-index:1; }.journey-feature-card.large p { color:rgba(255,255,255,.65); }
.journey-companion { padding-bottom:0; color:white; background:var(--journey-green); }
.journey-companion-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:70px; align-items:center; }
.journey-companion .eyebrow { color:var(--journey-lime); }
.journey-companion h2 { margin:15px 0 22px; font-size:clamp(48px,6vw,74px); line-height:1.02; letter-spacing:-.062em; }
.journey-companion-copy > p { max-width:650px; color:rgba(255,255,255,.68); font-size:18px; line-height:1.75; }
.journey-companion-visual { height:650px; display:flex; align-items:flex-end; justify-content:center; }
.journey-companion-visual img { max-height:630px; width:auto; filter:drop-shadow(0 30px 40px rgba(4,30,21,.38)); }
.companion-flow { display:flex; align-items:center; gap:12px; margin-top:34px; }
.companion-flow > div { flex:1; min-width:0; padding:14px; border:1px solid rgba(255,255,255,.14); border-radius:16px; background:rgba(255,255,255,.06); }
.companion-flow span { width:25px; height:25px; display:grid; place-items:center; margin-bottom:9px; border-radius:50%; color:var(--journey-ink); background:var(--journey-lime); font-size:11px; font-weight:900; }
.companion-flow strong,.companion-flow small { display:block; }.companion-flow strong { font-size:13px; }.companion-flow small { margin-top:3px; color:rgba(255,255,255,.48); font-size:9px; line-height:1.35; }.companion-flow > i { color:var(--journey-lime); font-style:normal; }
.journey-history { color:white; background:#0b1713; }
.journey-history-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:85px; align-items:center; }
.journey-history .eyebrow,.journey-memories .eyebrow { color:var(--journey-lime); }
.journey-history h2,.journey-memories h2 { margin:15px 0 22px; font-size:clamp(47px,6vw,72px); line-height:1.03; letter-spacing:-.06em; }
.journey-history-copy > p { max-width:590px; color:rgba(255,255,255,.62); font-size:18px; line-height:1.75; }
.journey-history-phone { height:620px; display:grid; place-items:center; }
.journey-history-phone img { height:590px; width:auto; filter:drop-shadow(0 28px 35px rgba(0,0,0,.42)); transform:rotate(3deg); }
.journey-export { display:flex; gap:10px; margin-top:32px; flex-wrap:wrap; }.journey-export span { padding:12px 14px; border:1px solid rgba(255,255,255,.12); border-radius:14px; color:rgba(255,255,255,.58); font-size:10px; }.journey-export strong { display:block; margin-bottom:4px; color:var(--journey-lime); font-size:15px; }
.journey-memories { background:var(--journey-green); color:white; }
.journey-memories-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.journey-marker-phone { height:600px; display:grid; place-items:center; }
.journey-marker-phone img { height:570px; width:auto; filter:drop-shadow(0 30px 40px rgba(4,30,21,.4)); transform:rotate(-3deg); }
.journey-memories-copy > p { color:rgba(255,255,255,.65); font-size:18px; line-height:1.75; }
.journey-memories ul { padding:0; margin:28px 0 0; list-style:none; display:grid; gap:10px; }.journey-memories li:before { content:"●"; margin-right:11px; color:var(--journey-lime); }
.journey-cta { padding-top:28px; background:var(--journey-sand); }
.journey-cta-card { display:grid; grid-template-columns:100px 1fr auto; gap:28px; align-items:center; padding:48px; border-radius:34px; color:white; background:#10231d; }
.journey-cta-card > img { width:100px; height:100px; border-radius:24px; }.journey-cta-card h2 { margin:7px 0; font-size:42px; letter-spacing:-.05em; }.journey-cta-card p { margin:0; color:rgba(255,255,255,.6); }
.journey-cta-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }.journey-cta-actions .button { padding:11px 15px; font-size:12px; }
@media (max-width:900px) {
  .journey-hero-grid,.journey-companion-grid,.journey-history-grid,.journey-memories-grid { grid-template-columns:1fr; }
  .journey-hero { padding-top:112px; }
  .journey-speed-grid { grid-template-columns:repeat(3,1fr); padding:24px 0; }.journey-speed-grid p { grid-column:1/-1; margin:0; }
  .journey-companion-grid,.journey-history-grid,.journey-memories-grid { gap:25px; }
  .journey-companion-visual { height:560px; }
  .journey-cta-card { grid-template-columns:100px 1fr; }.journey-cta-actions { grid-column:1/-1; justify-content:flex-start; }
}
@media (max-width:600px) {
  .journey-hero h1 { font-size:52px; }.journey-map-stage { height:520px; }.journey-map-card { width:270px; height:500px; }.journey-distance { left:0; }.journey-duration { right:0; }
  .journey-feature-grid { grid-template-columns:1fr; }.journey-feature-card.large { min-height:620px; grid-row:auto; }.journey-gps-visual { left:20px; right:20px; }.journey-gps-visual svg { height:175px; }
  .companion-flow { align-items:stretch; flex-direction:column; }.companion-flow > div { width:100%; }.companion-flow > i { transform:rotate(90deg); }
  .journey-companion-visual { height:500px; }.journey-companion-visual img { max-height:490px; }
  .journey-history-phone,.journey-marker-phone { height:530px; }.journey-history-phone img,.journey-marker-phone img { height:500px; }
  .journey-cta-card { grid-template-columns:1fr; padding:34px 24px; text-align:center; }.journey-cta-card > img { margin:auto; }.journey-cta-actions { justify-content:center; }
}

/* 每日生活记录 product page — iPhone and iPad */
.daily-site { --daily-ink:#252238; --daily-paper:#fffdf8; --daily-cream:#f7f1e7; --daily-coral:#ff705d; --daily-blue:#5b80e7; --daily-violet:#8566d8; color:var(--daily-ink); background:var(--daily-cream); overflow:hidden; }
.daily-hero { min-height:790px; padding:138px 0 88px; position:relative; background:linear-gradient(145deg,#fffaf1 0%,#f4eee7 48%,#ece8f7 100%); }
.daily-glow { position:absolute; width:650px; height:650px; right:-180px; top:-120px; border-radius:50%; background:radial-gradient(circle,#ffcdbd 0,rgba(255,205,189,.35) 45%,transparent 72%); }
.daily-hero-grid { position:relative; display:grid; grid-template-columns:1.04fr .96fr; gap:75px; align-items:center; }
.daily-kicker { display:inline-flex; align-items:center; gap:10px; padding:8px 14px 8px 8px; border:1px solid rgba(37,34,56,.1); border-radius:999px; background:rgba(255,255,255,.6); color:#706979; font-size:12px; font-weight:800; }
.daily-kicker img { width:34px; height:34px; border-radius:9px; }
.daily-hero h1 { margin:25px 0; font-size:clamp(57px,7vw,94px); line-height:.98; letter-spacing:-.075em; }
.daily-hero h1 em { color:var(--daily-coral); font-style:normal; }
.daily-hero-copy > p { max-width:590px; color:#6f6875; font-size:19px; line-height:1.75; }
.daily-primary { color:white; border-color:var(--daily-coral); background:var(--daily-coral); }
.daily-primary:hover { color:white; background:#f85c49; box-shadow:0 16px 35px rgba(255,112,93,.25); }
.daily-outline { color:inherit; border-color:rgba(37,34,56,.2); background:transparent; }
.daily-platform-note { display:flex; gap:10px; margin-top:30px; flex-wrap:wrap; }
.daily-platform-note span { padding:8px 11px; border-radius:999px; background:rgba(255,255,255,.58); color:#7a7180; font-size:10px; font-weight:700; }
.daily-stage { height:570px; position:relative; display:grid; place-items:center; }
.daily-hero-screen { width:auto; height:590px; max-width:100%; object-fit:contain; border-radius:34px; box-shadow:0 35px 75px rgba(78,59,70,.2); transform:rotate(2.5deg); }
.daily-paper { width:375px; min-height:540px; padding:26px 24px; border:1px solid rgba(37,34,56,.08); border-radius:38px; background:rgba(255,253,248,.94); box-shadow:0 35px 75px rgba(78,59,70,.18); transform:rotate(2.5deg); }
.daily-paper-head { display:flex; align-items:center; justify-content:space-between; padding-bottom:22px; border-bottom:1px solid #ece6df; }.daily-paper-head small,.daily-paper-head strong { display:block; }.daily-paper-head small { color:var(--daily-coral); font-size:10px; font-weight:800; }.daily-paper-head strong { margin-top:4px; font-size:19px; }.daily-paper-head > span { width:38px; height:38px; display:grid; place-items:center; border-radius:13px; color:white; background:var(--daily-coral); font-size:24px; }
.daily-timeline { display:grid; gap:17px; padding-top:21px; }.daily-entry { display:grid; grid-template-columns:42px 12px 1fr; gap:10px; align-items:start; }.daily-entry time { padding-top:8px; color:#9a9295; font-size:10px; font-weight:700; }.daily-entry > i { width:10px; height:10px; margin-top:9px; border:3px solid var(--daily-paper); border-radius:50%; background:var(--daily-coral); box-shadow:0 0 0 2px var(--daily-coral); }.daily-entry.blue > i { background:var(--daily-blue); box-shadow:0 0 0 2px var(--daily-blue); }.daily-entry.violet > i { background:var(--daily-violet); box-shadow:0 0 0 2px var(--daily-violet); }
.daily-entry article { padding:14px 16px; border-radius:18px; background:white; box-shadow:0 8px 24px rgba(46,39,58,.07); }.daily-entry article small,.daily-entry article strong { display:block; }.daily-entry article small { color:var(--daily-coral); font-size:9px; font-weight:800; }.daily-entry.blue article small { color:var(--daily-blue); }.daily-entry.violet article small { color:var(--daily-violet); }.daily-entry article strong { margin:4px 0; font-size:15px; }.daily-entry article p { margin:0; color:#918a91; font-size:10px; line-height:1.5; }.daily-entry article p b { display:inline-block; height:5px; margin-right:8px; border-radius:99px; background:var(--daily-violet); vertical-align:middle; }.daily-entry article p span { font-size:9px; }
.daily-float { position:absolute; display:flex; align-items:center; gap:11px; min-width:170px; padding:14px; border:1px solid rgba(255,255,255,.75); border-radius:18px; background:rgba(255,255,255,.9); box-shadow:0 18px 42px rgba(53,38,62,.15); backdrop-filter:blur(10px); }.daily-float > span { width:34px; height:34px; display:grid; place-items:center; border-radius:11px; color:white; background:var(--daily-violet); font-weight:900; }.daily-float small,.daily-float strong { display:block; }.daily-float small { color:#9a919a; font-size:9px; }.daily-float strong { margin-top:3px; font-size:12px; }.daily-note { top:78px; right:-15px; }.daily-task { left:-25px; bottom:80px; }.daily-task > span { background:var(--daily-blue); }
.daily-ribbon { padding:0; color:white; background:var(--daily-ink); }.daily-ribbon .container { min-height:90px; display:flex; align-items:center; justify-content:center; gap:24px; }.daily-ribbon span { color:rgba(255,255,255,.76); font-size:13px; font-weight:700; }.daily-ribbon i { width:4px; height:4px; border-radius:50%; background:var(--daily-coral); }
.daily-features { background:var(--daily-cream); }.daily-feature-grid { display:grid; grid-template-columns:1.12fr .88fr; gap:18px; }.daily-feature-card { min-height:300px; padding:30px; border:1px solid rgba(37,34,56,.1); border-radius:30px; background:var(--daily-paper); position:relative; }.daily-feature-main { grid-row:span 2; min-height:618px; display:flex; flex-direction:column; justify-content:flex-end; color:white; background:linear-gradient(155deg,#302c4a,#201d31); }.daily-number { position:absolute; top:27px; right:29px; color:#a49ca4; font-size:12px; font-weight:800; }.daily-feature-main .daily-number { color:rgba(255,255,255,.45); }.daily-feature-icon { width:56px; height:56px; display:grid; place-items:center; margin-bottom:48px; border-radius:17px; color:var(--daily-coral); background:#fff0ea; font-size:21px; font-weight:900; }.daily-feature-main .daily-feature-icon { color:white; background:var(--daily-coral); }.daily-feature-card h3 { margin:0 0 11px; font-size:26px; letter-spacing:-.035em; }.daily-feature-card p { margin:0; color:#766f78; line-height:1.68; }.daily-feature-main p { color:rgba(255,255,255,.62); }
.daily-mini-log { position:absolute; top:72px; left:38px; right:38px; padding:18px; border:1px solid rgba(255,255,255,.11); border-radius:22px; background:rgba(255,255,255,.045); }.daily-mini-log > div { display:grid; grid-template-columns:42px 10px 1fr; gap:10px; align-items:center; min-height:58px; border-bottom:1px solid rgba(255,255,255,.08); }.daily-mini-log > div:last-child { border:0; }.daily-mini-log time { color:rgba(255,255,255,.38); font-size:9px; }.daily-mini-log b { width:9px; height:9px; border-radius:50%; background:var(--daily-coral); }.daily-mini-log div:nth-child(2) b { background:var(--daily-blue); }.daily-mini-log div:nth-child(3) b { background:var(--daily-violet); }.daily-mini-log span { color:rgba(255,255,255,.78); font-size:12px; }
.daily-activity-ui { position:absolute; top:52px; left:34px; right:34px; padding:20px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:24px; color:var(--daily-ink); background:#f4f3fa; box-shadow:0 18px 42px rgba(0,0,0,.2); }
.daily-activity-ui-head { display:flex; align-items:center; gap:9px; margin-bottom:13px; }.daily-activity-ui-head span { width:24px; height:24px; display:grid; place-items:center; border-radius:50%; color:white; background:#1764b7; font-size:11px; }.daily-activity-ui-head strong { font-size:16px; }
.daily-activity-row { display:grid; grid-template-columns:38px 1fr auto; gap:11px; align-items:center; min-height:88px; margin-top:10px; padding:12px; border:1px solid #dedce1; border-radius:17px; background:white; box-shadow:0 7px 18px rgba(46,39,58,.06); }.daily-activity-row > i { width:38px; height:38px; display:grid; place-items:center; border-radius:12px; color:#2bc660; background:#f0f0f2; font-size:19px; font-style:normal; font-weight:900; }.daily-activity-row.fixed > i { color:#ef4427; }.daily-activity-row strong,.daily-activity-row small,.daily-activity-row time { display:block; }.daily-activity-row strong { font-size:14px; }.daily-activity-row div > small { margin-top:4px; color:#8e8990; font-size:9px; }.daily-activity-row.goal div > small { color:#2bc660; }.daily-activity-row.fixed div > small span { color:#ef4427; font-weight:800; }.daily-activity-row div > p { display:block; margin:5px 0 0; color:#a09aa2; font-size:9px; line-height:1.3; }.daily-activity-row time { align-self:start; padding-top:3px; color:#2bc660; text-align:right; font-size:12px; font-weight:800; font-style:normal; }.daily-activity-row.fixed time { color:#ef4427; }.daily-activity-row time small { margin-top:8px; color:#99959b; font-size:9px; font-weight:500; }.daily-activity-row b { display:block; height:4px; margin-top:7px; overflow:hidden; border-radius:99px; background:#e4e3e5; }.daily-activity-row b em { display:block; height:100%; border-radius:inherit; background:#2bc660; }
.daily-templates { color:white; background:var(--daily-violet); }.daily-templates-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }.daily-templates .eyebrow { color:#ffcfbf; }.daily-templates h2 { margin:15px 0 22px; font-size:clamp(48px,6vw,74px); line-height:1.03; letter-spacing:-.062em; }.daily-templates-copy > p { max-width:600px; color:rgba(255,255,255,.67); font-size:18px; line-height:1.75; }.daily-templates ul { padding:0; margin:30px 0 0; list-style:none; display:grid; gap:12px; }.daily-templates li { color:rgba(255,255,255,.68); }.daily-templates li span { display:inline-block; min-width:82px; margin-right:10px; color:white; font-weight:800; }
.daily-template-board { padding:25px; border:1px solid rgba(255,255,255,.24); border-radius:30px; background:#fffdf8; color:var(--daily-ink); box-shadow:0 32px 65px rgba(42,27,83,.28); transform:rotate(2deg); }.daily-board-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }.daily-board-head strong { font-size:20px; }.daily-board-head span { color:var(--daily-violet); font-size:11px; font-weight:800; }.daily-template-board article { display:grid; grid-template-columns:48px 1fr auto; gap:12px; align-items:center; padding:14px 4px; border-bottom:1px solid #eee8e2; }.daily-template-board article i { width:45px; height:45px; display:grid; place-items:center; border-radius:14px; background:#fff0e8; font-style:normal; }.daily-template-board article i.blue { background:#eaf0ff; }.daily-template-board article i.violet { background:#f0eafd; }.daily-template-board article strong,.daily-template-board article small { display:block; }.daily-template-board article strong { font-size:14px; }.daily-template-board article small,.daily-template-board article > span { margin-top:4px; color:#999099; font-size:9px; }.daily-template-board button { width:100%; margin-top:18px; padding:13px; border:0; border-radius:14px; color:white; background:var(--daily-violet); font:inherit; font-size:12px; font-weight:800; }
.daily-board-head > div small,.daily-board-head > div strong { display:block; }.daily-board-head > div small { margin-bottom:4px; color:#9b929b; font-size:9px; font-weight:700; }.daily-template-item i { font-size:21px; font-weight:900; }.daily-template-item.fixed i { color:#ef4f38; background:#fff0ec; }.daily-template-item.checklist i { color:#8c56db; background:#f2eafe; }.daily-template-item.ongoing i { color:#268365; background:#e6f5ef; }.daily-template-item.fixed > span { color:#ef4f38; }.daily-template-item.checklist > span { color:#8c56db; }.daily-template-item.ongoing > span { color:#268365; }.daily-board-preview { margin-top:20px; padding:18px; border-radius:20px; color:white; background:linear-gradient(145deg,#312b4a,#211d32); }.daily-board-preview > div:first-child { display:flex; align-items:center; justify-content:space-between; }.daily-board-preview > div:first-child span { color:#bfb5ca; font-size:9px; }.daily-board-preview > div:first-child strong { font-size:14px; }.daily-quick-chips { display:flex; gap:7px; margin-top:14px; flex-wrap:wrap; }.daily-quick-chips span { padding:8px 10px; border:1px solid rgba(255,255,255,.12); border-radius:999px; color:rgba(255,255,255,.76); background:rgba(255,255,255,.06); font-size:9px; font-weight:700; }
.daily-template-board .daily-reuse-card { display:grid; grid-template-columns:52px minmax(0,1fr) auto; gap:14px; align-items:start; min-height:118px; margin-top:13px; padding:17px; border:1px solid #e5e0e4; border-radius:21px; background:#f9f8fa; box-shadow:0 8px 20px rgba(48,38,64,.06); }.daily-template-board .daily-reuse-card > i { width:50px; height:50px; display:grid; place-items:center; border-radius:15px; font-size:23px; font-style:normal; font-weight:900; }.daily-reuse-card.fixed > i { color:#24b864; background:#e6f7ee; }.daily-reuse-card.checklist > i { color:#a749e3; background:#f4eafd; }.daily-reuse-card.ongoing > i { color:#f58a2c; background:#fff0e3; }.daily-reuse-copy strong,.daily-reuse-copy small { display:block; }.daily-reuse-copy > strong { margin-top:1px; font-size:15px; }.daily-reuse-copy > small { margin-top:5px; color:#8f8992; font-size:9px; }.daily-reuse-copy > small b { padding:4px 7px; border-radius:999px; color:#168b4a; background:#e7f6ed; font-weight:800; }.daily-reuse-card.checklist .daily-reuse-copy > small b { color:#9b36d8; background:#f2e7fa; }.daily-reuse-card.ongoing .daily-reuse-copy > small b { color:#e77819; background:#ffeddd; }.daily-reuse-copy > p { margin:9px 0 0; color:#9c969e; font-size:9px; line-height:1.35; }.daily-reuse-meta { min-width:78px; padding-top:2px; text-align:right; }.daily-reuse-meta strong,.daily-reuse-meta small { display:block; }.daily-reuse-meta strong { color:#24b864; font-size:14px; }.daily-reuse-card.checklist .daily-reuse-meta strong { color:#a749e3; }.daily-reuse-card.ongoing .daily-reuse-meta strong { color:#f58a2c; }.daily-reuse-meta small { margin-top:8px; color:#9c969e; font-size:8px; }.daily-task-dots { display:flex; gap:5px; margin-top:10px; flex-wrap:wrap; }.daily-task-dots span { padding:4px 6px; border:1px solid #e3dfe5; border-radius:7px; color:#97919a; background:white; font-size:8px; }.daily-task-dots span.done { color:#8f35ca; border-color:#dbc2e9; background:#f8f0fc; }.daily-reuse-progress { height:5px; margin-top:13px; overflow:hidden; border-radius:999px; background:#dedbe0; }.daily-reuse-progress em { display:block; height:100%; border-radius:inherit; background:#f58a2c; }.daily-board-foot { display:flex; align-items:center; justify-content:center; gap:9px; margin-top:18px; padding:12px; border-radius:15px; color:#8e8792; background:#f0edf2; font-size:8px; }.daily-board-foot i { color:#b5afb8; font-style:normal; }.daily-board-foot strong { color:var(--daily-violet); }
.daily-template-screen { height:650px; display:grid; place-items:center; }
.daily-template-screen img { width:auto; height:620px; max-width:100%; object-fit:contain; border-radius:34px; box-shadow:0 32px 65px rgba(42,27,83,.28); transform:rotate(2deg); }
.daily-goals { background:var(--daily-cream); }.daily-goals-card { display:grid; grid-template-columns:1fr auto; gap:70px; align-items:center; padding:65px; border-radius:38px; background:linear-gradient(135deg,#fffdf8,#f1eafa); }.daily-goals-card h2 { margin:12px 0 16px; font-size:clamp(43px,5vw,65px); line-height:1.05; letter-spacing:-.055em; }.daily-goals-card p { max-width:650px; color:#766e78; font-size:17px; line-height:1.7; }.daily-rings { display:flex; gap:13px; align-items:flex-end; }.daily-ring { width:125px; height:125px; display:grid; place-content:center; text-align:center; border-radius:50%; background:conic-gradient(var(--daily-coral) 0 72%,#e8e1e0 72%); position:relative; }.daily-ring:before { content:""; position:absolute; inset:10px; border-radius:50%; background:#fffdf8; }.daily-ring strong,.daily-ring small { position:relative; display:block; }.daily-ring strong { font-size:24px; }.daily-ring small { margin-top:3px; color:#938b92; font-size:9px; }.ring-two { width:104px; height:104px; background:conic-gradient(var(--daily-blue) 0 53%,#e8e1e0 53%); }.ring-three { width:92px; height:92px; background:conic-gradient(var(--daily-violet) 0 82%,#e8e1e0 82%); }
.daily-private { color:white; background:var(--daily-ink); }.daily-private-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:85px; align-items:center; }.daily-private .eyebrow { color:#ffb5a8; }.daily-private h2 { margin:15px 0 22px; font-size:clamp(47px,6vw,72px); line-height:1.03; letter-spacing:-.06em; }.daily-private-copy p { max-width:650px; color:rgba(255,255,255,.62); font-size:18px; line-height:1.75; }.daily-security { min-height:370px; display:grid; place-content:center; text-align:center; border:1px solid rgba(255,255,255,.12); border-radius:38px; background:radial-gradient(circle at 50% 45%,rgba(133,102,216,.42),transparent 52%),rgba(255,255,255,.04); position:relative; overflow:hidden; }.daily-security > span { font-size:68px; }.daily-security > strong { margin-top:8px; font-size:29px; }.daily-security > small { margin-top:5px; color:rgba(255,255,255,.55); }.daily-unlock { margin-top:25px; padding:10px 15px; border:1px solid rgba(255,255,255,.12); border-radius:999px; color:#d8ccff; background:rgba(255,255,255,.06); font-size:10px; font-weight:800; }.cloud-lines { position:absolute; inset:-20%; opacity:.14; background:repeating-radial-gradient(circle at 50% 50%,transparent 0 50px,#fff 51px 52px,transparent 53px 76px); }
.daily-cta { padding-top:28px; background:var(--daily-cream); }.daily-cta-card { display:grid; grid-template-columns:100px 1fr auto; gap:28px; align-items:center; padding:48px; border-radius:34px; background:var(--daily-paper); border:1px solid rgba(37,34,56,.1); }.daily-cta-card > img { width:100px; height:100px; border-radius:24px; box-shadow:0 16px 35px rgba(37,34,56,.14); }.daily-cta-card h2 { margin:7px 0; font-size:40px; letter-spacing:-.05em; }.daily-cta-card p { margin:0; color:#776f78; }.daily-cta-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end; }.daily-cta-actions .button { padding:11px 15px; font-size:12px; }
@media (max-width:900px) {
  .daily-hero-grid,.daily-templates-grid,.daily-private-grid { grid-template-columns:1fr; }.daily-hero { padding-top:112px; }.daily-stage { margin-top:20px; }.daily-templates-grid,.daily-private-grid { gap:35px; }.daily-goals-card { grid-template-columns:1fr; }.daily-cta-card { grid-template-columns:100px 1fr; }.daily-cta-actions { grid-column:1/-1; justify-content:flex-start; }
}
@media (max-width:600px) {
  .daily-hero h1 { font-size:51px; }.daily-stage { height:535px; }.daily-hero-screen { height:520px; border-radius:28px; transform:rotate(1deg); }.daily-ribbon .container { gap:11px; flex-wrap:wrap; padding:20px; }.daily-feature-grid { grid-template-columns:1fr; }.daily-feature-main { grid-row:auto; min-height:610px; }.daily-activity-ui { left:20px; right:20px; padding:15px; }.daily-activity-row { grid-template-columns:34px 1fr auto; padding:10px; }.daily-activity-row > i { width:34px; height:34px; }.daily-template-screen { height:550px; }.daily-template-screen img { height:535px; border-radius:28px; transform:none; }.daily-goals-card { padding:38px 23px; }.daily-rings { flex-wrap:wrap; }.daily-private-grid { gap:25px; }.daily-security { min-height:330px; }.daily-cta-card { grid-template-columns:1fr; padding:34px 24px; text-align:center; }.daily-cta-card > img { margin:auto; }.daily-cta-actions { justify-content:center; }
}

.daily-feature-main { min-height:690px; }
@media (max-width:600px) {
  .daily-feature-main { min-height:700px; }
}

/* 简易日式麻将 product page — iOS, macOS, tvOS and Steam */
.mahjong-site { --mj-ink:#171714; --mj-green:#176b4b; --mj-felt:#24865f; --mj-red:#c43a32; --mj-cream:#f3ead7; --mj-gold:#d8b66b; color:var(--mj-ink); background:var(--mj-cream); overflow:hidden; }
.mahjong-hero { min-height:790px; padding:138px 0 82px; position:relative; background:linear-gradient(145deg,#f3ead7 0%,#e8d5b0 100%); }
.mahjong-sun { position:absolute; width:460px; height:460px; left:-100px; top:70px; border-radius:50%; background:radial-gradient(circle,#cf4438 0 38%,rgba(196,58,50,.18) 39% 58%,transparent 59%); opacity:.75; }
.mahjong-hero-grid { position:relative; display:grid; grid-template-columns:.9fr 1.1fr; gap:68px; align-items:center; }
.mahjong-kicker { display:inline-flex; align-items:center; gap:10px; padding:8px 14px 8px 8px; border:1px solid rgba(23,23,20,.12); border-radius:999px; background:rgba(255,255,255,.55); color:#655d4f; font-size:12px; font-weight:800; }.mahjong-kicker img { width:34px; height:34px; border-radius:9px; }
.mahjong-hero h1 { margin:25px 0; font-size:clamp(57px,7vw,92px); line-height:.98; letter-spacing:-.075em; }.mahjong-hero h1 em { color:var(--mj-red); font-style:normal; }.mahjong-hero-copy > p { max-width:580px; color:#6f6657; font-size:19px; line-height:1.75; }
.mahjong-actions { flex-wrap:wrap; }.mahjong-primary { color:white; border-color:var(--mj-red); background:var(--mj-red); }.mahjong-primary:hover { color:white; background:#ad2f29; box-shadow:0 15px 35px rgba(196,58,50,.25); }.mahjong-steam { color:white; border-color:#1f2933; background:#1f2933; }.mahjong-steam:hover { color:white; background:#10161b; }.mahjong-outline { color:inherit; border-color:rgba(255,255,255,.32); background:transparent; }
.mahjong-platforms { display:flex; gap:9px; margin-top:28px; flex-wrap:wrap; }.mahjong-platforms span { padding:7px 10px; border:1px solid rgba(23,23,20,.11); border-radius:999px; color:#716858; background:rgba(255,255,255,.4); font-size:10px; font-weight:800; }
.mahjong-hero-visual { position:relative; padding:13px; border-radius:30px; background:#2c1c14; box-shadow:0 35px 75px rgba(58,34,18,.28); transform:rotate(2deg); }.mahjong-hero-visual img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:20px; }.mahjong-hero-tile { position:absolute; bottom:-34px; width:68px; height:82px; display:grid; place-items:center; border:1px solid #d4cbbd; border-radius:9px; color:var(--mj-red); background:#fffdf6; box-shadow:0 12px 22px rgba(36,20,13,.24); font-family:serif; font-size:34px; font-weight:900; }.tile-red { right:125px; transform:rotate(-5deg); }.tile-green { right:65px; color:#19714d; transform:rotate(3deg); }.tile-white { right:7px; color:#32649b; transform:rotate(7deg); }
.mahjong-mode-strip { padding:0; color:white; background:#163c2e; }.mahjong-mode-strip .container { min-height:102px; display:flex; align-items:center; justify-content:center; gap:34px; }.mahjong-mode-strip div div { text-align:center; }.mahjong-mode-strip strong,.mahjong-mode-strip small { display:block; }.mahjong-mode-strip strong { font-size:15px; }.mahjong-mode-strip small { margin-top:4px; color:rgba(255,255,255,.5); font-size:9px; }.mahjong-mode-strip i { width:4px; height:4px; border-radius:50%; background:var(--mj-gold); }
.mahjong-modes { background:var(--mj-cream); }.mahjong-mode-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.mahjong-mode-grid article { min-height:330px; padding:30px; border:1px solid rgba(23,23,20,.12); border-radius:28px; background:#fffaf0; position:relative; }.mahjong-mode-grid article.featured { color:white; background:var(--mj-green); }.mahjong-mode-grid article > span { position:absolute; right:28px; top:25px; color:#a1998b; font-size:12px; font-weight:800; }.mahjong-mode-grid article.featured > span { color:rgba(255,255,255,.45); }.mahjong-mode-grid article > strong { display:block; margin-top:105px; font-size:27px; letter-spacing:-.04em; }.mahjong-mode-grid article p { color:#756c5d; line-height:1.7; }.mahjong-mode-grid article.featured p { color:rgba(255,255,255,.65); }.mahjong-mode-grid article small { display:inline-block; margin-top:12px; padding:7px 10px; border-radius:999px; color:var(--mj-red); background:#f8e6db; font-size:9px; font-weight:800; }.mahjong-mode-grid article.featured small { color:#173a2d; background:#e5d59c; }
.mahjong-play { color:white; background:#102d23; }.mahjong-play-grid { display:grid; grid-template-columns:1.12fr .88fr; gap:75px; align-items:center; }.mahjong-play-image { overflow:hidden; padding:10px; border:1px solid rgba(255,255,255,.12); border-radius:30px; background:#071710; box-shadow:0 30px 65px rgba(0,0,0,.3); transform:rotate(-2deg); }.mahjong-play-image img { width:100%; border-radius:21px; }.mahjong-play .eyebrow { color:#e5c877; }.mahjong-play h2 { margin:15px 0 22px; font-size:clamp(48px,6vw,74px); line-height:1.03; letter-spacing:-.06em; }.mahjong-play-copy > p { color:rgba(255,255,255,.65); font-size:18px; line-height:1.75; }.mahjong-play ul { padding:0; margin:28px 0 0; list-style:none; display:grid; gap:10px; }.mahjong-play li { padding:14px 16px; border:1px solid rgba(255,255,255,.1); border-radius:14px; background:rgba(255,255,255,.04); }.mahjong-play li b,.mahjong-play li span { display:block; }.mahjong-play li b { color:#efd889; font-size:13px; }.mahjong-play li span { margin-top:4px; color:rgba(255,255,255,.5); font-size:10px; }
.mahjong-results { background:#efe1c7; }.mahjong-results-head { display:grid; grid-template-columns:1fr .8fr; gap:80px; align-items:end; margin-bottom:45px; }.mahjong-results-head h2 { margin:13px 0 0; max-width:760px; font-size:clamp(45px,5.5vw,70px); line-height:1.04; letter-spacing:-.06em; }.mahjong-results-head > p { color:#716756; line-height:1.75; }.mahjong-results-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.mahjong-results figure { margin:0; overflow:hidden; border-radius:28px; background:#fff8e9; box-shadow:0 20px 45px rgba(66,45,24,.11); }.mahjong-results figure img { width:100%; aspect-ratio:16/9; object-fit:cover; }.mahjong-results figcaption { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; }.mahjong-results figcaption strong { font-size:16px; }.mahjong-results figcaption span { color:#8a806f; font-size:10px; }
.mahjong-controls { background:var(--mj-cream); }.mahjong-control-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.mahjong-control-grid article { min-height:270px; padding:28px; border:1px solid rgba(23,23,20,.11); border-radius:27px; background:#fffaf0; }.mahjong-control-grid article > span { width:55px; height:55px; display:grid; place-items:center; margin-bottom:58px; border-radius:16px; color:white; background:var(--mj-green); font-size:24px; font-weight:900; }.mahjong-control-grid h3 { margin:0 0 10px; font-size:24px; }.mahjong-control-grid p { margin:0; color:#756c5d; line-height:1.65; }
.mahjong-cta { padding-top:26px; background:var(--mj-cream); }.mahjong-cta-card { display:grid; grid-template-columns:100px 1fr auto; gap:28px; align-items:center; padding:48px; border-radius:34px; color:white; background:#163c2e; }.mahjong-cta-card > img { width:100px; height:100px; border-radius:24px; }.mahjong-cta-card .eyebrow { color:#e5c877; }.mahjong-cta-card h2 { margin:7px 0; font-size:40px; letter-spacing:-.05em; }.mahjong-cta-card p { margin:0; color:rgba(255,255,255,.58); }.mahjong-cta-actions { display:flex; max-width:440px; gap:9px; flex-wrap:wrap; justify-content:flex-end; }.mahjong-cta-actions .button { padding:11px 14px; font-size:11px; }
@media (max-width:900px) {
  .mahjong-hero-grid,.mahjong-play-grid { grid-template-columns:1fr; }.mahjong-hero { padding-top:112px; }.mahjong-hero-visual { margin-top:20px; }.mahjong-mode-grid { grid-template-columns:1fr; }.mahjong-mode-grid article { min-height:260px; }.mahjong-mode-grid article > strong { margin-top:70px; }.mahjong-play-grid { gap:38px; }.mahjong-results-head { grid-template-columns:1fr; gap:20px; }.mahjong-control-grid { grid-template-columns:1fr; }.mahjong-control-grid article { min-height:220px; }.mahjong-control-grid article > span { margin-bottom:40px; }.mahjong-cta-card { grid-template-columns:100px 1fr; }.mahjong-cta-actions { grid-column:1/-1; justify-content:flex-start; max-width:none; }
}
@media (max-width:600px) {
  .mahjong-hero h1 { font-size:50px; }.mahjong-hero-visual { padding:7px; border-radius:22px; }.mahjong-hero-visual img { border-radius:16px; }.mahjong-hero-tile { width:49px; height:59px; bottom:-25px; font-size:24px; }.tile-red { right:90px; }.tile-green { right:47px; }.tile-white { right:5px; }.mahjong-mode-strip .container { gap:12px; padding:20px 12px; }.mahjong-mode-strip strong { font-size:11px; }.mahjong-results-grid { grid-template-columns:1fr; }.mahjong-results figcaption { align-items:flex-start; flex-direction:column; gap:5px; }.mahjong-cta-card { grid-template-columns:1fr; padding:34px 24px; text-align:center; }.mahjong-cta-card > img { margin:auto; }.mahjong-cta-actions { justify-content:center; }
}

/* Mahjong hero: washi, seal and ink-brush composition */
.mahjong-hero { background:radial-gradient(circle at 78% 34%,rgba(36,134,95,.14),transparent 34%),linear-gradient(145deg,#f8f0df 0%,#ead6ae 100%); }
.mahjong-hero:before { content:""; position:absolute; left:-30px; bottom:28px; width:420px; height:130px; opacity:.18; transform:rotate(-7deg); background:repeating-linear-gradient(90deg,transparent 0 25px,#7d5d29 26px 29px,transparent 30px 54px),linear-gradient(180deg,transparent 42%,#7d5d29 43% 48%,transparent 49%); }
.mahjong-sun { width:310px; height:310px; left:52px; top:175px; border:18px solid rgba(190,49,40,.18); background:transparent; opacity:1; box-shadow:inset 0 0 0 5px rgba(190,49,40,.08),0 0 0 34px rgba(190,49,40,.035); }
.mahjong-hero-copy { isolation:isolate; padding:38px 38px 40px; border:1px solid rgba(92,71,36,.13); border-radius:38px 38px 38px 8px; background:linear-gradient(135deg,rgba(255,253,245,.93),rgba(252,244,225,.84)); box-shadow:0 25px 60px rgba(79,53,22,.13); position:relative; }
.mahjong-hero-copy > * { position:relative; z-index:1; }
.mahjong-hero-copy:before { content:"⚄  ⚂"; position:absolute; z-index:0; right:22px; top:24px; width:92px; height:54px; display:grid; place-items:center; border:1px solid rgba(23,107,75,.14); color:rgba(23,107,75,.28); border-radius:18px; transform:rotate(7deg); background:rgba(255,255,255,.5); box-shadow:0 9px 22px rgba(67,48,20,.08); font-size:25px; letter-spacing:3px; }
.mahjong-hero-copy:after { content:""; position:absolute; z-index:0; left:29px; right:34px; top:174px; height:20px; opacity:.17; transform:rotate(-2deg); background:linear-gradient(90deg,var(--mj-red),rgba(196,58,50,.15) 76%,transparent); clip-path:polygon(0 30%,92% 0,100% 45%,86% 73%,12% 100%); }
.mahjong-hero h1 { color:#172d25; text-wrap:balance; }.mahjong-title-line { display:inline-block; white-space:nowrap; }.mahjong-hero h1 em { color:var(--mj-red); position:relative; }.mahjong-hero h1 em:after { content:""; position:absolute; left:2px; right:0; bottom:-7px; height:5px; border-radius:999px; background:linear-gradient(90deg,var(--mj-red),transparent); transform:rotate(-1deg); }
.mahjong-hero-copy > p { margin-top:31px; padding:4px 0 4px 17px; border-left:4px solid var(--mj-red); color:#51493d; font-weight:520; }
@media (max-width:600px) {
  .mahjong-hero-copy { padding:26px 20px 30px; border-radius:28px 28px 28px 7px; }.mahjong-hero-copy:before { width:76px; height:44px; right:14px; top:16px; font-size:20px; }.mahjong-hero-copy:after { left:14px; right:15px; top:135px; }.mahjong-sun { width:240px; height:240px; left:-70px; top:170px; }.mahjong-hero:before { width:310px; bottom:10px; }
}
.mahjong-title-line { font-size:clamp(44px,4.5vw,68px); }

/* Dimensional hero tiles and hand-reference section */
.mahjong-hero-tile { border:1px solid #c9c1b4; background:linear-gradient(145deg,#fffefb 0%,#f0ede5 78%,#d9d5cc 100%); box-shadow:inset 3px 3px 5px rgba(255,255,255,.95),inset -3px -4px 7px rgba(91,83,70,.16),0 8px 0 #347eaf,0 13px 22px rgba(28,22,17,.3); transform-style:preserve-3d; }
.mahjong-hero-tile:after { content:""; position:absolute; left:6px; right:6px; bottom:-8px; height:8px; border-radius:0 0 6px 6px; background:linear-gradient(180deg,#3d91c7,#25658f); }
.mahjong-hero-tile > span:not(.pin-face) { text-shadow:0 1px 0 white,0 2px 2px rgba(72,40,24,.16); transform:translateY(-1px); }.tile-red > span { color:#b92525; }.tile-green > span { color:#197348; }
.pin-face { width:40px; height:46px; position:relative; }.pin-face b { position:absolute; width:11px; height:11px; border:2px dotted currentColor; border-radius:50%; color:#1c5f94; background:radial-gradient(circle,#d94b45 0 24%,#f4efe7 26% 48%,#1c5f94 50% 62%,transparent 64%); }.pin-face b:nth-child(1) { left:1px; top:1px; }.pin-face b:nth-child(2) { right:1px; top:1px; }.pin-face b:nth-child(3) { left:50%; top:50%; transform:translate(-50%,-50%); }.pin-face b:nth-child(4) { left:1px; bottom:1px; }.pin-face b:nth-child(5) { right:1px; bottom:1px; }
.tile-red { right:135px; transform:rotate(-7deg) perspective(300px) rotateY(4deg); }.tile-green { right:72px; transform:rotate(2deg) perspective(300px) rotateY(-3deg); }.tile-white { right:9px; transform:rotate(8deg) perspective(300px) rotateY(-7deg); }
.mahjong-reference { color:white; background:linear-gradient(145deg,#1c704f,#124331); }.mahjong-reference-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:75px; align-items:center; }.mahjong-reference .eyebrow { color:#ead17f; }.mahjong-reference h2 { margin:15px 0 22px; font-size:clamp(46px,5.7vw,72px); line-height:1.03; letter-spacing:-.06em; }.mahjong-reference-copy > p { color:rgba(255,255,255,.66); font-size:17px; line-height:1.75; }.mahjong-reference-notes { display:grid; gap:9px; margin-top:27px; }.mahjong-reference-notes span { padding:12px 14px; border:1px solid rgba(255,255,255,.11); border-radius:13px; color:rgba(255,255,255,.55); background:rgba(255,255,255,.045); font-size:10px; }.mahjong-reference-notes b { display:inline-block; min-width:74px; margin-right:8px; color:#efd889; }.mahjong-reference-image { margin:0; overflow:hidden; padding:9px; border:1px solid rgba(255,255,255,.16); border-radius:29px; background:#0b2c20; box-shadow:0 30px 65px rgba(3,25,17,.35); transform:rotate(1.5deg); }.mahjong-reference-image img { display:block; width:100%; border-radius:20px; }.mahjong-reference-image figcaption { padding:13px 10px 5px; color:rgba(255,255,255,.47); text-align:center; font-size:9px; }
@media (max-width:900px) {
  .mahjong-reference-grid { grid-template-columns:1fr; gap:35px; }.mahjong-reference-image { transform:none; }
}
@media (max-width:600px) {
  .mahjong-hero-tile { width:52px; height:63px; }.tile-red { right:98px; }.tile-green { right:52px; }.tile-white { right:6px; }.pin-face { width:31px; height:36px; }.pin-face b { width:9px; height:9px; }.mahjong-reference-image { padding:6px; border-radius:21px; }.mahjong-reference-image img { border-radius:15px; }
}
