@charset "UTF-8";
:root {
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --background: #06121f;
  --background: #06121f;
  --text: #e7eef6;
  --muted: #aebbd0;
  --muted-strong: #d7e6f5;
  --heading: #ffffff;
  --lead: #bdeaff;
  --link: #8bdfff;
  --link-hover: #ffffff;
  --brand-text: #ffffff;
  --nav-text: #d7e2ef;
  --nav-hover: #ffffff;
  --nav-hover-bg: rgba(139, 223, 255, .14);
  --button-bg: rgba(139, 223, 255, .14);
  --button-hover-bg: #8bdfff;
  --button-text: #eaf8ff;
  --button-hover-text: #05111f;
  --button-shadow: 0 18px 40px rgba(0, 0, 0, .24);
  --hero-text: #d7e2ef;
  --hero-shadow: 0 30px 90px rgba(0, 0, 0, .42);
  --panel-border: rgba(139, 223, 255, .16);
  --card-bg: rgba(13, 31, 51, .78);
  --card-border: rgba(139, 223, 255, .14);
  --card-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  --accent-soft: #8bdfff;
  --date: #8bdfff;
  --footer-bg: #030a12;
  --footer-text: #e7eef6;
  --footer-muted: #8d9caf;
  --footer-border: rgba(139, 223, 255, .1);
  --logo-opacity: .78;
  --logo-filter: invert(1) grayscale(1) brightness(1.85);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: var(--font-body); color: var(--text); background: var(--background); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: var(--link); text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease; }
a:hover { color: var(--link-hover); }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1rem; }
ul { margin-top: 0; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 7vw, 7rem) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-nav { display: flex; align-items: center; gap: .35rem; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { text-decoration: none; font-size: .92rem; font-weight: 700; padding: .65rem .85rem; border-radius: 999px; color: var(--nav-text); }
.site-nav a:hover { background: var(--nav-hover-bg); color: var(--nav-hover); }
.site-nav .nav-button { border: 1px solid var(--button-border); background: var(--button-bg); color: var(--button-text); }
.hero { padding: clamp(4rem, 9vw, 8rem) 0 clamp(2.5rem, 5vw, 5rem); }
.hero-panel { position: relative; overflow: hidden; border-radius: var(--radius-xl); background: var(--hero-bg); box-shadow: var(--hero-shadow); border: 1px solid var(--panel-border); }
.hero-panel::before, .hero-panel::after { content: ""; position: absolute; pointer-events: none; border-radius: 999px; background: var(--orb-bg); filter: blur(2px); opacity: var(--orb-opacity); }
.hero-panel::before { width: 26rem; height: 26rem; right: -8rem; top: -10rem; }
.hero-panel::after { width: 18rem; height: 18rem; left: -7rem; bottom: -8rem; }
.hero-copy { position: relative; z-index: 1; padding: clamp(3.2rem, 8vw, 7rem); max-width: 850px; }
h1, h2, h3 { margin: 0; line-height: 1.07; color: var(--heading); }
h1 { font-family: var(--font-heading); font-size: clamp(3rem, 9vw, 6.8rem); letter-spacing: var(--h1-spacing); }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
.hero p { margin-top: 1.2rem; max-width: 760px; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; color: var(--hero-text); }
.research-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.2rem, 3vw, 2rem); }
.research-card, .contact-card, .friends-card, .person-card, .alumni-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-lg); box-shadow: var(--card-shadow); }
.research-card { position: relative; overflow: hidden; padding: clamp(1.5rem, 3.4vw, 2.6rem); min-height: 100%; }
.card-number { display: inline-flex; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border-radius: 50%; margin-bottom: 1.25rem; font-weight: 800; font-size: .82rem; letter-spacing: .08em; color: var(--number-text); background: var(--number-bg); }
.research-card h2, .contact-card h2, .friends-card h2, .alumni-section h2 { font-family: var(--font-heading); font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: var(--h2-spacing); }
.lead { margin: .95rem 0 1.2rem; color: var(--lead); font-size: 1.05rem; font-weight: 700; }
.pub-label { margin: 1.4rem 0 .6rem; color: var(--muted-strong); font-weight: 800; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.publication-list { display: grid; gap: .85rem; list-style: none; padding: 0; margin: 0; }
.publication-list li { padding-left: 1.05rem; border-left: 3px solid var(--accent-soft); color: var(--muted); }
.news-section { padding-top: 0; }
.news-list { list-style: none; display: grid; gap: .75rem; margin: 0; padding: clamp(1.1rem, 3vw, 1.8rem); background: var(--news-bg); border: 1px solid var(--news-border); border-radius: var(--radius-lg); box-shadow: var(--news-shadow); }
.news-list li { display: grid; grid-template-columns: 8.2rem 1fr; gap: 1rem; align-items: start; color: var(--text); }
time { color: var(--date); font-weight: 800; font-size: .9rem; }
.contact-section { padding-top: 0; }
.contact-card { padding: clamp(1.6rem, 4vw, 3rem); display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.5fr) auto; gap: clamp(1rem, 3vw, 2rem); align-items: center; }
.contact-card p { margin: 0; color: var(--muted); }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list a, .friend-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .75rem 1rem; border-radius: 999px; text-decoration: none; font-weight: 800; color: var(--button-text); background: var(--button-bg); border: 1px solid var(--button-border); box-shadow: var(--button-shadow); white-space: nowrap; }
.contact-list a:hover, .friend-links a:hover { transform: translateY(-1px); background: var(--button-hover-bg); color: var(--button-hover-text); }
.team-section { padding-top: 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 1.5rem); }
.person-card { overflow: hidden; display: flex; flex-direction: column; }
.person-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.person-card div { padding: 1.25rem; }
.person-card h3, .alumni-card h3 { font-family: var(--font-heading); font-size: 1.1rem; letter-spacing: var(--h3-spacing); }
.person-card p, .alumni-card p { margin: .45rem 0 0; color: var(--muted); }
.meta { font-size: .9rem; color: var(--meta) !important; font-weight: 800; }
.alumni-section { padding-top: 0; }
.alumni-section h2 { margin-bottom: 1.4rem; }
.alumni-grid { display: grid; grid-template-columns: 1.3fr repeat(2, minmax(0, 1fr)); gap: 1rem; }
.alumni-feature { grid-row: span 2; }
.alumni-card { padding: 1.25rem; }
.friends-section { padding-top: 0; }
.friends-card { padding: clamp(1.6rem, 4vw, 2.6rem); }
.friend-links { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.site-footer { padding: clamp(2.5rem, 6vw, 4.5rem) 0; background: var(--footer-bg); color: var(--footer-text); border-top: 1px solid var(--footer-border); }
.footer-inner { display: grid; gap: 1.8rem; justify-items: center; }
.funder-logos { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(1rem, 3vw, 2rem); }
.funder-logos img { max-width: 210px; max-height: 58px; object-fit: contain; opacity: var(--logo-opacity); filter: var(--logo-filter); }
.social-links, .credits { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem; padding: 0; margin: 0; }
.social-links img { width: 32px; height: 32px; object-fit: contain; border-radius: 8px; }
.credits { color: var(--footer-muted); font-size: .9rem; }
.credits a { color: inherit; }

@media (max-width: 900px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: .9rem 0 1rem; }
  .site-nav { justify-content: flex-start; }
  .research-grid, .team-grid, .alumni-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand img { width: 112px; }
  .site-nav { gap: .15rem; }
  .site-nav a { font-size: .86rem; padding: .52rem .65rem; }
  .hero-copy { padding: 2.35rem 1.3rem; }
  .research-grid, .team-grid, .alumni-grid { grid-template-columns: 1fr; }
  .news-list li { grid-template-columns: 1fr; gap: .25rem; }
  .funder-logos img { max-width: 165px; }
}

body { background-image: radial-gradient(circle at 20% 0%, rgba(42, 116, 158, .32), transparent 32rem), radial-gradient(circle at 85% 18%, rgba(66, 147, 153, .24), transparent 26rem); }
.site-header { background: rgba(6, 18, 31, .76); border-bottom: 1px solid rgba(139, 223, 255, .12); }
.brand img { filter: brightness(0) invert(1); }
.hero-panel::before { width: 31rem; height: 31rem; }
.research-card, .contact-card, .friends-card, .person-card, .alumni-card, .news-list { backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.person-card img { border-bottom: 1px solid rgba(139, 223, 255, .14); }

html, body, div, h1, h2, h3, h4, h5, p, a, em, img, b, ul, li, footer, header, nav, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
footer, header, nav, section { display: block; }
body { line-height: 1; }
ul { list-style: none; }
body { -webkit-text-size-adjust: none; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.container { margin-left: auto; margin-right: auto; width: 1200px; }
.container.\37 5\% { width: 900px; }
.row { border-bottom: solid 1px transparent; }
.row > * { float: left; }
.row:after, .row:before { content: ""; display: block; clear: both; height: 0; }
.row > * { padding: 0 0 0 2em; }
.row { margin: 0 0 -1px -2em; }
.row.\32 00\%> * { padding: 0 0 0 4em; }
.row.\32 00\% { margin: 0 0 -1px -4em; }
.\36 u, .\36 u\$ { width: 50%; clear: none; margin-left: 0; }
body { background-color: var(--background); background-image: radial-gradient(circle at 20% 0%, rgba(42, 116, 158, .32), transparent 32rem), radial-gradient(circle at 85% 18%, rgba(66, 147, 153, .24), transparent 26rem); background-attachment: fixed; }
body { color: var(--text); font-family: var(--font-body); font-weight: 400; line-height: 2em; -webkit-font-smoothing: antialiased; }
a { color: var(--link); text-decoration: underline; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
a:hover { color: var(--link-hover); text-decoration: none; }
b { color: var(--date); font-weight: 700; }
em { color: var(--muted-strong); font-style: italic; }
p { margin: 0 0 2em 0; }
h1, h2, h3, h4, h5 { color: var(--heading); font-family: var(--font-heading); font-weight: 700; line-height: 1em; margin: 0 0 1em 0; text-transform: uppercase; }
h5 a { color: var(--link); text-decoration: none; }
h2 { font-size: 1.75em; line-height: 1.5em; }
h3 { color: var(--heading); font-size: 56px; line-height: 1em; text-shadow: 0 18px 46px rgba(0, 0, 0, .42), 0 0 24px rgba(139, 223, 255, .22); }
h4 { color: var(--heading); font-size: 36px; line-height: 1em; }
h5 { font-size: 1.6em; line-height: 1.5em; }
section.special, header.special { text-align: center; }
header p { color: var(--lead); position: relative; margin: 0 0 1.5em 0; text-transform: uppercase; }
header h2 + p { font-size: 1.25em; margin-top: -1em; line-height: 1.5em; }
header.major { margin: 0 0 6em 0; }
header.major h2 { font-size: 3em; }
header.major h2, header.major h4 { display: inline-block; margin: 0 0 0.8em; }
header.major p { font-size: 1.7em; margin-bottom: 0; }
.feature-grid { position: relative; }
.feature-grid:after { clear: both; content: ""; display: block; }
.feature-grid .feature { display: inline-block; float: left; margin-bottom: 3em; width: 50%; }
.feature-grid .feature .content { width: 60%; }
.feature-grid .feature .image { width: 30%; }
.feature-grid .feature .image img { display: inline; max-width: 100%; }
.feature-grid .feature:nth-child(odd) .content, .feature-grid .feature:nth-child(odd) .image { float: right; margin-right: 5%; text-align: right; }
.feature-grid .feature:nth-child(even) .content, .feature-grid .feature:nth-child(even) .image { float: left; margin-left: 5%; text-align: left; }
.image { border-radius: 4px; border: 0; display: inline-block; position: relative; }
.image img { border-radius: 4px; display: block; }
.image.rounded { border-radius: 100%; }
.image.rounded img { border: solid 0.5em rgba(139, 223, 255, .22); border-radius: 100%; }
ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; }
ul li { padding-left: 0.5em; }
ul.alt { list-style: none; padding-left: 0; }
ul.alt li { border-top: solid 1px var(--card-border); color: var(--text); padding: 0.5em 0; }
ul.alt li:first-child { border-top: 0; padding-top: 0; }
ul.icons { cursor: default; list-style: none; padding-left: 0; }
ul.icons li { display: inline-block; padding: 0 1em 0 0; }
ul.icons li:last-child { padding-right: 0; }
ul.actions { cursor: default; list-style: none; padding-left: 0; }
ul.actions li { display: inline-block; padding: 0 1em 0 0; vertical-align: middle; }
ul.actions li:last-child { padding-right: 0; }
.button { -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; background-color: var(--button-bg); border-radius: 4px; border: 0; box-shadow: var(--button-shadow); color: var(--button-text) !important; cursor: pointer; display: inline-block; font-weight: 700; height: 3.15em; line-height: 3.25em; padding: 0 2.2em; text-align: center; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.button:hover { background-color: var(--button-hover-bg); color: var(--button-hover-text) !important; }
.button:active { background-color: rgba(139, 223, 255, .28); color: var(--button-text) !important; }
.button.fit { display: block; margin: 0 0 1em 0; width: 100%; }
.button.small { font-size: 0.8em; }
#header { background-color: rgba(6, 18, 31, .76); border-bottom: solid 1px var(--panel-border); box-shadow: 0 18px 40px rgba(0, 0, 0, .24); color: var(--brand-text); cursor: default; font-size: 1.25em; height: 4.5em; left: 0; line-height: 4.4em; position: fixed; text-transform: uppercase; top: 0; width: 100%; z-index: 10000; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
#header h1 { color: var(--brand-text); font-weight: 400; height: inherit; left: 1.25em; line-height: inherit; margin: 0; padding: 0; position: absolute; top: 0; }
#header nav { height: inherit; line-height: inherit; position: absolute; right: 1.25em; top: 0; vertical-align: middle; }
#header nav > ul { list-style: none; margin: 0; padding-left: 0; }
#header nav > ul > li { border-radius: 4px; display: inline-block; margin-left: 2.5em; padding-left: 0; }
#header nav > ul > li a { -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; color: var(--nav-text); display: inline-block; text-decoration: none; }
#header nav > ul > li a:hover { color: var(--nav-hover); background-color: var(--nav-hover-bg); }
#header nav > ul > li:first-child { margin-left: 0; }
#banner { padding: 16em 0 20em 0; background-attachment: fixed; background-color: rgba(6, 18, 31, .76); background-image: url("../images/Neuron1c.jpg"); background-position: center top; background-size: cover; box-shadow: var(--hero-shadow); line-height: 1.5; text-align: center; }
#banner :last-child { margin-bottom: 0; }
#banner p { color: var(--hero-text); font-size: 1.5em; margin-bottom: 1.75em; text-transform: uppercase; text-shadow: 0 10px 30px rgba(0, 0, 0, .38); }
.wrapper { padding: 6em 0 4em 0; background-color: rgba(6, 18, 31, .34); color: var(--text); }
.wrapper.style3 { background-attachment: fixed; background-color: var(--background); background-image: url("../images/hakefjordhorizon.jpg"); background-position: center center; background-size: cover; }
.wrapper.style3 header.major { margin-bottom: 3em; }
#footer { padding: 8em 0 6em 0; background: var(--footer-bg); border-top: solid 1px var(--footer-border); color: var(--footer-text); text-align: center; }
#footer a { -moz-transition: color 0.2s ease-in-out; -webkit-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; color: var(--footer-muted); text-decoration: none; }
#footer a:active, #footer a:hover { color: var(--link); }
#footer .icons { font-size: 1.5em; }
#footer .icons li { padding-right: 2.5em; }
#footer .icons li:last-child { padding-right: 0; }
#footer .copyright { margin: 2em 0; padding: 0; text-align: center; }
#footer .copyright li { border-left: solid 1px var(--footer-border); color: var(--footer-muted); display: inline-block; list-style: none; margin-left: 1.5em; padding-left: 1.5em; }
#footer .copyright li:first-child { border-left: 0; margin-left: 0; padding-left: 0; }
#header h1 img { filter: brightness(0) invert(1); opacity: .92; }
.wrapper.style1 { background-color: linear-gradient(135deg, rgba(20, 42, 74, .98), rgba(6, 18, 31, .98) 56%, rgba(29, 70, 88, .9)); }
.wrapper p, .feature-grid .feature .content, .feature-grid .feature header p { color: var(--muted); }
.wrapper header.major p, .wrapper header.major.special p { color: var(--lead); }
ul.alt { background-color: linear-gradient(135deg, rgba(20, 42, 74, .98), rgba(6, 18, 31, .98) 56%, rgba(29, 70, 88, .9)) }
ul.alt a { color: var(--link); }
h5 a:hover { color: var(--link-hover); }
#footer header.major.special img { filter: var(--logo-filter); opacity: var(--logo-opacity); }
#footer .icons img { filter: none; opacity: 1; }

body { font-size: 11pt; }
@media screen and (max-width: 1280px) {
header.major { margin-bottom: 4em; }
header.major h2 { font-size: 2.5em; }
header.major p { font-size: 1.3em; }
.feature-grid .feature { margin-bottom: 2em; }
#banner { padding: 14em 0 11em 0; }
.wrapper.style3 header.major { margin-bottom: 2em; }
}
@media screen and (max-width: 980px) {
body { font-size: 12pt; }
header.major h2 { font-size: 2em; }
header.major p { font-size: 1.1em; }
.feature-grid .feature { display: block; width: 100%; }
.feature-grid .feature .content { width: 65%; }
.feature-grid .feature .image { margin-left: 0 !important; margin-right: 0 !important; }
#header { display: none; }
#banner { padding: 9em 0 7em 0; }
.wrapper { padding: 4em 0 2em 0; }
#footer { padding: 6em 0 4em 0; }
}
@media screen and (max-width: 736px) {
header.major { margin-bottom: 2em; }
.feature-grid .feature { margin-bottom: 1em; }
#banner { padding: 6em 2em 6em 2em; }
#banner p { font-size: 1.25em; }
.wrapper { padding: 3em 0 1em 0; }
#footer { padding: 3em 0 2em 0; }
#footer .icons { font-size: 1em; }
}
@media screen and (max-width: 480px) {
html, body { min-width: 320px; }
header.major h2 { font-size: 1.75em; }
ul.actions { margin: 0 0 2em 0; }
ul.actions li { padding: 1em 0 0 0; display: block; text-align: center; width: 100%; }
ul.actions li:first-child { padding-top: 0; }
ul.actions li > * { width: 100%; margin: 0 !important; }
.button { padding: 0; }
.feature-grid .feature .content, .feature-grid .feature .image { display: block; margin-left: 0 !important; margin-right: 0 !important; text-align: center !important; width: 100%; }
.feature-grid .feature .image { margin-bottom: 1em; }
#banner { padding: 4em 2em 4em 2em; }
.wrapper { padding: 2em 0 0.1em 0; }
#footer { padding: 3em 0 1em 0; }
#footer .copyright li { border-left: 0; display: block; margin: 0; padding: 0; }
}
