.footer{background:var(--bg-primary,#090c10);border-top:1px solid var(--border,#1e293b);padding:2rem 0}.footer__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer__brand{align-items:center;gap:.75rem;display:flex}.footer__logo{color:var(--text-primary,#fff);font-size:1rem;font-weight:600}.footer__affiliation{color:var(--accent,#5dcaa5);font-size:.9rem;font-weight:500}.footer__contact{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.footer__link{color:var(--text-primary,#fff);font-size:.9rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--accent,#5dcaa5)}.footer__separator{color:var(--text-muted,#4a5568);opacity:.7}.footer__social{gap:1rem;display:flex}.footer__social-link{color:var(--text-secondary,#8892a6);font-size:1.1rem;transition:color .2s}.footer__social-link:hover{color:var(--accent,#5dcaa5)}.footer__contact-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer__contact-link{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-secondary,#8892a6);justify-content:center;align-items:center;gap:.35rem;min-width:32px;min-height:32px;padding:4px;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.footer__contact-link:hover{color:var(--accent,#5dcaa5);opacity:1}.footer__contact-link svg{display:block}.footer__contact-sep{color:var(--text-muted,#4a5568);opacity:.4}body.light-mode .footer__contact-link,html.light-mode .footer__contact-link{color:var(--text-secondary,#5a5e66)}body.light-mode .footer__contact-link:hover,html.light-mode .footer__contact-link:hover{color:var(--accent,#00897b)}.footer__copyright{color:var(--text-muted,#4a5568);text-align:center;border-top:1px solid var(--border,#1e293b);margin:0;padding-top:1rem;font-size:.85rem}@media (max-width:768px){.footer__contact-row{flex-direction:column;align-items:center;gap:.4rem}.footer__contact-sep{display:none}}
.hero-v2{width:100%;min-height:100vh;font-family:var(--font-mono,"DM Mono", monospace);background:#090c10;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero-v2 canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.hero-v2__veil{z-index:2;pointer-events:none;background:linear-gradient(108deg,#090c10fa 28%,#090c1085 58%,#090c100a 100%);position:absolute;inset:0}.hero-v2__scanlines{z-index:3;pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#00000006 3px 4px);position:absolute;inset:0}.hero-v2__cursor{pointer-events:none;z-index:30;opacity:0;border:.5px solid #5dcaa580;border-radius:50%;width:18px;height:18px;transition:opacity .3s,transform .18s;position:absolute;transform:translate(-50%,-50%)}.hero-v2__content{z-index:5;pointer-events:none;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1280px;margin:0 auto;padding:120px 48px 48px;display:flex;position:relative}.hero-v2__content a,.hero-v2__content button{pointer-events:auto}.hero-v2__left{flex:1;max-width:580px}.hero-v2__role{font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:.12em;text-transform:uppercase;color:#5dcaa5;margin:0 0 12px;font-size:clamp(11px,1vw,13px);font-weight:500}.hero-v2__role .typed-cursor{color:#5dcaa5;font-weight:500}.hero-v2__title{font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:-.04em;color:#edeef0;margin:0 0 20px;font-size:clamp(42px,6vw,72px);font-weight:300;line-height:1.05}.hero-v2__title span{color:#5dcaa5}.hero-v2__description{color:#a0a4ab;max-width:520px;margin-bottom:24px;font-family:DM Sans,sans-serif;font-size:clamp(13px,1.2vw,15px);line-height:1.7}.hero-v2__tagline{font-family:var(--font-mono,"DM Mono", monospace);color:var(--accent,#5dcaa5);opacity:.5;letter-spacing:.03em;margin-bottom:24px;font-size:clamp(9px,.7vw,11px)}.hero-v2__actions{gap:12px;margin-top:4px;display:flex}.hero-v2__btn-primary{font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:.06em;text-transform:uppercase;color:#090c10;background:#5dcaa5;border:1px solid #5dcaa5;border-radius:8px;align-items:center;padding:12px 28px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hero-v2__btn-primary:hover{opacity:1;background:#7dd8b7;border-color:#7dd8b7}.hero-v2__btn-ghost{font-family:var(--font-mono,"DM Mono", monospace);letter-spacing:.06em;text-transform:uppercase;color:#5dcaa5;background:0 0;border:1px solid #5dcaa54d;border-radius:8px;align-items:center;padding:12px 28px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.hero-v2__btn-ghost:hover{opacity:1;background:#5dcaa514;border-color:#5dcaa5}@media (max-width:768px){.hero-v2{height:auto;min-height:100svh}.hero-v2__content{flex-direction:column;gap:20px;padding:80px 20px 20px}.hero-v2__left{width:100%}.hero-v2__title{font-size:34px;line-height:1.05}.hero-v2__description{max-width:100%;margin-bottom:16px;font-size:11px}.hero-v2__actions{flex-wrap:wrap}}body.light-mode .hero-v2,html.light-mode .hero-v2{background:#f5f3ee}body.light-mode .hero-v2__veil,html.light-mode .hero-v2__veil{background:linear-gradient(108deg,#f5f3eefa 28%,#f5f3ee85 58%,#f5f3ee0a 100%)}body.light-mode .hero-v2__scanlines,html.light-mode .hero-v2__scanlines{background:repeating-linear-gradient(0deg,#0000,#0000 3px,#00000003 3px 4px)}body.light-mode .hero-v2__cursor,html.light-mode .hero-v2__cursor{border-color:#00897b80}body.light-mode .hero-v2__title,html.light-mode .hero-v2__title{color:#1a1a1a}body.light-mode .hero-v2__role,html.light-mode .hero-v2__role,body.light-mode .hero-v2__title span,html.light-mode .hero-v2__title span{color:#00897b}body.light-mode .hero-v2__description,html.light-mode .hero-v2__description{color:#4a4a4a}body.light-mode .hero-v2__btn-primary,html.light-mode .hero-v2__btn-primary{color:#f5f3ee;background:#00897b}body.light-mode .hero-v2__btn-primary:hover,html.light-mode .hero-v2__btn-primary:hover{background:#00695c}body.light-mode .hero-v2__btn-ghost,html.light-mode .hero-v2__btn-ghost{color:#00897b;border-color:#80cbc4}body.light-mode .hero-v2__btn-ghost:hover,html.light-mode .hero-v2__btn-ghost:hover{color:#00695c;border-color:#00897b}
.systems-section{background:var(--bg-primary,#090c10);padding:3rem 0}.systems-section .container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.systems-section .section-header{text-align:center;margin-bottom:2rem}.systems-section .section-header h2{color:var(--text-primary,#fff);margin-bottom:0;font-size:2rem;font-weight:700}.systems-section .section-header p{color:var(--text-secondary,#8892a6);font-size:1.1rem}.build-category{margin-bottom:2rem}.build-category__label{text-transform:uppercase;letter-spacing:.08em;color:#8b8f96;border-bottom:1px solid var(--border,#1e293b);margin:0 0 1rem;padding-bottom:.4rem;font-size:.7rem;font-weight:500}.systems-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;display:grid}.work-card{background:var(--card-bg,#1a2f5a4d);border:1px solid var(--border,#1e293b);border-left:4px solid var(--accent,#5dcaa5);border-radius:12px;padding:1rem;transition:transform .2s}.work-card:hover{border-color:var(--accent,#5dcaa5);transform:translateY(-2px)}.work-card__header{align-items:flex-start;gap:.75rem;margin-bottom:.4rem;display:flex}.work-card__header-link{color:inherit;flex:1;min-width:0;text-decoration:none;display:block}.work-card__header-link:hover{opacity:1}.work-card__header-link h3{margin-bottom:4px}.nfl-metrics__line{font-family:var(--font-mono,"DM Mono", monospace);color:var(--accent,#5dcaa5);letter-spacing:.01em;margin:0;font-size:.7rem}body.light-mode .nfl-metrics__line,html.light-mode .nfl-metrics__line{color:var(--accent,#00897b)}body.light-mode .work-card,html.light-mode .work-card{background:var(--bg-secondary,#edeae3);border-color:var(--border-subtle,#2e261614);border-left-color:var(--accent,#00897b)}body.light-mode .work-card:hover,html.light-mode .work-card:hover{border-color:var(--accent,#00897b);box-shadow:var(--shadow-md,0 4px 16px #2e261614)}body.light-mode .research-card,html.light-mode .research-card{background:var(--bg-secondary,#edeae3);border-color:var(--border-subtle,#2e261614);border-left-color:var(--accent,#00897b)}.work-card__variant{letter-spacing:.08em;text-transform:uppercase;color:var(--accent,#5dcaa5);background:#5dcaa51a;border:1px solid #5dcaa526;border-radius:3px;padding:.15rem .45rem;font-size:.6rem;font-weight:600}.work-card--architecture,.work-card--simulation{border-left-color:var(--color-architecture,#5dcaa5)}.work-card--data{border-left-color:var(--color-data,#60a5fa)}.work-card--constraint{border-left-color:var(--color-constraint,#f59e0b)}.work-card--graph{border-left-color:var(--color-graph,#a78bfa)}.work-card--architecture .work-card__variant,.work-card--simulation .work-card__variant{color:var(--color-architecture,#5dcaa5);background:#5dcaa51a;border-color:#5dcaa526}.work-card--data .work-card__variant{color:var(--color-data,#60a5fa);background:#60a5fa1a;border-color:#60a5fa26}.work-card--constraint .work-card__variant{color:var(--color-constraint,#f59e0b);background:#f59e0b1a;border-color:#f59e0b26}.work-card--graph .work-card__variant{color:var(--color-graph,#a78bfa);background:#a78bfa1a;border-color:#a78bfa26}.work-card h3{color:var(--text-primary,#fff);margin:0;font-size:1.2rem;font-weight:600}.project-description{color:var(--text-secondary,#8892a6);margin-bottom:.75rem;font-size:.95rem;line-height:1.6}.card-sections{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.card-details{border:1px solid var(--border-subtle,#ffffff0f);border-radius:6px;transition:border-color .2s;overflow:hidden}.card-details[open]{border-color:var(--border-strong,#ffffff1f)}.card-details__summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;list-style:none;transition:background .15s;display:flex}.card-details__summary::-webkit-details-marker{display:none}.card-details__summary:hover{background:var(--bg-elevated,#1a1d24)}.card-details__summary-text{font-family:var(--font-mono,"DM Mono", monospace);text-transform:uppercase;letter-spacing:.06em;color:var(--accent,#5dcaa5);font-size:.7rem;font-weight:600}.card-details__toggle{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .2s;display:flex}.card-details__toggle:after{content:"+";color:var(--accent,#5dcaa5);font-size:.75rem;font-weight:600;line-height:1}.card-details[open] .card-details__toggle:after{content:"−"}.card-details__body{border-top:1px solid var(--border-subtle,#ffffff0f);padding:0 .75rem .75rem}.card-section__title{font-family:var(--font-mono,"DM Mono", monospace);text-transform:uppercase;letter-spacing:.06em;color:var(--accent,#5dcaa5);margin:0 0 .35rem;font-size:.7rem;font-weight:600}.card-section__line{color:var(--text-secondary,#8892a6);margin:0 0 .3rem;font-size:.85rem;line-height:1.6}.card-section__line:last-child{margin-bottom:0}.card-tree__line{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-secondary,#8892a6);margin:0 0 .35rem;padding-left:.75rem;font-size:.78rem;line-height:1.65;position:relative}.card-tree__line:before{content:"│";color:var(--accent,#5dcaa5);opacity:.4;position:absolute;left:0}.card-tree__line:last-child{margin-bottom:0}.card-formula{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-muted,#6b6f76);text-align:center;background:var(--bg-elevated,#1a1d24);border:1px solid var(--border-subtle,#ffffff0f);letter-spacing:.02em;border-radius:6px;padding:.6rem .75rem;font-size:.75rem}.project-highlights{margin:0 0 1rem;padding:0;list-style:none}.project-highlights li{color:var(--text-secondary,#8892a6);margin-bottom:.4rem;padding-left:1.25rem;font-size:.9rem;line-height:1.5;position:relative}.project-highlights li:before{content:"▹";color:var(--accent,#5dcaa5);position:absolute;left:0}.metric-strip{background:var(--border-subtle,#ffffff0f);border-radius:6px;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:1rem;display:grid;overflow:hidden}.metric-strip__item{background:var(--bg-card,#12141a);flex-direction:column;align-items:center;gap:2px;padding:.6rem .5rem;display:flex}.metric-strip__value{font-family:var(--font-mono,"DM Mono", monospace);color:var(--accent,#5dcaa5);letter-spacing:-.02em;font-size:.85rem;font-weight:600}.metric-strip__label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted,#6b6f76);font-size:.6rem;font-weight:500}.production-label{text-transform:uppercase;letter-spacing:.08em;color:#8b8f96;border-bottom:1px solid var(--border,#1e293b);margin:2.5rem 0 .5rem;padding-bottom:.35rem;font-size:.7rem;font-weight:500}.tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:var(--accent,#5dcaa5);background:#5dcaa526;border-radius:9999px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-block}.tech-tag--small{padding:.15rem .5rem;font-size:.7rem}.project-link{color:var(--accent,#5dcaa5);align-items:center;gap:.35rem;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.project-link:hover{opacity:.85}.research-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.research-card{background:var(--card-bg,#1a2f5a33);border:1px solid var(--border,#1e293b);border-left:3px solid var(--accent,#5dcaa5);border-radius:10px;padding:1.25rem}.research-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.research-header h3{color:var(--text-primary,#fff);margin:0;font-size:1.05rem;font-weight:600}.research-status{white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.research-status--active{color:#6bb5ff;background:#3b9eff40}.research-status--prototype{color:var(--color-constraint,#d97706);background:#d9770626}.research-status--exploratory{color:#9382ff;background:#9382ff33}.research-lines{margin:0;padding:0;list-style:none}.research-lines li{color:var(--text-secondary,#8892a6);margin-bottom:.35rem;padding-left:1.25rem;font-size:.88rem;line-height:1.5;position:relative}.research-lines li:before{content:"▹";color:var(--accent,#5dcaa5);position:absolute;left:0}.prod-systems{flex-direction:column;gap:.75rem;display:flex}.prod-systems__item{padding:0}.prod-systems__title{margin:0 0 .25rem;font-size:1rem;font-weight:500}.prod-systems__title a{color:var(--accent,#5dcaa5);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .15s}.prod-systems__title a:hover{border-bottom-color:var(--accent,#5dcaa5);opacity:1}.prod-systems__desc{color:var(--text-secondary,#8892a6);margin:0;font-size:.85rem;line-height:1.6}body.light-mode .prod-systems__title,html.light-mode .prod-systems__title a{color:var(--text-primary,#1a1a1a)}body.light-mode .prod-systems__title,html.light-mode .prod-systems__title a:hover{border-bottom-color:var(--accent,#00897b)}.prod-systems__impact{color:var(--accent,#5dcaa5);opacity:.7;margin:.2rem 0 0;font-size:.8rem}body.light-mode .prod-systems__impact,html.light-mode .prod-systems__impact{color:var(--accent,#00897b)}.nfl-subsection{margin-bottom:.75rem}.nfl-subsection:last-child{margin-bottom:0}.nfl-subsection__heading{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-primary,#fff);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.nfl-subsection__items{margin:0;padding:0;list-style:none}.nfl-subsection__items li{font-family:var(--font-mono,"DM Mono", monospace);color:var(--text-secondary,#8892a6);margin-bottom:.2rem;padding-left:.75rem;font-size:.78rem;line-height:1.65;position:relative}.nfl-subsection__items li:before{content:"▸";color:var(--accent,#5dcaa5);font-size:.65rem;position:absolute;left:0}body.light-mode .nfl-subsection__heading,html.light-mode .nfl-subsection__heading{color:var(--text-primary,#1a1d24)}body.light-mode .nfl-subsection__items,html.light-mode .nfl-subsection__items li{color:var(--text-secondary,#5a5e66)}body.light-mode .nfl-subsection__items,html.light-mode .nfl-subsection__items li:before{color:var(--accent,#00897b)}body.light-mode .metric-strip,html.light-mode .metric-strip{background:var(--border-subtle,#0000000f)}body.light-mode .metric-strip__item,html.light-mode .metric-strip__item{background:var(--bg-card,#fff)}body.light-mode .metric-strip__value,html.light-mode .metric-strip__value{color:var(--accent,#00897b)}body.light-mode .metric-strip__label,html.light-mode .metric-strip__label{color:var(--text-muted,#8b8f96)}body.light-mode .card-section__title,html.light-mode .card-section__title{color:var(--accent,#00897b)}body.light-mode .card-section__line,html.light-mode .card-section__line,body.light-mode .card-tree__line,html.light-mode .card-tree__line{color:var(--text-secondary,#5a5e66)}body.light-mode .card-tree__line:before,html.light-mode .card-tree__line:before{color:var(--accent,#00897b)}body.light-mode .card-details,html.light-mode .card-details{border-color:var(--border-subtle,#0000000f)}body.light-mode .card-details,html.light-mode .card-details[open]{border-color:var(--border-strong,#0000001f)}body.light-mode .card-details__summary:hover,html.light-mode .card-details__summary:hover{background:var(--bg-elevated,#e8e9eb)}body.light-mode .card-details__summary-text,html.light-mode .card-details__summary-text,body.light-mode .card-details__toggle:after,html.light-mode .card-details__toggle:after{color:var(--accent,#00897b)}body.light-mode .card-details__body,html.light-mode .card-details__body{border-top-color:var(--border-subtle,#0000000f)}body.light-mode .card-formula,html.light-mode .card-formula{background:var(--bg-elevated,#e8e9eb);border-color:var(--border-subtle,#0000000f);color:var(--text-muted,#8b8f96)}body.light-mode .production-label,html.light-mode .production-label{color:var(--text-muted,#7a7a7a)}.work-card__status{color:var(--color-constraint,#f59e0b);margin:0 0 .75rem;font-size:.8rem;line-height:1.5}.work-card__media{aspect-ratio:16/9;border-radius:var(--radius-md,8px);background:#000;margin-bottom:1rem;position:relative;overflow:hidden}.work-card__media img,.work-card__media video{object-fit:cover;width:100%;height:100%;display:block}.work-card__play{cursor:pointer;color:#fff;background:#00000059;border:0;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;position:absolute;inset:0}.work-card__play:hover{background:#00000080}.work-card__play:focus-visible{outline-offset:2px;outline:2px solid #5dcaa5}body.light-mode .work-card__play{background:#0006}body.light-mode .work-card__play:hover{background:#0000008c}@media (max-width:768px){.systems-section{padding:2.5rem 0}.systems-grid,.research-grid{grid-template-columns:1fr}.section-header{margin-bottom:1.5rem}.production-list__item{word-break:break-word;font-size:.72rem}.systems-section .section-header h2{font-size:1.5rem}.card-tree__line{word-break:break-word;padding-left:.6rem;font-size:.72rem}.card-details__summary{padding:.5rem .6rem}.card-details__body{padding:0 .6rem .6rem}.prod-systems__desc{font-size:.78rem}}
