﻿:root {
  --bg: #020617;
  --bg-soft: #050d27;
  --card: #07102a;
  --line: #152344;
  --text: #f2f6ff;
  --muted: #96a4c9;
  --pink: #ff4bc1;
  --violet: #8f59ff;
  --sky: #59d8ff;
  --gold: #ffd644;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  min-height: 100vh;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 430px at 50% -10%, rgba(129, 72, 255, .24), transparent 62%),
    linear-gradient(180deg, #06102a 0%, var(--bg) 60%);
}

.shell {
  width: min(1180px, calc(100% - 26px));
  margin: 10px auto 24px;
}

.cookie-banner {
  position: sticky;
  bottom: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 214, 68, .22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(9, 19, 46, .96), rgba(5, 13, 39, .96));
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-copy {
  color: #dbe5ff;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner-close {
  flex: none;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 0 16px;
  background: linear-gradient(90deg, var(--violet), var(--pink));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-banner-close:hover {
  filter: brightness(1.06);
}

@media (max-width: 640px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner-close {
    width: 100%;
  }
}

.sponsor-pin {
  display: flex;
  justify-content: center;
  margin: 6px 0 12px;
}

.sponsor-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.sponsor-img {
  width: min(100%, 286px);
  height: auto;
  display: block;
}

.sponsor-note {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a3b2d7;
}

.hero {
  text-align: center;
  padding: 30px 20px 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    radial-gradient(540px 190px at 50% 14%, rgba(164, 71, 255, .2), transparent 70%),
    linear-gradient(180deg, rgba(8, 12, 34, .94), rgba(4, 8, 23, .97));
}

.hero h1 {
  margin: 8px 0 10px;
  font-size: clamp(52px, 7.7vw, 82px);
  line-height: .9;
  letter-spacing: -.02em;
  font-weight: 800;
}
.hero h1 .brand-link {
  color: inherit;
  text-decoration: none;
}
.hero h1 .brand-faint {
  -webkit-text-fill-color: #22335f;
  color: #22335f;
}
.hero h1 .brand-main {
  background: linear-gradient(92deg, #b97cff 0%, #ff69ca 57%, #59dcff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.micro {
  margin: 0;
  color: #ba96ff;
  font-size: 10px;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.micro-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.micro-ico {
  width: 14px;
  height: 14px;
  color: #a877ff;
}
.micro-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ribbon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 4px 12px;
  border: 1px solid rgba(255, 214, 68, .28);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--gold);
  background: rgba(255, 214, 68, .12);
}

.ribbon-ico {
  width: 12px;
  height: 12px;
  color: var(--gold);
  flex: none;
}

.lede {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 25px;
  background: linear-gradient(90deg, var(--violet), var(--pink));
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(116, 38, 255, .3);
}

.cta-ico {
  width: 17px;
  height: 17px;
  flex: none;
}

.toolbar {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tabs {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #0a132f;
  padding: 3px;
}

.tab {
  min-width: 56px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #9fafd8;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 12px;
  cursor: pointer;
}

.tab.is-active {
  color: #fff;
  background: linear-gradient(90deg, rgba(143, 89, 255, .38), rgba(255, 75, 193, .34));
}

.ico {
  width: 13px;
  height: 13px;
  flex: none;
  opacity: .9;
}

.tab[data-sort='pop'] .ico { color: #fb923c; }
.tab[data-sort='top'] .ico { color: #f472b6; }
.tab[data-sort='new'] .ico { color: #22d3ee; }

.search-wrap { width: min(380px, 100%); }
.search-wrap { position: relative; }
.search-ico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  color: #66759f;
  pointer-events: none;
}
input[type='search'], input[type='text'], input[type='url'], textarea, input[type='file'], .share-url {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #09132e;
  color: #e8eeff;
  padding: 10px 12px;
  font-size: 13px;
}
input[type='search'] { padding-left: 50px; }
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #09132e;
  color: #e8eeff;
  padding: 10px 12px;
  font-size: 13px;
}

.ad-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 12px;
}

.load-more-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.show-more-btn {
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid #2b4275;
  background: linear-gradient(180deg, #0f1b3d, #0a132e);
  color: #d6e3ff;
  font-weight: 700;
  cursor: pointer;
}

.show-more-btn:disabled {
  opacity: .75;
  cursor: wait;
}

.card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 11px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 20, 47, .92), rgba(6, 10, 28, .99));
}
.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.thumb {
  position: relative;
  height: 156px;
  display: block;
  background:
    radial-gradient(circle at 22% 20%, #ffd95c, transparent 40%),
    radial-gradient(circle at 84% 16%, #ff9637, transparent 45%),
    linear-gradient(120deg, #f6bc31, #ec6e2c 46%, #2a1727);
}

.thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, .65));
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(6, 12, 30, .78);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-badge svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.body.on-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 12px;
}

.title {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.meta {
  margin-top: 6px;
  color: #b9c6e9;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.meta-ico {
  width: 10px;
  height: 10px;
  color: #8ea0cc;
}

.stats {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 10px;
  color: #d7e2ff;
}
.stats span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.list-stat-ico {
  width: 12px;
  height: 12px;
}
.list-stat-ico.eye { color: #22d3ee; }
.list-stat-ico.heart { color: #f472b6; }

.panel {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(8, 13, 33, .95), rgba(5, 8, 23, .98));
}

.back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #b7c5eb;
  text-decoration: none;
  font-size: 13px;
}

.upload-panel {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.upload-page {
  width: min(760px, 100%);
  margin: 0 auto;
}

.upload-back {
  color: #99a8cf;
  margin-bottom: 36px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.back-ico {
  width: 18px;
  height: 18px;
}

.upload-head {
  text-align: center;
  margin-bottom: 28px;
}

.upload-kicker {
  justify-content: center;
  color: #b587ff;
  font-size: 12px;
  letter-spacing: .18em;
}

.upload-head h2 {
  margin: 16px 0 10px;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: .97;
  letter-spacing: -.02em;
}

.upload-head h2 span {
  background: linear-gradient(90deg, #b978ff, #ff67c8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.upload-sub {
  font-size: 15px;
  margin: 0;
}

.upload-form {
  width: 100%;
}

.upload-warning {
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #5c2730;
  border-radius: 12px;
  background: rgba(92, 39, 48, .2);
  color: #ffd9de;
  font-size: 12px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.upload-warning .warn-ico {
  flex: 0 0 auto;
  color: #ffb4be;
  margin-top: 1px;
}

.upload-panel h2 {
  margin: 0 0 7px;
  font-size: clamp(32px, 4.6vw, 50px);
  line-height: .95;
}

.upload-form label {
  display: block;
  margin-top: 24px;
  color: #b7c5e9;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.upload-drop {
  margin-top: 10px;
  border: 2px dashed #1f2f56;
  border-radius: 26px;
  background: rgba(8, 16, 36, .5);
  text-align: center;
  padding: 40px 18px 36px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.upload-hidden-file {
  display: none;
}

.upload-placeholder {
  display: block;
}

.upload-drop-circle {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: rgba(143, 89, 255, .18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.upload-drop-ico {
  width: 24px;
  height: 24px;
  color: #be8dff;
}

.upload-main-text {
  display: block;
  color: #c6d5fa;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.upload-small-text {
  display: block;
  margin-top: 6px;
  color: #7f93c2;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}

.upload-preview {
  position: relative;
  width: 100%;
  min-height: 320px;
  border: 1px solid #22365f;
  border-radius: 20px;
  overflow: hidden;
  background: #0c1737;
}

.preview-media {
  width: 100%;
  height: 320px;
  object-fit: contain;
  display: none;
  background: #0c1737;
}

.preview-file {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 84px);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(5, 8, 20, .7);
  color: #dbe6ff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-form input[type='text'],
.upload-form input[type='url'],
.upload-form textarea {
  display: block;
  margin-top: 10px;
  border-radius: 18px;
  border-color: #23375f;
  background: rgba(12, 21, 44, .85);
  color: #d8e2ff;
  font-size: 12px;
  padding: 12px 14px;
}

.upload-form textarea {
  min-height: 96px;
}

.captcha-wrap {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.publish-btn {
  margin-top: 32px;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #5f29a0, #78154f);
  color: #8ea2c6;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.publish-ico {
  width: 16px;
  height: 16px;
}

.upload-note {
  margin: 26px 0 0;
  text-align: center;
  color: #6c7fae;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.warn-ico {
  width: 16px;
  height: 16px;
}

.full { width: 100%; }
.muted { color: var(--muted); }
.status { min-height: 22px; font-weight: 700; }
.status.ok { color: #76ffc0; }
.status.err { color: #ff9292; }

.upload-success-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(2, 7, 23, .78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.upload-success-dialog {
  width: min(420px, 100%);
  border: 1px solid #2a3f6d;
  border-radius: 14px;
  background: linear-gradient(180deg, #0c1738, #09122c);
  padding: 20px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .45);
}

.upload-success-dialog h3 {
  margin: 0;
  font-size: 22px;
  color: #f2f6ff;
}

.upload-success-dialog p {
  margin: 10px 0 0;
  color: #a8b6da;
  font-size: 14px;
}

.upload-success-close {
  margin-top: 16px;
  min-height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f59ff, #ff4bc1);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: 14px;
}

.preview {
  width: 100%;
  min-height: 350px;
  border: 1px solid var(--line);
  border-radius: 12px;
  object-fit: cover;
  background: #0e1b3d;
}

.infobox {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  background: #09122c;
}

.infobox h2 {
  margin: 8px 0 8px;
  font-size: 40px;
  line-height: .95;
}

.stat-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.stat-box {
  border: 1px solid #21345f;
  border-radius: 9px;
  background: #0b1633;
  padding: 9px 7px;
  text-align: center;
}
.stat-ico {
  width: 16px;
  height: 16px;
  margin: 0 auto 8px;
  display: block;
}
.stat-ico.eye { color: #22d3ee; }
.stat-ico.heart { color: #f472b6; }
.stat-ico.cal { color: #c084fc; }

.stat-box b {
  display: block;
  font-size: 19px;
  line-height: 1;
}

.stat-box span {
  display: block;
  margin-top: 3px;
  color: #9bb0df;
  font-size: 10px;
  text-transform: uppercase;
}

.share-label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 6px;
  color: #93a7d7;
  font-size: 10px;
  letter-spacing: .1em;
}
.share-ico {
  width: 14px;
  height: 14px;
}

.report-row {
  margin-top: 12px;
}

.report-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: #94aee6;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.report-link:hover {
  color: #bed0ff;
}

.share-row {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.share-copy-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.copy-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #243a6c;
  background: #0b1736;
  color: #98a9d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.copy-ico {
  width: 16px;
  height: 16px;
}

.copy-notice {
  margin-top: 6px;
  color: #8dffd3;
  font-size: 12px;
  font-weight: 700;
}

.copy-notice.is-error {
  color: #ff9ea6;
}

.copy-notice-link {
  color: #9ec2ff;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.like-chip {
  margin-top: 12px;
  border: 1px solid #243a6c;
  border-radius: 999px;
  background: #0b1736;
  color: #d2ddff;
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.like-chip:hover {
  border-color: #7f4ee3;
  color: #efe4ff;
  background: rgba(127, 78, 227, .16);
}
.like-chip.is-liked {
  border-color: #7f4ee3;
  color: #f0e7ff;
  background: rgba(127, 78, 227, .2);
}
.chip-ico {
  width: 16px;
  height: 16px;
  color: #9caad4;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #21417a;
  color: #d6e4ff;
  background: #0e1b3f;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}
.soc-ico {
  width: 14px;
  height: 14px;
}

.report-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(2, 7, 23, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.report-modal {
  width: min(520px, 100%);
  border: 1px solid #2a3f6d;
  border-radius: 14px;
  background: linear-gradient(180deg, #0c1738, #09122c);
  padding: 18px;
}

.report-modal h3 {
  margin: 0;
  font-size: 24px;
}

.report-modal-sub {
  margin: 8px 0 14px;
  color: #9fb3de;
  font-size: 13px;
}

.report-label {
  margin-top: 0;
}

#reportReason {
  margin-top: 8px;
  min-height: 120px;
  border-radius: 12px;
  border-color: #23375f;
  background: rgba(12, 21, 44, .85);
  color: #d8e2ff;
  padding: 12px 14px;
  resize: vertical;
}

.report-captcha {
  margin-top: 14px;
  justify-content: flex-start;
}

.report-modal-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.report-cancel,
.report-submit {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #2d4275;
  background: #0f1b3d;
  color: #d8e4ff;
  cursor: pointer;
}

.report-submit {
  border: 0;
  background: linear-gradient(90deg, #8f59ff, #ff4bc1);
  color: #fff;
  font-weight: 700;
}

.site-foot {
  margin-top: 16px;
  padding: 14px 0 8px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: #7d8cb6;
  font-size: 11px;
}

.site-foot-link {
  color: #9ec2ff;
  text-decoration: underline;
}

.site-foot-sep-ico {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  color: #7f97d6;
  stroke-width: 1.85;
  vertical-align: -2px;
}

.site-foot-warn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
}

.admin-page {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.admin-head {
  text-align: left;
}

.admin-login-form {
  width: min(420px, 100%);
}

.admin-login-form input[type='password'] {
  width: 100%;
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid #23375f;
  background: rgba(12, 21, 44, .85);
  color: #d8e2ff;
  font-size: 12px;
  padding: 12px 14px;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.admin-metrics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-metric {
  min-width: 140px;
  border: 1px solid #22365f;
  border-radius: 10px;
  background: #0b1635;
  padding: 10px 12px;
}

.admin-metric b {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.admin-metric span {
  display: block;
  margin-top: 4px;
  color: #9fb3df;
  font-size: 12px;
}

.admin-filters {
  margin-top: 14px;
  width: min(260px, 100%);
}

.admin-filters-inline {
  width: 100%;
  display: flex;
  align-items: end;
  gap: 10px;
}

.admin-tabs {
  margin-top: 14px;
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: #0a132f;
}

.admin-table-wrap {
  margin-top: 14px;
  overflow: auto;
  border: 1px solid #22365f;
  border-radius: 10px;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
  background: #09122c;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid #1d3059;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  vertical-align: top;
}

.admin-table th {
  color: #9db3e1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.admin-status {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.admin-status-new {
  background: rgba(255, 214, 68, .16);
  color: #ffe28d;
}

.admin-status-reviewed {
  background: rgba(118, 255, 192, .16);
  color: #8dffd3;
}

.admin-action-btn {
  min-height: 30px;
  border: 1px solid #2d4275;
  border-radius: 999px;
  background: #0e1b3f;
  color: #d6e4ff;
  padding: 0 10px;
  font-size: 12px;
  cursor: pointer;
}

.admin-pager {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.admin-pager-btn {
  min-height: 30px;
  border: 1px solid #2d4275;
  border-radius: 999px;
  background: #0e1b3f;
  color: #d6e4ff;
  padding: 0 10px;
  font-size: 12px;
  cursor: pointer;
}

.admin-pager-btn:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.admin-pager-info {
  color: #9fb3df;
  font-size: 12px;
}

.admin-block-form {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr auto;
  gap: 10px;
  align-items: end;
}

.admin-check {
  color: #b7c5e9;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
}

.admin-check input {
  accent-color: #8f59ff;
}

@media (max-width: 900px) {
  .hero { padding-top: 24px; }
  .hero h1 { font-size: clamp(46px, 13vw, 72px); }
  .lede { font-size: 15px; }
  .toolbar { flex-direction: column; align-items: stretch; }
  .search-wrap { width: 100%; }
  .ad-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .infobox h2 { font-size: 34px; }
  .admin-filters-inline { flex-direction: column; align-items: stretch; }
  .admin-block-form { grid-template-columns: 1fr; }
}


