/*
Theme Name: Guia Casinos UY
Theme URI: https://guiacasinos.uy
Author: AI Developer
Description: Современная тема для уругвайского портала казино. Максимальный адаптив и скорость на Tailwind CSS.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: guiacasinosuy
*/

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    body {
        @apply bg-[#0b0f19] text-[#e2e8f0] font-sans antialiased selection:bg-[#00ff88] selection:text-[#0b0f19];
        font-family: 'Space Grotesk', sans-serif !important;
    }
    
    /* Жесткий сброс кривых стилей старых тем и плагинов */
    a {
        text-decoration: none !important;
        color: inherit;
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Syne', sans-serif !important;
    }
}

body {
    margin: 0!important;
    padding: 0!important;
	background: #0a0a0c;
}    

.font-syne {
    font-family: 'Syne', sans-serif !important;
}
.font-space {
    font-family: 'Space Grotesk', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Syne', sans-serif !important;
}

a, p, input {
    font-family: 'Space Grotesk', sans-serif !important;	
}

a {
	color: white;
	text-decoration: none;
	font-weight: 700;
}

header ul {
	list-style-type: none;
}

header li {
	list-style-type: none;
}

.content-brutal-zone {
    color: #cbd5e1;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    line-height: 1.75;
}

.content-brutal-zone p {
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.content-brutal-zone h1,
.content-brutal-zone h2,
.content-brutal-zone h3,
.content-brutal-zone h4,
.content-brutal-zone h5,
.content-brutal-zone h6 {
    font-family: 'Syne', sans-serif;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.content-brutal-zone h2 {
    font-size: 1.875rem;
    border-left: 2px solid #00ff66;
    padding-left: 1rem;
}

.content-brutal-zone h3 {
    font-size: 1.5rem;
}

.content-brutal-zone h4 {
    font-size: 1.25rem;
}

.content-brutal-zone a {
    color: #00ff66;
    text-decoration: none;
    font-weight: 500;
    transition: text-decoration 0.2s ease;
}

.content-brutal-zone a:hover {
    text-decoration: underline;
}

.content-brutal-zone strong, 
.content-brutal-zone b {
    color: #ffffff;
    font-weight: 700;
}

.content-brutal-zone blockquote {
    border-left: 2px solid #00ff66;
    background-color: rgba(255, 255, 255, 0.01);
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-radius: 0 0.75rem 0.75rem 0;
}

.content-brutal-zone blockquote p {
    color: #94a3b8;
    font-style: italic;
    margin-bottom: 0;
}

.content-brutal-zone ul,
.content-brutal-zone ol {
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.content-brutal-zone ul {
    list-style-type: none;
}

.content-brutal-zone ul li {
    position: relative;
    margin-bottom: 0.5rem;
}

.content-brutal-zone ul li::before {
    content: "—";
    color: #00ff66;
    position: absolute;
    left: -1.25rem;
    font-weight: bold;
}

.content-brutal-zone ol {
    list-style-type: decimal;
}

.content-brutal-zone ol li::marker {
    color: #00ff66;
    font-weight: 700;
}

.content-brutal-zone img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content-brutal-zone figure {
    margin: 2rem 0;
}

.content-brutal-zone figcaption {
    font-size: 0.875rem;
    color: #64748b;
    text-align: center;
    margin-top: 0.75rem;
}

@media (max-width: 640px) {
    .content-brutal-zone {
        font-size: 1rem;
    }
    .content-brutal-zone h2 {
        font-size: 1.5rem;
    }
    .content-brutal-zone h3 {
        font-size: 1.25rem;
    }
}
