/*
Theme Name: Merlin Tech
Theme URI: https://winarnos.my.id
Author: Merlin AI
Description: A lightweight, dark-themed AI and Tech news blog theme inspired by Merlin AI 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: merlin-tech
*/

body {
    background-color: #0B0B0C;
    color: #E2E2E3;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
}

a {
    color: #4F46E5;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #818CF8;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    background: rgba(11, 11, 12, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #1F1F22;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

.logo span {
    color: #4F46E5;
}

.hero {
    padding: 80px 0;
    text-align: center;
    background: radial-gradient(circle at top, #1E1B4B 0%, #0B0B0C 100%);
}

.hero h1 {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

.card {
    background: #161618;
    border: 1px solid #27272A;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s, border-color 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    border-color: #4F46E5;
}

.card-content {
    padding: 24px;
}

.card-category {
    font-size: 12px;
    font-weight: 600;
    color: #4F46E5;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.card h3 {
    margin: 0 0 12px 0;
    font-size: 20px;
    color: #FFFFFF;
}

.card p {
    color: #A1A1AA;
    font-size: 15px;
    margin-bottom: 20px;
}

footer {
    border-top: 1px solid #1F1F22;
    padding: 60px 0;
    text-align: center;
    color: #71717A;
    font-size: 14px;
}
