@font-face { font-family: "Hubot Sans"; src: url("/fonts/HubotSans.woff2") format("woff2"); font-weight: 200 900; font-stretch: 75% 125%; font-display: swap; }
@font-face { font-family: "Aspekta"; src: url("/fonts/AspektaVF.woff2") format("woff2"); font-weight: 50 1000; font-display: swap; }
:root { --black: #0B0A08; --white: #FFFFFF; --lime: #D0FF01; --grey: #6b6b66; --line: #e6e6e2; --max: 72rem; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--black); font-family: "Aspekta", system-ui, sans-serif; font-size: 17px; line-height: 1.6; }
h1, h2, h3, h4 { font-family: "Hubot Sans", system-ui, sans-serif; font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: 2.4rem; margin: .4rem 0 1.2rem; }
h2 { font-size: 1.5rem; margin: 2.2rem 0 .6rem; padding-top: .6rem; border-top: 2px solid var(--black); }
h3 { font-size: 1.15rem; margin: 1.6rem 0 .4rem; }
a { color: var(--black); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { background: var(--lime); text-decoration: none; }
.top { background: var(--black); color: var(--white); display: flex; align-items: center; gap: 1rem; padding: .9rem 1.5rem; }
.top .brand img { display: block; }
.top .tag { font-family: "Hubot Sans", system-ui, sans-serif; font-weight: 800; color: var(--lime); letter-spacing: .04em; text-transform: uppercase; font-size: .9rem; }
.wrap { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 14rem 1fr; gap: 3rem; padding: 2rem 1.5rem 4rem; }
.wrap:has(> main:first-child) { grid-template-columns: 1fr; }
.side { position: sticky; top: 1.5rem; align-self: start; }
.side .eyebrow, .eyebrow { font-family: "Hubot Sans", system-ui, sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; color: var(--grey); margin: 0 0 .5rem; }
.side ul { list-style: none; padding: 0; margin: 0; border-left: 2px solid var(--line); }
.side li a { display: block; padding: .35rem .9rem; text-decoration: none; margin-left: -2px; border-left: 2px solid transparent; }
.side li a[aria-current="page"] { border-left-color: var(--lime); font-weight: 700; }
.crumbs { font-size: .85rem; color: var(--grey); margin: 0; }
.crumbs a { color: var(--grey); text-decoration: none; }
main { min-width: 0; max-width: 46rem; }
table { border-collapse: collapse; width: 100%; margin: 1rem 0; font-size: .95rem; display: block; overflow-x: auto; }
th, td { text-align: left; padding: .5rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-family: "Hubot Sans", system-ui, sans-serif; font-weight: 700; border-bottom: 2px solid var(--black); }
blockquote { margin: 1.2rem 0; padding: .8rem 1rem; background: #f6f6f2; border-left: 4px solid var(--lime); }
blockquote p { margin: 0; }
code { font-size: .92em; background: #f1f1ec; padding: .1em .35em; border-radius: 3px; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.card { display: block; text-decoration: none; border: 2px solid var(--black); padding: 1.2rem 1.4rem; }
.card:hover { background: var(--lime); }
.card h2 { border: 0; margin: 0 0 .4rem; padding: 0; }
.card p { margin: 0; color: var(--grey); }
.card:hover p { color: var(--black); }
.doors { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: .8rem; margin: 1rem 0; }
.door { border: 2px solid var(--black); padding: 1rem 1.1rem; }
.door h3 { margin: 0 0 .3rem; }
.door p { margin: 0; font-size: .95rem; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--grey); font-size: .85rem; }
@media (max-width: 760px) { .wrap { grid-template-columns: 1fr; gap: 1.5rem; } .side { position: static; } h1 { font-size: 1.9rem; } }
