:root {
  --bg: #f5f7fa;
  --surface: #ffffff;
  --ink: #17202d;
  --muted: #687386;
  --line: #dfe5ec;
  --line-strong: #c8d1dc;
  --red: #e63b34;
  --red-dark: #c92823;
  --blue: #2878ff;
  --cyan: #16b9c8;
  --green: #22a86a;
  --navy: #101a2b;
  --soft-blue: #eaf2ff;
  --soft-red: #fff0ee;
  --radius: 16px;
  --max: 1200px;
  --shadow: 0 22px 60px rgba(25, 44, 74, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Microsoft YaHei UI", "PingFang SC", Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid rgba(40, 120, 255, .45); outline-offset: 3px; }
.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.section { padding: 104px 0; position: relative; }
.section-white { background: var(--surface); }
.section-dark { color: white; background: var(--navy); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(34,168,106,.12); }
.section-dark .eyebrow { color: #8db8ff; }
.title { max-width: 780px; margin: 0; font-size: clamp(37px, 5vw, 64px); line-height: 1.1; letter-spacing: -.05em; }
.title span { color: var(--blue); }
.section-dark .title span { color: #8db8ff; }
.intro { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: 16px; }
.section-dark .intro { color: #94a2b8; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-head .intro { max-width: 430px; margin: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(200,209,220,.8);
  backdrop-filter: blur(16px);
}
.nav { height: 100%; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.logo-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: white; background: var(--red); }
.logo-mark svg { width: 22px; height: 22px; }
.logo small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.nav-links { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav-links a { color: #4e5a6b; font-size: 13px; font-weight: 600; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--red); }
.nav-cta, .btn {
  min-height: 46px;
  min-width: 126px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--red);
  border-radius: 11px;
  color: white;
  background: var(--red);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  word-break: keep-all;
  writing-mode: horizontal-tb;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(230,59,52,.22); background: var(--red-dark); }
.btn-secondary { color: var(--ink); background: white; border-color: var(--line-strong); }
.btn-secondary:hover { color: var(--blue); background: white; border-color: var(--blue); box-shadow: none; }
.section-dark .btn-secondary { color: white; background: transparent; border-color: #44516a; }
.btn-small { min-height: 40px; min-width: 104px; padding-inline: 15px; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero {
  min-height: 800px;
  padding: 138px 0 86px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(224,230,238,.4) 1px, transparent 1px),
    linear-gradient(rgba(224,230,238,.4) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px;
  position: relative;
}
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 77% 38%, rgba(40,120,255,.12), transparent 27rem); }
.hero-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; position: relative; z-index: 1; }
.live-badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 12px; border: 1px solid #cfe0f7; border-radius: 999px; color: #385069; background: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 2s infinite; }
h1 { margin: 0; font-size: clamp(50px, 6.6vw, 86px); line-height: .99; letter-spacing: -.065em; }
h1 span { display: block; color: var(--blue); }
.hero-copy p { max-width: 560px; margin: 27px 0 0; color: var(--muted); font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: #788496; font-size: 11px; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: var(--green); font-weight: 900; }
.hero-visual { align-self: center; position: relative; height: auto; padding: 0; margin: 0; }
.app-window { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 19px; background: white; box-shadow: var(--shadow); }
.window-bar { height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: #fbfcfd; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c9d1da; }
.window-status { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }
.window-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.app-window img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }
.presence-card {
  position: absolute;
  width: 190px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 15px 40px rgba(27,47,74,.16);
  backdrop-filter: blur(10px);
}
.presence-card strong { display: block; font-size: 12px; }
.presence-card small { color: var(--muted); font-size: 10px; }
.presence-avatars { display: flex; margin-top: 10px; }
.presence-avatars span { width: 29px; height: 29px; margin-right: -7px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--blue); font-size: 9px; font-weight: 800; }
.presence-avatars span:nth-child(2) { background: var(--red); }
.presence-avatars span:nth-child(3) { background: var(--cyan); }
.presence-avatars span:nth-child(4) { background: var(--green); }
.presence-one { left: -34px; bottom: 34px; }
.presence-two { right: -22px; top: 60px; }
.presence-two .sync-line { height: 4px; margin-top: 11px; overflow: hidden; border-radius: 2px; background: #e7edf4; }
.presence-two .sync-line::after { content: ""; display: block; width: 78%; height: 100%; background: var(--blue); }

.timezone-bar { border-block: 1px solid var(--line); background: white; }
.timezone-grid { min-height: 100px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); align-items: center; }
.timezone { padding: 0 28px; border-left: 1px solid var(--line); }
.timezone:first-child { padding-left: 0; border-left: 0; }
.timezone small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.timezone strong { display: flex; align-items: center; gap: 8px; margin-top: 5px; font-size: 15px; }
.timezone strong::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 15px; }
.feature-card {
  grid-column: span 4;
  min-height: 282px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: #a9c8ff; box-shadow: 0 15px 40px rgba(40,120,255,.1); }
.feature-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: var(--soft-blue); font-size: 13px; font-weight: 900; }
.feature-card:nth-child(2) .feature-icon, .feature-card:nth-child(5) .feature-icon { color: var(--red); background: var(--soft-red); }
.feature-card h3 { margin: 52px 0 8px; font-size: 21px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.card-presence { position: absolute; right: 20px; top: 22px; display: flex; align-items: center; gap: 7px; color: #7f8a9a; font-size: 9px; }
.card-presence::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }

.collab-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: center; }
.collab-media { align-self: center; position: relative; padding: 0; margin: 0; }
.collab-media img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; border-radius: 18px; background: #0c1424; box-shadow: var(--shadow); }
.floating-note { position: absolute; right: -18px; bottom: 28px; max-width: 210px; padding: 14px; border-radius: 12px; color: var(--ink); background: white; box-shadow: var(--shadow); font-size: 11px; }
.floating-note span { color: var(--blue); font-weight: 800; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { margin: 13px 0; display: flex; gap: 11px; color: var(--muted); font-size: 13px; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--green); background: rgba(34,168,106,.12); font-weight: 900; }

.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.download-card { min-width: 0; padding: 24px; border: 1px solid #2b3850; border-radius: 15px; background: #162238; }
.platform { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; color: #94bdff; background: #213253; font-size: 11px; font-weight: 900; }
.download-card h3 { margin: 22px 0 3px; font-size: 19px; }
.download-card p { min-height: 46px; margin: 0 0 19px; color: #8795aa; font-size: 11px; }
.download-card .btn { width: 100%; min-width: 0; }

.scene-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 15px; }
.scene-card { min-height: 400px; padding: 26px; display: flex; align-items: end; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: white; }
.scene-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scene-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(16,26,43,.94)); }
.scene-copy { position: relative; z-index: 1; color: white; }
.scene-copy small { display: inline-flex; align-items: center; gap: 7px; color: #a5b4c7; font-size: 9px; letter-spacing: .13em; }
.scene-copy small::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.scene-copy h3 { margin: 8px 0 4px; font-size: 22px; }
.scene-copy p { margin: 0; color: #aeb9c7; font-size: 12px; }
.scene-card:not(:first-child) { align-items: start; }
.scene-card:not(:first-child)::after { display: none; }
.scene-card:not(:first-child) .scene-copy { color: var(--ink); }
.scene-card:not(:first-child) .scene-copy p { color: var(--muted); }
.scene-graphic { position: absolute; inset: auto 25px 28px; height: 160px; border: 1px dashed #b9c7d8; border-radius: 50%; }
.scene-graphic::before, .scene-graphic::after { content: ""; position: absolute; width: 34px; height: 34px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: var(--blue); box-shadow: 0 8px 20px rgba(40,120,255,.2); }
.scene-graphic::before { content: "PC"; left: 18px; top: 25px; font-size: 8px; }
.scene-graphic::after { content: "M"; right: 18px; bottom: 25px; font-size: 9px; background: var(--red); }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.quote { padding: 28px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.quote-status { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 9px; font-weight: 800; }
.quote-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.quote blockquote { min-height: 118px; margin: 18px 0 24px; color: #364255; font-size: 14px; line-height: 1.9; }
.person { display: flex; align-items: center; gap: 11px; padding-top: 16px; border-top: 1px solid var(--line); }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-weight: 800; }
.quote:nth-child(2) .avatar { background: var(--red); }
.quote:nth-child(3) .avatar { background: var(--cyan); }
.person strong, .person small { display: block; }
.person strong { font-size: 12px; }
.person small { color: var(--muted); font-size: 9px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 15px; }
.price-card { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.price-card.featured { min-height: 500px; padding-top: 45px; color: white; background: var(--blue); border-color: var(--blue); box-shadow: 0 25px 60px rgba(40,120,255,.22); }
.plan { display: inline-flex; padding: 5px 9px; border-radius: 999px; color: var(--blue); background: var(--soft-blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.featured .plan { color: white; background: rgba(255,255,255,.16); }
.price-card h3 { margin: 20px 0 0; font-size: 24px; }
.price { margin: 10px 0 22px; font-size: 40px; font-weight: 900; letter-spacing: -.04em; }
.price small { color: var(--muted); font-size: 10px; letter-spacing: 0; font-weight: 500; }
.featured .price small { color: #c5d9ff; }
.price-card ul { min-height: 150px; padding: 0; margin: 0 0 25px; list-style: none; color: var(--muted); font-size: 12px; }
.featured ul { color: #e0ebff; }
.price-card li { margin: 9px 0; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 900; }
.featured li::before { color: white; }
.price-card .btn { width: 100%; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.faq-question b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: var(--blue); background: var(--soft-blue); font-size: 19px; transition: transform .2s ease; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { margin: 0; padding: 0 45px 22px 0; color: var(--muted); font-size: 12px; }
.faq-item.open .faq-answer { max-height: 180px; }
.faq-item.open .faq-question b { transform: rotate(45deg); }

.cta-panel { padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-radius: 20px; color: white; background: var(--blue); box-shadow: 0 25px 60px rgba(40,120,255,.2); }
.cta-panel h2 { max-width: 720px; margin: 0; font-size: clamp(32px, 4.5vw, 54px); line-height: 1.12; letter-spacing: -.04em; }

.page-hero { padding: 150px 0 80px; background: white; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 65px; }
.page-hero h1 { font-size: clamp(48px, 6.5vw, 78px); }
.page-hero p { max-width: 620px; color: var(--muted); font-size: 16px; }
.page-media { align-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.page-media img { display: block; width: 100%; height: auto; object-fit: contain; object-position: center; }

.download-rows { display: grid; gap: 12px; }
.download-row { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 22px; padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.download-row .platform { color: var(--blue); background: var(--soft-blue); }
.download-row h2 { margin: 0; font-size: 19px; }
.download-row p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.requirements { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.requirement { padding: 25px; border: 1px solid #2c3951; border-radius: 14px; background: #162238; }
.requirement h3 { margin: 0 0 7px; font-size: 17px; }
.requirement p { margin: 0; color: #8997ac; font-size: 11px; }

.help-hero { text-align: center; }
.help-hero .live-badge { margin-inline: auto; }
.help-hero p { margin-inline: auto; }
.search-box { max-width: 700px; margin: 28px auto 0; padding: 7px; display: flex; border: 1px solid var(--line); border-radius: 13px; background: var(--bg); }
.search-box input { flex: 1; min-width: 0; padding: 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.help-layout { display: grid; grid-template-columns: 240px 1fr; gap: 50px; align-items: start; }
.help-nav { position: sticky; top: 95px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.help-nav strong { display: block; margin: 0 10px 10px; font-size: 12px; }
.help-nav a { display: block; padding: 10px; border-radius: 8px; color: var(--muted); font-size: 11px; }
.help-nav a:hover { color: var(--blue); background: var(--soft-blue); }
.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.help-card { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.help-card h2 { margin: 25px 0 5px; font-size: 18px; }
.help-card p { margin: 0; color: var(--muted); font-size: 11px; }
.article-list { margin-top: 60px; }
.article { display: grid; grid-template-columns: 38px 1fr auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.article-num { color: var(--blue); font-size: 10px; font-weight: 900; }
.article h3 { margin: 0; font-size: 15px; }
.article p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.article > span:last-child { color: var(--blue); }

.site-footer { padding: 70px 0 26px; color: #c2cada; background: #0c1423; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 40px; }
.footer-brand p { max-width: 280px; color: #68768d; font-size: 11px; }
.footer-col h3 { margin: 0 0 15px; color: white; font-size: 12px; }
.footer-col a { display: block; margin: 8px 0; color: #718099; font-size: 10px; }
.footer-col a:hover { color: #8db8ff; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #202c41; color: #536076; font-size: 9px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 0%,100% { opacity: .45; box-shadow: 0 0 0 0 rgba(34,168,106,.25); } 50% { opacity: 1; box-shadow: 0 0 0 7px rgba(34,168,106,0); } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav > .nav-cta { display: none; }
  .nav-links { position: fixed; inset: 72px 18px auto; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: block; }
  .nav-links a { display: block; padding: 11px; }
  .hero-grid, .page-hero-grid, .collab-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 750px; }
  .hero-visual { width: min(780px, 100%); }
  .feature-card { grid-column: span 6; }
  .download-grid { grid-template-columns: repeat(2, 1fr); }
  .timezone-grid { grid-template-columns: repeat(3, 1fr); }
  .timezone:first-child { grid-column: 1 / -1; padding: 18px 0; }
  .scene-grid { grid-template-columns: 1fr 1fr; }
  .scene-card:first-child { grid-column: 1 / -1; }
  .help-layout { grid-template-columns: 1fr; }
  .help-nav { position: static; display: flex; flex-wrap: wrap; }
  .help-nav strong { width: 100%; }
  .footer-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .section-head .intro { margin-top: 17px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-grid { gap: 46px; }
  .presence-card { display: none; }
  .feature-grid, .quotes, .pricing-grid, .help-grid, .requirements { grid-template-columns: 1fr; }
  .feature-card { grid-column: 1; }
  .download-grid, .scene-grid { grid-template-columns: 1fr; }
  .scene-card:first-child { grid-column: auto; }
  .timezone-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .timezone, .timezone:first-child { grid-column: auto; padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .timezone:first-child { border-top: 0; }
  .price-card.featured { min-height: auto; }
  .cta-panel { padding: 36px 24px; display: block; }
  .cta-panel .btn { margin-top: 24px; }
  .download-row { grid-template-columns: 50px 1fr; }
  .download-row .btn { grid-column: 1 / -1; width: 100%; }
  .article { grid-template-columns: 30px 1fr; }
  .article > span:last-child { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Hero image safeguards */
.hero-grid { align-items: center; }
.hero-visual, .collab-media, .page-media { align-self: center; height: auto; padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0; transform: none; clip-path: none; }
.app-window { padding: 0; margin: 0; transform: none; clip-path: none; }
.app-window img, .collab-media img, .page-media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transform: none;
  clip-path: none;
}
