/* ==========================================
   1995 Retro Easter Egg Styles
   All styles scoped under .retro-1995
   ========================================== */

/* ---- Base Overrides ---- */
.retro-1995 {
    background: #C0C0C0 !important;
    font-family: 'Times New Roman', Times, serif !important;
    cursor: default !important;
}

.retro-1995 body {
    background: #C0C0C0 !important;
    font-family: 'Times New Roman', Times, serif !important;
    color: #000000 !important;
}

/* Kill dot pattern background */
.retro-1995 .dot-pattern {
    display: none !important;
}

/* ---- Container ---- */
.retro-1995 .container {
    max-width: 760px;
    background: #FFFFFF;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #808080;
    padding: 16px 24px;
    margin-top: 60px;
}

/* ---- Navigation ---- */
.retro-1995 .nav {
    background: #000080;
    margin: -16px -24px 16px -24px;
    padding: 8px 16px;
    border-bottom: 3px outset #808080;
}

.retro-1995 .logo {
    color: #FFFF00 !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 0 #000000;
}

.retro-1995 .nav-links a {
    color: #00FFFF !important;
    text-decoration: underline !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
    font-size: 14px !important;
}

.retro-1995 .nav-links a:hover {
    color: #FFFF00 !important;
}

.retro-1995 .theme-toggle {
    display: none !important;
}

/* ---- Hero ---- */
.retro-1995 .hero {
    text-align: center;
    margin-bottom: 16px;
}

.retro-1995 .hero-avatar {
    border-radius: 0 !important;
    border: 3px solid #000000 !important;
    box-shadow: 4px 4px 0 #808080;
    background: none !important;
    width: 120px;
    height: 120px;
}

.retro-1995 .hero-name {
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
    color: #FF0000 !important;
    font-size: 32px !important;
    text-shadow: 2px 2px 0 #808080;
    letter-spacing: normal !important;
}

.retro-1995 .hero-subtitle {
    color: #000080 !important;
    font-size: 16px !important;
    font-weight: bold;
}

.retro-1995 .hero-tagline {
    color: #000000 !important;
    font-size: 14px !important;
    font-style: italic;
}

/* Social links retro */
.retro-1995 .social-links {
    gap: 8px;
}

.retro-1995 .social-link {
    border-radius: 0 !important;
    border: 2px outset #C0C0C0 !important;
    background: #C0C0C0 !important;
    color: #000080 !important;
}

.retro-1995 .social-link:hover {
    border-style: inset !important;
    color: #FF0000 !important;
}

/* ---- Bento / Cards ---- */
.retro-1995 .bento-card,
.retro-1995 .stats-row,
.retro-1995 .talk-card,
.retro-1995 .community-card,
.retro-1995 .project-card,
.retro-1995 .timeline-item {
    background: #FFFFFF !important;
    border: 2px outset #C0C0C0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Kill all cursor spotlight pseudo-elements */
.retro-1995 .bento-card::before,
.retro-1995 .talk-card::before,
.retro-1995 .community-card::before,
.retro-1995 .project-card::before,
.retro-1995 .timeline-item::before {
    display: none !important;
}

.retro-1995 .bento-hero {
    background: #FFFFCC !important;
    border: 3px double #000080 !important;
}

/* Status badge */
.retro-1995 .status-badge {
    color: #FF0000 !important;
    font-family: 'Courier New', monospace !important;
    text-transform: uppercase;
}

.retro-1995 .status-dot {
    background: #FF0000 !important;
    animation: retro-blink 1s step-end infinite !important;
}

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

.retro-1995 .current-role {
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
    color: #000080 !important;
}

.retro-1995 .current-company {
    color: #FF0000 !important;
}

.retro-1995 .hero-desc {
    color: #000000 !important;
}

.retro-1995 .role-tags {
    gap: 4px;
}

.retro-1995 .role-tag {
    background: #C0C0C0 !important;
    border: 2px outset #C0C0C0 !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-family: 'Courier New', monospace !important;
    font-size: 12px !important;
}

/* ---- Stats ---- */
.retro-1995 .stat-value {
    color: #000080 !important;
    font-family: 'Courier New', monospace !important;
}

.retro-1995 .stat-value.highlight {
    color: #FF0000 !important;
}

.retro-1995 .stat-label {
    color: #000000 !important;
    font-size: 12px !important;
}

.retro-1995 .stat-divider {
    background: #808080 !important;
}

/* ---- Section titles ---- */
.retro-1995 .section-title {
    color: #000080 !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-bottom: 2px solid #000080;
    padding-bottom: 4px;
}

/* ---- Skill list ---- */
.retro-1995 .skill-list li {
    background: #FFFFCC !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-size: 14px !important;
}

/* ---- Timeline ---- */
.retro-1995 .timeline-dot {
    border-color: #000080 !important;
    background: #000080 !important;
}

.retro-1995 .timeline-year {
    color: #808080 !important;
    font-family: 'Courier New', monospace !important;
}

.retro-1995 .timeline-role {
    color: #000000 !important;
    font-weight: bold !important;
}

.retro-1995 .timeline-company {
    color: #000080 !important;
}

.retro-1995 .timeline-desc {
    color: #000000 !important;
}

.retro-1995 .timeline-item.expanded {
    border: 2px inset #C0C0C0 !important;
}

.retro-1995 .timeline-toggle {
    color: #000080 !important;
}

/* ---- Talks ---- */
.retro-1995 .talks-grid {
    grid-template-columns: 1fr !important;
}

.retro-1995 .talk-type {
    background: #FF0000 !important;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    font-family: 'Courier New', monospace !important;
}

.retro-1995 .talk-title {
    color: #0000FF !important;
    text-decoration: underline !important;
}

.retro-1995 .talk-source {
    color: #808080 !important;
}

/* Kill external link indicators */
.retro-1995 .talk-card[href]::after,
.retro-1995 a.community-card::after {
    display: none !important;
}

/* ---- Community ---- */
.retro-1995 .community-grid {
    grid-template-columns: 1fr !important;
}

.retro-1995 .community-label {
    color: #FF0000 !important;
    font-weight: bold !important;
}

.retro-1995 .community-title {
    color: #000000 !important;
}

.retro-1995 .community-meta {
    color: #808080 !important;
    font-family: 'Courier New', monospace !important;
}

.retro-1995 .open-for {
    background: #C0C0C0 !important;
    border: 2px outset #C0C0C0 !important;
    border-radius: 0 !important;
    color: #000000 !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
}

.retro-1995 .open-for:hover {
    border-style: inset !important;
    background: #C0C0C0 !important;
    color: #000000 !important;
}

/* ---- Projects ---- */
.retro-1995 .projects-grid {
    grid-template-columns: 1fr !important;
}

.retro-1995 .project-name {
    color: #0000FF !important;
    text-decoration: underline !important;
}

.retro-1995 .project-desc {
    color: #000000 !important;
}

.retro-1995 .project-arrow {
    color: #000080 !important;
}

/* ---- About ---- */
.retro-1995 .about-content p {
    color: #000000 !important;
}

/* ---- Footer ---- */
.retro-1995 .footer {
    border-top: 2px solid #000080 !important;
    background: #C0C0C0;
}

.retro-1995 .footer-cta {
    color: #000080 !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
}

.retro-1995 .footer-email {
    color: #0000FF !important;
    text-decoration: underline !important;
}

.retro-1995 .footer-copy {
    color: #808080 !important;
}

/* ---- Modal ---- */
.retro-1995 .modal {
    background: #C0C0C0 !important;
    border: 3px outset #C0C0C0 !important;
    border-radius: 0 !important;
}

.retro-1995 .modal-title {
    color: #000080 !important;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive !important;
}

.retro-1995 .modal-option {
    background: #FFFFFF !important;
    border: 2px outset #C0C0C0 !important;
    border-radius: 0 !important;
    color: #000000 !important;
}

.retro-1995 .modal-option:hover {
    border-style: inset !important;
}

/* ---- Kill entrance animations ---- */
.retro-1995 .section,
.retro-1995 .bento-card,
.retro-1995 .stats-row {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* ===========================================
   Injected Elements
   =========================================== */

/* Under Construction Banner */
.retro-banner {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #FFFF00;
    border-bottom: 3px solid #FF0000;
    padding: 8px 0;
    text-align: center;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
}

.retro-banner marquee {
    font-weight: bold;
}

/* Visitor Counter */
.retro-visitor-counter {
    display: inline-block;
    background: #000000;
    color: #00FF00;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    padding: 4px 12px;
    border: 2px inset #808080;
    margin: 8px auto;
    letter-spacing: 3px;
}

/* "Best Viewed With" footer section */
.retro-best-viewed {
    text-align: center;
    padding: 16px;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    font-size: 13px;
    color: #000080;
    margin-top: 16px;
}

.retro-best-viewed p {
    margin: 8px 0;
}

/* Rainbow HR */
.retro-rainbow-hr {
    height: 4px;
    border: none;
    background: linear-gradient(
        90deg,
        #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3,
        #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3
    );
    background-size: 200% 100%;
    animation: retro-rainbow-scroll 3s linear infinite;
    margin: 12px 0;
}

@keyframes retro-rainbow-scroll {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* NEW! Blinking Badge */
.retro-new-badge {
    display: inline-block;
    background: #FF0000;
    color: #FFFF00;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 8px;
    margin-left: 8px;
    animation: retro-badge-blink 0.8s step-end infinite;
    vertical-align: middle;
}

@keyframes retro-badge-blink {
    0%, 100% { visibility: visible; }
    50% { visibility: hidden; }
}

/* Floating Stars */
.retro-star {
    position: fixed;
    top: -30px;
    font-size: 20px;
    color: #FFD700;
    z-index: 9998;
    pointer-events: none;
    animation: retro-star-fall linear infinite;
    text-shadow: 0 0 6px #FFD700;
}

@keyframes retro-star-fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translateY(110vh) rotate(720deg);
        opacity: 0;
    }
}

/* "Back to 2025" Exit Button */
.retro-exit-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    background: #C0C0C0;
    border: 2px outset #C0C0C0;
    padding: 8px 16px;
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    font-size: 14px;
    font-weight: bold;
    color: #000080;
    cursor: pointer;
    box-shadow: 2px 2px 0 #808080;
}

.retro-exit-btn:hover {
    background: #D4D4D4;
}

.retro-exit-btn:active {
    border-style: inset;
    box-shadow: none;
    transform: translate(1px, 1px);
}

/* Construction icon bounce */
.retro-bounce {
    display: inline-block;
    animation: retro-icon-bounce 0.6s ease-in-out infinite alternate;
}

@keyframes retro-icon-bounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-4px); }
}

/* Guestbook link style */
.retro-guestbook-link {
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

.retro-guestbook-link:hover {
    color: #FF0000;
}
