/*
Theme Name: Anime Reich Pro
Theme URI: https://github.com/anime-reich
Description: Ein hochmodernes, reaktives WordPress-Theme für Anime-Datenbanken und kuratierte Listen mit integriertem ACF Pro Support und dark-styled UI.
Version: 1.0.0
Author: AI Studio Coder
Author URI: https://ai.studio/build
License: GNU GPLv2 or later
Text Domain: anime-reich
Tags: dark, responsive-layout, custom-background, featured-images, translation-ready

========================================================================
ANIME REICH PRO - MAIN STYLESET
========================================================================
This theme uses custom responsive classes, custom properties, and dark mode palette.
Background: #0F1115
Card Background: #1A1D24
Border Color: #2D3748
Accent Orange: #FF6B35
Text Color: #E2E8F0
========================================================================
*/

/* Font setup */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* Global Reset & Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #0F1115;
    color: #E2E8F0;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #FF6B35;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: #FF8454;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Custom layout container */
.container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Core theme CSS styles */
.wp-card {
    background-color: #1A1D24;
    border: 1px solid #2D3748;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.wp-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.badge-orange {
    background-color: rgba(255, 107, 53, 0.1);
    color: #FF6B35;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.badge-gray {
    background-color: rgba(255, 255, 255, 0.05);
    color: #94A3B8;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
