/* ScamScouter forced CSS v2 - if you see this file in browser, CSS is loading */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #060b1a;
  --bg2: #0b1224;
  --card: #101a31;
  --border: rgba(255, 255, 255, 0.14);
  --text: #f8fafc;
  --muted: #aab6c8;
  --blue: #2563eb;
  --blue2: #3b82f6;
  --green: #22c55e;
  --yellow: #facc15;
  --red: #ef4444;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
textarea,
input {
  font-family: inherit;
}

.page-bg {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 99, 235, 0.32), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.15), transparent 32%),
    linear-gradient(135deg, #060b1a, #0b1224 58%, #111827);
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -170px;
  left: 50%;
  width: 900px;
  height: 500px;
  transform: translateX(-50%);
  background: rgba(37, 99, 235, 0.22);
  filter: blur(140px);
  border-radius: 999px;
  pointer-events: none;
}

.site-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 20;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.site-brand-logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: min(360px, 48vw);
  object-fit: contain;
}

.site-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 10px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  transition: 0.2s ease;
}

.site-nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.site-language-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.site-language-box select {
  height: 38px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  outline: none;
  font-weight: 750;
}

.site-language-box option {
  background: #0f172a;
  color: #ffffff;
}

.site-user-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  max-width: 220px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-nav-btn,
.nav-btn,
.scan-btn,
.result-actions button {
  border: 0;
  cursor: pointer;
  border-radius: 13px;
  font-weight: 850;
  transition: 0.22s ease;
  font-family: inherit;
}

.site-nav-btn {
  min-height: 40px;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.site-nav-btn-secondary {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid var(--border);
  box-shadow: none;
}

.site-nav-btn:hover,
.scan-btn:hover,
.result-actions button:hover {
  transform: translateY(-2px);
}

.premium-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.24);
  background: rgba(37, 99, 235, 0.12);
  color: #93c5fd;
  font-size: 14px;
  font-weight: 850;
  margin-bottom: 24px;
}

.premium-hero h1 {
  font-size: clamp(44px, 6.2vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  font-weight: 950;
  margin-bottom: 22px;
  max-width: 720px;
}

.premium-hero p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  max-width: 650px;
}

.home-scanner-card {
  margin-top: 26px;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(96, 165, 250, 0.24);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 28px 80px rgba(37, 99, 235, 0.18), 0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.scanner-mini-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.mini-label {
  color: #60a5fa;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.scanner-mini-header h2,
.scanner-header h2 {
  font-size: 23px;
  letter-spacing: -0.04em;
  margin-top: 5px;
}

.status-dot {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.32);
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 850;
}

textarea,
input {
  width: 100%;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid var(--border);
  outline: none;
  font-size: 16px;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.62);
  resize: vertical;
  min-height: 132px;
  font-family: inherit;
}

textarea::placeholder,
input::placeholder {
  color: #7d8aa0;
}

.home-scanner-card textarea {
  min-height: 124px;
  border-radius: 22px;
  background: rgba(2, 6, 23, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.scan-btn {
  width: 100%;
  margin-top: 14px;
  padding: 17px 22px;
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.32);
}

.scanner-proof {
  text-align: center;
  color: var(--muted) !important;
  font-size: 14px !important;
  margin-top: 12px !important;
}

.output-area {
  margin-top: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.hero-stats article {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(16px);
}

.hero-stats strong {
  display: block;
  font-size: 23px;
  line-height: 1;
  color: #60a5fa;
  margin-bottom: 8px;
}

.hero-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

.premium-hero-right {
  position: relative;
  padding-top: 18px;
}

.score-glow {
  position: absolute;
  inset: 10%;
  background: rgba(37, 99, 235, 0.22);
  filter: blur(100px);
  border-radius: 999px;
  pointer-events: none;
}

.score-card {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  background: rgba(11, 18, 36, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px;
  padding: 30px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(28px);
}

.score-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.score-card-header p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  margin: 0 0 6px;
}

.score-card-header h2 {
  font-size: 25px;
  letter-spacing: -0.04em;
}

.safe-check {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(34, 197, 94, 0.16);
  border: 1px solid rgba(34, 197, 94, 0.32);
  color: #86efac;
  font-size: 32px;
  font-weight: 900;
}

.score-circle-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0 30px;
}

.score-circle {
  width: 210px;
  height: 210px;
  border-radius: 999px;
  border: 14px solid var(--green);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 70px rgba(34, 197, 94, 0.32);
}

.score-circle span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  margin-bottom: 8px;
}

.score-circle strong {
  font-size: 62px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.score-circle em {
  color: #4ade80;
  font-style: normal;
  font-weight: 850;
  margin-top: 10px;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.065);
}

.check-list span {
  color: rgba(255, 255, 255, 0.68);
}

.check-list strong {
  color: #4ade80;
}

.feature-grid,
.seo-section {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
}

.premium-features {
  margin-top: 54px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card,
.seo-section,
.scanner-card,
.price-card {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(14px);
}

.feature-icon {
  font-size: 26px;
  margin-bottom: 12px;
}

.feature-card h3 {
  font-size: 19px;
  margin-bottom: 9px;
}

.feature-card p,
.seo-section p {
  color: var(--muted);
  line-height: 1.65;
}

.seo-section {
  margin-top: 16px;
  text-align: center;
  padding: 34px 24px;
}

.seo-section h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin-bottom: 18px;
}

.seo-section h2 {
  font-size: 30px;
  letter-spacing: -0.04em;
  margin: 26px 0 12px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.quick-links a {
  text-align: center;
  padding: 12px 10px;
  border-radius: 14px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  font-size: 13px;
  font-weight: 750;
}

.quick-links a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.scanner-card {
  border-radius: 30px;
  padding: 26px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.scanner-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.safe-box {
  border: 2px solid var(--green) !important;
  box-shadow: 0 0 25px rgba(34, 197, 94, 0.35);
}

.risk-box {
  border: 2px solid var(--red) !important;
  box-shadow: 0 0 25px rgba(239, 68, 68, 0.38);
}

.warning-box {
  border: 2px solid var(--yellow) !important;
  box-shadow: 0 0 25px rgba(250, 204, 21, 0.34);
}

.result-box {
  padding: 20px;
  border-radius: 20px;
  background: rgba(2, 6, 23, 0.52);
  border: 1px solid var(--border);
  text-align: left;
}

.result-header {
  font-size: 22px;
  font-weight: 950;
  margin-bottom: 12px;
}

.result-safe {
  color: var(--green);
}

.result-warning {
  color: var(--yellow);
}

.result-risk {
  color: var(--red);
}

.risk-meter {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  margin: 15px 0;
  overflow: hidden;
}

.risk-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.5s ease;
}

.risk-fill.safe {
  background: var(--green);
}

.risk-fill.warning {
  background: var(--yellow);
}

.risk-fill.risk {
  background: var(--red);
}

.result-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.result-actions button,
.result-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-weight: 850;
  font-size: 14px;
}

.price-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.price-card.featured {
  border-color: rgba(96, 165, 250, 0.42);
  box-shadow: 0 28px 80px rgba(37, 99, 235, 0.14);
}

.price-card strong {
  font-size: 28px;
}

.price-card ul {
  margin-top: 16px;
  margin-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.price-card .nav-btn {
  display: inline-flex;
  margin-top: 18px;
}

.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 30px auto 0;
  padding: 28px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a:hover {
  color: #ffffff;
}

.loading {
  color: #bfdbfe;
  font-weight: 850;
}

@media (max-width: 1020px) {
  .premium-hero {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .score-card {
    margin: 0 auto;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .site-brand-logo {
    height: 52px;
    max-width: min(330px, 74vw);
  }
}

@media (max-width: 940px) {
  .feature-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .quick-links {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-nav {
    width: min(100% - 24px, 1180px);
    padding: 14px 0;
  }

  .site-brand-logo {
    height: 44px;
    max-width: min(260px, 76vw);
  }

  .site-nav-link {
    display: none;
  }

  .site-language-box,
  .site-user-pill {
    width: 100%;
  }

  .site-nav-btn {
    flex: 1;
  }

  .premium-hero h1 {
    font-size: 45px;
  }

  .premium-hero p {
    font-size: 16px;
  }

  .home-scanner-card {
    padding: 14px;
    border-radius: 24px;
  }

  .scanner-mini-header {
    flex-direction: column;
  }

  .score-card {
    padding: 20px;
    border-radius: 28px;
  }

  .score-circle {
    width: 185px;
    height: 185px;
  }

  .score-circle strong {
    font-size: 52px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}


/* Emergency CSS loading verification */
body.scamscouter-css-loaded-test {
  background: #060b1a;
}



/* ScamScouter image upload */
.image-upload-box {
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px dashed rgba(96, 165, 250, 0.45);
  background: rgba(37, 99, 235, 0.08);
}

.image-upload-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: 0.22s ease;
}

.image-upload-label:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
}

.image-upload-input {
  display: none;
}

.image-upload-status {
  margin-top: 10px;
  color: #aab6c8;
  font-size: 13px;
  line-height: 1.5;
}

.image-remove-btn {
  margin-top: 10px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}




/* Inline SVG header logo */
.site-brand-logo {
  display: block;
  height: 58px;
  width: auto;
  max-width: min(360px, 48vw);
  object-fit: contain;
}

@media (max-width: 980px) {
  .site-brand-logo {
    height: 52px;
    max-width: min(330px, 74vw);
  }
}

@media (max-width: 560px) {
  .site-brand-logo {
    height: 44px;
    max-width: min(260px, 76vw);
  }
}


/* Single image upload button */
.image-upload-box {
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px dashed rgba(96, 165, 250, 0.45);
  background: rgba(37, 99, 235, 0.08);
}

.image-upload-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: 0.22s ease;
}

.image-upload-label:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.13);
}

.image-upload-input {
  display: none;
}

.image-upload-status {
  margin-top: 10px;
  color: #aab6c8;
  font-size: 13px;
  line-height: 1.5;
}

.image-remove-btn {
  margin-top: 10px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 560px) {
  .image-upload-label {
    width: 100%;
  }
}


/* OCR browser upload improvement */
.image-upload-status {
  min-height: 20px;
}

.loading,
.image-upload-status {
  overflow-wrap: anywhere;
}

.image-upload-box {
  position: relative;
}


/* Report scam modal */
body.report-modal-open{overflow:hidden}.report-modal{position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;padding:18px}.report-modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.74);backdrop-filter:blur(8px)}.report-modal-card{position:relative;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;border-radius:28px;border:1px solid rgba(255,255,255,.14);background:rgba(11,18,36,.97);box-shadow:0 35px 100px rgba(0,0,0,.55);color:#fff}.report-modal-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 22px 12px}.report-modal-header h2{font-size:24px;letter-spacing:-.04em}.report-modal-x{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}.report-modal-body{padding:10px 22px 18px}.report-label{display:block;margin:14px 0 8px;color:#aab6c8;font-size:13px;font-weight:850}.report-select,.report-notes{width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(2,6,23,.62);color:#fff;padding:13px 14px;font-size:15px;outline:none}.report-select option{background:#0f172a;color:#fff}.report-notes{min-height:110px;resize:vertical}.report-summary{margin-top:14px;padding:12px;border-radius:14px;background:rgba(37,99,235,.10);border:1px solid rgba(96,165,250,.22);color:#cbd5e1;font-size:13px;line-height:1.5}.report-status{margin-top:12px;min-height:20px;color:#93c5fd;font-size:14px;font-weight:750}.report-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 22px 22px}.report-cancel,.report-submit{min-height:42px;padding:0 16px;border-radius:14px;border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:850;cursor:pointer}.report-cancel{background:rgba(255,255,255,.08)}.report-submit{background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 12px 28px rgba(37,99,235,.24)}.report-submit:disabled{opacity:.65;cursor:wait}@media(max-width:560px){.report-modal-actions{flex-direction:column}.report-cancel,.report-submit{width:100%}}


/* v1.4.2 Upload button design fix */
.image-upload-box {
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.image-upload-label {
  width: 100%;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(37, 99, 235, 0.32);
}

.image-upload-label::before {
  content: "📷";
  margin-right: 8px;
}

.image-upload-label:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #1d4ed8, #60a5fa);
}

.image-upload-status {
  margin-top: 10px;
  padding: 0 4px;
  color: #aab6c8;
  font-size: 13px;
  line-height: 1.5;
}

.image-remove-btn {
  margin-top: 10px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.image-remove-btn:hover {
  transform: translateY(-1px);
}

.scan-btn {
  margin-top: 12px;
}


/* v1.6 professional result + reports */
.professional-result-grid {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.professional-result-card {
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.055);
}

.professional-result-card span {
  display: block;
  color: #aab6c8;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

.professional-result-card strong {
  display: block;
  color: #ffffff;
  line-height: 1.45;
}

.recent-scams-list,
.admin-report-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.recent-scam-card,
.admin-report-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(14px);
}

.recent-scam-top,
.admin-report-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.recent-scam-top h2,
.admin-report-header h2 {
  font-size: 20px;
  letter-spacing: -.04em;
}

.recent-scam-top span,
.admin-report-header span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(37,99,235,.14);
  border: 1px solid rgba(96,165,250,.24);
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.recent-scam-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.recent-scam-meta span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 750;
}

.admin-report-card pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: rgba(2,6,23,.52);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px;
  color: #cbd5e1;
  margin-top: 12px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.admin-actions button {
  min-height: 38px;
  padding: 0 13px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.approve-btn {
  background: rgba(34,197,94,.18);
}

.reject-btn {
  background: rgba(239,68,68,.16);
}

@media (max-width: 640px) {
  .recent-scam-top,
  .admin-report-header {
    flex-direction: column;
  }
}
