/* CSS Document */
:root {
    --banner-height: 60px;
	--dark-bg: #262626;
	--accent-green: #2ecc71;
	--light-gray: #f8f9fa;
	--white: #ffffff;
	--text-muted: #888;
	--border-color: #eeeeee;
	--hr-grey: #333333;
	--bg-light: #f0f2f5;
    --border-gray: #e1e4e8;
   
}

@font-face { 
font-family: "JetBrains Mono"; 
src: url("/fonts/JetBrainsMono-Regular.woff2") format('woff2');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-ExtraLight.ttf") format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Light.ttf") format('truetype');
font-weight: 200;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Thin.ttf") format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Regular.ttf") format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Medium.ttf") format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-SemiBold.ttf") format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Bold.ttf") format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-ExtraBold.ttf") format('truetype');
font-weight: 800;
font-style: normal;
font-display: swap;
}
@font-face { 
font-family: "Roboto"; 
src: url("/fonts/Roboto-Black.ttf") format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}

html, body{
	font-family: \'Roboto\', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0;
	padding:0;
	background-color: var(--bg-light); 
	color:#000;
	font-size: 14px;
	
}

.text-logo{
	font-weight: 800;
	font-size:26px;
}
h1{
	font-size: 25px;
	margin-block-start: 0.4em;
	margin-block-end: 1.4em;
	font-weight: 800;
	margin-left: 0.5em;
	line-height: 1.2em;
}

h2{
	font-size: 22px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	font-weight: 700;
}
h3{
	font-size: 18px;
	margin-block-start: 0.8em;
	margin-block-end: 0.8em;
	font-weight: 700;
}
h1, h2, h3 {
    word-wrap: break-word;      /* Erlaubt Zeilenumbrüche im Wort */
    overflow-wrap: break-word;  /* Moderne Variante davon */
    hyphens: auto;              /* Setzt bei Bedarf Trennstriche (Optional) */
    max-width: 100%;            /* Verhindert das Aufdrücken der Box */
}
p{
	line-height: 1.3em;
}
a{
	text-decoration: none;
}

ul{
	list-style: none;
	margin:0;
	padding:0;
}

.multi-h{
	display: flex;
	align-items: center;
}
.multi-h img{
	height: 46px;
	margin-right: 20px;
}
.multi-h-sub{
	font-size: 0.6em;
}

.main{
	max-width: 1360px;
	margin:0 auto;
	padding:0px 25px;
}
.main-cont{
	display:flex;
	margin:0px auto 0px auto;
	align-items: stretch; 
	flex-grow: 1; 
    min-width: 0;
}
.main-cont-m{
	flex-grow:1;
	padding:25px 0px;
}
.left-cont{
	width:320px;
	min-width:320px;
	padding-bottom:25px;
}
.right-cont{
	width:300px;
	min-width:300px;
	padding-bottom:25px;
	flex-shrink: 0;
    position: relative;
}



.main-box{
	background: #ffffff;
	border-radius: 16px;
	margin-bottom: 35px;
	padding: 25px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	/*margin-top:50px;*/
	
}

header{
	height:80px;width:100%;background-color:#262626;
}
.header-cont{
	height:80px;display: flex;align-items: center;
}

.sidebar-navigation{
	display: none;
}
.top-nav{
	display:flex;
	align-items: center;
}
.top-nav li{
	color:#fff;
	margin:0px 6px;
}
.top-nav li a{
	padding:8px 10px;
	color:#fff;
	transition: all 0.2s;
	border-radius: 8px;
}
.top-nav li a:hover{
	background-color:var(--hr-grey);
}




/* Standardmäßig versteckt */
.m-sidebar {
    position: fixed;
    top: 0; left: calc(-100% - 30px); /* Außerhalb des Sichtfelds */
    width: 100%;
	max-width: 450px;
    height: 100%;
    background: #fff;
    z-index: 10000;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 30px rgba(0,0,0,0.1);
	padding-bottom: 20px;
}
/* Der Header-Bereich in der Sidebar */
.m-sidebar-header {
    height: 70px;
    background: #1e293b; /* Dunkelblau/Slate passend zum Header */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.m-sidebar-header .m-logo {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
}

.m-sidebar-header .m-logo span {
    color: var(--accent-green);
}

/* Der Schließen-Button (X) */
.m-close-btn {
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    line-height: 1;
}

.m-close-btn:active {
    background: rgba(255,255,255,0.2);
    transform: scale(0.95);
}

/* Scrollbarer Bereich unter dem Header */
.m-sidebar-content {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Sanftes Scrollen auf iOS */
    padding-bottom: 40px;
}

.m-sidebar.is-open { left: 0; }

.m-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    backdrop-filter: blur(2px);
}

.m-overlay.is-visible { display: block; }

/* Styling der Items */
.m-section-title {
    display: block;
    padding: 20px 20px 10px;
    font-size: 0.65rem;
    font-weight: 800;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.m-nav-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 700;
    font-size: 0.95rem;
    border-bottom: 1px solid #f1f5f9;
}

.m-nav-item span { margin-right: 12px; font-size: 1.2rem; }



/* Standard: Auf Desktop verstecken */
.m-burger-trigger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 17px;
    margin-right: 20px;
    cursor: pointer;
}

.m-burger-trigger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff; /* Weiß auf dem dunklen Header */
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Media Query für Mobile */
@media screen and (max-width: 900px) {
    .m-burger-trigger {
        display: flex; /* Jetzt einblenden */
    }

    /* Dein Logo etwas kleiner auf Mobile, falls es sonst zu eng wird */
    header div[style*="font-size:34px"] {
        font-size: 26px !important;
    }

    /* Deine bestehende Desktop-Nav hier ausblenden */
    .top-nav, 
    header div[style*="margin-left:20px"] {
        display: none !important;
    }
}








/* ++++ APP BANNER +++ */
.app-banner {
    height: var(--banner-height);
    background: var(--dark-bg); /* Dein dunkler Header-Ton */
    color: white;
    width: 100%;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    transition: margin-top 0.4s ease-in-out; /* Das weiche Rausscrollen */
    border-bottom: 2px solid var(--hr-grey);
    display: flex;
    align-items: center;
}

.banner-content {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.app-icon {
    background: var(--accent-green);
    color: var(--dark-bg);
    font-weight: 900;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 12px;
}

.banner-text { flex-grow: 1; line-height: 1.2; }
.banner-text strong { display: block; font-size: 0.9rem; }
.banner-text small { font-size: 0.7rem; color: #888; }

.download-btn {
    background: var(--accent-green);
    color: var(--dark-bg);
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 20px;
    margin-right: 15px;
}

.close-banner {
    background: none;
    border: none;
    color: #555;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}

/* Klasse zum Ausblenden */
.banner-hidden {
    margin-top: calc(var(--banner-height) * -1);
}




/* ****** SIDEBAR ******* */

/* --- BASIS SIDEBAR --- */
.sidebar {
    width: 280px;
    background: var(--white);
    border-right: 1px solid var(--border-color);
    padding: 15px;
    height: 100vh;
    color: var(--dark-bg);
    box-sizing: border-box;
}

.sidebarXYx {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;                   /* Klebt am oberen Rand */
    height: 100vh;            /* Sidebar ist so hoch wie der Bildschirm */
    overflow-y: auto;         /* WICHTIG: Falls die Liste länger als der Bildschirm ist, kann man in der Sidebar separat scrollen */
	
	/* WICHTIG: Verhindert, dass die Sidebar so hoch wie der Content wird */
    align-self: flex-start;  
    
    /* Begrenze die Höhe auf den sichtbaren Bereich */
    height: calc(100vh - 40px); 
    
    /* Erlaube internes Scrollen, falls die Ligenliste zu lang ist */
    overflow-y: auto;        
    
    /* Dein restliches Styling */
    width: 280px;
    background: var(--white);
    padding: 15px;


}

.left-cont {
    position: -webkit-sticky; /* Safari Support */
    position: sticky;
    top: 0px;               /* Abstand zum oberen Rand beim Scrollen */
    
    /* WICHTIG: Verhindert, dass die Sidebar so hoch wie der Content wird */
    align-self: flex-start;  
    
    /* Begrenze die Höhe auf den sichtbaren Bereich */
    height: calc(100vh - 40px); 
    
	 /* Firefox */
    scrollbar-width: none; 
    
    /* IE und Edge */
    -ms-overflow-style: none; 
    
    /* Verhindert horizontales Scrollen (Sicherheitshalber) */
    overflow-x: hidden;
    overflow-y: auto;
    
   padding: 25px 0px 50px 0px;
   
}
/* Chrome, Safari und Opera */
.left-cont::-webkit-scrollbar {
    display: none;
}

.right-cont{

	 padding: 25px 0px 50px 0px;
}






/* --- SUCHE --- */
.search-container { margin-bottom: 25px; }
.search-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    background: var(--light-gray);
    color: var(--dark-bg);
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.search-input:focus {
    outline: none;
    border-color: var(--accent-green);
}

/* --- SEKTIONS-TITEL --- */
.section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin: 20px 0 8px 5px;
    font-weight: 700;
    display: block;
}

/* --- NAVIGATION ELEMENTE --- */
.nav-group { margin-bottom: 5px; }

.nav-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: var(--dark-bg);
    font-size: 15px;
    transition: all 0.2s;
    margin-bottom: 1px;
}
.nav-item:hover {
    background: var(--light-gray);
    color: var(--accent-green);
}

.dropdown-trigger { 
    font-weight: 600; 
    cursor: pointer; 
}

/* --- CHEVRON (PFEIL) ANIMATION --- */
/* Grundzustand: Geschlossen -> Pfeil zeigt nach UNTEN (v) */
.nav-group .chevron {
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--text-muted);
    border-bottom: 2px solid var(--text-muted);
    /* Drehung für "nach unten" */
    transform: rotate(45deg); 
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: inline-block;
    margin-top: -4px; /* Optische Korrektur der Mitte */
}

/* Offener Zustand: Pfeil dreht sich um 180 Grad -> zeigt nach OBEN (^) */
.nav-group.is-open .chevron {
    /* 45deg + 180deg = 225deg */
    transform: rotate(225deg); 
    border-color: var(--accent-green);
    margin-top: 2px; /* Ausgleich für die Drehung */
}

/* Sicherstellen, dass das Submenü reagiert */
.nav-group .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.nav-group.is-open .submenu {
    max-height: 1000px;
}



/* --- SUBMENU ANIMATION --- */
.submenu {
    max-height: 0;
    overflow: hidden;
    display: block; /* Steuerung erfolgt rein über max-height */
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    padding-left: 10px;
    border-left: 2px solid var(--border-color);
    margin-left: 14px;
}

/*.nav-group.is-open .submenu {
    max-height: 1000px; 
    padding-top: 5px;
    padding-bottom: 10px;
}*/

.country-label {
    display: block;           /* WICHTIG: Macht margins erst wirksam */
    font-size: 11px;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    
    /* Abstände: oben 18px, rechts 0, unten 6px, links 10px */
    margin: 18px 0 6px 10px; 
    
    /* Optional: Eine ganz feine Linie oben drüber zur Trennung */
    border-top: 1px solid var(--border-color);
    padding-top: 12px;
}

/* Verhindert zu viel Abstand beim allerersten Land einer Sportart */
.submenu .country-label:first-child {
    margin-top: 8px;
    border-top: none;
    padding-top: 0;
}



.sport-link {
    display: block;
    /*padding: 5px 10px;*/
    color: var(--dark-bg);
    text-decoration: none;
    font-size: 15px;
    border-radius: 4px;
}
.sport-link:hover { 
    color: var(--accent-green); 
    background: var(--light-gray);
}

.league-link {
    display: block;
    padding: 5px 10px;
    color: var(--dark-bg);
    text-decoration: none;
    font-size: 15px;
    border-radius: 4px;
}
.league-link:hover, .league-link.active { 
    color: var(--accent-green); 
    background: var(--light-gray);
}





/* --- INDIKATOREN & BADGES --- */
.indicator-container {
    width: 20px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}

.pulse-green {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-green);
    box-shadow: 0 0 0 rgba(46, 204, 113, 0.4);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(46, 204, 113, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

.badge-count {
    margin-left: auto;
    font-size: 11px;
    background: var(--dark-bg);
    color: var(--white);
    padding: 2px 8px;
    border-radius: 10px;
}

.flag { width: 18px; margin-right: 12px; }







/* SIDEBAR RIGHT */
/* --- DEIN BESTEHENDES CSS (Bereinigt) --- */
.sidebar-right { width: 300px; display: flex; flex-direction: column; gap: 20px;  height: 100%; /* Wichtig für Sticky-Container */
}
.side-widget { 
    background-color:#fff; margin-left:30px; padding:25px 20px; border-radius:16px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); border: 1px solid #f1f5f9; 
}
.widget-title { font-size: 0.85rem; font-weight: 800; color: #64748b; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; }

/* Ticker & Progress (Deine Klassen) */
.mini-progress-bg { background: #f1f5f9; height: 6px; border-radius: 10px; margin: 10px 0; overflow: hidden; }
#side-loss-fill { height: 100%; background: #22c55e; transition: width 0.5s ease; }
.setup-stats { display: flex; justify-content: space-between; align-items: center; }
#side-loss-display { font-weight: 800; color: #1e293b; }
.btn-mini { font-size: 0.75rem; color: #2563eb; text-decoration: none; font-weight: 700; }
.pulse-dot { height: 6px; width: 6px; background: #ef4444; border-radius: 50%; margin-left: 6px; animation: pulse 1.5s infinite; }
.ticker-item { padding: 12px 0; border-bottom: 1px solid #f8fafc; }
.t-edge { color: #22c55e; font-weight: 800; font-size: 0.85rem; }
.t-time { color: #94a3b8; font-size: 0.7rem; }
.t-match { font-size: 0.85rem; font-weight: 600; color: #1e293b; margin-top: 2px; }

/* --- NEU: TOP PICKS (Stapel-Design für 300px) --- */
.pick-card-link { display: block; text-decoration: none; padding: 15px 0; border-bottom: 1px solid #f8fafc; }
.p-main-content { display: flex; justify-content: space-between; align-items: center; }
.p-teams-stack { display: flex; flex-direction: column; gap: 6px; max-width: 150px; }
.p-team-line { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; font-weight: 700; color: #1e293b; }
.side-widget .mini-logo { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }
.p-team-line span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.p-edge-badge { background: #f0fdf4; padding: 6px 10px; border-radius: 8px; text-align: center; min-width: 60px; }
.p-edge-val { display: block; color: #16a34a; font-weight: 900; font-size: 0.9rem; line-height: 1; }
.p-edge-label { display: block; font-size: 0.55rem; text-transform: uppercase; color: #16a34a; font-weight: 700; margin-top: 2px; }

.p-footer { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.p-date { font-size: 0.7rem; color: #94a3b8; font-weight: 600; }
.badge-today { background: #fee2e2; color: #ef4444; font-size: 0.6rem; font-weight: 800; padding: 2px 5px; border-radius: 4px; }

@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }

/* Ranking List Styles */
.ranking-list { list-style: none; padding: 0; margin: 0; }

.rank-item { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    padding: 12px 0; 
    border-bottom: 1px solid #f8fafc; 
}
.rank-item:last-child { border-bottom: none; }

.rank-num { font-weight: 800; color: #cbd5e1; font-size: 0.8rem; min-width: 20px; }
.rank-name { font-weight: 700; color: #1e293b; font-size: 0.85rem; }

.rank-link { 
    margin-left: auto; 
    font-size: 0.75rem; 
    color: #2563eb; 
    text-decoration: none; 
    font-weight: 800; 
    padding: 4px 8px;
    background: #eff6ff;
    border-radius: 6px;
    transition: background 0.2s;
}
.rank-link:hover { background: #dbeafe; }

.seo-note { font-size: 0.65rem; color: #94a3b8; text-align: center; margin-top: 15px; font-style: italic; }

/* Sticky Effekt für das letzte Widget */
.widget-sticky {
    
	position: -webkit-sticky; /* Support für Safari */
    position: sticky;
    top: 20px; /* Abstand zum oberen Rand beim Scrollen */
    z-index: 100;     
	
	
}






/* ++++ AI WELCOME BOX ++++ */


.ai-trust-box {
	background: #ffffff; /* Heller Kontrast zum dunklen Rest */
	border-radius: 16px;
	margin-bottom: 35px;
	padding: 25px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.15); /* Weicher Schatten */
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	display: flex;
	flex-direction: column;
	border: 1px solid #e0e0e0;
	position: relative;
	overflow: hidden;
}

/* Der "AI-Glow" im Hintergrund (ganz dezent) */
.ai-trust-box::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, rgba(255,255,255,0) 70%);
	pointer-events: none;
}

.trust-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.trust-title h2 {
	margin: 0;
	color: #1a1a1a;
	font-size: 1.4rem;
	font-weight: 800;
	margin-block-start: 10px;
}

.ai-badge {
	background: #f0fff4;
	color: #27ae60;
	padding: 5px 8px;
	border-radius: 20px;
	font-size: 0.65rem;
	font-weight: 900;
	border: 1px solid #c6f6d5;
	letter-spacing: 0.5px;
}

.trust-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.trust-text {
	color: #555;
	font-size: 0.9rem;
	line-height: 1.5;
	padding-right: 20px;
}

/* Stats-Kacheln in der Box */
.trust-stats {
	display: flex;
	gap: 15px;
}

.stat-card {
	background: #f8f9fa;
	padding: 15px;
	border-radius: 12px;
	flex: 1;
	text-align: center;
	border: 1px solid #eee;
}

.stat-card .label {
	display: block;
	font-size: 0.65rem;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.stat-card .value {
	font-size: 1.3rem;
	font-weight: 800;
	color: #1a1a1a;
}

.stat-card .value.plus {
	color: #2ecc71; /* GrÃ¼ner Profit-Wert */
}

.trust-footer {
	margin-top: 20px;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	color: #999;
}

.live-dot {
	width: 8px;
	height: 8px;
	background: #2ecc71;
	border-radius: 50%;
	margin-right: 8px;
	animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
	0% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.3); opacity: 0.5; }
	100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 600px) {
	.trust-body { grid-template-columns: 1fr; }
}


/* ++++ OPTIMIZE BOX ++++ */

.optimizer-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 35px;
    border: 1px solid #ffeeba; /* Dezentes Warn-Gelb */
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    position: relative;
}

.optimizer-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Die grafische Komponente: Kreis-Chart mit Puls */
.profit-loss-chart {
    position: relative;
    flex-shrink: 0;
}

.chart-circle {
    width: 85px;
    height: 85px;
    background: #fff;
    border: 4px solid #f39c12; /* Orange-Gelb fÃ¼r "Achtung" */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.loss-value {
    font-size: 1.2rem;
    font-weight: 900;
    color: #e67e22;
}

.loss-label {
    font-size: 0.55rem;
    font-weight: 800;
    color: #888;
}

/* Der pulsierende Ring hinter dem Kreis */
.pulse-ring {
    position: absolute;
    top: 0; left: 0;
    width: 85px; height: 85px;
    border: 4px solid #f39c12;
    border-radius: 50%;
    animation: pulse-orange 2s infinite;
    z-index: 1;
}

@keyframes pulse-orange {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

.optimizer-text h3 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #1a1a1a;
}

.optimizer-text p {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 12px;
}

.setup-link {
    display: inline-block;
    color: #2ecc71;
    font-weight: 800;
    font-size: 0.8rem;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.setup-link:hover {
    border-bottom-color: #2ecc71;
    letter-spacing: 0.5px;
}





/* ++++ MATCH CARD ++++ */

/* Die Match-Card */
.match-card {
	background: var(--white);
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.05);
	/*max-width: 680px;*/
	margin: 0 0 20px 0;
	overflow: hidden;
	border: 1px solid var(--border-color);
	text-decoration:none;
	 transition: transform 0.2s;
}

.match-card:hover { transform: translateY(-3px); }

a:has(.match-card) {
  text-decoration: none;
}

/* Header: Liga & Zeit */
.card-header {
	background: var(--dark-bg);
	color: white;
	padding: 12px 18px;
	display: flex;
	justify-content: space-between;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

/* Team Sektion */
.card-body { padding: 24px 18px; }

.teams-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	text-align: center;
}

.team { flex: 1; font-weight: 700; font-size: 1.1rem; color: #222; }
.team-logo-container{
	height:58px;width:58px;background-color:#f7f7f7;border-radius: 25%;margin-inline: auto;align-content: center; margin-block-end: 8px;text-align: center;
}
.team-logo-container img{
	width:42px;height:42px;margin-block-start: 4px;
}
.vs-circle {
	width: 35px;
	height: 35px;
	background: var(--light-gray);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7rem;
	color: #999;
	font-weight: bold;
	margin: 0 10px;
}

/* Quoten-Matrix */
.odds-matrix { display: flex; flex-direction: column; gap: 8px; }

/* Kopfzeile der Matrix (Bookies) */
.matrix-labels {
	display: grid;
	grid-template-columns: 30px 1fr 1fr 1fr;
	gap: 8px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.bookie-label {
	font-size: 0.65rem;
	color: var(--text-muted);
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}

/* Reihe fÃ¼r 1, X, 2 */
.odds-row {
	display: grid;
	grid-template-columns: 30px 1fr 1fr 1fr;
	gap: 8px;
	align-items: center;
}

.row-type {
	font-size: 0.8rem;
	font-weight: 700;
	color: #bbb;
	text-align: center;
}

.odd-box {
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 10px 5px;
	text-align: center;
	font-weight: 600;
	font-size: 0.95rem;
	color: #444;
	transition: all 0.2s ease;
}

/* DER KI-VALUE HIGHLIGHT */
.is-value {
	background: rgba(46, 204, 113, 0.08); /* Sanftes GrÃ¼n-Transparent */
	border: 1px solid var(--accent-green);
	color: var(--accent-green);
	position: relative;
}

.is-value::after {
	content: "VALUE " attr(data-edge);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--accent-green);
	color: white;
	font-size: 0.5rem;
	padding: 1px 5px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	z-index:2;
}

/* Badge fÃ¼r Pinnacle (Benchmark) */
.odd-box.fair-odd { color: #888; font-weight: 400; background: #fafafa; }


	
	
	.is-value-top {
    position: relative;
    background: rgba(46, 204, 113, 0.1) !important; /* Ganz zartes GrÃ¼n im Hintergrund */
    border: 1px solid var(--accent-green) !important;
    color: var(--accent-green) !important;
    font-weight: 800;
    z-index: 3;
    /* Hier kommt der Glow-Effekt */
    animation: professional-pulse 2.5s infinite ease-in-out;
}

/* Der pulsierende Glow-Effekt (Nur der Schatten/Rahmen glÃ¼ht) */
@keyframes professional-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
    }
    50% {
        box-shadow: 0 0 15px 5px rgba(46, 204, 113, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4);
    }
}

	
	/* Das schwebende Schild (Badge) */
.is-value-top::after {
    content: 'TOP VALUE ' attr(data-edge);
    position: absolute;
    top: -12px; /* Positioniert es genau auf dem oberen Rand */
    left: 50%;
    transform: translateX(-50%); /* Zentriert das Schild exakt */
    background: var(--accent-green);
    color: var(--dark-bg); /* Dunkler Text auf GrÃ¼n fÃ¼r maximalen Kontrast */
    font-size: 0.55rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    z-index: 2;
    /* Optional: Das Schild kann mitpulsieren */
    animation: badge-bounce 1s infinite ease-in-out;
	z-index: 100;
}

/* Subtiles Schweben des Schildes */
@keyframes badge-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-2px); }
}

/* Die Box selbst (Pulsierender Rahmen) */
/*.is-value-top {
    position: relative;
    border: 2px solid var(--accent-green) !important;
    background: rgba(46, 204, 113, 0.05) !important;
    animation: professional-pulse 2.5s infinite ease-in-out;
}*/






/* ***** MATCH DETAILS LIST **** */

/* --- 1. GRUNDSTRUKTUR & CONTAINER --- */
.analysis-grid {
    display: block;
    width: 100%;
    margin-top: 25px;
}

.odds-table {
    width: 100%;
    border-radius: 12px;
    overflow: visible; /* Wichtig fÃ¼r das  Badge */
    border-collapse: separate; 
    border-spacing: 0; /* KEINE LÃ¼cken zwischen den Spalten */
    background: transparent;
    user-select: none;
	overflow: hidden;
}

.odds-table thead { 
    background: var(--dark-bg); 
    color: white; 
}

.odds-table th {
    padding: 20px 15px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.odds-table td {
    text-align: center;
    background: white;
    padding: 15px;
    vertical-align: middle;
    transition: background 0.2s ease;
    border-bottom: 1px solid #f2f2f2;
	position: relative;
}

/* Fixierte Spaltenbreiten */
.odds-table th:first-child, .odds-table td:first-child { text-align: left; width: 180px; padding-left: 30px; }
.odds-table th:last-child, .odds-table td:last-child { width: 140px; padding-right: 30px; }

/* --- 2. VALUE & MASTER-PICK ZELLEN (Identische RahmenstÃ¤rke) --- */
.val-cell {
    font-weight: 800;
    font-size: 1.15rem;
    color: #333;
    position: relative;
    width: 120px;
}

/* DER FIX: Outline statt Box-Shadow verhindert das optische "Aufschwemmen" */
.is-value, 
.is-master-pick {
    outline: 1px solid #2ecc71 !important;
    outline-offset: -1px; /* Zieht den Rahmen exakt nach innen */
    position: relative;
	
}

.is-value {
    background-color: rgba(46, 204, 113, 0.05) !important;
    z-index: 3;
}
.is-master-pick {
    background-color: rgba(46, 204, 113, 0.15) !important;
    z-index: 1; /* Master liegt Ã¼ber eventuellen Nachbar-Outlines */
}

/* 1. DIE QUOTE IN VALUE- & MASTER-ZELLEN GRÃœN FÃ„RBEN */
.is-value .price, 
.is-master-pick .price {
    color: var(--accent-green) !important; /* Ein sattes, gut lesbares KI-GrÃ¼n */
    transition: color 0.2s ease;
}
/* 2. HOVER-EFFEKT: Wenn man die Zeile hovert, wird das GrÃ¼n noch intensiver */
/*.bookie-row:hover .is-value .price,
.bookie-row:hover .is-master-pick .price {
    color: #27ae60 !important;
}*/


/* Das Badge fÃ¼r den Master-Pick */
.is-master-pick::before {
    content: 'KI-EMPFEHLUNG ' attr(data-edge);
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%);
    background: #2ecc71;
    color: white;
    font-size: 0.55rem;
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-weight: 900;
    z-index: 20; 
	animation: badge-bounce 1s infinite ease-in-out;
	
	 /* Farben & Design */
    background: var(--accent-green);
    color: var(--dark-bg);
    /*border: 1.5px solid #f39c12; /* #2ecc71  Dünner, giftgrüner Rand für Kontrast zu Weiß */
    border-radius: 10px; /* Pille-Form */
    
    /* Schriftdetails */
    font-size: 0.6rem;
    font-weight: 900;
    padding: 2px 12px;
    white-space: nowrap;
    letter-spacing: 0.3px;
    
    /* Der Effekt: Kombinierter Schatten für Sichtbarkeit auf jedem Grund */
    /*box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.15),      
        0 0 12px rgba(46, 204, 113, 0.5);  */
    
    z-index: 30;
   /* animation: master-smart-bounce 2.2s infinite ease-in-out;*/
	
}
/* Die smarte Animation: Dezent, aber unübersehbar */
@keyframes master-smart-bounce {
    0% { 
        transform: translateX(-50%) translateY(0) scale(1); 
        box-shadow: 0 4px 8px rgba(0,0,0,0.15), 0 0 8px rgba(46,204,113,0.3);
    }
    50% { 
        transform: translateX(-50%) translateY(-4px) scale(1.08); /* Sanfter Hopser */
        box-shadow: 0 8px 15px rgba(0,0,0,0.2), 0 0 18px rgba(46,204,113,0.6);
        border-color: #27ae60; /* Rand wird beim Hüpfen dunkler grün */
    }
    100% { 
        transform: translateX(-50%) translateY(0) scale(1); 
    }
}


/* --- 3. REIHEN-STYLING (Master-Reihe & Hover) --- */
.bookie-row { cursor: pointer; position: relative;}

.bookie-row td{
	position: relative;
}
.row-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Liegt über dem Text */
    display: block;
	
}

/* Markierung fÃ¼r die Master-Reihe (der grÃ¼ne Balken links) */
.is-master-row td:first-child {
    border-left: 5px solid #2ecc71 !important;
}

/* Dezenter Hintergrund fÃ¼r die ganze Master-Reihe (Statischer Glow) */
.is-master-row td {
    background-color: rgba(46, 204, 113, 0.03);
}



/* Hover-Effekte auf Zeilenebene */
.bookie-row:hover td {
    /*background-color: #fafafa !important;*/
	/*background-color: rgba(46, 204, 113, 0.08) !important; *//* Dein KI-GrÃ¼n-Hauch */
	background-color: rgba(46, 204, 113, 0.12) !important;
    transition: background 0.2s ease;
}

.bookie-row:hover .btn-bet {
    /*background: var(--accent-green) !important;
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
    transform: translateY(-2px);*/
	background: var(--accent-green) !important;
    box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
    transform: translateY(-2px);
}
.bookie-star{
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0.075;
	
}

/* --- 4. BUTTONS, HINTS & FOOTER --- */
.btn-bet {
    background: #2c3e50;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-block;
    transition: 0.2s;
}

.netto-hint {
    display: block;
    font-size: 0.65rem;
    color: #999;
    font-weight: 400;
    margin-top: 4px;
}

.action-cell {
    text-align: right;
    padding-right: 30px;
}

/* 1. DIE REFERENZ-ZEILE (Der mathematische Anker) */
.row-ai-fair td {
    background: #f8fafc !important; /* Sehr helles, kÃ¼hles Blau-Grau */
    border-bottom: 2px solid #e2e8f0 !important; /* Etwas stÃ¤rkere Linie als Trenner */
    color: #64748b !important; /* Dezentes Schiefergrau fÃ¼r die Zahlen */
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: default; /* Zeigt, dass man hier nicht klicken kann */
    padding: 12px 15px !important; /* Etwas schmaler als die Bookie-Rows */
}

/* 2. DAS KI-LABEL (Das Gehirn-Icon) */
.row-ai-fair td:first-child {
    color: #475569 !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-left: 5px solid #cbd5e1 !important; /* Grauer Balken statt GrÃ¼n */
}

/* 3. HOVER-STOPP (Wichtig!) */
/* Wir verhindern, dass die KI-Zeile grÃ¼n wird oder den Zeiger Ã¤ndert */
.row-ai-fair:hover td {
    background: #f8fafc !important;
    transform: none !important;
    box-shadow: none !important;
}















.master-signal-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    overflow: hidden;
    margin-bottom: 30px;
	position: relative;
}
.card-glow {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background: #2ecc71;
    box-shadow: 2px 0 15px rgba(46, 204, 113, 0.3);
}

.card-glow {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 6px;
    background: #2ecc71;
    box-shadow: 2px 0 15px rgba(46, 204, 113, 0.3);
}

.card-inner {
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Linke Seite */
.ai-status {
    font-size: 0.65rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #2ecc71;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 0 8px #2ecc71;
    animation: blinker 2s infinite;
}

@keyframes blinker { 50% { opacity: 0.3; } }

/* Mittelsektion: Fokus auf den Tipp */
.match-logic {
    text-align: center;
    flex: 1;
}

.teams-mini-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.master-signal-card .mini-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 0.8;
}

.vs-text {
    font-size: 0.6rem;
    font-weight: 900;
    color: #cbd5e1;
    text-transform: uppercase;
}

.bet-target {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 900;
    color: #1e293b;
    line-height: 1.1;
}

.bookie-info {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 5px;
}

/* Metriken Links */
.ai-meta { min-width: 100px; }
.ai-status { font-size: 0.6rem; font-weight: 800; color: #94a3b8; margin-bottom: 8px; }

/* Action Rechts */
.price-display {
    display: flex;
    align-items: center;
    gap: 15px;
}

.price-value { font-size: 2.2rem; font-weight: 900; color: #1e293b; }

.btn-master-bet {
    background: #1e293b;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.8rem;
}


.master-signal-card.shimmer-static {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(46, 204, 113, 0.15);
    animation: static-shimmer 4s infinite ease-in-out;
}

@keyframes static-shimmer {
    0%, 100% { box-shadow: 0 8px 22px rgba(46, 204, 113, 0.15); }
    50% { box-shadow: 0 13px 34px rgba(46, 204, 113, 0.25); }
}

.card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 35px;
    gap: 15px;
}

/* Links: Statistik-Sektion */
.ai-meta { min-width: 100px; text-align: left; }
.ai-status { font-size: 0.65rem; font-weight: 900; color: #2ecc71; margin-bottom: 6px; display: flex; align-items: center; letter-spacing: 1px; }
.data-stat { border-left: 2px solid #f1f5f9; padding-left: 12px; margin-left: 4px; }
.stat-val { display: block; font-size: 0.9rem; font-weight: 900; color: #1e293b; line-height: 1; }
.stat-lbl { font-size: 0.5rem; color: #94a3b8; font-weight: 700; letter-spacing: 0.5px; }

/* Mitte: Match */
.match-logic { text-align: center; flex: 1; }
.teams-mini-row { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 5px; }
.mini-logo { width: 24px; height: 24px; object-fit: contain; }
.bet-target { margin: 0; font-size: 1.8rem; font-weight: 900; color: #1e293b; line-height: 1; text-transform: uppercase; }
.bookie-info { font-size: 0.8rem; color: #64748b; margin-top: 8px; }

/* Rechts: Edge & Action */
.action-hub { text-align: right; }
.edge-badge {
    display: inline-block;
    background: #f0fff4;
    color: #22c55e;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    border: 1px solid #dcfce7;
    margin-bottom: 12px;
}

.price-display { display: flex; align-items: center; gap: 15px; justify-content: flex-end; }
.price-value { font-size: 2.6rem; font-weight: 900; color: #1e293b; letter-spacing: -1px; }

.btn-master-bet {
    background: #1e293b;
    color: white;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.85rem;
    transition: all 0.2s;
}
.btn-master-bet:hover { background: #2ecc71; transform: translateY(-2px); }







/* ***** NO MASTER PICK **** /

/* Spezieller Style für das inaktive Panel */
.master-signal-card.no-pick-active .card-glow {
    display: none; /* Leuchten entfernen */
}


.no-pick-active .ai-status {
    color: #888;
}

.no-pick-active .vs-text {
    opacity: 1;
}

.no-pick-active .data-stat .stat-val {
    color: #888;
}

.no-pick-active {
    border: 1px dashed var(--border-color) !important;
    background: #fff !important;
    box-shadow: none !important;
}

.pulse-dot-grey {
    height: 8px; width: 8px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    animation: snapshot-pulse-grey 2s infinite;
}

@keyframes snapshot-pulse-grey {
    0% { opacity: 0.4; }
    50% { opacity: 1; }
    100% { opacity: 0.4; }
}

.no-pick-active .stat-val {
    color: var(--text-muted) !important;
}






/* ++++++ GAME LIVE ++++*/



.live-badge {
    background: #e74c3c;
    color: white;
    padding: 4px 14px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.8rem;
    animation: pulse-opacity 1.5s infinite;
}

@keyframes pulse-opacity {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.status-title {
    color: var(--dark-bg);
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 800;
}

.status-subtitle {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 30px;
}

.odds-snapshot-cont{
	border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 30px;
}
.odds-snapshot-flex {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
}

.snapshot-col .label {
    display: block;
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.snapshot-col .value {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--dark-bg);
}




.live-match-snapshot {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    margin: 25px 0;
}

/* Badge */
.snapshot-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /*background: #fff5f5;
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid #feb2b2;*/
    margin-bottom: 35px;
}


/* Match Core */
.snapshot-match-core {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.snapshot-team { display: flex; flex-direction: column; align-items: center; width: 180px; }
.team-logo-img { width: 90px; height: 90px; object-fit: contain; margin-bottom: 12px; }
.team-name-text { font-weight: 800; font-size: 1.1rem; color: var(--dark-bg); }

.snapshot-center-meta { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.vs-divider { font-weight: 900; color: #eee; font-size: 1.5rem; line-height: 1; }

/* Timer unter VS */
.snapshot-timer { display: flex; flex-direction: column; align-items: center; }
.timer-val { font-size: 1.6rem; font-weight: 900; line-height: 1; }
.timer-label { font-size: 0.6rem; font-weight: 800; color: var(--text-muted); margin-top: 4px; }



.snapshot-footer { margin-top: 30px; font-size: 0.7rem; color: var(--text-muted); }



/* *** MACH END. **** */

.match-result-snapshot {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 25px 0;
}

/* Win/Loss Status */
.match-result-snapshot.is-win { border-color: var(--accent-green); background: #fdfdfd; }
.match-result-snapshot.is-loss { border-color: #e0e0e0; filter: grayscale(0.2); }

.snapshot-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 0.75rem;
    margin-bottom: 35px;
}

.is-win .snapshot-result-badge { background: #e8f8f0; color: var(--accent-green); }
.is-loss .snapshot-result-badge { background: #f4f4f4; color: #888; }

/* Scoreboard */
.final-score-display { display: flex; flex-direction: column; align-items: center; }
.score-val { font-size: 3.2rem; font-weight: 900; color: var(--dark-bg); letter-spacing: 5px; line-height: 1; text-wrap: nowrap;}
.score-label { font-size: 0.6rem; font-weight: 800; color: var(--text-muted); margin-top: 10px; letter-spacing: 2px; }

/* Highlight Win Box */
.master-pick-summary.highlight-win {
    background: rgba(46, 204, 113, 0.1);
    border: 1.5px solid var(--accent-green);
}

.is-win .badge-ki { background: var(--accent-green); }
.is-loss .badge-ki { background: #888; }

















.ai-conclusion-box {
    background: #f9fbf9; /* Ganz zartes GrÃ¼n-WeiÃŸ */
    border-left: 0px solid #2ecc71; /* Dein sattes GrÃ¼n 4*/
    padding: 20px;
    margin-top: 25px;
    border-radius: 0 12px 12px 0;
	border-radius:12px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	z-index: 10;
}

.conclusion-icon {
    font-size: 1.5rem;
    filter: drop-shadow(0 0 5px rgba(46, 204, 113, 0.3));
}

.conclusion-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #2c3e50;
}

.conclusion-text strong {
    color: #27ae60;
}












/* ***** GRAPH ***** */

.chart-controls {
    display: flex;
    gap: 5px;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
}
.btn-chart {
    border: none;
    background: none;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s;
}
.btn-chart.active {
    background: #fff;
    color: var(--dark-bg);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}	
	
	
/* Der flache Graph-Container */
.chart-wrapper {
    margin-top: 10px;
	position: relative; /* Absolut notwendig für Chart.js */
    height: 160px;      /* Deine gewünschte Höhe */
    width: 100%;        /* Nutzt die volle Breite der Box */
    overflow: hidden;   /* Verhindert, dass Scrollbars während des Resizings flackern */
}
canvas#oddsChart {
    width: 100% !important;  /* Erzwingt die Breite */
    height: 100% !important; /* Erzwingt die Höhe */
}
.chart-label-group{
	min-width: 70px;
}
.chart-label-value {
    color: #1e293b;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}
	
.chart-edge-badge {
    padding: 4px 12px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 800;
}
.chart-value-positive{
	color: #2ecc71;
	background: rgba(46, 204, 113, 0.1);
	border: 1px solid rgba(46, 204, 113, 0.2);
}
.chart-value-negative{
	color:#f59e0b;
	background: rgba(245, 158, 11, 0.1);
	border: 1px solid rgba(254, 158, 11, 0.2);
}

.chart-quote-badge {
	background: rgba(59, 130, 246, 0.1); /* Sanftes Blau-Transparent */
    color: #3b82f6;
    padding: 4px 12px;
    border-radius: 100px; /* Voll abgerundet wie die Kurve */
    font-size: 13px;
    font-weight: 800;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.chart-label-title {
    display: block;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.chart-type-btn {
    flex: 1;
    border: none;
    background: none;
    padding: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.chart-type-btn.active {
    background: #ffffff;
    color: #1e293b;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

	
	
/* Bestehende Styles ergänzen/anpassen */

@media (max-width: 480px) {

    .stats-header {
        flex-direction: column; /* Stapeln statt nebeneinander */
        gap: 15px;
    }

    .header-left {
        width: 100%;
        /*justify-content: space-between;*/ /* Fakten verteilen */
    }

    .selection-wrapper {
        width: 100% !important; /* Buttons über die ganze Breite */
    }
    
    .chart-label-value {
        font-size: 14px; /* Etwas kleiner für Mobile-Fitting */
    }

    .chart-type-btn {
        padding: 10px 5px; /* Höher für bessere Treffsicherheit mit dem Daumen */
        font-size: 13px;
    }
    .selection-wrapper {
        margin-top: 5px; /* Kleiner Abstand zum Header-Text */
        box-shadow: 0 2px 8px rgba(0,0,0,0.03); /* Leichte Tiefe auf Mobile */
    }
}


/* ****** FAQ *****/

.faq-box {
 /* max-width: 650px;*/
  margin: 30px auto;
  font-family: 'Inter', sans-serif;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 12px;
  /* Minimaler, weicher Schatten */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease;
}

/* Hover nur über die Rahmenfarbe, kein Springen */
.faq-item:hover {
  border-color: #d0d0d0;
}
.faq-item a{
	color: var(--accent-green);
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
}

summary::-webkit-details-marker { display: none; }

.question {
  font-weight: 500;
  color: var(--dark-bg);
  font-size: 1rem;
	line-height: 1.3em;
	max-width: calc(100% - 30px);
}

/* Neutrales Chevron-Icon */
.chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.3s ease;
  margin-right: 4px;
}

/* Aktiv-Zustand: Drehung und dezenter grüner Akzent */
details[open] .chevron {
  transform: rotate(-135deg);
  border-color: var(--accent-green);
}

details[open] {
  border-color: var(--accent-green);
}

.answer {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  /* Sanftes Einblenden */
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.faq-item details {
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.answer-wrapper {
  display: grid;
  grid-template-rows: 0fr; /* Startzustand: Höhe 0 */
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 24px;
}

details[open] + .answer-wrapper {
  grid-template-rows: 1fr; /* Zielzustand: Volle Höhe */
  padding-bottom: 20px;
}

.answer-content {
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Trennlinie dezent einblenden */
.answer-content p {
  padding-top: 15px;
  border-top: 0px solid var(--border-color);
  margin: 0;
}

.faq-note{
	opacity: 0.8;
	font-size: 0.8em;
	font-style: italic;
}






/** PERMORMANCE HUB **/

.hub-filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 10px 5px;
    border-bottom: 1px dashed #e2e8f0;
}

.filter-toggle-group {
    display: flex;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
    gap: 4px;
}

.hub-toggle {
    border: none;
    background: transparent;
    padding: 8px 16px;
    border-radius: 9px;
    font-size: 0.7rem;
    font-weight: 800;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.hub-toggle.active {
    background: #ffffff;
    color: #1e293b;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.dot { width: 6px; height: 6px; border-radius: 50%; }
.dot.green { background: #2ecc71; box-shadow: 0 0 5px #2ecc71; }
.dot.gray { background: #94a3b8; }

.hub-info-text { font-size: 0.65rem; color: #94a3b8; font-weight: 600; }








/** 
 * GEMEINSAMES DESIGN: MARKT-RADAR & PERFORMANCE-HUB 
 * Einheitliches Raster für alle Zeilen
**/
/* ============================================================
   1. BASIS & STATUS (Für beide Reihen)
   ============================================================ */
.radar-row {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: background 0.2s;
}
.radar-row:hover { background: #f8fafc; }

/* Der Status-Balken links */
.radar-row::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: #cbd5e1;
}
.status-won::before { background: #2ecc71; box-shadow: 2px 0 10px rgba(46, 204, 113, 0.3); }
.status-lost::before { background: #94a3b8; }
.status-live::before { background: #ef4444; box-shadow: 2px 0 10px rgba(239, 68, 68, 0.3); }

/* ============================================================
   2. MARKT-RADAR SPEZIFISCH (Deine alten Klassen)
   ============================================================ */
.radar-time { 
    display: flex; 
    flex-direction: column; 
    min-width: 80px; 
    flex-shrink: 0; 
}
.t-val { font-weight: 800; color: #1e293b; font-size: 0.9rem; line-height: 1.2; }
.t-day { font-size: 0.65rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; }

.radar-teams { flex: 1; padding: 0 25px; }
.radar-league-tag { font-size: 0.55rem; font-weight: 900; color: #94a3b8; text-transform: uppercase; display: block; margin-bottom: 2px; }

.radar-odds-compare { display: flex; align-items: center; gap: 15px; min-width: 160px; justify-content: center; }
.radar-edge { display: flex; align-items: center; justify-content: flex-end; min-width: 110px; gap: 10px; }

/* ============================================================
   3. PERFORMANCE-HUB SPEZIFISCH (Die neue Struktur)
   ============================================================ */
.radar-main { display: flex; align-items: center; flex: 1; }
.radar-info { display: flex; flex-direction: column; min-width: 100px; }
/* Nutzt t-val und radar-league innerhalb von radar-info */
.radar-league { font-size: 0.65rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; }

.radar-action { display: flex; align-items: center; gap: 30px; min-width: 230px; justify-content: flex-end; }
.radar-odds-compact { text-align: right; min-width: 95px; }

/* ============================================================
   4. GEMEINSAME ELEMENTE (Logos, Badges, Links)
   ============================================================ */
.team-unit { display: flex; align-items: center; gap: 8px; margin: 2px 0; }
.micro-logo { width: 17px; height: 17px; object-fit: contain; }
.team-name { font-size: 0.9rem; font-weight: 700; color: #334155; white-space: nowrap; }

.edge-mini-badge, .radar-edge-badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 900;
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}
.is-smart { background: #dcfce7 !important; color: #16a34a !important; border-color: #bbf7d0 !important; }

.odd-lbl { font-size: 0.55rem; font-weight: 800; color: #94a3b8; display: block; text-transform: uppercase; }
.odd-val { font-size: 1rem; font-weight: 800; color: #475569; }

.full-card-link { position: absolute; inset: 0; z-index: 5; }



/* --- MOBILE OPTIMIERUNG --- */
/*
@media (max-width: 768px) {
    .radar-row { flex-wrap: wrap; padding: 15px 15px 15px 20px; }
    .radar-time { width: 50%; order: 1; }
    .radar-edge { width: 50%; order: 2; }
    .radar-teams { 
        width: 100%; order: 3; 
        padding: 12px 0; 
        border-bottom: 1px dashed #f1f5f9; 
        margin: 5px 0; 
    }
    .radar-odds-compare { 
        width: 100%; order: 4; 
        margin: 10px 0 0 0; 
        min-width: unset; 
    }
    .radar-arrow { display: none; }
}
*/








.radar-filter-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.filter-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.filter-group { display: flex; align-items: center; gap: 15px; }

.filter-label {
    font-size: 0.65rem;
    font-weight: 900;
    color: #94a3b8;
    letter-spacing: 1px;
}

.filter-pills { display: flex; gap: 8px; }

.pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.pill:hover { border-color: #cbd5e1; color: #1e293b; }
.pill.active { background: #1e293b; color: #ffffff; border-color: #1e293b; }
.pill.highlight { border-color: #2ecc71; color: #2ecc71; }
.pill.highlight.active { background: #2ecc71; color: #ffffff; }

.radar-select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1e293b;
    background: #f8fafc;
    cursor: pointer;
}

.stat-count {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 600;
}











.mimg{
	width:176px;height:18px;
}


/* ++++ FOOTER ++++ */
.foot-links-cont{
	padding:30px 10px;
	text-align: center;
}
.foot-links-cont a{
	color:#9e9e9e;
	margin:0px 10px;
}
.foot-links-cont{
	padding:30px 10px;
}

.foot-betnote-cont{
	display: flex;
	border-top:1px solid #333;
	padding:30px 10px;
}
.foot-betnote-icon{
	min-width: 100px;
	padding: 20px;
}
.foot-betnote-text{
	font-size: 0.9em;
	line-height: 1.3em;
}
.foot-bottom-cont{
	border-top:1px solid #333;
	padding:30px 10px;
}
.foot-bottom-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot-bottom-side{
	width:280px;
}
.foot-app-cont{
	display:flex;
}
.foot-app-cont a{
	opacity: 0.7;
	transition: all 0.2s ease;
}
.foot-app-cont a:hover{
	opacity: 0.9;
}
.foot-app-cont img{
	height: 40px;
}
.foot-end{
	height: 20px;
}


.cookie-overlay {
    position: fixed;
    bottom: -200px; /* Startet versteckt */
    left: 0; right: 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
    z-index: 11000; /* Über der Sticky-Bar */
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
}

.cookie-overlay.is-active { bottom: 0; }

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text { display: flex; align-items: center; gap: 15px; }
.cookie-icon { font-size: 1.5rem; }
.cookie-text p { font-size: 0.85rem; color: #475569; line-height: 1.4; margin: 0; }
.cookie-text a { color: #64748b; text-decoration: underline; }

.cookie-actions { display: flex; gap: 10px; }

.cookie-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-accept { background: var(--accent-green); color: #000; }
.btn-minimal { background: #f1f5f9; color: #64748b; }

/* Mobile Anpassung */
@media screen and (max-width: 768px) {
    .cookie-content { flex-direction: column; text-align: center; }
    .cookie-actions { width: 100%; flex-direction: column; }
    .cookie-btn { width: 100%; }
}




/* Standard: Mobile View verstecken */
.mobile-odds-list { display: none; }
.m-signal-card { display: none; }
.m-live-container { display: none; }
.m-res-container { display: none; }
.m-conclusion { display: none; }
.m-sticky-bar { display: none; }
.m-match-link { display: none; }
.ai-trust-box.m-trust-box { display: none; }
.optimizer-box.m-opt-box { display: none; }
.radar-row.m-radar-row { display: none; }
.radar-filter-bar.m-radar-filters { display: none; }



@media screen and (max-width: 1250px) {
	
	.right-cont{
		display:none;
	}
	
}

@media screen and (max-width: 900px) {
	
	.top-nav{
		display:none;
	}
	.sidebar-navigation{
		display:block;
	}
	
	
}
@media screen and (max-width: 900px) {
	
	
	.left-cont{
		display:none;
	}

	
	
}


@media screen and (max-width: 768px) {
	
	.text-logo{
		font-size:22px;
	}
	h1{
		font-size: 1.2em;
		margin-block-start: 0.6em;
		margin-block-end: 1.4em;
		font-weight: 800;
		margin-left: 0.5em;
		line-height: 1.1em;
	}
	h2{
		font-size: 1.05em;
		margin-block-start: 1em;
		margin-block-end: 1em;
		font-weight: 700;
	}
	h3{
		font-size: 1em;
		margin-block-start: 0.8em;
		margin-block-end: 0.8em;
		font-weight: 700;
	}
	.multi-h{
		display: flex;
		align-items: center;
	}
	.multi-h img{
		height: 36px;
		margin-right: 10px;
	}
	.multi-h-sub{
		font-size: 0.7em;
	}
	p{
		font-size: 13px;
	}
	.main{
		padding:0px 6px;
	}
	.main-cont-m{
		padding:10px 0px;
	}
	.main-box{
		background: #ffffff;
		border-radius: 16px;
		margin-bottom: 35px;
		padding: 15px;
		box-shadow: 0 10px 25px rgba(0,0,0,0.05);
		/*margin-top:35px;*/
	}
	
	
	header{
		height:60px;width:100%;background-color:#262626;
	}
	.header-cont{
		height:60px;display: flex;align-items: center;
	}
	
	.sidebar-navigation{
		display: block;
	}
	
	/* INDEX */
	
	.ai-trust-box{
		display:none;
	}
	
    .ai-trust-box.m-trust-box {
		display: block;
        padding: 15px;
        margin: 15px 0px;
        border-radius: 20px;
        background: linear-gradient(to bottom right, #ffffff, #fcfdfe);
    }

    .m-trust-box .trust-header {
        margin-bottom: 12px;
    }

    .m-trust-box .trust-title h2 {
        font-size: 1.1rem; /* Kompakter */
        margin-top: 10px;
    }

    /* Text oben kurz halten */
    .m-trust-intro {
        font-size: 0.8rem !important;
        padding-right: 0 !important;
        margin-bottom: 15px;
        color: #64748b;
        /*text-align: center;*/
    }

    .m-trust-body {
        display: block !important; /* Stacked layout */
    }

    /* 2x2 Grid für die Stats */
    .m-stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .m-stats-grid .stat-card {
        padding: 10px 5px;
        border-radius: 10px;
        background: #f8fafc;
        border-color: #f1f5f9;
    }

    .m-stats-grid .stat-card .label {
        font-size: 0.55rem;
        margin-bottom: 2px;
    }

    .m-stats-grid .stat-card .value {
        font-size: 1.1rem;
    }

    /* ROI & CLV kompakter darstellen */
    .m-mini-card {
        padding: 6px !important;
        background: #fff !important;
        border: 1px dashed #e2e8f0 !important;
    }

    .m-mini-val {
        font-size: 0.7rem;
        font-weight: 700;
        color: #475569;
    }

    .m-trust-footer {
        margin-top: 12px;
        font-size: 0.6rem;
        justify-content: center;
        text-align: center;
        border-top: 1px solid #f1f5f9;
        padding-top: 10px;
    }

	
	/* OPTI BOX */
	.optimizer-box{
		display:none;
	}
    .optimizer-box.m-opt-box {
		display:block;
        padding: 15px;
        margin: 10px 0px 30px;
        background: #fffcf5; /* Ein ganz warmer Hauch von Gelb/Warnung */
        border-color: #fef3c7;
    }

    .m-opt-content {
        gap: 15px; /* Weniger Abstand zwischen Chart und Text */
        display: flex;
        align-items: center;
    }

    /* Chart etwas verkleinern, damit Text mehr Platz hat */
    .m-opt-chart .chart-circle, 
    .m-opt-chart .pulse-ring {
        width: 70px;
        height: 70px;
    }

    .m-opt-chart .loss-value {
        font-size: 1rem;
    }

    /* Text-Anpassungen */
    .m-opt-text h3 {
        font-size: 0.95rem;
        margin-bottom: 4px;
    }

    .m-opt-text p {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    /* Der Link wird zum auffälligen Button */
    .m-opt-btn {
        display: inline-block;
        background: #f39c12; /* Passend zum Chart-Orange */
        color: #fff !important;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 0.7rem !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border: none !important;
        box-shadow: 0 4px 10px rgba(243, 156, 18, 0.2);
    }

	
	

	
	/* FAQ */

	summary {
	  padding: 14px 16px;
	}
	.chevron {
	  width: 8px;
	  height: 8px;
	}
	.question {
	  font-size: 0.95rem;
	}
	.answer-wrapper {
	  padding: 0 16px;
	}

	details[open] + .answer-wrapper {
	  padding-bottom: 16px;
	}
	.answer-content p{
		padding-top:10px;
	}


	
	
	/* MATCH CARD */
	
	
    /* Desktop-Card ausblenden */
    .match-card { display: none; }

    .m-match-link { text-decoration: none !important; color: inherit; display:block;}

    .m-card {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    }

    .m-match-card-header {
        background: #1e293b; /* Dunkler Slate-Look */
        color: #fff;
        padding: 8px 15px;
        display: flex;
        justify-content: space-between;
        font-size: 0.6rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
		/*color: #1e293b;*/
    }

    .m-card-body { padding: 15px 10px; }

    /* Teams Sektion */
    .m-teams {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
    }
    .m-team { width: 40%; display: flex; flex-direction: column; align-items: center; gap: 5px; }
    .m-team img { width: 35px; height: 35px; object-fit: contain; }
    .m-team span { font-size: 0.8rem; font-weight: 800; color: #1e293b; line-height: 1.2; }
    .m-vs { font-size: 0.6rem; font-weight: 900; color: #cbd5e1; }

    /* Matrix Mobile */
    .m-matrix { display: flex; flex-direction: column; gap: 12px; } /* Mehr Gap für Badges */

    .m-matrix-labels {
        display: grid;
        grid-template-columns: 25px 1fr 1fr 1fr;
        gap: 6px;
        margin-bottom: -5px;
    }
    .m-label { font-size: 0.55rem; font-weight: 800; color: #94a3b8; text-align: center; text-transform: uppercase; }

    .m-matrix-row {
        display: grid;
        grid-template-columns: 25px 1fr 1fr 1fr;
        gap: 6px;
        align-items: center;
    }
    .m-row-type { font-size: 0.7rem; font-weight: 900; color: #cbd5e1; text-align: center; }

    .m-odd {
        background: #f8fafc;
        border: 1px solid #f1f5f9;
        border-radius: 8px;
        padding: 8px 2px;
        text-align: center;
        font-size: 0.85rem;
        font-weight: 800;
        color: #334155;
        position: relative;
    }

    .m-fair { color: #94a3b8; font-weight: 400; background: #fff; border-style: dashed; }

    /* Value & Top Value Badge Anpassung für Mobile */
    .is-value::after, .is-value-top::after {
        font-size: 0.45rem;
        padding: 1px 4px;
        white-space: nowrap;
    }
    
    .is-value-top { border-color: #2ecc71 !important; background: rgba(46, 204, 113, 0.05) !important; }

	
	/* Das Badge auf Mobile: Statisch oder sehr ruhiger Bounce */
    .is-value::after, .is-value-top::after {
        font-size: 0.45rem; /* Kleiner als Desktop */
        padding: 1px 4px;
        top: -8px; /* Etwas tiefer setzen */
        animation: none !important; /* Animation auf Mobile deaktivieren für bessere Performance */
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    /* Der Glow-Effekt (Pulse): Auf Mobile nur dezent ohne Ausdehnung */
    @keyframes professional-pulse-mobile {
        0%, 100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4); }
        50% { box-shadow: 0 0 8px 2px rgba(46, 204, 113, 0.2); }
    }

    .is-value-top {
       /* animation: professional-pulse-mobile 3s infinite ease-in-out !important; */
		animation: none;
    }
	
	
	
	
	
	
	
	
	
	/* MATCH DETAL */
	
	
	 .analysis-grid { display: none; } /* Desktop-Tabelle weg */
    .mobile-odds-list { display: block; padding: 10px 0px; }

    .mobile-bookie-card {
		display: flex;
		text-decoration: none !important; /* Entfernt Unterstreichung */
		color: inherit; /* Verhindert blaue Schriftfarbe */
		background: #fff;
		border-radius: 10px;
		margin-bottom: 8px;
		padding: 15px 12px;
		align-items: center;
		justify-content: space-between;
		border: 1px solid #e2e8f0;
		transition: background 0.1s ease-in-out;
		-webkit-tap-highlight-color: transparent;
	}

	/* Feedback beim Tippen (Mobile Hover) */
	.mobile-bookie-card:active {
		background-color: #f8fafc;
	}


    .card-info { display: flex; flex-direction: column; flex: 1; }
    .bookie-name { font-weight: 800; font-size: 0.95rem; color: #222; }
    .tax-info { font-size: 0.65rem; color: #999; margin-top: 2px; }

    .card-odds { display: flex; gap: 4px; }

    .odd-box {
        background: #f8f9fa;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
    }

    .odd-label { font-size: 0.55rem; color: #aaa; font-weight: bold; }
    .odd-value { font-size: 0.85rem; font-weight: 800; color: #333; }

    /* Highlight für Value-Quoten */
    .m-val-top { border-color: #2ecc71; background: rgba(46, 204, 113, 0.05); }
    .m-val-top .odd-value { color: #27ae60; }

    /* Highlight für KI-Empfehlung */
    .m-val-master { 
        background: #2ecc71; 
        border-color: #27ae60; 
        box-shadow: 0 0 8px rgba(46, 204, 113, 0.4);
    }
    .m-val-master .odd-value, .m-val-master .odd-label { color: #fff; }

    .card-arrow { color: #ccc; margin-left: 8px; font-size: 1.2rem; width:5px;}

    /* Spezieller Rahmen für die Master-Reihe */
    .master-card { border-left: 4px solid #2ecc71; }
	
	
    .mobile-section-divider {
        font-size: 0.65rem;
        text-transform: uppercase;
        color: #999;
        margin: 15px 5px 5px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    
    /* Die Referenz-Karte (Basierend auf .row-ai-fair) */
    .m-row-ai-fair {
        background: #f8fafc !important; /* Dein helles Blau-Grau */
        border: 1px solid #e2e8f0 !important;
        border-left: 5px solid #cbd5e1 !important; /* Der graue Balken links */
        box-shadow: none !important;
        pointer-events: none; /* Nicht klickbar */
        padding: 10px 12px !important;
    }

    .m-ai-label {
        color: #475569 !important; /* Schiefergrau */
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
    }

    /* Die Boxen innerhalb der Referenz */
    .m-ref-box {
        background: rgba(203, 213, 225, 0.2) !important; /* Sehr dezentes Grau */
        border: 1px solid #e2e8f0 !important;
    }

    .m-ref-box .odd-value {
        color: #64748b !important; /* Schiefergrau für die Zahlen */
        font-weight: 700;
    }

    .m-ref-box .odd-label {
        color: #94a3b8 !important;
    }

    /* Sektion-Trenner */
    .mobile-section-divider {
        font-size: 0.6rem;
        text-transform: uppercase;
        color: #94a3b8;
        margin: 20px 5px 10px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-align: center;
    }

   

    /* Value Badges (Die kleinen +5% Schilder) */
    .odd-box { position: relative; } /* Wichtig für absolute Positionierung des Badges */

    .m-edge-badge {
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        background: #2ecc71;
        color: #fff;
        font-size: 0.5rem;
        font-weight: 900;
        padding: 1px 5px;
        border-radius: 4px;
        white-space: nowrap;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        z-index: 5;
    }

    /* KI-Badge Farbanpassung */
    .m-val-master .m-edge-badge {
        background: #fff;
        color: #27ae60;
    }

    /* Abstand korrigieren damit Badges nicht abgeschnitten werden */
    .mobile-bookie-card {
        margin-top: 10px; /* Platz für das Badge der Boxen */
        padding-top: 15px;
    }


	.bookie-star{
	  left: 5px;
	}

	
	
	/* 1. Normaler Value (>= 3%): Nur ein dezenter Hinweis */
	.m-val-value { 
		background-color: #f0fff4 !important; /* Minimales Mintgrün */
		border: 1px solid #c6f6d5 !important; /* Sanfter grüner Rand */
	}
	.m-val-value .odd-value { color: var(--accent-green) !important; /*#2f855a*/ }

	/* 2. Top Value (>= 5%): Deutlicher, aber immer noch flach */
	.m-val-top { 
		background-color: #c6f6d5 !important; /* Etwas kräftigeres Pastell-Grün */
		border: 1px solid #48bb78 !important;
	}
	.m-val-top .odd-value { color: var(--accent-green) !important; /*#22543d*/ }

	/* 3. KI-Master-Pick: Der einzige "echte" Farbtupfer */
	.m-val-master { 
		background-color: #2ecc71 !important; /* Dein sattes Flat-Grün */
		border: 1px solid #27ae60 !important;
		box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3); /* Einziger dezenter Schatten */
	}
	.m-val-master .odd-value, 
	.m-val-master .odd-label { color: #fff !important; }

	
	
	
	
	
	
    /* Desktop-Version ausblenden */
    .master-signal-card.shimmer-static:not(.m-signal-card) { display: none; }
	.ai-conclusion-box { display: none; }

    .m-signal-card {
		display: block;
        background: #fff;
        margin: 15px 0px;
        border-radius: 24px;
        border: 1px solid #edf2f7;
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        overflow: hidden;
    }

    /* Header: Jetzt hell & clean passend zur Referenz-Zeile */
    .m-card-header {
        background: #f8fafc; /* Dein kühles Hellblau-Grau */
        padding: 12px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e8f0; /* Dezente Trennlinie */
    }

    /* Status-Text in Schiefergrau statt Giftgrün */
    .m-ai-status { 
        color: #64748b; 
        font-size: 0.65rem; 
        font-weight: 800; 
        letter-spacing: 1.2px; 
        display: flex; 
        align-items: center; 
    }

    /* Der Pulse-Punkt bleibt als einziger Farbtupfer grün */
    .m-pulse { 
        width: 7px; 
        height: 7px; 
        background: #2ecc71; 
        border-radius: 50%; 
        margin-right: 10px; 
        box-shadow: 0 0 8px rgba(46, 204, 113, 0.4); 
        animation: blinker 2s infinite; 
    }

    /* Die Edge-Pille etwas dezenter */
    .m-edge-pill { 
        background: #fff; 
        color: #27ae60; 
        padding: 4px 12px; 
        border-radius: 50px; 
        font-size: 0.7rem; 
        font-weight: 900; 
        border: 1px solid #dcfce7; /* Ganz zarter grüner Rand */
        box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    }

    /* Den Button-Kontrast leicht anpassen */
    .m-bet-btn {
        background: #334155; /* Etwas weicheres Dunkelblau als Schwarz */
    }


    /* Body: Fokus auf das Match */
    .m-card-body { padding: 25px 20px; text-align: center; }
    .m-teams { display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 10px; }
    .m-teams img { width: 35px; height: 35px; object-fit: contain; }
    .m-vs { font-size: 0.7rem; font-weight: 900; color: #cbd5e1; }

    .m-bet-target { font-size: 2rem; font-weight: 900; color: #1e293b; margin: 5px 0; line-height: 1; }
    .m-bookie-line { font-size: 0.75rem; color: #64748b; }

    /* Footer: Die "Money" Section */
    .m-card-footer {
        padding: 15px 20px;
        background: #f8fafc;
        display: flex;
        align-items: center;
        gap: 15px;
        border-top: 1px solid #edf2f7;
    }

    .m-stat-box { text-align: left; min-width: 70px; }
    .m-stat-val { display: block; font-size: 1.1rem; font-weight: 900; color: #1e293b; line-height: 1; }
    .m-stat-lbl { font-size: 0.55rem; color: #94a3b8; font-weight: 700; }

    /* Der Button als kombiniertes Preis-Action Element */
    .m-bet-btn {
        flex: 1;
        background: #1e293b;
        display: flex;
        align-items: center;
        border-radius: 14px;
        text-decoration: none;
        overflow: hidden;
        transition: transform 0.1s;
    }
    .m-bet-btn:active { transform: scale(0.97); }

    .m-btn-price { background: #2ecc71; color: #fff; padding: 12px 15px; font-weight: 900; font-size: 1.1rem; }
    .m-btn-text { color: #fff; padding: 0 15px; font-weight: 800; font-size: 0.8rem; letter-spacing: 0.5px; flex: 1; text-align: center; }

    /* Conclusion Box Mobile */
    .m-conclusion { display: block; margin: 0 0px 30px; background: #fff; border-radius: 15px; padding: 15px; border: 1px dashed #cbd5e1; font-size: 0.85rem; color: #475569; line-height: 1.5; }
    .m-brain { font-size: 1.2rem; vertical-align: middle; margin-right: 5px; }
	
	
	
	
	
	

    .m-sticky-bar {
		display: block;
        position: fixed;
        bottom: -100px; /* Startposition außerhalb des Bildschirms */
        left: 0; right: 0;
        background: #fff;
        padding: 12px 20px 25px; /* Extra Padding unten für moderne iPhones (Notch) */
        box-shadow: 0 -10px 25px rgba(0,0,0,0.1);
        z-index: 9999;
        transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-top: 1px solid #e2e8f0;
    }

    .m-sticky-bar.is-visible { bottom: 0; }

    .sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 15px; }

    .sticky-info { display: flex; flex-direction: column; }
    .sticky-label { font-size: 0.55rem; color: #94a3b8; font-weight: 800; }
    .sticky-target { font-size: 0.95rem; font-weight: 900; color: #1e293b; }

    .sticky-btn {
        display: flex;
        background: #1e293b;
        border-radius: 12px;
        text-decoration: none;
        overflow: hidden;
        align-items: center;
    }

    .s-price { background: #2ecc71; color: #fff; padding: 10px 12px; font-weight: 900; font-size: 1rem; }
    .s-text { color: #fff; padding: 0 15px; font-weight: 800; font-size: 0.75rem; }

	
	
	
	
	/* LIVE */
	
    /* Desktop-Panel ausblenden */
    .live-match-snapshot:not(.m-live-container) { display: none; }

    .m-live-container {
		display: block;
        background: #fff;
        margin: 15px 0px;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
        overflow: hidden;
    }

    /* Header Bar */
    .m-live-header {
        background: #f8fafc;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e2e8f0;
    }
    .m-live-dot { width: 6px; height: 6px; background: #ef4444; border-radius: 50%; margin-right: 8px; animation: blinker 2s infinite; }
    .m-live-label { font-size: 0.6rem; font-weight: 800; color: #64748b; flex: 1; letter-spacing: 0.5px; }
    .m-live-clock { font-size: 0.8rem; font-weight: 900; color: #1e293b; background: #fff; padding: 2px 8px; border-radius: 6px; border: 1px solid #e2e8f0; }

    /* Match Zone */
    .m-live-match {
        display: flex;
        padding: 20px 10px;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .m-match-team { width: 40%; display: flex; flex-direction: column; align-items: center; gap: 8px; }
    .m-match-team img { width: 45px; height: 45px; object-fit: contain; }
    .m-team-name { font-size: 0.85rem; font-weight: 800; color: #1e293b; line-height: 1.2; }
    .m-match-vs { font-size: 0.7rem; font-weight: 900; color: #cbd5e1; }

    /* Data Grid */
    .m-live-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background: #f8fafc;
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
    }
    .m-grid-item { padding: 12px 5px; text-align: center; border-right: 1px solid #e2e8f0; }
    .m-grid-item:last-child { border-right: none; }
    .m-grid-item.full-width { grid-column: span 3; border-right: none; border-bottom: 1px solid #e2e8f0; }
    
    .m-grid-label { display: block; font-size: 0.55rem; font-weight: 700; color: #94a3b8; margin-bottom: 2px; }
    .m-grid-val { font-size: 1rem; font-weight: 900; color: #1e293b; }
    .text-green { color: #10b981; font-size: 0.75rem; }

    /* Recap & Footer */
    .m-live-recap { padding: 15px; display: flex; gap: 10px; align-items: center; border-bottom: 1px solid #f1f5f9; }
    .m-recap-icon { color: #10b981; font-size: 1.1rem; }
    .m-recap-text { font-size: 0.75rem; color: #475569; line-height: 1.4; }
    
    .m-live-footer { padding: 10px; font-size: 0.6rem; color: #94a3b8; text-align: center; }



	
	
	
	/* MATCH END */
	
    /* Desktop ausblenden */
    .match-result-snapshot:not(.m-res-container) { display: none; }

    .m-res-container {
		display:block;
        background: #fff;
        margin: 15px 0px;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }

    /* Win/Loss Status Farben */
    .m-res-container.m-win { border-color: #2ecc71; }
    .m-res-container.m-loss { border-color: #e2e8f0; }

    /* Header */
    .m-res-header {
        padding: 10px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #f1f5f9;
    }
    .m-win .m-res-header { background: #f0fff4; }
    .m-loss .m-res-header { background: #f8fafc; }
    
    .m-res-icon { font-size: 0.8rem; }
    .m-res-label { font-size: 0.65rem; font-weight: 900; letter-spacing: 0.5px; flex: 1; }
    .m-win .m-res-label { color: #27ae60; }
    .m-loss .m-res-label { color: #64748b; }
    .m-res-type { font-size: 0.55rem; color: #94a3b8; font-weight: 700; }

    /* Match Zone & Score */
    .m-res-match { display: flex; padding: 25px 10px; align-items: center; justify-content: space-around; }
    .m-res-team { width: 35%; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; }
    .m-res-team img { width: 45px; height: 45px; object-fit: contain; }
    .m-score-val { font-size: 2.2rem; font-weight: 900; color: #1e293b; letter-spacing: 2px; line-height: 1; text-wrap: nowrap;}
    .m-score-lbl { font-size: 0.5rem; color: #94a3b8; font-weight: 800; display: block; margin-top: 5px; text-align: center; }

    /* Grid */
    .m-res-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: #f8fafc; border-top: 1px solid #f1f5f9; }
    .m-res-item { padding: 12px 5px; text-align: center; border-right: 1px solid #f1f5f9; }
    .m-res-item:last-child { border-right: none; }
    .m-res-label-small { display: block; font-size: 0.55rem; color: #94a3b8; font-weight: 700; }
    .m-res-val { font-size: 0.95rem; font-weight: 800; color: #475569; }

    /* Recap Box */
    .m-res-recap { padding: 15px; background: #fff; }
    .m-recap-win { background: rgba(46, 204, 113, 0.05) !important; border-top: 1px solid rgba(46, 204, 113, 0.1); }
    .m-recap-tag { font-size: 0.55rem; font-weight: 900; background: #94a3b8; color: #fff; padding: 2px 6px; border-radius: 4px; display: inline-block; margin-bottom: 5px; }
    .m-recap-win .m-recap-tag { background: #2ecc71; }
    .m-recap-info { font-size: 0.75rem; color: #475569; line-height: 1.4; }

    .m-res-footer { padding: 10px; font-size: 0.55rem; color: #cbd5e1; text-align: center; border-top: 1px solid #f8fafc; }


	
	
	
	
	
	

/* ============================================================
   2. MOBILE OPTIMIERUNG (AB 768PX)
   ============================================================ */


    /* DESKTOP ELEMENTE AUSBLENDEN */
    .radar-row:not(.m-radar-row), 
    .radar-filter-bar:not(.m-radar-filters) { 
        display: none !important; 
    }

    /* MOBILE ELEMENTE ERZWINGEN */
    .m-radar-row, 
    .m-radar-filters { 
        display: flex !important; 
    }

    .radar-filter-bar.m-radar-filters {
        display: block !important;
        padding: 10px 0;
    }

    .m-radar-row {
        padding: 12px 15px;
        background: #ffffff;
        border-bottom: 1px solid #f1f5f9;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    /* Mobile Teams & Info (Links) */
    .m-radar-main { flex: 1; display: flex; flex-direction: column; gap: 6px; }
    .m-radar-info { display: flex; align-items: center; gap: 8px; }
    .m-t-val { font-size: 0.75rem; font-weight: 800; color: #1e293b; }
    .m-radar-league { font-size: 0.55rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; }
    
    .m-radar-teams { display: flex; flex-direction: column; gap: 2px; }
    .m-team-unit { display: flex; align-items: center; gap: 6px; }
    .m-team-name { font-size: 0.8rem; font-weight: 700; color: #334155; }

    /* Mobile Action (Rechts) */
    .m-radar-action { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; min-width: 95px; }
    
    .m-radar-edge-badge {
        font-size: 0.75rem; font-weight: 900; padding: 4px 10px;
        border-radius: 6px; background: #f1f5f9; color: #64748b; border: 1px solid #e2e8f0;
    }
    .m-radar-edge-badge.is-smart { background: #dcfce7; color: #16a34a; border-color: #bbf7d0; }
    .m-radar-edge-badge.is-lost { background: #f1f5f9; color: #94a3b8; border-color: #e2e8f0; }

    .m-radar-odds-compact { display: flex; gap: 12px; padding-right: 4px; }
    .m-odd-col { display: flex; flex-direction: column; align-items: center; }
    .m-odd-lbl { font-size: 0.45rem; font-weight: 800; color: #94a3b8; text-transform: uppercase; }
    .m-odd-val { font-size: 0.8rem; font-weight: 800; color: #475569; }

    /* Status-Balken für Performance Hub Mobile */
   /* .status-won { border-left: 2px solid #2ecc71 !important; }
    .status-lost { border-left: 2px solid #94a3b8 !important; }
    .status-live { border-left: 2px solid #ef4444 !important; }*/

    /* Filter Mobile Scroll */
    .m-filter-flex { display: flex; flex-direction: column; gap: 12px; padding: 0 15px; }
    .m-filter-scroll-wrapper { width: 100%; overflow-x: auto; margin: 0 -15px; padding: 0 15px; display: flex !important; }




	
	
	
	
	
	.foot-betnote-cont{
		flex-direction: column;
	}
	.foot-betnote-icon{
		padding:10px 0px;
	}
	.foot-betnote-text p{
		font-size: 0.85em;
	}
	.foot-bottom-main{
		flex-direction: column;
		justify-content: center;
	}
	.foot-bottom-side{
		width: auto;
	}
	.foot-app-cont img{
		height: 34px;
	}
	.foot-bottom-copy{
		margin:20px 0px;
		text-align: center;
		font-size: 0.85em;
	}
	.foot-end{
		height:80px;
	}

}




/* Spezielle Anpassung für Menschen mit Kontrastbedarf */
@media (prefers-contrast: more) {
  .mein-text {
    color: #000; /* Tiefschwarz für maximale Lesbarkeit */
  }
}

