/* SindhPress Engine — Modern News Portal Preset
   Clean digital portal inspired by modern Sindhi web newsrooms. */
:root{
  --sp-bg:#f3f7fb;
  --sp-surface:#ffffff;
  --sp-surface-2:#eef6f7;
  --sp-text:#0f172a;
  --sp-muted:#5f6f82;
  --sp-primary:#0f766e;
  --sp-primary-dark:#064e3b;
  --sp-accent:#22c55e;
  --sp-border:#dce8ec;
  --sp-shadow:0 18px 45px rgba(15,118,110,.10);
  --sp-radius:24px;
}
body.sp-preset-modern{
  background:
    radial-gradient(circle at 85% 12%, rgba(15,118,110,.10), transparent 28%),
    linear-gradient(180deg,#f6fbfc 0%,#eef5f8 45%,#f7fafc 100%);
}
.sp-preset-modern .sp-topline{background:#042f2e;color:#dff8f3;border-bottom:1px solid rgba(255,255,255,.08)}
.sp-preset-modern .sp-brand-row{padding:24px 0}
.sp-preset-modern .sp-site-title{color:#0f766e;letter-spacing:.2px}
.sp-preset-modern .sp-engine-tagline{background:#fff;border-color:#dce8ec;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.sp-preset-modern .sp-mainnav{background:rgba(6,78,59,.96);box-shadow:0 10px 30px rgba(6,78,59,.20);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.sp-preset-modern .sp-menu a{border-radius:14px;margin:5px 2px;padding:12px 15px}
.sp-preset-modern .sp-menu a:hover,.sp-preset-modern .sp-menu .current-menu-item>a{background:rgba(255,255,255,.16)}

/* Portal breaking strip */
.sp-preset-modern .sp-breaking{margin:22px 0 0;background:transparent;box-shadow:none}
.sp-preset-modern .sp-breaking-inner{background:#fff;border:1px solid #dce8ec;border-radius:999px;min-height:52px;box-shadow:0 12px 32px rgba(15,23,42,.06);overflow:hidden;display:flex;align-items:center}
.sp-preset-modern .sp-breaking strong{background:#0f766e;color:#fff;padding:15px 24px;margin-inline-start:0;border-radius:999px;font-weight:900;white-space:nowrap}
.sp-preset-modern .sp-breaking-track{padding-inline:14px;overflow:hidden;flex:1}
.sp-preset-modern .sp-breaking-marquee a,.sp-preset-modern .sp-breaking-marquee span{color:#0f172a;margin-inline:16px;font-weight:700}
.sp-preset-modern .sp-breaking-marquee a::before{content:'•';color:#22c55e;margin-inline:10px;font-size:22px;vertical-align:middle}

/* Main portal grid */
.sp-preset-modern .sp-engine-home-grid{grid-template-columns:minmax(0,1fr) 300px;gap:26px;padding-top:26px}
.sp-preset-modern .sp-engine-maincol{display:block}

/* Hero: large story + two side stories */
.sp-preset-modern .sp-hero-block{display:grid;grid-template-columns:1.35fr .85fr;gap:20px;margin-bottom:24px;align-items:stretch}
.sp-preset-modern .sp-hero-card{border:0;border-radius:28px;box-shadow:var(--sp-shadow);overflow:hidden;position:relative;background:#fff;display:flex;flex-direction:column}
.sp-preset-modern .sp-hero-card .sp-thumb-large img{width:100%;aspect-ratio:16/9;object-fit:cover}
.sp-preset-modern .sp-hero-body{padding:24px 26px}
.sp-preset-modern .sp-hero-card h1{font-size:42px;line-height:1.42;margin:10px 0 12px;color:#0f172a}
.sp-preset-modern .sp-hero-card p{font-size:17px;color:#5f6f82;line-height:1.85}
.sp-preset-modern .sp-secondary-stories{display:grid;grid-template-columns:1fr;gap:20px}
.sp-preset-modern .sp-secondary-card{background:#fff;border:0;border-radius:24px;overflow:hidden;box-shadow:0 12px 32px rgba(15,23,42,.07);display:flex;flex-direction:column;min-height:0}
.sp-preset-modern .sp-secondary-card .sp-thumb img{aspect-ratio:16/9;object-fit:cover;width:100%}
.sp-preset-modern .sp-secondary-body{padding:17px}
.sp-preset-modern .sp-secondary-card h2{font-size:24px;line-height:1.5;margin:8px 0;color:#0f172a}

/* Badges and metadata */
.sp-preset-modern .sp-badge{background:#e7f8f5;color:#0f766e!important;border-color:#b9ede4;font-weight:900}
.sp-preset-modern .sp-date{color:#7b8794}

/* Section headings */
.sp-preset-modern .sp-section{margin-top:30px}
.sp-preset-modern .sp-section-head{border-bottom:0;background:#fff;border:1px solid #dce8ec;border-radius:18px;padding:14px 18px;box-shadow:0 10px 25px rgba(15,23,42,.04)}
.sp-preset-modern .sp-section-head h2{font-size:30px;color:#0f172a;position:relative;padding-inline-start:18px}
.sp-preset-modern .sp-section-head h2::before{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:5px;height:28px;border-radius:999px;background:#0f766e}
.sp-preset-modern .sp-section-head a{color:#0f766e;background:#e7f8f5;border-radius:999px;padding:6px 13px}

/* Latest grid as portal cards */
.sp-preset-modern .sp-news-grid{grid-template-columns:repeat(3,1fr);gap:18px}
.sp-preset-modern .sp-card{border:0;border-radius:24px;box-shadow:0 12px 30px rgba(15,23,42,.06);background:#fff;overflow:hidden}
.sp-preset-modern .sp-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(15,118,110,.13)}
.sp-preset-modern .sp-card .sp-thumb img{aspect-ratio:16/10;object-fit:cover;width:100%}
.sp-preset-modern .sp-card-body{padding:17px}
.sp-preset-modern .sp-card h3{font-size:23px;line-height:1.55;margin:9px 0;color:#0f172a}
.sp-preset-modern .sp-card p{color:#5f6f82;font-size:15.5px;line-height:1.75}

/* Category blocks */
.sp-preset-modern .sp-category-grid{grid-template-columns:repeat(2,1fr);gap:20px}
.sp-preset-modern .sp-category-box{border:0;border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.06);padding:20px}
.sp-preset-modern .sp-category-box h3{font-size:26px;border-bottom:2px solid #e7f8f5;padding-bottom:10px;margin-bottom:10px;color:#0f766e}
.sp-preset-modern .sp-category-box li{border-top:1px solid #edf3f5;padding:11px 0}
.sp-preset-modern .sp-category-box li a{font-weight:700;color:#0f172a}
.sp-preset-modern .sp-category-box li a:hover{color:#0f766e}

/* Sidebar portal widgets */
.sp-preset-modern .sp-sidebar{gap:20px}
.sp-preset-modern .sp-widget{border:0;border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.06);padding:19px}
.sp-preset-modern .sp-widget h2{border-bottom:0;font-size:25px;color:#0f172a;padding-bottom:0;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.sp-preset-modern .sp-widget h2::before{content:'';width:9px;height:9px;border-radius:50%;background:#0f766e;box-shadow:0 0 0 5px #e7f8f5}
.sp-preset-modern .sp-smart-list li,.sp-preset-modern .sp-widget li{border-bottom:1px solid #edf3f5;padding:11px 0}
.sp-preset-modern .sp-smart-list a{font-weight:700;color:#0f172a;line-height:1.55}
.sp-preset-modern .sp-smart-list span{display:block;color:#7b8794;font-size:13px;margin-top:3px}

/* Footer */
.sp-preset-modern .sp-footer{background:#062f2e;color:#dff8f3;margin-top:58px}
.sp-preset-modern .sp-footer a{color:#dff8f3}
.sp-preset-modern .sp-footer-bottom{border-top-color:rgba(255,255,255,.12)}

/* Archive/single polish */
.sp-preset-modern .sp-single,.sp-preset-modern .sp-page-header{border:0;border-radius:28px;box-shadow:var(--sp-shadow)}
.sp-preset-modern .sp-single h1,.sp-preset-modern .sp-page-header h1{color:#0f172a}

@media(max-width:1080px){
  .sp-preset-modern .sp-engine-home-grid{grid-template-columns:1fr}
  .sp-preset-modern .sp-hero-block{grid-template-columns:1fr}
  .sp-preset-modern .sp-secondary-stories{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .sp-preset-modern .sp-news-grid{grid-template-columns:repeat(2,1fr)}
  .sp-preset-modern .sp-category-grid{grid-template-columns:1fr}
  .sp-preset-modern .sp-hero-card h1{font-size:34px}
}
@media(max-width:640px){
  .sp-preset-modern .sp-breaking-inner{border-radius:18px;align-items:stretch;flex-direction:column}
  .sp-preset-modern .sp-breaking strong{border-radius:18px 18px 0 0;text-align:center}
  .sp-preset-modern .sp-breaking-track{padding:10px 14px}
  .sp-preset-modern .sp-secondary-stories,.sp-preset-modern .sp-news-grid{grid-template-columns:1fr}
  .sp-preset-modern .sp-hero-body{padding:18px}
  .sp-preset-modern .sp-hero-card h1{font-size:29px}
  .sp-preset-modern .sp-section-head{align-items:flex-start;flex-direction:column}
}

/* Phase 1D.1 — Modern Portal live ticker fix */
.sp-preset-modern .sp-breaking-inner{
  position: relative;
  overflow: hidden !important;
  flex-wrap: nowrap !important;
}
.sp-preset-modern .sp-breaking-track{
  position: relative;
  overflow: hidden !important;
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  display: flex;
  align-items: center;
}
.sp-preset-modern .sp-breaking-marquee{
  display: inline-flex !important;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 28px;
  white-space: nowrap !important;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  animation: spModernTickerMove 38s linear infinite;
}
.sp-preset-modern .sp-breaking-marquee:hover{
  animation-play-state: paused;
}
.sp-preset-modern .sp-breaking-marquee a,
.sp-preset-modern .sp-breaking-marquee span{
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap !important;
  margin: 0 !important;
  flex: 0 0 auto;
}
.sp-preset-modern .sp-breaking-marquee a::before{
  content: '•';
  color: #22c55e;
  margin-inline: 12px;
  font-size: 22px;
  line-height: 1;
}
@keyframes spModernTickerMove{
  0%{ transform: translateX(-100%); }
  100%{ transform: translateX(100%); }
}
@media (max-width: 768px){
  .sp-preset-modern .sp-breaking-inner{ border-radius: 22px; }
  .sp-preset-modern .sp-breaking strong{ padding: 12px 18px; }
  .sp-preset-modern .sp-breaking-track{ height: 48px; }
  .sp-preset-modern .sp-breaking-marquee{ animation-duration: 30s; gap: 22px; }
}
