: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: relative; 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: relative;
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;
}
} .phage-form {
margin: 2rem 0;
max-width: 600px;
}
.phage-form label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
color: var(--phage-primary);
font-size: 0.95rem;
}
.phage-form .required {
color: #dc2626;
margin-left: 0.25rem;
}
.phage-form input[type="text"],
.phage-form input[type="email"],
.phage-form input[type="password"],
.phage-form input[type="search"],
.phage-form input[type="tel"],
.phage-form input[type="url"],
.phage-form input[type="number"],
.phage-form textarea,
.phage-form select {
width: 100%;
padding: 0.75rem 1rem;
font-size: 1rem;
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
background: white;
transition: all 0.2s ease;
margin-bottom: 1.25rem;
font-family: inherit;
}
.phage-form input:focus,
.phage-form textarea:focus,
.phage-form select:focus {
outline: none;
border-color: var(--phage-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.phage-form textarea {
min-height: 120px;
resize: vertical;
line-height: 1.5;
}
.phage-form select {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1rem center;
background-size: 1.25rem;
padding-right: 3rem;
}
.phage-form-submit {
margin-top: 1.5rem;
}
.phage-form-submit .phage-button {
font-size: 1rem;
padding: 0.75rem 2rem;
} .phage-form .error {
color: #dc2626;
font-size: 0.875rem;
margin-top: -1rem;
margin-bottom: 1rem;
}
.phage-form input.error,
.phage-form textarea.error,
.phage-form select.error {
border-color: #dc2626;
}
.phage-form input.error:focus,
.phage-form textarea.error:focus,
.phage-form select.error:focus {
box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}
.phage-form .success-message {
background: var(--phage-accent-soft);
border: 1px solid var(--phage-accent);
color: #047857;
padding: 1rem;
border-radius: 0.5rem;
margin: 1rem 0;
} .wpcf7-form p {
margin-bottom: 1.5rem;
}
.wpcf7-form-control-wrap {
display: block;
margin-bottom: 1rem;
}
.wpcf7-not-valid-tip {
color: #dc2626;
font-size: 0.875rem;
margin-top: 0.25rem;
display: block;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #dc2626;
color: #dc2626;
background: #fee2e2;
padding: 1rem;
border-radius: 0.5rem;
margin: 1rem 0;
border-width: 1px;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: var(--phage-accent);
color: #047857;
background: var(--phage-accent-soft);
padding: 1rem;
border-radius: 0.5rem;
margin: 1rem 0;
border-width: 1px;
}
.wpcf7-spinner {
margin-left: 1rem;
} .gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
margin-bottom: 1rem;
}
.gform_wrapper .gform_footer {
margin-top: 1.5rem;
} .phage-form-checkbox,
.phage-form-radio {
display: flex;
align-items: flex-start;
gap: 0.75rem;
margin-bottom: 1rem;
}
.phage-form-checkbox input[type="checkbox"],
.phage-form-radio input[type="radio"] {
width: auto;
margin: 0.25rem 0 0;
}
.phage-form-checkbox label,
.phage-form-radio label {
margin: 0;
font-weight: normal;
cursor: pointer;
} .phage-form-group {
margin-bottom: 1.5rem;
}
.phage-form-group-title {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--phage-primary);
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--phage-border);
} .phage-form-inline {
display: flex;
gap: 1rem;
align-items: flex-end;
}
.phage-form-inline .phage-form-field {
flex: 1;
}
@media (max-width: 640px) {
.phage-form-inline {
flex-direction: column;
gap: 0;
}
.phage-form-inline .phage-form-field {
width: 100%;
}
} .phage-error {
text-align: center;
padding: 4rem 1rem;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.phage-error-icon {
width: 80px;
height: 80px;
margin: 0 auto 1.5rem;
color: var(--phage-muted);
opacity: 0.5;
}
.phage-error-icon svg {
width: 100%;
height: 100%;
}
.phage-error-title {
font-size: 2.5rem;
margin-bottom: 1rem;
color: var(--phage-primary);
font-weight: 700;
line-height: 1.2;
}
.phage-error-code {
font-size: 1.25rem;
color: var(--phage-accent);
margin-bottom: 1.5rem;
font-weight: 600;
}
.phage-error-desc {
font-size: 1.125rem;
color: var(--phage-muted);
max-width: 500px;
margin: 0 auto 2rem;
line-height: 1.6;
}
.phage-error-actions {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-top: 2rem;
}
@media (max-width: 640px) {
.phage-error-title {
font-size: 2rem;
}
.phage-error-desc {
font-size: 1rem;
}
.phage-error-actions {
flex-direction: column;
align-items: center;
}
} .search-results-count {
margin-bottom: 2rem;
color: var(--phage-muted);
font-size: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--phage-border);
}
.search-results-count strong {
color: var(--phage-primary);
}
.no-results {
padding: 4rem 0;
text-align: center;
}
.no-results-title {
font-size: 1.75rem;
margin-bottom: 1rem;
color: var(--phage-primary);
}
.no-results-desc {
font-size: 1.125rem;
color: var(--phage-muted);
max-width: 500px;
margin: 0 auto 2rem;
line-height: 1.6;
}
.search-again {
margin-top: 2rem;
max-width: 400px;
margin-left: auto;
margin-right: auto;
} .search-form-enhanced {
position: relative;
max-width: 500px;
margin: 0 auto;
}
.search-form-enhanced input[type="search"] {
width: 100%;
padding: 1rem 1.25rem;
padding-right: 3.5rem;
font-size: 1rem;
border: 1px solid var(--phage-border);
border-radius: 999px;
background: white;
transition: all 0.2s ease;
}
.search-form-enhanced input[type="search"]:focus {
border-color: var(--phage-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
outline: none;
}
.search-form-enhanced button[type="submit"] {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
width: 2.5rem;
height: 2.5rem;
border: none;
background: var(--phage-accent);
color: white;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
}
.search-form-enhanced button[type="submit"]:hover {
background: #059669;
transform: translateY(-50%) scale(1.05);
}
.search-form-enhanced button[type="submit"] svg {
width: 1.25rem;
height: 1.25rem;
} .search-suggestions {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid var(--phage-border);
}
.search-suggestions-title {
font-size: 1.25rem;
margin-bottom: 1rem;
color: var(--phage-primary);
}
.search-suggestions-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
gap: 0.75rem;
}
.search-suggestions-list li {
margin: 0;
}
.search-suggestions-list a {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem;
border-radius: 0.5rem;
background: white;
border: 1px solid var(--phage-border);
text-decoration: none;
color: var(--phage-primary);
transition: all 0.2s ease;
}
.search-suggestions-list a:hover {
border-color: var(--phage-accent);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.search-suggestions-icon {
width: 24px;
height: 24px;
color: var(--phage-muted);
flex-shrink: 0;
} .comments-area {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--phage-border);
}
.comments-title,
.comment-reply-title {
font-size: 1.5rem;
margin-bottom: 1.5rem;
color: var(--phage-primary);
font-weight: 600;
}
.comment-list {
list-style: none;
padding: 0;
margin: 0 0 3rem;
}
.comment {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid var(--phage-border);
}
.comment:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.comment-body {
display: grid;
grid-template-columns: auto 1fr;
gap: 1.25rem;
align-items: flex-start;
}
.comment-author {
position: relative;
}
.comment-author .avatar {
width: 60px;
height: 60px;
border-radius: 50%;
border: 2px solid white;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.comment-meta {
margin-bottom: 0.75rem;
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
}
.comment-author-name {
font-weight: 600;
color: var(--phage-primary);
font-size: 1.1rem;
}
.comment-author-badge {
display: inline-flex;
align-items: center;
padding: 0.125rem 0.5rem;
background: var(--phage-accent-soft);
color: #047857;
border-radius: 999px;
font-size: 0.75rem;
font-weight: 500;
}
.comment-metadata {
font-size: 0.875rem;
color: var(--phage-muted);
}
.comment-metadata a {
color: var(--phage-muted);
text-decoration: none;
}
.comment-metadata a:hover {
color: var(--phage-accent);
text-decoration: underline;
}
.comment-content {
grid-column: 2;
font-size: 0.95rem;
line-height: 1.6;
color: #374151;
}
.comment-content p {
margin-bottom: 1rem;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-content a {
color: var(--phage-accent);
text-decoration: underline;
}
.comment-content a:hover {
color: #059669;
}
.comment-awaiting-moderation {
display: inline-block;
margin-top: 0.5rem;
padding: 0.25rem 0.75rem;
background: #fef3c7;
color: #92400e;
border-radius: 0.375rem;
font-size: 0.875rem;
font-style: italic;
}
.reply {
margin-top: 1rem;
font-size: 0.875rem;
}
.reply a {
display: inline-flex;
align-items: center;
gap: 0.375rem;
padding: 0.5rem 1rem;
background: #f3f4f6;
color: var(--phage-primary);
text-decoration: none;
border-radius: 0.375rem;
font-weight: 500;
transition: all 0.2s ease;
}
.reply a:hover {
background: var(--phage-accent);
color: white;
}
.reply a svg {
width: 1rem;
height: 1rem;
} .children {
list-style: none;
padding: 0;
margin: 1.5rem 0 0 3rem;
border-left: 2px solid var(--phage-border);
padding-left: 1.5rem;
}
.children .comment {
border-bottom: none;
padding-bottom: 1.5rem;
margin-bottom: 1.5rem;
}
.children .comment:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
@media (max-width: 640px) {
.children {
margin-left: 1.5rem;
padding-left: 1rem;
}
} .comment-respond {
margin-top: 2rem;
padding: 2rem;
background: white;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
}
.comment-notes,
.logged-in-as {
font-size: 0.875rem;
color: var(--phage-muted);
margin-bottom: 1.5rem;
}
.comment-notes a,
.logged-in-as a {
color: var(--phage-accent);
text-decoration: none;
}
.comment-notes a:hover,
.logged-in-as a:hover {
text-decoration: underline;
}
.comment-form label {
display: block;
margin-bottom: 0.5rem;
font-weight: 500;
color: var(--phage-primary);
font-size: 0.95rem;
}
.comment-form .required {
color: #dc2626;
margin-left: 0.25rem;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
margin-bottom: 1.5rem;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
width: 100%;
padding: 0.75rem 1rem;
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
font-size: 1rem;
transition: all 0.2s ease;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
outline: none;
border-color: var(--phage-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.comment-form-comment textarea {
width: 100%;
min-height: 150px;
padding: 1rem;
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
font-size: 1rem;
line-height: 1.5;
resize: vertical;
transition: all 0.2s ease;
font-family: inherit;
}
.comment-form-comment textarea:focus {
outline: none;
border-color: var(--phage-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}
.comment-form-cookies-consent {
display: flex;
align-items: center;
gap: 0.75rem;
margin: 1.5rem 0;
font-size: 0.9rem;
color: var(--phage-muted);
}
.comment-form-cookies-consent input[type="checkbox"] {
width: auto;
margin: 0;
}
.comment-form-cookies-consent label {
margin: 0;
font-weight: normal;
cursor: pointer;
}
.form-submit {
margin-top: 1.5rem;
}
.form-submit .submit {
background: var(--phage-accent);
color: white;
border: none;
border-radius: 0.5rem;
padding: 0.75rem 2rem;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
}
.form-submit .submit:hover {
background: #059669;
} .comment-pagination {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid var(--phage-border);
display: flex;
justify-content: center;
gap: 1rem;
}
.comment-pagination a {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: #f3f4f6;
color: var(--phage-primary);
text-decoration: none;
border-radius: 0.375rem;
font-weight: 500;
transition: all 0.2s ease;
}
.comment-pagination a:hover {
background: var(--phage-accent);
color: white;
} .admin-bar .site-header {
top: 32px;
}
.admin-bar .site-header.hidden {
transform: translateY(-32px);
}
@media (max-width: 782px) {
.admin-bar .site-header {
top: 46px;
}
.admin-bar .site-header.hidden {
transform: translateY(-46px);
}
}
@media (max-width: 600px) {
.admin-bar .site-header {
top: 0;
}
.admin-bar .site-header.hidden {
transform: translateY(-100%);
}
} .logged-in .edit-link {
display: inline-block;
}
.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;
font-size: 0.875rem;
}
.edit-link a:hover {
background: var(--phage-accent);
color: white;
}
.edit-link a svg {
width: 1rem;
height: 1rem;
} .post-password-form {
max-width: 400px;
margin: 3rem auto;
padding: 2rem;
background: white;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
text-align: center;
}
.post-password-form label {
display: block;
margin-bottom: 0.75rem;
font-weight: 500;
color: var(--phage-primary);
}
.post-password-form p {
margin-bottom: 1.5rem;
color: var(--phage-muted);
}
.post-password-form input[type="password"] {
width: 100%;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
font-size: 1rem;
}
.post-password-form input[type="submit"] {
width: 100%;
padding: 0.75rem 1.5rem;
background: var(--phage-accent);
color: white;
border: none;
border-radius: 0.5rem;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
}
.post-password-form input[type="submit"]:hover {
background: #059669;
} .admin-bar .back-to-top {
bottom: calc(2rem + 32px);
}
@media (max-width: 782px) {
.admin-bar .back-to-top {
bottom: calc(2rem + 46px);
}
}
@media (max-width: 600px) {
.admin-bar .back-to-top {
bottom: 2rem;
}
}  .phage-loading {
opacity: 0.6;
pointer-events: none;
position: relative;
min-height: 100px;
}
.phage-loading::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 24px;
height: 24px;
border: 2px solid var(--phage-border);
border-top-color: var(--phage-accent);
border-radius: 50%;
animation: phageSpin 0.8s linear infinite;
transform: translate(-50%, -50%);
}
@keyframes phageSpin {
to { transform: translate(-50%, -50%) rotate(360deg); }
} .phage-fade-in {
animation: phageFadeIn 0.3s ease-out;
}
@keyframes phageFadeIn {
from { 
opacity: 0; 
transform: translateY(10px); 
}
to { 
opacity: 1; 
transform: translateY(0); 
}
} .phage-stagger-item {
opacity: 0;
animation: phageFadeIn 0.3s ease-out forwards;
}
.phage-stagger-item:nth-child(1) { animation-delay: 0.05s; }
.phage-stagger-item:nth-child(2) { animation-delay: 0.1s; }
.phage-stagger-item:nth-child(3) { animation-delay: 0.15s; }
.phage-stagger-item:nth-child(4) { animation-delay: 0.2s; }
.phage-stagger-item:nth-child(5) { animation-delay: 0.25s; }
.phage-stagger-item:nth-child(6) { animation-delay: 0.3s; }
.phage-stagger-item:nth-child(7) { animation-delay: 0.35s; }
.phage-stagger-item:nth-child(8) { animation-delay: 0.4s; } @media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
scroll-padding-top: 100px; }
} @media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
.phage-loading::after {
animation: none;
border: 2px solid var(--phage-accent);
}
.phage-fade-in,
.phage-stagger-item {
animation: none;
opacity: 1;
transform: none;
}
.phage-card:hover,
.phage-job-card:hover,
.phage-team-card:hover {
transform: none;
}
.nav-toggle-bar {
transition: none;
}
}  .phage-tooltip {
position: relative;
cursor: help;
display: inline-block;
border-bottom: 1px dotted var(--phage-muted);
}
.phage-tooltip:hover::after {
content: attr(data-tooltip);
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
padding: 0.5rem 0.75rem;
background: #1f2937;
color: white;
font-size: 0.75rem;
border-radius: 0.375rem;
white-space: nowrap;
z-index: 1000;
margin-bottom: 0.5rem;
font-weight: normal;
text-align: center;
line-height: 1.4;
max-width: 200px;
word-wrap: break-word;
}
.phage-tooltip:hover::before {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 5px solid transparent;
border-top-color: #1f2937;
margin-bottom: 0;
z-index: 1001;
} .phage-badge {
display: inline-flex;
align-items: center;
padding: 0.25rem 0.75rem;
font-size: 0.75rem;
font-weight: 600;
border-radius: 999px;
text-transform: uppercase;
letter-spacing: 0.05em;
line-height: 1;
white-space: nowrap;
}
.phage-badge-new {
background: #dbeafe;
color: #1e40af;
border: 1px solid #93c5fd;
}
.phage-badge-popular {
background: #fce7f3;
color: #be185d;
border: 1px solid #f9a8d4;
}
.phage-badge-featured {
background: var(--phage-accent-soft);
color: #047857;
border: 1px solid rgba(16,185,129,0.4);
}
.phage-badge-hot {
background: #fee2e2;
color: #991b1b;
border: 1px solid #fca5a5;
}
.phage-badge-trending {
background: #fef3c7;
color: #92400e;
border: 1px solid #fcd34d;
} .phage-alert {
padding: 1rem 1.25rem;
border-radius: var(--phage-radius-lg);
margin: 1.5rem 0;
border-left: 4px solid;
font-size: 0.95rem;
line-height: 1.5;
}
.phage-alert-title {
font-weight: 600;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.phage-alert-title svg {
width: 1.25rem;
height: 1.25rem;
flex-shrink: 0;
}
.phage-alert p:last-child {
margin-bottom: 0;
}
.phage-alert-info {
background: #eff6ff;
border-left-color: #3b82f6;
color: #1e40af;
}
.phage-alert-info .phage-alert-title {
color: #1e40af;
}
.phage-alert-success {
background: #f0fdf4;
border-left-color: var(--phage-accent);
color: #047857;
}
.phage-alert-success .phage-alert-title {
color: #047857;
}
.phage-alert-warning {
background: #fef3c7;
border-left-color: #f59e0b;
color: #92400e;
}
.phage-alert-warning .phage-alert-title {
color: #92400e;
}
.phage-alert-error {
background: #fee2e2;
border-left-color: #dc2626;
color: #991b1b;
}
.phage-alert-error .phage-alert-title {
color: #991b1b;
} .phage-accordion {
margin: 1.5rem 0;
}
.phage-accordion-item {
border: 1px solid var(--phage-border);
border-radius: 0.5rem;
margin-bottom: 0.75rem;
overflow: hidden;
background: white;
}
.phage-accordion-item:last-child {
margin-bottom: 0;
}
.phage-accordion-header {
margin: 0;
}
.phage-accordion-button {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 1.25rem;
background: white;
border: none;
text-align: left;
font-size: 1rem;
font-weight: 600;
color: var(--phage-primary);
cursor: pointer;
transition: all 0.2s ease;
}
.phage-accordion-button:hover {
background: #f9fafb;
}
.phage-accordion-button[aria-expanded="true"] {
background: var(--phage-accent-soft);
color: #047857;
}
.phage-accordion-button svg {
width: 1.25rem;
height: 1.25rem;
transition: transform 0.2s ease;
flex-shrink: 0;
color: var(--phage-muted);
}
.phage-accordion-button[aria-expanded="true"] svg {
transform: rotate(180deg);
color: #047857;
}
.phage-accordion-content {
padding: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.phage-accordion-content[aria-hidden="false"] {
padding: 1rem 1.25rem 1.25rem;
max-height: 2000px;
}
.phage-accordion-content > *:last-child {
margin-bottom: 0;
} .phage-tabs {
margin: 1.5rem 0;
}
.phage-tabs-nav {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
border-bottom: 1px solid var(--phage-border);
margin-bottom: 1.5rem;
}
.phage-tab-button {
padding: 0.75rem 1.25rem;
background: transparent;
border: none;
border-bottom: 2px solid transparent;
font-size: 0.95rem;
font-weight: 500;
color: var(--phage-muted);
cursor: pointer;
transition: all 0.2s ease;
position: relative;
bottom: -1px;
}
.phage-tab-button:hover {
color: var(--phage-primary);
}
.phage-tab-button[aria-selected="true"] {
color: var(--phage-accent);
border-bottom-color: var(--phage-accent);
background: var(--phage-accent-soft);
border-radius: 0.5rem 0.5rem 0 0;
}
.phage-tab-panel {
display: none;
}
.phage-tab-panel[aria-hidden="false"] {
display: block;
animation: phageFadeIn 0.3s ease-out;
} .phage-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
padding: 1rem;
}
.phage-modal.is-open {
opacity: 1;
visibility: visible;
}
.phage-modal-content {
background: white;
border-radius: var(--phage-radius-xl);
max-width: 500px;
width: 100%;
max-height: 90vh;
overflow-y: auto;
position: relative;
transform: translateY(20px);
transition: transform 0.3s ease;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.phage-modal.is-open .phage-modal-content {
transform: translateY(0);
}
.phage-modal-header {
padding: 1.5rem;
border-bottom: 1px solid var(--phage-border);
display: flex;
justify-content: space-between;
align-items: center;
}
.phage-modal-title {
margin: 0;
font-size: 1.5rem;
color: var(--phage-primary);
}
.phage-modal-close {
background: none;
border: none;
padding: 0.5rem;
cursor: pointer;
color: var(--phage-muted);
transition: color 0.2s ease;
border-radius: 0.375rem;
}
.phage-modal-close:hover {
color: var(--phage-primary);
background: #f3f4f6;
}
.phage-modal-close svg {
width: 1.5rem;
height: 1.5rem;
}
.phage-modal-body {
padding: 1.5rem;
}
.phage-modal-footer {
padding: 1.5rem;
border-top: 1px solid var(--phage-border);
display: flex;
justify-content: flex-end;
gap: 0.75rem;
} .phage-progress {
margin: 1.5rem 0;
}
.phage-progress-label {
display: flex;
justify-content: space-between;
margin-bottom: 0.5rem;
font-size: 0.875rem;
color: var(--phage-muted);
}
.phage-progress-bar {
height: 8px;
background: #f3f4f6;
border-radius: 999px;
overflow: hidden;
}
.phage-progress-fill {
height: 100%;
background: var(--phage-accent);
border-radius: 999px;
transition: width 0.3s ease;
} @media (prefers-color-scheme: dark) {
:root {
--phage-primary: #f9fafb;
--phage-accent: #34d399;
--phage-accent-soft: #064e3b;
--phage-bg: #111827;
--phage-text: #f9fafb;
--phage-muted: #9ca3af;
--phage-border: #374151;
--phage-shadow-soft: 0 10px 30px rgba(0,0,0,0.3);
}
body {
background: var(--phage-bg);
color: var(--phage-text);
} .site-header {
background: rgba(17, 24, 39, 0.95);
border-bottom-color: var(--phage-border);
}
.site-logo-text,
.main-nav-list a {
color: var(--phage-text);
}
.main-nav-list a:hover,
.main-nav-list .current-menu-item > a {
background: #1f2937;
color: var(--phage-accent);
}
.nav-toggle {
background: #1f2937;
border-color: var(--phage-border);
}
.nav-toggle-bar {
background: var(--phage-text);
} .phage-card,
.phage-job-card,
.phage-team-card,
.phage-sidebar .phage-widget {
background: #1f2937;
border-color: var(--phage-border);
}
.phage-card-title a,
.phage-job-title a,
.phage-team-name {
color: var(--phage-primary);
}
.phage-card-excerpt,
.phage-team-bio-text,
.phage-team-bio-full p {
color: #d1d5db;
} .phage-button-outline {
background: #374151;
border-color: var(--phage-border);
color: var(--phage-primary);
}
.phage-button-outline:hover {
border-color: var(--phage-accent);
background: #4b5563;
}
.phage-pill-outline {
background: #374151;
border-color: var(--phage-border);
color: var(--phage-muted);
} .phage-hero {
background: radial-gradient(circle at top left, #0c4a6e 0%, #1e293b 45%, #111827 100%);
}
.phage-hero-main {
background-color: #374151;
} .site-footer {
background: #030712;
}
.site-footer-logo-text {
color: #ffffff;
}
.site-footer-tagline,
.site-footer-newsletter-desc {
color: #d1d5db;
}
.site-footer-link {
color: #d1d5db;
}
.site-footer-link:hover {
color: #ffffff;
}
.site-footer .phage-share-icon {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.15);
} .phage-form input[type="text"],
.phage-form input[type="email"],
.phage-form input[type="password"],
.phage-form input[type="search"],
.phage-form input[type="tel"],
.phage-form input[type="url"],
.phage-form input[type="number"],
.phage-form textarea,
.phage-form select {
background: #1f2937;
border-color: var(--phage-border);
color: var(--phage-text);
}
.phage-form input::placeholder,
.phage-form textarea::placeholder {
color: #6b7280;
} .comment-respond {
background: #1f2937;
border-color: var(--phage-border);
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
background: #1f2937;
border-color: var(--phage-border);
color: var(--phage-text);
} .phage-alert-info {
background: #1e3a8a;
color: #dbeafe;
}
.phage-alert-success {
background: #064e3b;
color: #a7f3d0;
}
.phage-alert-warning {
background: #78350f;
color: #fde68a;
}
.phage-alert-error {
background: #7f1d1d;
color: #fecaca;
} .phage-accordion-item {
background: #1f2937;
border-color: var(--phage-border);
}
.phage-accordion-button {
background: #1f2937;
color: var(--phage-text);
}
.phage-accordion-button:hover {
background: #374151;
}
.phage-tab-button {
color: var(--phage-muted);
}
.phage-tab-button:hover {
color: var(--phage-text);
} .phage-modal-content {
background: #1f2937;
color: var(--phage-text);
}
.phage-modal-header {
border-bottom-color: var(--phage-border);
}
.phage-modal-title {
color: var(--phage-text);
} .phage-progress-bar {
background: #374151;
} .phage-team-card:hover {
border-color: var(--phage-accent);
}
.phage-team-social-link {
background: #374151;
border-color: var(--phage-border);
}
.phage-team-social-link svg {
fill: #d1d5db;
} .entry-content {
color: #d1d5db;
}
.entry-content pre {
background: #0f172a;
color: #e2e8f0;
}
.entry-content code {
background: #374151;
color: #fca5a5;
}
.entry-content blockquote {
background: #1e293b;
color: #cbd5e1;
}
.entry-content th {
background: #1e293b;
border-color: var(--phage-border);
}
.entry-content td {
border-color: var(--phage-border);
} @media print {
:root {
--phage-primary: #000000;
--phage-accent: #000000;
--phage-accent-soft: transparent;
--phage-bg: #ffffff;
--phage-text: #000000;
--phage-muted: #666666;
--phage-border: #dddddd;
--phage-shadow-soft: none;
}
body {
background: white;
color: black;
}
.phage-card,
.phage-job-card,
.phage-team-card {
background: white;
border: 1px solid #ddd;
box-shadow: none;
}
}
}  .text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-primary { color: var(--phage-primary); }
.text-accent { color: var(--phage-accent); }
.text-muted { color: var(--phage-muted); }
.text-white { color: white; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; } .mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 3rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; } .container { width: 100%; max-width: var(--phage-max-width); margin: 0 auto; padding: 0 1rem; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: 1fr; }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (min-width: 768px) {
.md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.md\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.md\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
.md\:flex-row { flex-direction: row; }
} .hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
@media (min-width: 768px) {
.md\:block { display: block; }
.md\:hidden { display: none; }
} .w-full { width: 100%; }
.w-auto { width: auto; }
.w-1\/2 { width: 50%; }
.w-1\/3 { width: 33.333%; }
.w-2\/3 { width: 66.666%; }
.w-1\/4 { width: 25%; }
.w-3\/4 { width: 75%; } .rounded { border-radius: 0.375rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-full { border-radius: 999px; }
.border { border: 1px solid var(--phage-border); }
.border-t { border-top: 1px solid var(--phage-border); }
.border-b { border-bottom: 1px solid var(--phage-border); }
.border-l { border-left: 1px solid var(--phage-border); }
.border-r { border-right: 1px solid var(--phage-border); } .bg-white { background: white; }
.bg-primary { background: var(--phage-primary); }
.bg-accent { background: var(--phage-accent); }
.bg-accent-soft { background: var(--phage-accent-soft); }
.bg-muted { background: var(--phage-bg); } .shadow-sm { box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.shadow { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.shadow-lg { box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
.shadow-none { box-shadow: none; } @media print { .site-header,
.site-footer,
.back-to-top,
.phage-share,
.header-actions,
.main-nav,
.nav-toggle,
.phage-sidebar,
.phage-form,
.comments-area,
.wpcf7-form,
.gform_wrapper,
.phage-modal,
.phage-tooltip,
.phage-team-social,
.phage-team-more,
.phage-team-cta,
.edit-link,
.phage-error-actions,
.search-again,
.phage-alert,
.phage-accordion,
.phage-tabs {
display: none !important;
} :root {
--phage-primary: #000000;
--phage-accent: #000000;
--phage-accent-soft: transparent;
--phage-bg: #ffffff;
--phage-text: #000000;
--phage-muted: #666666;
--phage-border: #dddddd;
--phage-shadow-soft: none;
}
body {
background: white;
color: black;
font-size: 12pt;
line-height: 1.5;
} .phage-container,
.phage-page-content,
.entry-content,
.phage-card,
.phage-job-card,
.phage-team-card {
max-width: 100% !important;
width: 100% !important;
padding: 0 !important;
margin: 0 0 1rem 0 !important;
border: none !important;
box-shadow: none !important;
background: transparent !important;
float: none !important;
} a {
color: black !important;
text-decoration: underline !important;
} a[href]:after {
content: " (" attr(href) ")";
font-size: 90%;
color: #666;
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
} .phage-hero,
.phage-hero-overlay,
.phage-team-hero,
.phage-page-thumbnail,
.phage-team-avatar,
.phage-card-thumb-link,
.phage-hero-img,
.phage-hero-main {
display: none !important;
} .phage-card,
.phage-job-card,
.phage-team-card,
.comment {
break-inside: avoid;
page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 {
break-after: avoid;
page-break-after: avoid;
} img {
max-width: 100% !important;
break-inside: avoid;
page-break-inside: avoid;
} table {
break-inside: avoid;
page-break-inside: avoid;
} h1, h2, h3, h4, h5, h6 {
break-after: avoid;
} @page {
margin: 2cm;
} @page :first {
margin-top: 3cm;
} p, h2, h3 {
orphans: 3;
widows: 3;
}
}  .search-results-title {
font-size: 1.75rem;
margin: 0 0 0.5rem;
color: var(--phage-primary);
line-height: 1.2;
}
.search-results-title .search-query {
color: var(--phage-accent);
font-weight: 600;
}
.search-results-count {
font-size: 0.95rem;
color: var(--phage-muted);
margin: 0 0 1.5rem;
} .search-again-form {
margin: 0 0 2rem;
}
.search-form-enhanced {
position: relative;
max-width: 500px;
}
.search-form-enhanced input[type="search"] {
width: 100%;
padding: 0.875rem 1.25rem;
padding-right: 3.5rem;
font-size: 1rem;
border: 1px solid var(--phage-border);
border-radius: 999px;
background: white;
transition: all 0.2s ease;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.search-form-enhanced input[type="search"]:focus {
outline: none;
border-color: var(--phage-accent);
box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1), 0 2px 8px rgba(0,0,0,0.05);
}
.search-form-enhanced button[type="submit"] {
position: absolute;
right: 0.5rem;
top: 50%;
transform: translateY(-50%);
width: 2.5rem;
height: 2.5rem;
border: none;
background: var(--phage-accent);
color: white;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease;
}
.search-form-enhanced button[type="submit"]:hover {
background: #059669;
transform: translateY(-50%) scale(1.05);
}
.search-form-enhanced button[type="submit"] svg {
width: 1.25rem;
height: 1.25rem;
} .search-no-results {
text-align: center;
padding: 3rem 1rem;
background: white;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
margin: 2rem 0;
box-shadow: var(--phage-shadow-soft);
}
.search-no-results-icon {
margin: 0 auto 1.5rem;
width: 80px;
height: 80px;
color: var(--phage-muted);
opacity: 0.6;
}
.search-no-results-icon svg {
width: 100%;
height: 100%;
}
.search-no-results-title {
font-size: 1.75rem;
margin: 0 0 1rem;
color: var(--phage-primary);
}
.search-no-results-desc {
font-size: 1.125rem;
color: var(--phage-muted);
max-width: 500px;
margin: 0 auto 2rem;
line-height: 1.6;
}
.search-no-results-desc strong {
color: var(--phage-primary);
font-weight: 600;
} .search-suggestions {
margin: 2rem 0;
padding: 1.5rem;
background: var(--phage-accent-soft);
border-radius: var(--phage-radius-lg);
border: 1px solid rgba(16,185,129,0.2);
}
.search-suggestions-title {
font-size: 1.1rem;
margin: 0 0 1rem;
color: #047857;
font-weight: 600;
}
.search-suggestions-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.search-suggestion-item {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem 1rem;
background: white;
border: 1px solid var(--phage-border);
border-radius: 0.75rem;
text-decoration: none;
color: var(--phage-primary);
transition: all 0.2s ease;
}
.search-suggestion-item:hover {
border-color: var(--phage-accent);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.search-suggestion-icon {
width: 24px;
height: 24px;
color: var(--phage-accent);
flex-shrink: 0;
}
.search-suggestion-icon svg {
width: 100%;
height: 100%;
}
.search-suggestion-text {
font-weight: 500;
} .search-popular-topics {
margin: 2rem 0;
padding-top: 2rem;
border-top: 1px solid var(--phage-border);
}
.search-popular-title {
font-size: 1.1rem;
margin: 0 0 1rem;
color: var(--phage-primary);
font-weight: 600;
}
.search-tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
justify-content: center;
}
.search-tags .phage-pill {
padding: 0.4rem 0.85rem;
font-size: 0.85rem;
}
.search-tags .tag-count {
margin-left: 0.25rem;
font-size: 0.75rem;
opacity: 0.7;
background: rgba(0,0,0,0.05);
padding: 0.1rem 0.4rem;
border-radius: 999px;
} .search-browse-sections {
margin: 2rem 0 0;
padding-top: 2rem;
border-top: 1px solid var(--phage-border);
}
.search-browse-title {
font-size: 1.1rem;
margin: 0 0 1rem;
color: var(--phage-primary);
font-weight: 600;
}
.browse-links {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
} .phage-pagination {
margin-top: 3rem;
}
.phage-pagination ul {
list-style: none;
display: flex;
gap: 0.45rem;
padding: 0;
margin: 0;
flex-wrap: wrap;
justify-content: center;
}
.phage-pagination a,
.phage-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 0.75rem;
border-radius: 999px;
border: 1px solid var(--phage-border);
background: white;
color: var(--phage-primary);
text-decoration: none;
font-size: 0.9rem;
}
.phage-pagination .current {
background: var(--phage-accent);
border-color: var(--phage-accent);
color: white;
}
.phage-pagination a:hover {
border-color: var(--phage-accent);
background: var(--phage-accent-soft);
} @media (max-width: 768px) {
.search-results-title {
font-size: 1.5rem;
}
.search-no-results {
padding: 2rem 1rem;
}
.search-no-results-title {
font-size: 1.5rem;
}
.search-no-results-desc {
font-size: 1rem;
}
.search-suggestions-list {
gap: 0.5rem;
}
.search-suggestion-item {
padding: 0.6rem 0.9rem;
}
.search-tags {
gap: 0.4rem;
}
.search-tags .phage-pill {
padding: 0.35rem 0.7rem;
font-size: 0.8rem;
}
.browse-links {
flex-direction: column;
align-items: center;
}
.browse-links .phage-button {
width: 100%;
max-width: 250px;
text-align: center;
}
} @media (prefers-color-scheme: dark) {
.search-no-results {
background: #1f2937;
border-color: var(--phage-border);
}
.search-no-results-icon {
color: var(--phage-muted);
}
.search-suggestions {
background: #064e3b;
border-color: rgba(52, 211, 153, 0.2);
}
.search-suggestions-title {
color: #34d399;
}
.search-suggestion-item {
background: #1f2937;
border-color: var(--phage-border);
color: var(--phage-text);
}
.search-suggestion-icon {
color: #34d399;
}
.search-tags .tag-count {
background: rgba(255,255,255,0.1);
}
.phage-pagination a,
.phage-pagination span {
background: #1f2937;
border-color: var(--phage-border);
color: var(--phage-text);
}
.phage-pagination a:hover {
background: #374151;
}
} .search-filters {
margin: 0 0 2rem;
padding: 1.25rem;
background: white;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
box-shadow: var(--phage-shadow-soft);
}
.search-filter-form {
margin: 0;
}
.search-filter-group {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem;
}
.search-filter-label {
font-weight: 600;
color: var(--phage-primary);
font-size: 0.95rem;
white-space: nowrap;
}
.search-filter-buttons {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
flex: 1;
}
.search-filter-button {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1rem;
background: white;
border: 1px solid var(--phage-border);
border-radius: 999px;
color: var(--phage-muted);
font-size: 0.9rem;
font-weight: 500;
cursor: pointer;
transition: all 0.2s ease;
text-decoration: none;
position: relative;
overflow: hidden;
}
.search-filter-button:hover {
border-color: var(--phage-accent);
color: var(--phage-primary);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.search-filter-button.active {
background: var(--phage-accent);
border-color: var(--phage-accent);
color: white;
font-weight: 600;
box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}
.search-filter-button.active:hover {
background: #059669;
border-color: #059669;
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(16, 185, 129, 0.25);
}
.filter-button-count {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 22px;
height: 22px;
padding: 0 0.375rem;
background: rgba(255,255,255,0.2);
border-radius: 999px;
font-size: 0.75rem;
font-weight: 600;
} .phage-pill-post-type {
background: #dbeafe;
color: #1e40af;
border-color: rgba(59, 130, 246, 0.4);
font-weight: 600;
}
.phage-pill-stage {
background: #f0f9ff;
color: #0369a1;
border-color: rgba(6, 182, 212, 0.4);
}
.phage-card-header {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 0.5rem;
} .protocol-meta-mini {
margin-top: 0.75rem;
padding-top: 0.75rem;
border-top: 1px solid rgba(0,0,0,0.08);
}
.protocol-stats {
display: flex;
gap: 1rem;
font-size: 0.8rem;
color: var(--phage-muted);
}
.protocol-stat {
display: inline-flex;
align-items: center;
gap: 0.25rem;
}
.protocol-stat svg {
width: 14px;
height: 14px;
flex-shrink: 0;
} .search-other-types {
margin: 2rem 0;
padding: 1.5rem;
background: #f8fafc;
border-radius: var(--phage-radius-lg);
border: 1px solid var(--phage-border);
}
.search-other-title {
font-size: 1.1rem;
margin: 0 0 1rem;
color: var(--phage-primary);
font-weight: 600;
}
.search-other-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.search-other-item {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.75rem 1rem;
background: white;
border: 1px solid var(--phage-border);
border-radius: 0.75rem;
text-decoration: none;
color: var(--phage-primary);
transition: all 0.2s ease;
}
.search-other-item:hover {
border-color: var(--phage-accent);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.search-other-icon {
width: 24px;
height: 24px;
color: var(--phage-accent);
flex-shrink: 0;
}
.search-other-icon svg {
width: 100%;
height: 100%;
}
.search-other-text {
font-weight: 500;
flex: 1;
}
.search-other-count {
font-size: 0.875rem;
color: var(--phage-muted);
background: #f3f4f6;
padding: 0.2rem 0.6rem;
border-radius: 999px;
} .post-type-empty {
text-align: center;
padding: 2rem;
background: var(--phage-accent-soft);
border-radius: var(--phage-radius-lg);
border: 1px solid rgba(16,185,129,0.2);
}
.post-type-empty-title {
color: #047857;
margin-bottom: 0.5rem;
}
.post-type-empty-desc {
color: #065f46;
font-size: 0.95rem;
} @media (max-width: 768px) {
.search-filters {
padding: 1rem;
}
.search-filter-group {
flex-direction: column;
align-items: flex-start;
gap: 0.75rem;
}
.search-filter-buttons {
width: 100%;
justify-content: center;
}
.search-filter-button {
padding: 0.4rem 0.85rem;
font-size: 0.85rem;
}
.protocol-stats {
flex-direction: column;
gap: 0.5rem;
}
.search-other-list {
gap: 0.5rem;
}
.search-other-item {
padding: 0.6rem 0.9rem;
}
} @media (prefers-color-scheme: dark) {
.search-filters {
background: #1f2937;
border-color: var(--phage-border);
}
.search-filter-button {
background: #374151;
border-color: var(--phage-border);
color: var(--phage-text);
}
.search-filter-button:hover {
background: #4b5563;
color: var(--phage-text);
}
.search-filter-button.active {
background: var(--phage-accent);
color: white;
}
.filter-button-count {
background: rgba(255,255,255,0.1);
}
.phage-pill-post-type {
background: #1e3a8a;
color: #dbeafe;
border-color: rgba(59, 130, 246, 0.3);
}
.phage-pill-stage {
background: #0c4a6e;
color: #e0f2fe;
border-color: rgba(6, 182, 212, 0.3);
}
.protocol-meta-mini {
border-top-color: rgba(255,255,255,0.1);
}
.search-other-types {
background: #1e293b;
border-color: var(--phage-border);
}
.search-other-item {
background: #1f2937;
border-color: var(--phage-border);
color: var(--phage-text);
}
.search-other-count {
background: #374151;
color: var(--phage-muted);
}
.protocol-stat {
color: var(--phage-muted);
}
} .phage-grid {
animation: fadeIn 0.3s ease-out;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .search-loading {
position: relative;
min-height: 200px;
}
.search-loading::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 30px;
border: 3px solid var(--phage-border);
border-top-color: var(--phage-accent);
border-radius: 50%;
animation: spin 0.8s linear infinite;
transform: translate(-50%, -50%);
}
@keyframes spin {
to { transform: translate(-50%, -50%) rotate(360deg); }
} .phage-author-bio-section {
margin: 2rem 0 3rem;
}
.phage-author-bio-section .phage-card {
border-color: rgba(16,185,129,0.2);
background: linear-gradient(180deg, rgba(209,250,229,0.15), #ffffff 60%);
}
.phage-author-bio-section h3.phage-section-header {
font-size: 1.25rem;
margin: 0 0 1.5rem;
color: var(--phage-primary);
padding-bottom: 0.75rem;
border-bottom: 2px solid rgba(16,185,129,0.3);
font-weight: 600;
} .phage-author-bio-section .aioseo-author-bio {
line-height: 1.6;
color: #374151;
}
.phage-author-bio-section .aioseo-author-bio p {
margin-bottom: 1rem;
}
.phage-author-bio-section .aioseo-author-bio p:last-child {
margin-bottom: 0;
}
.phage-author-bio-section .aioseo-author-bio a {
color: var(--phage-accent);
text-decoration: none;
font-weight: 500;
}
.phage-author-bio-section .aioseo-author-bio a:hover {
text-decoration: underline;
} .phage-author-bio-section .aioseo-author-bio .aioseo-author-image {
float: left;
margin: 0 1.25rem 0.75rem 0;
width: 80px;
height: 80px;
border-radius: 50%;
border: 3px solid white;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} .phage-author-bio-section .aioseo-author-bio .aioseo-author-links {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid rgba(0,0,0,0.08);
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-link {
display: inline-flex;
align-items: center;
gap: 0.4rem;
padding: 0.4rem 0.75rem;
background: #f3f4f6;
border-radius: 999px;
font-size: 0.85rem;
color: var(--phage-primary);
text-decoration: none;
transition: all 0.2s ease;
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-link:hover {
background: var(--phage-accent);
color: white;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
} .phage-author-bio-section .aioseo-author-bio::after {
content: '';
display: table;
clear: both;
} @media (max-width: 768px) {
.phage-author-bio-section .aioseo-author-bio .aioseo-author-image {
float: none;
display: block;
margin: 0 auto 1.25rem;
}
.phage-author-bio-section .aioseo-author-bio {
text-align: center;
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-links {
justify-content: center;
}
.phage-author-bio-section h3.phage-section-header {
text-align: center;
}
} @media (prefers-color-scheme: dark) {
.phage-author-bio-section .phage-card {
background: linear-gradient(180deg, rgba(6, 78, 59, 0.2), #1f2937 60%);
border-color: rgba(52, 211, 153, 0.2);
}
.phage-author-bio-section h3.phage-section-header {
color: var(--phage-primary);
border-bottom-color: rgba(52, 211, 153, 0.3);
}
.phage-author-bio-section .aioseo-author-bio {
color: #d1d5db;
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-image {
border-color: #1f2937;
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-links {
border-top-color: rgba(255,255,255,0.1);
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-link {
background: #374151;
color: var(--phage-text);
}
.phage-author-bio-section .aioseo-author-bio .aioseo-author-link:hover {
background: var(--phage-accent);
color: white;
}
} .phage-author-bio-section > div {
line-height: 1.6;
}
.phage-author-bio-section img {
max-width: 100%;
height: auto;
border-radius: 0.5rem;
}
.phage-author-bio-section .wp-block-image {
margin-bottom: 1rem;
}
.phage-author-bio-section .wp-block-image img {
border-radius: 0.5rem;
} @media print {
.phage-author-bio-section {
break-inside: avoid;
page-break-inside: avoid;
}
.phage-author-bio-section .phage-card {
border: 1px solid #ddd;
background: none;
box-shadow: none;
}
.phage-author-bio-section h3.phage-section-header {
border-bottom: 1px solid #ddd;
}
} .phage-author-bio-section {
animation: fadeInUp 0.5s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}