:root {
--phage-primary: #111827;
--phage-accent: #10b981;
--phage-accent-soft: #d1fae5;
--phage-bg: #f9fafb;
--phage-text: #111827;
--phage-muted: #6b7280;
--phage-border: #e5e7eb;
--phage-radius-lg: 0.85rem;
--phage-radius-xl: 1.25rem;
--phage-shadow-soft: 0 10px 30px rgba(15,23,42,0.08);
--phage-max-width: 1160px;
} *,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
color: var(--phage-text);
background: var(--phage-bg);
line-height: 1.6;
}
img {
max-width: 100%;
height: auto;
display: block;
}
a {
color: var(--phage-accent);
text-decoration: none;
}
a:hover {
color: #059669;
text-decoration: underline;
} .site-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.phage-main {
flex: 1 0 auto;
}
.phage-container {
width: 100%;
max-width: var(--phage-max-width);
margin: 0 auto;
padding: 1.5rem 1.25rem;
}
@media (min-width: 992px) {
.phage-container {
padding: 2.5rem 1.5rem;
}
}
.phage-main-layout {
display: grid;
grid-template-columns: minmax(0, 3fr) minmax(0, 1.3fr);
gap: 1.75rem;
align-items: flex-start;
margin-top: 1.75rem;
}
@media (max-width: 960px) {
.phage-main-layout {
grid-template-columns: minmax(0, 1fr);
}
} .site-header {
background: #ffffff;
border-bottom: 1px solid var(--phage-border);
position: sticky;
top: 0;
z-index: 50;
}
.site-header-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.5rem;
padding: 0.85rem 1.25rem;
max-width: var(--phage-max-width);
margin: 0 auto;
} .site-title {
display: flex;
align-items: center;
gap: 0.5rem;
margin: 0;
font-size: 1.1rem;
font-weight: 700;
letter-spacing: 0.03em;
}
.site-title a {
display: inline-flex;
align-items: center;
gap: 0.55rem;
color: var(--phage-primary);
text-decoration: none;
} .site-logo {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px; height: 60px;
flex: 0 0 auto;
}
.site-logo svg {
width: 100%;
height: 100%;
display: block;
}
.site-logo-text {
white-space: nowrap;
line-height: 1;
} .nav-toggle {
display: none;
width: 40px;
height: 32px;
border-radius: 999px;
border: 1px solid var(--phage-border);
background: #ffffff;
padding: 0;
margin: 0;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 4px;
cursor: pointer;
}
.nav-toggle-bar {
width: 18px;
height: 2px;
border-radius: 999px;
background: #4b5563;
} .main-nav {
flex: 1;
}
.main-nav-list {
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
gap: 1.25rem;
margin: 0;
padding: 0;
}
.main-nav-list li {
margin: 0;
padding: 0;
}
.main-nav-list a {
text-decoration: none;
font-size: 0.94rem;
font-weight: 500;
color: var(--phage-muted);
padding: 0.35rem 0.75rem;
border-radius: 999px;
transition: background-color 0.15s ease, color 0.15s ease;
}
.main-nav-list a:hover,
.main-nav-list .current-menu-item > a,
.main-nav-list li.current-menu-item > a {
background: #f3f4f6;
color: var(--phage-primary);
} .header-actions {
display: flex;
align-items: center;
gap: 0.75rem;
} @media (max-width: 900px) {
.site-header-inner {
flex-wrap: wrap;
align-items: center;
}
.main-nav {
width: 100%;
order: 3;
display: none;
}
.main-nav.is-open {
display: block;
}
.main-nav-list {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
padding-top: 0.5rem;
}
.header-actions {
order: 2;
}
.nav-toggle {
display: inline-flex;
}
} .phage-button {
border-radius: 999px;
padding: 0.45rem 1.2rem;
font-size: 0.9rem;
font-weight: 500;
cursor: pointer;
border: 1px solid transparent;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.35rem;
text-decoration: none;
}
.phage-button-outline {
background: #ffffff;
border-color: var(--phage-border);
color: var(--phage-primary);
}
.phage-button-outline:hover {
border-color: var(--phage-accent);
color: #047857;
}
.phage-button-light {
background: var(--phage-accent);
color: #ffffff;
border-color: var(--phage-accent);
}
.phage-button-light:hover {
background: #059669;
}
.phage-pill {
display: inline-flex;
align-items: center;
gap: 0.25rem;
padding: 0.2rem 0.65rem;
border-radius: 999px;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.06em;
border: 1px solid transparent;
}
.phage-pill-primary {
background: var(--phage-accent-soft);
color: #047857;
border-color: rgba(16,185,129,0.4);
}
.phage-pill-outline {
border-color: var(--phage-border);
background: #ffffff;
color: var(--phage-muted);
}
.phage-pill-job {
background: #ecfeff;
border-color: #bae6fd;
color: #0369a1;
} .phage-section {
margin-top: 1.75rem;
}
.phage-section-header {
margin-bottom: 1rem;
}
.phage-section-header h2 {
font-size: 1.3rem;
margin: 0 0 0.25rem;
color: var(--phage-primary);
}
.phage-section-header p {
margin: 0;
font-size: 0.94rem;
color: var(--phage-muted);
}
.phage-section-header-inline {
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 1rem;
}
.phage-grid {
display: grid;
gap: 1.1rem;
}
.phage-grid-3 {
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.phage-card {
background: #ffffff;
border-radius: var(--phage-radius-lg);
padding: 0.85rem 0.95rem 1rem;
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
display: flex;
flex-direction: column;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.phage-card:hover {
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(15,23,42,0.06);
border-color: rgba(16,185,129,0.5);
}
.phage-card-thumb-link {
display: block;
border-radius: 0.75rem;
overflow: hidden;
margin-bottom: 0.6rem;
background: #f3f4f6;
}
.phage-card-thumb {
width: 100%;
height: 180px;
object-fit: cover;
}
.phage-card-body {
padding: 0;
}
.phage-card-title {
margin: 0.1rem 0;
font-size: 1.02rem;
font-weight: 650;
}
.phage-card-title a {
color: var(--phage-primary);
text-decoration: none;
}
.phage-card-title a:hover {
text-decoration: underline;
}
.phage-card-meta {
margin-top: 0.25rem;
display: flex;
flex-wrap: wrap;
gap: 0.4rem 0.75rem;
font-size: 0.8rem;
color: var(--phage-muted);
}
.phage-card-excerpt {
margin-top: 0.55rem;
font-size: 0.88rem;
color: #4b5563;
} .phage-hero {
background: radial-gradient(circle at top left, #ecfeff 0, #ffffff 45%, #f9fafb 100%);
border-bottom: 1px solid var(--phage-border);
padding: 2.3rem 0 1.8rem;
}
.phage-hero-inner {
max-width: var(--phage-max-width);
margin: 0 auto;
padding: 0 1.25rem;
display: grid;
grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.1fr);
gap: 1.75rem;
}
@media (max-width: 960px) {
.phage-hero-inner {
grid-template-columns: minmax(0, 1fr);
}
}
.phage-hero-main {
position: relative;
border-radius: var(--phage-radius-xl);
overflow: hidden;
min-height: 280px;
background-size: cover;
background-position: center;
background-color: #e5e7eb;
}
.phage-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(15,23,42,0.88), rgba(15,23,42,0.55));
}
.phage-hero-img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.phage-hero-content {
position: relative;
padding: 1.75rem 1.9rem;
max-width: 520px;
color: #f9fafb;
}
.phage-hero-title {
font-size: 2rem;
line-height: 1.1;
letter-spacing: -0.03em;
margin: 0.75rem 0 0.4rem;
}
.phage-hero-title a {
color: #f9fafb;
text-decoration: none;
}
.phage-hero-meta {
font-size: 0.82rem;
color: #e5e7eb;
display: flex;
gap: 0.5rem;
margin-bottom: 0.6rem;
}
.phage-hero-excerpt {
margin: 0.4rem 0 1rem;
font-size: 0.9rem;
color: #e5e7eb;
} .phage-hero-side {
display: flex;
flex-direction: column;
gap: 0.9rem;
}
.phage-card-side {
padding: 0.8rem 0.9rem 0.95rem;
} .phage-section-jobs {
margin-top: 0;
padding: 0 0 2.5rem;
}
.phage-grid-jobs {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 0.9rem;
}
.phage-job-card {
background: #ffffff;
border-radius: var(--phage-radius-lg);
padding: 0.9rem 1.05rem;
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.phage-job-card:hover {
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(15,23,42,0.06);
border-color: rgba(16,185,129,0.5);
}
.phage-job-title {
margin: 0;
font-size: 1rem;
font-weight: 650;
}
.phage-job-title a {
color: var(--phage-primary);
text-decoration: none;
}
.phage-job-title a:hover {
text-decoration: underline;
}
.phage-job-meta {
margin-top: 0.3rem;
display: flex;
flex-wrap: wrap;
gap: 0.4rem 0.75rem;
font-size: 0.8rem;
color: var(--phage-muted);
}
.phage-job-tags {
margin-top: 0.55rem;
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
font-size: 0.8rem;
}
.phage-job-deadline {
font-weight: 600;
color: #b91c1c;
} .phage-sidebar .phage-widget {
background: #ffffff;
border-radius: var(--phage-radius-lg);
padding: 1rem 1.05rem;
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
margin-bottom: 1rem;
}
.phage-widget-title {
margin: 0 0 0.4rem;
font-size: 1rem;
color: var(--phage-primary);
} .phage-widget-search input[type="search"] {
width: 100%;
padding: 0.65rem 0.9rem;
border-radius: 0.75rem;
border: 1px solid #d1d5db;
font-size: 0.95rem;
}
.phage-widget-search input[type="submit"] {
margin-top: 0.55rem;
width: 100%;
border-radius: 0.75rem;
border: none;
background: var(--phage-accent);
color: #ffffff;
font-size: 0.9rem;
padding: 0.55rem 0.9rem;
cursor: pointer;
}
.phage-widget-search input[type="submit"]:hover {
background: #059669;
} .entry-header {
margin-bottom: 0.75rem;
}
.entry-title {
font-size: 1.6rem;
margin: 0.25rem 0;
color: var(--phage-primary);
}
.entry-meta {
font-size: 0.85rem;
color: var(--phage-muted);
margin-bottom: 0.75rem;
}
.entry-content {
font-size: 0.98rem;
line-height: 1.7;
color: #111827;
}
.entry-content p {
margin-bottom: 1rem;
}
.entry-footer {
margin-top: 1.25rem;
font-size: 0.85rem;
color: var(--phage-muted);
} .phage-share {
margin-top: 2rem;
padding-top: 1.25rem;
border-top: 1px solid rgba(0,0,0,0.07);
}
.phage-share-title {
font-size: 1rem;
font-weight: 600;
margin-bottom: 0.75rem;
}
.phage-share-buttons {
display: flex;
gap: 0.6rem;
flex-wrap: wrap;
}
.phage-share-icon {
width: 38px;
height: 38px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
overflow: hidden;
transition: 0.15s ease;
background: #e5e7eb;
}
.phage-share-icon svg {
width: 22px !important;
height: 22px !important;
max-width: 100%;
max-height: 100%;
fill: #ffffff !important;
}
.phage-share-icon:hover {
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(0,0,0,.15);
} .phage-share-x        { background: #1D9BF0; }
.phage-share-bluesky  { background: #0285FF; }
.phage-share-linkedin { background: #0A66C2; }
.phage-share-facebook { background: #1877F2; }
.phage-share-whatsapp { background: #25D366; }
.phage-share-email    { background: #6b7280; }
@media (max-width: 640px) {
.phage-share-icon {
width: 36px;
height: 36px;
}
.phage-share-icon svg {
width: 20px !important;
height: 20px !important;
}
} .phage-ad-wrap {
width: 100%;
margin: 1rem 0;
}
.phage-ad-horizontal {
text-align: center;
} .phage-ad-job {
background: transparent;
} .site-footer {
background: #020617;
color: #9ca3af;
padding: 1.75rem 1.25rem;
margin-top: 2rem;
}
.site-footer-inner {
max-width: var(--phage-max-width);
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;
font-size: 0.8rem;
}
.site-footer-top {
width: 100%;
display: grid;
grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
gap: 1.5rem;
margin-bottom: 1rem;
}
.site-footer-bottom {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 0.75rem;
}
.site-footer a {
color: #e5e7eb;
text-decoration: none;
}
.site-footer a:hover {
text-decoration: underline;
}
@media (max-width: 800px) {
.site-footer-top {
grid-template-columns: minmax(0, 1fr);
}
}
.site-footer-links-list {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer-links-list li {
margin: 0.35rem 0;
}
.site-footer-links-list a {
color: #e5e7eb;
font-size: 0.85rem;
text-decoration: none;
}
.site-footer-links-list a:hover {
text-decoration: underline;
} @media (max-width: 640px) {
.phage-container {
padding: 1.25rem 1rem;
}
.phage-hero-inner {
padding: 0 1rem;
}
.phage-hero-title {
font-size: 1.6rem;
}
.phage-hero-excerpt {
font-size: 0.9rem;
}
.phage-main-layout {
margin-top: 1.25rem;
}
} .job-share-title {
font-size: 1rem;
margin-bottom: 0.75rem;
}
.job-share-buttons {
display: flex;
gap: 0.6rem;
flex-wrap: wrap;
}
.job-share-icon {
width: 38px;
height: 38px;
border-radius: 999px;
background: var(--phage-muted);
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
padding: 0;
overflow: hidden;
transition: 0.15s ease;
}
.job-share-icon svg {
display: block;
width: 22px !important;
height: 22px !important;
max-width: 100%;
max-height: 100%;
fill: #fff !important;
}
.job-share-icon:hover {
transform: translateY(-1px);
box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.job-share-x        { background: #1D9BF0; }
.job-share-bluesky  { background: #0285FF; }
.job-share-linkedin { background: #0A66C2; }
.job-share-facebook { background: #1877F2; }
.job-share-whatsapp { background: #25D366; }
.job-share-email    { background: #6b7280; } .phage-protocol-cite .phage-card {
border: 1px solid rgba(16,185,129,0.25);
background: linear-gradient(180deg, rgba(209,250,229,0.22), #ffffff 60%);
}
.phage-protocol-cite .phage-card-body {
padding: 1rem 1.05rem;
}
.phage-protocol-cite p {
line-height: 1.7;
}
.phage-protocol-cite strong {
color: var(--phage-primary);
}
.phage-protocol-cite a.phage-button {
white-space: nowrap;
}
.phage-protocol-cite [data-copy-cite="1"] {
box-shadow: 0 10px 30px rgba(15,23,42,0.06);
} .phage-protocol-references .entry-content {
border-top: 1px dashed rgba(0,0,0,0.08);
padding-top: 0.9rem;
}
.phage-protocol-references .entry-content p:last-child {
margin-bottom: 0;
} .phage-pagination ul {
list-style: none;
display: flex;
gap: 0.45rem;
padding: 0;
margin: 1.25rem 0 0;
flex-wrap: wrap;
}
.phage-pagination a,
.phage-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 38px;
height: 38px;
padding: 0 0.75rem;
border-radius: 999px;
border: 1px solid var(--phage-border);
background: #fff;
color: var(--phage-primary);
text-decoration: none;
}
.phage-pagination .current {
background: var(--phage-accent);
border-color: var(--phage-accent);
color: #fff;
}
.phage-pagination a:hover {
border-color: var(--phage-accent);
} .phage-team-grid {
display: grid;
gap: 1.1rem;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.phage-team-grid-founder {
grid-template-columns: minmax(0, 1fr);
}
.phage-team-card {
background: #ffffff;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
padding: 1rem 1.05rem;
}
.phage-team-top {
display: grid;
grid-template-columns: 64px minmax(0, 1fr);
gap: 0.9rem;
align-items: center;
}
.phage-team-avatar {
width: 64px;
height: 64px;
border-radius: 999px;
overflow: hidden;
border: 1px solid var(--phage-border);
background: #f3f4f6;
display: flex;
align-items: center;
justify-content: center;
}
.phage-team-avatar-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.phage-team-avatar-fallback {
width: 70%;
height: 70%;
display: flex;
align-items: center;
justify-content: center;
}
.phage-team-avatar-fallback svg {
width: 100%;
height: 100%;
}
.phage-team-head {
min-width: 0;
}
.phage-team-badge {
display: inline-flex;
margin-bottom: 0.25rem;
}
.phage-team-name {
margin: 0.1rem 0 0.1rem;
font-size: 1.05rem;
color: var(--phage-primary);
}
.phage-team-role {
font-size: 0.92rem;
font-weight: 600;
color: #047857;
margin-top: 0.1rem;
}
.phage-team-meta {
margin-top: 0.2rem;
display: flex;
flex-wrap: wrap;
gap: 0.4rem 0.6rem;
font-size: 0.82rem;
color: var(--phage-muted);
}
.phage-team-email {
margin-top: 0.25rem;
font-size: 0.82rem;
color: var(--phage-muted);
}
.phage-team-social {
margin-top: 0.5rem;
display: flex;
gap: 0.45rem;
flex-wrap: wrap;
}
.phage-team-social-link {
width: 34px;
height: 34px;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--phage-border);
background: #ffffff;
transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.phage-team-social-link:hover {
transform: translateY(-1px);
box-shadow: 0 8px 18px rgba(15,23,42,0.08);
border-color: rgba(16,185,129,0.6);
}
.phage-team-social-link svg {
width: 18px !important;
height: 18px !important;
fill: #111827 !important;
opacity: 0.9;
}
.phage-team-bio {
margin-top: 0.85rem;
border-top: 1px solid rgba(0,0,0,0.06);
padding-top: 0.85rem;
}
.phage-team-bio-text {
margin: 0 0 0.8rem;
color: #4b5563;
font-size: 0.92rem;
}
.phage-team-bio-full p {
margin: 0 0 0.85rem;
color: #111827;
font-size: 0.95rem;
}
.phage-team-more {
padding: 0.45rem 0.9rem;
font-size: 0.88rem;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background: #fff;
clip: auto !important;
clip-path: none;
color: #000;
display: block;
font-size: 1rem;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.skip-link:focus {
outline: 2px solid var(--phage-accent);
outline-offset: 2px;
} .site-header {
position: sticky;
top: 0;
z-index: 100;
backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.95);
border-bottom: 1px solid var(--phage-border);
transition: transform 0.3s ease, background 0.3s ease;
}
.site-header.hidden {
transform: translateY(-100%);
}
.site-header-inner {
position: relative;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1.5rem;
padding: 0.75rem 1.25rem;
max-width: var(--phage-max-width);
margin: 0 auto;
} .site-title-link {
display: inline-flex;
align-items: center;
gap: 0.75rem;
text-decoration: none;
transition: opacity 0.2s ease;
}
.site-title-link:focus {
outline: 2px solid var(--phage-accent);
outline-offset: 4px;
border-radius: 8px;
}
.site-title-link:hover {
opacity: 0.9;
}
.site-logo {
flex-shrink: 0;
width: 60px;
height: 60px;
transition: transform 0.3s ease;
}
.site-title-link:hover .site-logo {
transform: scale(1.05);
}
.site-logo svg {
width: 100%;
height: 100%;
display: block;
}
.site-logo-fallback {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: var(--phage-accent);
border-radius: 50%;
flex-shrink: 0;
}
.site-logo-fallback svg {
width: 60%;
height: 60%;
}
.site-logo-text {
font-size: 1.25rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--phage-primary);
white-space: nowrap;
} .main-nav {
justify-self: center;
}
.main-nav-list {
display: flex;
gap: 0.25rem;
padding: 0.25rem;
background: rgba(243, 244, 246, 0.5);
border-radius: 999px;
border: 1px solid var(--phage-border);
}
.main-nav-list li {
position: relative;
}
.main-nav-list a {
position: relative;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-weight: 500;
color: var(--phage-muted);
text-decoration: none;
border-radius: 999px;
transition: all 0.2s ease;
white-space: nowrap;
}
.main-nav-list a:focus {
outline: 2px solid var(--phage-accent);
outline-offset: 2px;
}
.main-nav-list a:hover {
background: white;
color: var(--phage-primary);
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.main-nav-list .current-menu-item > a {
background: white;
color: var(--phage-primary);
font-weight: 600;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
} .main-nav-list .sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 200px;
background: white;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
border: 1px solid var(--phage-border);
padding: 0.5rem;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.2s ease;
z-index: 1000;
}
.main-nav-list li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.main-nav-list .sub-menu a {
padding: 0.5rem 1rem;
border-radius: 8px;
font-size: 0.875rem;
} .header-actions {
display: flex;
gap: 0.75rem;
flex-shrink: 0;
} .nav-toggle {
display: none;
position: relative;
width: 44px;
height: 44px;
border: 1px solid var(--phage-border);
background: white;
border-radius: 999px;
padding: 0;
cursor: pointer;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
transition: all 0.2s ease;
}
.nav-toggle:hover {
border-color: var(--phage-accent);
background: var(--phage-accent-soft);
}
.nav-toggle:focus {
outline: 2px solid var(--phage-accent);
outline-offset: 2px;
}
.nav-toggle-bar {
width: 20px;
height: 2px;
background: var(--phage-primary);
border-radius: 999px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} @media (max-width: 1100px) {
.main-nav-list a {
padding: 0.5rem 0.75rem;
font-size: 0.85rem;
}
.site-header-inner {
gap: 1rem;
padding: 0.75rem 1rem;
}
}
@media (max-width: 900px) {
.site-header-inner {
grid-template-columns: auto auto;
gap: 1rem;
}
.main-nav {
position: fixed;
top: 72px; left: 0;
right: 0;
background: white;
padding: 1.5rem;
border-bottom: 1px solid var(--phage-border);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
z-index: 99;
}
.main-nav.is-open {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.main-nav-list {
flex-direction: column;
background: none;
border: none;
padding: 0;
gap: 0.5rem;
}
.main-nav-list a {
padding: 0.75rem 1rem;
border-radius: 8px;
font-size: 1rem;
}
.main-nav-list a:hover,
.main-nav-list .current-menu-item > a {
background: var(--phage-accent-soft);
}
.main-nav-list .sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
border: none;
background: var(--phage-bg);
margin: 0.5rem 0 0 1rem;
padding: 0.5rem;
}
.header-actions {
margin-left: auto;
}
.nav-toggle {
display: flex;
order: 3;
}
}
@media (max-width: 640px) {
.site-header-inner {
padding: 0.5rem 1rem;
}
.site-logo {
width: 32px;
height: 32px;
}
.site-logo-text {
font-size: 1.1rem;
}
.header-actions {
gap: 0.5rem;
}
.phage-button {
padding: 0.4rem 0.9rem;
font-size: 0.85rem;
}
} .site-footer {
background: #020617;
color: #94a3b8;
padding: 3rem 0 1.5rem;
margin-top: 4rem;
position: relative;
}
.site-footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(16,185,129,0.3), transparent);
}
.site-footer-inner {
max-width: var(--phage-max-width);
margin: 0 auto;
padding: 0 1.25rem;
} .site-footer-top {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2.5rem;
margin-bottom: 3rem;
}
@media (max-width: 1100px) {
.site-footer-top {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
}
@media (max-width: 640px) {
.site-footer-top {
grid-template-columns: 1fr;
gap: 2rem;
}
} .site-footer-brand {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.site-footer-logo {
margin-bottom: 0.5rem;
}
.site-footer-logo-link {
display: inline-flex;
align-items: center;
gap: 0.75rem;
text-decoration: none;
transition: opacity 0.2s ease;
}
.site-footer-logo-link:hover {
opacity: 0.9;
}
.site-footer-logo-icon,
.site-footer-logo-fallback {
width: 48px;
height: 48px;
flex-shrink: 0;
}
.site-footer-logo-icon svg,
.site-footer-logo-fallback svg {
width: 100%;
height: 100%;
display: block;
}
.site-footer-logo-text {
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
line-height: 1;
}
.site-footer-tagline {
margin: 0;
font-size: 0.9rem;
line-height: 1.5;
color: #cbd5e1;
max-width: 280px;
} .site-footer-social-title {
font-size: 0.875rem;
font-weight: 600;
color: #e2e8f0;
margin: 0 0 0.75rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.site-footer .phage-share-buttons {
display: flex;
gap: 0.5rem;
}
.site-footer .phage-share-icon {
width: 40px;
height: 40px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.2s ease;
}
.site-footer .phage-share-icon:hover {
background: rgba(255, 255, 255, 0.12);
border-color: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.site-footer .phage-share-icon svg {
width: 20px;
height: 20px;
} .site-footer-links h4 {
font-size: 1rem;
font-weight: 600;
color: #ffffff;
margin: 0 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer-links-list {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer-links-list li {
margin: 0.5rem 0;
}
.site-footer-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: #cbd5e1;
text-decoration: none;
font-size: 0.9rem;
padding: 0.25rem 0;
transition: all 0.2s ease;
position: relative;
}
.site-footer-link:hover {
color: #ffffff;
padding-left: 0.5rem;
}
.site-footer-link::before {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 4px;
height: 0;
background: var(--phage-accent);
border-radius: 2px;
transform: translateY(-50%);
transition: height 0.2s ease;
}
.site-footer-link:hover::before {
height: 60%;
} .site-footer-newsletter {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.site-footer-newsletter-desc {
margin: 0;
font-size: 0.9rem;
line-height: 1.5;
color: #cbd5e1;
} .site-footer-form {
margin-top: 0.5rem;
}
.site-footer-form .mc4wp-form-fields {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.site-footer-form input[type="email"] {
width: 100%;
padding: 0.75rem 1rem;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;
color: #ffffff;
font-size: 0.9rem;
transition: all 0.2s ease;
}
.site-footer-form input[type="email"]:focus {
outline: none;
border-color: var(--phage-accent);
background: rgba(255, 255, 255, 0.08);
}
.site-footer-form input[type="email"]::placeholder {
color: #94a3b8;
}
.site-footer-form button[type="submit"] {
width: 100%;
padding: 0.75rem 1.5rem;
background: var(--phage-accent);
color: white;
border: none;
border-radius: 8px;
font-weight: 500;
font-size: 0.9rem;
cursor: pointer;
transition: all 0.2s ease;
}
.site-footer-form button[type="submit"]:hover {
background: #059669;
transform: translateY(-1px);
} .site-footer-contact {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer-contact p {
display: flex;
align-items: center;
gap: 0.5rem;
margin: 0.5rem 0;
font-size: 0.875rem;
}
.site-footer-contact svg {
flex-shrink: 0;
color: #94a3b8;
}
.site-footer-email {
color: #cbd5e1;
text-decoration: none;
transition: color 0.2s ease;
}
.site-footer-email:hover {
color: #ffffff;
text-decoration: underline;
} .site-footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 1.5rem;
border-top: 1px solid rgba(255, 255, 255, 0.1);
font-size: 0.8rem;
flex-wrap: wrap;
gap: 1rem;
}
.site-footer-copyright p {
margin: 0;
color: #94a3b8;
}
.site-footer-legal-nav {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
align-items: center;
}
.site-footer-legal-link {
color: #94a3b8;
text-decoration: none;
transition: color 0.2s ease;
white-space: nowrap;
}
.site-footer-legal-link:hover {
color: #ffffff;
}
.site-footer-legal-separator {
color: #475569;
} .back-to-top {
position: fixed;
bottom: 2rem;
right: 2rem;
width: 44px;
height: 44px;
background: var(--phage-accent);
color: white;
border: none;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease;
z-index: 999;
box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.back-to-top:hover {
background: #059669;
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(16, 185, 129, 0.4);
} @media (max-width: 768px) {
.site-footer-bottom {
flex-direction: column;
text-align: center;
gap: 1rem;
}
.site-footer-legal-nav {
justify-content: center;
}
.back-to-top {
bottom: 1rem;
right: 1rem;
width: 40px;
height: 40px;
}
} @media print {
.site-footer,
.back-to-top {
display: none;
}
} .phage-page-card {
margin-bottom: 2rem;
border-radius: var(--phage-radius-xl);
overflow: hidden;
background: #ffffff;
}
.phage-page-thumbnail {
position: relative;
width: 100%;
max-height: 400px;
overflow: hidden;
background: #f3f4f6;
}
.phage-page-thumbnail-img {
width: 100%;
height: auto;
max-height: 400px;
object-fit: cover;
object-position: center;
}
.phage-page-content {
padding: 2rem;
}
@media (max-width: 768px) {
.phage-page-content {
padding: 1.5rem;
}
} .entry-header {
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--phage-border);
}
.entry-title {
font-size: 2.25rem;
line-height: 1.2;
margin: 0 0 0.5rem;
color: var(--phage-primary);
font-weight: 700;
letter-spacing: -0.02em;
}
.page-subtitle {
font-size: 1.25rem;
line-height: 1.5;
color: var(--phage-muted);
margin: 0 0 1rem;
font-weight: 400;
}
.entry-meta {
font-size: 0.875rem;
color: var(--phage-muted);
margin-top: 0.5rem;
}
.entry-meta time {
display: inline-flex;
align-items: center;
gap: 0.25rem;
} .entry-content {
font-size: 1.0625rem;
line-height: 1.7;
color: #374151;
}
.entry-content > * {
margin-bottom: 1.5rem;
}
.entry-content h2 {
font-size: 1.75rem;
margin: 2rem 0 1rem;
color: var(--phage-primary);
font-weight: 600;
line-height: 1.3;
}
.entry-content h3 {
font-size: 1.5rem;
margin: 1.75rem 0 1rem;
color: var(--phage-primary);
font-weight: 600;
}
.entry-content h4 {
font-size: 1.25rem;
margin: 1.5rem 0 0.75rem;
color: var(--phage-primary);
font-weight: 600;
}
.entry-content p {
margin-bottom: 1.5rem;
}
.entry-content ul,
.entry-content ol {
margin: 1rem 0 1.5rem 2rem;
padding: 0;
}
.entry-content li {
margin-bottom: 0.5rem;
}
.entry-content blockquote {
border-left: 4px solid var(--phage-accent);
padding-left: 1.5rem;
margin: 2rem 0;
font-style: italic;
color: #4b5563;
background: var(--phage-accent-soft);
padding: 1.5rem;
border-radius: 0 12px 12px 0;
}
.entry-content blockquote p:last-child {
margin-bottom: 0;
}
.entry-content pre {
background: #1f2937;
color: #e5e7eb;
padding: 1.5rem;
border-radius: 8px;
overflow-x: auto;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
font-size: 0.875rem;
margin: 1.5rem 0;
}
.entry-content code {
background: #f3f4f6;
padding: 0.2rem 0.4rem;
border-radius: 4px;
font-family: monospace;
font-size: 0.875em;
color: #dc2626;
}
.entry-content table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-size: 0.95rem;
}
.entry-content th {
background: var(--phage-accent-soft);
text-align: left;
padding: 0.75rem;
font-weight: 600;
border: 1px solid var(--phage-border);
}
.entry-content td {
padding: 0.75rem;
border: 1px solid var(--phage-border);
}
.entry-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5rem 0;
}
.entry-content .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.entry-content .alignleft {
float: left;
margin-right: 1.5rem;
margin-bottom: 1rem;
}
.entry-content .alignright {
float: right;
margin-left: 1.5rem;
margin-bottom: 1rem;
}
.entry-content .wp-caption {
max-width: 100%;
margin-bottom: 1.5rem;
}
.entry-content .wp-caption-text {
font-size: 0.875rem;
color: var(--phage-muted);
text-align: center;
margin-top: 0.5rem;
font-style: italic;
} .page-links {
margin: 2rem 0;
padding: 1rem 0;
border-top: 1px solid var(--phage-border);
border-bottom: 1px solid var(--phage-border);
text-align: center;
}
.page-links a,
.page-links .page-number {
display: inline-block;
padding: 0.375rem 0.75rem;
margin: 0 0.25rem;
background: #f3f4f6;
border-radius: 6px;
text-decoration: none;
color: var(--phage-primary);
}
.page-links a:hover {
background: var(--phage-accent);
color: white;
}
.page-links > .page-number {
font-weight: 600;
background: var(--phage-accent);
color: white;
} .entry-footer {
margin-top: 3rem;
padding-top: 1.5rem;
border-top: 1px solid var(--phage-border);
font-size: 0.875rem;
color: var(--phage-muted);
}
.edit-link {
margin-bottom: 1rem;
}
.edit-link a {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: var(--phage-accent-soft);
color: #047857;
text-decoration: none;
border-radius: 6px;
font-weight: 500;
transition: all 0.2s ease;
}
.edit-link a:hover {
background: var(--phage-accent);
color: white;
} .phage-breadcrumbs {
font-size: 0.875rem;
color: var(--phage-muted);
margin-bottom: 1rem;
}
.phage-breadcrumbs a {
color: var(--phage-accent);
text-decoration: none;
}
.phage-breadcrumbs a:hover {
text-decoration: underline;
}
.phage-breadcrumbs span[aria-hidden="true"] {
margin: 0 0.5rem;
color: #d1d5db;
} @media print {
.phage-page-thumbnail,
.entry-footer,
.phage-sidebar,
.site-header,
.site-footer,
.back-to-top {
display: none;
}
.phage-page-card {
box-shadow: none;
border: 1px solid #ddd;
}
.entry-content {
font-size: 12pt;
line-height: 1.5;
}
.entry-title {
font-size: 18pt;
}
a {
color: #000;
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
font-size: 90%;
color: #666;
}
} .phage-team-hero {
background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #ffffff 100%);
padding: 3rem 0 2rem;
}
.phage-team-intro {
border: 1px solid rgba(16,185,129,0.2);
background: rgba(255,255,255,0.9);
backdrop-filter: blur(10px);
}
.phage-team-intro .phage-card-body {
padding: 2rem;
}
.phage-team-section {
margin-top: 3rem;
}
.phage-team-section-header {
margin-bottom: 2rem;
text-align: center;
}
.phage-team-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: 1.5rem;
margin-top: 1.5rem;
}
.phage-team-grid-founder {
grid-template-columns: 1fr;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.phage-team-grid {
gap: 2rem;
}
.phage-team-grid-founder {
grid-template-columns: 1fr;
}
} .phage-team-card {
background: #ffffff;
border: 1px solid var(--phage-border);
border-radius: var(--phage-radius-xl);
padding: 1.5rem;
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
}
.phage-team-card:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
border-color: var(--phage-accent);
}
.phage-team-top {
display: flex;
gap: 1.25rem;
margin-bottom: 1.25rem;
align-items: flex-start;
}
.phage-team-avatar {
flex-shrink: 0;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
border: 3px solid #ffffff;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
background: linear-gradient(135deg, var(--phage-accent), #0ea5e9);
}
.phage-team-avatar-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.phage-team-avatar-fallback {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: var(--phage-accent);
color: white;
}
.phage-team-avatar-fallback svg {
width: 60%;
height: 60%;
fill: white;
}
.phage-team-head {
flex: 1;
min-width: 0;
}
.phage-team-badge {
display: inline-block;
margin-bottom: 0.5rem;
font-size: 0.75rem;
}
.phage-team-name {
font-size: 1.25rem;
font-weight: 700;
margin: 0 0 0.25rem;
color: var(--phage-primary);
line-height: 1.2;
}
.phage-team-pronouns {
font-size: 0.875rem;
color: var(--phage-muted);
margin-left: 0.5rem;
font-weight: normal;
}
.phage-team-role {
font-size: 1rem;
font-weight: 600;
color: var(--phage-accent);
margin-bottom: 0.5rem;
line-height: 1.3;
}
.phage-team-meta {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-bottom: 0.75rem;
font-size: 0.875rem;
color: var(--phage-muted);
}
.phage-team-institution {
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.phage-team-location {
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.phage-team-location svg {
flex-shrink: 0;
}
.phage-team-email {
font-size: 0.875rem;
color: var(--phage-accent);
margin-bottom: 0.75rem;
word-break: break-word;
}
.phage-team-social {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
margin-top: 0.75rem;
}
.phage-team-social-link {
width: 36px;
height: 36px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background: #f3f4f6;
border: 1px solid var(--phage-border);
transition: all 0.2s ease;
text-decoration: none;
}
.phage-team-social-link:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.phage-team-social-link svg {
width: 18px;
height: 18px;
fill: #6b7280;
}
.phage-team-linkedin:hover {
background: #0A66C2;
border-color: #0A66C2;
}
.phage-team-linkedin:hover svg {
fill: white;
}
.phage-team-x:hover {
background: #1D9BF0;
border-color: #1D9BF0;
}
.phage-team-x:hover svg {
fill: white;
}
.phage-team-bluesky:hover {
background: #0285FF;
border-color: #0285FF;
}
.phage-team-bluesky:hover svg {
fill: white;
}
.phage-team-github:hover {
background: #333;
border-color: #333;
}
.phage-team-github:hover svg {
fill: white;
}
.phage-team-orcid:hover {
background: #a6ce39;
border-color: #a6ce39;
}
.phage-team-orcid:hover svg {
fill: white;
} .phage-team-bio {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid var(--phage-border);
flex-grow: 1;
display: flex;
flex-direction: column;
}
.phage-team-bio-text {
font-size: 0.9375rem;
line-height: 1.6;
color: #4b5563;
margin-bottom: 1rem;
}
.phage-team-bio-full {
font-size: 0.9375rem;
line-height: 1.6;
color: #4b5563;
}
.phage-team-bio-full p:last-child {
margin-bottom: 0;
}
.phage-team-more {
align-self: flex-start;
margin-top: auto;
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
font-size: 0.875rem;
}
.phage-team-more svg {
transition: transform 0.2s ease;
}
.phage-team-more[aria-expanded="true"] svg {
transform: rotate(180deg);
} .phage-team-empty {
text-align: center;
padding: 3rem;
background: #f9fafb;
border-radius: var(--phage-radius-lg);
border: 1px dashed var(--phage-border);
color: var(--phage-muted);
} .phage-team-cta {
margin-top: 4rem;
}
.phage-team-cta .phage-card {
border: 2px solid transparent;
background: linear-gradient(white, white) padding-box,
linear-gradient(135deg, var(--phage-accent), #0ea5e9) border-box;
} @media (max-width: 640px) {
.phage-team-top {
flex-direction: column;
align-items: center;
text-align: center;
}
.phage-team-head {
width: 100%;
}
.phage-team-social {
justify-content: center;
}
.phage-team-avatar {
width: 100px;
height: 100px;
}
.phage-team-grid {
grid-template-columns: 1fr;
}
} @media print {
.phage-team-social,
.phage-team-more,
.phage-team-cta {
display: none;
}
.phage-team-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ddd;
margin-bottom: 1.5rem;
}
.phage-team-bio-full {
display: block !important;
}
.phage-team-bio-collapsed {
display: none !important;
}
}