/* ---------------------------------- */
/* --- TIME TRAVEL THEME OVERRIDE --- */
/* ---------------------------------- */

/* --- General Body & Font --- */
.theme-timetravel {
    background-color: #ffffff;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
}
.theme-timetravel h1,
.theme-timetravel h2,
.theme-timetravel h3,
.theme-timetravel h4,
.theme-timetravel h5,
.theme-timetravel h6 {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    text-shadow: none;
    animation: none;
    border: none;
    padding: 0;
}
.theme-timetravel a {
    color: #0000EE; /* Classic visited link purple would be #551A8B */
    text-decoration: underline;
}
.theme-timetravel section h2::before,
.theme-timetravel section h2::after {
    display: none; /* Remove modern heading lines */
}

/* --- Base Header (Early 90s) --- */
.theme-timetravel header {
    background: #c0c0c0;
    border-bottom: 2px solid #000;
    position: static;
    padding: 10px 0;
}
.theme-timetravel header .logo,
.theme-timetravel header a {
    color: #0000FF;
    font-size: 1em;
}

/* --- Spaceman Override --- */
.theme-timetravel #spaceman .speech-bubble {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    text-shadow: none;
    backdrop-filter: none;
    font-family: 'Monaco', 'Courier New', monospace;
}
.theme-timetravel #spaceman .speech-bubble::after {
    border-color: #fff transparent transparent transparent;
}


/* --- Section 1: Hero (2020s Modern & Minimal) --- */
.theme-timetravel #hero {
    background: #F8F9FA;
    color: #212529;
    min-height: 100vh;
}
.theme-timetravel #hero h1 {
    font-family: 'Inter', sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    color: #212529;
}
.theme-timetravel #hero p {
    font-family: 'Inter', sans-serif;
    color: #6C757D;
    font-size: 1.25rem;
}
.theme-timetravel #hero .cta-button {
    background: #0D6EFD;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    padding: 16px 32px;
}

/* --- Section 2: Solutions (Mid-2010s Flat & Material Design) --- */
.theme-timetravel #solutions {
    background: #ECF0F1;
    padding: 80px 0;
}
.theme-timetravel #solutions h2 {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif; /* Roboto was key for Material */
    color: #2C3E50;
    font-weight: 300;
}
.theme-timetravel #solutions .services-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
}
.theme-timetravel #solutions .service-item {
    background-color: #ffffff;
    color: #7F8C8D;
    border-radius: 2px; /* Sharper corners for Material */
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border: none;
    transform: none !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.theme-timetravel #solutions .service-item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.theme-timetravel #solutions .service-item h3 {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    color: #2980B9;
    font-weight: 400;
}

/* --- Section 3: Use Cases (Late 2000s Web 2.0 Skeuomorphism) --- */
.theme-timetravel #use-cases {
    background: #d1d1d1 url('https://www.transparenttextures.com/patterns/subtle-zebra-3d.png');
    padding: 60px 0;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}
.theme-timetravel #use-cases h2 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
    color: #4c4c4c;
    text-shadow: 0 1px 1px #fff;
    font-size: 2em;
}
.theme-timetravel #use-cases .use-cases-grid {
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.theme-timetravel #use-cases .use-case-card {
    display: inline-block;
    width: 30%;
    margin: 1%;
    vertical-align: top;
    background: linear-gradient(to bottom, #fefefe, #e1e1e1);
    border-radius: 8px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 0 #fff, inset 0 1px 2px rgba(0,0,0,0.1), 0 3px 5px rgba(0,0,0,0.2);
    transform: none !important;
}
.theme-timetravel #use-cases .use-case-card h3 {
    color: #333;
    font-size: 1.2em;
    text-shadow: 0 1px 0px #fff;
}

/* --- Section 4: Projects (Early 2000s "Corporate Blue") --- */
.theme-timetravel #projects {
    background: #DFE8F6;
    max-width: 800px;
    margin: 0 auto;
    border-left: 1px solid #a3b8d3;
    border-right: 1px solid #a3b8d3;
    padding: 10px 20px;
}
.theme-timetravel #projects .project-grid-container {
    display: block;
}
.theme-timetravel #projects h2 {
    font-family: 'Verdana', sans-serif;
    color: #0e4e8a;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #a3b8d3;
    margin-bottom: 15px;
}
.theme-timetravel #projects .project-card {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    transform: none !important;
    text-align: left;
}
.theme-timetravel #projects .project-card-image {
    width: 100px; height: 100px;
    float: left;
    margin-right: 10px;
}
.theme-timetravel #projects .project-card-content h3 {
    font-family: 'Tahoma', sans-serif;
    color: #0e4e8a;
    font-size: 1.1em;
}

/* --- Section 5: Tech Core (Late 1990s GeoCities) --- */
.theme-timetravel #tech-core {
    background-color: #000000;
    background-image: url('https://www.transparenttextures.com/patterns/stardust.png');
    border: 5px ridge #c0c0c0;
}
.theme-timetravel #tech-core h2 {
    font-family: 'Comic Sans MS', cursive;
    color: #ff00ff;
    animation: rainbow-text 2s infinite linear, blinker 1s linear infinite;
}
.theme-timetravel #tech-core .network-container { display: none; }
.theme-timetravel #tech-core .tech-description {
    font-family: 'Courier New', monospace;
    color: #00ff00;
    font-size: 1.2em;
}
.theme-timetravel #tech-core::before { /* Visitor Counter */
    content: '';
    display: block;
    width: 100px;
    height: 40px;
    margin: 40px auto;
    background-image: url('https://cyber.dabamos.de/88x31/animcount.gif');
}

/* --- Section 6: About & Contact (Early 1990s Primordial Web) --- */
.theme-timetravel #about,
.theme-timetravel #contact {
    background: #EAEAEA;
    text-align: left;
    padding: 20px;
    max-width: 600px;
    margin: 0; /* No margin in the primordial soup */
    border: none;
    font-size: 16px;
}
.theme-timetravel #about h2,
.theme-timetravel #contact h2 {
    font-size: 1.2em;
    font-weight: bold;
}
.theme-timetravel #about p,
.theme-timetravel #contact p {
    color: #000; /* Ensure text is black for this era */
}
.theme-timetravel #contact form {
    display: block;
}
.theme-timetravel #contact form input,
.theme-timetravel #contact form button {
    display: block;
    width: 95%;
    margin-bottom: 10px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}
@keyframes rainbow-text {
  0% { color: red; } 15% { color: orange; } 30% { color: yellow; }
  45% { color: green; } 60% { color: blue; } 75% { color: indigo; }
  90% { color: violet; } 100% { color: red; }
}

/* --- Era Annotation Box --- */
#era-annotation {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #333;
    padding: 15px;
    border-radius: 8px;
    width: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.4s ease-out;
}

.theme-timetravel #era-annotation {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#era-annotation .era-title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #000;
}

#era-annotation .era-description {
    font-size: 0.9em;
    line-height: 1.5;
    margin: 0;
} 