/* Shared styles for OpenAEO sub-pages. Homepage is self-contained. */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#08090A;color:#F2F3F4;font-family:'Geist',Helvetica,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}
a{color:#C6F24E;text-decoration:none}a:hover{color:#E3FF9B}
:focus-visible{outline:2px solid #C6F24E;outline-offset:3px;border-radius:4px}
::selection{background:#C6F24E;color:#08090A}
.mono{font-family:'Geist Mono',monospace}
.muted{color:#8A9099}
.wrap{max-width:900px;margin:0 auto;padding:0 20px}
.wrap-wide{max-width:1180px;margin:0 auto;padding:0 20px}
header.nav{position:sticky;top:0;z-index:60;backdrop-filter:blur(14px);background:rgba(8,9,10,.82);border-bottom:1px solid rgba(255,255,255,.06)}
.nav nav{max-width:1180px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;gap:10px;color:#F2F3F4;font-weight:700;letter-spacing:-.03em;font-size:18px;flex:none}
.glyph{position:relative;width:28px;height:28px;display:block}
.glyph .a{position:absolute;top:0;right:0;width:23px;height:23px;border-radius:50%;background:#C6F24E;display:grid;place-items:center}
.glyph .b{position:absolute;bottom:0;left:0;width:8px;height:8px;border-radius:50%;background:#C6F24E}
.navlinks{display:flex;gap:18px;flex:1;align-items:center;flex-wrap:wrap}
.navlinks a{font-size:14px;color:#8A9099}.navlinks a:hover{color:#F2F3F4}
.cta{background:#F2F3F4;color:#08090A;font-weight:600;font-size:14px;padding:0 16px;border-radius:8px;height:38px;display:inline-flex;align-items:center;flex:none}
.cta:hover{background:#fff;color:#08090A}
main{padding:40px 0 20px}
.crumbs{font-size:12.5px;color:#5F666C;margin-bottom:18px}
.crumbs a{color:#8A9099}
.eyebrow{font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.14em;color:#5F666C;text-transform:uppercase}
h1{font-size:clamp(30px,4.4vw,50px);line-height:1.04;letter-spacing:-.03em;font-weight:700;margin:12px 0 0;text-wrap:balance}
.lead{font-size:18px;line-height:1.6;color:#B9BFC4;margin:18px 0 0;max-width:680px;text-wrap:pretty}
h2{font-size:clamp(22px,2.6vw,30px);line-height:1.15;letter-spacing:-.02em;font-weight:700;margin:44px 0 0}
h3{font-size:18px;font-weight:600;margin:26px 0 0}
p{font-size:16px;line-height:1.65;color:#C0C6CB;margin:14px 0 0;max-width:720px;text-wrap:pretty}
ul,ol{color:#C0C6CB;font-size:16px;line-height:1.7;max-width:720px;padding-left:22px}
li{margin:6px 0}
.card{border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#0B0D0E;padding:24px;margin-top:16px}
table{width:100%;border-collapse:collapse;margin-top:20px;font-size:14.5px}
th,td{text-align:left;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}
th{font-size:13px;color:#DDE1E4;font-weight:600}
td.mono,th.mono{font-family:'Geist Mono',monospace}
.yes{color:#8FB84A}.no{color:#B2686A}
.tag{display:inline-block;font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.05em;padding:3px 9px;border-radius:6px;background:rgba(198,242,78,.13);color:#C6F24E}
details{border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#0B0D0E;overflow:hidden;margin-top:8px}
summary{list-style:none;cursor:pointer;font-size:17px;font-weight:500;padding:16px 18px;display:flex;gap:14px;align-items:center}
summary::-webkit-details-marker{display:none}
summary:hover{color:#C6F24E}
summary .s{font-family:'Geist Mono',monospace;color:#6B7278}
details[open] summary .s{color:#C6F24E}
.answer{padding:0 18px 18px;font-size:15px;line-height:1.65;color:#98A0A8;max-width:660px}
.updated{font-family:'Geist Mono',monospace;font-size:12px;color:#5F666C;margin-top:36px}
footer{max-width:1180px;margin:70px auto 0;padding:34px 20px 56px;border-top:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:26px;font-size:14px}
footer .h{font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.1em;color:#4E555A;margin-bottom:8px}
footer a{color:#8A9099;display:block;margin:6px 0}footer a:hover{color:#F2F3F4}
.btnrow{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 20px;border-radius:8px;font-weight:600;font-size:15px}
.btn.p{background:#F2F3F4;color:#08090A}.btn.p:hover{background:#fff}
.btn.g{border:1px solid rgba(255,255,255,.18);color:#DDE1E4}.btn.g:hover{border-color:rgba(255,255,255,.4);color:#fff}
@media(max-width:720px){
  .navlinks{display:none}
  .nav nav{justify-content:space-between;gap:12px}
  .wrap-wide,.wrap{overflow-x:hidden}
}
