:root {
  --kc-bg: #070b16;
  --kc-bg-soft: #0b1120;
  --kc-card: #11192d;
  --kc-card-2: #16213a;
  --kc-line: rgba(148, 163, 184, .16);
  --kc-text: #f8fafc;
  --kc-muted: #9aa8bd;
  --kc-yellow: #f5bd1f;
  --kc-yellow-2: #ffd95a;
  --kc-green: #22c55e;
  --kc-red: #f43f5e;
  --kc-width: 1180px;
  --kc-wide: 1380px;
  --kc-radius: 20px;
}

html { scroll-behavior: smooth; }
body { background: var(--kc-bg); color: var(--kc-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 0; overflow-x: hidden; }
body * { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.kcm-container { margin-inline: auto; max-width: var(--kc-width); padding-inline: 22px; width: 100%; }
.kcm-container-wide { margin-inline: auto; max-width: var(--kc-wide); padding-inline: 22px; width: 100%; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: white; clip: auto !important; clip-path: none; color: #111827; display: block; height: auto; left: 8px; padding: 12px; top: 8px; width: auto; z-index: 100000; }

.kcm-site-header { backdrop-filter: blur(16px); background: rgba(7,11,22,.86); border-bottom: 1px solid var(--kc-line); position: sticky; top: 0; z-index: 9990; }
.admin-bar .kcm-site-header { top: 32px; }
.kcm-header-inner { align-items: center; display: flex; gap: 28px; min-height: 76px; }
.kcm-brand { align-items: center; display: inline-flex; flex-shrink: 0; gap: 10px; }
.kcm-brand .custom-logo-link { display: block; line-height: 0; }
.kcm-brand .custom-logo { max-height: 46px; width: auto; }
.kcm-brand-mark { align-items: center; background: linear-gradient(135deg,var(--kc-yellow),var(--kc-yellow-2)); border-radius: 13px; color: #111827; display: inline-flex; font-size: 23px; font-weight: 950; height: 43px; justify-content: center; transform: rotate(-4deg); width: 43px; }
.kcm-brand strong, .kcm-brand small { display: block; line-height: 1.1; }
.kcm-brand strong { font-size: 18px; letter-spacing: -.03em; }
.kcm-brand small { color: var(--kc-muted); font-size: 10px; letter-spacing: .06em; margin-top: 4px; text-transform: uppercase; }
.kcm-primary-nav { margin-left: auto; }
.kcm-nav-list, .kcm-primary-nav ul { align-items: center; display: flex; gap: 5px; list-style: none; margin: 0; padding: 0; }
.kcm-primary-nav li { margin: 0; }
.kcm-primary-nav a { border-radius: 10px; color: #cbd5e1; display: block; font-size: 14px; font-weight: 650; padding: 10px 11px; }
.kcm-primary-nav a:hover, .kcm-primary-nav .current-menu-item > a { background: rgba(255,255,255,.05); color: var(--kc-yellow); }
.kcm-header-cta { background: var(--kc-yellow); border-radius: 11px; color: #151b26; font-size: 13px; font-weight: 850; padding: 11px 15px; white-space: nowrap; }
.kcm-header-cta:hover { background: var(--kc-yellow-2); transform: translateY(-1px); }
.kcm-menu-toggle { background: transparent; border: 0; display: none; height: 42px; margin-left: auto; padding: 9px; width: 42px; }
.kcm-menu-toggle > span:not(.screen-reader-text) { background: #f8fafc; display: block; height: 2px; margin: 5px 0; width: 24px; }
.kcm-ticker { background: #0b1221; border-bottom: 1px solid var(--kc-line); padding-block: 9px; }

.kcm-hero { background: radial-gradient(circle at 75% 35%, rgba(245,189,31,.12), transparent 32%), linear-gradient(180deg,#080d1b,#070b16); overflow: hidden; padding: clamp(70px,9vw,130px) 0 72px; position: relative; }
.kcm-orb { border-radius: 50%; filter: blur(1px); opacity: .4; pointer-events: none; position: absolute; }
.kcm-orb-one { background: rgba(37,99,235,.18); height: 420px; left: -250px; top: 0; width: 420px; }
.kcm-orb-two { background: rgba(245,189,31,.11); bottom: -260px; height: 500px; right: -200px; width: 500px; }
.kcm-hero-grid { align-items: center; display: grid; gap: clamp(36px,6vw,80px); grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); position: relative; }
.kcm-eyebrow, .kcm-kicker { color: var(--kc-yellow); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kcm-eyebrow { align-items: center; display: inline-flex; gap: 9px; }
.kcm-eyebrow i, .kcm-live i { animation: kcm-pulse 1.8s infinite; background: var(--kc-green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(34,197,94,.12); height: 7px; width: 7px; }
@keyframes kcm-pulse { 50% { opacity: .45; } }
.kcm-hero h1 { font-size: clamp(40px,5.3vw,72px); letter-spacing: -.055em; line-height: .99; margin: 19px 0 22px; max-width: 780px; }
.kcm-hero-copy > p { color: #aeb9ca; font-size: clamp(16px,1.6vw,19px); line-height: 1.7; margin: 0; max-width: 680px; }
.kcm-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.kcm-btn { align-items: center; border: 1px solid transparent; border-radius: 12px; display: inline-flex; font-size: 14px; font-weight: 850; justify-content: center; min-height: 48px; padding: 12px 19px; transition: .18s ease; }
.kcm-btn-primary { background: var(--kc-yellow); color: #111827; }
.kcm-btn-primary:hover { background: var(--kc-yellow-2); transform: translateY(-2px); }
.kcm-btn-ghost { border-color: var(--kc-line); color: #e2e8f0; }
.kcm-btn-ghost:hover { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.25); }
.kcm-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.kcm-trust span { color: var(--kc-muted); font-size: 12px; }
.kcm-trust b { color: var(--kc-text); }
.kcm-hero-panel { background: linear-gradient(145deg,rgba(17,25,45,.92),rgba(13,20,37,.92)); border: 1px solid rgba(255,255,255,.1); border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.35); padding: 18px; transform: rotate(1deg); }
.kcm-panel-head { align-items: center; display: flex; font-size: 13px; font-weight: 750; justify-content: space-between; margin-bottom: 12px; }
.kcm-live { align-items: center; color: var(--kc-green); display: flex; font-size: 10px; gap: 7px; letter-spacing: .09em; }
.kcm-plugin-notice { background: #0b1224; border-radius: 14px; color: var(--kc-muted); line-height: 1.6; padding: 25px; }
.kcm-hero-panel .kclm-overview-grid { grid-template-columns: repeat(2,1fr); }
.kcm-hero-panel .kclm-stat-card { min-height: 118px; }

.kcm-section { padding: clamp(70px,8vw,110px) 0; }
.kcm-market-section { background: var(--kc-bg-soft); }
.kcm-section-head { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 30px; }
.kcm-section-head h2, .kcm-section-copy h2 { font-size: clamp(30px,4vw,48px); letter-spacing: -.04em; line-height: 1.07; margin: 10px 0 12px; }
.kcm-section-head p, .kcm-section-copy p { color: var(--kc-muted); line-height: 1.65; margin: 0; max-width: 680px; }
.kcm-text-link, .kcm-card-link { color: var(--kc-yellow); font-size: 13px; font-weight: 800; white-space: nowrap; }
.kcm-text-link:hover, .kcm-card-link:hover { color: var(--kc-yellow-2); }
.kcm-converter-promo { background: radial-gradient(circle at 20% 30%, rgba(37,99,235,.12), transparent 35%), var(--kc-bg); }
.kcm-split { align-items: center; display: grid; gap: clamp(35px,6vw,85px); grid-template-columns: .85fr 1.15fr; }
.kcm-check-list { display: grid; gap: 11px; list-style: none; margin: 28px 0 0; padding: 0; }
.kcm-check-list li { color: #cbd5e1; padding-left: 27px; position: relative; }
.kcm-check-list li::before { align-items: center; background: rgba(34,197,94,.14); border-radius: 50%; color: var(--kc-green); content: '✓'; display: flex; font-size: 11px; height: 18px; justify-content: center; left: 0; position: absolute; top: 2px; width: 18px; }
.kcm-posts-section { background: var(--kc-bg-soft); }
.kcm-post-grid { display: grid; gap: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.kcm-post-card { background: var(--kc-card); border: 1px solid var(--kc-line); border-radius: 18px; min-width: 0; overflow: hidden; transition: transform .18s ease, border-color .18s ease; }
.kcm-post-card:hover { border-color: rgba(245,189,31,.35); transform: translateY(-4px); }
.kcm-card-image { aspect-ratio: 16/9; background: #0b1224; display: block; overflow: hidden; position: relative; }
.kcm-card-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.kcm-post-card:hover .kcm-card-image img { transform: scale(1.035); }
.kcm-card-placeholder { align-items: center; color: rgba(245,189,31,.22); display: flex; font-size: 72px; font-weight: 950; height: 100%; justify-content: center; }
.kcm-card-category { background: rgba(7,11,22,.83); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; bottom: 12px; color: var(--kc-yellow); font-size: 10px; font-weight: 800; left: 12px; padding: 6px 9px; position: absolute; text-transform: uppercase; }
.kcm-card-body { padding: 20px; }
.kcm-card-meta, .kcm-entry-meta { color: var(--kc-muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 12px; }
.kcm-card-body h3 { font-size: 20px; letter-spacing: -.025em; line-height: 1.25; margin: 10px 0; }
.kcm-card-body h3 a:hover { color: var(--kc-yellow); }
.kcm-card-body p { color: var(--kc-muted); font-size: 14px; line-height: 1.6; margin: 0 0 17px; }
.kcm-disclaimer-strip { background: #0a1020; border-bottom: 1px solid var(--kc-line); border-top: 1px solid var(--kc-line); color: var(--kc-muted); font-size: 12px; line-height: 1.6; padding: 19px 0; }
.kcm-disclaimer-strip strong { color: var(--kc-text); }

.kcm-page-main { min-height: 65vh; padding: clamp(60px,7vw,100px) 0; }
.kcm-page-header { margin-bottom: 36px; max-width: 850px; }
.kcm-page-header h1, .kcm-entry-header h1 { font-size: clamp(36px,5vw,64px); letter-spacing: -.05em; line-height: 1.05; margin: 12px 0; }
.kcm-archive-description { color: var(--kc-muted); }
.kcm-content-narrow { max-width: 960px; }
.kcm-content-layout { align-items: start; display: grid; gap: 45px; grid-template-columns: minmax(0,1fr) 300px; }
.kcm-entry-cat, .kcm-entry-cat a { color: var(--kc-yellow); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.kcm-entry-meta { border-bottom: 1px solid var(--kc-line); margin-top: 18px; padding-bottom: 20px; }
.kcm-featured { border-radius: 20px; margin: 30px 0; overflow: hidden; }
.kcm-featured img { display: block; width: 100%; }
.kcm-entry-content { color: #d4dce8; font-size: 17px; line-height: 1.84; }
.kcm-entry-content h2, .kcm-entry-content h3 { color: var(--kc-text); letter-spacing: -.03em; line-height: 1.2; margin-top: 1.8em; }
.kcm-entry-content a { color: var(--kc-yellow); text-decoration: underline; }
.kcm-entry-content blockquote { background: rgba(245,189,31,.07); border-left: 3px solid var(--kc-yellow); margin: 28px 0; padding: 15px 22px; }
.kcm-entry-content table { border-collapse: collapse; display: block; overflow-x: auto; width: 100%; }
.kcm-entry-content th, .kcm-entry-content td { border: 1px solid var(--kc-line); padding: 10px; }
.kcm-sidebar { position: sticky; top: 110px; }
.kcm-widget { background: var(--kc-card); border: 1px solid var(--kc-line); border-radius: 17px; margin-bottom: 18px; padding: 20px; }
.kcm-widget h3 { margin-top: 0; }
.kcm-widget p, .kcm-widget li { color: var(--kc-muted); font-size: 14px; line-height: 1.6; }
.kcm-widget ul { list-style: none; padding: 0; }
.kcm-post-nav { border-top: 1px solid var(--kc-line); display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-top: 45px; padding-top: 25px; }
.kcm-post-nav div:last-child { text-align: right; }
.kcm-post-nav a { color: var(--kc-yellow); font-size: 13px; }
.kcm-tags a { background: rgba(255,255,255,.06); border-radius: 99px; display: inline-block; font-size: 12px; margin: 4px; padding: 7px 10px; }
.nav-links { display: flex; gap: 7px; justify-content: center; margin-top: 40px; }
.nav-links .page-numbers { background: var(--kc-card); border: 1px solid var(--kc-line); border-radius: 9px; padding: 9px 13px; }
.nav-links .current { border-color: var(--kc-yellow); color: var(--kc-yellow); }
.kcm-not-found { padding-block: 80px; text-align: center; }
.kcm-not-found > span { color: rgba(245,189,31,.2); display: block; font-size: clamp(100px,18vw,220px); font-weight: 950; line-height: .8; }
.kcm-not-found h1 { font-size: clamp(30px,5vw,55px); margin: 30px 0 10px; }
.kcm-not-found p { color: var(--kc-muted); margin-bottom: 28px; }

.kcm-site-footer { background: #050812; border-top: 1px solid var(--kc-line); padding: 65px 0 25px; }
.kcm-footer-grid { display: grid; gap: 55px; grid-template-columns: 1.8fr 1fr 1fr; }
.kcm-footer-grid p { color: var(--kc-muted); font-size: 13px; line-height: 1.7; max-width: 470px; }
.kcm-footer-grid h3 { font-size: 13px; margin: 0 0 16px; }
.kcm-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.kcm-footer-grid li { margin: 9px 0; }
.kcm-footer-grid li a { color: var(--kc-muted); font-size: 13px; }
.kcm-footer-grid li a:hover { color: var(--kc-yellow); }
.kcm-footer-bottom { border-top: 1px solid var(--kc-line); color: #64748b; display: flex; font-size: 11px; justify-content: space-between; margin-top: 45px; padding-top: 22px; }

@media (max-width: 1020px) {
  .kcm-hero-grid { grid-template-columns: 1fr; }
  .kcm-hero-panel { max-width: 720px; transform: none; }
  .kcm-header-cta { display: none; }
  .kcm-split { grid-template-columns: 1fr; }
  .kcm-section-copy { max-width: 760px; }
}
@media (max-width: 860px) {
  .admin-bar .kcm-site-header { top: 46px; }
  .kcm-menu-toggle { display: block; }
  .kcm-primary-nav { background: #0b1221; border-bottom: 1px solid var(--kc-line); box-shadow: 0 20px 35px rgba(0,0,0,.28); display: none; left: 0; margin: 0; padding: 13px 22px 18px; position: absolute; right: 0; top: 76px; }
  .kcm-primary-nav.is-open { display: block; }
  .kcm-nav-list, .kcm-primary-nav ul { align-items: stretch; flex-direction: column; }
  .kcm-primary-nav a { padding: 12px; }
  .kcm-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .kcm-content-layout { grid-template-columns: 1fr; }
  .kcm-sidebar { position: static; }
}
@media (max-width: 640px) {
  .kcm-container, .kcm-container-wide { padding-inline: 15px; }
  .kcm-header-inner { min-height: 68px; }
  .kcm-primary-nav { top: 68px; }
  .kcm-hero { padding-top: 65px; }
  .kcm-hero h1 { font-size: 42px; }
  .kcm-hero-panel { padding: 11px; }
  .kcm-section-head { align-items: flex-start; flex-direction: column; }
  .kcm-post-grid { grid-template-columns: 1fr; }
  .kcm-footer-grid { grid-template-columns: 1fr; }
  .kcm-footer-bottom { flex-direction: column; gap: 8px; }
  .kcm-trust { gap: 11px; }
  .kcm-post-nav { grid-template-columns: 1fr; }
  .kcm-post-nav div:last-child { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

