/*
Theme Name: Vortex Starter Pro 403
Author: Cameron Labs
Description: A starter theme for content-focused websites.
Version: 4.7.0
Tags: right-sidebar, entertainment
Requires PHP: 8.2
Text Domain: vortex-starter-pro-403
*/

:root{
  --rodo-lav:#cdb4f6; --rodo-mint:#bfe6d6;
  --rodo-peach:#ffd9c2; --rodo-cream:#fff6ec;
  --rodo-ink:#534c66; --rodo-soft:#7a7392;
  --rodo-card:#ffffff; --rodo-line:#ecdff3;
  --rodo-rad:22px; --rodo-sh:0 14px 38px rgba(120,98,168,.14);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html,body{overflow-x:hidden}
body{
  font-family:'Nunito','Avenir Next','Segoe UI',system-ui,sans-serif;
  color:var(--rodo-ink);
  background:
    radial-gradient(900px 480px at 12% -8%,#f3e9ff 0,transparent 60%),
    radial-gradient(820px 460px at 92% 6%,#e6f7ef 0,transparent 58%),
    var(--rodo-cream);
  line-height:1.72;font-size:18px;-webkit-font-smoothing:antialiased;
}
h1,h2,h3{
  font-family:'Quicksand','Comfortaa','Trebuchet MS',sans-serif;
  line-height:1.22;color:#46406b;letter-spacing:.2px;
}
h1{font-size:2.35rem;margin:.2em 0 .55em}
h2{font-size:1.6rem;margin:1.6em 0 .55em}
h3{font-size:1.2rem;margin:1.2em 0 .4em}
p{margin:.85em 0}
a{color:#7a4fd0;text-decoration:none;transition:color .2s,opacity .2s}
a:hover,a:focus{color:#5a32ad;text-decoration:underline}
img{max-width:100%;height:auto;display:block}
ul{margin:.7em 0 .9em 1.25em}
li{margin:.34em 0}
blockquote{
  margin:1.3em 0;padding:1.05em 1.3em;border-radius:18px;
  background:linear-gradient(120deg,#f4ecff,#e8f8f0);
  color:#4a4368;font-style:italic;
  box-shadow:inset 0 0 0 1px var(--rodo-line);
}
.rodo-wrap{max-width:1140px;margin:0 auto;padding:0 22px}
.rodo-skip{position:absolute;left:-999px}
.rodo-skip:focus{left:14px;top:10px;background:#fff;padding:8px 14px;
  border-radius:12px;z-index:60}

/* header */
.rodo-hdr{
  position:sticky;top:0;z-index:50;background:rgba(255,246,236,.55);
  backdrop-filter:blur(9px);transition:background .25s,border-color .25s,
  box-shadow .25s;border-bottom:1px solid transparent;
}
.rodo-hdr.rodo-on{
  background:rgba(255,246,236,.92);
  border-bottom-color:var(--rodo-lav);
  box-shadow:0 6px 22px rgba(120,98,168,.12);
}
.rodo-hd{display:flex;flex-wrap:wrap;align-items:center;
  gap:18px;padding:15px 10px}
.rodo-logo{font-family:'Quicksand','Comfortaa',sans-serif;
  font-weight:700;font-size:1.5rem;color:#5a32ad;letter-spacing:.6px}
.rodo-nav{display:flex;flex-wrap:wrap;gap:22px;
  margin:0 auto;font-weight:700}
.rodo-nav a{color:#574f70}
.rodo-cta{
  display:inline-block;background:linear-gradient(120deg,#b98cf0,#7ad6b4);
  color:#3a2f55;font-weight:800;padding:12px 22px;border-radius:999px;
  border:0;cursor:pointer;box-shadow:0 10px 24px rgba(150,110,220,.28);
  transition:transform .18s,box-shadow .18s;font-size:1rem;
}
.rodo-cta:hover,.rodo-cta:focus{
  transform:translateY(-2px);text-decoration:none;
  box-shadow:0 14px 30px rgba(150,110,220,.36)}
.rodo-cta.rodo-alt{
  background:#fff;color:#6a44c0;
  box-shadow:inset 0 0 0 2px var(--rodo-lav)}

/* hero / front */
.rodo-hero{
  text-align:center;padding:58px 0 26px;
}
.rodo-hero h1{font-size:2.7rem;max-width:18ch;margin:0 auto .35em}
.rodo-sub{color:var(--rodo-soft);font-size:1.18rem;
  max-width:60ch;margin:0 auto;animation:rodofade 1.1s ease both}
@keyframes rodofade{from{opacity:0;transform:translateY(10px)}
  to{opacity:1;transform:none}}
.rodo-hero-img,.rodo-post-img{
  border-radius:26px;box-shadow:var(--rodo-sh);margin:1.4em 0;
  width:100%;object-fit:cover;max-height:430px}

/* layout */
.rodo-main{padding:34px 0 60px}
.rodo-grid{display:flex;flex-wrap:wrap;gap:34px;
  align-items:flex-start}
.rodo-art{flex:1 1 60%;min-width:300px;
  background:var(--rodo-card);border-radius:var(--rodo-rad);
  padding:34px clamp(20px,3.4vw,46px);box-shadow:var(--rodo-sh)}
.rodo-side{flex:1 1 26%;min-width:240px;
  display:flex;flex-direction:column;gap:20px;position:sticky;top:92px}
.rodo-box{background:var(--rodo-card);
  border-radius:18px;padding:20px;box-shadow:var(--rodo-sh)}
.rodo-box h3{margin-top:0}
.rodo-tags{display:flex;flex-wrap:wrap;gap:8px}
.rodo-tags span,.rodo-tags a{
  background:#f3ecff;color:#6a44c0;border-radius:999px;
  padding:6px 13px;font-size:.86rem;font-weight:700}
.rodo-side ul{list-style:none;margin:0}
.rodo-side li{border-bottom:1px dashed var(--rodo-line);
  padding:8px 0}
.rodo-side li:last-child{border-bottom:0}

.rodo-crumb{font-size:.9rem;color:var(--rodo-soft);
  margin-bottom:10px}
.rodo-upd{display:inline-block;background:#eef7f1;
  color:#3f7a5f;font-weight:700;font-size:.92rem;
  padding:7px 15px;border-radius:999px;margin:.2em 0 1.1em}
.rodo-disc{display:block;margin:1.7em 0;padding:1.05em 1.25em;
  background:#fff3e8;border-left:5px solid var(--rodo-peach);
  border-radius:14px;font-size:.95rem;color:#6a5a48}

/* faq */
.rodo-faq{margin:2em 0;padding:1.4em 1.5em;border-radius:20px;
  background:linear-gradient(135deg,#f6efff,#eafaf2)}
.rodo-faq-i{background:#fff;border-radius:14px;padding:14px 18px;
  margin:.7em 0;box-shadow:0 6px 16px rgba(120,98,168,.08)}
.rodo-faq-i h3{margin:0 0 .25em;font-size:1.05rem}

/* read also */
.rodo-also{margin:2em 0 0;padding:1.3em 1.5em;border-radius:18px;
  background:#f3ecff}
.rodo-also ul{list-style:none;margin:.5em 0 0}
.rodo-also li{margin:.45em 0;font-weight:700}

/* subscribe */
.rodo-sub{margin:2.2em 0 0;padding:2em 1.7em;border-radius:24px;
  background:linear-gradient(135deg,#d9c3f7,#bfe6d6);color:#3a3357}
.rodo-sub h2{color:#40386a;margin-top:0}
.rodo-frm{display:flex;flex-wrap:wrap;gap:14px;margin-top:1em}
.rodo-frm label{display:flex;flex-direction:column;
  flex:1 1 210px;font-weight:700;font-size:.92rem;gap:6px}
.rodo-frm input,.rodo-frm textarea{
  font:inherit;padding:13px 15px;border-radius:14px;border:0;
  background:#fff;color:#433c5e;box-shadow:inset 0 0 0 1px #e3d6f0}
.rodo-frm button{flex:1 1 100%;margin-top:4px}
.rodo-ctaw{margin:1.6em 0}
.rodo-cards{display:flex;flex-wrap:wrap;gap:20px;margin:1.2em 0}
.rodo-card{flex:1 1 240px;background:var(--rodo-card);
  border-radius:18px;padding:22px;box-shadow:var(--rodo-sh)}
.rodo-card h2{margin-top:0;font-size:1.18rem}
.rodo-ok{font-size:2.6rem}

/* post cards (front) */
.rodo-pcards{display:flex;flex-wrap:wrap;gap:22px;margin:1.5em 0}
.rodo-pc{flex:1 1 260px;background:var(--rodo-card);
  border-radius:20px;padding:24px;box-shadow:var(--rodo-sh);
  transition:transform .2s}
.rodo-pc:hover{transform:translateY(-4px)}
.rodo-badge{display:inline-block;background:#efe6ff;color:#6a44c0;
  font-weight:800;font-size:.78rem;padding:5px 12px;border-radius:999px;
  margin-bottom:10px;text-transform:uppercase;letter-spacing:.6px}
.rodo-cban{margin:2.4em 0;padding:2.2em;text-align:center;
  border-radius:26px;background:linear-gradient(120deg,#caa9f4,#9be0c4)}
.rodo-cban h2{color:#3a2f55;margin-top:0}

/* author box */
.rodo-au{display:flex;flex-wrap:wrap;gap:16px;align-items:center;
  margin:2em 0;padding:1.2em 1.4em;border-radius:18px;background:#f7f1ff}
.rodo-av{width:62px;height:62px;border-radius:50%;
  background:linear-gradient(135deg,#b98cf0,#7ad6b4);flex:0 0 auto}

/* footer */
.rodo-ft{background:var(--rodo-cream);
  border-top:2px solid var(--rodo-line);margin-top:40px;
  padding:48px 0 26px;color:var(--rodo-soft)}
.rodo-ftc{display:flex;flex-wrap:wrap;gap:34px}
.rodo-fcol{flex:1 1 240px}
.rodo-fcol h4{font-family:'Quicksand',sans-serif;color:#574f70;
  margin-bottom:.6em;font-size:1.05rem}
.rodo-fcol ul{list-style:none;margin:0}
.rodo-fcol li{margin:.35em 0}
.rodo-fbar{text-align:center;margin-top:30px;padding-top:18px;
  border-top:1px solid var(--rodo-line);font-size:.88rem}

/* cookie */
.rodo-ck{position:fixed;left:0;right:0;bottom:0;z-index:80;
  background:#fff;box-shadow:0 -10px 30px rgba(90,70,140,.16);
  padding:18px;display:none}
.rodo-ck.rodo-vis{display:block}
.rodo-ckin{display:flex;flex-wrap:wrap;gap:14px;
  align-items:center;justify-content:center;max-width:1100px;margin:0 auto}
.rodo-ckin p{flex:1 1 280px;margin:0;font-size:.93rem}
.rodo-ckb{display:flex;flex-wrap:wrap;gap:10px}
.rodo-ckb button{font:inherit;font-weight:700;cursor:pointer;
  border:0;border-radius:999px;padding:11px 18px;
  background:#efe6ff;color:#5a32ad}
.rodo-ckb button.rodo-pri{
  background:linear-gradient(120deg,#b98cf0,#7ad6b4);color:#3a2f55}
.rodo-mod{position:fixed;inset:0;z-index:90;display:none;
  background:rgba(60,46,95,.45);padding:20px;
  align-items:center;justify-content:center}
.rodo-mod.rodo-vis{display:flex}
.rodo-mc{background:#fff;border-radius:22px;padding:26px;
  max-width:520px;width:100%;box-shadow:var(--rodo-sh)}
.rodo-row{display:flex;flex-wrap:wrap;justify-content:space-between;
  gap:10px;align-items:center;padding:12px 0;
  border-bottom:1px solid var(--rodo-line)}
.rodo-row p{margin:.2em 0;font-size:.88rem;flex:1 1 260px}
.rodo-sw{position:relative;width:48px;height:26px}
.rodo-sw input{opacity:0;width:0;height:0}
.rodo-sl{position:absolute;inset:0;background:#dcd0ec;
  border-radius:999px;cursor:pointer;transition:.2s}
.rodo-sl::before{content:"";position:absolute;height:20px;width:20px;
  left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}
.rodo-sw input:checked + .rodo-sl{background:#8e6bd0}
.rodo-sw input:checked + .rodo-sl::before{
  transform:translateX(22px)}
.rodo-sw input:disabled + .rodo-sl{opacity:.65;
  cursor:not-allowed}

@media(max-width:880px){
  h1{font-size:1.95rem}.rodo-hero h1{font-size:2.05rem}
  .rodo-nav{margin:0;width:100%;gap:14px}
  .rodo-side{position:static}
}
@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
}
