/* eR33t community edition. Public shell only; operator styles are separate. */
:root {
    --bg: #10120f;
    --bg-raised: #181b16;
    --bg-sunken: #0b0e0a;
    --fg: #f2f1e9;
    --fg-muted: #b8bcb0;
    --fg-subtle: #a4ac99;
    --signal: #c2ee79;
    --signal-deep: #b0df64;
    --signal-ink: #17210b;
    --signal-a08: rgba(194, 238, 121, .08);
    --signal-a16: rgba(194, 238, 121, .16);
    --signal-a32: rgba(194, 238, 121, .32);
}
.site-header { background: rgba(16, 18, 15, .97); }
.brand { letter-spacing: -.045em; }
.brand img { width: 32px; height: 32px; }
.nav a { font-size: 13px; }
.nav .is-cta { background: var(--signal); color: var(--signal-ink); border-radius: 4px; }
.btn { border-radius: 4px; min-height: 50px; text-transform: none; letter-spacing: -.015em; font-family: var(--font); font-size: 15px; font-weight: 700; gap: 22px; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .crew-text-link:focus-visible { outline: 3px solid var(--signal); outline-offset: 5px; }
.site-footer { border-top: 1px solid var(--line-strong); }
.subpage-hero { background: var(--bg-raised); }
.subpage-hero h1 { letter-spacing: -.055em; max-width: 18ch; }
.subpage-meta-card { border-radius: 0; box-shadow: none; border-width: 0 0 0 2px; border-color: var(--signal); background: transparent; }
.info-panel { border-radius: 0; box-shadow: none; }

.community-home { overflow: clip; }
.crew-eyebrow { font: 500 11px/1.5 var(--mono); letter-spacing: .15em; text-transform: uppercase; color: var(--signal); margin-bottom: 25px; }
.crew-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: center; min-height: min(900px, calc(100svh - var(--header-h))); padding: clamp(36px, 5vw, 76px) 0 84px; background: #1b2117; }
.crew-hero__image, .crew-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.crew-hero__image { object-fit: cover; object-position: 60% center; animation: crew-image-in 1.6s ease-out both; }
.crew-hero__shade { z-index: -1; background: linear-gradient(90deg, rgba(9, 12, 8, .9) 0%, rgba(9, 12, 8, .58) 47%, rgba(9, 12, 8, .05) 100%), linear-gradient(0deg, rgba(9, 12, 8, .7), transparent 35%); }
.crew-hero__content { animation: crew-enter .85s ease-out both; }
.crew-hero h1 { font: 800 clamp(74px, 10.6vw, 152px)/.82 var(--font); letter-spacing: -.09em; margin: 0 0 32px; max-width: 7ch; color: #f4f3e8; }
.crew-hero h1 span { display: block; font-size: .52em; letter-spacing: -.075em; margin-top: 15px; }
.crew-hero__line { font-size: clamp(23px, 2.45vw, 34px); line-height: 1.12; letter-spacing: -.035em; font-weight: 600; margin-bottom: 16px; }
.crew-hero__intro { max-width: 46ch; font-size: 16px; line-height: 1.65; color: #d2d7c9; margin-bottom: 26px; }
.crew-hero__note { font-size: 12px; color: #c1c6b9; margin-top: 17px; }
.crew-text-link { display: inline-flex; align-items: center; gap: 20px; color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; padding: 5px 0; font-size: 14px; font-weight: 600; }
.crew-text-link span { transition: transform .2s ease; }
.crew-text-link:hover span { transform: translateX(5px); }
.crew-hero__foot { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; font: 11px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: #d4d9ca; }
.crew-hero__foot a { color: inherit; text-decoration: none; }
.crew-section { padding-top: clamp(64px, 8vw, 115px); padding-bottom: clamp(64px, 8vw, 115px); }
.community-home h2 { font-size: clamp(34px, 4.7vw, 66px); line-height: 1.04; letter-spacing: -.065em; font-weight: 700; margin-bottom: 24px; }
.crew-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; align-items: end; }
.crew-heading .crew-eyebrow { grid-column: 1 / -1; }
.crew-heading > p:last-child { max-width: 42ch; color: var(--fg-muted); font-size: 17px; line-height: 1.7; padding-bottom: 23px; }
.crew-activities { margin-top: 35px; }
.crew-activities article { display: grid; grid-template-columns: 50px 1fr 1fr; gap: 32px; padding: 30px 0; border-top: 1px solid var(--line-strong); align-items: start; }
.crew-activities article > span { font: 12px var(--mono); color: var(--signal); padding-top: 5px; }
.crew-activities h3 { font-size: 22px; letter-spacing: -.035em; }
.crew-activities p { color: var(--fg-muted); line-height: 1.65; max-width: 45ch; }
.crew-history { padding: clamp(70px, 8vw, 120px) 0; background: #e7e5d8; color: #20251b; }
.crew-history .crew-eyebrow { color: #495336; }
.crew-history__layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: start; }
.crew-history p:not(.crew-eyebrow) { font-size: 18px; line-height: 1.7; margin-bottom: 23px; color: #454d3d; }
.crew-section-top { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.crew-section-top > .crew-text-link { margin-bottom: 26px; flex-shrink: 0; }
.crew-section-intro { max-width: 46ch; color: var(--fg-muted); line-height: 1.7; margin-bottom: 26px; }
.crew-data-status { font: 11px/1.5 var(--mono); color: var(--fg-subtle); margin: 22px 0; }
.community-home .home-team-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.community-home .home-team-card { border: 0; border-radius: 0; background: none; padding: 0; display: block; }
.community-home .home-team-card img { width: 84px; height: 84px; border-radius: 50%; margin-bottom: 20px; object-fit: cover; }
.community-home .home-team-card h3 { font-size: 22px; letter-spacing: -.035em; margin: 10px 0; }
.community-home .home-team-copy { min-width: 0; overflow-wrap: anywhere; }
.community-home .home-team-card p { color: var(--fg-muted); font-size: 13px; line-height: 1.65; }
.crew-gallery-section { background: var(--bg-sunken); }
.community-home .home-gallery-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.community-home .home-gallery-tile { border: 0; border-radius: 0; aspect-ratio: 4/5; overflow: hidden; position: relative; }
.community-home .home-gallery-media { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.community-home .home-gallery-tile:hover .home-gallery-media { transform: scale(1.045); }
.community-home .home-gallery-tile:focus-visible { outline: 3px solid var(--signal); outline-offset: -3px; }
.community-home .home-gallery-meta strong { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; text-transform: none; letter-spacing: 0; }
.community-home .home-gallery-meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 35px 15px 15px; background: linear-gradient(transparent, rgba(0,0,0,.85)); color: #fff; }
.crew-alex { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; align-items: center; }
.crew-alex__image { min-height: 480px; height: 100%; overflow: hidden; }
.crew-alex__image img { width: 100%; height: 100%; object-fit: cover; object-position: 72%; }
.crew-alex__copy p:not(.crew-eyebrow) { color: var(--fg-muted); margin-bottom: 22px; line-height: 1.7; }
.crew-alex__copy .crew-runtime { font: 11px/1.6 var(--mono); padding-top: 30px; margin-top: 28px; border-top: 1px solid var(--line-strong); }
.crew-project { position: relative; isolation: isolate; min-height: 580px; display: flex; align-items: center; padding: 80px 0; }
.crew-project > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.crew-project::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,8,5,.92), rgba(5,8,5,.2)); }
.crew-project h2 { font-size: clamp(52px, 7vw, 96px); }
.crew-project p:not(.crew-eyebrow) { max-width: 42ch; color: #d4d7cc; margin-bottom: 30px; line-height: 1.7; }
.crew-project small { display: block; color: #c1c6b9; margin-top: 20px; font-size: 11px; }
.crew-join { text-align: center; }
.crew-join h2 { font-size: clamp(50px, 8vw, 110px); }
.crew-join p:not(.crew-eyebrow) { margin: 0 auto 30px; max-width: 56ch; color: var(--fg-muted); line-height: 1.7; }
.crew-join small { display: block; margin-top: 22px; font-size: 12px; color: var(--fg-subtle); }
#pilot-interest { max-width: 740px; }
#pilot-interest > p { color: var(--fg-muted); margin: 20px 0 30px; }
.community-editorial { max-width: 850px; margin: auto; }
.community-editorial article { padding: 45px 0; border-bottom: 1px solid var(--line-strong); scroll-margin-top: 100px; }
.community-editorial article:first-child { padding-top: 0; }
.community-editorial h2 { font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -.04em; line-height: 1.1; margin-bottom: 24px; }
.community-editorial p { color: var(--fg-muted); margin-bottom: 24px; line-height: 1.8; }
.community-editorial .community-small { font-size: 13px; margin-top: 24px; }
.crew-activity-section { background: var(--bg-sunken); padding-top: 50px; }
.activity-console { border-top: 2px solid var(--signal); background: #141911; margin-top: 28px; }
.activity-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 22px 28px; border-bottom: 1px solid var(--line-strong); }
#activity-connection { display: flex; align-items: center; gap: 10px; font: 12px var(--mono); }
#activity-connection::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--fg-subtle); }
[data-connected="true"] #activity-connection::before { background: var(--signal); box-shadow: 0 0 12px var(--signal-a32); }
.activity-console button { font: 13px var(--font); padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 4px; background: transparent; color: var(--fg); cursor: pointer; min-height: 44px; }
.activity-console button:hover { background: var(--signal-a08); }
.activity-console button[aria-pressed="true"] { color: var(--signal-ink); background: var(--signal); }
.activity-console button:focus-visible, .activity-console summary:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.activity-filters { display: flex; flex-wrap: wrap; gap: 8px; padding: 24px 28px 12px; }
.activity-updated { font: 11px/1.6 var(--mono); color: var(--fg-subtle); padding: 0 28px 14px; }
#activity-events { padding: 0 28px; list-style: none; min-height: 150px; }
.activity-event { padding: 19px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr auto; gap: 6px 20px; animation: crew-enter .25s ease-out; }
.activity-tag { font: 10px/1.8 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--signal); }
.activity-event strong { font-size: 16px; font-weight: 600; }
.activity-event p { grid-column: 2; color: var(--fg-muted); font-size: 13px; }
.activity-event time { grid-column: 3; grid-row: 1 / 3; font: 11px/1.8 var(--mono); color: var(--fg-subtle); }
.activity-empty { padding: 32px 0; color: var(--fg-muted); font-size: 14px; }
.activity-details { border-top: 1px solid var(--line-strong); margin-top: 16px; }
.activity-details summary { cursor: pointer; padding: 18px 28px; font: 11px var(--mono); color: var(--fg-muted); }
.activity-details pre { max-height: 240px; overflow: auto; padding: 0 28px 24px; white-space: pre-wrap; overflow-wrap: anywhere; font: 10px/1.8 var(--mono); color: var(--fg-subtle); }
.activity-note { padding: 10px 28px 22px; font-size: 11px; color: var(--fg-subtle); }
@keyframes crew-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes crew-image-in { from { transform: scale(1.025); } to { transform: scale(1); } }
@media (min-width: 1081px) { .site-header .container { max-width: 1400px; } }
@media (min-width: 761px) and (max-height: 800px) {
    .crew-hero { padding-top: 32px; padding-bottom: 64px; }
    .crew-hero h1 { margin-bottom: 24px; }
    .crew-hero__intro { margin-bottom: 20px; }
}
@media (max-width: 760px) {
    .crew-hero { min-height: calc(100svh - var(--header-h)); padding-top: 40px; }
    .crew-hero__image { object-position: 62%; }
    .crew-hero__shade { background: linear-gradient(90deg, rgba(9,12,8,.89), rgba(9,12,8,.45)), linear-gradient(0deg, rgba(9,12,8,.8), transparent); }
    .crew-hero h1 { font-size: clamp(75px, 16vw, 114px); margin-bottom: 26px; }
    .crew-eyebrow { margin-bottom: 22px; }
    .crew-hero__intro { max-width: 40ch; font-size: 14px; }
    .crew-hero__foot { font-size: 9px; bottom: 20px; }
    .crew-heading, .crew-history__layout, .crew-alex { grid-template-columns: 1fr; gap: 25px; }
    .crew-heading > p:last-child { padding-bottom: 0; }
    .crew-activities article { grid-template-columns: 25px 1fr; gap: 16px; }
    .crew-activities article p { grid-column: 2; }
    .crew-section-top { display: block; }
    .crew-section-top > .crew-text-link { margin-bottom: 15px; }
    .community-home .home-team-preview { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
    .community-home .home-gallery-preview { grid-template-columns: 1fr 1fr; gap: 12px; }
    .crew-alex__image { min-height: 290px; max-height: 320px; }
    .crew-project { min-height: 540px; }
    .crew-project > img { object-position: 65%; }
    .activity-toolbar { padding: 16px; gap: 12px; flex-wrap: wrap; }
    .activity-filters { padding: 16px 16px 10px; gap: 6px; }
    .activity-updated, #activity-events { padding-left: 16px; padding-right: 16px; }
    .activity-event { grid-template-columns: 1fr auto; gap: 8px; }
    .activity-event strong { grid-column: 1 / -1; }
    .activity-event p { grid-column: 1 / -1; }
    .activity-event time { grid-column: 2; grid-row: 1; }
}
@media (max-width: 390px) { .crew-hero__line { font-size: 22px; } .crew-hero .cluster { gap: 16px; } .crew-hero__foot { display: none; } .crew-hero { padding-bottom: 40px; } }
@media (prefers-reduced-motion: reduce) { .crew-hero__image, .crew-hero__content, .activity-event { animation: none; } .crew-text-link span, .community-home .home-gallery-media, .btn { transition: none; } .btn:hover, .community-home .home-gallery-tile:hover .home-gallery-media { transform: none; } }
