@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Source+Sans+Pro:wght@400;600;700&display=swap');

.site-banner {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

body {
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border: none;
    box-shadow: none;
}

h1 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    color: #112e51;
    font-size: 1.8em;
    text-shadow: none;
    border-bottom: 3px solid #112e51;
    padding-bottom: 15px;
    animation: none;
    text-align: left;
    white-space: nowrap;
}

h2 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    color: #112e51;
    font-size: 1.7em;
    text-shadow: none;
    border-left: 4px solid #205493;
    border-bottom: 1px solid #dce4ef;
    padding: 10px 0 10px 15px;
    margin-top: 40px;
}

h3 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    color: #205493;
    font-size: 1.3em;
    text-transform: none;
}

h4 {
    font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
    color: #112e51;
}

a {
    color: #205493;
    text-decoration: underline;
    font-weight: 600;
}

a:hover {
    color: #112e51;
    text-shadow: none;
}

.nav {
    background: #112e51;
    padding: 0;
    text-align: left;
    border: none;
    margin-bottom: 0;
}

.nav a {
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    font-size: 0.95em;
    color: #ffffff;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.2);
}

.nav a:hover {
    background: #205493;
    color: #ffffff;
}

.marquee {
    background: #112e51;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 3px solid #cd2026;
}

.marquee span {
    display: inline-block;
    animation: scroll 25s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.warning {
    background: #f1f1f1;
    border: 1px solid #d6d7d9;
    border-left: 4px solid #112e51;
    padding: 20px;
    margin: 25px 0;
    text-align: left;
}

.warning h3 {
    color: #112e51;
    animation: none;
    margin-top: 0;
}

.sacred {
    font-weight: 700;
    color: #112e51;
}

.negative {
    font-weight: 600;
    font-style: normal;
}

.positive {
    font-weight: 700;
}

.revelation {
    background: #f1f1f1;
    border-left: 4px solid #205493;
    padding: 20px;
    margin: 25px 0;
    font-style: italic;
}

.symbol {
    font-size: 1.5em;
    text-align: center;
    color: #112e51;
    margin: 30px 0;
    letter-spacing: 10px;
}

.matrix, .code-block, .decode, .protocol, .hierarchy, .specs, .gematria, .timeline {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    background: #f1f1f1;
    color: #1a1a1a;
    padding: 20px;
    border-left: 4px solid #112e51;
    margin: 25px 0;
    overflow-x: auto;
    font-size: 0.9em;
}

.footer {
    background: #112e51;
    color: #ffffff;
    text-align: center;
    margin-top: 60px;
    padding: 30px;
    font-size: 0.9em;
}

.footer a {
    color: #97d4ea;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

table th {
    background: #112e51;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 700;
}

table td {
    padding: 12px 15px;
    border-bottom: 1px solid #d6d7d9;
}

table tr:nth-child(even) {
    background: #f1f1f1;
}

ul li, ol li {
    margin: 12px 0;
}

.entity-card, .ark-class, .algorithm-box, .seal {
    background: #f1f1f1;
    border: 1px solid #d6d7d9;
    border-left: 4px solid #205493;
    padding: 25px;
    margin: 25px 0;
    position: relative;
}

.entity-card h3, .ark-class h3 {
    color: #112e51;
    margin-top: 0;
}

.entity-card::before, .ark-class::before, .algorithm-box::before {
    content: none;
}

.frequency-chart, .fleet, .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.freq-item, .fleet-item, .resource-item, .grid-item {
    background: #f1f1f1;
    border: 1px solid #d6d7d9;
    padding: 15px;
    text-align: center;
}

.freq-positive, .status-active {
    border-left: 4px solid #112e51;
}

.freq-positive strong, .status-active {
    font-weight: 700;
}

.freq-negative, .status-critical {
    border-left: 4px solid #112e51;
}

.freq-negative strong, .status-critical {
    font-weight: 700;
}

.freq-neutral, .status-pending {
    border-left: 4px solid #112e51;
}

.freq-neutral strong, .status-pending {
    font-weight: 700;
}

.choice-box {
    background: #f1f1f1;
    border: 1px solid #d6d7d9;
    padding: 30px;
    margin: 25px 0;
}

.choice-positive {
    border-left: 4px solid #112e51;
}

.choice-negative {
    border-left: 4px solid #112e51;
}

.checklist {
    background: #f1f1f1;
    border: 1px solid #d6d7d9;
    padding: 25px;
    margin: 25px 0;
}

.checklist h4 {
    margin-top: 0;
    color: #112e51;
}

.countdown, .urgent {
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
    padding: 20px;
    background: #112e51;
    margin: 25px 0;
}

.affirmation {
    text-align: center;
    font-size: 1.1em;
    color: #112e51;
    padding: 30px;
    border: 2px solid #112e51;
    margin: 30px 0;
    background: #f1f1f1;
}

.seal-number {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #205493;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    font-size: 0.9em;
    font-family: 'Source Sans Pro', sans-serif;
}

.seal.active {
    border-left-color: #2e8540;
}

.seal.active .seal-number {
    background: #2e8540;
}

.seal.pending .seal-number {
    background: #e7a30a;
}

.seal.future {
    opacity: 0.6;
}

.sighting {
    background: #f1f1f1;
    border-left: 4px solid #205493;
    padding: 20px;
    margin: 20px 0;
}

.sighting-date {
    color: #112e51;
    font-weight: 700;
    font-family: 'Merriweather', Georgia, serif;
}

.verses {
    font-style: italic;
    color: #1a1a1a;
    border-left: 4px solid #205493;
    padding: 15px 25px;
    margin: 25px 0;
    background: #f1f1f1;
}

.bloodline {
    font-weight: 700;
}

.corporate {
    font-weight: 700;
}

.tech {
    font-weight: 700;
}

.glyph {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #112e51;
    text-align: center;
    line-height: 40px;
    margin: 5px;
    font-size: 1.5em;
    color: #112e51;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 1; }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 1; }
}

@keyframes urgentPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 1; }
}
