:root { color-scheme: dark; font-family: "Segoe UI", system-ui, sans-serif; color: #eef2f0; background: #101211; line-height: 1.6; }
* { box-sizing: border-box; letter-spacing: 0; }
body { margin: 0; }
a { color: #7bdfdf; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f4cd83; outline-offset: 4px; }
.skip-link { position: absolute; top: -100px; padding: 10px; background: #101211; z-index: 10; }
.skip-link:focus { top: 0; }
.android-nav, main { width: min(1120px, calc(100% - 40px)); margin: auto; }
.android-nav { min-height: 76px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #343a36; }
.android-nav div { display: flex; gap: 24px; }
.brand { font-size: 1.15rem; font-weight: 750; color: #fff; text-decoration: none; }
.android-heading { padding: 38px 0 30px; max-width: 880px; }
.eyebrow { color: #91b5a3; font-size: .75rem; font-weight: 750; margin: 0 0 8px; }
h1 { font-size: 2.3rem; line-height: 1.2; margin: 0 0 16px; }
h2 { font-size: 1.75rem; line-height: 1.25; margin: 12px 0; }
p, h1, h2, a { overflow-wrap: anywhere; }
.intro { font-size: 1.1rem; margin: 0 0 10px; color: #d4dfd8; }
.boundary, .caption, .release-meta { color: #a5b2aa; font-size: .85rem; }
.prototype-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.prototype { border: 1px solid #3c4841; border-top: 3px solid #84d4b1; border-radius: 6px; padding: 24px; min-width: 0; display: flex; flex-direction: column; background: #171b18; }
.prototype.time-machine { border-top-color: #eaa699; }
.time-machine .eyebrow { color: #eaa699; }
.prototype-title { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; align-items: baseline; }
.status { font-size: .75rem; color: #e4bd76; }
.subtitle { margin: 0 0 20px; color: #c0ccc5; }
.screenshots { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
.screenshots a { flex: 0 0 200px; scroll-snap-align: start; }
.screenshots img { width: 200px; height: 400px; object-fit: contain; display: block; border-radius: 4px; }
.caption { margin: 5px 0 14px; }
.capabilities { padding-left: 20px; margin: 0 0 24px; color: #d7dfda; }
.capabilities li { margin: 0 0 9px; }
.release { margin: 0 0 22px; padding-bottom: 18px; border-bottom: 1px solid #39413c; }
.apk-download { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px; background: #a0e2c5; color: #10241a; border-radius: 5px; font-size: .95rem; font-weight: 750; text-decoration: none; text-align: center; }
.time-machine .apk-download { background: #efb5ab; color: #321e1b; }
.apk-download:hover { filter: brightness(1.1); }
.release-meta { margin: 10px 0; }
summary { cursor: pointer; color: #b8c7bd; font-size: .85rem; }
code { display: block; overflow-wrap: anywhere; padding: 12px 0; font-size: .8rem; }
details p { font-size: .8rem; color: #a5b2aa; }
.pending { margin: 0; color: #d9c38f; font-size: .9rem; }
.android-notes { border-top: 1px solid #343a36; padding: 24px 0; margin-top: 32px; }
.android-notes + .android-notes { margin-top: 0; }
.android-notes h2 { font-size: 1.25rem; }
.android-notes p { max-width: 90ch; color: #b9c5bd; }
.android-footer { display: flex; flex-wrap: wrap; gap: 24px; padding: 24px 0 40px; border-top: 1px solid #343a36; font-size: .85rem; }
@media (max-width: 720px) { .prototype-grid { grid-template-columns: minmax(0, 1fr); } h1 { font-size: 1.8rem; } .prototype { padding: 18px; } .android-nav, main { width: calc(100% - 32px); } .android-nav div { gap: 16px; } .android-heading { padding-top: 28px; } }
