:root {
  --ink: #233832;
  --muted: #63766f;
  --green: #28675b;
  --line: #dce4dd;
  --paper: #f7f8f4;
  --soft: #edf2e9;
  --white: #fff;
  --radius: 22px;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    'PingFang SC',
    'Microsoft YaHei',
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid #a16c24;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
  letter-spacing: -0.035em;
}
h2 {
  font-size: 29px;
  font-weight: 550;
}
h3 {
  font-size: 22px;
  font-weight: 550;
}
p {
  color: var(--muted);
}
section {
  scroll-margin-top: 30px;
}
main {
  max-width: 1240px;
  margin: auto;
  padding: 0 36px 70px;
  min-height: 65vh;
}
main > section {
  margin: 58px 0;
}
main > section:first-child {
  margin-top: 0;
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}
.header-inner {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 42px;
  min-height: 88px;
  padding: 14px 40px;
}
.logo {
  font-size: 23px;
  font-weight: 650;
  letter-spacing: -1px;
  white-space: nowrap;
}
.main-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
}
.main-nav a {
  padding: 7px 0;
}
.main-nav [aria-current] {
  color: var(--green);
  border-bottom: 2px solid var(--green);
}
.header-actions {
  margin-left: auto;
  gap: 20px;
}
.language-switch {
  border-left: 1px solid var(--line);
  padding-left: 22px;
  white-space: nowrap;
}
.home-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 32px;
}
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.6px;
  color: var(--green);
  line-height: 1.7;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-right: 10px;
}
.home-intro h1 {
  font-size: clamp(42px, 5vw, 67px);
  font-weight: 500;
  line-height: 1.08;
  margin: 20px 0;
}
.home-intro h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--green);
}
.lede {
  font-size: 17px;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 0;
}
.issue {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 2px;
  text-align: right;
  line-height: 2.4;
}
.search-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  background: white;
  border: 1px solid var(--line);
  padding: 12px 15px 12px 24px;
  border-radius: 14px;
}
.search-bar > span {
  font-size: 28px;
}
.search-bar input {
  border: 0;
  background: transparent;
  flex: 1;
  min-width: 0;
  padding: 8px 0;
  outline-offset: 2px;
}
.search-bar button {
  border: 0;
  border-radius: 9px;
  background: var(--soft);
  padding: 5px 15px;
  font-size: 23px;
  color: var(--green);
}
main > .hero-grid {
  margin-top: 26px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 2.25fr 1fr;
  gap: 22px;
}
.hero {
  background: #e8eee4;
  border-radius: var(--radius);
  padding: 38px;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 345px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  flex: 1;
}
.hero h2 {
  font-size: 34px;
  margin: 24px 0 16px;
  line-height: 1.2;
}
.hero p {
  max-width: 310px;
  font-size: 14px;
}
.pill {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 7px;
  background: #dce8da;
  color: #325d47;
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.button {
  display: inline-block;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  padding: 11px 18px;
  border-radius: 9px;
  font-weight: 550;
  font-size: 14px;
}
.button:hover {
  background: #1e5147;
  text-decoration: none;
}
.button.secondary {
  color: var(--green);
  background: transparent;
  border-color: #b9cfc5;
}
.button.secondary:hover {
  background: var(--soft);
}
.button[aria-pressed='true'] {
  background: #dce8da;
}
.hero .meta {
  display: block;
  font-size: 11px;
  margin-top: 17px;
}
.lens-art {
  width: 42%;
  align-self: stretch;
  position: relative;
  isolation: isolate;
}
.lens {
  width: 180px;
  height: 220px;
  border-radius: 46% 47% 40% 43%;
  position: absolute;
  background: linear-gradient(135deg, #fcfffdc9, #abc2b226 46%, #e7fff64f 55%, #9bb7a938);
  border: 2px solid #effbf399;
  box-shadow:
    inset 4px 3px 12px #fff9,
    8px 22px 30px #32584722;
  transform: rotate(-25deg);
}
.lens-one {
  top: 25px;
  left: -8px;
}
.lens-two {
  top: 75px;
  left: 78px;
  transform: rotate(19deg);
  background: linear-gradient(125deg, #ffffff9e, #c1d0c177 55%, #effffccc);
}
.art-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  letter-spacing: 2px;
  color: #667e6b;
  white-space: nowrap;
}
.fact {
  background: #f0eee3;
  border: 1px solid #e6e2d5;
  border-radius: var(--radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fact h2 {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1.18;
  margin: 30px 0 20px;
  font-weight: 400;
}
.fact p {
  font-size: 14px;
}
.fact .text-link {
  margin-top: auto;
}
.text-link {
  color: var(--green);
  font-size: 14px;
  font-weight: 550;
  display: inline-block;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 25px;
}
.section-heading h2 {
  margin: 10px 0 0;
}
.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.category-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 23px;
  background: #fff9;
  position: relative;
  transition: background 0.15s;
}
.category-card:hover {
  background: var(--soft);
  text-decoration: none;
}
.number {
  font-size: 12px;
  color: #81958b;
  letter-spacing: 2px;
}
.category-card h3 {
  margin: 16px 0 10px;
  font-size: 20px;
}
.category-card p {
  font-size: 13px;
  margin-bottom: 0;
  padding-right: 12px;
}
.category-card > span:last-child {
  position: absolute;
  right: 21px;
  top: 20px;
}
.article-grid,
.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.article-card {
  padding: 27px 25px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.article-card h3 {
  margin: 20px 0 14px;
  font-size: 23px;
}
.article-card p {
  font-size: 14px;
  line-height: 1.8;
}
.article-card .meta {
  margin-top: auto;
  font-size: 10px;
}
.meta {
  font-size: 12px;
  color: var(--muted);
}
.brand-strip {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brand-strip > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.7px;
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  padding: 28px;
}
.card h2 {
  font-size: 25px;
  margin: 18px 0;
}
.card h3 {
  margin-top: 18px;
}
.card p {
  font-size: 14px;
}
.tool-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #eef2e9;
}
.tool-card h2 {
  font-size: 22px;
}
.tool-card > span:last-child {
  margin-top: auto;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  padding-top: 25px;
}
.page-heading {
  padding: 45px 0 30px;
  max-width: 870px;
}
.page-heading h1 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 500;
  margin: 18px 0 20px;
}
.article-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 30px;
}
.article-actions > .meta {
  margin-right: auto;
}
.reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(220px, 1fr);
  gap: 55px;
  align-items: start;
}
.prose {
  max-width: 800px;
  font-size: 17px;
}
.prose p {
  line-height: 1.95;
  color: #465d52;
}
.prose h2 {
  margin-top: 38px;
  margin-bottom: 17px;
  font-size: 27px;
}
.prose li {
  margin: 14px 0;
  color: #465d52;
}
.toc {
  padding: 25px;
  background: var(--soft);
  border-radius: 15px;
  margin-bottom: 36px;
  font-size: 14px;
}
.toc strong {
  display: block;
  margin-bottom: 10px;
}
.toc a {
  display: block;
  color: var(--green);
  margin: 5px 0;
}
.reading-aside {
  padding: 28px;
  background: #ecefe4;
  border-radius: 16px;
  position: sticky;
  top: 30px;
}
.reading-aside h2 {
  margin-top: 20px;
}
.reading-aside .text-link {
  display: block;
  margin-top: 20px;
}
.notice {
  padding: 18px 22px;
  border-left: 3px solid #8caa88;
  background: #eff2e9;
  border-radius: 0 10px 10px 0;
  font-size: 13px;
  color: #465d52;
  margin: 25px 0;
}
.sources {
  margin: 35px 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.sources h2 {
  font-size: 23px;
}
.sources ul {
  padding-left: 18px;
  font-size: 13px;
}
.sources li {
  padding: 5px 0;
  overflow-wrap: anywhere;
}
.sources a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--green);
}
.sources .meta {
  display: block;
}
.steps {
  padding: 0;
  list-style: none;
  counter-reset: steps;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.steps li {
  display: flex;
  gap: 25px;
}
.steps h2 {
  font-size: 23px;
  margin-top: 0;
}
.steps p {
  margin-bottom: 0;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0;
  font-size: 15px;
  text-align: left;
}
caption {
  text-align: left;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 12px;
}
td,
th {
  padding: 16px 12px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
thead a {
  color: var(--green);
  text-decoration: underline;
}
.brand-grid {
  margin: 25px 0;
}
form.card label {
  display: block;
  font-size: 14px;
  font-weight: 550;
  margin: 16px 0 8px;
}
form.card input,
form.card select {
  width: 100%;
  border: 1px solid #b7c7be;
  border-radius: 8px;
  padding: 12px;
  background: var(--white);
  color: var(--ink);
}
form.card .button {
  margin-top: 25px;
  margin-right: 5px;
}
#lens-result h2 {
  font-size: 23px;
}
#lens-result:not(:empty) {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
dt {
  font-weight: 650;
  margin-top: 20px;
}
dd {
  margin: 8px 0;
  color: var(--muted);
  font-size: 14px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 0;
  font-size: 14px;
}
.check-item input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  accent-color: var(--green);
}
.check-item:has(input:checked) span {
  text-decoration: line-through;
  color: var(--muted);
}
.check-progress {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.check-progress progress {
  accent-color: var(--green);
  flex: 1;
  min-width: 130px;
}
.js-only {
  display: none;
}
.js-ready .js-only {
  display: inline-block;
}
.js-ready form.js-only {
  display: block;
}
.js-ready .check-progress {
  display: flex;
}
.footer-links {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
}
footer {
  max-width: 1240px;
  margin: auto;
  border-top: 1px solid var(--line);
  padding: 40px 36px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}
footer p {
  font-size: 12px;
  margin-top: 12px;
}
.footer-notice {
  width: 100%;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 11px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: absolute;
  left: 15px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
html[lang='zh-Hans'] h1,
html[lang='zh-Hans'] h2,
html[lang='zh-Hans'] h3 {
  letter-spacing: 0;
  line-height: 1.45;
}
html[lang='zh-Hans'] .home-intro h1 {
  font-size: clamp(38px, 4vw, 59px);
}
@media (min-width: 1500px) {
  main {
    max-width: 1300px;
  }
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 25px;
    padding: 16px 28px;
  }
  .main-nav {
    gap: 18px;
  }
  .header-actions {
    gap: 13px;
  }
  .compact-link {
    font-size: 12px;
  }
  .lens-art {
    width: 32%;
  }
  .lens {
    width: 135px;
    height: 175px;
  }
  .lens-one {
    left: -10px;
  }
  .lens-two {
    left: 40px;
  }
  .hero {
    padding: 28px;
  }
  .hero h2 {
    font-size: 29px;
  }
  .hero-copy p {
    max-width: 245px;
  }
  .fact {
    padding: 24px;
  }
  .fact h2 {
    font-size: 29px;
  }
  .tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .header-inner {
    gap: 12px;
    flex-wrap: wrap;
    padding: 15px 22px;
  }
  .logo {
    font-size: 21px;
  }
  .header-actions {
    gap: 14px;
  }
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    font-size: 13px;
  }
  .language-switch {
    padding-left: 13px;
  }
  .issue {
    display: none;
  }
  main {
    padding: 0 22px 40px;
  }
  .home-intro {
    padding-top: 36px;
  }
  .home-intro h1 {
    font-size: 49px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: 320px;
  }
  .lens-art {
    width: 40%;
  }
  .lens {
    width: 160px;
    height: 200px;
  }
  .lens-one {
    left: 0;
  }
  .lens-two {
    left: 60px;
  }
  .hero-copy p {
    max-width: 320px;
  }
  .fact h2 {
    margin: 18px 0;
    max-width: 430px;
  }
  .fact .text-link {
    margin-top: 10px;
  }
  .categories,
  .article-grid,
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reading-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .reading-aside {
    position: static;
  }
  .page-heading h1 {
    font-size: 39px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .brand-strip > div {
    justify-content: flex-start;
    gap: 24px;
  }
  .section-heading h2 {
    font-size: 25px;
  }
  footer {
    padding: 30px 22px;
  }
  .prose {
    max-width: none;
  }
}
@media (max-width: 500px) {
  .header-actions {
    gap: 11px;
  }
  .compact-link {
    font-size: 11px;
  }
  .language-switch {
    font-size: 12px;
    padding-left: 10px;
  }
  .logo {
    font-size: 19px;
  }
  .home-intro h1 {
    font-size: 41px;
  }
  .lede {
    font-size: 15px;
  }
  .hero {
    padding: 25px;
    min-height: 340px;
  }
  .hero h2 {
    font-size: 28px;
  }
  .hero-copy {
    max-width: 77%;
  }
  .hero-copy p {
    max-width: 225px;
  }
  .lens-art {
    position: absolute;
    right: -35px;
    top: 100px;
    height: 195px;
    width: 135px;
    opacity: 0.6;
  }
  .lens {
    width: 108px;
    height: 143px;
  }
  .lens-one {
    left: 0;
    top: 0;
  }
  .lens-two {
    left: 25px;
    top: 35px;
  }
  .art-caption {
    display: none;
  }
  .categories {
    gap: 12px;
  }
  .category-card {
    padding: 19px 15px;
  }
  .category-card h3 {
    font-size: 18px;
  }
  .category-card p {
    font-size: 12px;
    padding: 0;
  }
  .article-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }
  .tool-grid {
    gap: 12px;
  }
  .tool-card {
    padding: 21px 17px;
  }
  .tool-card h2 {
    font-size: 20px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .section-heading {
    align-items: start;
  }
  .section-heading .text-link {
    white-space: nowrap;
    font-size: 12px;
    margin-top: 14px;
  }
  .page-heading h1 {
    font-size: 34px;
  }
  .article-actions .button {
    font-size: 12px;
  }
  .card {
    padding: 24px;
  }
  .check-progress {
    gap: 12px;
  }
  .prose {
    font-size: 16px;
  }
  main > section {
    margin: 40px 0;
  }
  .search-bar {
    padding-left: 16px;
  }
  .search-bar input {
    font-size: 13px;
  }
  footer .footer-links {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .site-header,
  footer,
  .button,
  .search-bar,
  .reading-aside,
  .check-progress,
  .skip {
    display: none !important;
  }
  main {
    padding: 0;
    max-width: none;
  }
  .reading-layout {
    display: block;
  }
  body {
    background: white;
  }
  .prose {
    max-width: none;
  }
  .card,
  .article-card {
    break-inside: avoid;
  }
  .sources a {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 360px) {
  .tool-grid {
    grid-template-columns: 1fr;
  }
}

/* Sharing stays outside the reading column; compact screens use one launcher. */
.share-rail {
  position: fixed;
  z-index: 30;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 58px;
  padding: 13px 6px 8px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 6px 28px #2338320c;
}
.share-rail-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 3px;
}
.share-item,
.share-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--green);
  position: relative;
}
.share-item:hover,
.share-item:focus-visible,
.share-close:hover {
  background: var(--soft);
  text-decoration: none;
}
.share-item.js-only {
  display: none;
}
.js-ready .share-item.js-only {
  display: flex;
}
.share-item svg,
.share-launcher svg,
.share-native svg {
  flex: 0 0 22px;
}
.share-tooltip {
  display: none;
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 12px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
}
.share-item:hover .share-tooltip,
.share-item:focus-visible .share-tooltip {
  display: block;
}
.share-launcher,
.js-ready .share-launcher {
  display: none;
}
.share-dialog {
  width: min(460px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 20px 80px #142d3133;
}
.share-dialog::backdrop {
  background: #142d3177;
}
.share-dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.share-dialog-heading h2 {
  font-size: 24px;
  margin: 0;
}
.share-close {
  flex-shrink: 0;
}
.share-dialog p {
  margin: 8px 0 16px;
  font-size: 14px;
}
.share-dialog .share-page-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.share-platforms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0;
}
.share-platforms .share-item {
  width: 100%;
  flex-direction: column;
  gap: 7px;
  border-radius: 12px;
  background: var(--paper);
  padding: 14px 4px;
  font-size: 12px;
}
.share-platforms .share-item:hover {
  background: var(--soft);
}
.share-instagram-help {
  background: var(--soft);
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 18px;
  font-size: 14px;
}
.share-instagram-help p {
  margin: 0 0 8px;
}
.share-instagram-help a {
  text-decoration: underline;
  color: var(--green);
}
.share-dialog label {
  font-size: 12px;
  font-weight: 600;
}
.share-copy-row {
  display: flex;
  gap: 8px;
  margin: 6px 0 12px;
}
.share-copy-row input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  color: var(--muted);
  background: var(--paper);
  font-size: 14px;
}
.share-copy-row .button {
  flex-shrink: 0;
  padding: 10px 14px;
  font-size: 13px;
}
.share-dialog .share-native {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.share-dialog .share-dialog-status {
  font-size: 13px;
  color: var(--green);
  margin-bottom: 0;
}
.share-dialog [hidden],
.share-feedback[hidden] {
  display: none;
}
.share-feedback {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: calc(84px + env(safe-area-inset-bottom));
  max-width: min(340px, calc(100% - 32px));
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  box-shadow: 0 5px 24px #23383222;
}
@media (max-width: 1439px), (max-height: 600px) {
  .share-rail {
    position: static;
    transform: none;
    width: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 16px;
  }
  .share-rail .share-tooltip {
    display: none;
  }
  .js-ready .share-rail {
    display: none;
  }
  .js-ready .share-launcher {
    position: fixed;
    z-index: 30;
    right: max(16px, env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    border: 1px solid #fff8;
    border-radius: 28px;
    padding: 12px 17px;
    color: white;
    background: var(--green);
    box-shadow: 0 5px 22px #23383226;
    font-size: 14px;
  }
  .js-ready body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 400px) {
  .share-dialog {
    padding: 18px;
  }
  .share-dialog-heading h2 {
    font-size: 21px;
  }
}
@media print {
  .share-rail,
  .share-launcher,
  .share-dialog,
  .share-feedback {
    display: none !important;
  }
}
