:root {
  color-scheme: dark;
  --bg: #080b07;
  --panel: #11150f;
  --panel-2: #171c14;
  --panel-3: #1d2418;
  --line: rgba(236, 245, 222, 0.11);
  --line-strong: rgba(186, 255, 22, 0.3);
  --text: #f3f7eb;
  --muted: #9da894;
  --lime: #baff16;
  --lime-soft: rgba(186, 255, 22, 0.1);
  --green: #72e79c;
  --amber: #ffc865;
  --red: #ff8f8f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 82% -8%, rgba(186, 255, 22, 0.13), transparent 28%),
    radial-gradient(circle at -6% 46%, rgba(91, 143, 0, 0.08), transparent 27%),
    var(--bg);
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.creator-seo-fallback {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
.creator-seo-fallback h1 { margin: 0 0 20px; font-size: clamp(2.2rem, 6vw, 4.5rem); line-height: 1; }
.creator-seo-fallback p { max-width: 760px; color: var(--muted); line-height: 1.75; }
.creator-seo-fallback a { color: var(--lime); }

.creator-shell { width: min(1280px, calc(100% - 36px)); margin: 0 auto; padding-bottom: 80px; }
.creator-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 7, 0.78);
  backdrop-filter: blur(18px);
}
.creator-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.creator-brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--text); background: rgba(255,255,255,.06); font-weight: 800; }
.creator-header nav { display: flex; align-items: center; gap: 8px; }
.creator-header nav a { padding: 9px 12px; border-radius: 999px; color: var(--muted); text-decoration: none; font-size: .86rem; }
.creator-header nav a:hover, .creator-header nav a.is-active { color: var(--text); background: rgba(255,255,255,.055); }
.creator-back { border: 1px solid var(--line); }

.creator-hero {
  position: relative;
  display: grid;
  min-height: 370px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  align-items: end;
  gap: 44px;
  margin: 34px 0 22px;
  padding: 54px;
  overflow: hidden;
  border: 1px solid rgba(186,255,22,.26);
  border-radius: 34px;
  background: linear-gradient(128deg, rgba(186,255,22,.105), transparent 46%), #10140e;
}
.creator-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}
.creator-hero-copy, .creator-hero-stats { position: relative; z-index: 1; }
.creator-eyebrow { margin: 0 0 13px; color: var(--lime); text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; font-weight: 900; }
.creator-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.2vw, 5rem); line-height: .96; letter-spacing: -.068em; }
.creator-hero-copy > p:last-child { max-width: 680px; margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.creator-live { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 7px 11px; border: 1px solid rgba(114,231,156,.22); border-radius: 999px; color: var(--green); background: rgba(114,231,156,.07); font-size: .75rem; font-weight: 800; }
.creator-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.creator-hero-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.creator-hero-stats article { min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: rgba(9,12,8,.68); }
.creator-hero-stats strong { display: block; margin-bottom: 7px; color: var(--lime); font-size: 2rem; letter-spacing: -.05em; }
.creator-hero-stats span { color: var(--muted); font-size: .8rem; }

.creator-notice { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; padding: 13px 16px; border: 1px solid rgba(255,200,101,.17); border-radius: 16px; color: #d8c08b; background: rgba(255,200,101,.055); font-size: .82rem; line-height: 1.55; }
.creator-notice b { display: grid; flex: none; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #171106; background: var(--amber); }

.creator-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 20px; }
.creator-board, .creator-side-card { border: 1px solid var(--line); border-radius: 27px; background: var(--panel); }
.creator-board { min-width: 0; overflow: hidden; }
.creator-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px; border-bottom: 1px solid var(--line); }
.creator-search { position: relative; min-width: 220px; flex: 1; }
.creator-search svg { position: absolute; top: 50%; left: 14px; width: 17px; height: 17px; color: var(--muted); transform: translateY(-50%); pointer-events: none; }
.creator-search input { width: 100%; min-height: 44px; padding: 0 15px 0 42px; border: 1px solid var(--line); border-radius: 14px; outline: 0; color: var(--text); background: #0a0d09; }
.creator-search input:focus { border-color: var(--line-strong); box-shadow: 0 0 0 3px rgba(186,255,22,.06); }
.creator-sort { display: flex; gap: 7px; }
.creator-sort button, .creator-filter button { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.025); cursor: pointer; }
.creator-sort button:hover, .creator-sort button.is-active, .creator-filter button:hover, .creator-filter button.is-active { border-color: rgba(186,255,22,.28); color: var(--lime); background: var(--lime-soft); }
.creator-filter { display: flex; gap: 7px; padding: 0 20px 16px; overflow-x: auto; scrollbar-width: none; }
.creator-filter::-webkit-scrollbar { display: none; }
.creator-filter button { flex: none; min-height: 33px; font-size: .78rem; }

.creator-table-head, .creator-row { display: grid; grid-template-columns: 58px minmax(220px,1.6fr) minmax(92px,.7fr) minmax(92px,.7fr) minmax(115px,.8fr) 32px; align-items: center; gap: 14px; }
.creator-table-head { padding: 12px 20px; color: var(--muted); background: rgba(255,255,255,.02); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.creator-row { width: 100%; padding: 14px 20px; border: 0; border-top: 1px solid var(--line); color: var(--text); text-align: start; background: transparent; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.creator-row:hover { background: rgba(186,255,22,.045); }
.creator-rank { color: var(--muted); font-size: .9rem; font-weight: 900; }
.creator-row:nth-child(-n+4) .creator-rank { color: var(--lime); }
.creator-identity { display: flex; min-width: 0; align-items: center; gap: 12px; }
.creator-avatar { display: grid; flex: none; width: 42px; height: 42px; place-items: center; overflow: hidden; border: 1px solid rgba(186,255,22,.2); border-radius: 14px; color: var(--lime); background: linear-gradient(145deg, rgba(186,255,22,.13), rgba(255,255,255,.025)); font-size: .82rem; font-weight: 900; }
.creator-identity strong, .creator-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.creator-identity strong { font-size: .92rem; }
.creator-identity small { margin-top: 4px; color: var(--muted); font-size: .75rem; }
.creator-metric strong { display: block; font-size: .94rem; }
.creator-metric small { display: block; margin-top: 4px; color: var(--muted); font-size: .7rem; }
.creator-category { display: inline-flex; width: fit-content; padding: 6px 9px; border-radius: 999px; color: #cad3c2; background: rgba(255,255,255,.05); font-size: .72rem; font-weight: 800; }
.creator-arrow { color: var(--muted); font-size: 1rem; transition: transform .18s ease; }
.creator-row:hover .creator-arrow { color: var(--lime); transform: translateX(3px); }
.creator-empty { padding: 56px 20px; color: var(--muted); text-align: center; }

.creator-sidebar { display: grid; gap: 16px; position: sticky; top: 94px; }
.creator-side-card { padding: 23px; }
.creator-side-card h2 { margin: 0 0 11px; font-size: 1.12rem; letter-spacing: -.025em; }
.creator-side-card > p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.65; }
.creator-source-list { display: grid; gap: 11px; margin-top: 18px; }
.creator-source-list div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 11px; border-top: 1px solid var(--line); font-size: .78rem; }
.creator-source-list span { color: var(--muted); }
.creator-source-list strong { color: var(--lime); }
.creator-side-cta { display: block; margin-top: 18px; padding: 12px 15px; border-radius: 999px; color: #0b0e07; text-align: center; text-decoration: none; background: var(--lime); font-size: .82rem; font-weight: 900; }
.creator-side-card.is-accent { border-color: rgba(186,255,22,.23); background: linear-gradient(145deg, rgba(186,255,22,.09), transparent 55%), var(--panel); }
.creator-mini-steps { display: grid; gap: 12px; margin-top: 17px; }
.creator-mini-steps div { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; color: #dbe3d4; font-size: .78rem; }
.creator-mini-steps b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 9px; color: #111608; background: var(--lime); font-size: .67rem; }

.creator-drawer { position: fixed; inset: 0; z-index: 50; display: grid; justify-items: end; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.creator-drawer.is-open { opacity: 1; visibility: visible; }
.creator-drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,4,1,.72); backdrop-filter: blur(8px); cursor: pointer; }
.creator-drawer-panel { position: relative; width: min(560px,100%); height: 100%; overflow-y: auto; padding: 30px; border-left: 1px solid rgba(186,255,22,.2); background: #0d110b; box-shadow: -35px 0 90px rgba(0,0,0,.55); transform: translateX(24px); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.creator-drawer.is-open .creator-drawer-panel { transform: translateX(0); }
.creator-drawer-close { position: sticky; top: 0; z-index: 2; display: grid; width: 38px; height: 38px; margin-left: auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #131812; cursor: pointer; }
.creator-profile { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.creator-profile .creator-avatar { width: 64px; height: 64px; border-radius: 20px; font-size: 1.08rem; }
.creator-profile h2 { margin: 0; font-size: 1.55rem; }
.creator-profile p { margin: 5px 0 0; color: var(--muted); }
.creator-profile-link { display: inline-flex; margin-top: 9px; color: var(--lime); text-decoration: none; font-size: .77rem; font-weight: 800; }
.creator-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 24px 0; }
.creator-detail-grid article { padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--panel); }
.creator-detail-grid strong { display: block; margin-bottom: 5px; font-size: 1.35rem; }
.creator-detail-grid span { color: var(--muted); font-size: .73rem; }
.creator-comments { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); }
.creator-comments-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.creator-comments-head h3 { margin: 0; font-size: .82rem; letter-spacing: -.01em; }
.creator-comments-head span { display: grid; min-width: 25px; height: 25px; place-items: center; padding: 0 7px; border-radius: 999px; color: var(--lime); background: rgba(186,255,22,.08); font: 800 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.creator-comment-form { display: grid; gap: 8px; }
.creator-comment-form textarea { width: 100%; min-height: 82px; resize: vertical; padding: 11px 12px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--text); background: rgba(255,255,255,.025); font: inherit; font-size: .72rem; line-height: 1.6; }
.creator-comment-form textarea:focus { border-color: rgba(186,255,22,.55); box-shadow: 0 0 0 3px rgba(186,255,22,.06); }
.creator-comment-form > div { display: flex; align-items: center; justify-content: flex-end; gap: 9px; min-height: 30px; }
.creator-comment-form p { flex: 1; margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.4; }
.creator-comment-form p.is-success { color: var(--lime); }
.creator-comment-form p.is-error { color: #ff8b83; }
.creator-comment-form button { min-height: 30px; padding: 0 12px; border: 0; border-radius: 9px; color: #111708; background: var(--lime); font-size: .67rem; font-weight: 900; cursor: pointer; }
.creator-comment-form button:disabled { cursor: wait; opacity: .55; }
.creator-comment-login { display: grid; gap: 10px; padding: 12px; border: 1px solid rgba(186,255,22,.14); border-radius: 12px; background: rgba(186,255,22,.035); }
.creator-comment-login p { margin: 0; color: #929b8c; font-size: .66rem; line-height: 1.6; }
.creator-comment-login button { width: fit-content; padding: 0; border: 0; color: var(--lime); background: transparent; font-size: .68rem; font-weight: 850; cursor: pointer; }
.creator-comment-list { display: grid; gap: 8px; margin-top: 13px; }
.creator-comment { padding: 11px 12px; border: 1px solid rgba(255,255,255,.065); border-radius: 12px; background: rgba(255,255,255,.018); }
.creator-comment > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.creator-comment strong { color: #c8d0c1; font-size: .65rem; }
.creator-comment time { color: #626b5d; font-size: .56rem; white-space: nowrap; }
.creator-comment > p { margin: 7px 0 0; color: #aeb6a7; font-size: .7rem; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.creator-comment-state { margin: 0; padding: 13px; border: 1px dashed var(--line); border-radius: 11px; color: var(--muted); text-align: center; font-size: .65rem; line-height: 1.55; }
.creator-comment-state.is-error { color: #ff8b83; border-color: rgba(255,139,131,.22); }

@media (max-width: 980px) {
  .creator-hero { grid-template-columns: 1fr; align-items: start; }
  .creator-layout { grid-template-columns: 1fr; }
  .creator-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .creator-shell { width: min(100% - 22px,1280px); padding-bottom: 45px; }
  .creator-header { min-height: 66px; }
  .creator-brand > span:last-child, .creator-header nav a:not(.creator-back) { display: none; }
  .creator-hero { min-height: auto; margin-top: 17px; padding: 30px 22px; border-radius: 25px; }
  .creator-hero h1 { font-size: clamp(2.65rem,13vw,4rem); line-height: .97; }
  .creator-hero-stats { grid-template-columns: 1fr 1fr; }
  .creator-hero-stats article { min-height: 96px; padding: 16px; }
  .creator-toolbar { align-items: stretch; flex-direction: column; }
  .creator-sort { overflow-x: auto; }
  .creator-table-head { display: none; }
  .creator-row { grid-template-columns: 34px minmax(0,1fr) auto; gap: 9px; padding: 15px 16px; }
  .creator-row > .creator-metric:nth-of-type(1), .creator-row > .creator-category { display: none; }
  .creator-row > .creator-metric:nth-of-type(2) { text-align: right; }
  .creator-arrow { display: none; }
  .creator-sidebar { grid-template-columns: 1fr; }
  .creator-drawer-panel { padding: 22px 17px; }
}
@media (max-width: 480px) {
  .creator-hero-stats { grid-template-columns: 1fr; }
  .creator-detail-grid { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Creator map MVP */
.creator-map-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 34px;
  padding: 46px 8px 28px;
}
.creator-map-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.8rem,5.5vw,5.3rem); line-height: .96; letter-spacing: -.07em; }
.creator-map-hero h1 span { display: inline-block; white-space: nowrap; }
.creator-map-hero > div:first-child > p:last-child { max-width: 690px; margin: 21px 0 0; color: var(--muted); line-height: 1.7; }
.creator-map-kpis { display: grid; grid-template-columns: repeat(3,minmax(100px,1fr)); gap: 9px; }
.creator-map-kpis article { min-width: 112px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(17,21,15,.8); }
.creator-map-kpis strong { display: block; margin-bottom: 5px; color: var(--lime); font-size: 1.55rem; letter-spacing: -.045em; }
.creator-map-kpis span { color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .04em; }
.creator-map-card { overflow: hidden; border: 1px solid rgba(186,255,22,.25); border-radius: 30px; background: #0d110b; box-shadow: 0 30px 90px rgba(0,0,0,.22); }
.creator-map-toolbar { position: relative; z-index: 8; display: grid; grid-template-columns: minmax(250px,1fr) auto; align-items: center; gap: 14px; padding: 16px; border-bottom: 1px solid var(--line); background: rgba(14,18,12,.92); }
.creator-map-toolbar .creator-filter { padding: 0; }
.creator-language-select { display: flex; min-height: 44px; align-items: center; gap: 9px; padding: 0 10px 0 13px; border: 1px solid var(--line); border-radius: 14px; background: #0a0d09; }
.creator-language-select span { color: var(--muted); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.creator-language-select select { min-width: 88px; border: 0; outline: 0; color: var(--text); background: transparent; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 800; }
.creator-map-viewport { position: relative; height: 700px; overflow: hidden; cursor: grab; touch-action: none; user-select: none; background: radial-gradient(circle at 50% 45%, rgba(186,255,22,.075), transparent 36%), #090c08; }
.creator-map-viewport.is-dragging { cursor: grabbing; }
.creator-map-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at center,#000 28%,transparent 84%); pointer-events: none; }
.creator-map-copy { position: absolute; top: 24px; left: 26px; z-index: 3; display: grid; gap: 5px; pointer-events: none; }
.creator-map-copy span { color: var(--lime); font-size: .64rem; font-weight: 900; letter-spacing: .18em; }
.creator-map-copy strong { color: #dfe6d8; font-size: .82rem; }
.creator-map-plane { position: absolute; top: 0; left: 0; width: 3200px; height: 3200px; transform-origin: 0 0; will-change: transform; }
.creator-map-empty { position: absolute; top: 50%; left: 50%; width: min(420px,calc(100% - 80px)); padding: 28px; border: 1px dashed rgba(186,255,22,.28); border-radius: 20px; color: var(--muted); text-align: center; background: rgba(14,18,12,.78); transform: translate(-50%,-50%); }
.creator-map-node { position: absolute; top: var(--node-y); left: var(--node-x); z-index: 2; display: grid; width: var(--node-size); height: var(--node-size); place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--text); background: transparent; cursor: pointer; transform: translate(-50%,-50%); animation: creator-node-float var(--float-duration,7.8s) ease-in-out var(--float-delay,0s) infinite; transition: filter .2s ease, opacity .2s ease; }
.creator-map-node::before { content:""; position: absolute; inset: -7px; border: 1px solid rgba(186,255,22,.24); border-radius: 50%; background: radial-gradient(circle at 38% 30%, rgba(186,255,22,.14), transparent 55%); box-shadow: 0 0 0 7px rgba(186,255,22,.025), 0 18px 45px rgba(0,0,0,.32); transform-origin: center; animation: creator-node-breathe var(--breathe-duration,4.8s) ease-in-out var(--breathe-delay,0s) infinite; transition: inset .2s ease, border-color .2s ease, box-shadow .2s ease; }
.creator-map-node::after { content:""; position:absolute; inset:-18px; border:1px solid rgba(186,255,22,.07); border-radius:50%; }
.creator-map-node:hover, .creator-map-node:focus-visible { z-index: 6; outline: none; filter: brightness(1.08); animation-play-state: paused; }
.creator-map-node:hover::before, .creator-map-node:focus-visible::before { inset:-11px; border-color:rgba(186,255,22,.7); box-shadow:0 0 0 10px rgba(186,255,22,.06),0 0 48px rgba(186,255,22,.2),0 22px 55px rgba(0,0,0,.45); }
.creator-map-node:hover::before, .creator-map-node:focus-visible::before { animation-play-state: paused; transform: scale(1.04); opacity: 1; }
@keyframes creator-node-breathe {
  0%, 100% { transform: scale(.98); opacity: .72; }
  50% { transform: scale(1.045); opacity: 1; }
}
@keyframes creator-node-float {
  0%, 100% { transform: translate(-50%,-50%) translate(0,0); }
  35% { transform: translate(-50%,-50%) translate(var(--float-x,5px),var(--float-y-reverse,-4px)); }
  70% { transform: translate(-50%,-50%) translate(var(--float-x-reverse,-3px),var(--float-y,4px)); }
}
.creator-node-avatar { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; border: 2px solid rgba(230,244,211,.28); border-radius: 50%; color: var(--lime); background: linear-gradient(145deg,#223016,#10150d); font-size: calc(var(--node-size) * .18); font-weight: 950; }
.creator-node-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.creator-node-rank { position: absolute; top: -8px; left: -7px; z-index: 3; display: grid; min-width: 30px; height: 30px; place-items: center; padding: 0 7px; border: 2px solid #0b0e09; border-radius: 999px; color: #101509; background: var(--lime); font-size: 10px; font-weight: 950; }
.creator-node-label { position: absolute; top: calc(100% + 13px); left: 50%; display: grid; min-width: 130px; justify-items: center; gap: 3px; text-align: center; transform: translateX(-50%); pointer-events: none; text-shadow: 0 2px 10px #000,0 2px 10px #000; }
.creator-node-label strong { max-width: 155px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.creator-node-label small { color: var(--lime); font-size: 11px; font-weight: 900; }
.creator-map-hint { position: absolute; bottom: 24px; left: 25px; z-index: 4; color: rgba(221,230,211,.55); font-size: .69rem; pointer-events: none; }
.creator-avatar { position: relative; }
.creator-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }

@media (max-width: 920px) {
  .creator-map-hero { grid-template-columns: 1fr; }
  .creator-map-kpis { width: 100%; }
  .creator-map-toolbar { grid-template-columns: 1fr auto; }
}
@media (max-width: 700px) {
  .creator-map-hero { gap: 25px; padding: 32px 5px 23px; }
  .creator-map-hero h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .creator-map-kpis article { min-width: 0; padding: 14px 11px; }
  .creator-map-kpis strong { font-size: 1.25rem; }
  .creator-map-card { border-radius: 23px; }
  .creator-map-toolbar { grid-template-columns: 1fr; gap: 10px; padding: 12px; }
  .creator-map-toolbar .creator-search { min-width: 0; }
  .creator-language-select { grid-column: 1/-1; grid-row: 2; justify-content: space-between; }
  .creator-map-viewport { height: 610px; }
  .creator-map-copy { top: 18px; left: 18px; }
  .creator-map-hint { left: 15px; bottom: 55px; max-width: 190px; line-height: 1.45; }
}

/* Full-screen atlas layout */
html, body, #creators-app { width: 100%; height: 100%; overflow: hidden; }
body { min-height: 100%; }
.creator-shell {
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 74px minmax(0,1fr);
}
.creator-platform-header {
  position: relative;
  z-index: 21;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(250px,1fr) auto minmax(250px,1fr);
  align-items: center;
  gap: 22px;
  padding: 0 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(7,10,6,.96);
}
.creator-platform-nav {
  display: flex;
  min-width: 0;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.creator-platform-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  font-size: .84rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color .18s ease;
}
.creator-platform-nav a:hover,
.creator-platform-nav a.is-active {
  color: var(--text);
}
.creator-platform-nav a.is-active::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 0;
  left: 18%;
  height: 2px;
  border-radius: 2px;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(186,255,22,.7);
}
.creator-platform-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}
.creator-brand { min-width: 0; }
.creator-brand > span:last-child { min-width: 0; display: grid; gap: 2px; }
.creator-brand strong { overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }
.creator-brand small { color: var(--muted); font-size: .75rem; }
.creator-map-stats {
  position: absolute;
  z-index: 6;
  bottom: 16px;
  left: 50%;
  display: flex;
  height: 46px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(12,16,10,.88);
  box-shadow: 0 14px 35px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}
.creator-map-stats article { min-width: 98px; display: flex; align-items: baseline; justify-content: center; gap: 6px; padding: 11px 14px; }
.creator-map-stats article + article { border-left: 1px solid var(--line); }
.creator-map-stats strong { color: var(--lime); font: 850 1rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.creator-map-stats span { color: var(--muted); font-size: .62rem; white-space: nowrap; }
.creator-auth { position: relative; }
.creator-site-language-picker {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
}
.creator-site-language-picker > span { color: var(--green); font-size: .8rem; }
.creator-site-language-picker select { max-width: 112px; border: 0; outline: 0; color: var(--text); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 750; }
.creator-site-language-picker option { color: var(--text); background: #151915; }
.creator-auth-toggle { max-width: 170px; gap: 8px; border-radius: 999px !important; }
.creator-auth-toggle > img, .creator-auth-avatar { width: 24px; height: 24px; flex: none; border-radius: 50%; object-fit: cover; }
.creator-auth-avatar { display: grid; place-items: center; color: #122006; background: var(--lime); font-size: .68rem; font-weight: 900; }
.creator-auth-status-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: #666d68; }
.creator-auth-label { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .75rem; font-weight: 750; }
.creator-auth-toggle.is-authenticated { border-color: rgba(186,255,22,.3); color: #eaffbd; background: rgba(186,255,22,.07); }
.creator-auth-popover { position: absolute; z-index: 50; top: calc(100% + 10px); right: 0; width: 320px; padding: 14px; border: 1px solid rgba(186,255,22,.2); border-radius: 15px; background: rgba(13,17,11,.98); box-shadow: 0 24px 70px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.creator-auth-popover[hidden], .creator-auth-popover [hidden] { display: none !important; }
.creator-auth-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.creator-auth-head strong { font-size: .78rem; }
.creator-auth-head button { min-width: 28px !important; min-height: 28px !important; padding: 0 !important; border-radius: 50% !important; }
.creator-google-button { min-height: 40px; overflow: hidden; border-radius: 999px; }
.creator-auth-popover [data-auth-status] { margin: 10px 0 0; color: #7f8978; font-size: .62rem; line-height: 1.5; }
.creator-auth-popover [data-auth-status].is-error { color: #ff8b83; }
.creator-auth-profile { display: grid; gap: 12px; }
.creator-auth-user { display: flex; min-width: 0; align-items: center; gap: 10px; }
.creator-auth-user img { width: 38px; height: 38px; flex: none; border-radius: 50%; object-fit: cover; }
.creator-auth-user span { display: grid; min-width: 0; gap: 3px; }
.creator-auth-user strong, .creator-auth-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.creator-auth-user strong { font-size: .75rem; }
.creator-auth-user small { color: var(--muted); font-size: .62rem; }
.creator-auth-profile > button { width: 100%; justify-content: center; }
.creator-platform-actions button, .creator-platform-actions a { min-height: 38px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 11px; color: #a7b09f; background: rgba(255,255,255,.035); font-size: .72rem; cursor: pointer; }
.creator-platform-actions button:hover, .creator-platform-actions a:hover { border-color: rgba(186,255,22,.25); color: var(--text); background: rgba(186,255,22,.055); }
.creator-platform-actions .creator-home-link {
  min-height: 42px;
  gap: 7px;
  border-color: var(--lime);
  border-radius: 999px;
  color: #0c0f0d;
  background: var(--lime);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(186,255,22,.12);
}
.creator-platform-actions .creator-home-link:hover { border-color: var(--lime); color: #0c0f0d; background: var(--lime); transform: translateY(-1px); }

.creator-workspace { min-height: 0; display: grid; grid-template-columns: minmax(0,1fr) 380px; }
.creator-map-card {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0,1fr);
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}
.creator-map-toolbar { grid-template-columns: minmax(230px,1fr) auto; gap: 10px; padding: 12px 14px; }
.creator-map-toolbar .creator-search input, .creator-language-select { min-height: 40px; border-radius: 11px; }
.creator-map-toolbar .creator-filter { min-width: 0; }
.creator-map-toolbar .creator-filter button { min-height: 36px; padding: 0 11px; font-size: .7rem; }
.creator-map-viewport { min-height: 0; height: auto; }
.creator-map-copy { top: 20px; left: 20px; }
.creator-map-notice {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  width: min(430px,calc(100% - 270px));
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(255,200,101,.14);
  border-radius: 11px;
  color: #aa9a73;
  background: rgba(18,17,11,.72);
  backdrop-filter: blur(12px);
  font-size: .64rem;
  line-height: 1.45;
  pointer-events: none;
}
.creator-map-notice b { display: grid; flex: none; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #171106; background: var(--amber); font-size: .68rem; }
.creator-map-hint { left: 50%; bottom: 76px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(9,12,8,.75); backdrop-filter: blur(10px); transform: translateX(-50%); white-space: nowrap; }
.creator-map-node.is-selected { z-index: 7; filter: brightness(1.12); }
.creator-map-node.is-selected::before { inset: -12px; border-color: var(--lime); box-shadow: 0 0 0 10px rgba(186,255,22,.07), 0 0 50px rgba(186,255,22,.24); }

.creator-detail-panel {
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  padding: 24px 22px 32px;
  background: rgba(12,16,10,.94);
  scrollbar-width: thin;
  scrollbar-color: #30382a transparent;
}
.creator-detail-overview { padding-top: 5px; }
.creator-detail-eyebrow { margin: 0 0 12px !important; color: var(--lime) !important; font: 850 .55rem/1 ui-monospace, SFMono-Regular, Menlo, monospace !important; letter-spacing: .15em; }
.creator-detail-overview h2 { margin: 0 0 12px; font-size: 1.45rem; letter-spacing: -.035em; }
.creator-detail-overview > p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.7; }
.creator-detail-steps { display: grid; gap: 8px; margin-top: 22px; }
.creator-detail-steps article { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: start; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.022); }
.creator-detail-steps b { color: #717a69; font: 800 .62rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; }
.creator-detail-steps strong, .creator-detail-steps span { display: block; }
.creator-detail-steps strong { font-size: .72rem; }
.creator-detail-steps span { margin-top: 5px; color: #697262; font-size: .65rem; line-height: 1.5; }
.creator-detail-note { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 9px; margin-top: 18px; padding: 12px; border: 1px solid rgba(255,200,101,.13); border-radius: 12px; background: rgba(255,200,101,.035); }
.creator-detail-note span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #171106; background: var(--amber); font-size: .7rem; font-weight: 900; }
.creator-detail-note p { margin: 0; color: #9f906c; font-size: .64rem; line-height: 1.6; }
.creator-drawer-close { position: sticky; top: 0; margin: -9px 0 2px auto; background: rgba(19,24,18,.92); backdrop-filter: blur(10px); }
.creator-profile { margin-top: 4px; }
.creator-profile .creator-avatar { width: 58px; height: 58px; border-radius: 16px; }
.creator-profile h2 { font-size: 1.3rem; }
.creator-detail-grid { margin: 20px 0 8px; gap: 8px; }
.creator-detail-grid article { padding: 13px; border-radius: 13px; }
.creator-detail-grid strong { font-size: 1.15rem; }

@media (max-width: 1120px) {
  .creator-workspace { grid-template-columns: minmax(0,1fr) 340px; }
  .creator-platform-header { grid-template-columns: minmax(220px,1fr) auto minmax(190px,1fr); }
  .creator-map-toolbar { grid-template-columns: minmax(210px,1fr) auto auto; }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .creator-map-toolbar { grid-template-columns: minmax(210px,1fr) auto auto; }
}

@media (max-width: 820px) {
  .creator-shell { grid-template-rows: 116px minmax(0,1fr); }
  .creator-platform-header {
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-rows: 66px 50px;
    grid-template-areas:
      "brand actions"
      "navigation navigation";
    gap: 0 10px;
    padding: 0 12px;
  }
  .creator-platform-header .creator-brand { grid-area: brand; }
  .creator-platform-nav { grid-area: navigation; justify-content: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
  .creator-platform-nav::-webkit-scrollbar { display: none; }
  .creator-platform-nav a { flex: none; font-size: .78rem; }
  .creator-platform-actions { grid-area: actions; }
  .creator-map-stats { bottom: 14px; height: 40px; }
  .creator-map-stats article { min-width: 88px; padding: 8px 10px; }
  .creator-brand-mark { width: 30px; height: 30px; }
  .creator-brand small { display: none; }
  .creator-platform-actions > a, .creator-platform-actions > button { min-height: 36px; padding: 0 10px; }
  .creator-auth-popover { position: fixed; top: 58px; right: 10px; width: min(320px,calc(100vw - 20px)); }
  .creator-workspace { display: block; position: relative; }
  .creator-map-card { width: 100%; height: 100%; border-right: 0; }
  .creator-detail-panel {
    position: fixed;
    z-index: 40;
    left: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    height: min(72dvh,680px);
    padding: 20px 17px 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 -20px 70px rgba(0,0,0,.55);
    transform: translateY(calc(100% + 18px));
    transition: transform .25s cubic-bezier(.2,.8,.2,1);
  }
  .creator-detail-panel.is-open { transform: none; }
  .creator-map-toolbar { grid-template-columns: minmax(0,1fr); gap: 9px; padding: 10px; }
  .creator-map-toolbar .creator-search { min-width: 0; }
  .creator-language-select { grid-column: 1/-1; grid-row: 2; min-height: 38px; }
  .creator-map-notice { display: none; }
  .creator-map-hint { left: 14px; bottom: 66px; max-width: 200px; transform: none; white-space: normal; line-height: 1.45; }
}

@media (max-width: 520px) {
  .creator-platform-header .creator-brand > span:last-child { display: none; }
  .creator-site-language-picker { width: 36px; min-height: 36px; justify-content: center; padding: 0; }
  .creator-site-language-picker select { position: absolute; width: 36px; height: 36px; opacity: 0; }
  .creator-auth-toggle { width: 36px; min-height: 36px !important; justify-content: center; padding: 0 !important; }
  .creator-auth-toggle .creator-auth-label { display: none; }
  .creator-platform-actions .creator-home-link { min-height: 36px; padding: 0 10px; font-size: .7rem; }
  .creator-map-copy { top: 14px; left: 14px; }
  .creator-map-copy strong { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .creator-map-node { animation: none; }
  .creator-map-node::before { animation: none; }
}
