/*
Theme Name: Resources
Theme URI: https://www.leedscommunityhealthcare.nhs.uk/
Author: Leeds Community Healthcare NHS Trust
Author URI: https://www.leedscommunityhealthcare.nhs.uk/
Description: Minimal theme for media library and document management subsite. No public-facing pages.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: resources
*/

/* This theme has no frontend styling as it's designed for admin-only use */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    background: #f0f0f1;
}

.resources-redirect-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}

.resources-redirect-content {
    text-align: center;
    max-width: 500px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}

.resources-redirect-content h1 {
    color: #1d2327;
    margin-bottom: 20px;
}

.resources-redirect-content p {
    color: #50575e;
    margin-bottom: 30px;
    line-height: 1.6;
}

.resources-admin-button {
    display: inline-block;
    padding: 12px 30px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.2s;
}

.resources-admin-button:hover {
    background: #135e96;
    color: #fff;
}
