
:root {
  --rm-bg:#06060b;
  --rm-ink:#F5F2EC;
  --rm-white:#F8FAFC;
  --rm-orange:#FB7A31;
  --rm-orange-light:#FF9A4D;
  --rm-purple:#7C5CFF;
  --rm-blue:#4DA3FF;
  --rm-green:#4ADE80;
  --rm-border:rgba(248,250,252,.08);
  --rm-muted:rgba(248,250,252,.65);
  --rm-muted-2:rgba(248,250,252,.45);
  --rm-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:#06060b;color:var(--rm-ink);font-family:'Sora',sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
::selection{background:#FB7A31;color:#0A0A0B}
.rm-root{
  background:
    radial-gradient(1000px 620px at 50% -40px,rgba(251,122,44,.15),transparent 60%),
    radial-gradient(720px 560px at -6% 820px,rgba(251,122,44,.11),transparent 55%),
    radial-gradient(760px 620px at 108% 1450px,rgba(251,122,44,.11),transparent 55%),
    radial-gradient(680px 560px at 14% 2400px,rgba(251,122,44,.08),transparent 55%),
    #06060b;
  color:#F5F2EC;min-height:100vh;position:relative;overflow:hidden
}
.rm-glows{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.rm-glow{position:absolute;border-radius:50%;filter:blur(150px)}
.rm-glow.g1{top:-180px;left:46%;width:760px;height:620px;background:rgba(251,122,44,.30)}
.rm-glow.g2{top:120px;left:-220px;width:640px;height:640px;background:rgba(124,92,255,.30);filter:blur(160px)}
.rm-glow.g3{top:1500px;right:-260px;width:660px;height:660px;background:rgba(77,163,255,.20);filter:blur(170px)}
.rm-glow.g4{top:2600px;left:-240px;width:640px;height:640px;background:rgba(124,92,255,.20);filter:blur(170px)}
.rm-grain{position:fixed;inset:0;z-index:99;pointer-events:none;opacity:.05;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAiIGhlaWdodD0iMTYwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI24pIi8+PC9zdmc+")}
.rm-progress-rail{position:fixed;top:0;left:0;right:0;height:2px;z-index:100;background:rgba(248,250,252,.04)}
.rm-progress-fill{height:100%;transform-origin:left center;background:linear-gradient(90deg,#FF9A4D,#FB7A31);transform:scaleX(0)}
.rm-layer{position:relative;z-index:1}
.rm-shell{max-width:1240px;margin:0 auto;padding-left:32px;padding-right:32px}

/* Exact landing header shell */
.rm-header{position:sticky;top:0;z-index:50;background:rgba(8,8,14,.5);backdrop-filter:blur(22px) saturate(150%);border-bottom:1px solid rgba(248,250,252,.08)}
.rm-nav-row{max-width:1240px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.rm-brand{display:flex;align-items:center;gap:12px;min-width:0}
.rm-logo-badge{width:40px;height:40px;object-fit:contain;flex-shrink:0}
.rm-logo-text{font-family:'Sora',sans-serif;font-weight:600;font-size:19px;letter-spacing:-.02em;white-space:nowrap;color:#F5F2EC}
.rm-logo-text span{color:#FB7A31}
.rm-nav-links{display:flex;align-items:center;gap:34px}
.rm-nav-links a{color:rgba(248,250,252,.65);font-size:14.5px;font-weight:500;transition:color .18s ease}
.rm-nav-links a:hover{color:#F8FAFC}
.rm-nav-links a.active{color:#FB7A31}
.rm-nav-actions{display:flex;align-items:center;gap:10px}
.rm-login{color:rgba(248,250,252,.9);font-size:14.5px;font-weight:500;white-space:nowrap;border:1px solid rgba(248,250,252,.5);border-radius:99px;padding:10px 20px;transition:.2s ease}
.rm-login:hover{border-color:#F8FAFC;color:#F8FAFC}
.rm-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF9A4D,#FB7A31);color:#0b0b10;padding:10px 20px;border-radius:99px;font-weight:700;font-size:14.5px;white-space:nowrap;transition:filter .2s ease;border:0}
.rm-primary:hover{filter:brightness(1.06)}
.rm-menu-btn{display:none;width:38px;height:38px;align-items:center;justify-content:center;border-radius:8px;border:1px solid rgba(248,250,252,.16);background:transparent;color:#F8FAFC;font-size:18px;cursor:pointer}
.rm-mobile-menu{display:none;flex-direction:column;gap:2px;padding:6px 20px 18px}
.rm-mobile-menu a{padding:13px 2px;color:rgba(248,250,252,.82);font-size:15.5px;font-weight:600;border-bottom:1px solid rgba(248,250,252,.07)}

/* Blog content using exact DA */
.rm-hero{text-align:center;padding:94px 0 50px}
.rm-kicker{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(248,250,252,.10);border-radius:999px;background:rgba(248,250,252,.035);color:#FB7A31;font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.rm-hero h1{max-width:980px;margin:27px auto 18px;font-size:clamp(44px,6.5vw,82px);line-height:.98;letter-spacing:-.055em;color:#F5F2EC}
.rm-gradient{background:linear-gradient(135deg,#FF9A4D,#FB7A31);-webkit-background-clip:text;background-clip:text;color:transparent}
.rm-hero p{max-width:780px;margin:0 auto;color:rgba(248,250,252,.65);font-size:clamp(16px,2vw,20px);line-height:1.75}
.rm-tools{display:grid;grid-template-columns:1fr auto;gap:14px;max-width:850px;margin:34px auto 18px}
.rm-search{width:100%;padding:17px 19px;border-radius:16px;border:1px solid rgba(248,250,252,.10);color:#F8FAFC;background:rgba(248,250,252,.04);outline:none}
.rm-search:focus{border-color:rgba(251,122,49,.7);box-shadow:0 0 0 4px rgba(251,122,49,.09)}
.rm-status{min-width:155px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;border:1px solid rgba(248,250,252,.10);color:rgba(248,250,252,.55);background:rgba(248,250,252,.03);font-size:13px}
.rm-dot{width:8px;height:8px;border-radius:50%;background:#4ADE80;box-shadow:0 0 12px rgba(74,222,128,.55)}
.rm-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:26px auto 0}
.rm-chip{border:1px solid rgba(248,250,252,.10);border-radius:999px;padding:10px 15px;color:rgba(248,250,252,.65);background:rgba(248,250,252,.04);cursor:pointer;transition:.2s ease}
.rm-chip:hover,.rm-chip.is-active{color:#0b0b10;border-color:transparent;background:linear-gradient(135deg,#FF9A4D,#FB7A31);box-shadow:0 10px 28px rgba(251,122,49,.18)}
.rm-section{padding:48px 0}
.rm-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.rm-eyebrow{color:#FB7A31;font-family:'JetBrains Mono',monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.rm-section h2{font-size:clamp(30px,4vw,48px);margin:8px 0 0;letter-spacing:-.04em;color:#F5F2EC}
.rm-section-head p{max-width:560px;color:rgba(248,250,252,.55);line-height:1.7;margin:0}
.rm-featured{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid rgba(248,250,252,.10);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 24px 80px rgba(0,0,0,.35)}
.rm-featured-media{min-height:420px;background:rgba(248,250,252,.03)}
.rm-featured-media img{width:100%;height:100%;object-fit:cover}
.rm-featured-copy{padding:42px;display:flex;flex-direction:column;justify-content:center}
.rm-badge{display:inline-flex;width:max-content;padding:7px 10px;border-radius:999px;border:1px solid rgba(251,122,49,.4);color:#FB7A31;background:rgba(251,122,49,.08);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.rm-featured h3{font-size:clamp(28px,4vw,43px);letter-spacing:-.04em;line-height:1.12;margin:18px 0 14px;color:#F5F2EC}
.rm-featured p{color:rgba(248,250,252,.55);line-height:1.75}
.rm-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:rgba(248,250,252,.45);font-size:13px;margin-top:18px}
.rm-read{display:inline-flex;align-items:center;gap:8px;color:#FB7A31;font-weight:700;margin-top:26px}
.rm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.rm-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid rgba(248,250,252,.10);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));transition:.22s ease}
.rm-card:hover{transform:translateY(-6px);border-color:rgba(251,122,49,.42);box-shadow:0 22px 54px rgba(0,0,0,.3)}
.rm-card-media{aspect-ratio:16/9;overflow:hidden;background:rgba(248,250,252,.03)}
.rm-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.rm-card:hover img{transform:scale(1.035)}
.rm-card-body{display:flex;flex-direction:column;flex:1;padding:22px}
.rm-card h3{margin:12px 0 10px;font-size:20px;line-height:1.35;letter-spacing:-.025em;color:#F5F2EC}
.rm-card p{color:rgba(248,250,252,.55);line-height:1.65;font-size:14px;margin:0}
.rm-card .rm-meta{margin-top:auto;padding-top:20px}
.rm-empty,.rm-error{grid-column:1/-1;border:1px dashed rgba(248,250,252,.10);border-radius:20px;padding:40px;text-align:center;color:rgba(248,250,252,.55);background:rgba(248,250,252,.02)}
.rm-newsletter{max-width:1240px;margin:60px auto 90px;padding:54px 32px;border-radius:28px;border:1px solid rgba(248,250,252,.08);background:radial-gradient(680px 420px at 15% 85%,rgba(124,92,255,.18),transparent 60%),radial-gradient(640px 420px at 88% 10%,rgba(251,122,44,.18),transparent 60%),rgba(248,250,252,.03);text-align:center}
.rm-newsletter h2{font-size:clamp(32px,5vw,56px);margin:8px auto 15px;letter-spacing:-.05em;color:#F5F2EC}
.rm-newsletter p{color:rgba(248,250,252,.55);max-width:700px;margin:0 auto 26px;line-height:1.7}

/* Exact landing footer shell */
.rm-footer{border-top:1px solid rgba(248,250,252,.06)}
.rm-footer-row{max-width:1240px;margin:0 auto;padding:40px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.rm-footer-brand{display:flex;align-items:center;gap:11px}
.rm-footer-brand img{width:30px;height:30px;object-fit:contain}
.rm-footer-brand span{font-weight:600;font-size:15px;color:#F5F2EC}
.rm-footer-links{display:flex;align-items:center;gap:20px;color:rgba(248,250,252,.35);font-size:13.5px;flex-wrap:wrap}
.rm-footer-links a{color:rgba(248,250,252,.45)}
.rm-footer-links a:hover{color:#FB7A31}

/* Article */
.rm-article-hero{padding:76px 0 38px}
.rm-breadcrumb{color:rgba(248,250,252,.45);font-size:13px;margin-bottom:26px}
.rm-article-hero h1{max-width:1000px;font-size:clamp(38px,6vw,70px);line-height:1.05;letter-spacing:-.055em;margin:18px 0;color:#F5F2EC}
.rm-lead{max-width:850px;font-size:19px;line-height:1.75;color:rgba(248,250,252,.65)}
.rm-cover{width:100%;max-height:620px;object-fit:cover;border-radius:28px;border:1px solid rgba(248,250,252,.10);margin-top:36px;box-shadow:0 24px 80px rgba(0,0,0,.35)}
.rm-article-layout{display:grid;grid-template-columns:minmax(0,760px) 280px;gap:70px;align-items:start;padding:46px 0 84px}
.rm-article{font-size:17px;line-height:1.85;color:rgba(248,250,252,.82)}
.rm-article h2{color:#F5F2EC;font-size:34px;line-height:1.2;letter-spacing:-.04em;margin:55px 0 18px}
.rm-article h3{color:#F5F2EC;font-size:24px;margin:38px 0 14px}
.rm-article p{margin:0 0 20px}.rm-article ul,.rm-article ol{padding-left:24px;margin:0 0 24px}.rm-article li{margin:7px 0}.rm-article strong{color:#F8FAFC}.rm-article a{color:#FB7A31;text-decoration:underline;text-underline-offset:3px}
.rm-article blockquote{margin:28px 0;padding:22px 24px;border-left:4px solid #FB7A31;background:rgba(251,122,49,.08);border-radius:0 16px 16px 0;color:#F5F2EC}
.rm-sidebar{position:sticky;top:100px}.rm-sidebox{border:1px solid rgba(248,250,252,.10);border-radius:20px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));margin-bottom:16px}.rm-sidebox h3{margin:0 0 12px;font-size:17px}.rm-sidebox p{color:rgba(248,250,252,.55);font-size:14px;line-height:1.65}.rm-tags{display:flex;flex-wrap:wrap;gap:8px}.rm-tag{padding:7px 10px;border-radius:999px;color:rgba(248,250,252,.65);background:rgba(248,250,252,.05);font-size:12px}
@media(max-width:980px){.rm-nav-links,.rm-nav-actions{display:none}.rm-menu-btn{display:flex}.rm-mobile-menu.open{display:flex}.rm-featured,.rm-article-layout{grid-template-columns:1fr}.rm-featured-media{min-height:280px}.rm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rm-sidebar{position:static}}
@media(max-width:620px){.rm-nav-row{padding:14px 20px}.rm-logo-badge{width:34px;height:34px}.rm-logo-text{font-size:16px}.rm-shell{padding-left:20px;padding-right:20px}.rm-hero{padding-top:62px}.rm-tools{grid-template-columns:1fr}.rm-status{min-height:50px}.rm-section-head{align-items:start;flex-direction:column}.rm-grid{grid-template-columns:1fr}.rm-featured-copy{padding:26px}.rm-newsletter{margin:60px 20px 90px;padding:36px 20px}.rm-footer-row{padding:32px 20px}.rm-article-hero{padding-top:52px}}

.rm-mobile-details{display:none;position:relative}
.rm-mobile-details summary{list-style:none;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;border:1px solid rgba(248,250,252,.16);background:transparent;color:#F8FAFC;font-size:18px;cursor:pointer}
.rm-mobile-details summary::-webkit-details-marker{display:none}
.rm-mobile-details[open] summary{color:#FB7A31}
.rm-mobile-details .rm-mobile-menu{position:absolute;right:0;top:48px;width:min(320px,calc(100vw - 40px));display:flex;flex-direction:column;gap:2px;padding:10px 18px 18px;border:1px solid rgba(248,250,252,.10);border-radius:14px;background:rgba(8,8,14,.97);box-shadow:0 22px 70px rgba(0,0,0,.45)}
.rm-mobile-details .rm-mobile-menu a{padding:13px 2px;color:rgba(248,250,252,.82);font-size:15.5px;font-weight:600;border-bottom:1px solid rgba(248,250,252,.07)}
.rm-mobile-details .rm-mobile-menu a.active{color:#FB7A31}
.rm-mobile-details .rm-mobile-menu .rm-mobile-primary{margin-top:8px;border:0;border-radius:99px;background:linear-gradient(135deg,#FF9A4D,#FB7A31);color:#0b0b10;text-align:center}
@media(max-width:980px){.rm-mobile-details{display:block}.rm-header>.rm-mobile-menu{display:none!important}}
