:root {
  --android-page: #f3f6f5;
  --android-raised: #ffffff;
  --android-ink: #171b1f;
  --android-muted: #68747a;
  --android-line: #dbe3e1;
  --android-green: #08a65d;
  --android-green-soft: #dff4e7;
  --android-blue: #557ddd;
  --android-blue-soft: #e2e9f9;
}

.android-download-page { background: var(--android-page); color: var(--android-ink); }
.android-download-page * { box-sizing: border-box; }
.android-download-page a { color: inherit; text-decoration: none; }
.android-download-page svg { stroke-width: 2; }
.android-site-header { background: rgba(243, 246, 245, .9); border-bottom: 1px solid var(--android-line); color: var(--android-ink); min-height: 68px; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px) saturate(120%); -webkit-backdrop-filter: blur(18px) saturate(120%); }
.android-site-header .nav-wrap { height: 68px; max-width: 1200px; }
.android-site-header .brand { font-size: 18px; font-weight: 760; gap: 9px; }
.android-site-header .brand img { border-radius: 8px; height: 28px; width: 28px; }
.android-site-links { align-items: center; display: flex; font-size: 13px; font-weight: 650; gap: 26px; margin-left: auto; }
.android-site-links a { color: #5e6870; transition: color .16s ease; }
.android-site-links a:hover { color: var(--android-ink); }
.android-page { overflow: hidden; }

.android-hero { background: linear-gradient(180deg, #f8faf9 0%, #eff3f2 100%); border-bottom: 1px solid var(--android-line); color: var(--android-ink); position: relative; }
.android-hero-grid { display: none; }
.android-hero-inner { align-items: center; display: grid; gap: 76px; grid-template-columns: minmax(310px, 1fr) minmax(310px, .75fr); margin: 0 auto; max-width: 1120px; min-height: 560px; padding: 56px 30px 60px; position: relative; }
.android-back { align-items: center; color: #66737a; display: inline-flex; font-size: 12px; font-weight: 680; gap: 6px; margin-bottom: 21px; }
.android-back:hover { color: var(--android-green); }
.android-back svg { height: 15px; width: 15px; }
.android-copy .eyebrow { align-items: center; color: var(--android-green); display: flex; font-size: 11px; font-weight: 760; gap: 8px; letter-spacing: .05em; line-height: 1.3; margin: 0 0 14px; text-transform: uppercase; }
.android-copy .eyebrow span { background: currentColor; border-radius: 50%; height: 6px; width: 6px; }
.android-copy h1 { font-size: 42px; font-weight: 770; letter-spacing: 0; line-height: 1.13; margin: 0 0 15px; max-width: 485px; }
.android-copy h1 em { color: var(--android-green); font-size: .8em; font-style: normal; font-weight: 710; }
.android-copy > p:not(.eyebrow) { color: var(--android-muted); font-size: 14px; line-height: 1.75; margin: 0 0 21px; max-width: 430px; }
.android-release-panel { background: rgba(255, 255, 255, .8); border: 1px solid #e4eae8; border-radius: 8px; display: grid; gap: 11px; margin: 0 0 14px; max-width: 430px; padding: 13px 14px; }
.android-release-state { align-items: center; color: #34413d; display: flex; font-size: 12px; font-weight: 720; gap: 7px; margin: 0; }
.android-release-state::before { background: var(--android-green); border-radius: 50%; content: ""; flex: 0 0 auto; height: 7px; width: 7px; }
.android-release-state.is-error { color: #b14c42; }.android-release-state.is-error::before { background: #d86c60; }
.android-release-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; }.android-release-meta span { color: #7c878b; font-size: 10px; }.android-release-meta strong { color: var(--android-ink); font-size: 11px; margin-left: 4px; }
.android-download-page .button { align-items: center; border: 1px solid transparent; border-radius: 7px; display: inline-flex; font-size: 13px; font-weight: 720; gap: 8px; height: 41px; justify-content: center; padding: 0 14px; transition: background .16s ease, border-color .16s ease; }
.android-download-page .button svg { height: 16px; width: 16px; }
.android-download-page .button-android { background: var(--android-ink); color: #fff; }
.android-download-page .button-android:hover { background: #343b40; }
.android-download-button { min-width: 218px; }.android-download-button.is-loading, .android-download-button.is-unavailable { cursor: default; opacity: .58; pointer-events: none; }
.android-install-note { color: #7c878b; font-size: 10px; line-height: 1.55; margin: 10px 0 0; max-width: 430px; }

.android-device { justify-self: center; max-width: 288px; position: relative; width: 100%; }
.android-device-shell { background: #293230; border: 7px solid #e7efec; border-radius: 31px; box-shadow: 0 20px 44px rgba(37, 51, 48, .16); min-height: 470px; overflow: hidden; padding: 10px; transform: none; }
.android-device-top { align-items: center; display: flex; justify-content: space-between; margin: 0 3px 10px; }.android-device-top img { border-radius: 7px; height: 23px; width: 23px; }.android-device-top span { color: #c4cfcb; font-size: 9px; }
.android-device-screen { background: #f6f8f7; border-radius: 21px; color: #26302f; min-height: 401px; padding: 14px 12px; }.android-device-screen h2 { font-size: 17px; margin: 0 0 3px; }.android-device-screen > p { color: #839096; font-size: 10px; margin: 0 0 15px; }
.android-chat-preview { background: #fff; border: 1px solid #e2e9e6; border-radius: 7px; padding: 9px; }.android-chat-head { align-items: center; display: flex; gap: 7px; margin-bottom: 11px; }.android-chat-head img { border-radius: 7px; height: 27px; width: 27px; }.android-chat-head strong { font-size: 10px; }.android-chat-head span { color: #859398; display: block; font-size: 8px; margin-top: 2px; }
.android-msg { border-radius: 5px; font-size: 9px; line-height: 1.52; margin: 7px 0; max-width: 87%; padding: 7px; }.android-msg.them { background: #edf2f0; color: #4d6159; }.android-msg.mine { background: #cbeed8; color: #204837; margin-left: auto; }
.android-live-preview { align-items: center; background: #295e50; border-radius: 6px; color: #effff7; display: flex; gap: 7px; margin-top: 12px; padding: 8px; }.android-live-preview i { align-items: center; background: rgba(255,255,255,.14); border-radius: 5px; display: inline-flex; height: 23px; justify-content: center; width: 23px; }.android-live-preview svg { height: 12px; width: 12px; }.android-live-preview strong { display: block; font-size: 9px; }.android-live-preview span { color: #c4dfd3; font-size: 8px; }
.android-device-badge { align-items: center; background: #fff; border: 1px solid #dce7e2; border-radius: 6px; bottom: -13px; box-shadow: 0 8px 18px rgba(42, 57, 52, .11); color: #405049; display: inline-flex; font-size: 10px; font-weight: 720; gap: 6px; left: -24px; padding: 8px 10px; position: absolute; }.android-device-badge svg { color: var(--android-green); height: 14px; width: 14px; }

.android-features { background: #fff; padding: 78px 0; }.android-section-head { align-items: end; display: grid; gap: 48px; grid-template-columns: minmax(0,1fr) minmax(250px,.72fr); margin: 0 auto 38px; max-width: 1120px; padding: 0 30px; }.android-section-head h2, .android-release-wrap h2 { font-size: 31px; font-weight: 740; letter-spacing: 0; line-height: 1.25; margin: 0; }.android-section-head p, .android-release-wrap > div > p { color: var(--android-muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 390px; }
.android-feature-grid { display: grid; gap: 0; grid-template-columns: repeat(3,1fr); margin: 0 auto; max-width: 1120px; padding: 0 30px; }.android-feature { border-bottom: 1px solid var(--android-line); border-top: 1px solid var(--android-line); min-height: 182px; padding: 20px 24px 20px 0; }.android-feature + .android-feature { border-left: 1px solid var(--android-line); padding-left: 24px; }.android-feature i, .android-feature > svg { background: var(--android-green-soft); border-radius: 7px; color: var(--android-green); height: 34px; padding: 8px; width: 34px; }.android-feature h3 { font-size: 15px; margin: 18px 0 7px; }.android-feature p { color: #738078; font-size: 12px; line-height: 1.7; margin: 0; max-width: 275px; }
.android-release-section { background: #eef3f7; border-bottom: 1px solid #dbe3eb; border-top: 1px solid #dbe3eb; padding: 76px 0; }.android-release-wrap { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(260px,.78fr) minmax(360px,1.22fr); margin: 0 auto; max-width: 1120px; padding: 0 30px; }.android-release-wrap .eyebrow { align-items: center; color: var(--android-blue); display: flex; font-size: 11px; font-weight: 760; gap: 8px; letter-spacing: .05em; margin: 0 0 14px; text-transform: uppercase; }.android-release-wrap .eyebrow span { background: currentColor; border-radius: 50%; height: 6px; width: 6px; }.android-release-wrap > div > p { margin-top: 14px; }
.android-changelog { background: rgba(255,255,255,.82); border: 1px solid #d4dfe9; border-radius: 8px; padding: 20px; }.android-changelog > p { color: #52606f; font-size: 13px; line-height: 1.7; margin: 0 0 18px; min-height: 44px; }.android-changelog-footer { align-items: center; border-top: 1px solid #dce4eb; display: flex; justify-content: space-between; padding-top: 14px; }.android-changelog-footer span { color: #718094; font-size: 10px; }.android-changelog-footer strong { color: #344a63; font-size: 13px; }
.android-page-footer { background: #e8edeb; border-top: 1px solid var(--android-line); color: var(--android-ink); }.android-page-footer .footer-wrap { align-items: center; display: flex; gap: 22px; justify-content: space-between; min-height: 78px; }.android-page-footer .brand { font-size: 16px; font-weight: 750; }.android-page-footer .brand img { border-radius: 7px; height: 25px; width: 25px; }.android-page-footer p { color: #78848a; font-size: 10px; margin: 0; }

@media (max-width: 760px) {
  .android-site-header, .android-site-header .nav-wrap { min-height: 62px; }.android-site-header .nav-wrap { height: 62px; padding-left: 20px; padding-right: 20px; }.android-site-header .brand { font-size: 17px; }.android-site-header .brand img { height: 26px; width: 26px; }.android-site-links { font-size: 11px; gap: 14px; }.android-site-links a:last-child { display: none; }
  .android-hero-inner { display: flex; flex-direction: column; gap: 31px; min-height: 0; padding: 38px 20px 47px; }.android-copy, .android-device { width: 100%; }.android-back { margin-bottom: 18px; }.android-copy h1 { font-size: 34px; margin-bottom: 12px; }.android-copy > p:not(.eyebrow) { font-size: 13px; margin-bottom: 17px; }.android-release-panel { gap: 9px; padding: 11px 12px; }.android-release-state { font-size: 11px; }.android-release-meta { gap: 5px 11px; }.android-release-meta span { font-size: 9px; }.android-release-meta strong { font-size: 10px; }.android-download-page .button { width: 100%; }.android-download-button { min-width: 0; }
  .android-device { margin: 0 auto; max-width: 250px; }.android-device-shell { border-radius: 28px; min-height: 410px; padding: 9px; }.android-device-screen { min-height: 347px; padding: 12px 10px; }.android-device-badge { bottom: -11px; font-size: 9px; left: -15px; padding: 6px 8px; }
  .android-features, .android-release-section { padding: 62px 0; }.android-section-head, .android-release-wrap { display: block; padding: 0 20px; }.android-section-head { margin-bottom: 28px; }.android-section-head h2, .android-release-wrap h2 { font-size: 27px; }.android-section-head p { font-size: 13px; margin-top: 14px; }.android-feature-grid { display: block; padding: 0 20px; }.android-feature { min-height: 0; padding: 18px 0; }.android-feature + .android-feature { border-left: 0; padding-left: 0; }.android-feature h3 { font-size: 14px; margin: 13px 0 5px; }.android-feature p { font-size: 11px; }.android-release-wrap > div > p { font-size: 13px; }.android-changelog { margin-top: 25px; padding: 16px; }.android-changelog > p { font-size: 12px; min-height: 0; }.android-page-footer .footer-wrap { align-items: flex-start; flex-direction: column; gap: 9px; min-height: 0; padding: 23px 20px; }
}
