/* Escritor sin Porvenir - Retro GeoCities Style with Geist Typography */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;500;700&display=swap');

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Geist', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
}

/* Header Styles */
.header {
    text-align: center;
    margin-bottom: 30px;
}

.ascii-border {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #666666;
    margin: 10px 0;
    overflow-x: auto;
}

.main-title {
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0px;
    margin: 20px 0;
    color: #000000;
    text-align: left;
}

/* Navigation Styles */
.navigation {
    text-align: center;
    margin-bottom: 40px;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 15px 0;
}

.nav-link {
    display: inline-block;
    margin: 0 20px;
    padding: 8px 16px;
    text-decoration: underline;
    color: #000000;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.2s;
}

.nav-link:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.nav-link.active {
    background-color: #e0e0e0;
    text-decoration: none;
}

/* Main Content */
.main-content {
    max-width: 800px;
    margin: 0 auto;
}

/* Main image styles */
.main-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border: 2px solid #000000;
    background-color: #ffffff;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

/* Writer Scene */
.writer-scene {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.ascii-writer {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 20px;
    margin: 20px auto;
    display: inline-block;
    white-space: pre;
    overflow-x: auto;
}

/* Subtitle */
.subtitle {
    text-align: center;
    margin: 30px 0;
    font-style: italic;
    color: #666666;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 300;
}

/* Updates Window */
.updates-window {
    max-width: 500px;
    margin: 40px auto;
    border: 2px solid #000000;
    background-color: #f8f8f8;
}

.window-header {
    background-color: #cccccc;
    padding: 5px 10px;
    border-bottom: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.window-title {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 12px;
}

.window-controls {
    font-family: 'Courier New', monospace;
    font-size: 12px;
}

.window-content {
    padding: 15px;
}

.ascii-frame {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px;
    color: #666666;
}

.updates-list p {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    margin: 5px 0;
    color: #000000;
}

/* Welcome Text */
.welcome-text {
    margin: 50px 0;
    padding: 30px;
    border: 1px dashed #cccccc;
    background-color: #fafafa;
}

.welcome-text h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
}

.welcome-text p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Geist', sans-serif;
    font-weight: 300;
}

/* Footer */
.footer {
    margin-top: 60px;
    text-align: center;
    color: #666666;
}

.ascii-separator {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    margin: 20px 0;
    overflow-x: auto;
}

.footer p {
    margin: 10px 0;
    font-size: 12px;
}

.badges {
    margin-top: 20px;
}

.badge {
    display: inline-block;
    margin: 5px 10px;
    padding: 3px 8px;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
    font-family: 'Courier New', monospace;
    font-size: 10px;
    color: #666666;
}

/* Content Pages Styles */
.content-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 20px;
}

.content-title {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
}

.content-subtitle {
    font-style: italic;
    color: #666666;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 300;
}

.prophecy-item {
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.prophecy-title {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: #000000;
}

.prophecy-meta {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #666666;
    margin-bottom: 20px;
}

.prophecy-content {
    line-height: 1.7;
}

.prophecy-content h4 {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    margin: 20px 0 10px 0;
    color: #000000;
}

.prophecy-content p {
    margin-bottom: 15px;
    text-align: justify;
    font-family: 'Geist', sans-serif;
    font-weight: 300;
    line-height: 1.7;
}

/* Navigation and Read More Buttons */
.read-more {
    margin-top: 20px;
    text-align: center;
}

.read-button, .nav-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 2px solid #000000;
    color: #000000;
    text-decoration: none;
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
    margin: 5px;
}

.read-button:hover, .nav-button:hover {
    background-color: #000000;
    color: #ffffff;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    flex-wrap: wrap;
}

/* Prophecy Full Page Styles */
.prophecy-full {
    max-width: 800px;
    margin: 0 auto;
}

.prophecy-section {
    margin: 40px 0;
    padding: 30px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
}

.prophecy-section h3 {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}

.original-fragment {
    background-color: #f8f8f8;
    border-left: 4px solid #cccccc;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
}

.original-fragment p {
    margin-bottom: 15px;
    color: #666666;
}

/* Coming Soon Styles */
.coming-soon {
    text-align: center;
    margin: 60px 0;
    padding: 40px;
    border: 2px dashed #cccccc;
    background-color: #f8f8f8;
}

.coming-soon h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    color: #666666;
}

.coming-soon p {
    font-style: italic;
    color: #999999;
    font-size: 16px;
    font-family: 'Geist', sans-serif;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    .main-title {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .nav-link {
        display: block;
        margin: 5px 0;
    }
    
    .ascii-writer {
        font-size: 8px;
        padding: 10px;
    }
    
    .welcome-text {
        padding: 20px;
    }
    
    .welcome-text p {
        text-align: left;
    }
}

/* Hover Effects */
.nav-link:hover {
    cursor: pointer;
}

.updates-window:hover {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/* Print Styles */
@media print {
    .navigation, .updates-window, .footer {
        display: none;
    }
    
    body {
        font-size: 12px;
    }
    
    .main-title {
        font-size: 20px;
    }
}

