/* Megazord.de – zentrales Stylesheet (aus allen Seiten zusammengeführt) */

:root { --bg-color: #101010; --card-bg: #1a1a1a; --text-color: #e0e0e0; --text-muted: #aaaaaa; --accent-color: #e53935; --title-font: 'Russo One', sans-serif; --body-font: 'Roboto', sans-serif; --nav-bg: rgba(0, 0, 0, 0.7); }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--body-font); background-color: var(--bg-color); color: var(--text-color); line-height: 1.6; overflow-x: hidden; }
/* HERO & NAV CSS */ .hero { position: relative; width: 100vw; height: 35vh; background-image: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(16,16,16,1)), url('img/system/banner.png'); background-size: cover; background-position: center 10%; background-attachment: fixed; border-bottom: 2px solid var(--accent-color); }
.hero-title-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%; padding: 0 20px; z-index: 10; }
.main-title { font-family: var(--title-font); font-size: 3.5em; text-transform: uppercase; letter-spacing: 3px; color: #fff; line-height: 1.1; margin-bottom: 5px; text-shadow: 0 0 10px rgba(229, 57, 53, 0.8), 0 0 25px rgba(229, 57, 53, 0.5), 3px 3px 6px rgba(0,0,0,1); }
nav { position: absolute; bottom: 0; left: 0; background-color: var(--nav-bg); backdrop-filter: blur(5px); width: 100%; z-index: 100; display: flex; flex-direction: column; }
.nav-row { display: flex; justify-content: center; flex-wrap: wrap; padding: 12px 0; }
.top-row { border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
.bottom-row { background-color: rgba(0, 0, 0, 0.3); padding: 10px 0; }
nav a { color: var(--text-color); text-decoration: none; margin: 5px 18px; font-weight: 400; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px; transition: all 0.3s ease; position: relative; }
nav a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background-color: var(--accent-color); transition: width 0.3s; }
nav a:hover::after, nav a.lang-active::after { width: 100%; }
nav a:hover { color: #fff; }
.lang-active { color: var(--accent-color) !important; font-weight: bold; }
.lang-divider { color: #555; margin: 5px 0; cursor: default; }
.lang-switch { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; }
.lang-switch a { display: flex; align-items: center; gap: 6px; margin: 0 12px; }
.flag-icon { font-size: 1.2em; line-height: 1; }
.nav-item { position: relative; }
.dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: rgba(15, 15, 15, 0.95); border: 1px solid var(--accent-color); border-top: none; min-width: 220px; list-style: none; padding: 10px 0; opacity: 0; visibility: hidden; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(0,0,0,0.6); z-index: 200; }
.nav-item:hover .dropdown { opacity: 1; visibility: visible; }
.dropdown li a { text-align: left; padding: 10px 20px; text-transform: none; font-size: 0.9em; margin: 0; display: block; }
.dropdown li a::after { display: none; }
.dropdown li a:hover { background: var(--accent-color); color: #fff; padding-left: 25px; }
main { max-width: 1200px; margin: 50px auto; padding: 0 20px 100px 20px; position: relative; z-index: 20; }
.page-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; border-bottom: 1px solid #333; padding-bottom: 15px; }
.back-link { font-family: var(--title-font); font-size: 1.1em; color: var(--accent-color); text-decoration: none; transition: 0.3s; letter-spacing: 1px; }
.back-link:hover { color: #fff; }
.season-info-box { background: var(--card-bg); padding: 30px; border-radius: 8px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.5); margin-bottom: 50px; }
.season-title { font-family: var(--title-font); font-size: 2.2em; color: #fff; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 2px solid #333; padding-bottom: 15px; }
.section-title { font-family: var(--title-font); color: var(--accent-color); border-bottom: 2px solid var(--accent-color); padding-bottom: 10px; margin-top: 40px; margin-bottom: 20px; font-size: 1.8em; text-transform: uppercase; letter-spacing: 1px; }
/* Kategorie-Blöcke: alles darin gehört sichtbar zusammen */ .zord-block { background: #161616; border: 1px solid #2c2c2c; border-radius: 10px; padding: 30px 30px 35px; margin-top: 40px; margin-bottom: 45px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.zord-block .block-title { font-family: var(--title-font); color: #fff; font-size: 1.7em; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 25px; padding-left: 16px; border-left: 5px solid var(--accent-color); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.zord-block.specials-block { background: #17130a; border-color: #5c4410; }
.zord-block.specials-block .block-title { border-left-color: #ffb300; }
.block-tag { font-family: var(--body-font); font-size: 0.5em; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #ffca28; background: rgba(255,179,0,0.12); border: 1px solid rgba(255,179,0,0.5); padding: 4px 11px; border-radius: 20px; }
.list-caption { text-align: center; margin: 35px 0 20px; position: relative; }
.list-caption::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: #333; z-index: 1; }
.list-caption span { position: relative; z-index: 2; background: #161616; padding: 0 18px; color: #888; text-transform: uppercase; letter-spacing: 2px; font-size: 0.78em; }
.specials-block .list-caption span { background: #17130a; }
.empty-state-box { background: #151515; padding: 30px; text-align: center; border-radius: 8px; border: 1px dashed #444; color: var(--text-muted); font-style: italic; margin-bottom: 30px; }
/* TABLE CSS (nur für die reine Tabellenansicht falls benötigt) */ .data-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--card-bg); border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.5); margin-bottom: 30px; border: 1px solid #333; }
.data-table th { background: #000; color: var(--accent-color); font-family: var(--title-font); padding: 15px; text-align: left; text-transform: uppercase; font-size: 1.1em; border-bottom: 2px solid #333; letter-spacing: 1px; }
.data-table td { padding: 15px; border-bottom: 1px solid #222; vertical-align: middle; color: #eee; }
.data-table tr:last-child td { border-bottom: none; }
.data-table tbody tr:hover { background: #222; }
/* BILDER GALERIE CSS */ .image-row { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.image-box { position: relative; flex: 1 1 calc(33.333% - 20px); max-width: calc(33.333% - 20px); background: #000; border: 1px solid #333; border-radius: 8px; overflow: hidden; text-align: center; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; transition: 0.3s; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.status-badge { position: absolute; top: 12px; left: 12px; z-index: 5; font-family: var(--title-font); font-size: 0.68em; text-transform: uppercase; letter-spacing: 1px; color: #fff; padding: 4px 11px; border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.6); }
.image-box:hover { border-color: var(--accent-color); transform: translateY(-5px); }
.image-box img { width: 100%; height: 250px; object-fit: contain; cursor: pointer; transition: 0.3s; margin-bottom: 15px; }
.image-box img:hover { transform: scale(1.05); }
.zord-link { color: #fff; text-decoration: none; font-size: 1.2em; transition: 0.3s; font-family: var(--title-font); display: inline-block; padding: 5px 10px; background: #1a1a1a; border-radius: 4px; width: 100%; border: 1px solid #333; }
.zord-link:hover { color: var(--accent-color); border-color: var(--accent-color); }
.btn-legend { display: inline-block; background-color: #222; color: #fff; padding: 10px 20px; text-decoration: none; font-size: 0.9em; border-radius: 4px; transition: all 0.3s ease; border: 1px solid #444; cursor: pointer; font-family: var(--title-font); text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); }
.btn-legend:hover { background-color: var(--accent-color); border-color: var(--accent-color); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(229,57,53,0.4); }
.thoughts-section { background: #121212; padding: 25px; border-radius: 8px; border: 1px solid #333; font-size: 1.05em; line-height: 1.8; color: #ccc; }
/* FOOTER & MODALS CSS */ footer { background-color: #080808; text-align: center; padding: 40px 20px; margin-top: 60px; border-top: 1px solid #2a2a2a; font-size: 0.85em; color: var(--text-muted); }
footer p { margin-bottom: 15px; }
footer .legal-links { margin-top: 10px; }
footer a { color: var(--text-color); text-decoration: none; margin: 0 12px; transition: color 0.3s; cursor: pointer; }
footer a:hover { color: var(--accent-color); }
.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px); overflow: auto; }
.modal-content { background-color: var(--card-bg); margin: 5% auto; padding: 40px; border: 1px solid #333; width: 90%; max-width: 800px; border-radius: 8px; position: relative; box-shadow: 0 15px 50px rgba(0,0,0,0.8); }
.modal-content h2 { font-family: var(--title-font); color: var(--accent-color); margin-top: 0; margin-bottom: 20px; text-transform: uppercase; border-bottom: 2px solid var(--accent-color); padding-bottom: 10px; display: inline-block; }
.modal-body { color: var(--text-color); line-height: 1.6; max-height: 70vh; overflow-y: auto; padding-right: 10px; text-align: left; }
.close-btn { color: #aaa; position: absolute; top: 20px; right: 30px; font-size: 35px; font-weight: bold; cursor: pointer; transition: color 0.3s; line-height: 1; }
.close-btn:hover { color: var(--accent-color); text-decoration: none; }
.modal-body::-webkit-scrollbar { width: 8px; }
.modal-body::-webkit-scrollbar-track { background: #121212; border-radius: 4px; }
.modal-body::-webkit-scrollbar-thumb { background: #444; border-radius: 4px; }
#lightbox-modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); backdrop-filter: blur(8px); }
#lightbox-img { margin: auto; display: block; max-width: 90vw; max-height: 90vh; object-fit: contain; position: relative; top: 50%; transform: translateY(-50%); border: 2px solid var(--accent-color); border-radius: 8px; box-shadow: 0 0 40px rgba(0,0,0,0.8); }
.lightbox-close { position: absolute; top: 20px; right: 35px; color: #fff; font-size: 40px; font-weight: bold; cursor: pointer; transition: 0.3s; z-index: 10001; }
.lightbox-close:hover { color: var(--accent-color); }
.hero { position: relative; width: 100vw; height: 35vh; background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(16,16,16,1)), url('img/system/banner.png'); background-size: cover; background-position: center 10%; background-attachment: fixed; border-bottom: 2px solid var(--accent-color); }
.story-section { background-color: var(--card-bg); padding: 40px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); border: 1px solid #2a2a2a; margin-bottom: 50px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.story-section h2 { font-family: var(--title-font); font-size: 2em; letter-spacing: 1px; margin-bottom: 25px; color: #fff; text-transform: uppercase; border-bottom: 2px solid var(--accent-color); padding-bottom: 10px; display: inline-block; }
.story-section p { color: var(--text-color); font-size: 1.1em; line-height: 1.8; margin-bottom: 15px; max-width: 900px; }
.section-divider { text-align: center; margin: 60px 0 40px 0; position: relative; }
.section-divider::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: #333; z-index: 1; }
.section-divider h3 { font-family: var(--title-font); font-size: 1.8em; color: var(--text-muted); background-color: var(--bg-color); display: inline-block; padding: 0 20px; position: relative; z-index: 2; text-transform: uppercase; letter-spacing: 2px; }
.decade-block { margin-bottom: 60px; padding-top: 20px; }
.decade-title { font-family: var(--title-font); color: var(--accent-color); font-size: 1.5em; border-left: 5px solid var(--accent-color); padding-left: 15px; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; }
.grid-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 25px; }
.season-card { background-color: var(--card-bg); border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #333; transition: transform 0.3s ease, box-shadow 0.3s ease; display: block; }
.season-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.8); border-color: var(--accent-color); }
.card-image-wrapper { width: 100%; padding-top: 66%; position: relative; background-color: #111; background-image: linear-gradient(rgba(10,10,10,0.7), rgba(10,10,10,0.7)), url('img/system/grid_background.jpg'); background-size: cover; background-position: center; }
.card-image-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.season-number-badge { position: absolute; top: 15px; left: 15px; background-color: var(--accent-color); color: #fff; font-family: var(--title-font); font-size: 1.2em; padding: 5px 12px; border-radius: 4px; box-shadow: 2px 2px 5px rgba(0,0,0,0.5); z-index: 5; }
.card-info { padding: 20px; text-align: center; border-top: 1px solid #222; background-color: var(--card-bg); position: relative; z-index: 10;}
.card-info h4 { color: #fff; margin: 0; font-size: 1.2em; font-weight: 700; letter-spacing: 1px; }
.card-info .card-us-title { color: var(--accent-color); font-size: 0.8em; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-top: 6px; }
.card-info .card-us-title.jp-only { color: #777; font-style: italic; text-transform: none; letter-spacing: 0; font-weight: 400; }
footer { background-color: #080808; text-align: center; padding: 40px 20px; margin-top: 60px; border-top: 1px solid #2a2a2a; font-size: 0.85em; color: var(--text-muted); }
.modal-body::-webkit-scrollbar-thumb:hover { background: var(--accent-color); }
/* ZORD DETAIL GRID */ .zord-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.zord-image-box { background: #000; border: 1px solid #333; border-radius: 8px; padding: 20px; text-align: center; }
.zord-image-box img { max-width: 100%; max-height: 600px; object-fit: contain; cursor: pointer; transition: transform 0.3s; }
.zord-image-box img:hover { transform: scale(1.02); }
.zord-info-box { background: var(--card-bg); padding: 30px; border-radius: 8px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.zord-title { font-family: var(--title-font); font-size: 2.5em; color: #fff; margin-bottom: 5px; text-transform: uppercase; line-height: 1.1; }
.zord-subtitle { font-size: 1.2em; color: var(--text-muted); margin-bottom: 25px; border-bottom: 1px solid #333; padding-bottom: 15px; }
/* DATEN GRID (6 Blöcke + Full Width Zustand) */ .data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.data-item { background: #121212; padding: 15px; border-radius: 6px; border-left: 3px solid var(--accent-color); }
.data-item.full-width { grid-column: 1 / -1; }
.data-label { font-size: 0.8em; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; display: block; }
.data-value { font-size: 1.1em; color: #fff; font-weight: bold; }
.description-box { font-size: 1.05em; line-height: 1.8; color: #ccc; }
.manual-section { background: #121212; padding: 30px; border-radius: 8px; border: 1px solid #333; margin-top: 40px; }
.manual-section h3 { font-family: var(--title-font); color: #fff; border-bottom: 2px solid #555; padding-bottom: 10px; margin-bottom: 20px; font-size: 1.5em; text-transform: uppercase; }
.copyright-notice { background: rgba(229, 57, 53, 0.1); border: 1px solid var(--accent-color); padding: 15px; border-radius: 6px; font-size: 0.9em; color: #e57373; margin-bottom: 20px; display: flex; gap: 15px; align-items: center; }
.btn-download { display: inline-block; background-color: #1565c0; color: #fff; padding: 12px 25px; text-decoration: none; font-family: var(--title-font); text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; transition: 0.3s; margin-top: 10px; }
.btn-download:hover { background-color: #0d47a1; }
.manual-img { max-width: 200px; border: 1px solid #444; border-radius: 4px; cursor: pointer; transition: 0.3s; }
.manual-img:hover { border-color: var(--accent-color); }
.no-permission { background: #222; padding: 20px; text-align: center; border-radius: 6px; color: var(--text-muted); font-style: italic; }
/* EXTRA BILDER (EINZELZORDS & ALT FORMEN) CSS */ .extra-img-container { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 10px; }
.extra-img { width: 140px; height: 140px; object-fit: contain; background: #000; border: 1px solid #444; border-radius: 6px; padding: 10px; cursor: pointer; transition: transform 0.3s, border-color 0.3s; }
.extra-img:hover { transform: scale(1.05); border-color: var(--accent-color); }
.extra-fig { display: flex; flex-direction: column; align-items: center; width: 140px; margin: 0; }
.extra-cap { font-size: 0.78em; color: var(--text-muted); text-align: center; margin-top: 8px; line-height: 1.35; }
.description-section { background: var(--card-bg); padding: 30px; border-radius: 8px; border: 1px solid #333; margin-bottom: 40px; }
.description-section h3 { font-family: var(--title-font); color: #fff; border-bottom: 2px solid #555; padding-bottom: 10px; margin-bottom: 20px; font-size: 1.4em; text-transform: uppercase; }
.zord-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.zord-nav-btn { display: inline-flex; align-items: center; gap: 6px; max-width: 38%; background: var(--card-bg); border: 1px solid #333; color: var(--text-muted); padding: 8px 14px; border-radius: 20px; text-decoration: none; font-size: 0.85em; transition: 0.2s; }
.zord-nav-btn:hover { border-color: var(--accent-color); color: #fff; }
.zord-nav-btn.disabled { opacity: 0.3; pointer-events: none; }
.zord-nav-btn .znb-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.related-grid { display: flex; flex-wrap: wrap; gap: 15px; }
.related-card { width: 130px; background: #0d0d0d; border: 1px solid #333; border-radius: 6px; padding: 10px; text-decoration: none; text-align: center; transition: 0.2s; display: flex; flex-direction: column; gap: 8px; }
.related-card:hover { border-color: var(--accent-color); transform: translateY(-3px); }
.related-thumb { height: 110px; display: flex; align-items: center; justify-content: center; }
.related-thumb img { max-width: 100%; max-height: 110px; object-fit: contain; }
.related-name { font-size: 0.78em; color: #ccc; line-height: 1.3; }
.lb-arrow { position: fixed; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; align-items: center; justify-content: center; font-size: 2em; color: #fff; background: rgba(0,0,0,0.45); border-radius: 50%; cursor: pointer; user-select: none; z-index: 10001; transition: background 0.2s; }
.lb-arrow:hover { background: var(--accent-color); }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
@media (max-width: 600px) { .zord-nav-btn .znb-name { display: none; } .lb-arrow { width: 44px; height: 44px; font-size: 1.5em; } }
/* CHIBI-MASKOTTCHEN (hervorlugend) */
.chibi { position: absolute; width: 82px; height: auto; z-index: -1; pointer-events: none; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.45)); transition: transform 0.3s; }
.hero, .stats-bar, .collection-progress, .content-section, .grid-container, .empty, .filter-bar, .modal-content, .decade-block, .quick-filters, .links-section, .movie-card { position: relative; }
.chibi-movies, .chibi-links { position: absolute; }
.chibi-home-hero { bottom: -28px; left: 4%; width: 104px; }
.chibi-home-welcome { top: -26px; right: 22px; transform: rotate(5deg); z-index: 3; }
.chibi-home-stats { top: 50%; left: -78px; transform: translateY(-50%); width: 72px; z-index: 2; }
.chibi-home-disclaimer { bottom: 6px; right: 24px; transform: scaleX(-1); width: 78px; z-index: 3; }
.p-home main { padding-bottom: 12px; }
.p-home footer { margin-top: 0; }
.chibi-grid-90s, .chibi-grid-00s, .chibi-grid-10s, .chibi-grid-20s { top: -6px; right: 14px; width: 74px; }
.chibi-movies { top: 6px; right: 6px; transform: rotate(8deg); z-index: 5; width: 76px; }
.chibi-links { top: -30px; right: -14px; z-index: 3; }
.chibi-search-empty { left: 38px; bottom: -6px; width: 64px; z-index: 3; transform: rotate(-3deg); }
.chibi-search-none { left: 38px; bottom: -6px; width: 64px; z-index: 3; }
.chibi-search-filters { right: 120px; bottom: -20px; width: 58px; z-index: 3; transform: rotate(-4deg); }
.chibi-legend { top: -26px; right: -6px; width: 72px; }
.chibi-impressum { position: static; width: 96px; flex: 0 0 auto; z-index: 1; transform: rotate(-4deg); }
.chibi-datenschutz { position: static; display: inline-block; width: 58px; z-index: 1; margin-left: 14px; vertical-align: middle; transform: rotate(5deg); }
.chibi-cookies { position: static; display: block; width: 76px; z-index: 1; margin: 22px 0 4px 61.8%; transform: scaleX(-1) rotate(6deg); }
.chibi-staffel { position: static; display: block; width: 84px; margin: 8px -12px -12px auto; z-index: 1; }
@media (max-width: 700px) { .chibi { width: 56px; } .chibi-home-hero { width: 74px; } }
.links-section { background: var(--card-bg); padding: 40px; border-radius: 8px; border: 1px solid #333; margin-bottom: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.links-section h2 { font-family: var(--title-font); color: var(--accent-color); margin-top: 0; margin-bottom: 20px; text-transform: uppercase; font-size: 2em; letter-spacing: 1px; border-bottom: 2px solid #333; padding-bottom: 15px; }
.links-content { font-size: 1.1em; line-height: 1.8; color: #ccc; }
.links-content a { color: #fff; text-decoration: none; border-bottom: 1px dashed var(--accent-color); transition: 0.3s; font-weight: bold; }
.links-content a:hover { color: var(--accent-color); border-bottom-style: solid; }
.links-content ul { padding-left: 20px; margin-bottom: 20px; }
.links-content li { margin-bottom: 10px; }
.links-content hr { border: 0; border-bottom: 1px solid #333; margin: 30px 0; }
.movie-card { background: var(--card-bg); border-radius: 8px; border: 1px solid #333; margin-bottom: 40px; display: flex; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.movie-cover { flex: 0 0 300px; background: #000; display: flex; align-items: center; justify-content: center; border-right: 1px solid #333; }
.movie-cover img { width: 100%; height: 100%; object-fit: cover; }
.movie-info { padding: 30px; flex: 1; display: flex; flex-direction: column; }
.movie-title { font-family: var(--title-font); font-size: 2em; color: #fff; text-transform: uppercase; margin-bottom: 10px; }
.movie-meta { color: var(--accent-color); font-weight: bold; margin-bottom: 20px; font-size: 1.1em; letter-spacing: 1px; }
.movie-meta span { color: var(--text-muted); font-weight: normal; }
.movie-desc { color: #cccccc; line-height: 1.7; font-size: 1.02em; margin-bottom: 15px; }
.movie-gallery { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 5px; }
.movie-shot { margin: 0; width: 150px; }
.movie-shot img { width: 150px; height: 150px; object-fit: cover; border-radius: 6px; border: 1px solid #333; cursor: pointer; transition: 0.3s; background: #000; }
.movie-shot img:hover { border-color: var(--accent-color); transform: scale(1.04); }
.movie-shot figcaption { font-size: 0.78em; color: var(--text-muted); text-align: center; margin-top: 6px; }
.movie-manuals { margin-top: 22px; }
.manuals-head { font-family: var(--title-font); color: #fff; text-transform: uppercase; letter-spacing: 1px; font-size: 1.05em; margin: 0 0 10px; }
.manuals-note { background: rgba(229,57,53,0.1); border: 1px solid var(--accent-color); color: #e57373; padding: 10px 14px; border-radius: 6px; font-size: 0.85em; margin-bottom: 14px; }
.data-table { width: 100%; border-collapse: separate; border-spacing: 0; background: #121212; border-radius: 6px; overflow: hidden; margin-top: 20px; border: 1px solid #222; }
.btn-season { display: inline-block; align-self: flex-start; background-color: #333; color: #fff; padding: 10px 20px; text-decoration: none; font-family: var(--title-font); text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; transition: 0.3s; margin-top: 20px; border: 1px solid #555; }
.btn-season:hover { background-color: var(--accent-color); border-color: var(--accent-color); }
.image-row { display: flex; gap: 15px; margin-top: 20px; flex-wrap: wrap; }
.search-box { display: flex; gap: 10px; margin-bottom: 40px; }
.search-box input[type=text] { flex: 1; padding: 16px 20px; background: var(--card-bg); border: 1px solid #333; border-radius: 8px; color: #fff; font-size: 1.1em; }
.search-box input[type=text]:focus { border-color: var(--accent-color); outline: none; }
.search-box button { background: var(--accent-color); color: #fff; border: none; padding: 0 30px; border-radius: 8px; font-family: var(--title-font); text-transform: uppercase; cursor: pointer; letter-spacing: 1px; }
.search-info { color: var(--text-muted); margin-bottom: 25px; font-size: 1.1em; }
.search-info strong { color: #fff; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 25px; }
.chip { background: var(--card-bg); border: 1px solid #333; color: var(--text-muted); padding: 7px 16px; border-radius: 20px; font-size: 0.85em; cursor: pointer; transition: 0.2s; font-family: var(--body-font); }
.chip:hover { border-color: var(--accent-color); color: #fff; }
.chip.active { background: var(--accent-color); border-color: var(--accent-color); color: #fff; font-weight: bold; }
.quick-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: -25px 0 30px; }
.qf-label { color: var(--text-muted); font-size: 0.9em; margin-right: 2px; }
.qf { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border-radius: 20px; font-size: 0.9em; text-decoration: none; border: 1px solid #333; background: var(--card-bg); color: #fff; transition: 0.2s; }
.qf .qf-count { background: rgba(255,255,255,0.15); padding: 1px 8px; border-radius: 10px; font-size: 0.85em; font-weight: bold; }
.qf-missing { border-color: #e53935; }
.qf-missing:hover, .qf-missing.active { background: #e53935; }
.qf-undoc { border-color: #43a047; }
.qf-undoc:hover, .qf-undoc.active { background: #43a047; }
.qf-preorder { border-color: #f9a825; }
.qf-preorder:hover, .qf-preorder.active { background: #f9a825; color: #1a1a1a; }
.qf-clear { border-color: #333; color: var(--text-muted); }
.qf-clear:hover { border-color: var(--accent-color); color: #fff; }
.qf-empty { opacity: 0.5; }
.collection-progress { max-width: 620px; margin: 0 auto 45px; }
.cp-head { display: flex; justify-content: space-between; align-items: baseline; color: var(--text-muted); font-size: 0.9em; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.cp-pct { color: #fff; font-weight: bold; letter-spacing: 0; }
.cp-track { height: 16px; background: #1a1a1a; border: 1px solid #333; border-radius: 8px; overflow: hidden; }
.cp-fill { height: 100%; background: linear-gradient(90deg, #b71c1c, #e53935); border-radius: 8px; transition: width 0.7s ease; min-width: 2px; }
.cp-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 7px; }
.cp-note { color: var(--text-muted); font-size: 0.8em; font-style: italic; }
.cp-foot a { color: #e53935; font-size: 0.88em; text-decoration: none; white-space: nowrap; }
.cp-foot a:hover { text-decoration: underline; }
.season-progress { max-width: 420px; margin: 0 auto 30px; }
.season-progress .cp-head { font-size: 0.82em; }
.season-filter-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.season-filter-wrap label { color: var(--text-muted); font-size: 0.9em; }
.season-filter { background: var(--card-bg); border: 1px solid #333; color: #fff; padding: 8px 32px 8px 14px; border-radius: 20px; font-size: 0.9em; font-family: var(--body-font); cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='3'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; }
.season-filter:focus { border-color: var(--accent-color); outline: none; }
.season-filter option { background: #1a1a1a; color: #fff; }
.rcard { background: var(--card-bg); border-radius: 8px; overflow: hidden; text-decoration: none; border: 1px solid #333; transition: 0.3s; display: block; position: relative; }
.rcard:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.8); border-color: var(--accent-color); }
.rcard .imgwrap { width: 100%; padding-top: 75%; position: relative; background: #000; }
.rcard .imgwrap img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.rcard .rinfo { padding: 14px; border-top: 1px solid #222; }
.rcard h4 { color: #fff; font-size: 1em; margin: 0 0 4px; }
.rcard .rsub { color: var(--text-muted); font-size: 0.82em; }
.rcard .rseason { color: var(--accent-color); font-size: 0.75em; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }
.rbadge { position: absolute; top: 8px; left: 8px; z-index: 3; font-family: var(--title-font); font-size: 0.62em; text-transform: uppercase; letter-spacing: 1px; color: #fff; padding: 3px 9px; border-radius: 20px; }
.empty { text-align: center; color: #777; font-style: italic; padding: 40px; background: #151515; border: 1px dashed #444; border-radius: 8px; }
.subtitle { font-family: var(--body-font); font-weight: 700; font-size: 1.2em; letter-spacing: 3px; color: #ffffff; text-transform: uppercase; text-shadow: 2px 2px 4px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,0.9); }
nav a:hover::after { width: 100%; }
.content-section { background-color: var(--card-bg); padding: 50px; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); border: 1px solid #2a2a2a; margin-bottom: 50px; text-align: center; }
.content-section h2 { font-family: var(--title-font); font-size: 2em; letter-spacing: 1px; margin-bottom: 25px; color: #fff; text-transform: uppercase; border-bottom: 2px solid var(--accent-color); padding-bottom: 10px; display: inline-block; }
.content-section p { color: var(--text-color); font-size: 1.1em; line-height: 1.8; margin-bottom: 15px; max-width: 800px; margin-left: auto; margin-right: auto; }
.stats-bar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 50px; }
.stat { flex: 1 1 170px; max-width: 240px; background: var(--card-bg); border: 1px solid #2a2a2a; border-top: 3px solid var(--accent-color); border-radius: 8px; padding: 25px 15px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
.stat-num { display: block; font-family: var(--title-font); font-size: 2.6em; color: var(--accent-color); line-height: 1; }
.stat-lbl { display: block; margin-top: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-size: 0.8em; }
.disclaimer-section { background-color: #121212; border-left: 5px solid var(--accent-color); border-right: 1px solid #2a2a2a; border-top: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a; }
.disclaimer-section h2 { font-size: 1.6em; border-bottom: none; color: var(--accent-color); }
.disclaimer-section p { font-size: 0.95em; color: var(--text-muted); text-align: left; margin-bottom: 10px; }
/* WICHTIG: Das fehlende CSS für die Modal-Fenster aus dem Footer */ .modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); backdrop-filter: blur(5px); overflow: auto; }

@media (max-width: 900px) {
    .lang-switch { position: static; transform: none; margin-top: 10px; width: 100%; justify-content: center; }
    .image-box { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); }
    .zord-container { grid-template-columns: 1fr; }
    .movie-card { flex-direction: column; }
    .movie-cover { flex: 0 0 400px; border-right: none; border-bottom: 1px solid #333; }
}
@media (max-width: 600px) {
    .image-box { flex: 1 1 100%; max-width: 100%; }
}
@media (max-width: 768px) {
    .main-title { font-size: 2.5em; }
    .hero { height: 50vh; }
    .content-section { padding: 30px 20px; }
    .modal-content { padding: 25px; margin: 10% auto; }
}

/* Startseite-spezifisch (Body-Klasse p-home) */
.p-home .hero { height: 60vh; background-position: center top; }
.p-home .hero-title-container { top: 60%; }
.p-home .main-title { font-size: 4.5em; }
.p-home nav { border-top: 2px solid var(--accent-color); }
.p-links main { max-width: 900px; }
.subtitle { font-family: var(--body-font); font-weight: 700; font-size: 1.2em; letter-spacing: 3px; color: #ffffff; text-transform: uppercase; text-shadow: 2px 2px 4px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,0.9); }
@media (max-width: 768px) { .p-home .main-title { font-size: 2.5em; } .p-home .hero { height: 50vh; } }

/* ============================================================
   ZORD-KACHELN auf der Staffelseite (staffel.php)
   Ersetzt die alte Doppelung aus .image-row + .data-table
   ============================================================ */
.zgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.block-count { font-family: var(--body-font); font-size: 0.5em; font-weight: 700; letter-spacing: 1px; color: var(--text-muted); background: rgba(255,255,255,0.05); border: 1px solid #3a3a3a; padding: 4px 11px; border-radius: 20px; }

.zcard { position: relative; display: flex; flex-direction: column; background: var(--card-bg); border: 1px solid #333; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.zcard:hover { transform: translateY(-5px); border-color: var(--accent-color); box-shadow: 0 15px 30px rgba(0,0,0,0.8); }
.zcard::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--accent-color); opacity: 0; transition: opacity 0.3s ease; z-index: 6; }
.zcard:hover::before { opacity: 1; }

.zcard-media { position: relative; background: #000; padding-top: 78%; cursor: zoom-in; overflow: hidden; }
.zcard-media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform 0.35s ease; }
.zcard:hover .zcard-media img { transform: scale(1.06); }
.zcard-zoom { position: absolute; right: 10px; bottom: 10px; z-index: 4; font-size: 0.85em; line-height: 1; color: #fff; background: rgba(0,0,0,0.65); border: 1px solid #444; border-radius: 4px; padding: 5px 7px; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.zcard:hover .zcard-zoom { opacity: 1; }

.zcard-body { position: relative; display: flex; flex-direction: column; gap: 6px; flex-grow: 1; padding: 14px 16px 16px; border-top: 1px solid #222; }
.zcard-title { font-family: var(--title-font); font-size: 1.05em; line-height: 1.3; color: #fff; text-decoration: none; transition: color 0.3s ease; }
/* Ganzer Textbereich klickbar -> Detailseite; das Bild bleibt der Lightbox vorbehalten */
.zcard-title::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; }
.zcard:hover .zcard-title { color: var(--accent-color); }
.zcard-sub { color: var(--text-muted); font-size: 0.85em; line-height: 1.35; }
.zcard-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 10px; flex-wrap: wrap; }
.zcard-typ { font-size: 0.7em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); background: rgba(255,255,255,0.05); border: 1px solid #3a3a3a; border-radius: 20px; padding: 3px 10px; }
.zcard-typ[data-typ="main"] { color: #ff8a85; background: rgba(229,57,53,0.12); border-color: rgba(229,57,53,0.5); }
.zcard-typ[data-typ="special-edition"] { color: #ffca28; background: rgba(255,179,0,0.12); border-color: rgba(255,179,0,0.5); }
.zcard-cta { font-size: 0.7em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #666; white-space: nowrap; transition: color 0.3s ease, transform 0.3s ease; }
.zcard:hover .zcard-cta { color: var(--accent-color); transform: translateX(3px); }

/* Status spiegelt sich optisch in der Kachel wider */
.zcard[data-status="missing"] { border-style: dashed; }
.zcard[data-status="missing"] .zcard-title { color: #cfcfcf; }

/* Special Editions: Kacheln an den gelben Block-Look angleichen */
.specials-block .zcard { background: #191408; border-color: #4a3a12; }
.specials-block .zcard:hover { border-color: #ffb300; box-shadow: 0 15px 30px rgba(0,0,0,0.8); }
.specials-block .zcard::before { background: #ffb300; }
.specials-block .zcard:hover .zcard-title { color: #ffca28; }
.specials-block .zcard:hover .zcard-cta { color: #ffca28; }
.specials-block .block-count { background: rgba(255,179,0,0.08); border-color: #5c4410; }

@media (max-width: 600px) {
    .zgrid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
    .zord-block { padding: 20px 15px 25px; }
    .zcard-body { padding: 12px; }
    .zcard-title { font-size: 0.95em; }
    .zcard-cta { display: none; }
}

/* Sonder-Kategorie (Karakuri-Bälle / Power Spheres) – türkis als 3. Kategorie neben Rot (Serie) und Amber (Special) */
.zord-block.extra-block { background: #0d1418; border-color: #1d4e5c; }
.zord-block.extra-block .block-title { border-left-color: #26c6da; }
.zord-block.extra-block .list-caption span { background: #0d1418; }
.extra-note { color: #c9d6da; font-size: 0.95em; line-height: 1.75; background: rgba(38,198,218,0.07); border: 1px solid rgba(38,198,218,0.28); border-left: 4px solid #26c6da; border-radius: 6px; padding: 16px 18px; margin: -8px 0 25px; }
.extra-block .zcard:hover { border-color: #26c6da; }
.extra-block .zcard-typ { color: #26c6da; background: rgba(38,198,218,0.12); border-color: rgba(38,198,218,0.45); }

/* Chibi neben Dank-Text (Impressum) bzw. neben Überschrift (Datenschutz) */
.dank-block { display: flex; align-items: center; gap: 20px; margin: 36px 0 6px; }
.dank-text { flex: 1; min-width: 0; }
h2.head-chibi { display: flex; align-items: center; flex-wrap: wrap; }
@media (max-width: 600px) { .chibi-impressum { width: 66px; } .chibi-datenschutz { width: 44px; margin-left: 10px; } .dank-block { gap: 12px; } .chibi-cookies { width: 58px; margin-left: 58%; } }

/* Fette Überschriften in den Rechtstexten (## im Text) */
.legal-head { display: block; color: #fff; font-size: 1.08em; letter-spacing: .3px; margin: 40px 0 9px; padding-bottom: 6px; border-bottom: 1px solid rgba(229, 57, 53, 0.55); }
.legal-sub { display: block; color: var(--accent-color); font-size: 0.97em; font-weight: 700; margin: 22px 0 4px; }

/* Inline-Fettdruck in Fließtexten (**…** im Text) */
.txt-b { color: #fff; font-weight: 700; }

/* Untertitel unter dem Willkommens-Titel (Zitat der Zeo-Zord-Bay-Definition) */
.welcome-sub {
    font-style: italic;
    color: #9aa7b0;
    letter-spacing: 0.5px;
    margin: -6px 0 18px;
}

/* "vor" im Pre-Zyuranger-Dialog: der Kernpunkt der Seite */
.pre-vor {
    font-size: 1.35em;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.5px;
}

/* Navigation: US/EU-Titel dezent beim Hover (nur wo es einen gibt).
   Haengt am <span> um den Titel, damit der Kasten direkt neben dem japanischen
   Namen sitzt und nicht am Rand des Dropdowns. */
.dropdown li a .nav-jp { position: relative; }
.dropdown li a .nav-jp[data-us]::before {
    content: attr(data-us);
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: rgba(12, 12, 12, 0.97);
    border: 1px solid #333;
    border-left: 2px solid var(--accent-color);
    border-radius: 4px;
    padding: 5px 11px;
    font-size: 0.8em;
    letter-spacing: 0.3px;
    color: #cfcfcf;
    text-transform: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
    z-index: 300;
}
.dropdown li a:hover .nav-jp[data-us]::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(3px);
}
@media (max-width: 900px) { .dropdown li a .nav-jp[data-us]::before { display: none; } }

/* Artikelnummer dezent neben der US/EU-Veroeffentlichung */
.data-value .data-code {
    display: inline-block;
    margin-left: 9px;
    font-size: 0.72em;
    font-weight: 400;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    vertical-align: 1px;
    cursor: help;
}

/* JAN-Zelle, wenn es gar keine Nummer geben kann (Prämie, Set-only, Kombiform) */
.data-value.jan-keine {
    font-style: italic;
    color: #8a8a8a;
    cursor: help;
}

/* Langer Versionstext: lesbar umbrechen statt fett gequetscht (Full-Width-Zelle) */
.data-value.data-longtext { font-weight: normal; font-size: 1em; line-height: 1.5; }
