/* Founder Diary — April 6, 2026 (Evening Session) */

.slide-title {
    background: linear-gradient(135deg, #0a1628 0%, #1a1a3e 50%, #0a1628 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-title h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 16px 0;
}

.date-badge {
    display: inline-block;
    background: rgba(97, 243, 147, 0.15);
    color: #61f393;
    padding: 8px 20px;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.location {
    color: rgba(255,255,255,0.5);
    font-size: 1rem;
    margin-top: 16px;
}

.section-header {
    background: linear-gradient(135deg, #0a1628, #162038);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-emoji {
    font-size: 3rem;
    margin-bottom: 12px;
}

.section-subtitle {
    color: rgba(255,255,255,0.5);
    font-size: 1.1rem;
    max-width: 500px;
}

.stats-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
}

.stat {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 20px 28px;
    text-align: center;
    min-width: 120px;
}

.stat .number {
    font-size: 2.2rem;
    font-weight: 800;
    color: #61f393;
}

.stat .label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.insight-card {
    background: rgba(97, 243, 147, 0.06);
    border: 1px solid rgba(97, 243, 147, 0.15);
    border-radius: 16px;
    padding: 24px;
    margin-top: 20px;
}

.insight-card h3 {
    color: #61f393;
    font-size: 1rem;
    margin-bottom: 12px;
}

.quote {
    font-style: italic;
    color: rgba(255,255,255,0.8);
    font-size: 1.05rem;
    line-height: 1.6;
}

.timeline {
    margin-top: 24px;
}

.timeline-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    border-left: 2px solid rgba(97, 243, 147, 0.3);
    padding-bottom: 4px;
}

.timeline-item .time {
    font-size: 0.75rem;
    color: #61f393;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.timeline-item h3 {
    font-size: 1.05rem;
    margin: 4px 0 6px;
}

.timeline-item p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

.build-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.build-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
}

.build-card h3 {
    font-size: 1rem;
    margin-bottom: 8px;
}

.build-card p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

.build-card .tag {
    display: inline-block;
    font-size: 0.7rem;
    padding: 3px 10px;
    border-radius: 8px;
    margin-top: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tag-shipped {
    background: rgba(97, 243, 147, 0.15);
    color: #61f393;
}

.tag-legal {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.tag-new {
    background: rgba(100, 149, 237, 0.15);
    color: #6495ed;
}

.tag-infra {
    background: rgba(186, 85, 211, 0.15);
    color: #ba55d3;
}

.decision-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.decision-table th {
    text-align: left;
    padding: 10px 12px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.decision-table td {
    padding: 12px;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    vertical-align: top;
}

.decision-table td:first-child {
    font-weight: 600;
    color: #61f393;
    white-space: nowrap;
}

.reflection-card {
    background: rgba(255,255,255,0.03);
    border-left: 3px solid #61f393;
    padding: 20px 24px;
    margin-top: 20px;
    border-radius: 0 12px 12px 0;
}

.reflection-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
}

.url-preview {
    display: inline-block;
    background: rgba(97, 243, 147, 0.08);
    padding: 6px 14px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 0.85rem;
    color: #61f393;
    margin: 4px 0;
}
