:root {
  color-scheme: dark;
  --ink: #070a18;
  --ink-soft: #0e1430;
  --panel: #151b39;
  --paper: #f6f3ed;
  --paper-2: #e9e5dd;
  --muted: #9ba3bc;
  --line: rgba(255, 255, 255, 0.13);
  --violet: #6c41ff;
  --violet-bright: #8f70ff;
  --magenta: #ed2cff;
  --coral: #ff624d;
  --green: #78f09d;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  --radius: 22px;
  --max: 1500px;
  font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--paper); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 83% 8%, rgba(108, 65, 255, .25), transparent 27rem), radial-gradient(circle at 16% 24%, rgba(237,44,255,.075), transparent 24rem), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, auto, 52px 52px, 52px 52px; mask-image: linear-gradient(to bottom, #000 0, transparent 74%); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; background: var(--paper); color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { min-height: 102px; max-width: var(--max); margin: 0 auto; padding: 12px 28px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; width: fit-content; gap: 13px; letter-spacing: .04em; }
.brand img { width: 68px; height: 68px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(237,44,255,.26)); }
.brand-wordmark { display: grid; line-height: 1; }
.brand b { font-family: "Bodoni MT", Didot, Baskerville, "Times New Roman", serif; font-size: 22px; font-weight: 700; letter-spacing: .035em; }
.brand b span { position: relative; display: inline-block; margin-left: .03em; padding-right: .04em; background: linear-gradient(105deg, #ffd7d1 2%, var(--coral) 48%, #db63ff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; font-family: Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; font-size: 1.08em; font-style: italic; font-weight: 600; letter-spacing: -.035em; }
.brand b span::after { content: ""; position: absolute; left: .02em; right: -.08em; bottom: -.17em; height: .25em; border-bottom: 1.5px solid rgba(255,98,77,.72); border-radius: 50%; transform: rotate(-3deg); }
.brand small { margin-top: 9px; color: #aeb5cb; font-size: 8px; font-weight: 760; letter-spacing: .31em; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.site-header nav a { display: inline-flex; align-items: center; gap: 8px; color: #d7d9e3; transition: color .2s ease; }
.site-header nav a:hover { color: #fff; }
.site-header nav .nav-live { color: #fff; }
.nav-live i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(120,240,157,.1); }
.nav-categories span { display: inline-grid; width: 21px; height: 21px; place-items: center; border: 1px solid rgba(143,112,255,.5); border-radius: 6px; color: var(--violet-bright); font-size: 14px; line-height: 1; }
.language-switch { display: flex; justify-content: flex-end; gap: 5px; }
.language-switch a { min-width: 36px; padding: 7px 8px; border: 1px solid transparent; border-radius: 999px; text-align: center; color: var(--muted); font-size: 11px; font-weight: 800; }
.language-switch a[aria-current="true"] { border-color: var(--line); background: rgba(255,255,255,.06); color: #fff; }

.atlas-hero { max-width: var(--max); margin: 0 auto; padding: clamp(70px, 9vw, 140px) 28px 68px; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(390px, .72fr); gap: clamp(46px, 8vw, 130px); align-items: end; border-top: 1px solid var(--line); }
.hero-copy { max-width: 860px; }
.eyebrow, .section-index, .editorial-hero > span, .profile-note > span { display: block; margin-bottom: 18px; color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .24em; }
.hero-copy h2 { max-width: 940px; margin: 0; font-size: clamp(54px, 7.2vw, 112px); font-weight: 790; line-height: .88; letter-spacing: -.064em; text-wrap: balance; }
.hero-title > span, .hero-title > em { display: block; }
.hero-title > span { margin: 0 0 18px 6px; color: #c4c9d8; font-size: .24em; font-weight: 820; line-height: 1; letter-spacing: .17em; text-transform: uppercase; }
.hero-title > em { max-width: 900px; padding: 0 .04em .08em 0; background: linear-gradient(112deg, var(--paper) 4%, #ffd8d1 38%, var(--coral) 62%, #c66cff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; filter: drop-shadow(0 16px 32px rgba(237,44,255,.08)); }
.hero-copy p { max-width: 760px; margin: 30px 0 34px; color: #b9bfd1; font-size: clamp(17px, 1.6vw, 23px); line-height: 1.55; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--coral); color: #140b13; font-weight: 850; box-shadow: 0 14px 36px rgba(255, 98, 77, .2); transition: transform .2s ease, background .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: #ff7a68; }
.signal-panel { position: relative; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(150deg, rgba(26,34,74,.96), rgba(10,13,31,.94)); box-shadow: var(--shadow); }
.signal-panel::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -90px; border: 38px solid rgba(108,65,255,.17); border-radius: 50%; }
.signal-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; color: #d8dbeb; font-size: 11px; font-weight: 850; letter-spacing: .22em; }
.signal-heading i { width: 46%; height: 1px; background: var(--line); }
.signal-panel dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; }
.signal-panel dl div { min-height: 106px; padding: 17px 16px; border: 1px solid var(--line); }
.signal-panel dl div:nth-child(2n) { border-left: 0; }
.signal-panel dl div:nth-child(n+3) { border-top: 0; }
.signal-panel dt { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.signal-panel dd { margin: 10px 0 0; font-size: clamp(27px, 3vw, 41px); font-weight: 780; letter-spacing: -.04em; }
.signal-panel dd small { margin-left: 4px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.signal-panel > p { position: relative; z-index: 1; margin: 20px 0 0; color: var(--muted); font-size: 12px; }
.pulse-dot, .live-badge i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(120,240,157,.12); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(120,240,157,0); } }

.breadcrumbs { max-width: var(--max); margin: 0 auto 22px; padding: 0 28px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs strong { color: var(--paper); }
.directory-shell { max-width: var(--max); margin: 0 auto; padding: 18px 28px 54px; }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 14px 0 22px; }
.directory-heading h1 { margin: 0; font-size: clamp(36px, 5vw, 70px); line-height: 1; letter-spacing: -.045em; }
.directory-heading h1.directory-title-all { position: relative; width: fit-content; padding: 0 .08em .12em 0; background: linear-gradient(108deg, #fff0e9 0%, #ff9d91 30%, #ff624d 58%, #ed2cff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; font-family: Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; font-style: italic; font-weight: 600; letter-spacing: -.04em; line-height: .96; text-wrap: balance; filter: drop-shadow(0 10px 22px rgba(237,44,255,.16)); }
.directory-heading h1.directory-title-all::after { content: ""; position: absolute; left: .02em; right: -.03em; bottom: 0; height: .18em; border-bottom: 2px solid rgba(255,98,77,.75); border-radius: 50%; transform: rotate(-1.5deg); }
.directory-heading p { margin: 0 0 6px; color: var(--muted); }
.directory-heading p strong { color: #fff; }
.filter-console { position: sticky; top: 10px; z-index: 40; display: grid; grid-template-columns: minmax(240px, 1fr) 210px auto auto auto; gap: 10px; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(9, 12, 29, .91); box-shadow: 0 18px 52px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.filter-console label { display: grid; gap: 4px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.035); }
.filter-console label span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.filter-console input, .filter-console select { width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: #fff; }
.filter-console select option { background: var(--ink-soft); }
.filter-console > button { border: 0; border-radius: 12px; padding: 0 20px; background: var(--violet); color: #fff; font-weight: 760; }
.filter-console .favorites-toggle { background: var(--panel); }
.filter-console .favorites-toggle b { display: inline-grid; min-width: 23px; min-height: 23px; margin-left: 5px; place-items: center; border-radius: 999px; background: rgba(255,255,255,.09); font-size: 11px; }
.filter-console .favorites-toggle[aria-pressed="true"] { background: var(--coral); color: var(--ink); }
.clear-link { align-self: center; padding: 10px; color: var(--muted); font-size: 12px; }
.category-ribbon { display: flex; gap: 8px; margin: 16px 0 12px; padding: 10px 0; overflow-x: auto; scrollbar-width: thin; }
#categories, #live-grid { scroll-margin-top: 22px; }
.category-ribbon a { flex: 0 0 auto; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; color: #bec3d3; font-size: 12px; font-weight: 700; }
.category-ribbon a:hover, .category-ribbon a[aria-current="page"] { border-color: var(--violet-bright); background: rgba(108,65,255,.18); color: #fff; }
.snapshot-note, .source-alert { margin: 12px 0 20px; color: var(--muted); font-size: 12px; }
.source-alert { padding: 12px 16px; border: 1px solid rgba(255,98,77,.35); border-radius: 12px; background: rgba(255,98,77,.09); color: #ffd0c9; }

.room-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.room-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: #111733; box-shadow: 0 12px 32px rgba(0,0,0,.17); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.room-card:hover { transform: translateY(-5px); border-color: rgba(143,112,255,.65); box-shadow: 0 28px 55px rgba(0,0,0,.3); }
.room-card[hidden] { display: none !important; }
.room-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #050712; }
.room-media > img, .preview-slot, .preview-slot iframe, .preview-slot video { position: absolute; inset: 0; width: 100%; height: 100%; }
.room-media > img { object-fit: cover; transition: transform .5s ease, filter .3s ease; }
.room-card:hover .room-media > img { transform: scale(1.025); }
.room-media.previewing > img { opacity: 0; }
.preview-slot { display: none; background: #000; }
.room-media.previewing .preview-slot { display: block; }
.preview-slot iframe, .preview-slot video { border: 0; object-fit: cover; }
.live-badge, .viewer-badge, .preview-hint { position: absolute; z-index: 3; top: 12px; display: inline-flex; align-items: center; padding: 7px 9px; border-radius: 999px; background: rgba(3,5,14,.78); box-shadow: 0 8px 20px rgba(0,0,0,.2); backdrop-filter: blur(8px); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.live-badge { left: 12px; }
.live-badge i { width: 6px; height: 6px; margin-right: 6px; }
.viewer-badge { right: 12px; }
.preview-hint { top: auto; left: 12px; bottom: 12px; opacity: 0; transform: translateY(6px); transition: .2s ease; }
.room-media:hover .preview-hint { opacity: 1; transform: none; }
.favorite-button { position: absolute; z-index: 4; right: 12px; bottom: 12px; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(3,5,14,.72); color: #fff; font-size: 22px; line-height: 1; backdrop-filter: blur(8px); }
.favorite-button[aria-pressed="true"] { border-color: var(--coral); background: var(--coral); color: #140b13; }
.room-content { padding: 16px; }
.room-source { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.provider-label { display: inline-flex; width: fit-content; padding: 5px 8px; border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.provider-chaturbate { background: #f47a20; color: #1d0f04; }
.provider-stripchat { background: #7d52ff; color: #fff; }
.room-source small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.room-content h3 { margin: 13px 0 8px; overflow: hidden; font-size: 21px; letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.room-content h3 a:hover { color: var(--violet-bright); }
.tag-list { min-height: 24px; display: flex; gap: 5px; overflow: hidden; }
.tag-list span { color: #9ea6bd; font-size: 11px; white-space: nowrap; }
.card-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 750; }
.card-actions a:first-child { color: var(--muted); }
.card-actions .outbound { color: #fff; }
.card-actions a:hover { color: var(--coral); }
.empty-state { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 34px; padding: 18px 0; border-top: 1px solid var(--line); }
.pagination a { width: fit-content; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 750; }
.pagination a:last-child { justify-self: end; }
.pagination b { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.category-guide { max-width: var(--max); margin: 0 auto; padding: 72px 28px; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr); gap: clamp(36px,8vw,120px); border-top: 1px solid var(--line); }
.category-guide h2 { margin: 0; max-width: 520px; font-size: clamp(38px,5vw,72px); line-height: .98; letter-spacing: -.045em; }
.category-guide p { margin: 0 0 18px; color: #c8ccda; font-size: 17px; line-height: 1.7; }
.category-guide h3 { margin: 30px 0 12px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.category-guide nav, .profile-note nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.category-guide nav a, .profile-note nav a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #d5d8e2; font-size: 12px; font-weight: 700; }
.category-guide .method-link { color: var(--coral); font-weight: 800; }
.trust-strip { max-width: calc(var(--max) - 56px); margin: 0 auto 90px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.trust-strip p { min-height: 110px; margin: 0; padding: 24px; display: flex; align-items: center; gap: 17px; color: #b9bfd0; font-size: 13px; }
.trust-strip p + p { border-left: 1px solid var(--line); }
.trust-strip b { color: var(--coral); font-size: 23px; }

.profile-main, .editorial-main { max-width: var(--max); margin: 0 auto; padding: 48px 28px 110px; }
.profile-main .breadcrumbs, .editorial-main .breadcrumbs { margin: 0 0 30px; padding: 0; }
.profile-stage { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.profile-stage figure { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 32px; background: #050712; box-shadow: var(--shadow); }
.profile-stage figure img { width: 100%; height: 100%; object-fit: cover; }
.profile-stage figure .live-badge { top: 18px; left: 18px; }
.profile-stage figure .offline-badge { background: rgba(28,31,43,.9); color: #d7dae5; }
.profile-stage figure .offline-badge i { background: #9399aa; box-shadow: none; }
.profile-copy h1 { margin: 18px 0 18px; font-size: clamp(48px, 6vw, 90px); line-height: .95; letter-spacing: -.055em; overflow-wrap: anywhere; }
.profile-copy > p { max-width: 620px; color: #b9bfd1; font-size: 18px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 26px 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.fact-grid div { padding: 14px 16px; }
.fact-grid div:nth-child(2n) { border-left: 1px solid var(--line); }
.fact-grid div:nth-child(n+3) { border-top: 1px solid var(--line); }
.fact-grid dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.fact-grid dd { margin: 3px 0 0; font-weight: 760; }
.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 25px; }
.profile-tags a, .profile-tags span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; }
.profile-copy .primary-button { margin-bottom: 13px; }
.profile-copy > small { display: block; color: var(--muted); }
.profile-note { max-width: 850px; margin: 100px auto 0; padding: 35px 0 0; border-top: 1px solid var(--line); text-align: center; }
.profile-note h2 { margin: 0; font-size: clamp(34px, 5vw, 62px); }
.profile-note p { color: var(--muted); }
.profile-note a { color: var(--coral); font-weight: 800; }
.observation-panel { max-width: 980px; margin: 90px auto 0; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: rgba(16,18,31,.72); }
.observation-panel > span { color: var(--coral); font-size: 11px; font-weight: 850; letter-spacing: .2em; }
.observation-panel h2 { margin: 15px 0 26px; font-size: clamp(34px,5vw,62px); letter-spacing: -.045em; }
.observation-panel dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.observation-panel dl div { padding: 18px; background: #111321; }
.observation-panel dt { margin-bottom: 6px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.observation-panel dd { margin: 0; overflow-wrap: anywhere; font-weight: 750; }
.observation-panel p { margin: 22px 0 0; color: var(--muted); line-height: 1.65; }
.last-reviewed { padding-top: 18px; border-top: 1px solid var(--line); color: var(--coral) !important; font-size: 14px !important; font-weight: 800; }

.editorial-hero { max-width: 1000px; padding: 55px 0 35px; }
.editorial-hero h1 { margin: 0; font-size: clamp(56px, 8vw, 116px); line-height: .92; letter-spacing: -.06em; }
.editorial-hero p { margin: 25px 0 0; color: #b9bfd1; font-size: clamp(19px, 2vw, 28px); }
.editorial-body { max-width: 850px; margin-left: auto; padding: 30px 0; border-top: 1px solid var(--line); }
.editorial-body p { margin: 0 0 24px; color: #d1d4df; font-size: 18px; line-height: 1.75; }
.contact-form { max-width: 850px; margin-left: auto; display: grid; gap: 14px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--ink-soft); }
.contact-form label { display: grid; gap: 7px; }
.contact-form label span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.04); color: #fff; outline: none; }
.contact-form select option { background: var(--ink-soft); }
.contact-form textarea { resize: vertical; }
.contact-form .primary-button { justify-self: start; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-status { margin: 0; padding: 11px; border-radius: 10px; background: rgba(120,240,157,.1); color: var(--green); }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 52px 28px 38px; display: grid; grid-template-columns: 1fr auto; gap: 36px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -.03em; }
.site-footer p { max-width: 520px; margin: 9px 0; font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 12px; }
.site-footer nav a:hover { color: #fff; }
.site-footer > small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }

.error-page { display: grid; min-height: 100vh; place-items: center; }
.error-page main { text-align: center; }
.error-page b { color: var(--coral); font-size: 80px; }
.error-page h1 { margin: 0; font-size: 46px; }
.error-page p { color: var(--muted); }
.error-page a { color: var(--violet-bright); font-weight: 750; }
.admin-login-page, .admin-page { position: relative; min-height: 100vh; overflow-x: hidden; background: #060817; color: var(--paper); }
.admin-login-page::before, .admin-page::before { display: none; }
.admin-aurora { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.admin-aurora::before, .admin-aurora::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); }
.admin-aurora::before { width: min(78vw, 900px); height: min(78vw, 900px); top: -48%; right: -20%; background: radial-gradient(circle, rgba(108,65,255,.34), rgba(237,44,255,.09) 44%, transparent 70%); }
.admin-aurora::after { width: min(70vw, 760px); height: min(70vw, 760px); bottom: -51%; left: -17%; background: radial-gradient(circle, rgba(255,98,77,.21), rgba(237,44,255,.08) 45%, transparent 72%); }
.admin-login-shell { position: relative; z-index: 1; min-height: 100vh; padding: 32px 20px; display: grid; place-content: center; justify-items: center; gap: 20px; }
.admin-login-card { width: min(590px, calc(100vw - 40px)); padding: clamp(30px, 6vw, 58px); border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: linear-gradient(145deg, rgba(20,27,59,.88), rgba(9,12,29,.91)); box-shadow: 0 42px 110px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.05); backdrop-filter: blur(20px); }
.admin-login-card > img { display: block; width: 86px; height: 86px; margin: 0 auto 22px; object-fit: contain; filter: drop-shadow(0 0 24px rgba(237,44,255,.3)); }
.admin-kicker { display: block; color: #ff9a8c; font-size: 10px; font-weight: 850; letter-spacing: .26em; text-transform: uppercase; }
.admin-login-card .admin-kicker { text-align: center; }
.admin-login-card h1 { margin: 9px 0 12px; text-align: center; font-family: "Bodoni MT", Didot, Baskerville, Georgia, serif; font-size: clamp(40px, 8vw, 64px); font-weight: 600; line-height: 1; letter-spacing: -.045em; }
.admin-login-card > p:not(.admin-login-message) { max-width: 440px; margin: 0 auto 32px; text-align: center; color: #b7bed2; }
.admin-login-card label { display: block; margin: 14px 0 7px; color: #aab1c8; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.admin-login-card > input, .admin-password-row input { min-width: 0; width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(2,4,14,.54); color: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.admin-login-card > input:focus, .admin-password-row input:focus { border-color: rgba(255,98,77,.8); box-shadow: 0 0 0 4px rgba(255,98,77,.1); }
.admin-password-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.admin-password-row button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 13px; background: linear-gradient(115deg, #ff826f, var(--coral) 48%, #e642d9); color: #160912; font-weight: 850; box-shadow: 0 15px 34px rgba(255,98,77,.2); transition: transform .2s ease, filter .2s ease; }
.admin-password-row button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.admin-login-message { min-height: 24px; margin: 14px 0 0; color: #ff9c8f; font-size: 13px; text-align: center; }
.admin-login-card > small { display: block; margin-top: 20px; color: #777f99; text-align: center; }
.admin-return-link { color: #aeb5cb; font-size: 13px; transition: color .2s ease; }
.admin-return-link:hover { color: #fff; }
.admin-header { position: relative; z-index: 2; min-height: 86px; padding: 14px clamp(20px, 4vw, 54px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); background: rgba(6,8,23,.7); backdrop-filter: blur(18px); }
.admin-brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; }
.admin-brand img { width: 48px; height: 48px; filter: drop-shadow(0 0 14px rgba(237,44,255,.25)); }
.admin-brand span { display: grid; line-height: 1.2; }
.admin-brand strong { font-family: "Bodoni MT", Didot, Baskerville, Georgia, serif; font-size: 19px; }
.admin-brand small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.admin-header nav { display: flex; align-items: center; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.admin-header nav a { padding: 8px 16px; border-radius: 999px; color: #aeb5cb; font-size: 12px; font-weight: 760; }
.admin-header nav a:hover, .admin-header nav a.active { background: rgba(255,255,255,.1); color: #fff; }
.admin-header form { justify-self: end; }
.admin-logout { padding: 9px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: transparent; color: #d9dce8; font-size: 12px; font-weight: 750; }
.admin-logout:hover { border-color: rgba(255,98,77,.65); color: #fff; }
.admin-main { position: relative; z-index: 1; max-width: 1180px; margin: auto; padding: clamp(60px, 8vw, 110px) 25px; }
.admin-main h1 { max-width: 900px; margin: 10px 0 4px; font-family: "Bodoni MT", Didot, Baskerville, Georgia, serif; font-size: clamp(50px, 8vw, 92px); font-weight: 600; line-height: .96; letter-spacing: -.055em; }
.admin-intro { margin: 0 0 42px; color: #aeb5cb; font-size: 17px; }
.admin-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 34px; }
.admin-grid div, .admin-contacts article { position: relative; overflow: hidden; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: linear-gradient(145deg, rgba(24,31,66,.78), rgba(11,15,35,.82)); box-shadow: 0 18px 50px rgba(0,0,0,.16); }
.admin-grid div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--coral), var(--magenta)); opacity: .8; }
.admin-grid dt { color: #9098b1; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.admin-grid dd { margin: 8px 0 0; color: #fff; font-size: 32px; font-weight: 800; }
.admin-action-link { display: inline-flex; padding: 12px 18px; border: 1px solid rgba(143,112,255,.4); border-radius: 999px; color: #d8d0ff; font-size: 13px; font-weight: 800; }
.admin-action-link:hover { border-color: var(--coral); color: #fff; }
.admin-back { display: inline-block; margin-bottom: 8px; color: #aeb5cb; font-size: 13px; }
.admin-contacts { display: grid; gap: 12px; margin-top: 40px; }
.admin-contacts header { display: flex; justify-content: space-between; gap: 20px; }
.admin-contacts time { color: #858da7; font-size: 12px; }
.admin-contacts article > a { color: #c8bcff; }
.admin-contacts article > p { margin-bottom: 0; color: #c4c9d8; white-space: pre-wrap; }
.admin-main { max-width: 1480px; }
.admin-command-main { max-width: 1320px; }
.admin-hero { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; margin-bottom: 48px; }
.admin-hero > div { max-width: 930px; }
.admin-hero h1 { margin-bottom: 16px; }
.admin-hero p { max-width: 760px; margin: 0; color: #aeb5cb; font-size: clamp(16px, 1.5vw, 20px); }
.admin-health-pill { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(120,240,157,.22); border-radius: 999px; background: rgba(120,240,157,.06); color: #bdfaca; font-size: 10px; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.admin-health-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(120,240,157,.09); }
.admin-module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admin-module-card { position: relative; min-height: 470px; padding: 30px; display: flex; overflow: hidden; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: linear-gradient(150deg, rgba(24,31,66,.9), rgba(9,12,29,.94)); box-shadow: 0 24px 70px rgba(0,0,0,.22); transition: transform .22s ease, border-color .22s ease; }
.admin-module-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; top: -100px; border: 42px solid rgba(108,65,255,.09); border-radius: 50%; }
.admin-module-card:hover { transform: translateY(-5px); border-color: rgba(255,98,77,.42); }
.admin-module-icon { display: grid; width: 54px; height: 54px; margin-bottom: 36px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.05); color: #ff9485; font-size: 25px; }
.admin-module-card h2 { margin: 8px 0 9px; font-family: "Bodoni MT", Didot, Baskerville, Georgia, serif; font-size: 46px; font-weight: 600; line-height: 1; }
.admin-module-card p { min-height: 70px; margin: 0; color: #aeb5cb; }
.admin-module-card dl { margin: 30px 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 15px; }
.admin-module-card dl div { min-width: 0; padding: 14px 11px; }
.admin-module-card dl div + div { border-left: 1px solid var(--line); }
.admin-module-card dt { overflow: hidden; color: #858da7; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.admin-module-card dd { margin: 4px 0 0; color: #fff; font-size: 22px; font-weight: 820; }
.admin-module-card > strong { margin-top: auto; color: #ded8ff; font-size: 13px; }
.admin-module-card > strong span { float: right; color: #ff9183; }
.admin-module-index { background: linear-gradient(150deg, rgba(48,29,68,.88), rgba(10,12,30,.94)); }
.admin-module-contact { background: linear-gradient(150deg, rgba(47,30,52,.87), rgba(10,13,31,.94)); }
.admin-period { margin: -18px 0 28px; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.03); }
.admin-period > div { display: flex; flex-wrap: wrap; gap: 5px; }
.admin-period a, .admin-period button { padding: 9px 14px; border: 0; border-radius: 999px; background: transparent; color: #aeb5cb; font-size: 12px; font-weight: 750; }
.admin-period a.active { background: #fff; color: #0b0e20; }
.admin-period form { display: flex; align-items: center; gap: 8px; }
.admin-period label { display: flex; align-items: center; gap: 6px; color: #929ab3; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.admin-period input { padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; background: rgba(0,0,0,.2); color: #fff; color-scheme: dark; }
.admin-period button { background: rgba(143,112,255,.18); color: #e0d9ff; }
.admin-kpi-grid { margin-bottom: 16px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.admin-kpi { min-height: 154px; padding: 21px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(23,30,64,.82), rgba(11,15,35,.85)); }
.admin-kpi > span { min-height: 32px; color: #969eb7; font-size: 10px; font-weight: 810; letter-spacing: .08em; text-transform: uppercase; }
.admin-kpi > strong { margin: 5px 0; color: #fff; font-size: clamp(27px, 3vw, 40px); line-height: 1; }
.admin-kpi > small { margin-top: auto; color: #7f879e; font-size: 10px; }
.admin-panel { margin-top: 16px; padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: linear-gradient(145deg, rgba(20,27,58,.78), rgba(9,13,31,.84)); box-shadow: 0 18px 54px rgba(0,0,0,.14); }
.admin-panel h2 { margin: 6px 0 20px; font-family: "Bodoni MT", Didot, Baskerville, Georgia, serif; font-size: clamp(27px, 3vw, 40px); font-weight: 600; line-height: 1.05; }
.admin-panel-header { margin-bottom: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.admin-panel-header h2 { margin-bottom: 0; }
.admin-panel-header > small { color: #8189a2; }
.admin-funnel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.admin-funnel article { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.admin-funnel article + article::before { content: "→"; position: absolute; left: -17px; top: 50%; color: #6f7892; transform: translateY(-50%); }
.admin-funnel span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: rgba(255,98,77,.13); color: #ff9587; font-size: 10px; font-weight: 900; }
.admin-funnel strong { display: block; margin: 15px 0 5px; font-size: 32px; }
.admin-funnel small { color: #8f97b0; }
.admin-detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admin-detail-grid > .admin-panel:nth-last-child(2):first-child, .admin-detail-grid > .admin-panel:nth-last-child(2):first-child ~ .admin-panel { grid-column: span 1; }
.admin-table-wrap { width: 100%; overflow-x: auto; }
.admin-table-wrap table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table-wrap th { padding: 11px 13px; border-bottom: 1px solid var(--line); color: #858da7; font-size: 9px; letter-spacing: .08em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.admin-table-wrap td { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.07); color: #c8cddd; vertical-align: top; }
.admin-table-wrap tbody tr:hover { background: rgba(255,255,255,.025); }
.admin-table-wrap a { color: #cbbfff; }
.admin-message-cell { min-width: 330px; }
.admin-message-cell p { margin: 0; white-space: pre-wrap; }
.admin-rank-list { display: grid; gap: 11px; }
.admin-rank-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 5px 12px; }
.admin-rank-list span { min-width: 0; overflow: hidden; color: #c7ccdd; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.admin-rank-list span b { display: inline-block; min-width: 25px; margin-right: 9px; color: #737c97; font-size: 9px; }
.admin-rank-list strong { font-size: 12px; }
.admin-rank-list meter { grid-column: 1 / -1; width: 100%; height: 5px; border: 0; background: rgba(255,255,255,.06); }
meter::-webkit-meter-bar { border: 0; border-radius: 999px; background: rgba(255,255,255,.07); }
meter::-webkit-meter-optimum-value { border-radius: 999px; background: linear-gradient(90deg, var(--violet), var(--coral)); }
meter::-moz-meter-bar { border-radius: 999px; background: linear-gradient(90deg, var(--violet), var(--coral)); }
.admin-empty, .admin-note { color: #838ca5; font-size: 12px; }
.admin-server-hero { margin: 82px 0 30px; padding-top: 70px; border-top: 1px solid var(--line); }
.admin-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.admin-resource-grid > article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(24,31,66,.83), rgba(10,14,33,.86)); }
.admin-resource-grid header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.admin-resource-grid header span { color: #aab1c6; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.admin-resource-grid header strong { font-size: 25px; }
.admin-resource-grid meter { width: 100%; height: 10px; margin: 18px 0; }
.admin-resource-grid dl, .admin-facts { margin: 0; }
.admin-resource-grid dl div, .admin-facts div { padding: 9px 0; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.07); }
.admin-resource-grid dt, .admin-facts dt { color: #7f879e; font-size: 11px; }
.admin-resource-grid dd, .admin-facts dd { margin: 0; max-width: 68%; overflow-wrap: anywhere; color: #d6dae7; font-size: 11px; text-align: right; }
.admin-footer { margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--line); color: #747d97; font-size: 11px; }
.admin-index-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr); gap: 16px; }
.admin-index-grid .admin-panel { margin-top: 0; }
.admin-index-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.admin-index-actions form { margin: 0; }
.admin-index-actions button { width: 100%; min-height: 124px; padding: 20px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 1px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(108,65,255,.12); color: #fff; text-align: left; }
.admin-index-actions button > span { grid-row: 1 / 3; align-self: center; color: #ff9587; font-size: 28px; }
.admin-index-actions button strong { font-size: 15px; }
.admin-index-actions button small { color: #858da7; }
.admin-index-actions button:hover { border-color: rgba(255,98,77,.5); }
.admin-custom-index { margin-top: 24px; display: grid; gap: 10px; }
.admin-custom-index label { display: flex; justify-content: space-between; gap: 15px; color: #aeb5ca; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.admin-custom-index label small { color: #737c96; font-weight: 500; text-transform: none; }
.admin-custom-index textarea { width: 100%; padding: 14px; resize: vertical; border: 1px solid var(--line); border-radius: 13px; background: rgba(0,0,0,.24); color: #fff; outline: none; }
.admin-custom-index > button { justify-self: start; padding: 11px 17px; border: 0; border-radius: 999px; background: var(--coral); color: #170b13; font-weight: 850; }
.admin-submit-message { min-height: 22px; color: #aeb5cb; font-size: 12px; }
.admin-error, .admin-result-error { color: #ff9a8c !important; }
.admin-result-ok { color: #9af4b4 !important; }
.admin-filter-note { margin: -12px 0 24px; padding: 11px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(120,240,157,.15); border-radius: 13px; background: rgba(120,240,157,.045); color: #aab6b5; font-size: 11px; }
.admin-filter-note i { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(120,240,157,.08); }
.admin-map-grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(280px, .7fr); gap: 16px; }
.admin-map-grid > .admin-panel { min-width: 0; }
.admin-map-panel .admin-panel-header > strong { color: #cbd1e2; font-size: 12px; }
.admin-world-map { min-height: 390px; display: grid; overflow: hidden; place-items: center; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: radial-gradient(circle at 50% 35%, rgba(108,65,255,.12), transparent 58%), rgba(2,5,16,.42); }
.admin-world-map > p { color: #7f879f; font-size: 12px; }
.admin-world-map svg { display: block; width: 100%; height: auto; max-height: 520px; }
.admin-map-country { stroke: rgba(10,13,31,.9); stroke-width: .65; vector-effect: non-scaling-stroke; transition: fill .18s ease, filter .18s ease; }
.admin-map-country:hover { filter: brightness(1.35); }
.admin-map-level-0 { fill: #202946; }
.admin-map-level-1 { fill: #443d79; }
.admin-map-level-2 { fill: #664ba1; }
.admin-map-level-3 { fill: #9652ba; }
.admin-map-level-4 { fill: #d554a7; }
.admin-map-level-5 { fill: #ff7868; }
.admin-map-legend { margin-top: 12px; display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: #747d97; font-size: 9px; text-transform: uppercase; }
.admin-map-legend i { width: 21px; height: 7px; border-radius: 999px; }
.admin-map-legend .admin-map-level-1 { background: #443d79; }
.admin-map-legend .admin-map-level-2 { background: #664ba1; }
.admin-map-legend .admin-map-level-3 { background: #9652ba; }
.admin-map-legend .admin-map-level-4 { background: #d554a7; }
.admin-map-legend .admin-map-level-5 { background: #ff7868; }
.admin-map-error { color: #ff9a8c; font-size: 12px; }
.admin-detail-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 1180px) {
  .room-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .filter-console { grid-template-columns: minmax(220px, 1fr) 180px auto auto; }
  .filter-console .clear-link { display: none; }
  .admin-kpi-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-module-grid { grid-template-columns: 1fr 1fr; }
  .admin-module-card:last-child { grid-column: 1 / -1; min-height: 390px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); }
  .language-switch { grid-column: 2; grid-row: 1; }
  .atlas-hero { grid-template-columns: 1fr; }
  .signal-panel { max-width: 600px; }
  .filter-console { position: static; grid-template-columns: 1fr 1fr; }
  .filter-console .search-field { grid-column: 1 / -1; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-stage { grid-template-columns: 1fr; }
  .category-guide { grid-template-columns: 1fr; }
  .observation-panel dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p + p { border-left: 0; border-top: 1px solid var(--line); }
  .admin-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-header { grid-template-columns: 1fr auto; }
  .admin-header nav { grid-column: 1 / -1; grid-row: 2; justify-self: center; }
  .admin-header form { grid-column: 2; grid-row: 1; }
  .admin-hero { align-items: flex-start; flex-direction: column; }
  .admin-detail-grid, .admin-resource-grid { grid-template-columns: 1fr; }
  .admin-period { align-items: stretch; flex-direction: column; }
  .admin-period form { flex-wrap: wrap; }
  .admin-index-grid { grid-template-columns: 1fr; }
  .admin-map-grid, .admin-detail-grid-two { grid-template-columns: 1fr; }
  .admin-world-map { min-height: 320px; }
}

@media (max-width: 560px) {
  .site-header { padding: 12px 16px; gap: 12px; }
  .brand img { width: 52px; height: 52px; }
  .brand b { font-size: 16px; }
  .brand small { margin-top: 7px; font-size: 7px; letter-spacing: .25em; }
  .site-header nav { gap: 12px; overflow-x: auto; justify-content: flex-start; font-size: 12px; }
  .language-switch { gap: 2px; }
  .language-switch a { min-width: 27px; padding-inline: 3px; }
  .atlas-hero { padding: 62px 16px 46px; gap: 36px; }
  .hero-copy h2 { font-size: clamp(49px, 15vw, 72px); }
  .hero-copy p { font-size: 17px; }
  .breadcrumbs, .directory-shell, .profile-main, .editorial-main { padding-left: 16px; padding-right: 16px; }
  .directory-heading { align-items: start; flex-direction: column; }
  .filter-console { grid-template-columns: 1fr; }
  .filter-console .search-field { grid-column: auto; }
  .filter-console > button { min-height: 47px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card { border-radius: 18px; }
  .trust-strip { margin-inline: 16px; }
  .profile-stage figure { border-radius: 20px; }
  .profile-copy h1 { font-size: 49px; }
  .category-guide { padding: 48px 16px; }
  .observation-panel { margin-top: 56px; padding: 22px; }
  .observation-panel dl { grid-template-columns: 1fr; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid div:nth-child(2n) { border-left: 0; }
  .fact-grid div + div { border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; padding-inline: 16px; }
  .site-footer nav { justify-content: flex-start; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-login-card { width: min(100%, calc(100vw - 28px)); padding: 28px 20px; border-radius: 24px; }
  .admin-password-row { grid-template-columns: 1fr; }
  .admin-password-row button { width: 100%; }
  .admin-header { padding: 12px 16px; gap: 13px; }
  .admin-brand strong { font-size: 16px; }
  .admin-brand small { display: none; }
  .admin-header nav { width: 100%; justify-content: center; }
  .admin-header nav a { flex: 1; text-align: center; }
  .admin-main { padding: 58px 16px; }
  .admin-contacts header { align-items: flex-start; flex-direction: column; gap: 4px; }
  .admin-module-grid, .admin-kpi-grid, .admin-funnel, .admin-index-actions { grid-template-columns: 1fr; }
  .admin-module-card, .admin-module-card:last-child { grid-column: auto; min-height: 440px; padding: 24px; }
  .admin-funnel article + article::before { content: "↓"; left: 50%; top: -17px; transform: translateX(-50%); }
  .admin-period form { align-items: stretch; flex-direction: column; }
  .admin-period label { justify-content: space-between; }
  .admin-custom-index label { flex-direction: column; }
  .admin-server-hero { margin-top: 54px; padding-top: 52px; }
  .admin-world-map { min-height: 240px; }
}

@media (max-width: 360px) {
  .brand-wordmark { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
