/*
Theme Name: ShortcutGuru Pro
Theme URI: https://shortcutguru.in
Author: ShortcutGuru
Description: India's Largest Free Digital Resources Platform — 100,000+ free resources.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: shortcutguru
*/

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f0f4ff;color:#1a1f36;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;height:auto}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer;border:none}
ul{list-style:none}
h1,h2,h3,h4{line-height:1.2}
:focus-visible{outline:2px solid #2563eb;outline-offset:2px}

/* ── TOKENS ── */
:root{
  --blue:#1a3c8f;
  --blue-mid:#1e4db7;
  --blue-light:#2563eb;
  --blue-hover:#1d4ed8;
  --hero-start:#0d1b5e;
  --hero-end:#1a3c8f;
  --white:#ffffff;
  --gray-50:#f8fafc;
  --gray-100:#f1f5f9;
  --gray-200:#e2e8f0;
  --gray-300:#cbd5e1;
  --gray-400:#94a3b8;
  --gray-500:#64748b;
  --gray-700:#374151;
  --gray-900:#111827;
  --navy-text:#93c5fd;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);
  --shadow:0 4px 12px rgba(0,0,0,.1);
  --shadow-lg:0 10px 30px rgba(0,0,0,.15);
  --radius:10px;
  --radius-sm:6px;
  --radius-lg:14px;
  --container:1240px;
}

/* ── UTILITY ── */
.container{max-width:var(--container);margin:0 auto;padding:0 20px}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ════════════════════════════════════════
   TOP BANNER
════════════════════════════════════════ */
.top-banner{
  background:linear-gradient(135deg,#0d1b5e 0%,#1a3c8f 100%);
  padding:14px 32px;
  display:flex;align-items:center;justify-content:space-between;
}
.top-logo{display:flex;align-items:center;gap:14px}
.top-logo-icon{
  width:52px;height:52px;
  background:linear-gradient(135deg,#1e4db7,#2563eb);
  border-radius:12px;display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;font-weight:900;color:#fff;
  box-shadow:0 2px 10px rgba(37,99,235,.4);
}
.top-logo-text strong{display:block;font-size:1.65rem;font-weight:800;color:#fff;letter-spacing:-.02em}
.top-logo-text strong em{color:#60a5fa;font-style:normal}
.top-logo-text small{font-size:.7rem;font-weight:600;color:#93c5fd;text-transform:uppercase;letter-spacing:.1em}
.top-badge{
  background:#2563eb;color:#fff;
  padding:10px 20px;border-radius:8px;
  font-size:.82rem;font-weight:700;
  display:flex;align-items:center;gap:8px;
  border:1px solid rgba(255,255,255,.2);
}
.wp-dot{
  width:26px;height:26px;background:#fff;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.72rem;color:#2563eb;font-weight:900;
}

/* ════════════════════════════════════════
   NAVBAR
════════════════════════════════════════ */
.site-header{
  background:linear-gradient(90deg,#132057 0%,#1a3c8f 100%);
  position:sticky;top:0;z-index:200;
  box-shadow:0 2px 12px rgba(0,0,0,.3);
}
.site-header .container{
  display:flex;align-items:center;height:58px;gap:6px;
}
.site-branding a{display:flex;align-items:center;gap:8px;margin-right:16px}
.site-branding a:hover{text-decoration:none}
.nav-logo-icon{
  width:32px;height:32px;background:#2563eb;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  font-size:.85rem;color:#fff;font-weight:900;flex-shrink:0;
}
.site-title{color:#fff;font-size:.98rem;font-weight:700;margin:0}
.primary-nav{flex:1}
.primary-nav ul{display:flex;align-items:center;gap:2px}
.primary-nav ul li a{
  color:rgba(255,255,255,.88);font-size:.87rem;font-weight:500;
  padding:8px 13px;border-radius:6px;
  display:flex;align-items:center;gap:4px;
  transition:background .15s,color .15s;
}
.primary-nav ul li a:hover{background:rgba(255,255,255,.1);color:#fff;text-decoration:none}
.nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.nav-icon-btn{
  background:rgba(255,255,255,.1);color:#fff;
  width:34px;height:34px;border-radius:7px;
  display:flex;align-items:center;justify-content:center;font-size:.95rem;
  border:none;cursor:pointer;transition:background .15s;
}
.nav-icon-btn:hover{background:rgba(255,255,255,.18)}
.btn-login{
  background:transparent;border:1px solid rgba(255,255,255,.35);
  color:#fff;padding:7px 15px;border-radius:7px;
  font-size:.84rem;font-weight:600;cursor:pointer;
  transition:background .15s;
}
.btn-login:hover{background:rgba(255,255,255,.1)}
.btn-signup{
  background:#2563eb;border:none;color:#fff;
  padding:7px 17px;border-radius:7px;
  font-size:.84rem;font-weight:700;cursor:pointer;
  box-shadow:0 2px 8px rgba(37,99,235,.35);
  transition:background .15s;
}
.btn-signup:hover{background:#1d4ed8}
.menu-toggle{display:none;background:rgba(255,255,255,.1);border:none;color:#fff;width:36px;height:36px;border-radius:7px;font-size:1.1rem;cursor:pointer}

@media(max-width:860px){
  .primary-nav{display:none}
  .menu-toggle{display:flex;align-items:center;justify-content:center}
}

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero{
  background:linear-gradient(160deg,var(--hero-start) 0%,#1a3c8f 55%,#1e4db7 100%);
  padding:62px 20px 54px;position:relative;overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse 80% 50% at 50% 120%,rgba(96,165,250,.2),transparent),
    radial-gradient(circle 280px at 8% 55%,rgba(147,197,253,.09),transparent),
    radial-gradient(circle 180px at 92% 25%,rgba(96,165,250,.11),transparent);
}
.hero-dots{
  position:absolute;left:36px;top:50%;transform:translateY(-50%);
  display:grid;grid-template-columns:repeat(5,1fr);gap:9px;opacity:.2;pointer-events:none;
}
.hero-dot{width:5px;height:5px;background:#93c5fd;border-radius:50%}
.hero-glow{
  position:absolute;right:160px;bottom:-70px;
  width:240px;height:240px;border-radius:50%;
  background:radial-gradient(circle,rgba(37,99,235,.3),transparent 70%);pointer-events:none;
}
.hero-inner{max-width:820px;margin:0 auto;text-align:center;position:relative;z-index:1}
.hero h1{
  font-size:clamp(1.8rem,3.5vw,2.65rem);font-weight:800;
  color:#fff;margin-bottom:10px;letter-spacing:-.02em;
}
.hero-sub{color:#93c5fd;font-size:1rem;margin-bottom:30px}
.hero-search{
  background:#fff;border-radius:var(--radius);
  display:flex;align-items:center;padding:6px 6px 6px 18px;
  box-shadow:0 8px 32px rgba(0,0,0,.25);
  max-width:680px;margin:0 auto 20px;
}
.hero-search .s-icon{color:#64748b;font-size:1.05rem;margin-right:10px;flex-shrink:0}
.hero-search input{
  flex:1;border:none;outline:none;font-size:1rem;color:#1a1f36;
  font-family:inherit;padding:9px 0;background:transparent;
}
.hero-search input::placeholder{color:#94a3b8}
.hero-search button{
  background:#2563eb;color:#fff;border:none;
  padding:12px 26px;border-radius:8px;font-size:.94rem;font-weight:700;
  cursor:pointer;transition:background .15s;white-space:nowrap;
}
.hero-search button:hover{background:#1d4ed8}
.popular-tags{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}
.pop-label{color:#93c5fd;font-size:.81rem;font-weight:500}
.pop-tag{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);
  color:#dbeafe;padding:5px 13px;border-radius:20px;font-size:.79rem;font-weight:500;
  cursor:pointer;transition:background .15s;
}
.pop-tag:hover{background:rgba(255,255,255,.22);color:#fff}

/* ════════════════════════════════════════
   PAGE LAYOUT
════════════════════════════════════════ */
.page-body{
  max-width:var(--container);margin:0 auto;
  padding:26px 20px;
  display:grid;grid-template-columns:1fr 296px;gap:24px;align-items:start;
}
@media(max-width:900px){.page-body{grid-template-columns:1fr}}
.main-col{min-width:0;display:flex;flex-direction:column;gap:22px}

/* ── SECTION HEADER ── */
.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.sec-title{font-size:1.18rem;font-weight:700;color:#1a1f36}
.sec-link{color:#2563eb;font-size:.84rem;font-weight:600}
.sec-link:hover{color:#1d4ed8}

/* ════════════════════════════════════════
   CARD / WIDGET BASE
════════════════════════════════════════ */
.sg-card{
  background:#fff;border-radius:var(--radius-lg);
  padding:22px;box-shadow:var(--shadow-sm);
  border:1px solid var(--gray-200);
}

/* ════════════════════════════════════════
   BROWSE CATEGORIES
════════════════════════════════════════ */
.categories-title{
  font-size:1.15rem;font-weight:700;text-align:center;
  margin-bottom:18px;color:#1a1f36;
}
.categories-title::after{
  content:"";display:block;width:38px;height:3px;
  background:#2563eb;border-radius:2px;margin:7px auto 0;
}
.cat-grid{
  display:grid;grid-template-columns:repeat(9,1fr);gap:10px;
}
@media(max-width:860px){.cat-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:500px){.cat-grid{grid-template-columns:repeat(3,1fr)}}

.cat-card{
  background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius);
  padding:15px 6px 12px;text-align:center;cursor:pointer;
  transition:transform .15s,box-shadow .15s,border-color .15s;
}
.cat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#2563eb}
.cat-icon{
  width:44px;height:44px;border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.35rem;margin:0 auto 9px;
}
.cat-name{font-size:.74rem;font-weight:600;color:#1a1f36;margin-bottom:3px;line-height:1.3}
.cat-count{font-size:.67rem;color:#64748b;font-weight:500}
.ic-blue{background:#dbeafe}.ic-purple{background:#ede9fe}.ic-green{background:#dcfce7}
.ic-emerald{background:#d1fae5}.ic-orange{background:#ffedd5}.ic-amber{background:#fef3c7}
.ic-pink{background:#fce7f3}.ic-teal{background:#ccfbf1}.ic-cyan{background:#cffafe}

/* ════════════════════════════════════════
   TRENDING DOWNLOADS
════════════════════════════════════════ */
.trending-grid{
  display:grid;grid-template-columns:repeat(6,1fr);gap:14px;
}
@media(max-width:860px){.trending-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:500px){.trending-grid{grid-template-columns:repeat(2,1fr)}}

.resource-card{cursor:pointer;transition:transform .15s}
.resource-card:hover{transform:translateY(-2px)}
.resource-thumb{
  background:#e2e8f0;border-radius:8px;
  aspect-ratio:4/3;overflow:hidden;
  margin-bottom:9px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.8rem;border:1px solid rgba(0,0,0,.06);
  position:relative;
}
.resource-thumb .file-badge{
  position:absolute;top:6px;left:6px;
  background:rgba(0,0,0,.5);color:#fff;
  font-size:.6rem;font-weight:700;padding:2px 6px;
  border-radius:4px;font-family:monospace;
}
.resource-name{font-size:.79rem;font-weight:600;color:#1a1f36;margin-bottom:5px;line-height:1.35}
.resource-meta{display:flex;align-items:center;justify-content:space-between;gap:4px}
.file-tag{
  font-size:.66rem;font-weight:600;padding:2px 6px;border-radius:4px;
  background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;font-family:monospace;
}
.dl-count{font-size:.71rem;color:#64748b;display:flex;align-items:center;gap:3px}

/* ════════════════════════════════════════
   CATEGORY TABS + SHOWCASE
════════════════════════════════════════ */
.showcase-tabs{
  display:flex;flex-wrap:wrap;gap:7px;
  border-bottom:2px solid #e2e8f0;padding-bottom:0;margin-bottom:20px;
}
.tab-btn{
  background:none;border:none;
  border-bottom:2px solid transparent;margin-bottom:-2px;
  padding:9px 16px;font-size:.8rem;font-weight:600;
  color:#64748b;cursor:pointer;
  border-radius:6px 6px 0 0;
  display:flex;align-items:center;gap:5px;
  transition:color .12s,border-color .12s,background .12s;
  text-transform:uppercase;letter-spacing:.04em;
  font-family:inherit;
}
.tab-btn:hover{color:#1a1f36;background:#f8fafc}
.tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;background:#f0f7ff}
.tab-count{
  font-size:.67rem;background:#f1f5f9;border:1px solid #e2e8f0;
  border-radius:20px;padding:1px 6px;color:#64748b;font-weight:700;
}
.tab-btn.active .tab-count{background:#2563eb;border-color:#1d4ed8;color:#fff}

.showcase-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;
}
.showcase-card{
  background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius);
  padding:14px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;
}
.showcase-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#2563eb}
.showcase-card[hidden]{display:none}
.showcase-thumb{
  margin:-14px -14px 12px;border-radius:var(--radius) var(--radius) 0 0;
  overflow:hidden;aspect-ratio:16/9;background:#e2e8f0;
  display:flex;align-items:center;justify-content:center;font-size:1.5rem;
}
.showcase-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s}
.showcase-card:hover .showcase-thumb img{transform:scale(1.04)}
.sc-type{
  font-size:.66rem;font-weight:700;font-family:monospace;
  background:#dbeafe;color:#1d4ed8;border-radius:4px;
  padding:2px 7px;display:inline-block;margin-bottom:7px;
}
.showcase-card h3{font-size:.84rem;font-weight:600;color:#1a1f36;margin-bottom:5px;line-height:1.35}
.showcase-card h3 a{color:inherit}
.showcase-card h3 a:hover{color:#2563eb}
.showcase-card p{font-size:.78rem;color:#64748b;margin-bottom:10px;line-height:1.45}
.sc-meta{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e8f0;padding-top:9px}
.sc-size{font-size:.72rem;color:#94a3b8;font-family:monospace}
.sc-dl-btn{
  background:#2563eb;color:#fff;border:none;
  padding:5px 11px;border-radius:6px;font-size:.73rem;font-weight:700;
  cursor:pointer;transition:background .12s;
  display:flex;align-items:center;gap:4px;
}
.sc-dl-btn:hover{background:#1d4ed8;text-decoration:none;color:#fff}
.showcase-empty{text-align:center;padding:40px 20px;color:#64748b}
.showcase-empty[hidden]{display:none}

/* ════════════════════════════════════════
   TRUST BAR
════════════════════════════════════════ */
.trust-bar{
  background:linear-gradient(135deg,#0d1b5e 0%,#1a3c8f 100%);
  border-radius:var(--radius-lg);padding:22px 26px;
  display:grid;grid-template-columns:1fr 1fr 1fr 1.5fr;gap:18px;align-items:center;
}
@media(max-width:780px){.trust-bar{grid-template-columns:1fr 1fr}}
.trust-item{display:flex;align-items:flex-start;gap:12px}
.trust-icon{
  width:42px;height:42px;border-radius:9px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:1.15rem;
}
.trust-icon.b{background:rgba(96,165,250,.15)}
.trust-icon.g{background:rgba(74,222,128,.15)}
.trust-icon.y{background:rgba(251,191,36,.15)}
.trust-text strong{display:block;color:#fff;font-size:.88rem;font-weight:700;margin-bottom:2px}
.trust-text span{color:#93c5fd;font-size:.77rem;line-height:1.45}
.subscribe-inline{display:flex;flex-direction:column;gap:7px}
.subscribe-inline p{color:#93c5fd;font-size:.78rem}
.subscribe-row{display:flex;gap:6px}
.subscribe-row input{
  flex:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  color:#fff;padding:9px 11px;border-radius:7px;font-size:.83rem;
  outline:none;font-family:inherit;
}
.subscribe-row input::placeholder{color:rgba(255,255,255,.38)}
.subscribe-row button{
  background:#2563eb;border:none;color:#fff;
  width:37px;height:37px;border-radius:7px;font-size:.95rem;
  cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.subscribe-row button:hover{background:#1d4ed8}

/* ════════════════════════════════════════
   BLOG POSTS (row style)
════════════════════════════════════════ */
.post-list{display:flex;flex-direction:column;gap:0}
.post-row{
  display:grid;grid-template-columns:120px 1fr;gap:16px;
  padding:16px 0;border-bottom:1px solid #e2e8f0;align-items:start;
}
.post-row:last-child{border-bottom:none}
.post-thumb{
  border-radius:8px;overflow:hidden;background:#e2e8f0;
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:1.4rem;
}
.post-thumb img{width:100%;height:100%;object-fit:cover}
.post-meta{font-size:.71rem;color:#2563eb;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}
.post-row h3{font-size:.9rem;font-weight:700;color:#1a1f36;margin-bottom:5px;line-height:1.35}
.post-row h3 a:hover{color:#2563eb}
.post-excerpt{font-size:.8rem;color:#64748b;line-height:1.5}
@media(max-width:500px){.post-row{grid-template-columns:1fr}}

/* ════════════════════════════════════════
   SIDEBAR
════════════════════════════════════════ */
.sidebar{display:flex;flex-direction:column;gap:18px}
.widget-title{
  font-size:.94rem;font-weight:700;color:#1a1f36;
  margin-bottom:14px;
  display:flex;align-items:center;justify-content:space-between;
}
.widget-title .sec-link{font-size:.78rem}
.article-list{display:flex;flex-direction:column;gap:12px}
.article-item{display:flex;gap:11px;align-items:flex-start;cursor:pointer}
.article-item:hover .article-title{color:#2563eb}
.article-thumb-sq{
  width:62px;height:52px;border-radius:7px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;
}
.t1{background:#dbeafe}.t2{background:#dcfce7}.t3{background:#ede9fe}.t4{background:#ffedd5}
.article-title{font-size:.8rem;font-weight:600;color:#1a1f36;margin-bottom:3px;line-height:1.35}
.article-date{font-size:.7rem;color:#94a3b8}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.site-footer{
  background:linear-gradient(160deg,#0d1b5e 0%,#132057 100%);
  padding:44px 20px 20px;margin-top:10px;
}
.footer-grid{
  display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.4fr;
  gap:30px;margin-bottom:34px;
}
@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}

.footer-brand .f-logo{display:flex;align-items:center;gap:9px;margin-bottom:11px}
.f-logo-icon{width:32px;height:32px;background:#2563eb;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#fff;font-weight:900}
.f-logo-text{color:#fff;font-size:1rem;font-weight:700}
.f-logo-text em{color:#60a5fa;font-style:normal}
.footer-brand p{color:#93c5fd;font-size:.81rem;line-height:1.6;margin-bottom:13px}
.social-row{display:flex;gap:7px}
.social-btn{
  width:30px;height:30px;border-radius:7px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.65);display:flex;align-items:center;justify-content:center;
  font-size:.8rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s;
}
.social-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}
.footer-col h4{color:#fff;font-size:.83rem;font-weight:700;margin-bottom:13px;letter-spacing:.01em}
.footer-col ul li{margin-bottom:8px}
.footer-col ul a{color:#93c5fd;font-size:.8rem;transition:color .15s}
.footer-col ul a:hover{color:#fff}
.footer-newsletter p{color:#93c5fd;font-size:.8rem;margin-bottom:11px;line-height:1.5}
.f-sub-row{display:flex;gap:6px}
.f-sub-row input{
  flex:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);
  color:#fff;padding:9px 11px;border-radius:7px;font-size:.81rem;outline:none;font-family:inherit;
}
.f-sub-row input::placeholder{color:rgba(255,255,255,.33)}
.f-sub-row button{
  background:#2563eb;border:none;color:#fff;
  width:36px;border-radius:7px;cursor:pointer;font-size:.88rem;
}
.f-sub-row button:hover{background:#1d4ed8}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  padding-top:16px;text-align:center;
  color:rgba(147,197,253,.55);font-size:.77rem;
}

/* ════════════════════════════════════════
   SINGLE / ARCHIVE / MISC
════════════════════════════════════════ */
.single-wrap{max-width:760px;margin:0 auto;padding:48px 20px}
.single-wrap .entry-meta{font-size:.78rem;color:#2563eb;text-transform:uppercase;letter-spacing:.04em;font-weight:600;margin-bottom:12px}
.single-wrap .entry-content{font-size:1.04rem;line-height:1.75;color:#374151}
.single-wrap .entry-content h2{font-size:1.4rem;font-weight:700;margin:1.6em 0 .5em;color:#1a1f36}
.single-wrap .entry-content p{margin-bottom:1em}
.single-wrap .entry-content img{border-radius:var(--radius);margin:1.2em 0}
.single-wrap .entry-content blockquote{border-left:3px solid #2563eb;margin:1.4em 0;padding:4px 0 4px 20px;color:#64748b;font-style:italic}
.single-wrap .entry-content code{font-family:monospace;background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.88em}
.single-wrap .entry-content pre{background:#f1f5f9;padding:16px;border-radius:var(--radius);overflow-x:auto;margin-bottom:1em}
.resource-download-box{
  background:#f0fdf4;border:1px solid #86efac;border-radius:var(--radius-lg);
  padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin:24px 0;flex-wrap:wrap;
}
.resource-download-box .r-type{font-family:monospace;font-size:.74rem;color:#166534;font-weight:700}
.btn-download-main{
  background:#16a34a;color:#fff;padding:11px 22px;border-radius:8px;
  font-weight:700;font-size:.9rem;transition:background .15s;
}
.btn-download-main:hover{background:#15803d;color:#fff}
.content-layout{display:grid;grid-template-columns:1fr 280px;gap:32px;max-width:var(--container);margin:0 auto;padding:36px 20px;align-items:start}
@media(max-width:860px){.content-layout{grid-template-columns:1fr}}
.state-page{text-align:center;padding:80px 20px;max-width:500px;margin:0 auto;color:#64748b}
.state-page h2{font-size:1.4rem;font-weight:700;color:#1a1f36;margin-bottom:10px}
