/*
Theme Name: Einzeo Magazine
Theme URI: https://einzeo.com/
Author: Einzeo
Author URI: https://einzeo.com/
Description: Lightweight responsive WordPress magazine theme for tech reviews, comparisons, affiliate articles and AdSense-friendly layouts.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: einzeo-magazine
Tags: blog, news, custom-logo, featured-images, right-sidebar, responsive-layout, dark-mode
*/

:root{
  --ez-bg:#f3f5f8;
  --ez-header:#070707;
  --ez-surface:#ffffff;
  --ez-surface2:#f8fafc;
  --ez-text:#102033;
  --ez-muted:#607086;
  --ez-border:#dce3ec;
  --ez-accent:#ff8a1f;
  --ez-accent2:#ffc46b;
  --ez-shadow:0 18px 38px rgba(15,23,42,.16);
  --ez-soft-shadow:0 10px 26px rgba(15,23,42,.1);
}
html[data-theme="dark"]{
  --ez-bg:#070b12;
  --ez-header:#030406;
  --ez-surface:#0e1520;
  --ez-surface2:#111b29;
  --ez-text:#f4f7fb;
  --ez-muted:#9aa8bb;
  --ez-border:#1f2a38;
  --ez-shadow:0 18px 45px rgba(0,0,0,.42);
  --ez-soft-shadow:0 10px 26px rgba(0,0,0,.3);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--ez-bg);color:var(--ez-text);transition:.25s ease;font-size:16px}
a{color:inherit;text-decoration:none}a:hover{color:var(--ez-accent)}img{max-width:100%;height:auto;display:block}.screen-reader-text{position:absolute;left:-9999px}.ez-container{width:min(1160px,calc(100% - 34px));margin:auto}.ez-topbar{background:var(--ez-header);color:white;border-bottom:1px solid rgba(255,255,255,.08)}.ez-nav{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ez-brand{display:flex;flex-direction:column;gap:6px;color:white}.ez-brand strong{font-size:34px;line-height:1;letter-spacing:-.08em;font-weight:1000}.ez-brand span{font-size:12px;font-weight:800;color:#e8edf5}.ez-logo-img{max-height:48px;width:auto}.ez-menu{display:flex;align-items:center;gap:22px;font-size:12px;font-weight:950;text-transform:uppercase}.ez-menu ul{margin:0;padding:0;list-style:none;display:flex;gap:22px}.ez-menu a{opacity:.92;color:white}.ez-menu a:hover{color:var(--ez-accent2)}.ez-nav-actions{display:flex;gap:9px;align-items:center}.ez-round-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:white;cursor:pointer}.ez-hamburger{display:none}.ez-mobile-panel{display:none;background:var(--ez-header);border-top:1px solid rgba(255,255,255,.08);padding-bottom:16px}.ez-mobile-panel ul{margin:0;padding:0;list-style:none}.ez-mobile-panel a{display:block;color:white;padding:13px 0;font-weight:900;border-bottom:1px solid rgba(255,255,255,.08)}.ez-mobile-panel.open{display:block}.ez-breaking{background:var(--ez-surface);border-bottom:1px solid var(--ez-border);box-shadow:var(--ez-soft-shadow)}.ez-breaking-inner{display:flex;align-items:center;gap:14px;padding:13px 0;font-size:14px;color:var(--ez-muted)}.ez-breaking b{background:var(--ez-accent);color:#111827;border-radius:999px;padding:7px 11px;font-size:12px;text-transform:uppercase}.ez-breaking span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ez-layout{display:grid;grid-template-columns:1fr 310px;gap:40px;padding:46px 0 60px}.ez-hero-card{display:grid;grid-template-columns:1.1fr .9fr;background:var(--ez-surface);box-shadow:var(--ez-shadow);border:1px solid var(--ez-border);margin-bottom:28px;min-height:390px}.ez-hero-image{background:#111;min-height:360px;position:relative;overflow:hidden}.ez-hero-image img{width:100%;height:100%;object-fit:cover}.ez-hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.02),rgba(0,0,0,.32))}.ez-cat-label{display:inline-flex;align-items:center;border-radius:3px;background:var(--ez-accent);color:#111827;padding:7px 10px;font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:.02em;line-height:1.1}.ez-hero-image .ez-cat-label{position:absolute;left:22px;top:22px;z-index:2}.ez-hero-content{padding:34px;display:flex;flex-direction:column;justify-content:center}.ez-hero-content h1{font-size:36px;line-height:1.08;letter-spacing:-.045em;margin:14px 0;color:var(--ez-text)}.ez-excerpt{color:var(--ez-muted);line-height:1.75;font-size:16px;margin:0 0 22px}.ez-meta{display:flex;gap:14px;align-items:center;flex-wrap:wrap;color:var(--ez-muted);font-size:12px;font-weight:800;text-transform:uppercase}.ez-read-btn{margin-top:24px;width:max-content;background:var(--ez-header);color:white;border:0;padding:13px 18px;border-radius:3px;font-weight:950;cursor:pointer}.ez-read-btn:hover{background:var(--ez-accent);color:#111827}html[data-theme="dark"] .ez-read-btn{background:var(--ez-accent);color:#111827}.ez-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:24px 0 18px}.ez-section-head h2{margin:0;font-size:27px;letter-spacing:-.04em}.ez-section-head p{margin:5px 0 0;color:var(--ez-muted)}.ez-view-all{font-size:12px;font-weight:950;text-transform:uppercase;color:var(--ez-accent)}.ez-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}.ez-post-card{background:var(--ez-surface);border:1px solid var(--ez-border);box-shadow:var(--ez-shadow);transition:.2s ease;overflow:hidden}.ez-post-card:hover{transform:translateY(-4px)}.ez-post-img{height:245px;background:var(--ez-surface2);border-bottom:1px solid var(--ez-border);overflow:hidden}.ez-post-img img{width:100%;height:100%;object-fit:cover}.ez-post-body{padding:23px}.ez-post-body h3{margin:12px 0 13px;font-size:23px;line-height:1.16;letter-spacing:-.035em}.ez-post-body p{color:var(--ez-muted);line-height:1.72;margin:0 0 22px}.ez-compact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:30px}.ez-compact .ez-post-img{height:170px}.ez-compact .ez-post-body h3{font-size:19px}.ez-compact .ez-post-body{padding:20px}.ez-list-posts{display:grid;gap:18px}.ez-list-post{display:grid;grid-template-columns:205px 1fr;gap:22px;background:var(--ez-surface);border:1px solid var(--ez-border);box-shadow:var(--ez-soft-shadow);padding:14px;transition:.2s}.ez-list-post:hover{transform:translateY(-3px)}.ez-list-img{min-height:150px;background:var(--ez-surface2);overflow:hidden}.ez-list-img img{width:100%;height:100%;object-fit:cover}.ez-list-post h3{font-size:23px;line-height:1.2;margin:8px 0 10px;letter-spacing:-.035em}.ez-list-post p{margin:0 0 16px;color:var(--ez-muted);line-height:1.65}.ez-affiliate-note{margin:30px 0;background:linear-gradient(135deg,rgba(255,138,31,.16),rgba(255,196,107,.07));border:1px solid rgba(255,138,31,.28);padding:20px 22px;color:var(--ez-muted);line-height:1.7}.ez-affiliate-note b{color:var(--ez-text)}.ez-sidebar{display:grid;gap:24px;align-content:start}.ez-widget,.widget{background:var(--ez-surface);border:1px solid var(--ez-border);box-shadow:var(--ez-soft-shadow);padding:23px}.ez-widget h3,.widget h2,.widget h3{margin:0 0 18px;font-size:20px;letter-spacing:-.03em}.ez-search-box{display:flex;border-bottom:1px solid var(--ez-border);padding-bottom:10px;color:var(--ez-muted)}.ez-search-box input{border:0;outline:0;background:transparent;color:var(--ez-text);width:100%;font-size:15px}.ez-cat-list{display:grid;gap:11px;color:var(--ez-muted);font-size:15px}.ez-cat-list a{display:flex;justify-content:space-between;border-bottom:1px solid var(--ez-border);padding-bottom:10px}.ez-popular{display:grid;gap:15px}.ez-popular-item{display:grid;grid-template-columns:74px 1fr;gap:13px;align-items:center}.ez-popular-thumb{height:64px;background:var(--ez-surface2);overflow:hidden}.ez-popular-thumb img{width:100%;height:100%;object-fit:cover}.ez-popular-title{font-weight:900;font-size:14px;line-height:1.25}.ez-popular-date{font-size:11px;color:var(--ez-muted);margin-top:5px;text-transform:uppercase;font-weight:800}.ez-adbox{height:270px;border:1px dashed var(--ez-border);display:grid;place-items:center;text-align:center;color:var(--ez-muted);background:var(--ez-surface2);line-height:1.6}.ez-adbox b{color:var(--ez-accent)}.ez-pagination{margin:34px 0;display:flex;gap:8px;flex-wrap:wrap}.ez-pagination .page-numbers{background:var(--ez-surface);border:1px solid var(--ez-border);padding:10px 14px;font-weight:800}.ez-pagination .current{background:var(--ez-accent);color:#111827}.ez-single{background:var(--ez-surface);border:1px solid var(--ez-border);box-shadow:var(--ez-shadow);padding:34px}.ez-single h1{font-size:42px;line-height:1.08;letter-spacing:-.05em;margin:12px 0 16px}.ez-single-thumb{margin:24px -34px 28px}.ez-content{font-size:18px;line-height:1.85;color:var(--ez-text)}.ez-content p{margin:0 0 1.4em}.ez-content h2,.ez-content h3{letter-spacing:-.035em;line-height:1.2}.ez-content img{border-radius:2px}.ez-footer{background:#030303;color:white;padding:34px 0;margin-top:20px}.ez-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;color:#cbd5e1;font-size:13px}.ez-footer-links{display:flex;gap:18px;flex-wrap:wrap}.ez-footer a{color:#cbd5e1}.ez-footer a:hover{color:var(--ez-accent2)}
@media(max-width:960px){.ez-menu{display:none}.ez-hamburger{display:block}.ez-layout{grid-template-columns:1fr}.ez-hero-card{grid-template-columns:1fr}.ez-hero-image{min-height:310px}.ez-compact-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.ez-container{width:min(100% - 22px,1160px)}.ez-brand strong{font-size:28px}.ez-brand span{font-size:10px}.ez-nav{min-height:78px}.ez-layout{padding-top:26px}.ez-breaking-inner{font-size:12px}.ez-hero-content{padding:24px}.ez-hero-content h1{font-size:29px}.ez-featured-grid,.ez-compact-grid{grid-template-columns:1fr}.ez-post-img{height:220px}.ez-list-post{grid-template-columns:1fr}.ez-list-img{min-height:210px}.ez-footer-inner{flex-direction:column;align-items:flex-start}.ez-section-head{align-items:flex-start;flex-direction:column}.ez-single{padding:24px}.ez-single h1{font-size:32px}.ez-single-thumb{margin:20px -24px 24px}.ez-content{font-size:17px}}


/* v1.1 image and widget refinements */
.ez-hero-image,
.ez-post-img,
.ez-list-img,
.ez-popular-thumb{
  display:block;
  background:#fff;
}
html[data-theme="dark"] .ez-hero-image,
html[data-theme="dark"] .ez-post-img,
html[data-theme="dark"] .ez-list-img,
html[data-theme="dark"] .ez-popular-thumb{
  background:#0b111b;
}
.ez-hero-image{
  aspect-ratio:16/10;
  min-height:0;
  height:auto;
}
.ez-post-img{
  aspect-ratio:16/10;
  height:auto;
}
.ez-compact .ez-post-img{
  aspect-ratio:4/3;
  height:auto;
}
.ez-list-img{
  aspect-ratio:16/10;
  min-height:0;
}
.ez-hero-image img,
.ez-post-img img,
.ez-list-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.ez-popular-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.ez-hero-image:after{display:none}
.ez-adsense-widget{
  padding:18px;
  overflow:hidden;
}
.ez-adsense-widget ins,
.ez-adsense-widget iframe{
  max-width:100% !important;
}
.ez-widget .ez-adbox{margin:0}
@media(max-width:650px){
  .ez-hero-image,.ez-post-img,.ez-list-img{aspect-ratio:16/10;}
}
