:root{--text:#111827;--muted:#64748b;--border:#e5e7eb;--shadow:0 24px 70px rgba(15,23,42,.12)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff}.page-shell{max-width:940px;margin:0 auto;padding:40px 18px}.article{max-width:820px;margin:0 auto}.article h1{font-size:44px;line-height:1.12;margin:0 0 14px;font-weight:900;letter-spacing:-.04em}.meta{color:var(--muted);font-size:14px;margin-bottom:22px}.article p{font-size:18px;line-height:1.75;color:#374151}.next-links{margin-top:26px;padding:16px;border:1px solid var(--border);border-radius:14px;background:#f8fafc}.next-links a{color:#0f766e;font-weight:800;text-decoration:none}.secretads-wrap{margin:22px 0}.secretads-ad{width:100%;border:1px solid var(--border);background:#fff;overflow:hidden}.secretads-ad-label{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:10px 12px 0}.secretads-ad-inner{display:flex;align-items:center;justify-content:center;min-height:118px}.secretads-story-card{position:relative;display:block;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;background:#0f172a;box-shadow:var(--shadow);margin:var(--secretads-card-space,14px) 0}.secretads-story-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:48%;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.56),rgba(0,0,0,0))}.secretads-story-video,.secretads-story-image{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#000}.secretads-story-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:16/9;background:linear-gradient(135deg,#0f172a,#334155);font-weight:900}.secretads-story-badge{position:absolute;top:18px;left:18px;z-index:2;background:rgba(15,23,42,.88);backdrop-filter:blur(10px);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.secretads-story-title{position:absolute;left:16px;right:16px;bottom:14px;z-index:2;font-size:22px;line-height:1.14;font-weight:950;letter-spacing:-.02em}.secretads-story-title.has-bg{padding:14px 16px;border-radius:14px;background:rgba(15,23,42,.9);backdrop-filter:blur(10px)}.secretads-story-title.no-bg{padding:0;border-radius:0;background:transparent;text-shadow:0 3px 14px rgba(0,0,0,.82),0 1px 2px rgba(0,0,0,.9)}.secretads-debug{margin:16px 0;padding:12px 14px;border:1px dashed #f59e0b;background:#fff7ed;color:#92400e;border-radius:12px;font-size:14px;font-weight:700}@media(max-width:640px){.page-shell{padding:18px 0}.article{padding:0}.article h1,.meta,.article p,.next-links{margin-left:14px;margin-right:14px}.article h1{font-size:32px}.article p{font-size:16px}.secretads-wrap{margin:10px 0}.secretads-ad{border-left:0;border-right:0}.secretads-story-card{border-radius:0;box-shadow:none}.secretads-story-badge{top:12px;left:12px;font-size:11px;padding:7px 10px}.secretads-story-title{left:12px;right:12px;bottom:12px;font-size:20px}.secretads-story-title.has-bg{border-radius:12px;padding:12px 13px}.secretads-story-video,.secretads-story-image{aspect-ratio:4/3}.next-links{border-radius:12px}}

/* Video/card click fixes */
.secretads-card-clickable{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.secretads-card-clickable:active{transform:scale(.998)}
.secretads-story-card-video{cursor:pointer}
.secretads-story-card-video:after{pointer-events:none}
.secretads-story-card-video .secretads-story-video{position:relative;z-index:1;pointer-events:none}
.secretads-story-badge,.secretads-story-title{pointer-events:none}
.secretads-story-card-video .secretads-story-badge{top:12px;left:12px}
.secretads-story-card-video .secretads-story-title{top:52px;bottom:auto;max-width:calc(100% - 28px)}
@media(max-width:640px){.secretads-story-card-video .secretads-story-title{top:48px;bottom:auto;font-size:18px}}

/* Secret Ads Theme UI */
:root{--sa-bg:#f4f7fb;--sa-card:#ffffff;--sa-dark:#0f172a;--sa-blue:#2563eb;--sa-purple:#7c3aed;--sa-cyan:#06b6d4;--sa-green:#16a34a;--sa-line:#e5e7eb;--sa-muted:#64748b}
body{background:linear-gradient(180deg,#f8fbff 0%,#f4f7fb 42%,#fff 100%)}
.sa-container{max-width:1160px;margin:0 auto;padding:0 18px}.sa-site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.85)}.sa-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px}.sa-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0f172a}.sa-brand img{width:48px;height:48px;border-radius:14px;object-fit:cover;box-shadow:0 12px 30px rgba(37,99,235,.18)}.sa-brand strong{display:block;font-size:20px;line-height:1;font-weight:950;letter-spacing:-.04em}.sa-brand em{display:block;margin-top:5px;color:var(--sa-muted);font-size:12px;font-style:normal;font-weight:700}.sa-nav{display:flex;align-items:center;gap:8px}.sa-nav a{padding:10px 12px;border-radius:999px;text-decoration:none;color:#334155;font-weight:850;font-size:14px}.sa-nav a:hover,.sa-nav a.is-active{background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.12));color:#1d4ed8}.sa-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.20),transparent 32%),radial-gradient(circle at right,rgba(124,58,237,.20),transparent 32%),linear-gradient(135deg,#0f172a,#1e1b4b);color:#fff}.sa-home-hero .sa-container{padding-top:70px;padding-bottom:64px}.sa-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.65fr);gap:34px;align-items:center}.sa-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:900;color:#bfdbfe;text-transform:uppercase;letter-spacing:.06em;font-size:12px}.sa-home-hero h1{font-size:58px;line-height:1.02;margin:18px 0 16px;letter-spacing:-.065em}.sa-home-hero p{font-size:18px;line-height:1.7;color:#dbeafe;max-width:720px}.sa-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.sa-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:16px;font-weight:950;text-decoration:none}.sa-btn-primary{background:linear-gradient(135deg,#38bdf8,#8b5cf6);color:#fff;box-shadow:0 16px 38px rgba(56,189,248,.26)}.sa-btn-ghost{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.18)}.sa-hero-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:28px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.28);backdrop-filter:blur(18px)}.sa-hero-card img{width:100%;border-radius:22px;display:block}.sa-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.sa-stat{padding:14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.sa-stat strong{display:block;font-size:22px}.sa-stat span{display:block;color:#bfdbfe;font-size:12px;font-weight:800;margin-top:4px}.sa-section{padding:42px 0}.sa-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:20px}.sa-section-title h2{font-size:34px;line-height:1.1;margin:0;letter-spacing:-.045em}.sa-section-title p{margin:0;color:var(--sa-muted);max-width:620px}.sa-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sa-post-card{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(226,232,240,.96);border-radius:24px;text-decoration:none;color:#0f172a;box-shadow:0 16px 48px rgba(15,23,42,.08);transition:.22s}.sa-post-card:hover{transform:translateY(-3px);box-shadow:0 22px 68px rgba(15,23,42,.14)}.sa-post-thumb{aspect-ratio:16/10;background:linear-gradient(135deg,#dbeafe,#ede9fe);display:grid;place-items:center;color:#1e40af;font-size:38px}.sa-post-card-body{padding:18px}.sa-post-card h3{margin:0 0 10px;font-size:21px;line-height:1.18;letter-spacing:-.035em}.sa-post-card p{margin:0;color:#64748b;line-height:1.6;font-size:14px}.sa-chip{display:inline-flex;margin-bottom:10px;padding:6px 9px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:950}.sa-single-shell{max-width:1160px}.sa-content-grid{display:grid;grid-template-columns:minmax(0,820px) 300px;gap:28px;align-items:start}.article{background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:28px;padding:30px;box-shadow:0 18px 60px rgba(15,23,42,.07)}.article h1{font-size:46px}.article h2{font-size:30px;letter-spacing:-.04em;margin-top:34px}.article h3{font-size:22px;margin-top:22px}.article ul,.article ol{font-size:17px;line-height:1.75;color:#374151}.meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.meta:before{content:'●';color:#22c55e}.sa-sidebar{position:sticky;top:94px}.sa-side-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:18px;box-shadow:0 16px 50px rgba(15,23,42,.08);margin-bottom:18px}.sa-side-card h3{margin:0 0 12px;font-size:20px;letter-spacing:-.035em}.sa-side-card a{display:block;text-decoration:none;color:#0f172a;font-weight:850;padding:10px 0;border-bottom:1px solid #f1f5f9}.sa-side-card a:last-child{border-bottom:0}.sa-site-footer{margin-top:40px;background:#0f172a;color:#e2e8f0}.sa-site-footer .sa-container{display:flex;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:34px}.sa-site-footer p{color:#94a3b8;margin:8px 0 0;line-height:1.6;max-width:620px}.sa-footer-links{display:flex;gap:12px;flex-wrap:wrap}.sa-footer-links a{color:#bfdbfe;text-decoration:none;font-weight:850}.secretads-ad{border-radius:18px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.05)}.secretads-ad-inner{overflow:hidden}.secretads-ad-after_title,.secretads-ad-before_content,.secretads-ad-middle_content,.secretads-ad-after_content,.secretads-ad-home_top,.secretads-ad-home_between,.secretads-ad-home_bottom{max-width:100%;}.secretads-ad-sidebar{margin-top:0!important}.secretads-anchor{position:fixed;left:50%;transform:translateX(-50%);z-index:9999;width:min(100%,760px);background:rgba(255,255,255,.98);border:1px solid #e2e8f0;box-shadow:0 16px 60px rgba(15,23,42,.18);text-align:center}.secretads-anchor-top{top:0;border-radius:0 0 18px 18px}.secretads-anchor-bottom{bottom:0;border-radius:18px 18px 0 0}.secretads-anchor-inner{display:flex;align-items:center;justify-content:center;min-height:50px;padding:6px 34px}.secretads-special-ad{position:absolute;width:1px;height:1px;overflow:hidden;left:-9999px;top:auto}.secretads-story-card{box-shadow:0 18px 60px rgba(15,23,42,.14)}
@media(max-width:980px){.sa-hero-grid,.sa-content-grid{grid-template-columns:1fr}.sa-sidebar{position:static}.sa-post-grid{grid-template-columns:1fr 1fr}.sa-home-hero h1{font-size:44px}.article{border-radius:22px}}
@media(max-width:640px){.sa-header-inner{height:auto;padding-top:12px;padding-bottom:12px;align-items:flex-start}.sa-brand img{width:42px;height:42px}.sa-brand em{display:none}.sa-nav{overflow:auto;width:100%;padding-bottom:2px}.sa-site-header .sa-container{flex-direction:column}.sa-home-hero .sa-container{padding-top:38px;padding-bottom:36px}.sa-home-hero h1{font-size:38px}.sa-home-hero p{font-size:16px}.sa-stats{grid-template-columns:1fr}.sa-section-title{display:block}.sa-post-grid{grid-template-columns:1fr}.article{border-left:0;border-right:0;border-radius:0;padding:18px 14px}.article h1{font-size:34px;margin-left:0;margin-right:0}.article p,.article ul,.article ol{font-size:16px}.sa-site-footer .sa-container{display:block}.secretads-anchor{width:100%;border-left:0;border-right:0}.secretads-ad{border-radius:0}.sa-content-grid{gap:14px}.page-shell{padding-top:18px}}
.sa-post-thumb-image{display:block;background:#0f172a;overflow:hidden}.sa-post-thumb-image img{width:100%;height:100%;object-fit:cover;display:block}.admin-post-created{border-color:rgba(34,197,94,.35)!important;background:rgba(34,197,94,.08)!important}


/* Mobile story-first reading flow */
@media (max-width: 640px){
  .sa-site-header{display:none!important;}
  .sa-single-shell{padding-top:0!important;}
  .sa-content-grid{display:block;}
  .article{padding-top:0!important;}
  .article > .secretads-wrap:first-child{margin-top:0!important;}
}

/* Secret Ads update: remove public header/menu completely */
.sa-site-header,.sa-nav{display:none!important;}

/* Secret Ads full-width single post + edge-to-edge story media */
body{overflow-x:hidden;}
.page-shell.sa-single-shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.sa-single-shell .sa-content-grid{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.sa-single-shell .sa-sidebar{display:none!important;}
.sa-single-shell .article{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff;}
.sa-single-shell .article > h1,
.sa-single-shell .article > h2,
.sa-single-shell .article > h3,
.sa-single-shell .article > h4,
.sa-single-shell .article > p,
.sa-single-shell .article > ul,
.sa-single-shell .article > ol,
.sa-single-shell .article > .meta,
.sa-single-shell .article > .next-links{max-width:1120px;margin-left:auto!important;margin-right:auto!important;padding-left:18px!important;padding-right:18px!important;}
.sa-single-shell .article > h1{padding-top:20px!important;}
.sa-single-shell .article > .secretads-wrap{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:0!important;padding:0!important;}
.sa-single-shell .secretads-wrap .secretads-story-card{width:100%!important;margin-left:0!important;margin-right:0!important;border-radius:0!important;box-shadow:none!important;}
.sa-single-shell .secretads-wrap .secretads-story-video,
.sa-single-shell .secretads-wrap .secretads-story-image,
.sa-single-shell .secretads-wrap .secretads-story-placeholder{width:100%!important;display:block!important;border-radius:0!important;}
.sa-single-shell .secretads-wrap .secretads-ad{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;box-shadow:none!important;}
.sa-single-shell .secretads-wrap .secretads-ad-inner{width:100%!important;}
.sa-single-shell .secretads-ad-after_title,
.sa-single-shell .secretads-ad-before_content,
.sa-single-shell .secretads-ad-middle_content,
.sa-single-shell .secretads-ad-after_content{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important;}
@media(max-width:640px){
  .sa-single-shell .article > h1,
  .sa-single-shell .article > h2,
  .sa-single-shell .article > h3,
  .sa-single-shell .article > h4,
  .sa-single-shell .article > p,
  .sa-single-shell .article > ul,
  .sa-single-shell .article > ol,
  .sa-single-shell .article > .meta,
  .sa-single-shell .article > .next-links{padding-left:14px!important;padding-right:14px!important;}
  .sa-single-shell .article > h1{padding-top:16px!important;}
  .sa-single-shell .article > .secretads-wrap{margin-left:0!important;margin-right:0!important;width:100%!important;max-width:100%!important;}
  .sa-single-shell .secretads-wrap .secretads-story-card{border-radius:0!important;}
  .sa-single-shell .secretads-wrap .secretads-story-video,
  .sa-single-shell .secretads-wrap .secretads-story-image{aspect-ratio:16/9!important;}
}


/* Secret Ads overlay text custom controls */
.secretads-story-badge.pos-top-left{top:12px!important;left:12px!important;right:auto!important;bottom:auto!important;transform:none!important;text-align:left}
.secretads-story-badge.pos-top-center{top:12px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;text-align:center}
.secretads-story-badge.pos-top-right{top:12px!important;right:12px!important;left:auto!important;bottom:auto!important;transform:none!important;text-align:right}
.secretads-story-badge.pos-bottom-left{bottom:12px!important;left:12px!important;right:auto!important;top:auto!important;transform:none!important;text-align:left}
.secretads-story-badge.pos-bottom-center{bottom:12px!important;left:50%!important;right:auto!important;top:auto!important;transform:translateX(-50%)!important;text-align:center}
.secretads-story-badge.pos-bottom-right{bottom:12px!important;right:12px!important;left:auto!important;top:auto!important;transform:none!important;text-align:right}

.secretads-story-title.pos-top-left{top:52px!important;left:12px!important;right:auto!important;bottom:auto!important;transform:none!important;text-align:left;max-width:calc(100% - 24px)}
.secretads-story-title.pos-top-center{top:52px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;text-align:center;max-width:calc(100% - 24px);width:max-content}
.secretads-story-title.pos-top-right{top:52px!important;right:12px!important;left:auto!important;bottom:auto!important;transform:none!important;text-align:right;max-width:calc(100% - 24px)}
.secretads-story-title.pos-center{top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;text-align:center;max-width:calc(100% - 24px);width:max-content}
.secretads-story-title.pos-bottom-left{bottom:12px!important;left:12px!important;right:auto!important;top:auto!important;transform:none!important;text-align:left;max-width:calc(100% - 24px)}
.secretads-story-title.pos-bottom-center{bottom:12px!important;left:50%!important;right:auto!important;top:auto!important;transform:translateX(-50%)!important;text-align:center;max-width:calc(100% - 24px);width:max-content}
.secretads-story-title.pos-bottom-right{bottom:12px!important;right:12px!important;left:auto!important;top:auto!important;transform:none!important;text-align:right;max-width:calc(100% - 24px)}
.secretads-story-title.has-bg{width:auto}
@media(max-width:640px){
  .secretads-story-title.pos-top-left,
  .secretads-story-title.pos-top-center,
  .secretads-story-title.pos-top-right{top:48px!important}
}


/* Secret Ads image ratio auto-adjust
   Portrait images fit inside the same story space without bad crop. */
.secretads-story-card-image{
  background:#000!important;
}
.secretads-story-card-image .secretads-story-image{
  width:100%!important;
  height:auto!important;
  min-height:360px;
  max-height:78vh;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#000!important;
}
.secretads-story-card-image:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at center, rgba(255,255,255,.08), rgba(0,0,0,.18) 55%, rgba(0,0,0,.45));
  pointer-events:none;
  z-index:0;
}
.secretads-story-card-image .secretads-story-image,
.secretads-story-card-image .secretads-story-badge,
.secretads-story-card-image .secretads-story-title{
  position:relative;
  z-index:1;
}
@media(max-width:640px){
  .secretads-story-card-image .secretads-story-image{
    min-height:320px;
    max-height:76vh;
  }
}


/* Final home redesign */
.sa-home-redesign{background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 46%,#fff 100%)}
.sa-new-hero{padding:34px 0 30px;background:
  radial-gradient(circle at 15% 10%,rgba(37,99,235,.16),transparent 30%),
  radial-gradient(circle at 85% 0%,rgba(124,58,237,.15),transparent 32%),
  linear-gradient(180deg,#ffffff,#f4f7ff)}
.sa-new-hero-inner{max-width:900px;margin:0 auto;text-align:center;padding:44px 18px 38px}
.sa-logo-pill{display:inline-flex;align-items:center;gap:12px;padding:8px 14px;border:1px solid rgba(37,99,235,.14);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 12px 36px rgba(15,23,42,.08);color:#334155;font-size:13px;font-weight:850}
.sa-logo-pill img{width:34px;height:34px;border-radius:10px;object-fit:cover;box-shadow:0 8px 20px rgba(37,99,235,.16)}
.sa-new-hero h1{font-size:clamp(36px,7vw,74px);line-height:.96;margin:20px auto 16px;max-width:980px;letter-spacing:-.075em;color:#0f172a}
.sa-new-hero p{font-size:18px;line-height:1.75;color:#475569;max-width:760px;margin:0 auto}
.sa-featured-section{padding-top:34px}
.sa-post-grid-modern{align-items:stretch}
.sa-modern-card{border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 18px 60px rgba(15,23,42,.08);border:1px solid rgba(226,232,240,.95)}
.sa-modern-card .sa-post-thumb{background:linear-gradient(135deg,#dbeafe,#f5d0fe);font-size:42px}
.sa-modern-card .sa-post-thumb span{filter:drop-shadow(0 10px 20px rgba(37,99,235,.16))}
.sa-modern-card em{display:inline-flex;margin-top:14px;color:#2563eb;font-style:normal;font-weight:950}
.sa-info-band{padding-top:8px}
.sa-info-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);gap:24px;align-items:start;padding:28px;border-radius:30px;background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#fff;box-shadow:0 22px 70px rgba(15,23,42,.18)}
.sa-kicker-clean{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.12);color:#bfdbfe;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}
.sa-info-grid h2{font-size:38px;line-height:1.05;letter-spacing:-.05em;margin:14px 0 10px}
.sa-info-grid p{color:#dbeafe;line-height:1.75;margin:0}
.sa-info-list{display:grid;gap:12px}
.sa-info-list div{padding:16px;border-radius:20px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}
.sa-info-list strong{display:block;font-size:17px;margin-bottom:5px}
.sa-info-list span{color:#cbd5e1;line-height:1.55}
.sa-site-footer .sa-footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-top:34px;padding-bottom:34px}
.sa-site-footer .sa-footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.sa-site-footer .sa-footer-links a{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06)}
.sa-legal-shell{padding:34px 0}
.sa-legal-card{max-width:860px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:30px;box-shadow:0 18px 60px rgba(15,23,42,.08)}
.sa-legal-card h1{font-size:44px;line-height:1.08;margin:14px 0 18px;letter-spacing:-.055em}
.sa-legal-card h2{font-size:26px;margin-top:28px;letter-spacing:-.035em}
.sa-legal-card p,.sa-legal-card li{font-size:17px;line-height:1.75;color:#374151}
@media(max-width:900px){.sa-info-grid{grid-template-columns:1fr}.sa-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.sa-new-hero{padding-top:14px}.sa-new-hero-inner{padding:26px 0}.sa-logo-pill img{width:30px;height:30px}.sa-logo-pill{font-size:12px}.sa-hero-actions{justify-content:center}.sa-post-grid{grid-template-columns:1fr}.sa-info-grid{border-radius:0;margin-left:-18px;margin-right:-18px}.sa-legal-card{border-radius:0;border-left:0;border-right:0;padding:22px 16px}.sa-legal-card h1{font-size:34px}.sa-site-footer .sa-footer-grid{display:block}.sa-site-footer .sa-footer-links{justify-content:flex-start;margin-top:18px}}


.sa-footer-copy{
  margin-top:14px;
  color:#94a3b8;
  font-size:13px;
  line-height:1.6;
  font-weight:650;
}
.sa-footer-copy span{
  display:inline-flex;
  margin-left:8px;
}
.sa-footer-copy a{
  color:#bfdbfe;
  font-weight:900;
  text-decoration:none;
}
.sa-footer-copy a:hover{
  color:#fff;
  text-decoration:underline;
}
@media(max-width:640px){
  .sa-footer-copy span{display:block;margin-left:0;margin-top:4px}
}


.sa-contact-box{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:22px 0 26px;
}
.sa-contact-box a{
  display:block;
  text-decoration:none;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(135deg,#eff6ff,#f5f3ff);
  border:1px solid #dbeafe;
  box-shadow:0 12px 34px rgba(15,23,42,.07);
  color:#0f172a;
}
.sa-contact-box a:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 44px rgba(37,99,235,.14);
}
.sa-contact-box strong{
  display:block;
  font-size:13px;
  color:#2563eb;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:6px;
}
.sa-contact-box span{
  display:block;
  font-size:18px;
  font-weight:950;
}
@media(max-width:700px){
  .sa-contact-box{grid-template-columns:1fr}
}


/* Final safe home CTA alignment */
.sa-new-hero .sa-hero-actions{
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
.sa-new-hero .sa-btn-primary{
  margin-left:auto;
  margin-right:auto;
}
.sa-info-list div:last-child{
  border-color:rgba(250,204,21,.28);
  background:rgba(250,204,21,.10);
}


/* Developer contact buttons with icons */
.sa-contact-buttons{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  margin:22px 0 30px!important;
}
.sa-contact-buttons .sa-contact-btn{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  padding:17px 18px!important;
  border-radius:20px!important;
  border:1px solid rgba(226,232,240,.95)!important;
  background:#ffffff!important;
  color:#0f172a!important;
  text-decoration:none!important;
  box-shadow:0 14px 38px rgba(15,23,42,.08)!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
}
.sa-contact-buttons .sa-contact-btn:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 22px 55px rgba(15,23,42,.14)!important;
}
.sa-contact-buttons .sa-contact-icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:23px!important;
  line-height:1!important;
}
.sa-contact-buttons .sa-contact-text{
  display:block!important;
  min-width:0!important;
}
.sa-contact-buttons .sa-contact-text strong{
  display:block!important;
  font-size:13px!important;
  line-height:1.1!important;
  text-transform:uppercase!important;
  letter-spacing:.055em!important;
  margin:0 0 5px!important;
}
.sa-contact-buttons .sa-contact-text em{
  display:block!important;
  font-style:normal!important;
  font-size:16px!important;
  line-height:1.25!important;
  font-weight:900!important;
  word-break:break-word!important;
}
.sa-contact-buttons .instagram{border-color:rgba(225,29,72,.18)!important}
.sa-contact-buttons .instagram .sa-contact-icon{background:linear-gradient(135deg,#fdf2f8,#ffe4e6)!important}
.sa-contact-buttons .instagram strong{color:#e11d48!important}
.sa-contact-buttons .instagram em{color:#0f172a!important}

.sa-contact-buttons .telegram{border-color:rgba(2,132,199,.20)!important}
.sa-contact-buttons .telegram .sa-contact-icon{background:linear-gradient(135deg,#e0f2fe,#dbeafe)!important}
.sa-contact-buttons .telegram strong{color:#0284c7!important}
.sa-contact-buttons .telegram em{color:#0f172a!important}

.sa-contact-buttons .website{border-color:rgba(22,163,74,.22)!important}
.sa-contact-buttons .website .sa-contact-icon{background:linear-gradient(135deg,#dcfce7,#ecfdf5)!important}
.sa-contact-buttons .website strong{color:#16a34a!important}
.sa-contact-buttons .website em{color:#16a34a!important}

@media(max-width:760px){
  .sa-contact-buttons{grid-template-columns:1fr!important}
}


/* Footer links: 2 buttons per row */
.sa-site-footer .sa-footer-links{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:14px !important;
  justify-content:stretch !important;
  align-items:stretch !important;
  max-width:420px;
  width:100%;
}
.sa-site-footer .sa-footer-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  min-height:46px;
  width:100%;
}
@media(max-width:640px){
  .sa-site-footer .sa-footer-links{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    width:100%;
    max-width:none;
  }
}


/* Generic numbered content list */
.sa-numbered-list{
  display:grid;
  gap:12px;
  padding-left:0!important;
  list-style:none!important;
  margin:22px 0!important;
  counter-reset:item;
}
.sa-numbered-list li{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:center;
  padding:15px 16px;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:linear-gradient(135deg,#fff,#f8fafc);
  box-shadow:0 10px 26px rgba(15,23,42,.05);
  counter-increment:item;
}
.sa-numbered-list li:before{
  content:counter(item);
  width:32px;
  height:32px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2563eb;
  color:#fff;
  font-weight:950;
}
.sa-numbered-list strong{display:block;font-size:17px;color:#0f172a}
.sa-numbered-list span{display:block;color:#64748b;font-size:14px;margin-top:2px}


/* Secret Ads Ad Manager optimization */
.secretads-ad-optimized{
  contain: layout style;
  content-visibility: auto;
  contain-intrinsic-size: 320px 140px;
  overflow:hidden;
  transition:opacity .22s ease, transform .22s ease;
}
.secretads-ad-optimized[data-secretads-reserved="1"]{
  background:linear-gradient(135deg,rgba(248,250,252,.92),rgba(241,245,249,.75));
  border-radius:18px;
}
.secretads-ad-waiting{
  opacity:.96;
  transform:translateY(0);
}
.secretads-ad-visible{
  opacity:1;
  transform:none;
}
.secretads-ad-inner{
  min-width:0;
  max-width:100%;
  overflow:hidden;
}
.secretads-ad-inner>div,.secretads-ad-inner>ins,.secretads-ad-inner>iframe{max-width:100%;}
.secretads-ad-inner img{max-width:100%;height:auto;}
.secretads-anchor{
  will-change:transform;
  transform:translateZ(0);
}
.secretads-special-ad{
  min-height:1px;
}


/* Auto ad min-height mode */
.secretads-ad[data-secretads-slot="top_anchor"],
.secretads-ad[data-secretads-slot="bottom_anchor"]{min-height:50px}
.secretads-ad[data-secretads-slot="story_top"],
.secretads-ad[data-secretads-slot="story_bottom"]{min-height:120px}
.secretads-ad[data-secretads-slot="after_title"],
.secretads-ad[data-secretads-slot="before_content"]{min-height:140px}
.secretads-ad[data-secretads-slot="after_content"],
.secretads-ad[data-secretads-slot="home_between"],
.secretads-ad[data-secretads-slot="home_bottom"]{min-height:160px}
.secretads-ad[data-secretads-slot="sidebar"]{min-height:280px}
.secretads-ad-inner{min-width:0;overflow:hidden}


/* Code based auto ad height mode
   Final min-height is calculated in PHP from pasted ad code and applied inline.
   These CSS rules are only fallback support. */
.secretads-ad-optimized[data-secretads-reserved="1"]{
  min-height: var(--secretads-auto-min-height, inherit);
}


/* Code based auto ad height + social in-app ads compatibility */
.secretads-ad-optimized[data-secretads-reserved="1"]{
  min-height: var(--secretads-auto-min-height, inherit);
}
.secretads-social-inapp-ads .secretads-ad-optimized,
.secretads-ad-optimized.secretads-social-immediate{
  opacity:1!important;
  transform:none!important;
  visibility:visible!important;
  content-visibility:visible;
}
.secretads-social-inapp-ads .secretads-ad-waiting{
  opacity:1!important;
}
.secretads-ad-inner{min-width:0;overflow:hidden}

/* Responsive single post layout update: desktop + mobile */
@media (min-width:1025px){
  .page-shell.sa-single-shell{
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
    padding:30px 18px 52px!important;
  }
  .sa-single-shell .sa-content-grid{
    display:grid!important;
    grid-template-columns:minmax(0,780px) 320px!important;
    gap:30px!important;
    align-items:start!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
  }
  .sa-single-shell .sa-sidebar{
    display:block!important;
    position:sticky!important;
    top:24px!important;
  }
  .sa-single-shell .article{
    width:100%!important;
    max-width:780px!important;
    margin:0!important;
    padding:30px!important;
    border:1px solid rgba(226,232,240,.92)!important;
    border-radius:28px!important;
    box-shadow:0 18px 60px rgba(15,23,42,.08)!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  .sa-single-shell .article > h1,
  .sa-single-shell .article > h2,
  .sa-single-shell .article > h3,
  .sa-single-shell .article > h4,
  .sa-single-shell .article > p,
  .sa-single-shell .article > ul,
  .sa-single-shell .article > ol,
  .sa-single-shell .article > .meta,
  .sa-single-shell .article > .next-links{
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .sa-single-shell .article > h1{
    padding-top:0!important;
    font-size:clamp(38px,3.4vw,50px)!important;
    line-height:1.08!important;
    margin-bottom:14px!important;
  }
  .sa-single-shell .article > p{
    font-size:18px!important;
    line-height:1.78!important;
  }
  .sa-single-shell .article > .secretads-wrap{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    margin-top:18px!important;
    margin-bottom:22px!important;
    padding:0!important;
  }
  .sa-single-shell .secretads-wrap .secretads-story-card{
    width:100%!important;
    border-radius:24px!important;
    box-shadow:0 18px 60px rgba(15,23,42,.16)!important;
    overflow:hidden!important;
  }
  .sa-single-shell .secretads-wrap .secretads-story-video,
  .sa-single-shell .secretads-wrap .secretads-story-image,
  .sa-single-shell .secretads-wrap .secretads-story-placeholder{
    border-radius:0!important;
    aspect-ratio:16/9!important;
  }
  .sa-single-shell .secretads-wrap .secretads-ad{
    border-radius:18px!important;
    border-left:1px solid #e2e8f0!important;
    border-right:1px solid #e2e8f0!important;
    box-shadow:0 10px 32px rgba(15,23,42,.05)!important;
  }
  .sa-single-shell .secretads-ad-after_title,
  .sa-single-shell .secretads-ad-before_content,
  .sa-single-shell .secretads-ad-middle_content,
  .sa-single-shell .secretads-ad-after_content{
    max-width:100%!important;
  }
}

@media (min-width:641px) and (max-width:1024px){
  .page-shell.sa-single-shell{
    width:100%!important;
    max-width:900px!important;
    margin:0 auto!important;
    padding:24px 18px 44px!important;
  }
  .sa-single-shell .sa-content-grid{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
  }
  .sa-single-shell .article{
    width:100%!important;
    max-width:860px!important;
    margin:0 auto!important;
    padding:26px!important;
    border:1px solid rgba(226,232,240,.92)!important;
    border-radius:26px!important;
    box-shadow:0 18px 56px rgba(15,23,42,.08)!important;
  }
  .sa-single-shell .sa-sidebar{
    display:block!important;
    position:static!important;
    max-width:860px!important;
    margin:22px auto 0!important;
  }
  .sa-single-shell .article > h1,
  .sa-single-shell .article > h2,
  .sa-single-shell .article > h3,
  .sa-single-shell .article > h4,
  .sa-single-shell .article > p,
  .sa-single-shell .article > ul,
  .sa-single-shell .article > ol,
  .sa-single-shell .article > .meta,
  .sa-single-shell .article > .next-links{
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .sa-single-shell .article > h1{
    padding-top:0!important;
    font-size:clamp(34px,5vw,44px)!important;
    line-height:1.1!important;
  }
  .sa-single-shell .article > .secretads-wrap{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .sa-single-shell .secretads-wrap .secretads-story-card{
    border-radius:22px!important;
    box-shadow:0 16px 48px rgba(15,23,42,.14)!important;
  }
  .sa-single-shell .secretads-wrap .secretads-ad{
    border-radius:16px!important;
    border-left:1px solid #e2e8f0!important;
    border-right:1px solid #e2e8f0!important;
  }
}

@media (max-width:640px){
  html,body{width:100%;overflow-x:hidden!important;}
  .page-shell.sa-single-shell{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 24px!important;
    margin:0!important;
  }
  .sa-single-shell .sa-content-grid{
    display:block!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
  }
  .sa-single-shell .article{
    width:100%!important;
    max-width:100%!important;
    padding:0 0 18px!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  .sa-single-shell .sa-sidebar{display:none!important;}
  .sa-single-shell .article > h1,
  .sa-single-shell .article > h2,
  .sa-single-shell .article > h3,
  .sa-single-shell .article > h4,
  .sa-single-shell .article > p,
  .sa-single-shell .article > ul,
  .sa-single-shell .article > ol,
  .sa-single-shell .article > .meta,
  .sa-single-shell .article > .next-links{
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .sa-single-shell .article > h1{
    padding-top:18px!important;
    font-size:clamp(29px,8.2vw,36px)!important;
    line-height:1.12!important;
    letter-spacing:-.045em!important;
    margin-bottom:10px!important;
  }
  .sa-single-shell .article > .meta{
    font-size:13px!important;
    margin-bottom:14px!important;
  }
  .sa-single-shell .article > p,
  .sa-single-shell .article > li{
    font-size:16px!important;
    line-height:1.72!important;
  }
  .sa-single-shell .article > .secretads-wrap{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
  }
  .sa-single-shell .secretads-wrap .secretads-story-card{
    width:100%!important;
    margin:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .sa-single-shell .secretads-wrap .secretads-story-video,
  .sa-single-shell .secretads-wrap .secretads-story-image,
  .sa-single-shell .secretads-wrap .secretads-story-placeholder{
    width:100%!important;
    aspect-ratio:16/9!important;
    min-height:auto!important;
    max-height:none!important;
    object-fit:cover!important;
  }
  .sa-single-shell .secretads-story-title{
    font-size:clamp(18px,5vw,22px)!important;
    line-height:1.15!important;
  }
  .sa-single-shell .secretads-wrap .secretads-ad{
    width:100%!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    box-shadow:none!important;
  }
  .sa-single-shell .next-links{
    margin-top:18px!important;
    border-radius:14px!important;
  }
}

/* Home post content connection fix */
.sa-card-content-preview{margin-top:10px!important;color:#334155!important;font-size:13.5px!important;line-height:1.65!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.sa-card-excerpt{font-weight:700;color:#475569!important}
.sa-post-card-body em{border-top:1px solid rgba(226,232,240,.9);padding-top:12px;width:100%}
@media(max-width:900px){.sa-card-content-preview{-webkit-line-clamp:3}.sa-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.sa-post-grid{grid-template-columns:1fr}.sa-post-card-body{padding:16px}.sa-post-card h3{font-size:20px}.sa-card-content-preview{font-size:13px;-webkit-line-clamp:3}}

/* Public Header + Categories / Pretty Permalink UI */
:root{--sa-public-head:#ffffff;--sa-public-head-text:#0f172a;--sa-public-head-muted:#64748b;--sa-public-head-border:rgba(15,23,42,.10);--sa-public-head-shadow:0 12px 40px rgba(15,23,42,.08);--sa-public-accent:#2563eb}
html[data-sa-public-theme="dark"]{color-scheme:dark;--sa-public-head:#07111f;--sa-public-head-text:#f8fafc;--sa-public-head-muted:#94a3b8;--sa-public-head-border:rgba(148,163,184,.18);--sa-public-head-shadow:0 14px 42px rgba(0,0,0,.28);--sa-public-accent:#60a5fa}
.sa-public-header{position:relative;z-index:999;background:color-mix(in srgb,var(--sa-public-head) 94%,transparent);border-bottom:1px solid var(--sa-public-head-border);box-shadow:var(--sa-public-head-shadow);backdrop-filter:blur(18px)}
.sa-public-header.is-sticky{position:sticky;top:0}.sa-public-header-inner{max-width:1180px;margin:auto;min-height:68px;padding:10px 18px;display:flex;align-items:center;gap:22px}.sa-public-brand{display:flex;align-items:center;gap:10px;color:var(--sa-public-head-text);text-decoration:none;font-weight:900;white-space:nowrap}.sa-public-brand img{width:40px;height:40px;border-radius:12px;object-fit:cover}.sa-public-nav{display:flex;align-items:center;gap:6px;flex:1}.sa-public-nav>a,.sa-public-categories>summary{list-style:none;color:var(--sa-public-head-text);text-decoration:none;padding:9px 11px;border-radius:10px;font-size:13px;font-weight:800;cursor:pointer}.sa-public-nav>a:hover,.sa-public-categories>summary:hover{background:rgba(37,99,235,.09);color:var(--sa-public-accent)}.sa-public-categories{position:relative}.sa-public-categories>summary::-webkit-details-marker{display:none}.sa-public-category-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:240px;padding:8px;background:var(--sa-public-head);border:1px solid var(--sa-public-head-border);border-radius:16px;box-shadow:0 18px 50px rgba(15,23,42,.16);display:grid;gap:4px}.sa-public-category-menu a{display:flex;gap:9px;align-items:center;padding:10px;border-radius:10px;color:var(--sa-public-head-text);text-decoration:none;font-size:13px;font-weight:750}.sa-public-category-menu a:hover{background:rgba(37,99,235,.09)}.sa-public-actions{display:flex;align-items:center;gap:8px}.sa-public-search{display:flex;align-items:center;border:1px solid var(--sa-public-head-border);border-radius:12px;background:rgba(148,163,184,.08);overflow:hidden}.sa-public-search input{width:170px;border:0!important;outline:0;background:transparent!important;color:var(--sa-public-head-text)!important;padding:9px 10px!important;font-size:12px}.sa-public-search button,.sa-public-theme-toggle,.sa-public-menu-toggle{border:0;background:transparent;color:var(--sa-public-head-text);padding:9px 10px;border-radius:10px;cursor:pointer;font-weight:900}.sa-public-search button:hover,.sa-public-theme-toggle:hover,.sa-public-menu-toggle:hover{background:rgba(37,99,235,.10)}.sa-public-menu-toggle{display:none}.sa-archive-shell{min-height:65vh;padding:38px 0 56px}.sa-archive-hero{display:flex;align-items:center;gap:18px;margin-bottom:28px;padding:24px;border:1px solid rgba(148,163,184,.24);border-radius:24px;background:rgba(255,255,255,.65);box-shadow:0 18px 60px rgba(15,23,42,.07)}html[data-sa-public-theme="dark"] .sa-archive-hero{background:rgba(15,23,42,.76);color:#e2e8f0}.sa-archive-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(124,58,237,.16));font-size:30px}.sa-kicker{margin:0 0 5px;text-transform:uppercase;letter-spacing:.10em;font-size:10px;font-weight:900;color:#2563eb}.sa-archive-hero h1{margin:0 0 6px}.sa-archive-hero p{margin:0;color:#64748b}.sa-empty-state{text-align:center;padding:34px;border:1px dashed rgba(148,163,184,.55);border-radius:22px;background:rgba(255,255,255,.72)}
html[data-sa-public-theme="dark"] body{background:#020617;color:#e2e8f0}html[data-sa-public-theme="dark"] .article,html[data-sa-public-theme="dark"] .sa-side-card,html[data-sa-public-theme="dark"] .sa-modern-card,html[data-sa-public-theme="dark"] .sa-empty-state{background:#0f172a;color:#e2e8f0;border-color:rgba(148,163,184,.18)}
@media(max-width:900px){.sa-public-header-inner{flex-wrap:wrap;gap:10px}.sa-public-menu-toggle{display:inline-flex}.sa-public-nav{display:none;order:3;width:100%;flex-direction:column;align-items:stretch}.sa-public-header.menu-open .sa-public-nav{display:flex}.sa-public-categories{width:100%}.sa-public-category-menu{position:static;margin-top:5px;box-shadow:none}.sa-public-actions{margin-left:auto}.sa-public-search input{width:135px}}
@media(max-width:560px){.sa-public-header-inner{padding:9px 12px}.sa-public-brand span{max-width:130px;overflow:hidden;text-overflow:ellipsis}.sa-public-search{display:none}.sa-archive-shell{padding-top:20px}.sa-archive-hero{padding:18px;align-items:flex-start}.sa-archive-icon{width:50px;height:50px;border-radius:16px;font-size:24px}}

/* Tags + Featured Image */
.sa-featured-image{margin:0 0 24px;border-radius:22px;overflow:hidden;background:#e2e8f0;box-shadow:0 18px 44px rgba(15,23,42,.12)}
.sa-featured-image img{display:block;width:100%;max-height:560px;object-fit:cover;aspect-ratio:16/9}
.sa-post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 18px}
.sa-post-tags a{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:800;color:#0f766e;background:rgba(20,184,166,.11);border:1px solid rgba(20,184,166,.2)}
.sa-post-tags a:hover{transform:translateY(-1px);background:rgba(20,184,166,.16)}
html[data-sa-public-theme="dark"] .sa-post-tags a{color:#99f6e4;background:rgba(45,212,191,.12);border-color:rgba(94,234,212,.2)}


/* Single Post Previous / Next Navigation */
.sa-post-navigation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:28px 0 4px;padding-top:22px;border-top:1px solid rgba(148,163,184,.24)}
.sa-post-nav-card{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:112px;padding:18px 20px;border:1px solid rgba(148,163,184,.24);border-radius:20px;text-decoration:none;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,250,252,.76));box-shadow:0 14px 38px rgba(15,23,42,.07);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.sa-post-nav-card:before{content:'';position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,#06b6d4,#6366f1,#a855f7,#ec4899);opacity:.78}
.sa-post-nav-card:hover{transform:translateY(-2px);border-color:rgba(99,102,241,.35);box-shadow:0 18px 44px rgba(15,23,42,.10)}
.sa-post-nav-next{text-align:right;grid-column:2}.sa-post-nav-prev{text-align:left;grid-column:1}
.sa-post-nav-label{display:block;margin-bottom:7px;color:#6366f1;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.sa-post-nav-card strong{display:block;color:#0f172a;font-size:15px;line-height:1.45;font-weight:900}
html[data-sa-public-theme="dark"] .sa-post-nav-card{background:linear-gradient(145deg,rgba(15,23,42,.96),rgba(2,6,23,.84));border-color:rgba(148,163,184,.18);box-shadow:0 16px 42px rgba(0,0,0,.20)}
html[data-sa-public-theme="dark"] .sa-post-nav-card strong{color:#f8fafc}html[data-sa-public-theme="dark"] .sa-post-nav-label{color:#a5b4fc}
@media(max-width:640px){.sa-single-shell .article>.sa-post-navigation{max-width:none!important;margin:22px 16px 4px!important;padding:18px 0 0!important}.sa-post-navigation{grid-template-columns:1fr;gap:10px}.sa-post-nav-prev,.sa-post-nav-next{grid-column:1;text-align:left}.sa-post-nav-card{min-height:94px;padding:15px 16px;border-radius:16px}.sa-post-nav-card strong{font-size:14px}}

/* Engagement & Growth Suite */
.sa-reading-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:8px 0 16px;color:var(--sa-muted,#64748b);font-size:13px;font-weight:800}.sa-reading-progress{height:5px;border-radius:999px;background:rgba(148,163,184,.18);overflow:hidden;margin:-8px 0 18px}.sa-reading-progress>span{display:block;width:0;height:100%;background:linear-gradient(90deg,#06b6d4,#7c3aed);transition:width .12s linear}.sa-engagement-suite{margin:28px 0 8px}.sa-engagement-section{margin:26px 0}.sa-engagement-heading span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:#7c3aed}.sa-engagement-heading h2{margin:4px 0 13px;font-size:21px}.sa-engagement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sa-engagement-card{display:flex;min-width:0;gap:12px;align-items:center;padding:12px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:rgba(255,255,255,.65);color:inherit;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.06);transition:.18s ease}.sa-engagement-card:hover{transform:translateY(-2px);border-color:rgba(124,58,237,.34)}html[data-sa-public-theme="dark"] .sa-engagement-card{background:rgba(15,23,42,.72)}.sa-engagement-card img{width:76px;height:62px;object-fit:cover;border-radius:13px;flex:0 0 auto}.sa-engagement-icon{display:grid;place-items:center;width:62px;height:58px;border-radius:14px;background:rgba(124,58,237,.1);font-size:25px}.sa-engagement-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.sa-engagement-copy small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7c3aed;font-weight:900}.sa-engagement-copy strong{font-size:14px;line-height:1.3}.sa-engagement-copy em{font-style:normal;font-size:11px;color:#64748b;font-weight:800}.sa-up-next{position:fixed;right:18px;bottom:18px;z-index:80;width:min(340px,calc(100vw - 32px));padding:17px 46px 17px 17px;border:1px solid rgba(124,58,237,.28);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(15,23,42,.2);backdrop-filter:blur(16px)}html[data-sa-public-theme="dark"] .sa-up-next{background:rgba(15,23,42,.96)}.sa-up-next small{display:block;color:#7c3aed;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.sa-up-next strong{display:block;margin:5px 0 9px;line-height:1.35}.sa-up-next a{font-size:13px;font-weight:900;color:#7c3aed;text-decoration:none}.sa-up-next-close{position:absolute;right:12px;top:10px;width:28px;height:28px;border:0;border-radius:9px;background:rgba(148,163,184,.15);color:inherit;cursor:pointer;font-size:18px}.sa-public-search{position:relative}.sa-search-suggestions{position:absolute;top:calc(100% + 8px);right:0;width:min(390px,88vw);padding:8px;border:1px solid rgba(148,163,184,.2);border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.18);z-index:120}.sa-search-suggestions a{display:flex;gap:10px;align-items:center;padding:9px;border-radius:12px;text-decoration:none;color:#0f172a}.sa-search-suggestions a:hover{background:#f5f3ff}.sa-search-suggestions img{width:48px;height:42px;object-fit:cover;border-radius:9px}.sa-search-suggestions span{display:flex;min-width:0;flex-direction:column}.sa-search-suggestions strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sa-search-suggestions small{font-size:10px;color:#64748b}.sa-search-suggestions[hidden]{display:none}html[data-sa-public-theme="dark"] .sa-search-suggestions{background:#0f172a}html[data-sa-public-theme="dark"] .sa-search-suggestions a{color:#f8fafc}html[data-sa-public-theme="dark"] .sa-search-suggestions a:hover{background:#1e293b}@media(max-width:720px){.sa-engagement-grid{grid-template-columns:1fr}.sa-up-next{right:12px;bottom:12px}.sa-engagement-card img{width:70px;height:58px}}

/* Secret Ads managed desktop sidebar widgets */
.sa-managed-sidebar{min-width:0}.sa-sidebar-widget{overflow:visible}.sa-sidebar-widget>h3{display:flex;align-items:center;gap:8px;margin:0 0 13px;font-size:18px;line-height:1.2}.sa-sidebar-widget>h3:after{content:'';height:3px;width:24px;border-radius:999px;background:linear-gradient(90deg,#06b6d4,#7c3aed);margin-left:auto}.sa-sidebar-widget-ad{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.sa-sidebar-widget-ad .secretads-ad-sidebar{margin:0!important}.sa-sidebar-post{display:grid!important;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;padding:10px 0!important;border-bottom:1px solid #eef2f7!important}.sa-sidebar-post:last-child{border-bottom:0!important}.sa-sidebar-post img{width:58px;height:52px;object-fit:cover;border-radius:12px;display:block}.sa-sidebar-post-icon{display:grid;place-items:center;width:58px;height:52px;border-radius:12px;background:linear-gradient(135deg,rgba(6,182,212,.12),rgba(124,58,237,.12));font-size:23px}.sa-sidebar-post>span:last-child{display:flex;min-width:0;flex-direction:column;gap:3px}.sa-sidebar-post small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#7c3aed;font-weight:950}.sa-sidebar-post strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;line-height:1.35;color:#0f172a}.sa-sidebar-tax-link{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:10px 0!important}.sa-sidebar-tax-link b{display:grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:rgba(124,58,237,.09);color:#6d28d9;font-size:10px}.sa-sidebar-tags{display:flex;flex-wrap:wrap;gap:8px}.sa-sidebar-tags a{display:inline-flex!important;align-items:center;gap:5px;padding:7px 9px!important;border:1px solid rgba(124,58,237,.15)!important;border-radius:999px;background:rgba(124,58,237,.06);font-size:11px}.sa-sidebar-tags a small{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:rgba(124,58,237,.12);font-size:9px}.sa-sidebar-search{width:100%;border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:14px!important;overflow:visible!important}.sa-sidebar-search input{width:100%!important;min-width:0;color:#0f172a!important;padding:11px 12px!important}.sa-sidebar-search button{color:#334155!important}.sa-sidebar-search .sa-search-suggestions{left:0;right:auto;width:min(360px,calc(100vw - 40px))}.sa-sidebar-history-item{display:flex!important;align-items:center;gap:10px;padding:9px 0!important}.sa-sidebar-history-item img{width:52px;height:46px;object-fit:cover;border-radius:11px}.sa-sidebar-history-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.sa-sidebar-history-copy small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#7c3aed}.sa-sidebar-history-copy strong{font-size:12px;line-height:1.35}.sa-sidebar-custom{font-size:13px;line-height:1.65;color:#475569}.sa-sidebar-custom img{max-width:100%;height:auto}.sa-sidebar-custom iframe{max-width:100%}
html[data-sa-public-theme="dark"] .sa-sidebar-post strong{color:#f8fafc}html[data-sa-public-theme="dark"] .sa-sidebar-search{background:#111827!important;border-color:rgba(148,163,184,.2)!important}html[data-sa-public-theme="dark"] .sa-sidebar-search input{color:#f8fafc!important}html[data-sa-public-theme="dark"] .sa-sidebar-search button{color:#cbd5e1!important}html[data-sa-public-theme="dark"] .sa-sidebar-post{border-bottom-color:rgba(148,163,184,.14)!important}html[data-sa-public-theme="dark"] .sa-sidebar-custom{color:#cbd5e1}

/* Story CTA controls */
.secretads-story-ui{position:absolute;inset:0;z-index:4;pointer-events:none}
.secretads-story-center-cta,.secretads-story-fullscreen{pointer-events:auto;appearance:none;-webkit-appearance:none;border:0;cursor:pointer;font:inherit}
.secretads-story-center-cta{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-width:136px;min-height:136px;padding:18px 20px;border-radius:999px;background:transparent;backdrop-filter:none;box-shadow:0 22px 60px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.18) inset;color:#fff;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.secretads-story-center-cta:hover,.secretads-story-center-cta:focus-visible{transform:translate(-50%,-50%) scale(1.03);background:transparent;box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.24) inset;outline:none}
.secretads-story-center-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:999px;background:linear-gradient(135deg,#ffffff,#e2e8f0);color:#111827;font-size:30px;box-shadow:0 16px 40px rgba(15,23,42,.28)}
.secretads-story-center-text{display:block;max-width:180px;text-align:center;font-size:16px;line-height:1.2;font-weight:950;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.34)}
.secretads-story-fullscreen{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:rgba(15,23,42,.55);backdrop-filter:blur(12px);color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.26),0 0 0 1px rgba(255,255,255,.12) inset;transition:transform .18s ease,background .18s ease}
.secretads-story-fullscreen:hover,.secretads-story-fullscreen:focus-visible{transform:scale(1.06);background:rgba(15,23,42,.72);outline:none}
.secretads-story-fullscreen span{font-size:22px;line-height:1}
@media(max-width:640px){.secretads-story-center-cta{min-width:112px;min-height:112px;padding:14px 16px;gap:9px}.secretads-story-center-icon{width:58px;height:58px;font-size:26px}.secretads-story-center-text{font-size:14px;max-width:150px}.secretads-story-fullscreen{top:12px;right:12px;width:42px;height:42px;border-radius:13px}}


/* Premium Home v3 */
.sa-premium-home{min-height:70vh;background:linear-gradient(180deg,#f7f9ff 0%,#ffffff 52%,#f8fafc 100%)}
.sa-premium-hero{position:relative;overflow:hidden;padding:68px 0 58px;background:linear-gradient(135deg,#07111f 0%,#111b38 46%,#221548 100%);color:#fff}
.sa-premium-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent)}
.sa-premium-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.sa-premium-orb-one{width:430px;height:430px;left:-150px;top:-210px;background:radial-gradient(circle,rgba(34,211,238,.25),rgba(34,211,238,0) 68%)}
.sa-premium-orb-two{width:520px;height:520px;right:-190px;bottom:-290px;background:radial-gradient(circle,rgba(168,85,247,.32),rgba(168,85,247,0) 70%)}
.sa-premium-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);gap:56px;align-items:center}
.sa-premium-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.075);backdrop-filter:none;font-size:12px;font-weight:850;color:#dbeafe;box-shadow:0 12px 34px rgba(0,0,0,.16)}
.sa-premium-badge-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px rgba(34,197,94,.12),0 0 18px rgba(34,197,94,.7)}
.sa-premium-hero h1{max-width:760px;margin:20px 0 18px;font-size:clamp(46px,6.3vw,78px);line-height:.98;letter-spacing:-.07em;color:#fff;text-wrap:balance}
.sa-premium-lead{max-width:680px;margin:0;color:#bdc9df;font-size:18px;line-height:1.75}
.sa-premium-actions{margin-top:28px;gap:12px}
.sa-premium-primary{gap:13px;padding:15px 20px;border-radius:15px;background:linear-gradient(135deg,#22c55e,#06b6d4);box-shadow:0 18px 42px rgba(6,182,212,.23);transition:.2s ease}
.sa-premium-primary:hover{transform:translateY(-2px);box-shadow:0 23px 52px rgba(6,182,212,.3)}
.sa-premium-primary b{font-size:18px}
.sa-premium-secondary{padding:14px 19px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.07);color:#fff;backdrop-filter:blur(12px)}
.sa-premium-secondary:hover{background:rgba(255,255,255,.12)}
.sa-home-metrics{display:flex;gap:28px;flex-wrap:wrap;margin-top:36px;padding-top:25px;border-top:1px solid rgba(255,255,255,.11)}
.sa-home-metrics div{min-width:100px}
.sa-home-metrics strong{display:block;font-size:23px;color:#fff;letter-spacing:-.04em}
.sa-home-metrics span{display:block;margin-top:4px;color:#91a2bf;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.sa-premium-hero-card{position:relative;padding:1px;border-radius:31px;background:linear-gradient(145deg,rgba(255,255,255,.26),rgba(255,255,255,.06));box-shadow:0 35px 90px rgba(0,0,0,.34)}
.sa-premium-card-glow{position:absolute;inset:15% 10%;background:#7c3aed;filter:blur(70px);opacity:.16;pointer-events:none}
.sa-premium-featured,.sa-premium-empty-card{position:relative;z-index:1;display:block;overflow:hidden;border-radius:30px;background:rgba(9,16,32,.88);color:#fff;text-decoration:none;backdrop-filter:blur(20px)}
.sa-premium-featured-media{position:relative;display:grid;place-items:center;min-height:245px;background:linear-gradient(135deg,#15375f,#472b77);overflow:hidden}
.sa-premium-featured-media img{display:block;width:100%;height:250px;object-fit:cover;transition:transform .35s ease}
.sa-premium-featured:hover .sa-premium-featured-media img{transform:scale(1.035)}
.sa-premium-featured-media>span{font-size:70px;filter:drop-shadow(0 15px 28px rgba(0,0,0,.22))}
.sa-premium-featured-media em{position:absolute;left:16px;top:16px;padding:7px 10px;border-radius:999px;background:rgba(8,15,28,.72);border:1px solid rgba(255,255,255,.15);font-size:10px;font-style:normal;font-weight:950;text-transform:uppercase;letter-spacing:.09em;backdrop-filter:blur(12px)}
.sa-premium-featured-copy{padding:24px}
.sa-premium-featured-copy small{color:#67e8f9;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.sa-premium-featured-copy h2{margin:8px 0 9px;font-size:27px;line-height:1.15;letter-spacing:-.04em;color:#fff}
.sa-premium-featured-copy p{margin:0;color:#aab8d0;line-height:1.6;font-size:14px}
.sa-premium-featured-copy strong{display:flex;align-items:center;gap:8px;margin-top:17px;color:#86efac;font-size:13px}
.sa-premium-empty-card{padding:48px 30px;text-align:center}
.sa-premium-empty-card>span{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 17px;border-radius:20px;background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(6,182,212,.2));font-size:32px}
.sa-premium-empty-card h2{margin:0 0 9px;color:#fff}.sa-premium-empty-card p{margin:0;color:#aab8d0;line-height:1.65}
.sa-home-ad-top{padding-top:20px}
.sa-premium-strip{padding:18px 0;background:#fff;border-bottom:1px solid #eef2f7}
.sa-premium-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:#475569;font-size:12px;font-weight:850}
.sa-premium-strip-inner span{display:inline-flex;align-items:center;gap:5px}
.sa-premium-posts{padding:62px 0 72px}
.sa-premium-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.65fr);gap:40px;align-items:end;margin-bottom:27px}
.sa-premium-eyebrow{display:block;margin-bottom:8px;color:#16a34a;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.12em}
.sa-premium-section-head h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.04;letter-spacing:-.055em;color:#0f172a}
.sa-premium-section-head p{margin:0;color:#64748b;line-height:1.7;font-size:14px}
.sa-premium-post-grid{gap:22px}
.sa-premium-post-card{border:1px solid rgba(226,232,240,.82);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 16px 46px rgba(15,23,42,.065);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.sa-premium-post-card:hover{transform:translateY(-5px);border-color:rgba(34,197,94,.25);box-shadow:0 26px 65px rgba(15,23,42,.12)}
.sa-premium-post-media{position:relative;display:grid;place-items:center;height:205px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#dcfce7)}
.sa-premium-post-media img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.sa-premium-post-card:hover .sa-premium-post-media img{transform:scale(1.035)}
.sa-premium-post-media>span{font-size:55px}.sa-premium-post-media b{position:absolute;left:14px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(15,23,42,.76);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.06em;backdrop-filter:blur(10px)}
.sa-premium-post-card .sa-post-card-body{padding:20px 20px 22px}.sa-premium-post-card h3{font-size:20px;line-height:1.22}.sa-premium-post-card .sa-card-excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sa-premium-post-card em{display:flex;align-items:center;gap:7px;margin-top:16px;color:#16a34a;font-style:normal;font-weight:950;font-size:13px}
.sa-premium-empty-state{padding:48px 24px;border:1px dashed rgba(100,116,139,.36);border-radius:28px;background:#fff;text-align:center;box-shadow:0 18px 55px rgba(15,23,42,.05)}
.sa-premium-empty-icon{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 16px;border-radius:20px;background:linear-gradient(135deg,#dcfce7,#cffafe);color:#16a34a;font-size:30px}.sa-premium-empty-state h3{margin:0 0 8px;font-size:25px}.sa-premium-empty-state p{max-width:540px;margin:0 auto 20px;color:#64748b;line-height:1.65}.sa-home-between-ad{margin-top:28px}

/* Editable Footer + centered green copyright */
.sa-site-footer{margin-top:0;background:linear-gradient(135deg,#07111f,#111827);border-top:1px solid rgba(255,255,255,.07)}
.sa-site-footer .sa-footer-shell{padding-top:34px;padding-bottom:20px}
.sa-site-footer .sa-footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:27px}
.sa-footer-brand-block{max-width:580px}.sa-footer-brand-block>strong{font-size:20px;color:#fff;letter-spacing:-.03em}.sa-footer-brand-block p{margin:8px 0 0;color:#94a3b8;line-height:1.65;font-size:13px}
.sa-site-footer .sa-footer-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sa-site-footer .sa-footer-links a{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.055);color:#cbd5e1;text-decoration:none;font-weight:850;font-size:12px}.sa-site-footer .sa-footer-links a:hover{background:rgba(34,197,94,.12);color:#86efac}
.sa-site-footer .sa-footer-copy{width:100%;margin:0;padding:18px 12px 0;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#22c55e;font-size:13px;font-weight:900;line-height:1.5;letter-spacing:.01em}

html[data-sa-public-theme="dark"] .sa-premium-home{background:linear-gradient(180deg,#07101d,#0b1220)}
html[data-sa-public-theme="dark"] .sa-premium-strip{background:#0b1220;border-color:#1e293b}html[data-sa-public-theme="dark"] .sa-premium-strip-inner{color:#cbd5e1}
html[data-sa-public-theme="dark"] .sa-premium-section-head h2{color:#f8fafc}html[data-sa-public-theme="dark"] .sa-premium-section-head p{color:#94a3b8}
html[data-sa-public-theme="dark"] .sa-premium-post-card,html[data-sa-public-theme="dark"] .sa-premium-empty-state{background:#0f172a;border-color:#1e293b;color:#f8fafc}html[data-sa-public-theme="dark"] .sa-premium-post-card h3,html[data-sa-public-theme="dark"] .sa-premium-empty-state h3{color:#f8fafc}
@media(max-width:980px){.sa-premium-hero-grid{grid-template-columns:1fr;gap:38px}.sa-premium-hero-copy{text-align:center}.sa-premium-lead{margin-left:auto;margin-right:auto}.sa-premium-actions,.sa-home-metrics{justify-content:center}.sa-premium-hero-card{max-width:560px;width:100%;margin:0 auto}.sa-premium-section-head{grid-template-columns:1fr;gap:12px}}
@media(max-width:640px){.sa-premium-hero{padding:42px 0 36px}.sa-premium-hero h1{font-size:42px}.sa-premium-lead{font-size:16px}.sa-home-metrics{gap:16px}.sa-home-metrics div{min-width:86px}.sa-premium-featured-media{min-height:210px}.sa-premium-featured-media img{height:220px}.sa-premium-posts{padding:44px 0 52px}.sa-premium-strip-inner{justify-content:center}.sa-site-footer .sa-footer-main{display:block;text-align:center}.sa-site-footer .sa-footer-links{justify-content:center;margin-top:18px}.sa-footer-brand-block{margin:0 auto}.sa-site-footer .sa-footer-copy{padding-top:16px}.sa-premium-section-head{text-align:center}}

/* On-demand rewarded ad floating button */
.secretads-rewarded-float{position:fixed;left:50%;bottom:calc(18px + env(safe-area-inset-bottom,0px));transform:translateX(-50%);z-index:9997;display:inline-flex;align-items:center;justify-content:center;gap:9px;max-width:calc(100vw - 28px);min-height:48px;padding:11px 18px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:linear-gradient(135deg,#059669,#16a34a);color:#fff;font:800 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;letter-spacing:.01em;box-shadow:0 16px 42px rgba(5,150,105,.32),0 5px 18px rgba(15,23,42,.22);backdrop-filter:blur(12px);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;-webkit-tap-highlight-color:transparent}.secretads-rewarded-float:hover,.secretads-rewarded-float:focus-visible{transform:translateX(-50%) translateY(-2px);box-shadow:0 20px 50px rgba(5,150,105,.38),0 6px 20px rgba(15,23,42,.26);outline:none}.secretads-rewarded-float:active{transform:translateX(-50%) scale(.985)}.secretads-rewarded-float:disabled{cursor:wait;filter:saturate(.7);transform:translateX(-50%)}.secretads-rewarded-badge{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.18);font-size:10px;font-weight:950;letter-spacing:.08em}.secretads-anchor-bottom~.secretads-rewarded-float{bottom:calc(76px + env(safe-area-inset-bottom,0px))}@media(max-width:640px){.secretads-rewarded-float{min-height:46px;padding:10px 16px;font-size:13px;bottom:calc(14px + env(safe-area-inset-bottom,0px))}}

/* Story CTA/UI regression fix */
.secretads-story-card{position:relative!important}
.secretads-story-ui{position:absolute!important;inset:0!important;z-index:8!important;display:block!important;pointer-events:none!important}
.secretads-story-center-cta{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;z-index:9!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:10px!important;width:128px!important;height:128px!important;min-width:128px!important;min-height:128px!important;padding:16px!important;border:0!important;border-radius:999px!important;background:transparent!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:none!important;color:#fff!important;text-align:center!important;box-shadow:0 20px 60px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.18) inset!important;pointer-events:auto!important}
.secretads-story-center-icon{display:grid!important;place-items:center!important;width:62px!important;height:62px!important;border-radius:999px!important;background:transparent!important;color:#0f172a!important;font-size:30px!important;line-height:1!important;box-shadow:0 14px 34px rgba(15,23,42,.30)!important}
.secretads-story-center-text{display:block!important;max-width:170px!important;font-size:15px!important;line-height:1.2!important;font-weight:900!important;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important}
.secretads-story-fullscreen{position:absolute!important;top:14px!important;right:14px!important;left:auto!important;bottom:auto!important;z-index:10!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border:0!important;border-radius:14px!important;background:rgba(15,23,42,.64)!important;color:#fff!important;box-shadow:0 12px 34px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.14) inset!important;pointer-events:auto!important}
.secretads-story-fullscreen[hidden]{display:none!important}
.secretads-rewarded-float{position:fixed!important;left:50%!important;bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;transform:translateX(-50%)!important;z-index:2147483000!important;display:inline-flex!important;visibility:visible!important}
@media(max-width:640px){.secretads-story-center-cta{width:112px!important;height:112px!important;min-width:112px!important;min-height:112px!important;padding:14px!important}.secretads-story-center-icon{width:56px!important;height:56px!important;font-size:27px!important}.secretads-story-center-text{font-size:14px!important}.secretads-story-fullscreen{top:12px!important;right:12px!important;width:42px!important;height:42px!important}}


/* Simple Story center CTA — no round blur/ring/pulse */
.secretads-story-center-cta{position:absolute!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;z-index:9!important;display:grid!important;place-items:center!important;width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;animation:none!important;overflow:visible!important;color:#111827!important;pointer-events:auto!important}
.secretads-story-center-cta:hover,.secretads-story-center-cta:focus-visible{transform:translate(-50%,-50%) scale(1.04)!important;background:transparent!important;box-shadow:none!important;outline:none!important}
.secretads-story-center-icon{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;padding:0 0 0 5px!important;border-radius:999px!important;background:transparent!important;color:#111827!important;font-size:29px!important;line-height:1!important;box-shadow:0 0 14px rgba(255,255,255,.48),0 5px 18px rgba(15,23,42,.18)!important;filter:none!important;animation:none!important}
.secretads-story-center-custom-icon{display:block!important;width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important;object-fit:contain!important;border:0!important;background:transparent!important;box-shadow:none!important;filter:drop-shadow(0 0 7px rgba(255,255,255,.48)) drop-shadow(0 4px 8px rgba(15,23,42,.16))!important;animation:none!important}
@media(max-width:640px){.secretads-story-center-cta{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important}.secretads-story-center-icon{width:54px!important;height:54px!important;font-size:27px!important}.secretads-story-center-custom-icon{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important}}

/* CTA v2.0.3.20 — transparent background + adjustable glow-only icon */
.secretads-story-center-cta,.secretads-story-center-cta:hover,.secretads-story-center-cta:focus-visible{
  width:var(--sa-cta-icon-size,58px)!important;height:var(--sa-cta-icon-size,58px)!important;min-width:var(--sa-cta-icon-size,58px)!important;min-height:var(--sa-cta-icon-size,58px)!important;
  padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;outline:none!important;
}
.secretads-story-center-icon{
  display:grid!important;place-items:center!important;width:var(--sa-cta-icon-size,58px)!important;height:var(--sa-cta-icon-size,58px)!important;padding:0 0 0 5px!important;border:0!important;border-radius:0!important;
  background:transparent!important;background-image:none!important;color:#050505!important;font-size:var(--sa-cta-play-font-size,32px)!important;line-height:1!important;box-shadow:none!important;
  filter:drop-shadow(0 0 5px rgba(255,255,255,.78)) drop-shadow(0 0 10px rgba(255,255,255,.42))!important;animation:none!important;
}
.secretads-story-center-custom-icon{
  display:block!important;width:var(--sa-cta-custom-icon-size,var(--sa-cta-icon-size,58px))!important;height:var(--sa-cta-custom-icon-size,var(--sa-cta-icon-size,58px))!important;max-width:var(--sa-cta-custom-icon-size,var(--sa-cta-icon-size,58px))!important;max-height:var(--sa-cta-custom-icon-size,var(--sa-cta-icon-size,58px))!important;object-fit:contain!important;
  border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;filter:drop-shadow(0 0 6px rgba(255,255,255,.62)) drop-shadow(0 0 11px rgba(255,255,255,.28))!important;animation:none!important;
}


/* Public header logo + action icon polish */
.sa-public-header-inner{min-height:76px!important;padding-top:10px!important;padding-bottom:10px!important}
.sa-public-brand{gap:12px!important;min-width:0}
.sa-public-brand img{display:block!important;width:auto!important;height:48px!important;max-width:180px!important;border-radius:10px!important;object-fit:contain!important;box-shadow:none!important;background:transparent!important}
.sa-public-actions{gap:9px!important}
.sa-public-theme-toggle,.sa-public-menu-toggle,.sa-public-search button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border-radius:14px!important;line-height:1!important}
.sa-public-theme-icon{display:block!important;font-size:28px!important;line-height:1!important;font-family:system-ui,-apple-system,"Segoe UI Symbol","Noto Sans Symbols",sans-serif!important;transform:translateY(-1px)}
.sa-public-menu-icon{display:block!important;font-size:30px!important;line-height:1!important;font-family:Arial,Helvetica,sans-serif!important;font-weight:700!important;transform:translateY(-1px)}
.sa-public-search-icon{display:block!important;font-size:24px!important;line-height:1!important;transform:translateY(-1px)}
.sa-public-theme-toggle:hover,.sa-public-menu-toggle:hover,.sa-public-search button:hover{background:rgba(37,99,235,.10)!important;transform:translateY(-1px)}
.sa-public-theme-toggle:focus-visible,.sa-public-menu-toggle:focus-visible,.sa-public-search button:focus-visible{outline:2px solid var(--sa-public-accent)!important;outline-offset:2px!important}
@media(max-width:900px){.sa-public-menu-toggle{display:inline-flex!important}}
@media(min-width:901px){.sa-public-menu-toggle{display:none!important}}
@media(max-width:560px){.sa-public-header-inner{min-height:68px!important}.sa-public-brand img{height:42px!important;max-width:145px!important}.sa-public-theme-toggle,.sa-public-menu-toggle,.sa-public-search button{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}.sa-public-theme-icon{font-size:27px!important}.sa-public-menu-icon{font-size:29px!important}}
