Files
Siteforge/src/App.css
T

4646 lines
87 KiB
CSS

/* ── Brand: dark charcoal, gold accent, cream text ── */
/* Fonts loaded via Google Fonts in index.html */
/* ── Site wrapper ── */
.site {
background: var(--brand-black);
color: var(--brand-warm-white);
min-height: 100vh;
}
/* ── Header ── */
.site-header {
position: sticky;
top: 0;
z-index: 100;
background: rgba(10, 10, 8, 0.92);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.header-inner {
max-width: 1100px;
margin: 0 auto;
padding: 1rem 2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-logo {
display: flex;
align-items: center;
text-decoration: none;
transition: opacity 200ms;
flex-shrink: 0;
opacity: 0.82;
}
.header-logo:hover {
opacity: 1;
}
.header-logo-img {
height: 52px;
width: auto;
display: block;
}
.header-nav {
display: flex;
gap: 1.5rem;
align-items: center;
}
.header-menu-btn {
display: none;
border: 1px solid rgba(201, 168, 76, 0.42);
background: rgba(0, 0, 0, 0.15);
color: var(--brand-gold);
border-radius: 999px;
padding: 0.4rem 0.9rem;
font-family: var(--brand-font-body);
font-size: 0.88rem;
text-transform: uppercase;
letter-spacing: 0.08em;
cursor: pointer;
}
.header-nav a {
color: var(--brand-muted);
text-decoration: none;
font-family: var(--brand-font-body);
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
font-size: 0.96rem;
transition: color 200ms;
}
.header-nav a:hover {
color: var(--brand-gold);
}
.header-nav-link--active {
color: var(--brand-gold) !important;
}
.header-cta {
color: var(--brand-gold) !important;
border: 1px solid rgba(201, 168, 76, 0.5) !important;
border-radius: 999px;
padding: 0.4rem 1.2rem !important;
transition: background 200ms, color 200ms !important;
}
.header-cta:hover {
background: var(--brand-gold);
color: var(--brand-black) !important;
}
/* ── Hero ── */
.hero {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
max-width: 1100px;
margin: 0 auto;
padding: 5rem 2rem 6rem;
min-height: 88vh;
}
.hero-art {
position: relative;
display: flex;
justify-content: center;
}
@keyframes glow-pulse {
0%, 100% { opacity: 0.96; transform: scale(1); }
50% { opacity: 0.72; transform: scale(1.2); }
}
.art-glow {
position: absolute;
inset: -44%;
background: radial-gradient(
ellipse,
rgba(201, 168, 76, 0.58) 0%,
rgba(201, 168, 76, 0.3) 34%,
rgba(201, 168, 76, 0.1) 58%,
transparent 78%
);
z-index: 0;
border-radius: 50%;
pointer-events: none;
filter: blur(18px) saturate(112%);
animation: glow-pulse 4s ease-in-out infinite;
}
.podcast-art {
position: relative;
z-index: 1;
width: 100%;
max-width: 440px;
border-radius: 18px;
box-shadow:
0 0 0 1px rgba(201, 168, 76, 0.25),
0 20px 80px rgba(201, 168, 76, 0.2),
0 6px 24px rgba(0, 0, 0, 0.7);
}
.hero-text {
display: flex;
flex-direction: column;
}
.eyebrow {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: 1rem;
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--brand-gold);
margin: 0 0 1.25rem;
opacity: 0.95;
padding: 0;
}
.hero-title {
font-family: var(--brand-font-heading);
font-weight: 900;
font-size: clamp(2.85rem, 5.3vw, 5.6rem);
line-height: 0.98;
letter-spacing: -0.01em;
color: var(--brand-warm-white);
margin: 0;
white-space: nowrap;
text-shadow: 0 0 70px rgba(201, 168, 76, 0.25);
}
.with-nate {
font-family: var(--brand-font-body);
font-weight: 700;
font-size: clamp(1.2rem, 2.4vw, 1.55rem);
letter-spacing: 0.12em;
color: var(--brand-gold);
margin: 0.4rem 0 0;
padding: 0;
}
.word-with {
color: var(--brand-warm-white);
font-weight: 400;
opacity: 0.9;
}
.rule-divider {
width: 200px;
height: 1px;
background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
margin: 1.4rem 0;
border: none;
}
.tagline {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: clamp(1.05rem, 1.6vw, 1.22rem);
letter-spacing: 0.08em;
color: var(--brand-warm-white);
margin: 0 0 2rem;
padding: 0;
opacity: 0.92;
}
.hero-ctas {
display: flex;
gap: 1rem;
flex-wrap: wrap;
align-items: center;
}
.btn-start-here {
font-family: var(--brand-font-body);
font-size: 0.85rem;
color: rgba(201, 168, 76, 0.7);
text-decoration: none;
letter-spacing: 0.06em;
padding: 0.25rem 0;
border-bottom: 1px solid rgba(201, 168, 76, 0.3);
transition: color 200ms, border-color 200ms;
white-space: nowrap;
}
.btn-start-here:hover {
color: var(--brand-gold);
border-color: var(--brand-gold);
}
.btn-primary {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: var(--brand-gold);
color: var(--brand-black);
font-family: var(--brand-font-body);
font-weight: 700;
font-size: 1rem;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.75rem 1.75rem;
border-radius: 999px;
text-decoration: none;
transition: opacity 200ms, transform 200ms;
border: none;
cursor: pointer;
}
.btn-primary:hover {
opacity: 0.88;
transform: translateY(-1px);
}
.btn-secondary {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 0.75rem 1.75rem;
border-radius: 999px;
text-decoration: none;
border: 1px solid rgba(240, 234, 216, 0.25);
transition: border-color 200ms, color 200ms;
}
.btn-secondary:hover {
border-color: var(--brand-gold);
color: var(--brand-gold);
}
/* ── Shared section styles ── */
.section-inner {
max-width: 900px;
margin: 0 auto;
padding: 0 2rem;
}
.section-heading {
font-family: var(--brand-font-heading);
font-size: clamp(1.6rem, 3vw, 2.4rem);
color: var(--brand-warm-white);
text-align: center;
margin: 0 0 2.5rem;
font-weight: 700;
}
.ornament {
color: var(--brand-gold);
font-style: normal;
}
/* ── Player ── */
.section-player {
background: #070707;
border-top: 1px solid rgba(201, 168, 76, 0.18);
border-bottom: 1px solid rgba(201, 168, 76, 0.18);
padding: 5rem 0;
}
.episode-series-subtitle {
text-align: center;
color: var(--brand-gold);
font-size: 1rem;
font-weight: 600;
letter-spacing: 0.04em;
margin: -0.75rem 0 1.75rem;
opacity: 0.85;
}
.episode-series-desc {
text-align: center;
color: rgba(255, 255, 255, 0.6);
font-size: 0.95rem;
max-width: 56ch;
margin: 0 auto 2rem;
line-height: 1.6;
}
.embed-wrap {
margin-bottom: 2rem;
border-radius: 14px;
overflow: hidden;
}
/* ── Episode List ── */
.episode-list {
display: flex;
flex-direction: column;
gap: 0.75rem;
margin-bottom: 2.5rem;
}
.episode-card {
display: block;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(201, 168, 76, 0.2);
border-left: 3px solid var(--brand-gold);
border-radius: 10px;
padding: 1.1rem 1.4rem;
text-decoration: none;
transition: background 180ms, border-color 180ms, transform 180ms;
}
.episode-card:hover {
background: rgba(201, 168, 76, 0.07);
border-color: rgba(201, 168, 76, 0.45);
transform: translateX(3px);
}
.episode-card-meta {
display: flex;
align-items: center;
gap: 0.85rem;
margin-bottom: 0.35rem;
flex-wrap: wrap;
}
.episode-number {
font-family: var(--brand-font-body);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--brand-gold);
}
.episode-date,
.episode-duration {
font-family: var(--brand-font-body);
font-size: 0.78rem;
color: var(--brand-muted);
opacity: 0.7;
}
.episode-date::before {
content: '·';
margin-right: 0.85rem;
opacity: 0.5;
}
.episode-duration::before {
content: '·';
margin-right: 0.85rem;
opacity: 0.5;
}
.episode-title {
font-family: var(--brand-font-heading);
font-size: 1.05rem;
font-weight: 600;
color: var(--brand-warm-white);
margin: 0 0 0.35rem;
line-height: 1.35;
}
.episode-desc {
font-family: var(--brand-font-body);
font-size: 0.88rem;
font-weight: 400;
line-height: 1.6;
color: var(--brand-muted);
margin: 0 0 0.6rem;
}
.episode-listen-cta {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-family: var(--brand-font-body);
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.06em;
color: var(--brand-gold);
text-transform: uppercase;
}
.episode-list-loading {
display: flex;
flex-direction: column;
gap: 0.75rem;
margin-bottom: 2.5rem;
}
.episode-skeleton {
height: 100px;
border-radius: 10px;
background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 75%);
background-size: 200% 100%;
animation: skeleton-shimmer 1.4s infinite;
}
@keyframes skeleton-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
.platform-buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.headliner-widget-wrap {
margin-top: 2rem;
}
.headliner-widget-frame {
display: block;
width: 100%;
min-height: 580px;
border: 0;
border-radius: 12px;
}
.headliner-widget-empty {
margin: 0;
text-align: center;
color: rgba(255, 255, 255, 0.72);
font-size: 0.95rem;
}
.platform-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: var(--brand-font-body);
font-weight: 600;
font-size: 1rem;
letter-spacing: 0.06em;
text-decoration: none;
transition: opacity 200ms, transform 200ms;
padding: 0.65rem 1.5rem;
border-radius: 999px;
}
.platform-btn:hover {
opacity: 0.85;
transform: translateY(-1px);
}
.spotify-btn {
background: #1db954;
color: #000;
}
.apple-btn {
background: transparent;
padding: 0;
border-radius: 0;
}
.apple-badge {
height: 44px;
display: block;
}
.platform-btn-image {
background: transparent;
padding: 0;
border-radius: 0;
}
.platform-badge {
display: block;
width: 150px;
max-width: 100%;
height: auto;
}
/* ── About ── */
.section-about {
background: #0d0d0d;
padding: 5rem 0;
}
.section-about .section-inner {
max-width: 1160px;
}
.about-inner {
display: grid;
grid-template-columns: minmax(340px, 420px) 1fr;
gap: 4.5rem;
align-items: start;
}
.about-photo {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.about-photo img {
display: block;
width: 100%;
border-radius: 14px;
box-shadow:
0 12px 50px rgba(0, 0, 0, 0.55),
0 0 0 1px rgba(201, 168, 76, 0.15);
}
.about-photo-divider {
width: 86%;
height: 1px;
margin: 0.3rem auto 0.45rem;
background: linear-gradient(
90deg,
rgba(201, 168, 76, 0),
rgba(201, 168, 76, 0.6) 20%,
rgba(201, 168, 76, 0.9) 50%,
rgba(201, 168, 76, 0.6) 80%,
rgba(201, 168, 76, 0)
);
}
.about-nate-copy {
padding: 0;
}
.about-nate-copy .eyebrow {
margin-bottom: 0.3rem;
}
.about-nate-rule {
width: 170px;
height: 1px;
background: linear-gradient(90deg, var(--brand-gold), rgba(201, 168, 76, 0.18));
margin-bottom: 0.8rem;
}
.about-nate-copy p {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: 1.2rem;
line-height: 1.7;
color: var(--brand-warm-white);
margin: 0 0 1rem;
padding: 0;
opacity: 0.9;
}
.about-nate-cta {
display: inline-block;
font-family: var(--brand-font-body);
font-size: 0.95rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--brand-gold);
text-decoration: none;
margin-top: 0.35rem;
padding-bottom: 0.1rem;
border-bottom: 1px solid rgba(201, 168, 76, 0.45);
transition: color 180ms ease, border-color 180ms ease;
}
.about-nate-cta:hover {
color: var(--brand-warm-white);
border-bottom-color: rgba(246, 232, 186, 0.85);
}
.about-verse-art {
display: block;
width: 100%;
margin-top: 1.1rem;
border-radius: 14px;
box-shadow:
0 12px 50px rgba(0, 0, 0, 0.55),
0 0 0 1px rgba(201, 168, 76, 0.15);
}
.about-text h2 {
font-family: var(--brand-font-heading);
font-size: clamp(1.8rem, 3vw, 2.4rem);
color: var(--brand-warm-white);
margin: 0.5rem 0 1.2rem;
font-weight: 700;
}
.about-text p {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: 1.2rem;
line-height: 1.7;
color: var(--brand-warm-white);
margin: 0 0 1rem;
padding: 0;
opacity: 0.9;
}
/* ── Series ── */
.section-series {
background: #080808;
border-top: 1px solid rgba(201, 168, 76, 0.18);
border-bottom: 1px solid rgba(201, 168, 76, 0.18);
padding: 5rem 0;
}
.series-grid {
display: flex;
justify-content: center;
}
.series-card {
display: grid;
grid-template-columns: 260px 1fr;
gap: 3rem;
align-items: center;
max-width: 800px;
width: 100%;
background: #131313;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 18px;
padding: 2.5rem;
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.series-art {
width: 100%;
border-radius: 10px;
box-shadow: 0 8px 30px rgba(201, 168, 76, 0.22);
}
.series-label {
font-family: var(--brand-font-body);
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--brand-gold);
margin: 0 0 0.5rem;
padding: 0;
}
.series-info h3 {
font-family: var(--brand-font-heading);
font-size: clamp(1.4rem, 2.5vw, 1.9rem);
color: var(--brand-warm-white);
margin: 0 0 0.85rem;
font-weight: 700;
}
.series-info p {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: 1.14rem;
line-height: 1.65;
color: var(--brand-warm-white);
margin: 0 0 1.75rem;
padding: 0;
opacity: 0.9;
}
.section-archive-series {
background: #0b0b0b;
border-top: 1px solid rgba(201, 168, 76, 0.12);
padding: 4.5rem 0;
}
.archive-series-rotator {
display: grid;
grid-template-columns: auto 1fr auto;
gap: 0.75rem;
align-items: center;
}
.archive-rotate-btn {
width: 2.3rem;
height: 2.3rem;
border-radius: 999px;
border: 1px solid rgba(201, 168, 76, 0.4);
background: rgba(201, 168, 76, 0.08);
color: var(--brand-gold);
font-size: 1.4rem;
line-height: 1;
cursor: pointer;
}
.archive-rotate-btn:hover {
background: rgba(201, 168, 76, 0.16);
}
.archive-series-list {
overflow: hidden;
}
.archive-series-track {
display: flex;
transition: transform 450ms ease;
}
.archive-series-card {
min-width: 100%;
display: grid;
grid-template-columns: 180px 1fr;
gap: 1.5rem;
background: #121212;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 18px;
padding: 1.5rem;
}
.archive-series-art {
width: 100%;
border-radius: 12px;
box-shadow: 0 8px 28px rgba(201, 168, 76, 0.16);
}
.archive-series-copy h3 {
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
margin: 0 0 0.75rem;
font-size: clamp(1.3rem, 2.2vw, 1.7rem);
}
.archive-series-copy p {
font-family: var(--brand-font-body);
color: var(--brand-muted);
font-size: 1rem;
line-height: 1.7;
margin: 0 0 1rem;
}
.archive-series-actions {
display: flex;
flex-wrap: wrap;
gap: 0.8rem;
margin: 1rem 0;
}
.archive-series-study-guide {
color: #b7a27a;
}
.archive-series-resources,
.archive-series-notes {
margin-top: 1.25rem;
}
.archive-series-resources h4,
.archive-series-note h4 {
margin: 0 0 0.6rem;
font-family: var(--brand-font-body);
font-size: 0.9rem;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--brand-gold);
}
.archive-series-notes {
display: grid;
gap: 0.9rem;
}
.archive-series-note {
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(201, 168, 76, 0.12);
border-radius: 12px;
padding: 1rem;
}
.archive-rotator-dots {
margin-top: 1rem;
display: flex;
justify-content: center;
gap: 0.45rem;
}
.archive-rotator-dot {
width: 0.52rem;
height: 0.52rem;
border: none;
border-radius: 999px;
background: rgba(122, 112, 96, 0.5);
cursor: pointer;
}
.archive-rotator-dot--active {
background: var(--brand-gold);
}
.archive-rotator-count {
margin-top: 0.55rem;
text-align: center;
font-family: var(--brand-font-body);
color: var(--brand-muted);
letter-spacing: 0.1em;
font-size: 0.8rem;
}
/* ── Home Jump Section ── */
.section-share {
background: #080808;
border-top: 1px solid rgba(201, 168, 76, 0.18);
border-bottom: 1px solid rgba(201, 168, 76, 0.12);
padding: 4rem 0;
}
.section-share-inner {
display: flex;
align-items: center;
gap: 3rem;
max-width: 860px;
}
.share-text {
flex: 1;
}
.share-text .section-heading {
text-align: left;
margin-bottom: 0.75rem;
}
.share-p {
font-family: var(--brand-font-body);
font-size: 1.05rem;
line-height: 1.65;
color: var(--brand-muted);
margin: 0 0 1.5rem;
}
.share-show-wrap {
display: flex;
flex-direction: column;
gap: 0.6rem;
align-items: flex-start;
}
.share-feedback {
font-family: var(--brand-font-body);
font-size: 0.9rem;
color: var(--brand-gold);
margin: 0;
}
.share-qr {
width: 180px;
height: auto;
flex-shrink: 0;
border-radius: 12px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(201, 168, 76, 0.15);
}
@media (max-width: 600px) {
.section-share-inner {
flex-direction: column;
text-align: center;
gap: 1.75rem;
}
.share-text .section-heading {
text-align: center;
}
}
.section-home-jump {
background: var(--brand-black);
border-top: 1px solid rgba(201, 168, 76, 0.16);
border-bottom: 1px solid rgba(201, 168, 76, 0.12);
padding: 4.5rem 0;
}
.home-jump-head {
text-align: center;
margin-bottom: 1.25rem;
}
.home-jump-head .section-heading {
margin-bottom: 0;
}
.home-jump-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.home-jump-card {
display: block;
text-decoration: none;
background: linear-gradient(180deg, rgba(20, 20, 18, 0.95), rgba(11, 11, 10, 0.95));
border: 1px solid rgba(201, 168, 76, 0.2);
border-radius: 14px;
padding: 1.1rem 1.15rem;
transition: transform 180ms, border-color 180ms, background 180ms;
}
.home-jump-card:hover {
transform: translateY(-2px);
border-color: rgba(201, 168, 76, 0.45);
background: linear-gradient(180deg, rgba(28, 27, 23, 0.98), rgba(14, 14, 12, 0.98));
}
.home-jump-card h3 {
margin: 0 0 0.35rem;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
font-size: 1.28rem;
}
.home-jump-card p {
margin: 0;
font-family: var(--brand-font-body);
color: var(--brand-muted);
line-height: 1.55;
font-size: 0.97rem;
}
/* ── Episode Detail Page ── */
.section-episode-detail {
background: var(--brand-black);
padding: 4rem 0 5rem;
min-height: 60vh;
}
.episode-detail-back {
display: inline-block;
font-family: var(--brand-font-body);
font-size: 0.92rem;
color: var(--brand-gold);
text-decoration: none;
margin-bottom: 1.75rem;
letter-spacing: 0.02em;
transition: opacity 150ms;
}
.episode-detail-back:hover {
opacity: 0.75;
}
.episode-detail-number {
font-family: var(--brand-font-body);
font-size: 0.85rem;
color: var(--brand-gold);
text-transform: uppercase;
letter-spacing: 0.12em;
margin: 0 0 0.4rem;
}
.episode-detail-title {
font-family: var(--brand-font-heading);
font-size: clamp(1.6rem, 3.5vw, 2.4rem);
color: var(--brand-warm-white);
line-height: 1.2;
margin: 0 0 0.85rem;
}
.episode-detail-summary {
font-family: var(--brand-font-body);
color: var(--brand-muted);
font-size: 1.05rem;
line-height: 1.65;
margin: 0 0 2rem;
max-width: 680px;
}
.episode-detail-embed {
margin: 1.5rem 0 2rem;
border-radius: 10px;
overflow: hidden;
max-width: 700px;
}
.episode-detail-listen-btn {
display: inline-block;
margin: 0 0 2.5rem;
}
.episode-detail-show-notes,
.episode-detail-questions {
margin-top: 2.5rem;
padding-top: 2rem;
border-top: 1px solid rgba(201, 168, 76, 0.14);
max-width: 700px;
}
.episode-detail-section-heading {
font-family: var(--brand-font-heading);
font-size: 1.25rem;
color: var(--brand-gold);
margin: 0 0 1rem;
letter-spacing: 0.03em;
}
.episode-detail-show-notes p {
font-family: var(--brand-font-body);
color: var(--brand-muted);
line-height: 1.75;
font-size: 1rem;
margin: 0;
white-space: pre-wrap;
}
.episode-detail-questions-list {
padding-left: 1.4rem;
margin: 0;
}
.episode-detail-questions-list li {
font-family: var(--brand-font-body);
color: var(--brand-warm-white);
line-height: 1.7;
font-size: 1rem;
margin-bottom: 0.75rem;
}
.section-contact {
background: #090909;
border-top: 1px solid rgba(201, 168, 76, 0.18);
border-bottom: 1px solid rgba(201, 168, 76, 0.18);
padding: 5rem 0;
}
.contact-inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2.5rem;
align-items: start;
}
.contact-card {
background: #111111;
border: 1px solid rgba(201, 168, 76, 0.2);
border-radius: 16px;
padding: 2.3rem;
max-width: 500px;
}
.contact-card .eyebrow {
margin: 0 0 0.45rem;
}
.contact-card h2 {
margin: 0 0 1.75rem;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
font-size: clamp(1.45rem, 2vw, 1.9rem);
line-height: 1.3;
font-weight: 600;
}
.contact-profile {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1.75rem;
}
.contact-profile-photo {
width: 108px;
height: 108px;
border-radius: 999px;
object-fit: cover;
object-position: center 22%;
border: 2px solid var(--brand-gold);
flex-shrink: 0;
box-shadow:
0 0 0 4px rgba(201, 168, 76, 0.16),
0 10px 28px rgba(0, 0, 0, 0.42);
}
.contact-profile-name {
margin: 0 0 0.15rem;
font-family: var(--brand-font-body);
font-size: 1.45rem;
font-weight: 600;
color: var(--brand-warm-white);
}
.contact-profile-role {
margin: 0;
font-family: var(--brand-font-body);
font-size: 0.95rem;
color: var(--brand-gold);
}
.contact-quote {
border-left: 2px solid var(--brand-gold);
padding-left: 1rem;
margin: 0 0 1.75rem;
}
.contact-quote p {
margin: 0;
font-family: var(--brand-font-body);
font-size: 1.35rem;
font-style: italic;
font-weight: 500;
color: #d4c4a0;
line-height: 1.6;
}
.contact-intro {
margin: 0 0 1rem;
font-family: var(--brand-font-body);
font-size: 1rem;
line-height: 1.6;
color: #9a9994;
}
.contact-points {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.contact-point {
display: flex;
align-items: center;
gap: 0.65rem;
color: #8f8e89;
font-family: var(--brand-font-body);
font-size: 0.92rem;
}
.contact-point svg {
color: var(--brand-gold);
flex: 0 0 auto;
}
.contact-scripture {
margin-top: 1.75rem;
padding-top: 1.5rem;
border-top: 1px solid #2c2116;
}
.contact-scripture p {
margin: 0;
font-family: var(--brand-font-body);
font-size: 0.88rem;
font-style: italic;
line-height: 1.6;
color: #a09888;
}
.contact-scripture-ref {
white-space: nowrap;
}
.contact-form {
background: #121212;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 14px;
padding: 1.4rem;
display: flex;
flex-direction: column;
gap: 0.95rem;
}
.contact-form label {
display: flex;
flex-direction: column;
gap: 0.4rem;
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 0.82rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
background: #090909;
border: 1px solid rgba(201, 168, 76, 0.38);
border-radius: 8px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 300;
padding: 0.7rem 0.85rem;
outline: none;
transition: border-color 200ms, box-shadow 200ms, background-color 200ms;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
border-color: rgba(201, 168, 76, 0.85);
box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.16);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
color: rgba(214, 193, 140, 0.6);
}
.contact-form select {
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, rgba(201, 168, 76, 0.9) 50%),
linear-gradient(135deg, rgba(201, 168, 76, 0.9) 50%, transparent 50%);
background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
padding-right: 2rem;
}
.contact-form select option {
background: #0b0b0b;
color: var(--brand-warm-white);
}
.contact-form textarea {
resize: vertical;
}
.contact-consent {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 0.75rem;
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 400;
letter-spacing: normal;
line-height: 1.5;
text-transform: none;
color: #d8c79e;
}
.contact-consent input {
width: 1rem;
height: 1rem;
margin-top: 0.2rem;
padding: 0;
flex: 0 0 auto;
accent-color: var(--brand-gold);
}
.contact-consent span {
display: block;
}
.contact-form .btn-primary {
justify-content: center;
width: 100%;
margin-top: 0.25rem;
}
.contact-form .btn-primary:disabled {
opacity: 0.55;
cursor: not-allowed;
transform: none;
}
.contact-error {
font-family: var(--brand-font-body);
font-size: 0.95rem;
color: #e05c5c;
margin: 0;
padding: 0;
}
.contact-honeypot {
position: absolute;
left: -9999px;
opacity: 0;
pointer-events: none;
}
/* ── Thank You Page ── */
.thanks-page {
min-height: 100vh;
background:
radial-gradient(ellipse at top, rgba(201, 168, 76, 0.12) 0%, transparent 55%),
var(--brand-black);
display: flex;
align-items: center;
justify-content: center;
padding: 2rem;
}
.thanks-card {
width: min(720px, 100%);
background: #121212;
border: 1px solid rgba(201, 168, 76, 0.24);
border-radius: 16px;
box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
padding: 2rem;
text-align: center;
}
.thanks-card h1 {
font-family: var(--brand-font-heading);
font-size: clamp(2rem, 5vw, 3rem);
color: var(--brand-warm-white);
margin: 0.3rem 0 1rem;
}
.thanks-card p {
font-family: var(--brand-font-body);
font-size: 1.1rem;
font-weight: 300;
line-height: 1.7;
color: var(--brand-muted);
margin: 0 0 1rem;
padding: 0;
}
.subscribe-card {
max-width: 560px;
}
.subscribe-form {
margin-top: 1rem;
text-align: left;
}
.subscribe-form .btn-secondary {
width: 100%;
justify-content: center;
}
.thanks-countdown {
color: #d4b87a !important;
letter-spacing: 0.06em;
margin-bottom: 1.3rem !important;
}
.thanks-card .btn-primary {
justify-content: center;
}
/* ── Footer ── */
.site-footer {
background: #050505;
border-top: 1px solid rgba(201, 168, 76, 0.18);
padding: 4.5rem 2rem;
text-align: center;
}
.footer-ornament {
color: var(--brand-gold);
letter-spacing: 18px;
opacity: 0.55;
font-size: 0.9rem;
margin: 0 0 1.5rem;
padding: 0;
}
.footer-title {
font-family: var(--brand-font-heading);
font-size: 1.6rem;
color: var(--brand-warm-white);
margin: 0 0 0.3rem;
font-weight: 700;
padding: 0;
}
.footer-sub {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 0.85rem;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--brand-gold);
margin: 0 0 1.75rem;
opacity: 0.7;
padding: 0;
}
.footer-contact {
font-family: var(--brand-font-body);
font-weight: 400;
font-size: 0.95rem;
letter-spacing: 0.08em;
color: #d4b87a;
margin: 0 0 1.2rem;
padding: 0;
}
.footer-contact a {
color: var(--brand-warm-white);
text-decoration: none;
border-bottom: 1px solid rgba(240, 234, 216, 0.4);
transition: color 200ms, border-color 200ms;
}
.footer-contact a:hover {
color: var(--brand-gold);
border-color: rgba(201, 168, 76, 0.8);
}
.footer-links {
display: flex;
gap: 1rem;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0 0 1.25rem;
padding: 0;
list-style: none;
}
.footer-links a {
color: var(--brand-muted);
text-decoration: none;
font-family: var(--brand-font-body);
font-weight: 400;
letter-spacing: 0.05em;
font-size: 0.95rem;
transition: color 200ms;
}
.footer-links a:hover {
color: var(--brand-gold);
}
.footer-links span {
color: var(--brand-gold);
opacity: 0.4;
}
.footer-more-links {
position: relative;
}
.footer-more-links summary {
color: var(--brand-muted);
cursor: pointer;
font-family: var(--brand-font-body);
font-weight: 400;
letter-spacing: 0.05em;
font-size: 0.95rem;
list-style: none;
}
.footer-more-links summary::-webkit-details-marker {
display: none;
}
.footer-more-links summary:hover {
color: var(--brand-gold);
}
.footer-more-links[open] .footer-more-links-menu {
display: flex;
}
.footer-more-links-menu {
display: none;
margin-top: 0.5rem;
padding: 0.7rem 0.85rem;
border: 1px solid rgba(201, 168, 76, 0.25);
border-radius: 10px;
background: rgba(12, 10, 7, 0.95);
gap: 0.7rem;
flex-wrap: wrap;
justify-content: center;
min-width: 260px;
}
.footer-copy {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 0.8rem;
color: var(--brand-muted);
opacity: 0.55;
margin: 0;
letter-spacing: 0.05em;
padding: 0;
}
/* ── Platform variants ── */
.youtube-btn {
background: #ff0000;
color: #fff;
}
.amazon-btn {
background: #00a8e1;
color: #fff;
}
.facebook-btn {
background: #1877f2;
color: #fff;
}
.custom-btn {
background: #1a1a1a;
color: var(--brand-warm-white);
border: 1px solid rgba(201, 168, 76, 0.3);
}
/* ── More Resources section ── */
.section-resources {
background: var(--brand-black);
border-top: 1px solid rgba(201, 168, 76, 0.18);
padding: 4rem 0;
}
.resources-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1rem;
}
.resource-link {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 1rem;
min-height: 86px;
padding: 1rem 1.2rem;
font-family: var(--brand-font-body);
font-weight: 600;
font-size: 1rem;
letter-spacing: 0.02em;
color: var(--brand-warm-white);
text-decoration: none;
background: #111;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 18px;
transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.resource-link:hover {
transform: translateY(-1px);
background: rgba(201, 168, 76, 0.08);
border-color: rgba(201, 168, 76, 0.35);
}
.resource-link--with-image {
grid-template-columns: auto 1fr auto;
}
.resource-download-card {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 18px;
padding: 1rem;
display: grid;
gap: 1rem;
text-decoration: none;
color: inherit;
}
.resource-download-header {
display: flex;
gap: 1rem;
align-items: center;
}
.resource-download-meta {
display: flex;
flex-direction: column;
gap: 0.35rem;
min-width: 0;
}
.resource-link-label {
display: block;
font-size: 1rem;
color: var(--brand-warm-white);
}
.resource-link-action {
color: var(--brand-gold);
font-size: 0.95rem;
white-space: nowrap;
}
.resource-link-image {
width: 72px;
height: 72px;
border-radius: 16px;
object-fit: cover;
border: 1px solid rgba(201, 168, 76, 0.2);
flex-shrink: 0;
}
.resource-link-tags {
margin-top: 0.15rem;
color: rgba(201, 168, 76, 0.9);
font-size: 0.88rem;
letter-spacing: 0.03em;
}
.section-download-library {
background:
radial-gradient(circle at top center, rgba(201, 168, 76, 0.1), transparent 26%),
var(--brand-black);
}
.download-library-head {
max-width: 760px;
margin: 0 auto 2rem;
text-align: center;
}
.download-library-copy {
font-family: var(--brand-font-body);
font-size: 1.05rem;
line-height: 1.7;
color: var(--brand-muted);
margin: 0.85rem auto 0;
}
.download-library-group {
background: rgba(17, 17, 17, 0.82);
border: 1px solid rgba(201, 168, 76, 0.14);
border-radius: 24px;
padding: 1.5rem;
}
.download-library-group + .download-library-group {
margin-top: 1.5rem;
}
.download-library-group-head {
margin-bottom: 1rem;
}
.download-library-group-head h3,
.download-library-series-head h4 {
margin: 0;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.download-library-group-head p,
.download-library-series-head p {
margin: 0.45rem 0 0;
font-family: var(--brand-font-body);
color: var(--brand-muted);
line-height: 1.65;
}
.download-library-series-head {
margin: 1.35rem 0 0.9rem;
}
.download-library-series-head:first-child {
margin-top: 0;
}
/* ── Custom content blocks ── */
.section-custom-block {
background: #0d0d0d;
border-top: 1px solid rgba(201, 168, 76, 0.12);
padding: 4rem 0;
}
.custom-block-inner h2 {
font-family: var(--brand-font-heading);
font-size: clamp(1.6rem, 2.5vw, 2.2rem);
color: var(--brand-warm-white);
margin: 0 0 1rem;
font-weight: 700;
}
.custom-block-inner p {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 1.1rem;
line-height: 1.75;
color: var(--brand-muted);
margin: 0;
padding: 0;
}
/* ── Study Guide section ── */
.section-guide {
background: #0d0d0d;
border-top: 1px solid rgba(201, 168, 76, 0.18);
border-bottom: 1px solid rgba(201, 168, 76, 0.18);
padding: 5rem 0;
}
.guide-inner {
display: grid;
grid-template-columns: 160px 1fr;
gap: 3rem;
align-items: start;
}
.guide-cover-art {
flex-shrink: 0;
width: 160px;
}
.guide-cover-img {
width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
display: block;
}
.guide-text h2 {
font-family: var(--brand-font-heading);
font-size: clamp(1.6rem, 2.5vw, 2.2rem);
color: var(--brand-warm-white);
margin: 0.5rem 0 0.85rem;
font-weight: 700;
}
.guide-page-title {
font-family: var(--brand-font-heading);
font-size: clamp(2rem, 3.6vw, 3rem);
color: var(--brand-warm-white);
margin: 0.1rem 0 0.85rem;
}
.guide-page-intro {
max-width: 52ch;
}
.guide-text p {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 1.1rem;
line-height: 1.65;
color: var(--brand-muted);
margin: 0 0 1.5rem;
padding: 0;
}
.guide-actions {
margin-top: 0.9rem;
}
.study-download-form {
margin-top: 0.8rem;
background: #121212;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 14px;
padding: 1rem;
display: flex;
flex-direction: column;
gap: 0.85rem;
}
.study-download-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.85rem;
}
.study-download-form label {
display: flex;
flex-direction: column;
gap: 0.4rem;
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 0.82rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.study-download-form input {
background: #090909;
border: 1px solid rgba(201, 168, 76, 0.38);
border-radius: 8px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 300;
padding: 0.7rem 0.85rem;
outline: none;
transition: border-color 200ms, box-shadow 200ms, background-color 200ms;
}
.study-download-form input:focus {
border-color: rgba(201, 168, 76, 0.85);
box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.16);
}
.study-download-form input::placeholder {
color: rgba(214, 193, 140, 0.6);
}
.contact-form input:-webkit-autofill,
.contact-form textarea:-webkit-autofill,
.contact-form select:-webkit-autofill,
.study-download-form input:-webkit-autofill {
-webkit-text-fill-color: var(--brand-warm-white);
-webkit-box-shadow: 0 0 0 1000px #0a0a0a inset;
box-shadow: 0 0 0 1000px #0a0a0a inset;
transition: background-color 9999s ease-in-out 0s;
}
.study-download-form .btn-primary {
justify-content: center;
width: 100%;
margin-top: 0.2rem;
}
.study-download-success {
font-family: var(--brand-font-body);
font-size: 0.95rem;
color: #97cd85;
margin: 0;
}
/* ── Admin page ── */
.admin-page {
min-height: 100vh;
background: var(--brand-black);
color: var(--brand-warm-white);
}
.admin-header {
background: #070707;
border-bottom: 1px solid rgba(201, 168, 76, 0.2);
padding: 2.5rem 2rem;
text-align: center;
}
.admin-header-actions {
display: flex;
justify-content: center;
align-items: center;
gap: 0.75rem;
flex-wrap: wrap;
}
.admin-ornament {
display: block;
color: var(--brand-gold);
letter-spacing: 12px;
font-size: 0.85rem;
opacity: 0.55;
margin-bottom: 1rem;
}
.admin-header h1 {
font-family: var(--brand-font-heading);
font-size: 2rem;
color: var(--brand-warm-white);
margin: 0 0 0.25rem;
font-weight: 700;
}
.admin-sub {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 0.85rem;
letter-spacing: 0.35em;
text-transform: uppercase;
color: var(--brand-gold);
margin: 0 0 1.25rem;
opacity: 0.75;
padding: 0;
}
.admin-back {
display: inline-block;
font-family: var(--brand-font-body);
font-size: 0.9rem;
font-weight: 500;
letter-spacing: 0.06em;
color: var(--brand-muted);
text-decoration: none;
border: 1px solid rgba(122, 112, 96, 0.3);
border-radius: 999px;
padding: 0.4rem 1rem;
transition: color 200ms, border-color 200ms;
}
.admin-back:hover {
color: var(--brand-gold);
border-color: rgba(201, 168, 76, 0.5);
}
.btn-admin-logout {
background: transparent;
color: var(--brand-muted);
border: 1px solid rgba(122, 112, 96, 0.3);
border-radius: 999px;
padding: 0.4rem 1rem;
font-family: var(--brand-font-body);
font-size: 0.9rem;
font-weight: 500;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
}
.btn-admin-logout:hover {
color: var(--brand-gold);
border-color: rgba(201, 168, 76, 0.5);
}
.admin-auth-page {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background: var(--brand-black);
padding: 2rem;
}
.admin-auth-card {
width: min(520px, 100%);
background: #101010;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 16px;
padding: 2rem;
text-align: center;
}
.admin-auth-card h1 {
margin: 0 0 1rem;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
}
.admin-auth-form {
display: flex;
flex-direction: column;
gap: 1rem;
}
.admin-auth-form label {
display: flex;
flex-direction: column;
gap: 0.4rem;
text-align: left;
font-family: var(--brand-font-body);
color: var(--brand-gold);
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-auth-form input {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 8px;
color: var(--brand-warm-white);
padding: 0.7rem 0.85rem;
font-family: var(--brand-font-body);
font-size: 1rem;
}
.admin-auth-error,
.admin-auth-note {
margin: 0;
font-family: var(--brand-font-body);
}
.admin-auth-error {
color: #e05c5c;
}
.admin-auth-note {
color: var(--brand-muted);
}
.admin-form-wrap {
max-width: 1400px;
width: min(100%, 1400px);
margin: 0 auto;
padding: 3rem 2rem 5rem;
}
.admin-top-tabs {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
margin-bottom: 1.1rem;
}
.admin-action-toolbar {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
}
.admin-action-toolbar-meta {
display: flex;
flex-wrap: wrap;
gap: 1rem;
color: var(--brand-muted);
font-size: 0.95rem;
align-items: center;
}
.admin-actions--toolbar {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: flex-end;
}
.admin-top-tabs .admin-tab {
flex: 1 1 180px;
min-width: 180px;
max-width: 100%;
text-align: center;
white-space: normal;
line-height: 1.2;
overflow-wrap: anywhere;
}
.admin-brand-kit {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.admin-brand-hero {
display: flex;
gap: 1.25rem;
align-items: center;
background: var(--brand-black-2);
border: 1px solid var(--brand-border);
border-radius: 14px;
padding: 1.25rem;
}
.admin-brand-hero img {
width: 92px;
height: 92px;
border-radius: 12px;
flex-shrink: 0;
}
.admin-brand-kicker {
color: var(--brand-gold);
font-size: 0.9rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-brand-hero h3 {
margin: 0.15rem 0 0;
color: var(--brand-warm-white);
font-size: 2rem;
}
.admin-brand-tagline {
margin-top: 0.35rem;
color: var(--brand-muted);
font-style: italic;
}
.admin-brand-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.admin-brand-card {
background: var(--brand-black-2);
border: 1px solid var(--brand-border);
border-radius: 14px;
padding: 1.25rem;
}
.admin-brand-card h3 {
color: var(--brand-warm-white);
font-size: 1.55rem;
margin: 0 0 0.95rem;
}
.admin-brand-swatches {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem;
}
.admin-brand-swatch {
border: 1px solid var(--brand-border);
border-radius: 10px;
overflow: hidden;
}
.admin-brand-swatch-block {
height: 66px;
}
.admin-brand-swatch-copy {
padding: 0.75rem 0.85rem;
background: var(--brand-black-3);
}
.admin-brand-swatch-copy strong,
.admin-brand-type-sample {
display: block;
color: var(--brand-warm-white);
}
.admin-brand-swatch-copy span,
.admin-brand-type-spec {
display: block;
color: var(--brand-gold);
font-size: 0.9rem;
margin-top: 0.15rem;
}
.admin-brand-swatch-copy p,
.admin-brand-type-label,
.admin-brand-note,
.admin-brand-checklist li {
color: var(--brand-muted);
}
.admin-brand-swatch-copy p {
margin-top: 0.25rem;
}
.admin-brand-type-list {
display: flex;
flex-direction: column;
gap: 0.9rem;
}
.admin-brand-type-row {
border-top: 1px solid var(--brand-border);
padding-top: 0.9rem;
}
.admin-brand-type-row:first-child {
border-top: none;
padding-top: 0;
}
.admin-brand-type-label {
font-size: 0.88rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.admin-brand-type-sample {
margin-top: 0.35rem;
font-size: 1.7rem;
}
.admin-brand-card--verify {
background: linear-gradient(180deg, rgba(201, 168, 76, 0.06), rgba(15, 15, 12, 0.95));
}
.admin-brand-checklist {
margin: 0;
padding-left: 1.25rem;
display: flex;
flex-direction: column;
gap: 0.55rem;
}
.admin-brand-note {
margin-top: 0.9rem;
}
.admin-stats {
background: #0d0d0d;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 12px;
padding: 1.25rem;
margin-bottom: 2rem;
}
.admin-stats-head h2 {
font-family: var(--brand-font-heading);
font-size: 1.4rem;
margin: 0;
}
.admin-stats-head p {
font-family: var(--brand-font-body);
color: var(--brand-muted);
margin: 0.4rem 0 0;
}
.admin-stats-head--visitors {
margin-top: 1.25rem;
padding-top: 1.25rem;
border-top: 1px solid rgba(201, 168, 76, 0.2);
}
.admin-stats-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.75rem;
margin-top: 1rem;
}
.admin-stats-grid article {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.16);
border-radius: 8px;
padding: 0.85rem;
}
.admin-stats-grid h3 {
margin: 0;
font-family: var(--brand-font-body);
font-size: 0.78rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.admin-stats-grid p {
margin: 0.45rem 0 0;
font-family: var(--brand-font-body);
color: var(--brand-warm-white);
font-size: 1rem;
}
.admin-stats-lists {
margin-top: 1rem;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.admin-stats-lists h3 {
margin: 0 0 0.45rem;
font-family: var(--brand-font-body);
color: var(--brand-gold);
font-size: 0.86rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-stats-lists ul {
margin: 0;
padding: 0;
list-style: none;
}
.admin-stats-lists li {
display: flex;
justify-content: space-between;
gap: 0.6rem;
border-bottom: 1px solid rgba(201, 168, 76, 0.12);
padding: 0.45rem 0;
font-family: var(--brand-font-body);
color: var(--brand-warm-white);
}
.admin-stats-lists strong {
color: var(--brand-gold);
}
.admin-stats-note {
font-family: var(--brand-font-body);
color: var(--brand-muted);
margin: 1rem 0 0;
}
.admin-stats-note--err {
color: #e05c5c;
}
.admin-privacy-note {
margin: 0.8rem 0 0;
font-family: var(--brand-font-body);
color: var(--brand-muted);
font-size: 0.95rem;
}
.admin-visits-table-wrap {
margin-top: 1.25rem;
}
.admin-visits-table-wrap h3 {
margin: 0 0 0.5rem;
font-family: var(--brand-font-body);
color: var(--brand-gold);
font-size: 0.9rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-visits-table-scroll {
overflow-x: auto;
border-radius: 0.5rem;
border: 1px solid #2a2518;
}
.admin-visits-table {
width: 100%;
border-collapse: collapse;
min-width: 620px;
table-layout: auto;
}
.admin-visits-table th,
.admin-visits-table td {
text-align: left;
padding: 0.55rem 0.75rem;
border-bottom: 1px solid rgba(201, 168, 76, 0.1);
font-family: var(--brand-font-body);
color: var(--brand-warm-white);
font-size: 0.875rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.admin-visits-table tbody tr:hover {
background: rgba(201, 168, 76, 0.04);
}
.admin-visits-table th {
color: var(--brand-gold);
letter-spacing: 0.08em;
text-transform: uppercase;
font-size: 0.74rem;
position: sticky;
top: 0;
background: #111;
}
.admin-actions--maintenance {
margin-top: 0.9rem;
}
.admin-assets-table input[type="text"] {
width: 100%;
padding: 0.35rem 0.45rem;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 8px;
background: #090909;
color: var(--brand-warm-white);
}
.admin-assets-actions {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.resource-link-tags {
margin-top: 0.35rem;
color: var(--brand-gold);
font-size: 0.88rem;
opacity: 0.9;
}
.admin-restore-row {
margin-top: 0.9rem;
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
align-items: center;
}
.admin-restore-row label {
font-family: var(--brand-font-body);
font-size: 0.8rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.admin-restore-row select {
min-width: 260px;
background: #111;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 6px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 0.95rem;
padding: 0.55rem 0.8rem;
}
.admin-restore-preview {
margin-top: 0.9rem;
background: #101010;
border: 1px solid rgba(201, 168, 76, 0.2);
border-radius: 8px;
padding: 0.85rem;
}
.admin-restore-preview h3 {
margin: 0 0 0.45rem;
color: var(--brand-gold);
font-family: var(--brand-font-body);
font-size: 0.85rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-restore-preview p {
margin: 0.2rem 0;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
}
.footer-privacy {
font-family: var(--brand-font-body);
font-size: 0.8rem;
color: var(--brand-muted);
margin-top: 0.75rem;
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.footer-response {
font-family: var(--brand-font-body);
font-size: 0.85rem;
color: #cdb483;
margin-top: 0.2rem;
}
.footer-links--legal {
margin-top: 0.5rem;
}
.consent-banner {
position: fixed;
left: 1rem;
right: 1rem;
bottom: 1rem;
z-index: 220;
background: rgba(10, 10, 8, 0.96);
border: 1px solid rgba(201, 168, 76, 0.45);
border-radius: 12px;
padding: 0.9rem 1rem;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}
.consent-banner p {
margin: 0;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 0.92rem;
}
.consent-actions {
margin-top: 0.75rem;
display: flex;
gap: 0.6rem;
}
.consent-actions .btn-primary,
.consent-actions .btn-secondary {
font-size: 1rem;
padding: 0.75rem 1.4rem;
min-width: 140px;
justify-content: center;
}
.consent-actions .btn-secondary {
color: var(--brand-gold);
border-color: rgba(201, 168, 76, 0.55);
background: transparent;
}
.consent-actions .btn-secondary:hover {
color: var(--brand-black);
background: var(--brand-gold);
border-color: var(--brand-gold);
}
.admin-form {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.admin-tabs {
display: flex;
gap: 0.65rem;
flex-wrap: wrap;
}
.admin-tab {
background: transparent;
color: var(--brand-muted);
border: 1px solid rgba(122, 112, 96, 0.35);
border-radius: 999px;
font-family: var(--brand-font-body);
font-size: 0.9rem;
font-weight: 500;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.5rem 1rem;
cursor: pointer;
transition: border-color 200ms, color 200ms, background 200ms;
}
.admin-tab:hover {
color: var(--brand-warm-white);
border-color: rgba(240, 234, 216, 0.45);
}
.admin-tab--active {
color: var(--brand-black);
background: var(--brand-gold);
border-color: var(--brand-gold);
}
.admin-field {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.admin-archive-helper {
background: #0d0d0d;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 10px;
padding: 1rem;
margin-bottom: 1rem;
}
.admin-archive-helper h3 {
margin: 0;
font-family: var(--brand-font-heading);
font-size: 1.15rem;
color: var(--brand-warm-white);
}
.admin-archive-helper p {
margin: 0.55rem 0 0.9rem;
font-family: var(--brand-font-body);
font-size: 0.95rem;
color: var(--brand-muted);
line-height: 1.55;
}
.admin-form-section {
background: #0d0d0d;
border: 1px solid rgba(201, 168, 76, 0.16);
border-radius: 10px;
padding: 1.15rem;
}
.admin-form-section-fields {
display: grid;
gap: 1rem;
}
@media (min-width: 1024px) {
.admin-form-section-fields {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.admin-form-section .admin-section-header {
border-top: none;
padding-top: 0;
margin-top: 0;
margin-bottom: 1rem;
}
.admin-section-header--compact p {
margin-bottom: 0;
}
.admin-field label {
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 0.8rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--brand-gold);
opacity: 0.85;
}
.admin-field input,
.admin-field textarea {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 6px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 300;
padding: 0.65rem 0.85rem;
outline: none;
transition: border-color 200ms;
resize: vertical;
}
.admin-field input:focus,
.admin-field textarea:focus {
border-color: rgba(201, 168, 76, 0.65);
}
.admin-actions {
display: flex;
gap: 1rem;
flex-wrap: wrap;
padding-top: 0.5rem;
}
.btn-admin-save {
background: var(--brand-gold);
color: var(--brand-black);
font-family: var(--brand-font-body);
font-weight: 700;
font-size: 1rem;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.75rem 2rem;
border-radius: 999px;
border: none;
cursor: pointer;
transition: opacity 200ms;
}
.btn-admin-save:hover:not(:disabled) {
opacity: 0.85;
}
.btn-admin-save:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.btn-admin-reset {
background: transparent;
color: var(--brand-muted);
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 1rem;
letter-spacing: 0.06em;
text-transform: uppercase;
padding: 0.75rem 1.5rem;
border-radius: 999px;
border: 1px solid rgba(122, 112, 96, 0.3);
cursor: pointer;
transition: color 200ms, border-color 200ms;
}
.btn-admin-reset:hover {
color: var(--brand-warm-white);
border-color: rgba(240, 234, 216, 0.4);
}
.admin-status {
font-family: var(--brand-font-body);
font-size: 0.95rem;
font-weight: 500;
letter-spacing: 0.05em;
margin: 0;
padding: 0;
}
.admin-status--ok {
color: #4caf7d;
}
.admin-status--err {
color: #e05c5c;
}
.admin-status--warn {
color: #d9a63a;
}
/* ── Admin: select input ── */
.admin-field select {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.35);
border-radius: 6px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 1rem;
font-weight: 300;
padding: 0.65rem 1rem 0.65rem 0.85rem;
outline: none;
appearance: auto;
transition: border-color 200ms, background-image 200ms;
cursor: pointer;
background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.9) 50%), linear-gradient(135deg, rgba(255,255,255,0.9) 50%, transparent 50%);
background-position: calc(100% - 0.75rem) calc(50% - 0.15rem), calc(100% - 0.4rem) calc(50% - 0.15rem);
background-size: 0.45rem 0.45rem, 0.45rem 0.45rem;
background-repeat: no-repeat;
}
.admin-field select:focus {
border-color: rgba(201, 168, 76, 0.75);
}
.admin-field-asset-picker {
display: flex;
flex-direction: column;
gap: 0.35rem;
margin-top: 0.75rem;
padding: 0.85rem 0.9rem;
border: 1px solid rgba(201, 168, 76, 0.16);
border-radius: 10px;
background: rgba(255, 255, 255, 0.02);
}
.admin-field-asset-picker label {
color: var(--brand-gold);
}
.admin-field-asset-picker label {
font-size: 0.78rem;
color: var(--brand-gold);
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-field-asset-picker select {
width: 100%;
min-width: 0;
background: #111;
border: 1px solid rgba(201, 168, 76, 0.45);
border-radius: 6px;
color: var(--brand-warm-white);
padding: 0.65rem 0.85rem;
}
.admin-field-asset-picker select:focus {
border-color: rgba(201, 168, 76, 0.75);
}
/* ── Admin: section divider ── */
.admin-section-header {
border-top: 1px solid rgba(201, 168, 76, 0.18);
padding-top: 1.75rem;
margin-top: 0.5rem;
}
.admin-section-header h3 {
font-family: var(--brand-font-heading);
font-size: 1.3rem;
color: var(--brand-warm-white);
margin: 0 0 0.3rem;
font-weight: 700;
}
.admin-section-header p {
font-family: var(--brand-font-body);
font-weight: 300;
font-size: 0.95rem;
color: var(--brand-muted);
margin: 0 0 1rem;
padding: 0;
}
/* ── Admin: array row (custom links / blocks) ── */
.admin-array-row {
display: flex;
gap: 1rem;
align-items: flex-end;
background: #0d0d0d;
border: 1px solid rgba(201, 168, 76, 0.15);
border-radius: 8px;
padding: 1rem;
}
.admin-array-fields {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.admin-content-summary {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 0.75rem;
margin-top: 1rem;
}
.admin-summary-card {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.16);
border-radius: 10px;
padding: 0.85rem 1rem;
}
.admin-summary-card h3 {
margin: 0;
font-family: var(--brand-font-body);
font-size: 0.8rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--brand-gold);
}
.admin-summary-card p {
margin: 0.4rem 0 0;
font-family: var(--brand-font-heading);
font-size: 1.5rem;
color: var(--brand-warm-white);
}
.admin-archive-card {
background: #0d0d0d;
border: 1px solid rgba(201, 168, 76, 0.15);
border-radius: 12px;
padding: 1rem;
margin-bottom: 1rem;
}
.admin-archive-card-head {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: flex-start;
margin-bottom: 1rem;
}
.admin-archive-card-head h4 {
margin: 0;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
font-size: 1.2rem;
}
.admin-archive-card-head p {
margin: 0.25rem 0 0;
font-family: var(--brand-font-body);
color: var(--brand-muted);
letter-spacing: 0.12em;
text-transform: uppercase;
font-size: 0.78rem;
}
.admin-archive-subsection {
margin-top: 1.25rem;
padding-top: 1rem;
border-top: 1px solid rgba(201, 168, 76, 0.12);
}
.admin-archive-subsection-head {
display: flex;
justify-content: space-between;
gap: 1rem;
align-items: center;
flex-wrap: wrap;
margin-bottom: 0.85rem;
}
.admin-archive-subsection-head h5 {
margin: 0;
font-family: var(--brand-font-body);
color: var(--brand-gold);
font-size: 0.86rem;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.admin-archive-subsection-actions {
display: flex;
gap: 0.55rem;
align-items: center;
flex-wrap: wrap;
}
.admin-archive-subsection-actions select {
background: #111;
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 6px;
color: var(--brand-warm-white);
font-family: var(--brand-font-body);
font-size: 0.95rem;
font-weight: 300;
padding: 0.45rem 0.65rem;
outline: none;
}
.admin-archive-subsection-actions select:focus {
border-color: rgba(201, 168, 76, 0.65);
}
.admin-array-row--nested {
margin-bottom: 0.75rem;
}
.admin-collapsible-card {
margin-bottom: 0.85rem;
border: 1px solid rgba(201, 168, 76, 0.15);
border-radius: 10px;
background: #0d0d0d;
overflow: hidden;
}
.admin-collapsible-card[open] {
border-color: rgba(201, 168, 76, 0.28);
}
.admin-collapsible-card--group {
margin-top: 0.75rem;
}
.admin-collapsible-card--nested {
margin-bottom: 0.75rem;
}
.admin-collapsible-summary {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.95rem 1rem;
cursor: pointer;
}
.admin-collapsible-summary::-webkit-details-marker {
display: none;
}
.admin-collapsible-summary strong {
display: block;
font-family: var(--brand-font-heading);
color: var(--brand-warm-white);
font-size: 1.05rem;
}
.admin-collapsible-summary p {
margin: 0.2rem 0 0;
font-family: var(--brand-font-body);
color: var(--brand-muted);
font-size: 0.92rem;
}
.admin-collapsible-hint {
flex-shrink: 0;
font-family: var(--brand-font-body);
color: var(--brand-gold);
font-size: 0.78rem;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.admin-collapsible-body {
padding: 0 1rem 1rem;
}
.admin-collapsible-body .admin-array-row {
margin-bottom: 0;
}
.back-to-top {
position: fixed;
right: 1.5rem;
bottom: 1.5rem;
z-index: 20;
background: rgba(12, 12, 12, 0.96);
color: var(--brand-gold);
border: 1px solid rgba(201, 168, 76, 0.45);
border-radius: 999px;
padding: 0.85rem 1rem;
cursor: pointer;
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
font-family: var(--brand-font-body);
font-weight: 700;
transition: transform 0.25s ease, background 0.2s ease;
}
.back-to-top:hover {
transform: translateY(-2px);
background: rgba(201, 168, 76, 0.08);
}
.btn-admin-add {
letter-spacing: 0.06em;
padding: 0.6rem 1.2rem;
border-radius: 999px;
border: 1px dashed rgba(201, 168, 76, 0.45);
cursor: pointer;
transition: background 200ms, border-color 200ms;
align-self: flex-start;
}
.btn-admin-add:hover {
background: rgba(201, 168, 76, 0.08);
border-color: rgba(201, 168, 76, 0.7);
}
.btn-admin-remove {
background: transparent;
color: var(--brand-muted);
font-family: var(--brand-font-body);
font-weight: 500;
font-size: 0.85rem;
letter-spacing: 0.05em;
padding: 0.5rem 0.85rem;
border-radius: 6px;
border: 1px solid rgba(122, 112, 96, 0.25);
cursor: pointer;
flex-shrink: 0;
align-self: flex-start;
transition: color 200ms, border-color 200ms;
}
.btn-admin-remove:hover {
color: #e05c5c;
border-color: rgba(224, 92, 92, 0.4);
}
.btn-admin-apply {
background: transparent;
color: var(--brand-gold);
font-family: var(--brand-font-body);
font-weight: 600;
font-size: 0.85rem;
letter-spacing: 0.05em;
padding: 0.5rem 0.85rem;
border-radius: 6px;
border: 1px solid rgba(201, 168, 76, 0.35);
cursor: pointer;
flex-shrink: 0;
align-self: flex-start;
transition: background 200ms, border-color 200ms;
}
.btn-admin-apply:hover {
background: rgba(201, 168, 76, 0.08);
border-color: rgba(201, 168, 76, 0.65);
}
/* ── Responsive ── */
@media (max-width: 820px) {
.hero {
grid-template-columns: 1fr;
gap: 2.5rem;
text-align: center;
padding: 3rem 1.5rem 4rem;
min-height: auto;
}
.hero-art {
order: -1;
}
.podcast-art {
max-width: 280px;
}
.hero-title {
white-space: normal;
}
.rule-divider {
margin-left: auto;
margin-right: auto;
}
.hero-ctas {
justify-content: center;
}
.about-inner {
grid-template-columns: 1fr;
gap: 2rem;
}
.about-photo {
max-width: 260px;
margin: 0 auto;
}
.series-card {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.archive-series-card {
grid-template-columns: 1fr;
}
.archive-series-rotator {
grid-template-columns: 1fr;
}
.archive-rotate-btn {
display: none;
}
.series-art {
max-width: 200px;
margin: 0 auto;
}
.archive-series-art {
max-width: 220px;
margin: 0 auto;
}
.guide-inner {
grid-template-columns: 1fr;
gap: 1.5rem;
text-align: center;
}
.guide-cover-art {
margin: 0 auto;
width: 140px;
}
.study-download-grid {
grid-template-columns: 1fr;
}
.admin-content-summary {
grid-template-columns: 1fr;
}
.admin-archive-card-head {
flex-direction: column;
}
.home-jump-grid {
grid-template-columns: 1fr;
}
.contact-inner {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.contact-card {
max-width: 100%;
padding: 1.45rem;
}
.contact-quote p {
font-size: 1.2rem;
}
.header-logo-img {
height: 40px;
}
.admin-stats-grid,
.admin-stats-lists {
grid-template-columns: 1fr;
}
.admin-brand-hero,
.admin-brand-grid,
.admin-brand-swatches {
grid-template-columns: 1fr;
}
.admin-brand-hero {
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 540px) {
.hero {
padding: 2rem 1rem 3rem;
}
.section-player,
.section-about,
.section-series,
.section-guide,
.section-home-jump,
.section-contact {
padding: 3.5rem 0;
}
.section-inner {
padding: 0 1rem;
}
.header-inner {
padding: 0.75rem 1rem;
position: relative;
}
.header-menu-btn {
display: inline-flex;
margin-left: auto;
}
.header-nav {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 120;
flex-direction: column;
align-items: stretch;
gap: 0;
padding: 0.5rem 1rem 1rem;
background: rgba(10, 10, 8, 0.98);
border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.header-nav--open {
display: flex;
}
.header-nav .header-nav-link {
display: block;
padding: 0.8rem 0.25rem;
border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}
.header-nav .header-cta {
margin-top: 0.75rem;
justify-content: center;
text-align: center;
}
.admin-top-tabs .admin-tab {
flex-basis: 100%;
min-width: 0;
}
}
/* ── Q&A Section ── */
.section-qa {
background:
radial-gradient(90% 120% at 100% 0%, rgba(201, 168, 76, 0.12) 0%, rgba(201, 168, 76, 0.02) 50%, rgba(16, 15, 12, 0) 100%),
linear-gradient(180deg, rgba(20, 18, 14, 0.96), rgba(13, 12, 10, 0.97));
border-top: 1px solid rgba(201, 168, 76, 0.2);
}
.qa-filters {
display: flex;
flex-direction: column;
gap: 0.85rem;
margin-bottom: 1rem;
}
.qa-toolbar {
display: flex;
justify-content: flex-end;
margin-bottom: 0.7rem;
}
.qa-view-toggle {
border: 1px solid rgba(201, 168, 76, 0.34);
background: rgba(201, 168, 76, 0.05);
color: #cfba8d;
border-radius: 999px;
padding: 0.3rem 0.72rem;
font-size: 0.76rem;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
}
.qa-view-toggle--active {
background: rgba(201, 168, 76, 0.16);
color: #f4ddb0;
}
.qa-topics {
display: flex;
flex-wrap: nowrap;
gap: 0.5rem;
overflow-x: auto;
padding-bottom: 0.15rem;
}
.qa-tags {
display: flex;
flex-wrap: nowrap;
gap: 0.45rem;
overflow-x: auto;
padding-bottom: 0.1rem;
}
.qa-tag-btn {
border: 1px solid rgba(201, 168, 76, 0.26);
background: rgba(201, 168, 76, 0.04);
color: #bfa982;
border-radius: 999px;
padding: 0.28rem 0.62rem;
font-size: 0.75rem;
cursor: pointer;
white-space: nowrap;
}
.qa-tag-btn--active {
background: rgba(201, 168, 76, 0.18);
color: #f0d9ab;
border-color: rgba(201, 168, 76, 0.5);
}
.qa-topics::-webkit-scrollbar {
height: 6px;
}
.qa-topics::-webkit-scrollbar-thumb {
background: rgba(201, 168, 76, 0.4);
border-radius: 999px;
}
.qa-topic-btn {
background: none;
border: 1px solid rgba(201, 168, 76, 0.35);
color: #cab483;
padding: 0.42rem 0.92rem;
border-radius: 999px;
cursor: pointer;
font-size: 0.85rem;
font-family: 'Barlow', sans-serif;
transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.qa-topic-btn:hover {
background: rgba(201, 168, 76, 0.1);
border-color: rgba(201, 168, 76, 0.6);
color: #e8d8b0;
}
.qa-topic-btn--active {
background: rgba(201, 168, 76, 0.2);
border-color: var(--brand-gold);
color: #f2ddb0;
font-weight: 600;
}
.qa-topic-btn--full {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 0.6rem;
}
.qa-search {
display: block;
}
.qa-search label {
flex: 1;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.qa-search input {
width: 100%;
padding: 0.78rem 1rem;
background: rgba(22, 21, 17, 0.95);
border: 1px solid rgba(201, 168, 76, 0.33);
color: #f7f0df;
font-family: 'Barlow', sans-serif;
border-radius: 0.55rem;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.qa-search input:focus {
outline: none;
border-color: var(--brand-gold);
box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.18);
}
.qa-filter-actions {
display: flex;
justify-content: flex-end;
}
.qa-filter-chips {
margin: 0 0 0.75rem;
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
}
.qa-chip {
border: 1px solid rgba(201, 168, 76, 0.26);
background: rgba(201, 168, 76, 0.06);
color: #d2bf95;
border-radius: 999px;
padding: 0.24rem 0.6rem;
font-size: 0.74rem;
cursor: pointer;
}
.qa-chip--clear {
color: #ead6ac;
border-color: rgba(201, 168, 76, 0.5);
}
.qa-clear-btn {
background: transparent;
border: 1px solid rgba(201, 168, 76, 0.38);
color: #d7bd83;
border-radius: 999px;
padding: 0.35rem 0.8rem;
font-size: 0.82rem;
cursor: pointer;
}
.qa-clear-btn:hover {
background: rgba(201, 168, 76, 0.12);
}
.qa-cards {
display: flex;
flex-direction: column;
gap: 0.7rem;
}
.qa-meta-row {
margin: 0 0 0.9rem;
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
}
.qa-result-count {
margin: 0;
color: #d7c59d;
font-size: 0.92rem;
}
.qa-sort-select {
display: inline-flex;
align-items: center;
gap: 0.45rem;
font-size: 0.82rem;
color: #b8a37a;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.qa-sort-select select {
border: 1px solid rgba(201, 168, 76, 0.35);
background: rgba(24, 22, 18, 0.95);
color: #f1e4c2;
border-radius: 0.45rem;
padding: 0.33rem 0.58rem;
}
.qa-layout {
display: grid;
grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
gap: 1rem;
align-items: flex-start;
}
.qa-sidebar {
border: 1px solid rgba(201, 168, 76, 0.26);
background: linear-gradient(180deg, rgba(39, 34, 24, 0.76), rgba(25, 22, 17, 0.9));
border-radius: 0.75rem;
padding: 0.8rem;
display: flex;
flex-direction: column;
gap: 0.4rem;
position: sticky;
top: 94px;
}
.qa-sidebar-label {
margin: 0 0 0.1rem;
color: #ad9971;
font-size: 0.78rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.qa-card-scene {
border: 1px solid rgba(201, 168, 76, 0.25);
border-radius: 0.68rem;
background: linear-gradient(180deg, rgba(32, 28, 20, 0.96), rgba(20, 19, 15, 0.98));
transition: border-color 0.2s ease;
overflow: hidden;
}
.qa-card-scene:hover {
border-color: rgba(201, 168, 76, 0.55);
}
.qa-card-scene--focused {
border-color: rgba(201, 168, 76, 0.72);
box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.24);
}
.qa-question-header {
width: 100%;
display: flex;
align-items: flex-start;
gap: 0.8rem;
padding: 1rem 1rem 0.9rem;
}
.qa-card-face {
padding: 0.25rem 1rem 1rem;
}
.qa-card-back {
border-top: 1px solid rgba(201, 168, 76, 0.16);
background: rgba(17, 24, 17, 0.58);
display: grid;
grid-template-columns: auto 1fr;
column-gap: 0.8rem;
align-items: flex-start;
text-align: left;
}
.qa-face-label {
font-size: 1.15rem;
font-weight: 700;
color: var(--brand-gold);
flex: 0 0 1.4rem;
}
.qa-question-main {
min-width: 0;
display: flex;
flex-direction: column;
gap: 0.42rem;
}
.qa-question-text {
margin: 0;
font-size: 1.06rem;
line-height: 1.5;
color: #f6efe0;
font-weight: 600;
}
.qa-highlight {
background: rgba(201, 168, 76, 0.26);
color: #f7e9c8;
padding: 0.02em 0.18em;
border-radius: 0.24em;
}
.qa-question-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
color: #bca67f;
font-size: 0.78rem;
}
.qa-topic-pill {
border: 1px solid rgba(201, 168, 76, 0.35);
border-radius: 999px;
padding: 0.16rem 0.5rem;
color: #e8d0a0;
}
.qa-answer-text {
margin: 0;
font-size: 1.01rem;
line-height: 1.58;
color: #efe7d4;
opacity: 0.92;
white-space: pre-wrap;
text-align: left;
justify-self: stretch;
}
.qa-answer-text a {
color: #e0c070;
text-decoration: underline;
text-underline-offset: 0.18em;
}
.qa-answer-text a:hover {
color: #f0ead8;
}
.qa-read-more-btn {
margin-top: 0.55rem;
border: 1px solid rgba(201, 168, 76, 0.35);
background: rgba(201, 168, 76, 0.07);
color: #d8c395;
border-radius: 999px;
padding: 0.2rem 0.58rem;
font-size: 0.74rem;
cursor: pointer;
}
.qa-card-actions {
display: flex;
align-items: center;
gap: 0.45rem;
justify-content: flex-end;
padding: 0 1rem 0.65rem;
}
.qa-social-btn {
display: inline-flex;
align-items: center;
gap: 0.3rem;
border-radius: 999px;
padding: 0.28rem 0.62rem;
font-size: 0.73rem;
font-family: inherit;
letter-spacing: 0.04em;
cursor: pointer;
border: 1px solid transparent;
transition: background 0.15s, border-color 0.15s;
}
.qa-social-btn--x {
background: rgba(255,255,255,0.06);
border-color: rgba(255,255,255,0.15);
color: #e7e7e7;
}
.qa-social-btn--x:hover {
background: rgba(255,255,255,0.12);
border-color: rgba(255,255,255,0.28);
}
.qa-social-btn--fb {
background: rgba(24,119,242,0.12);
border-color: rgba(24,119,242,0.32);
color: #7eaaff;
}
.qa-social-btn--fb:hover {
background: rgba(24,119,242,0.22);
border-color: rgba(24,119,242,0.5);
}
.qa-share-btn {
border: 1px solid rgba(201, 168, 76, 0.35);
background: rgba(201, 168, 76, 0.06);
color: #d6be8f;
border-radius: 999px;
padding: 0.28rem 0.66rem;
font-size: 0.73rem;
font-family: inherit;
text-transform: uppercase;
letter-spacing: 0.06em;
cursor: pointer;
}
.qa-share-btn:hover {
background: rgba(201, 168, 76, 0.14);
}
.qa-no-results {
text-align: center;
padding: 2rem;
color: var(--brand-muted);
}
.qa-no-results--smart {
text-align: left;
border: 1px solid rgba(201, 168, 76, 0.24);
border-radius: 0.7rem;
background: rgba(23, 22, 17, 0.82);
}
.qa-no-results--smart p {
margin: 0 0 0.6rem;
}
.qa-inline-link {
border: 0;
background: transparent;
color: #e7cf9c;
text-decoration: underline;
cursor: pointer;
padding: 0;
}
.qa-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 1.25rem;
margin-top: 2rem;
}
.qa-page-btn {
background: none;
border: 1px solid rgba(201, 168, 76, 0.4);
color: var(--brand-gold);
padding: 0.45rem 1.1rem;
border-radius: 0.35rem;
cursor: pointer;
font-size: 0.95rem;
transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.qa-page-btn:hover:not(:disabled) {
background: rgba(201, 168, 76, 0.12);
border-color: var(--brand-gold);
}
.qa-page-btn:disabled {
opacity: 0.3;
cursor: default;
}
.qa-page-info {
font-size: 0.9rem;
color: var(--brand-muted);
min-width: 4rem;
text-align: center;
}
.qa-answer-byline {
grid-column: 2;
margin: 0.55rem 0 0;
font-size: 0.8rem;
color: #a89060;
font-style: italic;
text-align: left;
}
@media (max-width: 768px) {
.qa-filters {
gap: 0.65rem;
margin-bottom: 1rem;
}
.qa-topics {
gap: 0.4rem;
}
.qa-topic-btn {
flex: 0 0 auto;
white-space: nowrap;
font-size: 0.8rem;
padding: 0.32rem 0.72rem;
}
.qa-search input {
padding: 0.68rem 0.82rem;
font-size: 0.95rem;
}
.qa-meta-row {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}
.qa-layout {
grid-template-columns: 1fr;
}
.qa-sidebar {
position: static;
padding: 0.65rem;
max-height: 220px;
overflow-y: auto;
}
.qa-question-header {
padding: 0.86rem 0.82rem;
gap: 0.62rem;
}
.qa-card-face {
padding: 0.15rem 0.82rem 0.86rem;
}
.qa-card-actions {
padding: 0 0.82rem 0.62rem;
}
.qa-question-text {
font-size: 0.97rem;
line-height: 1.45;
}
.qa-answer-text {
font-size: 0.95rem;
line-height: 1.6;
}
.qa-pagination {
gap: 0.5rem;
margin-top: 1.25rem;
}
.qa-page-btn {
flex: 1;
min-height: 42px;
padding: 0.45rem 0.7rem;
font-size: 0.88rem;
}
.qa-page-info {
min-width: 3rem;
font-size: 0.82rem;
}
.qa-related-btn {
font-size: 0.78rem;
padding: 0.3rem 0.62rem;
}
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* ── Admin Q&A Styles ── */
.admin-questions {
padding: 2rem;
}
.admin-questions-list {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.admin-question-card {
background: rgba(50, 50, 50, 0.5);
border: 1px solid var(--border-color, #444);
border-radius: 0.375rem;
padding: 1.5rem;
transition: background 0.2s ease;
}
.admin-question-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1rem;
}
.admin-question-meta {
font-size: 0.85rem;
color: #999;
margin: 0 0 0.5rem 0;
}
.admin-question-text {
margin: 0;
line-height: 1.5;
color: var(--brand-warm-white);
}
.admin-question-status {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
justify-content: flex-end;
}
.admin-badge {
display: inline-block;
font-size: 0.75rem;
font-weight: 600;
padding: 0.35rem 0.75rem;
border-radius: 0.25rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.admin-badge--pending {
background: rgba(255, 152, 0, 0.15);
color: #gf8c00;
}
.admin-badge--approved {
background: rgba(76, 175, 80, 0.15);
color: #4caf50;
}
.admin-badge--answered {
background: rgba(201, 168, 76, 0.15);
color: var(--brand-gold);
}
.admin-question-answer {
background: rgba(30, 30, 30, 0.8);
padding: 1rem;
border-radius: 0.25rem;
margin-bottom: 1rem;
border-left: 3px solid var(--brand-gold);
}
.admin-question-answer p {
margin: 0;
line-height: 1.6;
color: #e8d4c0;
}
.admin-question-editor {
margin-top: 1rem;
padding: 1rem;
background: rgba(30, 30, 30, 0.6);
border-radius: 0.25rem;
}
.admin-question-editor textarea {
width: 100%;
padding: 0.75rem;
background: rgba(10, 10, 8, 0.8);
border: 1px solid rgba(201, 168, 76, 0.3);
color: var(--brand-warm-white);
font-family: 'Barlow', monospace;
border-radius: 0.25rem;
resize: vertical;
}
.admin-question-editor textarea:focus {
outline: none;
border-color: var(--brand-gold);
}
.admin-question-editor-actions {
display: flex;
gap: 0.75rem;
margin-top: 1rem;
}
.admin-question-actions {
display: flex;
gap: 0.75rem;
flex-wrap: wrap;
}
.admin-question-actions button {
padding: 0.5rem 1rem;
font-size: 0.85rem;
border-radius: 0.25rem;
border: none;
cursor: pointer;
transition: all 0.2s ease;
}
/* New here page cards */
.start-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
}
.start-card {
background: rgba(18, 18, 18, 0.86);
border: 1px solid rgba(201, 168, 76, 0.25);
border-radius: 14px;
padding: 1rem;
text-align: left;
}
.start-card h3 {
margin: 0 0 0.5rem;
font-family: var(--brand-font-heading);
font-size: 1.2rem;
}
.start-card p {
margin: 0 0 0.85rem;
color: #d6c7a6;
line-height: 1.55;
}
/* Series toggle controls */
.section-series-toggle {
margin-top: 1rem;
}
.section-series-toggle .section-inner {
display: flex;
justify-content: center;
}
.series-toggle-wrap {
display: flex;
gap: 0.5rem;
padding: 0.35rem;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(201, 168, 76, 0.22);
border-radius: 999px;
margin: 0 auto;
}
/* ── Admin Shell Layout ── */
.admin-shell {
display: flex;
flex-direction: column;
min-height: 100vh;
background: #070707;
}
.admin-topbar {
position: sticky;
top: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
background: #070707;
border-bottom: 1px solid rgba(201,168,76,0.2);
padding: 0.65rem 1.5rem;
gap: 1rem;
flex-wrap: wrap;
}
.admin-topbar-brand {
display: flex;
align-items: center;
gap: 0.6rem;
}
.admin-topbar-ornament {
color: var(--brand-gold);
font-size: 1rem;
}
.admin-topbar-title {
font-family: var(--brand-font-heading);
font-size: 1.1rem;
color: var(--brand-warm-white);
letter-spacing: 0.03em;
}
.admin-topbar-sub {
font-size: 0.78rem;
color: rgba(201,168,76,0.5);
letter-spacing: 0.05em;
}
.admin-topbar-actions {
display: flex;
align-items: center;
gap: 0.75rem;
flex-wrap: wrap;
}
.admin-topbar-meta {
font-size: 0.78rem;
color: rgba(240,234,216,0.45);
}
.admin-mobile-menu-btn {
display: none;
background: transparent;
color: var(--brand-gold);
border: 1px solid rgba(201,168,76,0.35);
border-radius: 999px;
padding: 0.45rem 0.9rem;
font-family: var(--brand-font-body);
font-size: 0.8rem;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
white-space: nowrap;
}
.admin-mobile-menu-btn--open {
background: rgba(201,168,76,0.15);
border-color: rgba(201,168,76,0.6);
color: var(--brand-warm-white);
}
.admin-layout {
display: flex;
flex: 1;
min-height: 0;
}
/* ── Sidebar ── */
.admin-sidebar {
width: 210px;
min-width: 210px;
background: #09090a;
border-right: 1px solid rgba(201,168,76,0.1);
padding: 1.25rem 0 2rem;
overflow-y: auto;
position: sticky;
top: 51px; /* matches topbar height */
height: calc(100vh - 51px);
}
.admin-sidebar-meta-links {
display: flex;
flex-direction: column;
padding: 0 1.1rem 1rem;
border-bottom: 1px solid rgba(201,168,76,0.08);
margin-bottom: 1rem;
gap: 0.25rem;
}
.admin-meta-link {
display: block;
background: none;
border: none;
color: rgba(240,234,216,0.45);
font-size: 0.82rem;
padding: 0.25rem 0;
cursor: pointer;
text-decoration: none;
text-align: left;
transition: color 150ms;
}
.admin-meta-link:hover {
color: var(--brand-warm-white);
}
.admin-nav-group {
margin-bottom: 1.25rem;
}
.admin-nav-label {
display: block;
font-size: 0.68rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(201,168,76,0.45);
padding: 0 1.1rem;
margin-bottom: 0.25rem;
}
.admin-nav-item {
display: block;
width: 100%;
text-align: left;
background: none;
border: none;
border-left: 2px solid transparent;
color: rgba(240,234,216,0.6);
padding: 0.4rem 1.1rem;
font-size: 0.88rem;
cursor: pointer;
transition: color 150ms, background 150ms;
line-height: 1.4;
}
.admin-nav-item:hover {
color: var(--brand-warm-white);
background: rgba(201,168,76,0.06);
}
.admin-nav-item--active {
color: var(--brand-gold) !important;
background: rgba(201,168,76,0.1);
border-left-color: var(--brand-gold);
}
/* ── Content Panel ── */
.admin-panel {
flex: 1;
padding: 2rem 2.5rem;
overflow-y: auto;
min-width: 0;
}
.admin-panel-section {
max-width: 1240px;
}
.admin-panel-head {
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(201,168,76,0.12);
}
.admin-panel-head h2 {
font-family: var(--brand-font-heading);
font-size: 1.6rem;
color: var(--brand-warm-white);
margin: 0 0 0.35rem;
}
.admin-panel-head p {
color: rgba(240,234,216,0.5);
font-size: 0.88rem;
margin: 0;
}
.admin-sidebar-backdrop {
display: none;
}
.admin-panel-subhead {
margin: 2rem 0 1rem;
padding-bottom: 0.4rem;
border-bottom: 1px solid rgba(201,168,76,0.08);
}
.admin-panel-subhead h3 {
font-family: var(--brand-font-heading);
font-size: 1.05rem;
color: var(--brand-gold);
margin: 0;
letter-spacing: 0.04em;
}
.admin-panel-subhead p {
color: rgba(240,234,216,0.45);
font-size: 0.82rem;
margin: 0.25rem 0 0;
}
.admin-section-header {
margin: 2rem 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(201,168,76,0.08);
}
.admin-section-header h3 {
font-family: var(--brand-font-heading);
font-size: 1.15rem;
color: var(--brand-warm-white);
margin: 0 0 0.25rem;
}
.admin-section-header p {
color: rgba(240,234,216,0.45);
font-size: 0.84rem;
margin: 0;
}
.admin-archive-helper {
background: rgba(201,168,76,0.05);
border: 1px solid rgba(201,168,76,0.15);
border-radius: 6px;
padding: 1.25rem;
margin-bottom: 2rem;
}
.admin-archive-helper h3 {
font-family: var(--brand-font-heading);
font-size: 1rem;
color: var(--brand-gold);
margin: 0 0 0.35rem;
}
.admin-archive-helper p {
color: rgba(240,234,216,0.55);
font-size: 0.85rem;
margin: 0 0 0.75rem;
}
/* ── Preview pane ── */
.admin-layout--split {
overflow: hidden;
}
.admin-layout--split .admin-panel {
max-width: none;
min-width: 320px;
flex: 1 1 40%;
overflow-y: auto;
border-right: 1px solid rgba(201,168,76,0.1);
}
.admin-preview-pane {
flex: 1 1 55%;
min-width: 360px;
display: flex;
flex-direction: column;
background: #fff;
position: sticky;
top: 51px;
height: calc(100vh - 51px);
}
.admin-preview-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.45rem 1rem;
background: #0a0a08;
border-bottom: 1px solid rgba(201,168,76,0.15);
flex-shrink: 0;
}
.admin-preview-label {
font-size: 0.78rem;
font-family: var(--brand-font-body);
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--brand-gold);
}
.admin-preview-hint {
font-size: 0.72rem;
color: rgba(240,234,216,0.35);
}
.admin-preview-iframe {
flex: 1;
width: 100%;
border: none;
display: block;
}
.btn-admin-reset--active {
background: rgba(201,168,76,0.15);
color: var(--brand-gold);
border-color: rgba(201,168,76,0.4);
}
.btn-admin-reset--compact {
padding: 0.45rem 0.75rem;
border-radius: 8px;
font-size: 0.78rem;
letter-spacing: 0.04em;
}
.admin-assets-table {
table-layout: auto;
}
.admin-assets-table th,
.admin-assets-table td {
vertical-align: middle;
}
.admin-assets-table th:nth-child(1),
.admin-assets-table td:nth-child(1) {
width: 96px;
}
.admin-assets-table th:nth-child(2),
.admin-assets-table td:nth-child(2) {
min-width: 300px;
}
.admin-assets-table th:nth-child(5),
.admin-assets-table td:nth-child(5) {
min-width: 240px;
}
.admin-assets-table th:nth-child(6),
.admin-assets-table td:nth-child(6) {
min-width: 170px;
}
.admin-asset-thumb {
display: block;
border-radius: 8px;
border: 1px solid rgba(201, 168, 76, 0.25);
background: rgba(255, 255, 255, 0.03);
}
.admin-asset-tags-input {
width: 100%;
min-width: 220px;
background: #111;
border: 1px solid rgba(201, 168, 76, 0.24);
border-radius: 6px;
color: var(--brand-warm-white);
padding: 0.5rem 0.65rem;
}
.admin-asset-actions-inline {
display: flex;
gap: 0.4rem;
flex-wrap: nowrap;
}
.admin-email-layout {
display: grid;
grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
gap: 1rem;
margin-top: 0.9rem;
}
.admin-email-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
max-height: 580px;
overflow-y: auto;
padding-right: 0.25rem;
}
.admin-email-list-item {
width: 100%;
text-align: left;
background: #12110d;
border: 1px solid rgba(201, 168, 76, 0.2);
border-radius: 12px;
padding: 0.75rem 0.85rem;
color: var(--brand-warm-white);
cursor: pointer;
}
.admin-email-list-item--active {
border-color: rgba(201, 168, 76, 0.55);
box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.35) inset;
}
.admin-email-list-head {
display: flex;
justify-content: space-between;
gap: 0.6rem;
margin-bottom: 0.4rem;
}
.admin-email-list-head span {
color: var(--brand-muted);
font-size: 0.8rem;
}
.admin-email-list-item p {
margin: 0;
color: rgba(240, 234, 216, 0.78);
font-size: 0.92rem;
line-height: 1.45;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.admin-email-detail {
background: #11100d;
border: 1px solid rgba(201, 168, 76, 0.2);
border-radius: 12px;
padding: 1rem;
}
.admin-email-meta p {
margin: 0 0 0.35rem;
}
.admin-email-body {
margin-top: 0.8rem;
padding: 0.85rem;
border: 1px solid rgba(201, 168, 76, 0.18);
border-radius: 10px;
background: rgba(255, 255, 255, 0.02);
white-space: pre-wrap;
}
.admin-email-body p {
margin: 0;
line-height: 1.55;
}
.admin-email-action-btn {
border-radius: 10px;
min-width: 112px;
padding: 0.58rem 0.95rem;
white-space: nowrap;
text-transform: none;
letter-spacing: 0.03em;
font-size: 0.9rem;
}
@media (max-width: 980px) {
.admin-email-layout {
grid-template-columns: 1fr;
}
.admin-email-list {
max-height: 280px;
}
}
@media (max-width: 768px) {
.admin-mobile-menu-btn {
display: inline-flex;
align-items: center;
justify-content: center;
}
.admin-sidebar {
display: none;
position: fixed;
top: 52px;
left: 0;
z-index: 130;
width: min(320px, 84vw);
min-width: 0;
height: calc(100vh - 52px);
border-right: 1px solid rgba(201,168,76,0.22);
box-shadow: 16px 0 40px rgba(0, 0, 0, 0.5);
}
.admin-sidebar--open {
display: block;
}
.admin-sidebar-backdrop {
display: block;
position: fixed;
inset: 52px 0 0 0;
z-index: 120;
border: none;
background: rgba(0, 0, 0, 0.48);
cursor: pointer;
}
.admin-panel {
padding: 1.25rem 1rem;
}
.admin-topbar-sub {
display: none;
}
.admin-preview-pane {
display: none;
}
}
.series-toggle-btn {
border: none;
background: transparent;
color: #c9b690;
padding: 0.5rem 1rem;
border-radius: 999px;
font-family: var(--brand-font-body);
font-size: 0.95rem;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
}
.series-toggle-btn:hover:not(:disabled) {
color: var(--brand-warm-white);
}
.series-toggle-btn:disabled {
opacity: 0.45;
cursor: default;
}
.series-toggle-btn--active {
background: rgba(201, 168, 76, 0.2);
color: #f4d79b;
}
/* Q&A related question buttons */
.qa-related-wrap {
margin-top: 0.7rem;
border-top: 1px solid rgba(201, 168, 76, 0.12);
padding-top: 0.6rem;
grid-column: 2;
text-align: left;
}
.qa-related-label {
margin: 0 0 0.5rem;
color: #a9956c;
font-size: 0.76rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.qa-related-list {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
justify-content: flex-start;
}
.qa-related-btn {
border: 1px solid rgba(201, 168, 76, 0.22);
background: rgba(201, 168, 76, 0.03);
color: #bca57b;
border-radius: 999px;
padding: 0.22rem 0.62rem;
font-size: 0.74rem;
cursor: pointer;
}
.qa-related-btn:hover {
background: rgba(201, 168, 76, 0.09);
}
@media (max-width: 900px) {
.start-grid {
grid-template-columns: 1fr;
}
.series-toggle-wrap {
width: 100%;
justify-content: center;
}
}