/*
Theme Name: ODEKLAS Minimal
Theme URI: https://odeklas.com/
Author: ODEKLAS + Hermes
Description: Plantilla editorial moderna y minimalista para odeklas.com, enfocada en IA, tecnología e innovación.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: odeklas-minimal
*/

:root{
  --bg:#f7f7f2;
  --paper:#fffef9;
  --ink:#111111;
  --muted:#666a70;
  --line:#dedbd2;
  --soft:#eeece4;
  --accent:#111111;
  --lime:#c9ff4a;
  --blue:#dbeafe;
  --radius:28px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
::selection{background:var(--lime);color:#000}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(247,247,242,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,17,17,.08)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:24px;font-weight:950;letter-spacing:-.06em}.brand-dot{display:inline-block;width:.45em;height:.45em;border-radius:50%;background:var(--lime);margin-left:.08em;vertical-align:.1em}.nav-links{display:flex;gap:18px;align-items:center;color:var(--muted);font-size:14px;font-weight:750}.nav-links a:hover{color:var(--ink)}.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:10px 14px;color:var(--ink)!important}.hero{padding:76px 0 46px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:34px;align-items:end}.eyebrow{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:8px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#222}.pulse{width:9px;height:9px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(201,255,74,.25)}.hero h1{margin:22px 0 18px;font-size:clamp(58px,10vw,142px);letter-spacing:-.105em;line-height:.82;font-weight:980}.hero p{max-width:760px;font-size:clamp(18px,2.1vw,25px);color:var(--muted);margin:0}.hero-card{background:var(--ink);color:white;border-radius:var(--radius);padding:28px;min-height:310px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 30px 80px rgba(0,0,0,.12)}.hero-card .label{color:var(--lime);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.hero-card h2{font-size:32px;letter-spacing:-.055em;line-height:1;margin:16px 0}.hero-card p{color:#c9ccd0;font-size:16px}.hero-card .arrow{align-self:flex-start;display:inline-flex;width:50px;height:50px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;font-size:24px}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;background:var(--paper)}.ticker-inner{white-space:nowrap;display:flex;gap:28px;padding:14px 0;color:#202020;font-weight:850;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.ticker-inner span{display:inline-flex;gap:28px}.section{padding:48px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title{font-size:clamp(30px,4vw,54px);line-height:.95;letter-spacing:-.07em;margin:0}.section-note{color:var(--muted);max-width:420px}.lead-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:20px}.featured{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:440px;display:flex;flex-direction:column;justify-content:space-between}.meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.chip{border:1px solid var(--line);border-radius:999px;padding:6px 9px;background:var(--soft);color:#222}.featured h2{font-size:clamp(36px,5vw,68px);letter-spacing:-.075em;line-height:.92;margin:24px 0}.excerpt{color:var(--muted);font-size:17px}.read-more{display:inline-flex;gap:10px;align-items:center;font-weight:900;margin-top:20px}.side-list{display:grid;gap:20px}.mini{background:transparent;border:1px solid var(--line);border-radius:var(--radius);padding:24px;transition:.18s ease}.mini:hover,.post-card:hover{background:var(--paper);transform:translateY(-3px)}.mini h3{font-size:26px;letter-spacing:-.055em;line-height:1.05;margin:13px 0 10px}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.post-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease;background:rgba(255,254,249,.46)}.post-card h3{font-size:27px;line-height:1.04;letter-spacing:-.055em;margin:14px 0}.category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cat-card{border:1px solid var(--line);border-radius:24px;background:var(--paper);padding:22px;min-height:145px;display:flex;flex-direction:column;justify-content:space-between}.cat-card strong{font-size:23px;letter-spacing:-.05em}.cat-card span{color:var(--muted);font-size:14px}.site-footer{border-top:1px solid var(--line);padding:42px 0;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.single{padding:58px 0}.article{max-width:800px;margin:0 auto}.article h1{font-size:clamp(44px,6vw,82px);letter-spacing:-.08em;line-height:.9;margin:18px 0}.article-content{font-size:19px;color:#222}.article-content p{margin:0 0 1.25em}.article-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.archive-title{font-size:clamp(44px,7vw,86px);letter-spacing:-.08em;line-height:.9;margin:44px 0 24px}.wp-block-button__link{border-radius:999px}.odeklas-disclaimer{border-left:4px solid #111;background:#fff;padding:14px 16px;margin:22px 0;color:#222}
@media(max-width:900px){.hero-grid,.lead-grid{grid-template-columns:1fr}.post-grid{grid-template-columns:1fr 1fr}.category-strip{grid-template-columns:1fr 1fr}.nav-links{display:none}.hero{padding-top:46px}.hero-card{min-height:240px}}
@media(max-width:620px){.wrap{padding:0 18px}.post-grid,.category-strip{grid-template-columns:1fr}.hero h1{font-size:64px}.section-head{display:block}.nav{height:66px}.featured{min-height:360px}}
