:root { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17191d; background: #f4f6f5; letter-spacing: 0; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100svh; }
a { color: inherit; text-decoration: none; }
header { height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: #15171a; color: #fff; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 850; }
.brand img { width: 31px; height: 31px; object-fit: contain; }
.back { color: #d8dcdf; font-size: 14px; }
main { min-height: calc(100svh - 72px); display: grid; grid-template-columns: minmax(420px, 0.85fr) 1.15fr; }
.access-panel { align-self: center; width: min(560px, 100%); padding: 64px 6vw; }
.eyebrow { margin: 0 0 16px; color: #287854; font-size: 13px; font-weight: 850; text-transform: uppercase; }
h1 { margin: 0; max-width: 520px; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.intro { max-width: 520px; margin: 24px 0 32px; color: #555b61; font-size: 19px; line-height: 1.6; }
.status { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid #cfd4d1; border-bottom: 1px solid #cfd4d1; }
.status-mark { flex: 0 0 auto; width: 11px; height: 11px; margin-top: 5px; border-radius: 50%; background: #287854; box-shadow: 0 0 0 5px #dcebe3; }
.status strong, .status span { display: block; }
.status span { margin-top: 4px; color: #686e73; line-height: 1.5; }
.commands { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
button { min-height: 50px; border: 1px solid #b7bdb9; border-radius: 6px; background: #e4e7e5; color: #818782; font: inherit; font-weight: 750; cursor: not-allowed; }
.footnote { margin: 22px 0 0; color: #71777c; font-size: 13px; line-height: 1.55; }
aside { position: relative; min-height: 680px; overflow: hidden; background: #1c1e21; }
aside img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(0.88); }
.aside-copy { position: absolute; inset: auto 0 0; padding: 40px; background: rgba(14,16,18,0.82); color: #fff; }
.aside-copy span, .aside-copy strong { display: block; }
.aside-copy span { margin-bottom: 8px; color: #a9d8c1; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.aside-copy strong { max-width: 540px; font-size: clamp(25px, 3vw, 42px); line-height: 1.1; }
@media (max-width: 800px) {
  header { height: 64px; padding: 0 18px; }
  .back { font-size: 13px; }
  main { min-height: calc(100svh - 64px); grid-template-columns: 1fr; }
  .access-panel { padding: 54px 22px 42px; }
  h1 { font-size: 44px; }
  .commands { grid-template-columns: 1fr; }
  aside { min-height: 360px; }
  .aside-copy { padding: 24px 22px; }
}
