/*
Theme Name: SYSTHEMA Theme
Theme URI: https://systhema.ro
Author: SYSTHEMA Analytics
Author URI: https://systhema.ro
Description: Custom WordPress theme for SYSTHEMA blog with modern design
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: systhema
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&family=JetBrains+Mono:wght@400;500&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
}

.mono {
    font-family: 'JetBrains Mono', monospace;
}

.grid-bg {
    background-image: radial-gradient(#e5e7eb 1px, transparent 1px);
    background-size: 40px 40px;
}

.tech-border {
    border-left: 4px solid #1a1a1a;
    transition: all 0.3s ease;
}

.tech-border:hover {
    border-left: 4px solid #3b82f6;
    background: #f9fafb;
}

.cta-button {
    background: #1a1a1a;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
}

#cookieBanner {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#cookieBanner.hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

#mobileMenu {
    transition: transform 0.3s ease;
}

#mobileMenu.hidden {
    transform: translateX(100%);
}

/* Blog specific styles */
.blog-post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.entry-content {
    line-height: 1.8;
}

.entry-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.entry-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content ul,
.entry-content ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.entry-content pre {
    background: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.entry-content code {
    font-family: 'JetBrains Mono', monospace;
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}
