
:root{color-scheme:dark;font-family:ui-rounded,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#131b1b;color:#f7eee0}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:grid;place-items:center;padding:max(14px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(14px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}main{width:min(100%,430px);display:grid;gap:16px}header{display:flex;gap:16px;align-items:center}header img{width:66px;height:66px;border-radius:17px}h1{font-size:30px;letter-spacing:-1px;margin:0 0 4px}p{margin:0;line-height:1.4}.eyebrow{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;color:#cab99b}.meta{border:1px solid #384542;border-radius:15px;padding:12px 14px;display:grid;gap:8px;font-size:14px}.row{display:flex;justify-content:space-between;gap:12px}.muted{color:#b9c6be}.published{font-size:12px}.published time{display:block;color:#b9c6be;margin-top:3px}.install{display:block;text-align:center;background:#e4bf7c;color:#24291f;padding:15px 20px;border-radius:14px;font-size:18px;font-weight:750;text-decoration:none}.notes{font-size:14px;line-height:1.45}.notes strong{display:block;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:#cfb58c;margin-bottom:5px}footer{display:grid;gap:9px;font-size:11px;line-height:1.45;color:#acbcb3}a{color:#f1d69f}footer a{font-size:14px;font-weight:650;display:inline-block;padding:3px 0;width:fit-content}.history{width:min(100%,660px)}.history article{padding:20px 0;border-bottom:1px solid #384542}.history h2{font-size:21px}.history li{margin:9px 0;line-height:1.5}.history code{overflow-wrap:anywhere;font-size:11px}.history .install{width:220px}.history header{margin-bottom:12px}
@media(max-height:600px) and (orientation:portrait){main{gap:12px}header img{width:53px;height:53px}h1{font-size:27px}.meta{gap:5px;padding:10px 12px}.install{padding:12px}.notes{font-size:13px}footer{gap:5px}}
@media(min-width:540px) and (max-height:480px){body{padding-top:max(10px,env(safe-area-inset-top));padding-bottom:max(10px,env(safe-area-inset-bottom))}main:not(.history){width:min(100%,760px);grid-template-columns:1fr 1fr;grid-template-areas:"brand action" "meta notes" "footer footer";gap:10px 22px}header{grid-area:brand}header img{width:46px;height:46px;border-radius:12px}h1{font-size:25px}.eyebrow{font-size:9px}.action{grid-area:action;align-self:center}.install{padding:12px;font-size:17px}.meta{grid-area:meta;padding:9px 12px;gap:5px;font-size:12px}.published{font-size:11px}.notes{grid-area:notes;align-self:center;font-size:13px}footer{grid-area:footer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px}footer a{font-size:13px;white-space:nowrap;min-height:30px;align-content:center}}
