/* General Body Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    transition: background-color 0.3s, color 0.3s;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus styles for accessibility */
a:focus,
button:focus,
select:focus {
    outline: 2px solid #e94560;
    outline-offset: 2px;
}

/* Skip to main content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #e94560;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10000;
}

.skip-link:focus {
    top: 6px;
}

/* Theme Colors (Obsidian only) */
.theme-dark-8 {
    background-color: #0f1419;
    color: #f5f5f5;
    color-scheme: dark;
}

/* Header */
.main-header {
    padding: 1rem 0;
    border-bottom: 1px solid #ffffff20;
}
.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo-title {
    display: block;
    line-height: 1.0;
}

/* Responsive header layout */
@media (max-width: 768px) {
    .main-header .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .main-header nav {
        width: 100%;
    }

    .main-header .logo {
        margin-bottom: 0.25rem;
    }
}
.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.beta-badge {
    display: inline-block;
    margin: 4px 0 0 0;
    font-size: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffd700;
    align-self: flex-start;
}
.main-header nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    padding: 0.5rem 1rem;
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
}
.btn-nav {
    background: rgba(255, 255, 255, 0.08);
    color: #e0e0e0;
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}
.btn-nav:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
}
.btn-nav[aria-current="page"] {
    background: linear-gradient(45deg, #667eea, #e94560);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}
/* Legacy button variants retained but unused in header nav */
.btn-primary { background-color: #e94560; color: #ffffff; border-color: #e94560; }
.btn-primary:hover { background-color: #c63a50; border-color: #c63a50; }
.btn-secondary { background-color: #6b7280; color: #ffffff; border-color: #6b7280; }
.btn-secondary:hover { background-color: #4b5563; border-color: #4b5563; }

/* Ensure header buttons have consistent spacing when wrapping */
.main-header nav .btn {
    margin: 0.25rem 0;
}
#theme-switcher-btn {
    background: none;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-left: 1rem;
}
#theme-switcher-btn:hover {
    background-color: #e0e0e0;
    color: #1a1a2e;
}

/* Theme Selector Dropdown */
.theme-selector {
    margin-left: 1rem;
    position: relative;
}
.theme-selector select {
    background-color: transparent;
    color: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0.5rem;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9rem;
}
.theme-selector select:focus {
    outline: none;
    border-color: #e94560;
}
.theme-selector select option {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

/* Dark theme form controls */
.theme-dark-8 select {
    background-color: rgba(20, 24, 32, 0.95);
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.theme-dark-8 option {
    background-color: #151a22;
    color: #e0e0e0;
}

/* Landing Page */
.landing-page .hero {
    text-align: center;
    padding: 4rem 0;
}
.landing-page .subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.landing-page .hero p {
    margin-bottom: 2rem;
}
.landing-page .trust-chips {
    margin-top: 1rem;
}
.btn-large {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
    margin-top: 1rem;
}
.features {
    padding: 4rem 0;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
.feature-item {
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

/* Live Charts Section */
.live-charts {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}
.live-charts h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.charts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

/* Collapse grids gracefully on small screens */
@media (max-width: 768px) {
    .charts-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }
}

/* Small-phone optimizations */
@media (max-width: 480px) {
    .main-header .container {
        gap: 0.5rem;
    }
    .main-header nav {
        gap: 0.5rem;
    }
    .main-header nav .btn {
        padding: 0.45rem 0.75rem;
        font-size: 0.9rem;
    }
    .theme-selector {
        width: 100%;
    }
    .theme-selector select {
        width: 100%;
        font-size: 0.85rem;
        padding: 0.4rem;
    }
    .logo {
        font-size: 1.25rem;
    }
    .beta-badge {
        font-size: 0.5rem;
    }
    .landing-page .hero {
        padding: 2rem 0;
    }
    .landing-page .hero h1 {
        font-size: 1.6rem;
    }
    .landing-page .subtitle {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .chart-thumbnails {
        grid-template-columns: 1fr;
    }
    .tradingview-widget-container {
        min-height: 260px;
    }
    /* Dial down typography and spacing for small screens */
    .reference-header h2 { font-size: 1.1rem; }
    .reference-block h3 { font-size: 0.95rem; }
    .reference-card { padding: 0.75rem 1rem; }
    .reference-grid { gap: 0.5rem; }
    .reference-card .data-item { font-size: 0.95rem; }
    .chart-widget h3 { font-size: 1.1rem; }
    .summary-card h3 { font-size: 1.15rem; }
    .live-charts h2 { font-size: 1.6rem; margin-bottom: 2rem; }
    .section-header h2 { font-size: 1.3rem; }
    .beta-note { font-size: 0.95rem; }
}
.chart-widget {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    backdrop-filter: blur(10px);
}
.chart-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}
.chart-widget h3 {
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
    color: #667eea;
    text-align: center;
    font-weight: 600;
}
.tradingview-widget-container {
    border-radius: 12px;
    overflow: hidden;
    background-color: transparent;
    min-height: 300px;
}
.tradingview-widget-copyright {
    text-align: center;
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #888888;
}
.tradingview-widget-copyright a {
    color: #667eea;
    text-decoration: none;
}
.tradingview-widget-copyright a:hover {
    text-decoration: underline;
}


/* Dashboard */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.beta-note {
    margin: 0.5rem 0 1rem 0;
    color: #b8b8b8;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 10px;
}

/* Reference Widget */
.reference-card {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

/* Constrain width of standalone sections */
.hero,
.features,
.live-charts {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Target specific landing page reference cards by ID */
#atlas-promo,
#landing-ref-widget {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Add spacing after the landing reference widget */
#landing-ref-widget {
    margin-bottom: 2rem;
}

/* For landing widgets, move the visual card chrome onto the inner container */
#atlas-promo,
#landing-ref-widget {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

#atlas-promo .container,
#landing-ref-widget .container {
    position: relative;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

/* Disable section-level decorative layer and render it on the inner container */
#atlas-promo::before,
#landing-ref-widget::before {
    content: none;
}

#atlas-promo .container::before,
#landing-ref-widget .container::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background:
        radial-gradient(60% 60% at 15% 10%, rgba(102, 126, 234, 0.12), transparent 60%),
        radial-gradient(50% 50% at 85% 20%, rgba(78, 205, 196, 0.10), transparent 60%),
        radial-gradient(40% 40% at 80% 85%, rgba(233, 69, 96, 0.08), transparent 60%);
    pointer-events: none;
}




.reference-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background:
        radial-gradient(60% 60% at 15% 10%, rgba(102, 126, 234, 0.12), transparent 60%),
        radial-gradient(50% 50% at 85% 20%, rgba(78, 205, 196, 0.10), transparent 60%),
        radial-gradient(40% 40% at 80% 85%, rgba(233, 69, 96, 0.08), transparent 60%);
    pointer-events: none;
}
.reference-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.75rem;
}
.reference-header h2 {
    margin: 0;
    font-size: 1.4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.reference-header #refDate {
    font-size: 0.9rem;
    color: #b8b8b8;
    background: rgba(102, 126, 234, 0.08);
    border: 1px solid rgba(102, 126, 234, 0.25);
    padding: 4px 8px;
    border-radius: 8px;
}
.reference-header #refCycleDays {
    font-size: 0.9rem;
    color: #b8b8b8;
    background: rgba(78, 205, 196, 0.08);
    border: 1px solid rgba(78, 205, 196, 0.25);
    padding: 4px 8px;
    border-radius: 8px;
}
.reference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.75rem;
}
.reference-block {
    padding: 0.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.reference-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
    border-color: rgba(102, 126, 234, 0.25);
}
.reference-block:nth-child(1) { border-left: 4px solid rgba(78, 205, 196, 0.65); }
.reference-block:nth-child(2) { border-left: 4px solid rgba(102, 126, 234, 0.65); }
.reference-block:nth-child(3) { border-left: 4px solid rgba(233, 69, 96, 0.65); }
.reference-block:nth-child(4) { border-left: 4px solid rgba(255, 215, 0, 0.65); }
.reference-block h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
    color: #667eea;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.reference-block .data-item { padding: 6px 0; }
.reference-card .data-item {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.10);
    justify-content: flex-start;
    gap: 8px;
}
.reference-card .data-item:last-child {
    border-bottom: none;
}

/* Metric badges & bars */
.metric-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid transparent;
    margin-left: 6px;
}
.metric-badge.positive {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
    border-color: rgba(34, 197, 94, 0.35);
}
.metric-badge.negative {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.35);
}
.progress-bar {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 6px;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4ecdc4, #667eea);
}
/* sparkline removed */
.summary-card {
    padding: 1.5rem;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.summary-card .profit-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(34, 197, 94, 0.15);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.35);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
}
.summary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transition: background-color 0.3s;
}
.summary-card.long::before {
    background: linear-gradient(90deg, #4ade80, #22c55e);
}
.summary-card.short::before {
    background: linear-gradient(90deg, #f87171, #ef4444);
}

/* Enhanced coin pair title styling */
.summary-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

/* Recommendation badge styling */
.recommendation-badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.5rem;
}
.recommendation-badge.long {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}
.recommendation-badge.short {
    background: linear-gradient(135deg, #f87171, #ef4444);
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

/* Widget date styling */
.widget-date {
    font-size: 0.75rem;
    color: #888888;
    margin-top: 1rem;
    text-align: right;
    font-style: italic;
    opacity: 0.8;
}

/* Risk vs Reward styling */
.risk-percent {
    color: #ef4444;
    font-weight: 600;
    font-size: 0.9rem;
}
.reward-percent {
    color: #22c55e;
    font-weight: 600;
    font-size: 0.9rem;
}
.risk-reward-summary {
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border-left: 4px solid #667eea;
}
.risk-reward-summary h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    color: #667eea;
}
.risk-reward-summary p {
    margin: 0.3rem 0;
    font-size: 0.9rem;
}

/* Timeframe Analysis Grid */
.timeframe-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}
.timeframe-item {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.timeframe-item h3 {
    margin: 0 0 0.8rem 0;
    font-size: 1rem;
    color: #667eea;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.timeframe-item p {
    margin: 0.4rem 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* Rationale List */
.rationale-list {
    margin-top: 1rem;
}
.rationale-list p {
    margin: 0.8rem 0;
    padding-left: 1rem;
    line-height: 1.5;
    position: relative;
}
.rationale-list p:before {
    content: '•';
    color: #667eea;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Base card backgrounds with subtle color hints */

/* Details Page */
#details-container h1 {
    border-bottom: 2px solid #ffffff30;
    padding-bottom: 0.5rem;
    font-size: 2.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
}
.details-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.details-section {
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

/* Landing hero headline to match stats gradient */
.landing-page .hero h1 {
    background: linear-gradient(45deg, #667eea, #e94560, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.chart-thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.chart-thumbnail {
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.2s;
}
.chart-thumbnail:hover {
    opacity: 0.8;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


/* Footer */
.main-footer {
    text-align: center;
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid #ffffff20;
}

/* Stats Page Integration */
.stats-page .main-header {
    margin-bottom: 0;
}

.stats-page .container {
    padding-top: 2rem;
}

/* Enhanced button styling for stats navigation */
.btn-secondary {
    background-color: #6b7280;
    color: #ffffff;
    border-color: #6b7280;
    margin-right: 1rem;
}

.btn-secondary:hover {
    background-color: #4b5563;
    border-color: #4b5563;
}

/* Disclaimer Modal */
.disclaimer-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}
.disclaimer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1f1f38;
    border: 2px solid #667eea;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.disclaimer-header {
    padding: 1.5rem;
    border-bottom: 1px solid #ffffff20;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px 10px 0 0;
}
.disclaimer-header h2 {
    margin: 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}
.disclaimer-body {
    padding: 1.5rem;
    line-height: 1.6;
    color: #e0e0e0;
}
.disclaimer-body h3 {
    color: #667eea;
    margin: 1.5rem 0 0.5rem 0;
    font-size: 1.1rem;
}
.disclaimer-body h3:first-child {
    margin-top: 0;
}
.disclaimer-body p {
    margin: 0.8rem 0;
    text-align: justify;
}
.disclaimer-footer {
    padding: 1.5rem;
    border-top: 1px solid #ffffff20;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    background-color: #161625;
    border-radius: 0 0 10px 10px;
}

/* Unauthorized Page */
.unauthorized-page {
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unauthorized-content {
    text-align: center;
    padding: 3rem;
    background-color: #1f1f38;
    border: 2px solid #ef4444;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.unauthorized-content h1 {
    color: #ef4444;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.unauthorized-content p {
    color: #e0e0e0;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}