/* Root landing page styles */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 800px;
    margin: 3rem auto;
    padding: 2rem;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.landing-container {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.landing-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e9ecef;
}

.landing-header h1 {
    color: #0d6efd;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.user-info {
    color: #6c757d;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.user-info a {
    color: #0d6efd;
    text-decoration: none;
}

.user-info a:hover {
    text-decoration: underline;
}

.landing-content {
    margin-top: 2rem;
}

.editions-section,
.admin-section {
    margin: 2rem 0;
}

.editions-section h2,
.admin-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #495057;
}

.editions-list {
    list-style: none;
    padding: 0;
}

.editions-list li {
    margin: 0.75rem 0;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.editions-list li:hover {
    background-color: #e9ecef;
}

.editions-list a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    display: block;
}

.admin-section p {
    margin: 0.5rem 0;
}

h1 {
    color: #0d6efd;
    margin-bottom: 0.5rem;
}

.subtitle {
    color: #6c757d;
    margin-bottom: 2rem;
}

.section {
    margin: 2rem 0;
}

.section h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #495057;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin: 0.75rem 0;
}

a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

.admin-link {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
}

.admin-link:hover {
    background: #5a6268;
    text-decoration: none;
}

.event-link {
    display: inline-block;
    padding: 0.5rem 0;
}

.no-slug {
    color: #999;
}

.no-editions {
    color: #999;
}
