/* FiLMaren Arkiv - WordPress Plugin Styles */

.filmaren-arkiv {
    max-width: 900px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Captcha gate */
.filmaren-captcha {
    max-width: 500px;
    margin: 2em auto;
    padding: 2em;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
    text-align: center;
}
.filmaren-captcha h2 {
    margin-top: 0;
    color: #2271b1;
}
.filmaren-captcha label {
    display: block;
    margin-bottom: 0.5em;
}
.filmaren-captcha-error {
    color: #d63638;
    font-weight: bold;
}

/* Search form */
.filmaren-search-form {
    margin-bottom: 2em;
}
.filmaren-search-row {
    display: flex;
    gap: 0.5em;
    flex-wrap: nowrap;
}
.filmaren-search-input {
    flex: 1;
    min-width: 200px;
    padding: 0.6em 1em;
    font-size: 1em;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.filmaren-search-input:focus {
    border-color: #2271b1;
    outline: none;
}
.filmaren-select, .filmaren-edition-input {
    padding: 0.6em;
    font-size: 1em;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.filmaren-edition-input {
    width: 70px;
}
.filmaren-search-btn {
    padding: 0.6em 1.5em;
    font-size: 1em;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.filmaren-search-btn:hover {
    background: #135e96;
}

/* Results */
.filmaren-result-inner {
    display: flex;
    gap: 1em;
}
.filmaren-thumb-link {
    flex-shrink: 0;
}
.filmaren-thumb {
    width: 85px;
    height: 119px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.filmaren-result-content {
    flex: 1;
    min-width: 0;
}
.filmaren-results-info {
    padding: 0.8em;
    background: #f0f6fc;
    border-radius: 4px;
    margin-bottom: 1.5em;
    color: #333;
}
.filmaren-result {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1.2em;
    margin-bottom: 1em;
    background: #fff;
}
.filmaren-result-meta {
    display: flex;
    gap: 0.8em;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    font-size: 0.85em;
    color: #666;
}
.filmaren-year {
    font-weight: bold;
    color: #2271b1;
}
.filmaren-badge-ocr {
    background: #fef3cd;
    color: #856404;
    padding: 0.1em 0.5em;
    border-radius: 3px;
    font-size: 0.8em;
}
.filmaren-badge-rank {
    background: #d4edda;
    color: #155724;
    padding: 0.1em 0.5em;
    border-radius: 3px;
    font-size: 0.8em;
}

/* Search help */
.filmaren-search-help {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #555;
}
.filmaren-search-help summary {
    cursor: pointer;
    color: #2271b1;
}
.filmaren-search-help ul {
    margin: 0.5em 0 0 1.2em;
    padding: 0;
}
.filmaren-search-help li {
    margin-bottom: 0.3em;
}
.filmaren-result-title {
    margin: 0.3em 0;
    font-size: 1.15em;
}
.filmaren-result-title mark {
    background: #fff3cd;
    padding: 0 2px;
    border-radius: 2px;
}
.filmaren-result-excerpt {
    color: #444;
    line-height: 1.5;
    margin: 0.5em 0;
    font-size: 0.95em;
}
.filmaren-result-excerpt mark {
    background: #fff3cd;
    padding: 0 2px;
    border-radius: 2px;
}
.filmaren-pdf-link {
    display: inline-block;
    margin-top: 0.5em;
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
}
.filmaren-pdf-link:hover {
    text-decoration: underline;
}

/* Pagination */
.filmaren-pagination {
    display: flex;
    gap: 0.3em;
    justify-content: center;
    margin: 2em 0;
    flex-wrap: wrap;
}
.filmaren-pagination a, .filmaren-page-current {
    padding: 0.5em 0.9em;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #2271b1;
}
.filmaren-page-current {
    background: #2271b1;
    color: white;
    border-color: #2271b1;
}
.filmaren-pagination a:hover {
    background: #f0f6fc;
}

/* Browse / Year grid */
.filmaren-year-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5em;
}
.filmaren-decade h4 {
    margin: 0 0 0.5em;
    color: #2271b1;
    border-bottom: 2px solid #2271b1;
    padding-bottom: 0.3em;
}
.filmaren-decade ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filmaren-decade li {
    padding: 0.3em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filmaren-decade a {
    font-weight: 600;
    color: #2271b1;
    text-decoration: none;
}
.filmaren-decade a:hover {
    text-decoration: underline;
}
.filmaren-count {
    font-size: 0.8em;
    color: #888;
}

/* Edition cards */
.filmaren-editions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1em;
}
.filmaren-edition-card {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 1em;
    background: #fff;
}
.filmaren-edition-card h3 {
    margin: 0 0 0.3em;
}
.filmaren-edition-card h3 a {
    color: #2271b1;
    text-decoration: none;
}
.filmaren-edition-card p {
    margin: 0.3em 0;
    font-size: 0.9em;
    color: #555;
}

/* Article details (accordion) */
.filmaren-article-detail {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 0.5em;
}
.filmaren-article-detail summary {
    padding: 0.8em 1em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
}
.filmaren-article-detail summary:hover {
    background: #f0f6fc;
}
.filmaren-article-detail[open] summary {
    border-bottom: 1px solid #e0e0e0;
}
.filmaren-page-ref {
    font-size: 0.8em;
    color: #888;
}
.filmaren-article-body {
    padding: 1em;
    line-height: 1.6;
    color: #333;
    max-height: 400px;
    overflow-y: auto;
}

/* No headings notice */
.filmaren-no-headings {
    padding: 0.8em 1em;
    background: #fef3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
    margin-bottom: 1em;
}
.filmaren-fulltext summary {
    background: #f5f5f5;
    font-style: italic;
}

/* Image grid */
.filmaren-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1em;
}
.filmaren-image figcaption {
    font-size: 0.85em;
    color: #555;
    padding: 0.5em;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Latest edition */
.filmaren-latest {
    margin-bottom: 2em;
    padding: 1em;
    background: #f0f6fc;
    border: 1px solid #d0e0f0;
    border-radius: 6px;
}
.filmaren-latest-inner {
    display: flex;
    gap: 1em;
    align-items: center;
}
.filmaren-latest h3 {
    margin: 0;
    font-size: 0.85em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.filmaren-latest p {
    margin: 0.1em 0;
    line-height: 1.3;
}

/* Publish form */
.filmaren-publish {
    margin-top: 2em;
    border-top: 1px solid #e0e0e0;
    padding-top: 1em;
}
.filmaren-publish summary {
    cursor: pointer;
    color: #2271b1;
}
.filmaren-publish-form {
    margin-top: 1em;
    padding: 1em;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.filmaren-publish-form input[type="file"] {
    margin-right: 0.5em;
}
.filmaren-publish-note {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.5em;
}
.filmaren-publish-msg {
    padding: 0.8em 1em;
    background: #d4edda;
    border: 1px solid #28a745;
    border-radius: 4px;
    margin-bottom: 1em;
    color: #155724;
}
.filmaren-publish-error {
    background: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

/* Responsive */
@media (max-width: 600px) {
    .filmaren-search-row {
        flex-wrap: wrap;
    }
    .filmaren-search-input {
        min-width: 100%;
    }
    .filmaren-edition-input {
        width: 100%;
    }
    .filmaren-year-grid {
        grid-template-columns: 1fr 1fr;
    }
}
